/*
Desarrollado por Hipertexto - Netizen Digital Solutions
Url: www.hipertexto.com.co
*/

/*-------- 21 September 2020 Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*-------- 21 September 2020 Variables Css Celsus ----------*/
:root {
  --main-color: #144490;
  --light-main-color: #3fa2f7;
  --blueLightHex: #3fa2f7;
  --blueLightRgb: rgba(63, 162, 247, 1);
  --blueDarkHex: #144490;
  --blueDarkHex: rgba(20, 68, 144, 1);
  --blackHex: rgba(0, 0, 0, 1);
  --blackRgb: #000000;
  --grayHex: #868686;
  /*Fonts*/
  --body-fonts: 'Josefin Sans', sans-serif;
}

/*-------- 21 September 2020 Resets Css Celsus ----------*/
* {
  font-family: 'Josefin Sans', sans-serif;
  font-family: var(--body-fonts);
}
html, body {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  padding-top: 17rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
strong,
b,
i,
li{
  font-family: "Josefin Sans", sans-serif;
}
a:hover, a:focus {
  text-decoration: none !important;
}
a:active, a:hover {
  outline: 0;
}
.btnCustom {
  padding: 0.5rem 1.5rem 0.4rem;
  border-radius: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
  transition: .3s;
}
.btnCustom--primary {
  color: #ffffff;
}
.btnCustom--secundary {
  color: #3a3a3a;
}
.btnCustom--orange {
  background-color: #fd9337;
}
.btnCustom--orange:hover {
  color: #3a3a3a;
  background-color: #f69846;
}
.btnCustom--blue {
  background-color: #14428f;
}
.btnCustom--green {
  background-color: #4ad295;
}
.btnCustom--red {
  background-color: #dc3545;
}
.btnCustom--black {
  background-color: #3a3a3a;
}
/*-------- 21 Octubre 2020 Resets Celsus ----------*/
.minicart-items .product-item-details .price {
  font-size: 1.5em;
  font-weight: 500;
}
.minicart-items .product-item-details {
  font-size: 15px;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
  box-shadow: none;
}
/*-------- 21 Octubre 2020 Resets transitions Celsus ----------*/
button {
  transition: .3s;
  margin-bottom: 10px;
  border-radius: .6rem 0;
  font-size: 1rem;
  padding: .5rem .81rem;
  line-height: normal;
}
button:hover,
.btn:hover {
  transform: translate3d(0, -2px, 0);
  -webkit-transform: translate3d(0, -2px, 0);
  transition: .3s;
}
a {
  transition: .3s;
}
/*-------- 21 Octubre 2020 Resets spaces button Celsus ----------*/
.mt-0 {
  margin-top: 0 !important;
}
.action.primary {
  font-size: 1rem;
}
/*-------- end 21 Octubre 2020 Resets spaces button Celsus ----------*/

/*-------- resets por revisar de styles-m.css 21 Octubre 2020 Resets spaces button Celsus ----------*/
.price-including-tax, .price-excluding-tax,
.message.error {
  font-size: 1rem;
}
.fieldset > .legend {
  font-size: 1rem;
}
.toolbar-products * {
  font-family: 'Oxygen', sans-serif;
  font-size: 13px;
}
/*-------- end resets por revisar de styles-m.css 21 Octubre 2020 Resets spaces button Celsus ----------*/


.product-reviews-summary.empty {
  display: none;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
/*Start Custom BreadCrumb*/
.breadcrumbs,
.breadcrumbs * {
  box-sizing: border-box;
}
.breadcrumbs {
  margin: 1rem 0;
  padding: 0;
}
.breadcrumbs > ul.items {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  align-content: center;
  font-size: .9em;
}
.breadcrumbs > ul.items > li.item {
  margin-right: 0;
}
/*.breadcrumbs > ul.items > li.item::after {*/
/*  display: block;*/
/*}*/
/*.breadcrumbs > ul.items > li.item > a,*/
/*.breadcrumbs > ul.items > li.item > strong {*/
/*  display: block;*/
/*  border: 1px solid #d3d3d3;*/
/*  padding: 10px 15px 10px 45px;*/
/*  border-radius: 50px;*/
/*  transform: translateX(-30px);*/
/*  background: #ffffff;*/
/*  position: relative;*/
/*}*/
/*.breadcrumbs > ul.items > li.item.home > a,*/
/*.breadcrumbs > ul.items > li.item.home > strong {*/
/*  padding: 10px 15px 10px;*/
/*  transform: none;*/
/*  background: var(--main-color);*/
/*  border: 1px solid var(--main-color);*/
/*  color: #ffffff;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  text-decoration: none !important;*/
/*}*/
/*.breadcrumbs > ul.items > li.item.home > a::before,*/
/*.breadcrumbs > ul.items > li.item.home > strong::before {*/
/*  content: "\f015";*/
/*  font-family: "Font Awesome 5 Free";*/
/*  font-weight: 900;*/
/*  margin-right: 5px;*/
/*}*/
/*.breadcrumbs > ul.items > li:nth-child(1) {*/
/*  z-index: 15;*/
/*}*/
/*.breadcrumbs > ul.items > li:nth-child(2) {*/
/*  z-index: 14;*/
/*}*/
/*.breadcrumbs > ul.items > li:nth-child(3) {*/
/*  z-index: 13;*/
/*}*/
/*.breadcrumbs > ul.items > li:nth-child(4) {*/
/*  z-index: 12;*/
/*}*/
/*.breadcrumbs > ul.items > li:nth-child(5) {*/
/*  z-index: 11;*/
/*}*/
/*.breadcrumbs > ul.items > li:nth-child(6) {*/
/*  z-index: 10;*/
/*}*/
/*.breadcrumbs > ul.items > li:nth-child(7) {*/
/*  z-index: 9;*/
/*}*/
/*.breadcrumbs > ul.items > li:nth-child(8) {*/
/*  z-index: 8;*/
/*}*/
/*.breadcrumbs > ul.items > li:nth-child(9) {*/
/*  z-index: 7;*/
/*}*/
/*.breadcrumbs > ul.items > li:nth-child(10) {*/
/*  z-index: 6;*/
/*}*/
/*.breadcrumbs > ul.items > li:nth-child(11) {*/
/*  z-index: 5;*/
/*}*/
/*.breadcrumbs > ul.items > li:nth-child(12) {*/
/*  z-index: 4;*/
/*}*/
/*.breadcrumbs > ul.items > li:nth-child(13) {*/
/*  z-index: 3;*/
/*}*/
/*.breadcrumbs > ul.items > li:nth-child(14) {*/
/*  z-index: 2;*/
/*}*/
/*.breadcrumbs > ul.items > li:nth-child(15) {*/
/*  z-index: 1;*/
/*}*/
/*End Custom BreadCrumb*/
/*Header*/
.celsus-top-header {
  background: var(--main-color);
}
.celsus-top-header a {
  color: #ffffff;
}
.celsus-top-header > .container > ul > li:first-child > a > span > i {
  color: green !important;
  display: none;
}
.celsus-top-header > .container > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  margin: 0;
}
.celsus-top-header > .container > ul > li {
  margin: 0;
}
.celsus-top-header > .container > ul > li:last-child > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.celsus-top-header > .container > ul > li:last-child > ul > li {
  padding: 0 0 0 1rem;
}
.celsus-top-header > .container > ul > li:last-child > ul > li {
  margin: 0;
}
.celsus-top-header > .container > ul > li:last-child > ul > li > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.celsus-middle-header > .container > .celsus-logo-wrapper {
  max-width: 250px;
  margin: 0;
}
.celsus-middle-header > .container > .celsus-logo-wrapper > a {
  display: block;
  width: fit-content;
}
.celsus-middle-header > .container > .celsus-logo-wrapper > a > img {
  display: block;
  max-width: 250px;
  width: 15rem;
}
.celsus-middle-header > .container {
  position: relative;
}
/*.celsus-bottom-header > .container > nav > ul > li {*/
/*  padding: 0 15px;*/
/*  margin: 0;*/
/*  font-size: 18px;*/
/*  text-transform: uppercase;*/
/*}*/
/*.celsus-bottom-header > .container > nav > ul > li > a {*/
/*  color: #333333;*/
/*  text-decoration: none !important;*/
/*  font-weight: 600;*/
/*}*/
/*Interestin areas menu*/

.interesting-areas-wrapper > button {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  box-shadow: none !important;
  outline: none !important;
}
.interesting-areas-wrapper > button > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #3a3a3a;
  font-size: 1rem;
}
.interesting-areas-wrapper > button > span:hover {
  color: #9e9e9e;
}
.interesting-areas-wrapper > button > span:hover i.icon-filter:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30.7 32' style='enable-background:new 0 0 30.7 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:%23144490;%7D .st1%7Bclip-path:url(%23SVGID_2_);%7D .st2%7Bclip-path:url(%23SVGID_4_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st3%7Bclip-path:url(%23SVGID_2_);fill:%2314428F;%7D .st4%7Bclip-path:url(%23SVGID_8_);fill:%233FA2F7;%7D .st5%7Bclip-path:url(%23SVGID_10_);fill:%234CAF50;%7D .st6%7Bclip-path:url(%23SVGID_10_);fill:%23FAFAFA;%7D .st7%7Bclip-path:url(%23SVGID_10_);fill:%23FFFFFF;%7D .st8%7Bclip-path:url(%23SVGID_10_);fill:%233FA2F7;%7D .st9%7Bclip-path:url(%23SVGID_10_);fill:%23144490;%7D .st10%7Bclip-path:url(%23SVGID_14_);enable-background:new ;%7D .st11%7Bclip-path:url(%23SVGID_14_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st12%7Bclip-path:url(%23SVGID_22_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st13%7Bclip-path:url(%23SVGID_24_);fill:%239E9E9E;%7D .st14%7Bclip-path:url(%23SVGID_24_);enable-background:new ;%7D .st15%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st16%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st17%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23FD9337;stroke-width:2;stroke-miterlimit:10;%7D .st18%7Bclip-path:url(%23SVGID_54_);fill:%23144490;%7D .st19%7Bclip-path:url(%23SVGID_54_);enable-background:new ;%7D .st20%7Bclip-path:url(%23SVGID_54_);fill:%234CAF50;%7D .st21%7Bclip-path:url(%23SVGID_54_);fill:%23FD9337;%7D .st22%7Bclip-path:url(%23SVGID_58_);fill:%23FFFFFF;%7D .st23%7Bfill:%233FA2F7;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st23' d='M30.7,3.3c0-1.8-1.5-3.3-3.3-3.3C25.5,0,24,1.5,24,3.3c0,1.6,1.1,3,2.7,3.3v22.7H28V6.6 C29.5,6.3,30.7,4.9,30.7,3.3 M27.3,5.3c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C29.3,4.4,28.4,5.3,27.3,5.3'/%3E%3Cpath class='st23' d='M4,25.4V2.7H2.7v22.7C1.1,25.7,0,27,0,28.7C0,30.5,1.5,32,3.3,32c1.8,0,3.3-1.5,3.3-3.3 C6.7,27,5.5,25.7,4,25.4L4,25.4z M3.3,30.7c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C5.3,29.8,4.4,30.7,3.3,30.7'/%3E%3Cpath class='st23' d='M16,12.7V2.7h-1.3v10.1C13.1,13,12,14.4,12,16c0,1.6,1.1,3,2.7,3.3v10.1H16V19.3c1.5-0.3,2.7-1.7,2.7-3.3 C18.7,14.4,17.5,13,16,12.7 M15.3,18c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C17.3,17.1,16.4,18,15.3,18'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/*user-account-actions*/
.celsus-bottom-header > .container {
  position: relative;
}
.celsus-user-links > ul > li {
  padding: 0 15px;
  margin: 0;
}
.celsus-user-links > ul > li:last-child {
  padding: 0 0 0 15px;
}
.celsus-user-links > ul > li > .minicart-wrapper {
  margin: 0;
}
.celsus-user-links > ul > li > .minicart-wrapper > .action.showcart > span.counter {
  position: absolute;
  width: 15px;
  height: 15px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  top: -6px;
  right: 0;
  left: 3px;
  transform: translateX(30%);
  background: #e6007e;
  min-width: auto;
  padding: .3em;
  font-size: .71em;
  align-content: center;
}
.celsus-user-links > ul > li > .minicart-wrapper > .action.showcart > span.counter > span.counter-number {
  line-height: 0 !important;
  height: 0 !important;
  margin: 0;
}
/*Product view*/
span.celsus-product-label {
  font-family: "Josefin Sans", sans-serif;
  border: 1px solid #d3d3d3;
  border-radius: 15px 0 15px 0;
  padding: 5px 25px 2px;
  text-transform: uppercase;
  display: flex;
  width: fit-content;
  font-size: 16px;
}
span.celsus-product-label.novelty {
  border: 1px solid var(--main-color) !important;
  background: var(--main-color) !important;
  color: #ffffff !important;
}
span.celsus-product-label.novelty.futura {
  border: 1px solid #dc3545 !important;
  background: #dc3545 !important;
  color: #ffffff !important;
  margin-top: 1rem;
}
span.celsus-product-label.novelty.pack {
  border: 1px solid #3a3a3a !important;
  background: #3a3a3a !important;
  color: #ffffff !important;
  margin-top: 1rem;
}
span.celsus-product-label.offert {
  background: #fd9337 !important;
  border: 1px solid #fd9337 !important;
  color: #ffffff !important;
}
span.celsus-product-label.small-label {
  font-size: 70%;
  padding: 3px 15px 0px;
}
.celsus-product-view-wrapper,
.celsus-product-view-wrapper * {
  box-sizing: border-box;
}
/* Start product view left column */
/*.celsus-product-view-left-column > strong.celsus-product-category > a {*/
/*  color: #666666;*/
/*  display: block;*/
/*  width: fit-content;*/
/*  font-size: 25px;*/
/*  line-height: 25px;*/
/*  margin: 0 0 25px;*/
/*  font-family: "Josefin Sans", sans-serif;*/
/*  border-bottom: 2px solid #d3d3d3;*/
/*  text-transform: uppercase;*/
/*  transition: 0.3s all ease;*/
/*}*/
.celsus-product-view-left-column > strong.celsus-product-category > a:hover {
  color: #999999;
  border-bottom: 2px solid var(--main-color);
  text-decoration: none;
}
.celsus-product-view-left-column > .celsus-product-title {
  font-weight: 900;
  color: #333333;
  margin: 0;
  font-size: 40px;
}
.celsus-product-view-left-column > .celsus-product-subtitle {
  font-size: 40px;
  color: #666666;
  font-style: italic;
  margin: 0 0 25px;
}
.celsus-product-view-left-column > ul.celsus-product-authors-list {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
.celsus-product-view-left-column > ul.celsus-product-authors-list > li {
  margin: 0;
}
.celsus-product-view-left-column > ul.celsus-product-authors-list > li > a {
  color: #333333;
  font-size: 25px;
  border-bottom: 2px solid #d3d3d3;
  transition: 0.3s all ease;
}
.celsus-product-view-left-column > ul.celsus-product-authors-list > li > a:hover {
  color: #999999;
  border-bottom: 2px solid var(--main-color);
  text-decoration: none;
}
.celsus-product-view-left-column > .celsus-product-description {
  margin: 0 0 25px;
}
.celsus-product-view-left-column > ul.celsus-product-specialty-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.celsus-product-view-left-column > ul.celsus-product-specialty-list > strong.celsus-specialty-list-title,
ul.celsus-product-specialty-list > li.celsus-product-specialty-list-item {
  font-family: "Josefin Sans", sans-serif;
}
.celsus-product-view-left-column > ul.celsus-product-specialty-list > li.celsus-product-specialty-list-item > a {
  font-size: 20px;
  color: #666666;
  border-bottom: 2px solid #d3d3d3;
  transition: 0.3s all ease;
}
.celsus-product-view-left-column > ul.celsus-product-specialty-list > li.celsus-product-specialty-list-item > a:hover {
  color: #999999;
  border-bottom: 2px solid var(--main-color);
  text-decoration: none;
}
/* End product view left column */
/* Start product view middle column */
.celsus-product-view-middle-column > img {
  display: block;
  margin: 0 auto;
}
/* End product view middle column */
/* Start product view right column */
.celsus-product-view-right-column > ul.celsus-product-labels-wrapper,
.celsus-product-view-right-column > ul.celsus-product-labels-wrapper > li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.celsus-product-view-right-column > ul.celsus-product-labels-wrapper {
  margin: 0 0 25px;
  padding: 0 0 15px;
  border-bottom: 1px solid #d3d3d3;
}
.celsus-product-view-right-column > ul.celsus-main-metadata-list-wrapper {
  padding: 0 0 15px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #d3d3d3;
}
.celsus-product-view-right-column > ul.celsus-main-metadata-list-wrapper > strong {
  font-family: "Josefin Sans", sans-serif;
  font-size: 25px;
  margin: 0 0 10px;
  display: block;
}
.celsus-product-view-right-column > ul.celsus-main-metadata-list-wrapper > li {
  margin: 0 0 3px;
  color: #666666;
}
.celsus-product-view-right-column > ul.celsus-main-metadata-list-wrapper > li > strong {
  font-size: 18px;
  font-weight: 500;
}
.celsus-product-view-right-column > ul.celsus-main-metadata-list-wrapper > li > strong::after {
  content: ":";
}
.celsus-product-view-right-column > ul.celsus-main-metadata-list-wrapper > li > span {
  font-family: "Josefin Sans", sans-serif;
  /* text-transform: uppercase; */
  font-size: 18px;
}
.celsus-product-view-right-column > ul.celsus-price-list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.celsus-product-view-right-column > ul.celsus-price-list-wrapper > li.celsus-price-list-item {
  margin: 0;
  padding: 10px 0 10px;
  border-bottom: 1px solid #d3d3d3;
  font-size: 16px;
  color: #666666;
  display: flex;
  align-items: center;
}
.celsus-product-view-right-column > ul.celsus-price-list-wrapper > li.celsus-price-list-item:last-child {
  border-bottom: none;
}
.celsus-product-view-right-column > ul.celsus-price-list-wrapper > li.celsus-price-list-item > strong {
  font-weight: 500;
  margin: 0 5px 0 0;
}
.celsus-product-view-right-column > ul.celsus-price-list-wrapper > li.celsus-price-list-item > strong::after {
  content: ":";
}
.celsus-product-view-right-column > ul.celsus-price-list-wrapper > li.celsus-price-list-item > span {
  font-family: "Josefin Sans", sans-serif;
  margin: 0 8px 0 0;
}
.celsus-product-view-right-column > ul.celsus-price-list-wrapper > li.celsus-price-list-item.celsus-price > span {
  color: #fd9337;
}
/* End product view right column */
/*Ajax Login Styles - Begin*/
#mb-ajaxsuite-popup-wrapper,
#mb-ajaxsuite-popup-wrapper * {
  box-sizing: border-box;
}
#mb-ajaxsuite-popup-wrapper {
  background: transparent !important;
  overflow: visible;
}
.mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transform: translateX(100%);
}
.mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 0;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border,
.mb-ajaxsuite-popup-wrapper .mb-login-popup,
.mb-ajaxsuite-popup-wrapper .mb-register-popup,
.mb-ajaxsuite-popup-wrapper .mb-forgetpassword-popup {
  padding: 0 !important;
}

.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-message-success {
  background: #ffffff;
  padding: 25px 25px 15px !important;
  border-radius: 10px 0 10px 10px;
  overflow: hidden;
  width: 100%;
}
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-message-success {
  border-radius: 0 0 10px 10px;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login::after {
  display: none !important;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login > .block-title,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword > .block-title,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register > .block-title {
  margin: -25px -25px 30px;
  padding: 25px;
  text-align: center;
  position: relative;
}
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword > .block-title {
  margin: -25px -25px 20px;
}
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword .field.note {
  font-size: 15px;
  text-align: justify;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login > .block-title::before,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword > .block-title::before,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register > .block-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 800px;
  height: 300px;
  background: var(--main-color);
  transform: translateX(-50%);
  border-radius: 100%;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login > .block-title > strong,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword > .block-title > strong,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register > .block-title > strong {
  position: relative;
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif !important;
  text-transform: uppercase !important;
  color: #ffffff;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login fieldset,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword fieldset,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register fieldset {
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
}
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register fieldset legend {
  margin: 0 0 20px !important;
}
.mb-ajaxsuite-popup-wrapper form.mb-login-form-register fieldset.account:before {
  display: none !important;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login fieldset > .field,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword fieldset > .field,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register fieldset > .field {
  position: relative;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login fieldset > .field > .label,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword fieldset > .field > .label,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register fieldset > .field > .label {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
  padding: 0;
  margin: 0;
  width: fit-content;
  float: none;
  text-align: left;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login fieldset > .field > .label::after,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword fieldset > .field > .label::after,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register fieldset > .field > .label::after {
  display: none;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login fieldset > .field > .label > span,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword fieldset > .field > .label > span,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register fieldset > .field > .label > span {
  font-size: 13px !important;
  white-space: nowrap;
  border: 1px solid var(--main-color);
  background: #ffffff;
  padding: 1px 5px 2px;
  border-radius: 5px;
  font-weight: 900 !important;
}
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register fieldset > .field > .label > span span {
  font-weight: 900 !important;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login fieldset > .field.required > .label > span::after,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword fieldset > .field.required > .label > span::after,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register fieldset > .field.required > .label > span::after {
  content: "*";
  color: #ff0000;
  font-weight: 900;
  margin-left: 3px;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login fieldset > .field > .control,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword fieldset > .field > .control,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register fieldset > .field > .control {
  width: 100%;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login fieldset > .field > .control > input,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword fieldset > .field > .control > input,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register fieldset > .field > .control > input {
  height: 45px;
  padding-top: 8px;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
  outline: none !important;
  box-shadow: none !important;
  transition: 0.3s all ease;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login fieldset > .field > .control > input:focus,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword fieldset > .field > .control > input:focus,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register fieldset > .field > .control > input:focus {
  border: 1px solid var(--main-color);
}

.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login .actions .primary button#login,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword .actions button.action.submit.primary,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register .actions button {
  background: var(--main-color) !important;
  border: 1px solid var(--main-color) !important;
  border-radius: 5px;
  padding: 8px 8px 5px;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif !important;
  width: 100% !important;
}
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register .actions > .primary {
  width: 100%;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login .actions .primary button#login > span,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register .actions button > span {
  text-transform: uppercase !important;
  font-size: inherit;
}
.mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login .actions .secondary a,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword .actions .secondary a,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register .actions .secondary a {
  color: #666666;
}
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register .field.choice.newsletter,
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register .field.choice.newsletter input#is_subscribed {
  width: 13px !important;
  height: 13px !important;
  top: initial;
}
.mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register .field.choice.newsletter input#is_subscribed {
  margin-top: 10px;
}
#banner-slider-carousel .owl-item img.owl-mobile,
#banner-slider-carousel .owl-item img.img-mobile {
  display: none;
}
.catalogsearch-advanced-result .columns .sidebar.sidebar-additional {
  display: none;
}
.catalogsearch-advanced-result .columns .column.main {
  width: 100%;
}
@media (min-height: 0) and (max-height: 835px) {
  .mb-ajaxsuite-popup-wrapper .mb-login-popup .block.block-customer-login,
  .mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-forgotpassword,
  .mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register {
    border-radius: 0 0 10px 10px;
  }
  .mb-ajaxsuite-popup-border.mb-ajaxlogin-popup.mb-ajaxlogin-register {
    overflow-y: scroll;
    max-height: 450px;
  }
}
/*Ajax Login Styles - End*/
.celsus-account-links {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
}
.celsus-account-links > a.celsus-item-account {
  white-space: nowrap;
  display: block;
  padding: 5px 12px;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  border-bottom: none;
  text-align: right;
  color: #333333;
}
.celsus-account-links > a.celsus-item-account:last-child {
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0 0 8px 8px;
}

/*-------- 21 September 2020 Header ----------*/
header.page-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: .5s all ease;
}
header.page-header.active {
  transform: translateY(calc(-100% + 38px));
}
header.page-header .interesting-areas-wrapper--bottom{
  opacity: 0;
  visibility: hidden;
  display: none;
  width: 20px;
}
header.page-header.active  .interesting-areas-wrapper--bottom{
  opacity: 1;
  visibility: visible;
}
.page-main {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
header .celsus-top-header {
  background-color: var(--blueDarkHex);
  background-color: #144490;
}
header .celsus-top-header ul {
  padding: .7rem 0;
  color: #ffffff;
}
header .celsus-top-header ul li,
header .celsus-top-header ul li a {
  color: rgba(255, 255, 255, 0.7);
  transition: all .3s ease;
}
header .celsus-top-header ul li:hover,
header .celsus-top-header ul li a:hover {
  color: rgb(255, 255, 255);
}
header .celsus-top-header ul li small {
  margin-right: .5rem;
  font-size: 1rem;
  color: rgb(255, 255, 255);
}
header .celsus-top-header ul.social-media i {
  font-size: .2rem;
  opacity: .8;
  transition: .3s all ease;
  cursor: pointer;
}
header .celsus-top-header ul.social-media i:hover {
  opacity: 1;
}
header .celsus-top-header ul li i.icon-whatsapp:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.6 21.6' style='enable-background:new 0 0 21.6 21.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:%23144490;%7D .st1%7Bclip-path:url(%23SVGID_2_);%7D .st2%7Bclip-path:url(%23SVGID_4_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st3%7Bclip-path:url(%23SVGID_2_);fill:%2314428F;%7D .st4%7Bclip-path:url(%23SVGID_8_);fill:%233FA2F7;%7D .st5%7Bclip-path:url(%23SVGID_10_);fill:%234CAF50;%7D .st6%7Bclip-path:url(%23SVGID_10_);fill:%23FAFAFA;%7D .st7%7Bclip-path:url(%23SVGID_10_);fill:%23FFFFFF;%7D .st8%7Bclip-path:url(%23SVGID_10_);fill:%233FA2F7;%7D .st9%7Bclip-path:url(%23SVGID_10_);fill:%23144490;%7D .st10%7Bclip-path:url(%23SVGID_14_);enable-background:new ;%7D .st11%7Bclip-path:url(%23SVGID_14_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st12%7Bclip-path:url(%23SVGID_22_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st13%7Bclip-path:url(%23SVGID_24_);fill:%239E9E9E;%7D .st14%7Bclip-path:url(%23SVGID_24_);enable-background:new ;%7D .st15%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st16%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st17%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23FD9337;stroke-width:2;stroke-miterlimit:10;%7D .st18%7Bclip-path:url(%23SVGID_54_);fill:%23144490;%7D .st19%7Bclip-path:url(%23SVGID_54_);enable-background:new ;%7D .st20%7Bclip-path:url(%23SVGID_54_);fill:%234CAF50;%7D .st21%7Bclip-path:url(%23SVGID_54_);fill:%23FD9337;%7D .st22%7Bclip-path:url(%23SVGID_58_);fill:%23FFFFFF;%7D .st23%7Bfill:%23FFFFFF;%7D .st24%7Bfill:%234CAF50;%7D .st25%7Bfill:%23FAFAFA;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st24' d='M10.8,0L10.8,0C4.8,0,0,4.8,0,10.8c0,2.4,0.8,4.5,2.1,6.3l-1.3,4l4.1-1.3c1.7,1.1,3.7,1.8,5.9,1.8 c5.9,0,10.8-4.8,10.8-10.8C21.6,4.8,16.7,0,10.8,0'/%3E%3Cpath class='st25' d='M17.1,15.2c-0.3,0.7-1.3,1.3-2.1,1.5c-0.6,0.1-1.3,0.2-3.8-0.8C8,14.6,6,11.4,5.8,11.2 C5.6,11,4.5,9.5,4.5,7.9c0-1.5,0.8-2.3,1.1-2.6c0.3-0.3,0.7-0.4,1.1-0.4c0.1,0,0.3,0,0.4,0c0.3,0,0.5,0,0.7,0.5 c0.3,0.6,0.9,2.2,1,2.3c0.1,0.2,0.2,0.4,0,0.6C8.7,8.6,8.6,8.7,8.4,8.9S8.1,9.2,8,9.4c-0.1,0.2-0.3,0.4-0.1,0.7 c0.2,0.3,0.8,1.3,1.8,2.2c1.2,1.1,2.2,1.4,2.5,1.6c0.3,0.1,0.6,0.1,0.8-0.1c0.2-0.3,0.5-0.7,0.8-1.1c0.2-0.3,0.5-0.3,0.8-0.2 c0.3,0.1,1.8,0.9,2.1,1c0.3,0.2,0.5,0.2,0.6,0.4C17.3,13.9,17.3,14.5,17.1,15.2'/%3E%3C/g%3E%3C/svg%3E%0A");
  margin-right: .8rem;
  top: .2rem;
}
header .celsus-top-header ul li i.icon-facebook:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.7 21.7' style='enable-background:new 0 0 21.7 21.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:%23144490;%7D .st1%7Bclip-path:url(%23SVGID_2_);%7D .st2%7Bclip-path:url(%23SVGID_4_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st3%7Bclip-path:url(%23SVGID_2_);fill:%2314428F;%7D .st4%7Bclip-path:url(%23SVGID_8_);fill:%233FA2F7;%7D .st5%7Bclip-path:url(%23SVGID_10_);fill:%234CAF50;%7D .st6%7Bclip-path:url(%23SVGID_10_);fill:%23FAFAFA;%7D .st7%7Bclip-path:url(%23SVGID_10_);fill:%23FFFFFF;%7D .st8%7Bclip-path:url(%23SVGID_10_);fill:%233FA2F7;%7D .st9%7Bclip-path:url(%23SVGID_10_);fill:%23144490;%7D .st10%7Bclip-path:url(%23SVGID_14_);enable-background:new ;%7D .st11%7Bclip-path:url(%23SVGID_14_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st12%7Bclip-path:url(%23SVGID_22_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st13%7Bclip-path:url(%23SVGID_24_);fill:%239E9E9E;%7D .st14%7Bclip-path:url(%23SVGID_24_);enable-background:new ;%7D .st15%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st16%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st17%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23FD9337;stroke-width:2;stroke-miterlimit:10;%7D .st18%7Bclip-path:url(%23SVGID_54_);fill:%23144490;%7D .st19%7Bclip-path:url(%23SVGID_54_);enable-background:new ;%7D .st20%7Bclip-path:url(%23SVGID_54_);fill:%234CAF50;%7D .st21%7Bclip-path:url(%23SVGID_54_);fill:%23FD9337;%7D .st22%7Bclip-path:url(%23SVGID_58_);fill:%23FFFFFF;%7D .st23%7Bfill:%23FFFFFF;%7D .st24%7Bfill:%234CAF50;%7D .st25%7Bfill:%23FAFAFA;%7D%0A%3C/style%3E%3Cpath class='st23' d='M3.2,21.7h7.1V14H7.7v-2.5h2.5V8.3c0-1.7,1.4-3.2,3.2-3.2h3.2v2.5H14c-0.7,0-1.3,0.6-1.3,1.3v2.5h3.7L16,14 h-3.3v7.7h5.7c1.7,0,3.2-1.4,3.2-3.2V3.2c0-1.7-1.4-3.2-3.2-3.2H3.2C1.4,0,0,1.4,0,3.2v15.3C0,20.2,1.4,21.7,3.2,21.7 M1.3,3.2 c0-1,0.9-1.9,1.9-1.9h15.3c1,0,1.9,0.9,1.9,1.9v15.3c0,1.1-0.9,1.9-1.9,1.9H14v-5.2h3.1l0.8-5.1H14V8.9h3.8V3.8h-4.4 C11,3.8,9,5.8,9,8.3v1.9H6.4v5.1H9v5.2H3.2c-1.1,0-1.9-0.9-1.9-1.9V3.2z'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
}
header .celsus-top-header ul li i.icon-twitter:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26.2 21.4' style='enable-background:new 0 0 26.2 21.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:%23144490;%7D .st1%7Bclip-path:url(%23SVGID_2_);%7D .st2%7Bclip-path:url(%23SVGID_4_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st3%7Bclip-path:url(%23SVGID_2_);fill:%2314428F;%7D .st4%7Bclip-path:url(%23SVGID_8_);fill:%233FA2F7;%7D .st5%7Bclip-path:url(%23SVGID_10_);fill:%234CAF50;%7D .st6%7Bclip-path:url(%23SVGID_10_);fill:%23FAFAFA;%7D .st7%7Bclip-path:url(%23SVGID_10_);fill:%23FFFFFF;%7D .st8%7Bclip-path:url(%23SVGID_10_);fill:%233FA2F7;%7D .st9%7Bclip-path:url(%23SVGID_10_);fill:%23144490;%7D .st10%7Bclip-path:url(%23SVGID_14_);enable-background:new ;%7D .st11%7Bclip-path:url(%23SVGID_14_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st12%7Bclip-path:url(%23SVGID_22_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st13%7Bclip-path:url(%23SVGID_24_);fill:%239E9E9E;%7D .st14%7Bclip-path:url(%23SVGID_24_);enable-background:new ;%7D .st15%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st16%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st17%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23FD9337;stroke-width:2;stroke-miterlimit:10;%7D .st18%7Bclip-path:url(%23SVGID_54_);fill:%23144490;%7D .st19%7Bclip-path:url(%23SVGID_54_);enable-background:new ;%7D .st20%7Bclip-path:url(%23SVGID_54_);fill:%234CAF50;%7D .st21%7Bclip-path:url(%23SVGID_54_);fill:%23FD9337;%7D .st22%7Bclip-path:url(%23SVGID_58_);fill:%23FFFFFF;%7D .st23%7Bfill:%23FFFFFF;%7D .st24%7Bfill:%234CAF50;%7D .st25%7Bfill:%23FAFAFA;%7D%0A%3C/style%3E%3Cpath class='st23' d='M26.2,2.9c-1.6,0.1-1.6,0.1-1.8,0.1l1-2.8c0,0-3,1.1-3.8,1.3c-2-1.8-5-1.9-7.2-0.6C12.6,2,11.6,3.8,11.9,6 C8.5,5.5,5.6,3.9,3.3,1.2L2.6,0.3l-0.5,1C1.4,2.6,1.2,4,1.4,5.3C1.6,5.9,1.7,6.4,2,6.9L1.4,6.7l-0.1,1C1.2,8.7,1.6,10,2.2,11 c0.2,0.3,0.4,0.6,0.7,0.9l-0.3,0L3,13c0.5,1.6,1.6,2.8,3,3.4c-1.4,0.6-2.5,1-4.3,1.6L0,18.6l1.5,0.8c0.6,0.3,2.7,1.4,4.7,1.7 c4.6,0.7,9.7,0.1,13.2-3c2.9-2.6,3.9-6.4,3.7-10.3c0-0.6,0.1-1.2,0.5-1.6C24.3,5.4,26.1,2.9,26.2,2.9 M22.4,5.3 c-0.5,0.7-0.8,1.6-0.8,2.6c0.2,3.9-0.9,7-3.2,9.1c-2.7,2.4-7.1,3.4-12,2.6c-0.9-0.1-1.8-0.5-2.6-0.8c1.5-0.5,2.7-1,4.6-1.9l2.7-1.3 l-3-0.2c-1.4-0.1-2.6-0.8-3.3-1.9c0.4,0,0.8-0.1,1.1-0.2L9,12.6l-2.8-0.7c-1.4-0.3-2.2-1.2-2.6-1.8C3.3,9.7,3.1,9.3,3,8.9 C3.3,9,3.6,9,4.1,9.1l2.6,0.3L4.7,7.7C3.2,6.5,2.6,4.8,3,3.1C7.7,8,13.2,7.6,13.7,7.7c-0.1-1.2-0.1-1.2-0.2-1.3 c-0.7-2.5,0.8-3.8,1.5-4.2c1.5-0.9,3.8-1,5.4,0.4C20.9,3,21.4,3.1,21.8,3c0.4-0.1,0.7-0.2,1-0.3l-0.7,1.9l0.8,0 C22.9,4.8,22.7,5,22.4,5.3'/%3E%3C/svg%3E%0A");
  width: 1.8rem;
  height: 1.5rem;
}
header .celsus-top-header ul li i.icon-instagram:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 22' style='enable-background:new 0 0 22 22;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:%23144490;%7D .st1%7Bclip-path:url(%23SVGID_2_);%7D .st2%7Bclip-path:url(%23SVGID_4_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st3%7Bclip-path:url(%23SVGID_2_);fill:%2314428F;%7D .st4%7Bclip-path:url(%23SVGID_8_);fill:%233FA2F7;%7D .st5%7Bclip-path:url(%23SVGID_10_);fill:%234CAF50;%7D .st6%7Bclip-path:url(%23SVGID_10_);fill:%23FAFAFA;%7D .st7%7Bclip-path:url(%23SVGID_10_);fill:%23FFFFFF;%7D .st8%7Bclip-path:url(%23SVGID_10_);fill:%233FA2F7;%7D .st9%7Bclip-path:url(%23SVGID_10_);fill:%23144490;%7D .st10%7Bclip-path:url(%23SVGID_14_);enable-background:new ;%7D .st11%7Bclip-path:url(%23SVGID_14_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st12%7Bclip-path:url(%23SVGID_22_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st13%7Bclip-path:url(%23SVGID_24_);fill:%239E9E9E;%7D .st14%7Bclip-path:url(%23SVGID_24_);enable-background:new ;%7D .st15%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st16%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st17%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23FD9337;stroke-width:2;stroke-miterlimit:10;%7D .st18%7Bclip-path:url(%23SVGID_54_);fill:%23144490;%7D .st19%7Bclip-path:url(%23SVGID_54_);enable-background:new ;%7D .st20%7Bclip-path:url(%23SVGID_54_);fill:%234CAF50;%7D .st21%7Bclip-path:url(%23SVGID_54_);fill:%23FD9337;%7D .st22%7Bclip-path:url(%23SVGID_58_);fill:%23FFFFFF;%7D .st23%7Bfill:%23FFFFFF;%7D .st24%7Bfill:%234CAF50;%7D .st25%7Bfill:%23FAFAFA;%7D%0A%3C/style%3E%3Cpath class='st23' d='M3.2,22h15.6c1.8,0,3.2-1.4,3.2-3.2V3.2C22,1.4,20.6,0,18.8,0H3.2C1.4,0,0,1.4,0,3.2v15.6 C0,20.6,1.4,22,3.2,22 M1.3,3.2c0-1.1,0.9-1.9,1.9-1.9h15.6c1.1,0,1.9,0.9,1.9,1.9v15.6c0,1.1-0.9,1.9-1.9,1.9H3.2 c-1.1,0-1.9-0.9-1.9-1.9V3.2z'/%3E%3Cpath class='st23' d='M11,16.8c3.2,0,5.8-2.6,5.8-5.8c0-3.2-2.6-5.8-5.8-5.8c-3.2,0-5.8,2.6-5.8,5.8C5.2,14.2,7.8,16.8,11,16.8 M11,6.5c2.5,0,4.5,2,4.5,4.5c0,2.5-2,4.5-4.5,4.5c-2.5,0-4.5-2-4.5-4.5C6.5,8.5,8.5,6.5,11,6.5'/%3E%3Cpath class='st23' d='M17.4,6.5c1.1,0,1.9-0.9,1.9-1.9c0-1.1-0.9-1.9-1.9-1.9c-1.1,0-1.9,0.9-1.9,1.9C15.5,5.6,16.4,6.5,17.4,6.5 M17.4,3.9c0.4,0,0.6,0.3,0.6,0.6c0,0.4-0.3,0.6-0.6,0.6c-0.4,0-0.6-0.3-0.6-0.6C16.8,4.2,17.1,3.9,17.4,3.9'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
}
/*header level two*/
header .celsus-middle-header {
  padding: 1.5rem 0;
  background: #ffffff;
  z-index: 2;
  position: relative;
}
header .celsus-middle-header .container {
  justify-items: flex-end;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header .celsus-middle-header .container .celsus-logo-wrapper {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

header .celsus-bottom-header .container .form-minisearch-wrapper,
header .celsus-middle-header .container .form-minisearch-wrapper {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  position: relative;
}
header .celsus-bottom-header .container .form-minisearch-wrapper.active,
header .celsus-middle-header .container .form-minisearch-wrapper.active {
  visibility: visible;
  opacity: 1;
}
header .celsus-bottom-header .container .form-minisearch-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  position: fixed;
  background: #ffffff;
  top: 61px;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  transition: 0.3s all ease;
  z-index: 2;
  padding: 0;
  height: 100vh;
  padding-top: 6rem;
}
header .celsus-bottom-header .container .form-minisearch-wrapper.active {
  transform: translateY(0);
}
header .celsus-bottom-header .container .form-minisearch-wrapper .minisearch,
header .celsus-middle-header .container .form-minisearch-wrapper .minisearch {
  display: flex;
  position: relative;
  align-items: center;
}
header .celsus-bottom-header .container .form-minisearch-wrapper .search-wrapper-box,
header .celsus-middle-header .container .form-minisearch-wrapper .search-wrapper-box {
  display: flex;
  align-items: center;
  position: relative;
}
header .celsus-bottom-header .container .form-minisearch-wrapper .search-wrapper-box >  button,
header .celsus-middle-header .container .form-minisearch-wrapper .search-wrapper-box >  button {
  position: absolute;
  right: -21px;
  background-color: #144490;
  border-radius: 0 12px 12px 0;
  width: 44px;
}
header .celsus-bottom-header .container .form-minisearch-wrapper .search-wrapper-box >  button .fa-search,
header .celsus-middle-header .container .form-minisearch-wrapper .search-wrapper-box >  button .fa-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
header .celsus-bottom-header .container .form-minisearch-wrapper .search-wrapper-box >  button .fa-search:before,
header .celsus-middle-header .container .form-minisearch-wrapper .search-wrapper-box >  button .fa-search:before {
  content: '' !important;
  background-image: url(/media/catalog/icon-search-head.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  margin-top: -7px;
}
header .celsus-bottom-header .container .form-minisearch-wrapper .minisearch .close_user2,
header .celsus-middle-header .container .form-minisearch-wrapper .minisearch .close_user2 {
  position: absolute;
  transform: rotate(45deg);
  left: -24px;
  color: #c2c2c2;
  cursor: pointer;
}
header .celsus-bottom-header .container .form-minisearch-wrapper input[type="search"],
header .celsus-middle-header .container .form-minisearch-wrapper input[type="search"] {
  height: 40px;
  border-radius: 12px;
  width: 284px;
  background-color: #eff3f6;
}
header .celsus-bottom-header .container .form-minisearch-wrapper input[type="search"]::placeholder,
header .celsus-middle-header .container .form-minisearch-wrapper input[type="search"]::placeholder {
  color: #b7b7b7;
  font-size: .8rem;
}
header .celsus-bottom-header .container .form-minisearch-wrapper .text-search-advance,
header .celsus-middle-header .container .form-minisearch-wrapper .text-search-advance {
  position: absolute;
  font-size: .7rem;
  left: 0;
  right: 0;
  margin: 8px auto 0;
  text-align: center;
  color: #3fa2f7;
}
header .celsus-bottom-header .container .form-minisearch-wrapper .text-search-advance {
  margin: 60px auto 0;
}
.interesting-areas-wrapper--bottom,
header .celsus-bottom-header .container .form-minisearch-wrapper {
  display: none;
}
header .celsus-middle-header .container .interesting-areas-wrapper {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
header .interesting-areas-wrapper button i.icon-filter:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30.7 32' style='enable-background:new 0 0 30.7 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23144490;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M30.7,3.3c0-1.8-1.5-3.3-3.3-3.3C25.5,0,24,1.5,24,3.3c0,1.6,1.1,3,2.7,3.3v22.7H28V6.6 C29.5,6.3,30.7,4.9,30.7,3.3 M27.3,5.3c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S28.4,5.3,27.3,5.3'/%3E%3Cpath class='st0' d='M4,25.4V2.7H2.7v22.7C1.1,25.7,0,27,0,28.7C0,30.5,1.5,32,3.3,32s3.3-1.5,3.3-3.3C6.7,27,5.5,25.7,4,25.4 L4,25.4z M3.3,30.7c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2C5.3,29.8,4.4,30.7,3.3,30.7'/%3E%3Cpath class='st0' d='M16,12.7v-10h-1.3v10.1C13.1,13,12,14.4,12,16s1.1,3,2.7,3.3v10.1H16V19.3c1.5-0.3,2.7-1.7,2.7-3.3 S17.5,13,16,12.7 M15.3,18c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S16.4,18,15.3,18'/%3E%3C/g%3E%3C/svg%3E%0A");
  margin-right: .8rem;
  top: .2rem;
}
header .themes-main-container {
  position: fixed;
  z-index: 11;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
}
header .themes-main-container.active {
  opacity: 1;
  pointer-events: all;
}
header .celsus-middle-header .container .close-theme-menu {
  position: fixed;
  top: 50px;
  right: 50px;
  font-size: 35px;
  cursor: pointer;
}
header .celsus-middle-header .container .theme-main-wrapper {
  padding-right: 90px;
  padding-left: 90px;
  padding-top: 150px;
  padding-bottom: 150px;
}
header .celsus-middle-header .container .theme-main-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
header .celsus-middle-header .container .theme-main-wrapper .s-hovered .listing__item {
  color: #9e9e9e;
}
header .celsus-middle-header .container .theme-main-wrapper ul li {
  padding: 0 30px;
  margin: 0 0 30px;
  position: relative;
  opacity: 1;
  transform: translate3d(0,0,0);
  transition: opacity 0.1s,transform 0.2s cubic-bezier(0,0,0.22,1);
}
header .celsus-middle-header .container .theme-main-wrapper ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "\2013";
  font-size: 3em;
}
header .celsus-middle-header .container .theme-main-wrapper ul li a {
  color: #2e2e2e;
  font-size: 4em;
  text-decoration: none;
  transition: .3s;
}
header .celsus-middle-header .container .theme-main-wrapper ul li a:hover {
  color: #2d7aea;
  text-decoration: underline;
  transition: .3s;
}
header .celsus-middle-header .celsus-toggle-mobile-btn {
  display: none;
}

/*header level three*/
header .celsus-bottom-header {
  padding: 1.5rem 0;
  background-color: #144490;
  transition: .5s all ease;
  position: relative;
  z-index: 0;
}
header .celsus-bottom-header:before {
  content: '';
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255, .29) 0%, rgba(20,68,144,0) 29%);
  height: 100%;
  width: 100px;
  left: 0;
  display: block;
  z-index: 999;
  position: absolute;
  top: 0;
  pointer-events: none;
}
header .celsus-bottom-header:after {
  content: '';
  background: rgb(20,68,144);
  background: linear-gradient(90deg, rgba(20,68,144,0) 71%, rgba(255,255,255, .29) 100%);
  height: 100%;
  width: 100px;
  right: 0;
  display: block;
  z-index: 999;
  position: absolute;
  top: 0;
  pointer-events: none;
}
header.page-header.active .celsus-bottom-header {
  padding: .5rem 0;
}

header .celsus-bottom-header .container {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .celsus-bottom-header nav {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  width: 100%;
}
header .celsus-bottom-header nav > ul > li > a {
  font-size: 1.1rem;
}
header .celsus-bottom-header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
header .celsus-bottom-header nav ul li {
  margin: 0 0 0 0;
  text-transform: none;
  text-align: center;
  padding: 0 10px;
  font-size: 15px;
}
header .celsus-bottom-header nav ul li.interesting-areas {
  display: none;
}
header .celsus-bottom-header nav ul li a {
  font-weight: 600;
  color: #fff;
  position: relative;
}
header .celsus-bottom-header nav > ul > li > a:before {
  content: "";
  transform: scaleX(0) translateY(100%);
  transition: .3s all ease;
  position: absolute;
  bottom: -3px;
  width: 90%;
  height: 1px;
  background-color: white;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
header .celsus-bottom-header nav ul li a:hover {
  color: #fff;
  opacity: .8;
}
header .celsus-bottom-header nav > ul > li > a:hover:before {
  height: 1px;
  transform: scaleX(1.1) translateY(100%);
  transition: .3s all ease;
  background-color: white;
}
header .celsus-bottom-header nav ul .menuToggle .wrapp-burger {
  display: flex;
  align-items: center;
}
header .celsus-bottom-header nav ul .menuToggle .wrapp-burger:hover span:nth-child(1) {
  transform: translateY(7px);
}
header .celsus-bottom-header nav ul .menuToggle .wrapp-burger:hover span:nth-child(3) {
  transform: translateY(-7px);
}
header .celsus-bottom-header nav ul .menuToggle .wrapp-burger .txt {
  margin-left: 10px;
}
header .celsus-bottom-header nav ul .menuToggle {
  position: relative;
}
header .celsus-bottom-header nav ul .menuToggle .header__burger--lines {
  position: relative;
  border: 0;
  height: 18px;
}
header .celsus-bottom-header nav ul .menuToggle .header__burger--lines span {
  display: block;
  width: 21px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease;
}
header .celsus-bottom-header nav ul .menuToggle .header__burger--lines span:last-child {
  margin-bottom: 0;
}
header .celsus-bottom-header nav ul .menuToggle:before {
  content: '';
}
header .celsus-bottom-header nav ul .menuToggle > ul {
  padding: 15px 0 0 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(110%);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  display: flex;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  flex-direction: row;
}
header .celsus-bottom-header nav ul .menuToggle:first-child > ul {
  flex-wrap: nowrap;
  flex-direction: column;
}
header .celsus-bottom-header nav ul .menuToggle > ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline;
  overflow: hidden;
}
header .celsus-bottom-header nav ul .menuToggle:first-child > ul li {
  width: 100%;
}
header .celsus-bottom-header nav ul .menuToggle:nth-child(2) > ul {
  /*max-width: 800px;*/
  /*width: 800px;*/
  /*justify-content: flex-start;*/
  min-height: 70vh;
  height: 100%;
  overflow: scroll;
}
header .celsus-bottom-header nav ul .menuToggle:nth-child(2) > ul li {
  /*width: 25%;*/
}
header .celsus-bottom-header nav ul .menuToggle > ul li a {
  display: block;
  white-space: nowrap;
  text-align: left;
  border-bottom: 1px solid #144490;
  background-color: #144490;
  color: #fff;
  transition: 0.3s all ease;
  padding: 0.5em 2em;
  position: relative;

  border-top: 1px solid #d3d3d3;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
header .celsus-bottom-header nav ul .menuToggle > ul li a:hover {
  background-color: #215cba;
  opacity: 1;
}
header .celsus-bottom-header nav ul .menuToggle > ul li a:before {
  content: '';
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255, .29) 0%, rgba(20,68,144,0) 29%);
  height: 100%;
  width: 53px;
  left: 0;
  display: block;
  z-index: 999;
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: .6;
}
header .celsus-bottom-header nav ul .menuToggle > ul li a:after {
  content: '';
  background: rgb(20,68,144);
  background: linear-gradient(90deg, rgba(20,68,144,0) 71%, rgba(255,255,255, .29) 100%);
  height: 100%;
  width: 53px;
  right: 0;
  display: block;
  z-index: 999;
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: .6;
}
header .celsus-bottom-header nav ul .menuToggle > ul li a {
  border-top: 1px solid #144490;
}
header .celsus-bottom-header nav ul .menuToggle:hover > ul {
  transform: translateY(100%);
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease;
}
/*header new mewnu custom two level three*/
/*header level three*/
.celsus-bottom-header-two {
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 1.5rem 0;
  background-color: #ffffff;
  transition: .5s all ease;
  margin-bottom: 30px
}
/* .celsus-bottom-header-two {
  padding: .5rem 0;
} */
header.page-header.active .themes-main-container {
  transform: translateY(calc(24% + -67px));
}
.celsus-bottom-header-two .container {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 0;
  grid-template-areas: ". img editions";
  -ms-grid-columns: 1% 79% 20%;
  grid-template-columns: 1% 79% 20%;
  justify-items: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.celsus-bottom-header-two nav {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  width: 100%;
}
.celsus-bottom-header-two nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  /* justify-content: space-between; */
  width: 100%;
}
.celsus-bottom-header-two nav ul li {
  margin: 0 0 0 0;
  text-transform: uppercase;
  text-align: center;
  padding: 0 10px;
  font-size: 15px;
}
.celsus-bottom-header-two nav ul li.interesting-areas {
  display: none;
}
.celsus-bottom-header-two nav ul li a {
  font-weight: 600;
  color: #3a3a3a;
}
.celsus-bottom-header-two nav ul li a:hover {
  color: #2d7aea;
}

/** start style account and minicart */
header .celsus-bottom-header .celsus-user-links,
header .celsus-middle-header .celsus-user-links {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
header .celsus-bottom-header .celsus-user-links.mobile {
  display: none;
}
header .celsus-bottom-header .celsus-user-links ul,
header .celsus-middle-header .celsus-user-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .celsus-bottom-header .celsus-user-links ul li.item-user-link i.icon-search:before,
header .celsus-middle-header .celsus-user-links ul li.item-user-link i.icon-search:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 34.8 34.8' style='enable-background:new 0 0 34.8 34.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23144490;%7D%0A%3C/style%3E%3Cpath class='st0' d='M34.8,33l-10-10c2-2.4,3.2-5.5,3.2-8.9c0-7.7-6.3-14-14-14C6.3,0,0,6.3,0,14s6.3,14,14,14 c3.4,0,6.5-1.2,8.9-3.2l10,10L34.8,33z M1.5,14C1.5,7.1,7.1,1.5,14,1.5S26.5,7.1,26.5,14S20.9,26.5,14,26.5S1.5,20.9,1.5,14'/%3E%3C/svg%3E%0A");
  width: 2.1rem;
  height: 2.1rem;
}
header .celsus-bottom-header .celsus-user-links ul li.item-user-link i.icon-user:before,
header .celsus-middle-header .celsus-user-links ul li.item-user-link i.icon-user:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);stroke:%23144490;stroke-miterlimit:10;%7D .st1%7Bfill:url(%23SVGID_00000101105506598030619230000003739985327351319703_);stroke:%23144490;stroke-miterlimit:10;%7D .st2%7Bfill:url(%23SVGID_00000081646918732632599040000018021262841840026522_);stroke:%23144490;stroke-miterlimit:10;%7D .st3%7Bfill:url(%23SVGID_00000119105851833908691710000006014780330162366910_);stroke:%23144490;stroke-miterlimit:10;%7D .st4%7Bfill:url(%23SVGID_00000114787208629531914400000014618603382686571909_);stroke:%23144490;stroke-miterlimit:10;%7D .st5%7Bfill:url(%23SVGID_00000183933896335604899660000012465373087609846176_);stroke:%23144490;stroke-miterlimit:10;%7D .st6%7Bfill:url(%23SVGID_00000036974541680729213670000012073642347994860711_);stroke:%23144490;stroke-miterlimit:10;%7D .st7%7Bfill:url(%23SVGID_00000023240154212401330820000011268383882355693727_);stroke:%23144490;stroke-miterlimit:10;%7D .st8%7Bfill:url(%23SVGID_00000175324200097639385450000002203615173082209974_);stroke:%23144490;stroke-miterlimit:10;%7D .st9%7Bfill:url(%23SVGID_00000168833431037530870840000017737407968171348671_);stroke:%23144490;stroke-miterlimit:10;%7D .st10%7Bfill:url(%23SVGID_00000161628558679600282810000017058954024637677216_);stroke:%23144490;stroke-miterlimit:10;%7D .st11%7Bfill:url(%23SVGID_00000062172633520643015460000004735197637951705478_);stroke:%23144490;stroke-miterlimit:10;%7D .st12%7Bfill:url(%23SVGID_00000082362240848731951450000017995978716192748952_);stroke:%23144490;stroke-miterlimit:10;%7D .st13%7Bfill:url(%23SVGID_00000092417131432284104980000017867730624832995737_);stroke:%23144490;stroke-miterlimit:10;%7D .st14%7Bfill:url(%23SVGID_00000165946400208263890930000007130080090234110603_);stroke:%23144490;stroke-miterlimit:10;%7D .st15%7Bfill:url(%23SVGID_00000116194053077342685240000016501617706069842872_);stroke:%23144490;stroke-miterlimit:10;%7D .st16%7Bfill:url(%23SVGID_00000129195881228409300390000000404814712381206159_);stroke:%23144490;stroke-miterlimit:10;%7D .st17%7Bfill:url(%23SVGID_00000026165241533730248230000016794062628220306086_);stroke:%23144490;stroke-miterlimit:10;%7D .st18%7Bfill:url(%23SVGID_00000156581502186023267360000000908307269507649722_);stroke:%23144490;stroke-miterlimit:10;%7D .st19%7Bfill:url(%23SVGID_00000126318984825674757920000015303664808815220902_);stroke:%23144490;stroke-miterlimit:10;%7D .st20%7Bfill:url(%23SVGID_00000076583485323044276070000004342026279322459305_);stroke:%23144490;stroke-miterlimit:10;%7D .st21%7Bfill:url(%23SVGID_00000069397973279270443560000003525267309168772493_);stroke:%23144490;stroke-miterlimit:10;%7D .st22%7Bfill:url(%23SVGID_00000177453490790844903920000018242123803935533204_);stroke:%23144490;stroke-miterlimit:10;%7D .st23%7Bfill:url(%23SVGID_00000175322087415889692250000011857482635527481513_);stroke:%23144490;stroke-miterlimit:10;%7D .st24%7Bfill:url(%23SVGID_00000147927948709466623130000011279708693220395183_);stroke:%23144490;stroke-miterlimit:10;%7D .st25%7Bfill:url(%23SVGID_00000097496456131352192330000018292511537537699715_);stroke:%23144490;stroke-miterlimit:10;%7D .st26%7Bfill:url(%23SVGID_00000182511284527414168470000017004813972794602932_);stroke:%23144490;stroke-miterlimit:10;%7D .st27%7Bclip-path:url(%23SVGID_00000088851210047351639090000006175788583085388929_);%7D .st28%7Bclip-path:url(%23SVGID_00000180331591179920218630000016019067278230543511_);%7D .st29%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);fill:%233A3A3A;%7D .st30%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);fill:%2314428F;%7D .st31%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);fill:%233FA2F7;%7D .st32%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);fill:%234AD295;%7D .st33%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);fill:%23CFD9E0;%7D .st34%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);fill:%23DC3545;%7D .st35%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);fill:%23FD9337;%7D .st36%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);fill:%23EFF3F6;%7D .st37%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);enable-background:new ;%7D .st38%7Bclip-path:url(%23SVGID_00000000930300021836644750000017627602748605291152_);fill:%23FD9337;%7D .st39%7Bclip-path:url(%23SVGID_00000074399627528673233210000001983595307188444288_);fill:%23DC3545;%7D .st40%7Bclip-path:url(%23SVGID_00000074399627528673233210000001983595307188444288_);enable-background:new ;%7D .st41%7Bclip-path:url(%23SVGID_00000074399627528673233210000001983595307188444288_);fill:%23FD9337;%7D .st42%7Bclip-path:url(%23SVGID_00000016757051608947026510000011026953219225057680_);fill:%2314428F;%7D .st43%7Bopacity:0.8;clip-path:url(%23SVGID_00000016757051608947026510000011026953219225057680_);%7D .st44%7Bclip-path:url(%23SVGID_00000016757051608947026510000011026953219225057680_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st45%7Bclip-path:url(%23SVGID_00000016757051608947026510000011026953219225057680_);fill:%234AD295;%7D .st46%7Bclip-path:url(%23SVGID_00000016757051608947026510000011026953219225057680_);enable-background:new ;%7D .st47%7Bclip-path:url(%23SVGID_00000091005859229047710760000012762101588616188080_);fill:%23FD9337;%7D .st48%7Bclip-path:url(%23SVGID_00000118368149767369296680000015340167252776892049_);fill:%234AD295;%7D .st49%7Bclip-path:url(%23SVGID_00000134241058441683570320000009978426450229396370_);fill:%233FA2F7;%7D .st50%7Bclip-path:url(%23SVGID_00000134241058441683570320000009978426450229396370_);fill:%23144490;%7D .st51%7Bclip-path:url(%23SVGID_00000098181361082328732600000009963698234450056082_);%7D .st52%7Bclip-path:url(%23SVGID_00000068667009365072616850000016187731987168699297_);%7D .st53%7Bclip-path:url(%23SVGID_00000140714428228459130560000000602005807220999329_);fill:%23FFFFFF;%7D .st54%7Bclip-path:url(%23SVGID_00000140714428228459130560000000602005807220999329_);fill:none;stroke:%23878787;stroke-miterlimit:10;%7D .st55%7Bclip-path:url(%23SVGID_00000151511685605025424770000003216947492986738598_);%7D .st56%7Bclip-path:url(%23SVGID_00000015321607285921648920000011028463374392167820_);%7D .st57%7Bopacity:0.8;clip-path:url(%23SVGID_00000059989608501682968560000008682660175887338929_);%7D .st58%7Bclip-path:url(%23SVGID_00000059989608501682968560000008682660175887338929_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st59%7Bclip-path:url(%23SVGID_00000004535973638444021660000013382032111251865747_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st60%7Bclip-path:url(%23SVGID_00000123443149695456588350000017146042103364867716_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st61%7Bclip-path:url(%23SVGID_00000015355745659108085770000003363834809499352755_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st62%7Bclip-path:url(%23SVGID_00000181065649295448320060000007475827389476938374_);%7D .st63%7Bclip-path:url(%23SVGID_00000062908346490862136600000014551528331523063429_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st64%7Bclip-path:url(%23SVGID_00000030467554649674635040000006423102591072328833_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st65%7Bopacity:0.8;clip-path:url(%23SVGID_00000134946084116994566100000015704004479034135950_);%7D .st66%7Bclip-path:url(%23SVGID_00000134946084116994566100000015704004479034135950_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st67%7Bclip-path:url(%23SVGID_00000005252154324874428070000011334314954349316028_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st68%7Bclip-path:url(%23SVGID_00000124841701604952259240000000791219001408913026_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st69%7Bclip-path:url(%23SVGID_00000139979739411067777240000015188997264075179171_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st70%7Bclip-path:url(%23SVGID_00000092439171368869152050000002535304566050533276_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st71%7Bopacity:0.8;clip-path:url(%23SVGID_00000009560529152916741090000002744725347263133877_);%7D .st72%7Bclip-path:url(%23SVGID_00000009560529152916741090000002744725347263133877_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st73%7Bclip-path:url(%23SVGID_00000091737697097727911410000003529656427532390054_);fill:%233A3A3A;%7D .st74%7Bclip-path:url(%23SVGID_00000091737697097727911410000003529656427532390054_);enable-background:new ;%7D .st75%7Bclip-path:url(%23SVGID_00000070836486754147626620000018365025981880856734_);fill:%234AD295;%7D .st76%7Bclip-path:url(%23SVGID_00000070836486754147626620000018365025981880856734_);enable-background:new ;%7D .st77%7Bclip-path:url(%23SVGID_00000070836486754147626620000018365025981880856734_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st78%7Bclip-path:url(%23SVGID_00000163795079156834664800000003755919146493066396_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st79%7Bclip-path:url(%23SVGID_00000183953203769989264280000016347968230839928723_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st80%7Bclip-path:url(%23SVGID_00000162342849712964054160000006058299752463427465_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st81%7Bclip-path:url(%23SVGID_00000151502058198520347760000002881870889888710534_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st82%7Bopacity:0.8;clip-path:url(%23SVGID_00000122678755129839393000000014138915415988952451_);%7D .st83%7Bclip-path:url(%23SVGID_00000122678755129839393000000014138915415988952451_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st84%7Bclip-path:url(%23SVGID_00000059289462036698846290000005283373248670235316_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st85%7Bclip-path:url(%23SVGID_00000059289462036698846290000005283373248670235316_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st86%7Bclip-path:url(%23SVGID_00000094582021114267966710000001647965904588392892_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st87%7Bclip-path:url(%23SVGID_00000094582021114267966710000001647965904588392892_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st88%7Bclip-path:url(%23SVGID_00000094582021114267966710000001647965904588392892_);enable-background:new ;%7D .st89%7Bclip-path:url(%23SVGID_00000176725446515110155430000010190069324939845284_);fill:%23FD9337;%7D .st90%7Bclip-path:url(%23SVGID_00000086693363106121581900000005428336673882334129_);fill:%23FD9337;%7D .st91%7Bclip-path:url(%23SVGID_00000080193018345507575160000006966413877534855316_);fill:%23FD9337;%7D .st92%7Bclip-path:url(%23SVGID_00000078026326832820825160000003256490327511541932_);fill:%234AD295;%7D .st93%7Bclip-path:url(%23SVGID_00000145039243548946867770000015100249315101687475_);fill:%233FA2F7;%7D .st94%7Bclip-path:url(%23SVGID_00000093868235355687646300000013110209941900974247_);fill:%234AD295;%7D .st95%7Bclip-path:url(%23SVGID_00000105424085742723898650000016188982710437695679_);fill:%233FA2F7;%7D .st96%7Bclip-path:url(%23SVGID_00000067931196566786052260000005737437150502575278_);fill:%234AD295;%7D .st97%7Bclip-path:url(%23SVGID_00000003088067818370570380000016802357751982374070_);fill:%234AD295;%7D .st98%7Bclip-path:url(%23SVGID_00000168803861615215076270000007283240473242773893_);fill:%234AD295;%7D .st99%7Bclip-path:url(%23SVGID_00000112623998463726411570000005940579614827056559_);fill:%23FD9337;%7D .st100%7Bclip-path:url(%23SVGID_00000067233734835822026120000005186848472121255306_);fill:%23FD9337;%7D .st101%7Bclip-path:url(%23SVGID_00000039836278613264900960000014341428669483630266_);fill:%23FD9337;%7D .st102%7Bclip-path:url(%23SVGID_00000039836278613264900960000014341428669483630266_);fill:%23144490;%7D .st103%7Bclip-path:url(%23SVGID_00000048500010283721128670000005562459103524796853_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st104%7Bopacity:0.7;clip-path:url(%23SVGID_00000125590028366156216500000005122823807120904381_);%7D .st105%7Bclip-path:url(%23SVGID_00000125590028366156216500000005122823807120904381_);fill:%234CAF50;%7D .st106%7Bclip-path:url(%23SVGID_00000125590028366156216500000005122823807120904381_);fill:%23FAFAFA;%7D .st107%7Bclip-path:url(%23SVGID_00000030486945420173940590000003369618839426588805_);fill:%23FFFFFF;%7D .st108%7Bclip-path:url(%23SVGID_00000125590028366156216500000005122823807120904381_);fill:%2314428F;%7D .st109%7Bclip-path:url(%23SVGID_00000125590028366156216500000005122823807120904381_);fill:%23FFFFFF;%7D .st110%7Bclip-path:url(%23SVGID_00000142866780866018789360000004104313875438527639_);fill:%23144490;%7D .st111%7Bclip-path:url(%23SVGID_00000142866780866018789360000004104313875438527639_);fill:%23DC3545;%7D .st112%7Bclip-path:url(%23SVGID_00000114785368570416750980000014488745152342504586_);fill:%23FD9337;%7D .st113%7Bclip-path:url(%23SVGID_00000020375026866054627840000001855378585410587548_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st114%7Bclip-path:url(%23SVGID_00000058583286248753458010000016861855072867385239_);%7D .st115%7Bclip-path:url(%23SVGID_00000176737537461496257150000006071187801549173415_);%7D .st116%7Bclip-path:url(%23SVGID_00000094620496373727527580000018411071823073681281_);%7D .st117%7Bclip-path:url(%23SVGID_00000133507474591566883130000012630281757336772531_);%7D .st118%7Bopacity:0.8;clip-path:url(%23SVGID_00000038412693246091136560000005898981283334229926_);%7D .st119%7Bclip-path:url(%23SVGID_00000176737537461496257150000006071187801549173415_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st120%7Bopacity:0.8;clip-path:url(%23SVGID_00000093142027667205721780000007201942609197537965_);%7D .st121%7Bopacity:0.8;clip-path:url(%23SVGID_00000090257570594974918620000004319532987626082186_);%7D .st122%7Bclip-path:url(%23SVGID_00000114779351841883102470000010183091123045553051_);fill:none;stroke:%23878787;stroke-miterlimit:10;%7D .st123%7Bclip-path:url(%23SVGID_00000114779351841883102470000010183091123045553051_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st124%7Bclip-path:url(%23SVGID_00000028286160452155524150000006049794455870141589_);fill:%23144490;%7D .st125%7Bclip-path:url(%23SVGID_00000028301093035497821460000016450906601384601225_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st126%7Bopacity:0.7;clip-path:url(%23SVGID_00000165218629851645921890000013752446291040417686_);%7D .st127%7Bclip-path:url(%23SVGID_00000165218629851645921890000013752446291040417686_);fill:%234CAF50;%7D .st128%7Bclip-path:url(%23SVGID_00000165218629851645921890000013752446291040417686_);fill:%23FAFAFA;%7D .st129%7Bclip-path:url(%23SVGID_00000044140061114945625880000012731244177159329682_);fill:%23FFFFFF;%7D .st130%7Bclip-path:url(%23SVGID_00000165218629851645921890000013752446291040417686_);fill:%2314428F;%7D .st131%7Bclip-path:url(%23SVGID_00000165218629851645921890000013752446291040417686_);fill:%23FFFFFF;%7D .st132%7Bclip-path:url(%23SVGID_00000098220188440372901490000012217289040525307827_);fill:%23FFFFFF;%7D .st133%7Bclip-path:url(%23SVGID_00000098220188440372901490000012217289040525307827_);fill:%23144490;%7D .st134%7Bclip-path:url(%23SVGID_00000098220188440372901490000012217289040525307827_);fill:%23DC3545;%7D .st135%7Bclip-path:url(%23SVGID_00000116196310422433223550000004600177438242884786_);fill:%23FD9337;%7D .st136%7Bclip-path:url(%23SVGID_00000106134288360618535940000008389414362725743803_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st137%7Bclip-path:url(%23SVGID_00000072984515501384871880000006605685835615582385_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st138%7Bclip-path:url(%23SVGID_00000115493688048327414150000005988498779160652203_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st139%7Bclip-path:url(%23SVGID_00000127026005753780819430000016759437041717754255_);%7D .st140%7Bclip-path:url(%23SVGID_00000023256363104048213200000003740286866592480420_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st141%7Bclip-path:url(%23SVGID_00000026124495171798383080000002333535565438444722_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st142%7Bopacity:0.8;clip-path:url(%23SVGID_00000018938122607171503340000011888793273438278016_);%7D .st143%7Bclip-path:url(%23SVGID_00000018938122607171503340000011888793273438278016_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st144%7Bclip-path:url(%23SVGID_00000167365243007472825240000000126411703172018861_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st145%7Bclip-path:url(%23SVGID_00000152942967148014830070000007899716060815894458_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st146%7Bclip-path:url(%23SVGID_00000114756769031221090820000007076295422448424123_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st147%7Bclip-path:url(%23SVGID_00000080914210659718833140000002685106601404312506_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st148%7Bopacity:0.8;clip-path:url(%23SVGID_00000085956276611232240810000008437164418307105957_);%7D .st149%7Bclip-path:url(%23SVGID_00000085956276611232240810000008437164418307105957_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st150%7Bclip-path:url(%23SVGID_00000057148377654424882830000015275891644384883603_);fill:%233A3A3A;%7D .st151%7Bclip-path:url(%23SVGID_00000057148377654424882830000015275891644384883603_);enable-background:new ;%7D .st152%7Bclip-path:url(%23SVGID_00000062157987551793145080000006031803476827986591_);fill:%234AD295;%7D .st153%7Bclip-path:url(%23SVGID_00000062157987551793145080000006031803476827986591_);enable-background:new ;%7D .st154%7Bclip-path:url(%23SVGID_00000062157987551793145080000006031803476827986591_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st155%7Bclip-path:url(%23SVGID_00000158018275588896219410000004169145385680033974_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st156%7Bclip-path:url(%23SVGID_00000087393930003064155870000014455531974894574474_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st157%7Bclip-path:url(%23SVGID_00000139261363871049317400000003603987729745142456_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st158%7Bclip-path:url(%23SVGID_00000075160645733169034020000009848164368508443017_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st159%7Bopacity:0.8;clip-path:url(%23SVGID_00000036951386168213790490000007221933399620166557_);%7D .st160%7Bclip-path:url(%23SVGID_00000036951386168213790490000007221933399620166557_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st161%7Bclip-path:url(%23SVGID_00000052813003103078499010000012579722734410327204_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st162%7Bclip-path:url(%23SVGID_00000052813003103078499010000012579722734410327204_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st163%7Bclip-path:url(%23SVGID_00000052813003103078499010000012579722734410327204_);fill:%23FF0000;%7D .st164%7Bclip-path:url(%23SVGID_00000098195550408476839710000005543477826859883424_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st165%7Bclip-path:url(%23SVGID_00000098195550408476839710000005543477826859883424_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st166%7Bclip-path:url(%23SVGID_00000145047312934180098480000004239959275047271808_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st167%7Bclip-path:url(%23SVGID_00000145047312934180098480000004239959275047271808_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st168%7Bclip-path:url(%23SVGID_00000145047312934180098480000004239959275047271808_);enable-background:new ;%7D .st169%7Bclip-path:url(%23SVGID_00000003783988741555444110000001873096294614244743_);fill:%23FD9337;%7D .st170%7Bclip-path:url(%23SVGID_00000144330455456974800040000007089728662028889494_);fill:%23FD9337;%7D .st171%7Bclip-path:url(%23SVGID_00000111184371307283601790000018359653915636239009_);fill:%23FD9337;%7D .st172%7Bclip-path:url(%23SVGID_00000101098470042294968370000018133335937955031960_);fill:%234AD295;%7D .st173%7Bclip-path:url(%23SVGID_00000179639344356530581080000004298247455270180541_);fill:%233FA2F7;%7D .st174%7Bclip-path:url(%23SVGID_00000028289572260146473340000013393546010909874089_);fill:%234AD295;%7D .st175%7Bclip-path:url(%23SVGID_00000169551233151915583030000018106934660662486679_);fill:%233FA2F7;%7D .st176%7Bclip-path:url(%23SVGID_00000041267387890628539950000010744499179144806556_);fill:%234AD295;%7D .st177%7Bclip-path:url(%23SVGID_00000101813599496915867590000002976025699496319631_);fill:%234AD295;%7D .st178%7Bclip-path:url(%23SVGID_00000040568266542478771300000013127995662416053642_);fill:%234AD295;%7D .st179%7Bclip-path:url(%23SVGID_00000056428499219486784100000017558271949125699468_);fill:%234AD295;%7D .st180%7Bclip-path:url(%23SVGID_00000174582312177053965300000005483715684973618824_);fill:%234AD295;%7D .st181%7Bclip-path:url(%23SVGID_00000088116035425992370520000007616356101445138879_);fill:%23FD9337;%7D .st182%7Bclip-path:url(%23SVGID_00000105406149950208319190000006657853539773151642_);fill:%23FD9337;%7D .st183%7Bclip-path:url(%23SVGID_00000030445026381155927940000015464537315655992723_);fill:%23FD9337;%7D .st184%7Bclip-path:url(%23SVGID_00000064320045692598951370000009294714881851087009_);fill:%23FD9337;%7D .st185%7Bclip-path:url(%23SVGID_00000124844313499780881460000014932610357028248220_);fill:%23FD9337;%7D .st186%7Bclip-path:url(%23SVGID_00000124844313499780881460000014932610357028248220_);fill:%23EFF3F6;%7D .st187%7Bclip-path:url(%23SVGID_00000124844313499780881460000014932610357028248220_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st188%7Bclip-path:url(%23SVGID_00000019645071093069617880000005955552616997354645_);fill:%23144490;%7D .st189%7Bclip-path:url(%23SVGID_00000180337742337211016100000005569582972586479509_);%7D .st190%7Bclip-path:url(%23SVGID_00000086656254685065209050000017680121089791901082_);%7D .st191%7Bopacity:0.8;clip-path:url(%23SVGID_00000005965577359572345850000006068323481196353702_);%7D .st192%7Bclip-path:url(%23SVGID_00000086656254685065209050000017680121089791901082_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st193%7Bclip-path:url(%23SVGID_00000133496482959339413530000009931695885553874609_);%7D .st194%7Bclip-path:url(%23SVGID_00000181770376440773542350000013650030409095604097_);%7D .st195%7Bclip-path:url(%23SVGID_00000105406303791029049980000007464923775815575720_);%7D .st196%7Bclip-path:url(%23SVGID_00000024704317319149812640000006772760300403302817_);%7D .st197%7Bopacity:0.8;clip-path:url(%23SVGID_00000030464272499778570580000016862891753929814683_);%7D .st198%7Bopacity:0.8;clip-path:url(%23SVGID_00000130634907785958596580000006289353547754759069_);%7D .st199%7Bclip-path:url(%23SVGID_00000086656254685065209050000017680121089791901082_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st200%7Bclip-path:url(%23SVGID_00000086656254685065209050000017680121089791901082_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st201%7Bclip-path:url(%23SVGID_00000021825423410100492390000013688411612043466671_);enable-background:new ;%7D .st202%7Bclip-path:url(%23SVGID_00000002386565146045261430000014327565894578612379_);fill:%23FD9337;%7D .st203%7Bclip-path:url(%23SVGID_00000143615771067303694290000010590017919936814987_);fill:%23FD9337;%7D .st204%7Bclip-path:url(%23SVGID_00000075122303345860274300000012494266778944887982_);fill:%23FD9337;%7D .st205%7Bclip-path:url(%23SVGID_00000061457219283248288530000005238387332184944304_);fill:%23FD9337;%7D .st206%7Bclip-path:url(%23SVGID_00000121966408093831063550000003303797408910566579_);fill:%23FD9337;%7D .st207%7Bclip-path:url(%23SVGID_00000121966408093831063550000003303797408910566579_);fill:%23144490;%7D .st208%7Bclip-path:url(%23SVGID_00000144315176386374383630000003822346621907654314_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st209%7Bopacity:0.7;clip-path:url(%23SVGID_00000170977373140461224920000009659574807153149316_);%7D .st210%7Bclip-path:url(%23SVGID_00000170977373140461224920000009659574807153149316_);fill:%234CAF50;%7D .st211%7Bclip-path:url(%23SVGID_00000170977373140461224920000009659574807153149316_);fill:%23FAFAFA;%7D .st212%7Bclip-path:url(%23SVGID_00000047044472729234777760000004374419835905752730_);fill:%23FFFFFF;%7D .st213%7Bclip-path:url(%23SVGID_00000170977373140461224920000009659574807153149316_);fill:%2314428F;%7D .st214%7Bclip-path:url(%23SVGID_00000170977373140461224920000009659574807153149316_);fill:%23FFFFFF;%7D .st215%7Bclip-path:url(%23SVGID_00000155826501358486245680000011779874458285690753_);fill:%23144490;%7D .st216%7Bclip-path:url(%23SVGID_00000155826501358486245680000011779874458285690753_);fill:%23DC3545;%7D .st217%7Bclip-path:url(%23SVGID_00000105406871074563055810000018411076004935751842_);fill:%23FFFFFF;%7D .st218%7Bclip-path:url(%23SVGID_00000105406871074563055810000018411076004935751842_);fill:none;stroke:%23878787;stroke-miterlimit:10;%7D .st219%7Bopacity:0.85;clip-path:url(%23SVGID_00000165198675543000630880000007849647054272101015_);%7D .st220%7Bclip-path:url(%23SVGID_00000139281565189733196770000010673988287381564548_);%7D .st221%7Bclip-path:url(%23SVGID_00000165198675543000630880000007849647054272101015_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st222%7Bclip-path:url(%23SVGID_00000049912681122118144070000017548210208519103132_);fill:%233FA2F7;%7D .st223%7Bclip-path:url(%23SVGID_00000049912681122118144070000017548210208519103132_);fill:%23FD9337;%7D .st224%7Bclip-path:url(%23SVGID_00000149374999599946409920000004815369134941284536_);fill:%23EFF3F6;%7D .st225%7Bclip-path:url(%23SVGID_00000149374999599946409920000004815369134941284536_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st226%7Bclip-path:url(%23SVGID_00000152241470920055455780000006887188001444518844_);fill:%23144490;%7D .st227%7Bclip-path:url(%23SVGID_00000041274161135557530330000007276027332794731705_);%7D .st228%7Bclip-path:url(%23SVGID_00000093862208968259486680000013216872733801632420_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st229%7Bclip-path:url(%23SVGID_00000093862208968259486680000013216872733801632420_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st230%7Bclip-path:url(%23SVGID_00000093862208968259486680000013216872733801632420_);%7D .st231%7Bclip-path:url(%23SVGID_00000061444447128827962560000004286667549406285962_);enable-background:new ;%7D .st232%7Bclip-path:url(%23SVGID_00000061444447128827962560000004286667549406285962_);fill:%233FA2F7;%7D .st233%7Bclip-path:url(%23SVGID_00000130631466044896496550000007395067078560534150_);%7D .st234%7Bclip-path:url(%23SVGID_00000116916680416528482560000002450954506165873342_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st235%7Bclip-path:url(%23SVGID_00000176044401125062454920000011171990195967303837_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st236%7Bclip-path:url(%23SVGID_00000070809860512509642410000017912110862613601683_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st237%7Bclip-path:url(%23SVGID_00000103945387682276751860000018018519715461450173_);%7D .st238%7Bclip-path:url(%23SVGID_00000087414060108722535940000002999648152922012319_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st239%7Bclip-path:url(%23SVGID_00000181802810334136538680000002841211705549531284_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st240%7Bopacity:0.8;clip-path:url(%23SVGID_00000153668514417337576260000012236974780312347573_);%7D .st241%7Bclip-path:url(%23SVGID_00000153668514417337576260000012236974780312347573_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st242%7Bclip-path:url(%23SVGID_00000016048586395294594130000011462314669883908010_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st243%7Bclip-path:url(%23SVGID_00000083063592640789994140000014193986753211947962_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st244%7Bclip-path:url(%23SVGID_00000045619207924598179130000004090257421412507543_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st245%7Bclip-path:url(%23SVGID_00000135666947397197198800000014599242887467496325_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st246%7Bopacity:0.8;clip-path:url(%23SVGID_00000022520256559527360570000015707374323928909190_);%7D .st247%7Bclip-path:url(%23SVGID_00000022520256559527360570000015707374323928909190_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st248%7Bclip-path:url(%23SVGID_00000025431838522723041830000018055294207606893468_);fill:%233A3A3A;%7D .st249%7Bclip-path:url(%23SVGID_00000025431838522723041830000018055294207606893468_);enable-background:new ;%7D .st250%7Bclip-path:url(%23SVGID_00000018215003851574343820000006062079659554015113_);fill:%234AD295;%7D .st251%7Bclip-path:url(%23SVGID_00000018215003851574343820000006062079659554015113_);enable-background:new ;%7D .st252%7Bclip-path:url(%23SVGID_00000018215003851574343820000006062079659554015113_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st253%7Bclip-path:url(%23SVGID_00000000223533650559786560000000566495991048453261_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st254%7Bclip-path:url(%23SVGID_00000177484986800153442770000010978853803358825902_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st255%7Bclip-path:url(%23SVGID_00000138553667829877906530000007671160875569491859_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st256%7Bclip-path:url(%23SVGID_00000106110303520453856610000011571939069743571089_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st257%7Bopacity:0.8;clip-path:url(%23SVGID_00000070088861242104087740000004828764562694527130_);%7D .st258%7Bclip-path:url(%23SVGID_00000070088861242104087740000004828764562694527130_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st259%7Bclip-path:url(%23SVGID_00000073692257500136204900000006557374133348564101_);fill:%23FD9337;%7D .st260%7Bclip-path:url(%23SVGID_00000048476548071454044140000015534932840597937565_);fill:%23FD9337;%7D .st261%7Bclip-path:url(%23SVGID_00000004542731058706322070000002197563701153961613_);fill:%23FD9337;%7D .st262%7Bclip-path:url(%23SVGID_00000000206781663043112430000013455451427297146039_);fill:%234AD295;%7D .st263%7Bclip-path:url(%23SVGID_00000159449744339690871890000013779580945663201692_);fill:%233FA2F7;%7D .st264%7Bclip-path:url(%23SVGID_00000096044665185349922700000014800386358647427470_);fill:%234AD295;%7D .st265%7Bclip-path:url(%23SVGID_00000050664192372041592540000013257645209907295934_);fill:%233FA2F7;%7D .st266%7Bclip-path:url(%23SVGID_00000115485425115529510350000012542749007654231736_);fill:%234AD295;%7D .st267%7Bclip-path:url(%23SVGID_00000110455851458324096280000017622649757103714446_);fill:%234AD295;%7D .st268%7Bclip-path:url(%23SVGID_00000168092865189728527160000018266068989120573068_);fill:%234AD295;%7D .st269%7Bclip-path:url(%23SVGID_00000123411186448963701540000007828449421517780617_);fill:%234AD295;%7D .st270%7Bclip-path:url(%23SVGID_00000000914606366487763980000005626395903807920770_);fill:%234AD295;%7D .st271%7Bclip-path:url(%23SVGID_00000090271820908190927020000001303032510123585208_);fill:%23FD9337;%7D .st272%7Bclip-path:url(%23SVGID_00000096747979718381761450000000472687322924025477_);fill:%23FD9337;%7D .st273%7Bclip-path:url(%23SVGID_00000036966241206800003520000003523262250483301563_);fill:%23FD9337;%7D .st274%7Bclip-path:url(%23SVGID_00000074425069103674029290000011554394013747786408_);fill:%23FD9337;%7D .st275%7Bclip-path:url(%23SVGID_00000160882102235671691930000010723010782008369853_);fill:%23FD9337;%7D .st276%7Bclip-path:url(%23SVGID_00000160882102235671691930000010723010782008369853_);fill:%23144490;%7D .st277%7Bclip-path:url(%23SVGID_00000072987474176553123070000010900414438204265602_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st278%7Bopacity:0.7;clip-path:url(%23SVGID_00000008833758385726802730000003746928766003282363_);%7D .st279%7Bclip-path:url(%23SVGID_00000008833758385726802730000003746928766003282363_);fill:%234CAF50;%7D .st280%7Bclip-path:url(%23SVGID_00000008833758385726802730000003746928766003282363_);fill:%23FAFAFA;%7D .st281%7Bclip-path:url(%23SVGID_00000010311852718467274590000013873551355881869200_);fill:%23FFFFFF;%7D .st282%7Bclip-path:url(%23SVGID_00000008833758385726802730000003746928766003282363_);fill:%2314428F;%7D .st283%7Bclip-path:url(%23SVGID_00000008833758385726802730000003746928766003282363_);fill:%23FFFFFF;%7D .st284%7Bclip-path:url(%23SVGID_00000106866650037599200060000000051169077381098657_);fill:%23144490;%7D .st285%7Bclip-path:url(%23SVGID_00000106866650037599200060000000051169077381098657_);fill:%23DC3545;%7D .st286%7Bclip-path:url(%23SVGID_00000106866650037599200060000000051169077381098657_);fill:%23FFFFFF;%7D .st287%7Bclip-path:url(%23SVGID_00000155128028648202372330000013616903025200441233_);fill:%23FD9337;%7D .st288%7Bclip-path:url(%23SVGID_00000131364916728029289640000008667230529104363168_);%7D .st289%7Bclip-path:url(%23SVGID_00000014592382613400655060000000478568581112386457_);fill:%23144490;%7D .st290%7Bclip-path:url(%23SVGID_00000014592382613400655060000000478568581112386457_);%7D .st291%7Bclip-path:url(%23SVGID_00000141449969349574528640000006958078160476797084_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st292%7Bopacity:0.7;clip-path:url(%23SVGID_00000027569796172233580800000009517876994216880059_);%7D .st293%7Bclip-path:url(%23SVGID_00000027569796172233580800000009517876994216880059_);fill:%234CAF50;%7D .st294%7Bclip-path:url(%23SVGID_00000027569796172233580800000009517876994216880059_);fill:%23FAFAFA;%7D .st295%7Bclip-path:url(%23SVGID_00000017517949248831246760000008843429797939278510_);fill:%23FFFFFF;%7D .st296%7Bclip-path:url(%23SVGID_00000027569796172233580800000009517876994216880059_);fill:%2314428F;%7D .st297%7Bclip-path:url(%23SVGID_00000027569796172233580800000009517876994216880059_);fill:%23FFFFFF;%7D .st298%7Bclip-path:url(%23SVGID_00000069400309627406221240000016782547150040597397_);fill:%23FFFFFF;%7D .st299%7Bclip-path:url(%23SVGID_00000069400309627406221240000016782547150040597397_);fill:%23144490;%7D .st300%7Bclip-path:url(%23SVGID_00000069400309627406221240000016782547150040597397_);fill:%23DC3545;%7D .st301%7Bclip-path:url(%23SVGID_00000142134258144439350820000017089627032071386759_);fill:%23FD9337;%7D .st302%7Bclip-path:url(%23SVGID_00000105428757236658777250000015221256483368789409_);%7D .st303%7Bclip-path:url(%23SVGID_00000070077939316611463510000016425808776238870415_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st304%7Bclip-path:url(%23SVGID_00000004515551180264793380000007934205938990291881_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st305%7Bclip-path:url(%23SVGID_00000047768226820592927080000001721704853242015628_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st306%7Bclip-path:url(%23SVGID_00000121261482070878355200000006276685711143061929_);%7D .st307%7Bclip-path:url(%23SVGID_00000170985280115017690730000003262303335726431415_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st308%7Bclip-path:url(%23SVGID_00000006683856009199657730000010392921278814740631_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st309%7Bopacity:0.8;clip-path:url(%23SVGID_00000057837012711052515100000013818322809252729988_);%7D .st310%7Bclip-path:url(%23SVGID_00000057837012711052515100000013818322809252729988_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st311%7Bclip-path:url(%23SVGID_00000062908915669816104510000006273489061031897528_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st312%7Bclip-path:url(%23SVGID_00000137814336931823847880000004021020032863380888_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st313%7Bclip-path:url(%23SVGID_00000041280785905191822920000003142744420672954522_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st314%7Bclip-path:url(%23SVGID_00000111908709912117160430000011127529473340896416_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st315%7Bopacity:0.8;clip-path:url(%23SVGID_00000177468388743898439120000001670459141662153912_);%7D .st316%7Bclip-path:url(%23SVGID_00000177468388743898439120000001670459141662153912_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st317%7Bclip-path:url(%23SVGID_00000005257124879902011270000005548868034290094489_);fill:%233A3A3A;%7D .st318%7Bclip-path:url(%23SVGID_00000005257124879902011270000005548868034290094489_);enable-background:new ;%7D .st319%7Bclip-path:url(%23SVGID_00000013876513500644386410000009589142893910121625_);fill:%234AD295;%7D .st320%7Bclip-path:url(%23SVGID_00000013876513500644386410000009589142893910121625_);enable-background:new ;%7D .st321%7Bclip-path:url(%23SVGID_00000013876513500644386410000009589142893910121625_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st322%7Bclip-path:url(%23SVGID_00000119827086847941276860000010462470563931281071_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st323%7Bclip-path:url(%23SVGID_00000023981356284815321540000008285984540433903038_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st324%7Bclip-path:url(%23SVGID_00000033348362491180297230000000331247247674360987_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st325%7Bclip-path:url(%23SVGID_00000003821459942483427910000011884682904140609676_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st326%7Bopacity:0.8;clip-path:url(%23SVGID_00000077292439003554942620000007811265663611672239_);%7D .st327%7Bclip-path:url(%23SVGID_00000077292439003554942620000007811265663611672239_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st328%7Bclip-path:url(%23SVGID_00000065792768113367895980000018304448094887297727_);fill:%23FD9337;%7D .st329%7Bclip-path:url(%23SVGID_00000008839226866314172420000015534399419387439263_);fill:%23FD9337;%7D .st330%7Bclip-path:url(%23SVGID_00000161599552270257459980000009650423356538516865_);fill:%23FD9337;%7D .st331%7Bclip-path:url(%23SVGID_00000101811338691177018720000000806352320298789297_);fill:%234AD295;%7D .st332%7Bclip-path:url(%23SVGID_00000059303621454938321070000013346766522039333000_);fill:%233FA2F7;%7D .st333%7Bclip-path:url(%23SVGID_00000073705194691483423050000002957601893642723495_);fill:%234AD295;%7D .st334%7Bclip-path:url(%23SVGID_00000060011944157188823150000006206467089494745751_);fill:%233FA2F7;%7D .st335%7Bclip-path:url(%23SVGID_00000159436038927859138200000012465063832300841601_);fill:%234AD295;%7D .st336%7Bclip-path:url(%23SVGID_00000072990290099816610370000011432116592471231405_);fill:%234AD295;%7D .st337%7Bclip-path:url(%23SVGID_00000065777964059525783950000004678971755721187513_);fill:%234AD295;%7D .st338%7Bclip-path:url(%23SVGID_00000108293906960509931370000008447050702558835876_);fill:%234AD295;%7D .st339%7Bclip-path:url(%23SVGID_00000114055414820185596700000014094956954657642147_);fill:%234AD295;%7D .st340%7Bclip-path:url(%23SVGID_00000131339363232286822630000003680554755296594619_);fill:%23FD9337;%7D .st341%7Bclip-path:url(%23SVGID_00000115501889113219792560000009306596402169834928_);fill:%23FD9337;%7D .st342%7Bclip-path:url(%23SVGID_00000140693535824483208480000003587927059020591789_);fill:%23FD9337;%7D .st343%7Bclip-path:url(%23SVGID_00000165205293215959158080000004694097848186393227_);fill:%23FD9337;%7D .st344%7Bclip-path:url(%23SVGID_00000031206117640794128250000015197137655765204666_);fill:%23FD9337;%7D .st345%7Bclip-path:url(%23SVGID_00000031206117640794128250000015197137655765204666_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st346%7Bclip-path:url(%23SVGID_00000031206117640794128250000015197137655765204666_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st347%7Bclip-path:url(%23SVGID_00000120551433775248680800000009937815158510746533_);enable-background:new ;%7D .st348%7Bclip-path:url(%23SVGID_00000120551433775248680800000009937815158510746533_);fill:%233FA2F7;%7D .st349%7Bclip-path:url(%23SVGID_00000013884833658270495900000016427152550261417633_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st350%7Bclip-path:url(%23SVGID_00000013884833658270495900000016427152550261417633_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st351%7Bclip-path:url(%23SVGID_00000013884833658270495900000016427152550261417633_);fill:%23FF0000;%7D .st352%7Bclip-path:url(%23SVGID_00000013884833658270495900000016427152550261417633_);fill:%23EFF3F6;%7D .st353%7Bclip-path:url(%23SVGID_00000013884833658270495900000016427152550261417633_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st354%7Bclip-path:url(%23SVGID_00000183242765076515614180000006442350005545622957_);%7D .st355%7Bclip-path:url(%23SVGID_00000169519319538357556000000014512773848835033732_);%7D .st356%7Bclip-path:url(%23SVGID_00000169519319538357556000000014512773848835033732_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st357%7Bclip-path:url(%23SVGID_00000105390577987936741820000018415032969970389644_);%7D .st358%7Bopacity:0.8;clip-path:url(%23SVGID_00000029034844105689495380000009687704174381798792_);%7D .st359%7Bopacity:0.8;clip-path:url(%23SVGID_00000053532006464022066040000010399569456508376756_);%7D .st360%7Bopacity:0.8;clip-path:url(%23SVGID_00000077285689175530997200000015484642069621957301_);%7D .st361%7Bopacity:0.8;clip-path:url(%23SVGID_00000085954474150525287300000003632217342937280417_);%7D .st362%7Bclip-path:url(%23SVGID_00000158731997100545398340000013969637222763877017_);%7D .st363%7Bclip-path:url(%23SVGID_00000015320973034687392430000000826285167308002961_);fill:%233A3A3A;%7D .st364%7Bclip-path:url(%23SVGID_00000015320973034687392430000000826285167308002961_);enable-background:new ;%7D .st365%7Bclip-path:url(%23SVGID_00000061453492526900251880000018407134155338186661_);fill:%234AD295;%7D .st366%7Bclip-path:url(%23SVGID_00000061453492526900251880000018407134155338186661_);enable-background:new ;%7D .st367%7Bclip-path:url(%23SVGID_00000096776972422048873690000017797473260063728783_);fill:%23FD9337;%7D .st368%7Bclip-path:url(%23SVGID_00000057869915803746044550000006017092685320701104_);fill:%23FD9337;%7D .st369%7Bclip-path:url(%23SVGID_00000080897884534669486220000000762145429307325618_);fill:%23FD9337;%7D .st370%7Bclip-path:url(%23SVGID_00000009560355298594536540000003272696505046733484_);fill:%234AD295;%7D .st371%7Bclip-path:url(%23SVGID_00000101808202439667249950000016959659138605999772_);fill:%233FA2F7;%7D .st372%7Bclip-path:url(%23SVGID_00000142890747416890029200000017838294991270437035_);fill:%234AD295;%7D .st373%7Bclip-path:url(%23SVGID_00000154426014514257682640000008478619780661976996_);fill:%233FA2F7;%7D .st374%7Bclip-path:url(%23SVGID_00000109015346862956037100000013714652055629870224_);fill:%23FD9337;%7D .st375%7Bclip-path:url(%23SVGID_00000133506924619501226920000012509676792593571004_);fill:%23FD9337;%7D .st376%7Bclip-path:url(%23SVGID_00000057146899785541003960000005246721006917276324_);fill:%23FD9337;%7D .st377%7Bclip-path:url(%23SVGID_00000080191979829194671080000017957880510494680198_);fill:%23FD9337;%7D .st378%7Bclip-path:url(%23SVGID_00000172440016837676985040000010860214379359947654_);fill:%23FD9337;%7D .st379%7Bclip-path:url(%23SVGID_00000172440016837676985040000010860214379359947654_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st380%7Bclip-path:url(%23SVGID_00000172440016837676985040000010860214379359947654_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st381%7Bclip-path:url(%23SVGID_00000178191082671746914570000016853372572897794709_);enable-background:new ;%7D .st382%7Bclip-path:url(%23SVGID_00000178191082671746914570000016853372572897794709_);fill:%233FA2F7;%7D .st383%7Bclip-path:url(%23SVGID_00000106113589040418064180000000299711075891152779_);fill:%23144490;%7D .st384%7Bclip-path:url(%23SVGID_00000018936612767930306010000003707246441417677968_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st385%7Bopacity:0.7;clip-path:url(%23SVGID_00000183217092778100590390000016948342391871359136_);%7D .st386%7Bclip-path:url(%23SVGID_00000183217092778100590390000016948342391871359136_);fill:%234CAF50;%7D .st387%7Bclip-path:url(%23SVGID_00000183217092778100590390000016948342391871359136_);fill:%23FAFAFA;%7D .st388%7Bclip-path:url(%23SVGID_00000018227835644089864950000005425571428230045601_);fill:%23FFFFFF;%7D .st389%7Bclip-path:url(%23SVGID_00000183217092778100590390000016948342391871359136_);fill:%2314428F;%7D .st390%7Bclip-path:url(%23SVGID_00000183217092778100590390000016948342391871359136_);fill:%23FFFFFF;%7D .st391%7Bclip-path:url(%23SVGID_00000007388735673822572500000003583263675647745980_);fill:%233FA2F7;%7D .st392%7Bclip-path:url(%23SVGID_00000007388735673822572500000003583263675647745980_);fill:%23144490;%7D .st393%7Bclip-path:url(%23SVGID_00000007388735673822572500000003583263675647745980_);fill:%23DC3545;%7D .st394%7Bclip-path:url(%23SVGID_00000111896539679137549260000005440115111512375447_);fill:%23FD9337;%7D .st395%7Bopacity:0.85;clip-path:url(%23SVGID_00000045581792382349772520000017499155554054969257_);%7D .st396%7Bclip-path:url(%23SVGID_00000052082846481613314570000006067209600046280106_);%7D .st397%7Bclip-path:url(%23SVGID_00000045581792382349772520000017499155554054969257_);fill:%23EFF3F6;%7D .st398%7Bclip-path:url(%23SVGID_00000045581792382349772520000017499155554054969257_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st399%7Bclip-path:url(%23SVGID_00000116923563997552684820000006652788124255935627_);enable-background:new ;%7D .st400%7Bclip-path:url(%23SVGID_00000116923563997552684820000006652788124255935627_);fill:%233FA2F7;%7D .st401%7Bclip-path:url(%23SVGID_00000153704181974366210030000016893980563468053689_);%7D .st402%7Bclip-path:url(%23SVGID_00000093145275391650692960000008825251064544108192_);%7D .st403%7Bclip-path:url(%23SVGID_00000119088658946537748860000006056102999379403649_);fill:%23FFFFFF;%7D .st404%7Bclip-path:url(%23SVGID_00000119088658946537748860000006056102999379403649_);fill:none;stroke:%23878787;stroke-miterlimit:10;%7D .st405%7Bclip-path:url(%23SVGID_00000160152203370245697360000007368948698979545509_);fill:%2314428F;%7D .st406%7Bclip-path:url(%23SVGID_00000160152203370245697360000007368948698979545509_);fill:%23FFFFFF;%7D .st407%7Bclip-path:url(%23SVGID_00000160152203370245697360000007368948698979545509_);fill:%23144490;%7D .st408%7Bopacity:0.7;clip-path:url(%23SVGID_00000030454727004816593570000007832073381709446846_);%7D .st409%7Bclip-path:url(%23SVGID_00000030454727004816593570000007832073381709446846_);fill:%234CAF50;%7D .st410%7Bclip-path:url(%23SVGID_00000030454727004816593570000007832073381709446846_);fill:%23FAFAFA;%7D .st411%7Bclip-path:url(%23SVGID_00000150812070798313029340000011600125927356872576_);fill:%23FFFFFF;%7D .st412%7Bopacity:0.8;clip-path:url(%23SVGID_00000117652234220651306140000009378455901344373175_);%7D .st413%7Bclip-path:url(%23SVGID_00000117652234220651306140000009378455901344373175_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st414%7Bclip-path:url(%23SVGID_00000117652234220651306140000009378455901344373175_);fill:%23EFF3F6;%7D .st415%7Bclip-path:url(%23SVGID_00000117652234220651306140000009378455901344373175_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st416%7Bclip-path:url(%23SVGID_00000117652234220651306140000009378455901344373175_);fill:%23144490;%7D .st417%7Bclip-path:url(%23SVGID_00000117652234220651306140000009378455901344373175_);fill:%23DC3545;%7D .st418%7Bclip-path:url(%23SVGID_00000016074545592031755770000017975754944802384554_);fill:%23FD9337;%7D .st419%7Bclip-path:url(%23SVGID_00000176733016283097527900000008294830863372325265_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st420%7Bclip-path:url(%23SVGID_00000176733016283097527900000008294830863372325265_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st421%7Bclip-path:url(%23SVGID_00000176733016283097527900000008294830863372325265_);enable-background:new ;%7D .st422%7Bclip-path:url(%23SVGID_00000114788922615870959060000007200356088670954402_);%7D .st423%7Bclip-path:url(%23SVGID_00000052081647275040368940000018269349888744423307_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st424%7Bclip-path:url(%23SVGID_00000023997555212375077530000008269925264751838618_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st425%7Bclip-path:url(%23SVGID_00000134960464381364290490000009711674407712732326_);fill:%23FD9337;%7D .st426%7Bclip-path:url(%23SVGID_00000154399893309780096530000002518043996437614244_);fill:%23FD9337;%7D .st427%7Bclip-path:url(%23SVGID_00000032627402223341771650000003946499747270523549_);%7D .st428%7Bclip-path:url(%23SVGID_00000088817423565732411580000005479507129507836044_);%7D .st429%7Bopacity:0.7;clip-path:url(%23SVGID_00000085239145379166836130000007147334575013194139_);%7D .st430%7Bclip-path:url(%23SVGID_00000066516446871694292960000004097405337610856334_);fill:%23FFFFFF;%7D .st431%7Bclip-path:url(%23SVGID_00000085239145379166836130000007147334575013194139_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st432%7Bclip-path:url(%23SVGID_00000085239145379166836130000007147334575013194139_);fill:%23EFF3F6;%7D .st433%7Bclip-path:url(%23SVGID_00000049200747732625138220000011056098419193900698_);fill:%233FA2F7;%7D .st434%7Bclip-path:url(%23SVGID_00000049200747732625138220000011056098419193900698_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st435%7Bclip-path:url(%23SVGID_00000049200747732625138220000011056098419193900698_);fill:%2314428F;%7D .st436%7Bclip-path:url(%23SVGID_00000049200747732625138220000011056098419193900698_);fill:%23FFFFFF;%7D .st437%7Bclip-path:url(%23SVGID_00000049200747732625138220000011056098419193900698_);fill:%23144490;%7D .st438%7Bopacity:0.7;clip-path:url(%23SVGID_00000095310256649450814050000008291406342340529819_);%7D .st439%7Bclip-path:url(%23SVGID_00000095310256649450814050000008291406342340529819_);fill:%234CAF50;%7D .st440%7Bclip-path:url(%23SVGID_00000095310256649450814050000008291406342340529819_);fill:%23FAFAFA;%7D .st441%7Bclip-path:url(%23SVGID_00000071523591575818208080000014816716534238322843_);fill:%23FFFFFF;%7D .st442%7Bclip-path:url(%23SVGID_00000114788058210202950220000014558407037423896711_);fill:%23EFF3F6;%7D .st443%7Bclip-path:url(%23SVGID_00000114788058210202950220000014558407037423896711_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st444%7Bclip-path:url(%23SVGID_00000114788058210202950220000014558407037423896711_);fill:%23144490;%7D .st445%7Bclip-path:url(%23SVGID_00000114788058210202950220000014558407037423896711_);fill:%23DC3545;%7D .st446%7Bclip-path:url(%23SVGID_00000122706074557443011380000006181287354219936399_);fill:%23FD9337;%7D .st447%7Bclip-path:url(%23SVGID_00000098207841527131530310000012759286944070538128_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st448%7Bclip-path:url(%23SVGID_00000098207841527131530310000012759286944070538128_);fill:%23FF0000;%7D .st449%7Bclip-path:url(%23SVGID_00000098207841527131530310000012759286944070538128_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st450%7Bclip-path:url(%23SVGID_00000073002960423897242910000014168184619670822041_);%7D .st451%7Bclip-path:url(%23SVGID_00000078752753900828723100000004738561839007145093_);%7D .st452%7Bclip-path:url(%23SVGID_00000142173043386578005650000006621879168438644114_);fill:%2314428F;%7D .st453%7Bclip-path:url(%23SVGID_00000142173043386578005650000006621879168438644114_);fill:%23FFFFFF;%7D .st454%7Bclip-path:url(%23SVGID_00000142173043386578005650000006621879168438644114_);fill:%23144490;%7D .st455%7Bopacity:0.7;clip-path:url(%23SVGID_00000104700238875688179640000013431063593016339873_);%7D .st456%7Bclip-path:url(%23SVGID_00000104700238875688179640000013431063593016339873_);fill:%234CAF50;%7D .st457%7Bclip-path:url(%23SVGID_00000104700238875688179640000013431063593016339873_);fill:%23FAFAFA;%7D .st458%7Bclip-path:url(%23SVGID_00000023991744478029261890000000621280514394946945_);fill:%23FFFFFF;%7D .st459%7Bclip-path:url(%23SVGID_00000067955071300215809730000017388255039909953187_);fill:%23EFF3F6;%7D .st460%7Bclip-path:url(%23SVGID_00000067955071300215809730000017388255039909953187_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st461%7Bclip-path:url(%23SVGID_00000067955071300215809730000017388255039909953187_);fill:%23144490;%7D .st462%7Bclip-path:url(%23SVGID_00000067955071300215809730000017388255039909953187_);fill:%23DC3545;%7D .st463%7Bclip-path:url(%23SVGID_00000077302591608966418770000006481639881303159938_);fill:%23FD9337;%7D .st464%7Bclip-path:url(%23SVGID_00000062892889482836043700000013819963918110558352_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st465%7Bclip-path:url(%23SVGID_00000062892889482836043700000013819963918110558352_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st466%7Bclip-path:url(%23SVGID_00000062892889482836043700000013819963918110558352_);fill:%23FF0000;%7D .st467%7Bclip-path:url(%23SVGID_00000062892889482836043700000013819963918110558352_);fill:%23EFF3F6;%7D .st468%7Bclip-path:url(%23SVGID_00000062892889482836043700000013819963918110558352_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st469%7Bclip-path:url(%23SVGID_00000039813697014374693800000006755935029023212709_);fill:%23144490;%7D .st470%7Bclip-path:url(%23SVGID_00000099648200938542501920000004263203465894451361_);%7D .st471%7Bclip-path:url(%23SVGID_00000075121968017980519620000002025261935787126435_);%7D .st472%7Bclip-path:url(%23SVGID_00000151545956085490865060000009068081234444618640_);enable-background:new ;%7D .st473%7Bclip-path:url(%23SVGID_00000075121968017980519620000002025261935787126435_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st474%7Bclip-path:url(%23SVGID_00000040539236220007772160000005825329266597005737_);enable-background:new ;%7D .st475%7Bclip-path:url(%23SVGID_00000089548692253886800960000017791127921733858977_);enable-background:new ;%7D .st476%7Bclip-path:url(%23SVGID_00000126287780283006906510000016725236799423339143_);fill:%239E9E9E;%7D .st477%7Bclip-path:url(%23SVGID_00000126287780283006906510000016725236799423339143_);enable-background:new ;%7D .st478%7Bclip-path:url(%23SVGID_00000126287780283006906510000016725236799423339143_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st479%7Bclip-path:url(%23SVGID_00000126287780283006906510000016725236799423339143_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st480%7Bclip-path:url(%23SVGID_00000126287780283006906510000016725236799423339143_);fill:none;stroke:%23FD9337;stroke-width:2;stroke-miterlimit:10;%7D .st481%7Bclip-path:url(%23SVGID_00000163046831137003691970000006471974567828100281_);fill:%23144490;%7D .st482%7Bclip-path:url(%23SVGID_00000163046831137003691970000006471974567828100281_);enable-background:new ;%7D .st483%7Bclip-path:url(%23SVGID_00000095318979056757539460000008914787635836573353_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st484%7Bopacity:0.7;clip-path:url(%23SVGID_00000076593568168341093620000004744610430831542405_);%7D .st485%7Bclip-path:url(%23SVGID_00000076593568168341093620000004744610430831542405_);fill:%234CAF50;%7D .st486%7Bclip-path:url(%23SVGID_00000076593568168341093620000004744610430831542405_);fill:%23FAFAFA;%7D .st487%7Bclip-path:url(%23SVGID_00000025415940884500277780000002155444886183753917_);fill:%23FFFFFF;%7D .st488%7Bclip-path:url(%23SVGID_00000076593568168341093620000004744610430831542405_);fill:%2314428F;%7D .st489%7Bclip-path:url(%23SVGID_00000076593568168341093620000004744610430831542405_);fill:%23FFFFFF;%7D .st490%7Bclip-path:url(%23SVGID_00000035494910142687044370000015362859639514901417_);fill:%23FFFFFF;%7D .st491%7Bclip-path:url(%23SVGID_00000035494910142687044370000015362859639514901417_);fill:%23144490;%7D .st492%7Bclip-path:url(%23SVGID_00000035494910142687044370000015362859639514901417_);fill:%23DC3545;%7D .st493%7Bclip-path:url(%23SVGID_00000181076142778287428500000012472286815569032122_);fill:%23FD9337;%7D .st494%7Bclip-path:url(%23SVGID_00000010283066765092256310000012267943702614156423_);fill:%23FD9337;%7D .st495%7Bclip-path:url(%23SVGID_00000010283066765092256310000012267943702614156423_);enable-background:new ;%7D .st496%7Bclip-path:url(%23SVGID_00000015325854136291522220000011815657408345986216_);%7D .st497%7Bclip-path:url(%23SVGID_00000038399224680871390420000011777223189491924869_);%7D .st498%7Bclip-path:url(%23SVGID_00000087394029599549943140000005677230695706363292_);fill:%2314428F;%7D .st499%7Bclip-path:url(%23SVGID_00000087394029599549943140000005677230695706363292_);fill:%23FFFFFF;%7D .st500%7Bclip-path:url(%23SVGID_00000087394029599549943140000005677230695706363292_);fill:%23144490;%7D .st501%7Bopacity:0.7;clip-path:url(%23SVGID_00000068648324405653858250000017315884018796245154_);%7D .st502%7Bclip-path:url(%23SVGID_00000068648324405653858250000017315884018796245154_);fill:%234CAF50;%7D .st503%7Bclip-path:url(%23SVGID_00000068648324405653858250000017315884018796245154_);fill:%23FAFAFA;%7D .st504%7Bclip-path:url(%23SVGID_00000163761933585430745610000009884706554354759852_);fill:%23FFFFFF;%7D .st505%7Bclip-path:url(%23SVGID_00000139983985888551111680000003327926186542851478_);fill:%23EFF3F6;%7D .st506%7Bclip-path:url(%23SVGID_00000139983985888551111680000003327926186542851478_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st507%7Bclip-path:url(%23SVGID_00000139983985888551111680000003327926186542851478_);fill:%23144490;%7D .st508%7Bclip-path:url(%23SVGID_00000139983985888551111680000003327926186542851478_);fill:%23DC3545;%7D .st509%7Bclip-path:url(%23SVGID_00000041282994064588677460000005098807430214882967_);fill:%23FD9337;%7D .st510%7Bclip-path:url(%23SVGID_00000021082472761875349670000014304903408909653416_);%7D .st511%7Bclip-path:url(%23SVGID_00000085964593763262344690000014001304165599883924_);enable-background:new ;%7D .st512%7Bclip-path:url(%23SVGID_00000085964593763262344690000014001304165599883924_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st513%7Bclip-path:url(%23SVGID_00000087387729349118602180000000666428387803624073_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st514%7Bclip-path:url(%23SVGID_00000168799223420168673280000015648788720036005770_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st515%7Bclip-path:url(%23SVGID_00000168799223420168673280000015648788720036005770_);enable-background:new ;%7D .st516%7Bclip-path:url(%23SVGID_00000168799223420168673280000015648788720036005770_);fill:%23144490;%7D .st517%7Bclip-path:url(%23SVGID_00000112625715169698328460000001830591631580334250_);fill:%23FD9337;%7D .st518%7Bclip-path:url(%23SVGID_00000112625715169698328460000001830591631580334250_);enable-background:new ;%7D .st519%7Bfill:%23FD9337;%7D .st520%7Bfill:%234AD295;%7D .st521%7Bfill:url(%23SVGID_00000075144823997048269720000012004622253917418413_);stroke:%23144490;stroke-miterlimit:10;%7D .st522%7Bfill:url(%23SVGID_00000101819569422761346980000005556803056638724260_);stroke:%23144490;stroke-miterlimit:10;%7D .st523%7Bfill:url(%23SVGID_00000059298175514589811600000004703934507514370195_);stroke:%23144490;stroke-miterlimit:10;%7D .st524%7Bfill:url(%23SVGID_00000083779414324869887990000006659596377836700348_);stroke:%23144490;stroke-miterlimit:10;%7D .st525%7Bfill:url(%23SVGID_00000111894449178672912010000012388374754865903243_);stroke:%23144490;stroke-miterlimit:10;%7D .st526%7Bfill:url(%23SVGID_00000176033512752591361270000016135326313607876021_);stroke:%23144490;stroke-miterlimit:10;%7D .st527%7Bfill:url(%23SVGID_00000096773234330804321500000007367283090503355023_);stroke:%23144490;stroke-miterlimit:10;%7D .st528%7Bfill:url(%23SVGID_00000062159060718252054460000009103366976481132180_);stroke:%23144490;stroke-miterlimit:10;%7D .st529%7Bfill:url(%23SVGID_00000160175468746198200330000016090715206847005317_);stroke:%23144490;stroke-miterlimit:10;%7D .st530%7Bfill:url(%23SVGID_00000086686718914242715890000004627934616200291483_);stroke:%23144490;stroke-miterlimit:10;%7D .st531%7Bfill:url(%23SVGID_00000032608566295215099350000016622137067509563028_);stroke:%23144490;stroke-miterlimit:10;%7D .st532%7Bfill:url(%23SVGID_00000155830730253574590260000011198701063101445506_);stroke:%23144490;stroke-miterlimit:10;%7D .st533%7Bfill:url(%23SVGID_00000021108675234185027240000012101000860894192523_);stroke:%23144490;stroke-miterlimit:10;%7D .st534%7Bfill:url(%23SVGID_00000116205348872568204620000016896018244517868675_);stroke:%23144490;stroke-miterlimit:10;%7D .st535%7Bfill:url(%23SVGID_00000124149788720815394720000010531491710323473304_);stroke:%23144490;stroke-miterlimit:10;%7D .st536%7Bfill:url(%23SVGID_00000000908274923536842650000008834158889747133872_);stroke:%23144490;stroke-miterlimit:10;%7D .st537%7Bfill:url(%23SVGID_00000052805797839486182880000005110980534515430020_);stroke:%23144490;stroke-miterlimit:10;%7D .st538%7Bfill:url(%23SVGID_00000035504055058148139340000008196642411717794180_);stroke:%23144490;stroke-miterlimit:10;%7D .st539%7Bfill:url(%23SVGID_00000107577883123096312020000015306413557817464501_);stroke:%23144490;stroke-miterlimit:10;%7D .st540%7Bfill:url(%23SVGID_00000004506066907997839640000014932812398762281642_);stroke:%23144490;stroke-miterlimit:10;%7D .st541%7Bfill:url(%23SVGID_00000088116946187381833190000016614156104004165519_);stroke:%23144490;stroke-miterlimit:10;%7D .st542%7Bfill:url(%23SVGID_00000029011042343970312350000000474752424780896925_);stroke:%23144490;stroke-miterlimit:10;%7D .st543%7Bfill:url(%23SVGID_00000163758121156867445940000013631361128358693018_);stroke:%23144490;stroke-miterlimit:10;%7D .st544%7Bfill:url(%23SVGID_00000031201453365873109370000010597968648066415019_);stroke:%23144490;stroke-miterlimit:10;%7D .st545%7Bfill:url(%23SVGID_00000014633501885963459240000010094171903069433517_);stroke:%23144490;stroke-miterlimit:10;%7D .st546%7Bfill:url(%23SVGID_00000174562358341949401850000017970857126523268796_);stroke:%23144490;stroke-miterlimit:10;%7D .st547%7Bfill:url(%23SVGID_00000000183044651881618280000013720651007129795202_);stroke:%23144490;stroke-miterlimit:10;%7D .st548%7Bfill:url(%23SVGID_00000016795024864651390280000016640862778105804972_);stroke:%23144490;stroke-miterlimit:10;%7D .st549%7Bfill:url(%23SVGID_00000137813213793795400660000013167664581512481432_);stroke:%23144490;stroke-miterlimit:10;%7D .st550%7Bfill:url(%23SVGID_00000008139983189216681140000010500321912488289434_);stroke:%23144490;stroke-miterlimit:10;%7D .st551%7Bfill:url(%23SVGID_00000175311429335803531330000017335368609271688097_);stroke:%23144490;stroke-miterlimit:10;%7D .st552%7Bfill:url(%23SVGID_00000181767281744980989500000000653747780849617336_);stroke:%23144490;stroke-miterlimit:10;%7D .st553%7Bfill:url(%23SVGID_00000028319022174542804540000008212935657040153266_);stroke:%23144490;stroke-miterlimit:10;%7D .st554%7Bfill:url(%23SVGID_00000012458213029707586930000006231645625058409650_);stroke:%23144490;stroke-miterlimit:10;%7D .st555%7Bfill:url(%23SVGID_00000041993439391890477300000008871777789178912151_);stroke:%23144490;stroke-miterlimit:10;%7D .st556%7Bfill:url(%23SVGID_00000011020617022044635760000012640655779768972959_);stroke:%23144490;stroke-miterlimit:10;%7D .st557%7Bfill:url(%23SVGID_00000077307173372693652320000003822713526483134133_);stroke:%23144490;stroke-miterlimit:10;%7D .st558%7Bfill:url(%23SVGID_00000007389465695248060490000002051905508649261698_);stroke:%23144490;stroke-miterlimit:10;%7D .st559%7Bfill:url(%23SVGID_00000019652595757583516530000014914073392166478751_);stroke:%23144490;stroke-miterlimit:10;%7D .st560%7Bfill:url(%23SVGID_00000165217106854774367570000011532995043598565813_);stroke:%23144490;stroke-miterlimit:10;%7D .st561%7Bfill:url(%23SVGID_00000090261325495705585700000006880958207390889397_);stroke:%23144490;stroke-miterlimit:10;%7D .st562%7Bfill:url(%23SVGID_00000042017908708170960400000001232587878726546314_);stroke:%23144490;stroke-miterlimit:10;%7D .st563%7Bfill:url(%23SVGID_00000050642293521467311670000001079709337389622454_);stroke:%23144490;stroke-miterlimit:10;%7D .st564%7Bfill:url(%23SVGID_00000031885968525696422650000012092826410871679141_);stroke:%23144490;stroke-miterlimit:10;%7D .st565%7Bfill:url(%23SVGID_00000163052880482361502670000011191443431815451777_);stroke:%23144490;stroke-miterlimit:10;%7D .st566%7Bfill:url(%23SVGID_00000168822537866995225710000004607658275826637481_);stroke:%23144490;stroke-miterlimit:10;%7D .st567%7Bfill:url(%23SVGID_00000136374587852709255780000008935165650959649156_);stroke:%23144490;stroke-miterlimit:10;%7D .st568%7Bfill:url(%23SVGID_00000162324358467516315960000004049725760852392869_);stroke:%23144490;stroke-miterlimit:10;%7D .st569%7Bfill:url(%23SVGID_00000179628000519345561930000004876120357872063132_);stroke:%23144490;stroke-miterlimit:10;%7D .st570%7Bfill:url(%23SVGID_00000004536648800836714500000016123846045698759060_);stroke:%23144490;stroke-miterlimit:10;%7D .st571%7Bfill:url(%23SVGID_00000025416918614336982100000018423452310211921028_);stroke:%23144490;stroke-miterlimit:10;%7D .st572%7Bfill:url(%23SVGID_00000142874634992118040510000009343150840651982525_);stroke:%23144490;stroke-miterlimit:10;%7D .st573%7Bfill:url(%23SVGID_00000016068369921808646020000011881083931252447669_);stroke:%23144490;stroke-miterlimit:10;%7D .st574%7Bfill:url(%23SVGID_00000109723509162893971090000013050386858708401796_);stroke:%23144490;stroke-miterlimit:10;%7D .st575%7Bfill:url(%23SVGID_00000071539551554207783370000001660929784708460222_);stroke:%23144490;stroke-miterlimit:10;%7D .st576%7Bfill:url(%23SVGID_00000166635670768327565500000011382267990048522409_);stroke:%23144490;stroke-miterlimit:10;%7D .st577%7Bfill:url(%23SVGID_00000101813911981828769170000013192056001156830374_);stroke:%23144490;stroke-miterlimit:10;%7D .st578%7Bfill:url(%23SVGID_00000096772362692526136380000008981900124117218703_);stroke:%23144490;stroke-miterlimit:10;%7D .st579%7Bfill:url(%23SVGID_00000049210285834547198680000008410694892348470417_);stroke:%23144490;stroke-miterlimit:10;%7D .st580%7Bfill:url(%23SVGID_00000103944425392657567480000013258740747192553874_);stroke:%23144490;stroke-miterlimit:10;%7D .st581%7Bfill:%23FFFFFF;%7D .st582%7Bfill:%23144490;%7D .st583%7Bfill:%23515151;%7D%0A%3C/style%3E%3Cpath class='st582' d='M24,47.3C11.2,47.3,0.7,36.8,0.7,24C0.7,11.2,11.2,0.7,24,0.7c12.8,0,23.3,10.5,23.3,23.3 C47.3,36.8,36.8,47.3,24,47.3 M11.6,39c3.5,2.9,7.8,4.5,12.4,4.5c4.6,0,9-1.6,12.5-4.6c-2.3-0.8-5.4-1.9-7.4-2.5 c-2.3-0.7-2.3-2.8-2.3-3.9c0-1.4,0.5-2.7,1-3.7c0.3-0.7,0.7-1.9,0.8-2.8c0-0.5,0.3-0.9,0.6-1.3c0.1-0.1,0.5-0.8,0.8-2.2 c0.2-1.1,0.1-1.2,0.1-1.4c-0.1-0.2-0.1-0.3-0.2-0.5c-0.3-1.2,0.1-4.4,0.3-5.4c0.1-0.4,0-1.9-1-3.2c-0.9-1.1-2.3-1.8-4.1-1.9l-1.7,0 c-1.8,0.1-3.1,0.8-4,1.9c-1,1.3-1.1,2.8-1,3.2c0.2,1,0.6,4.2,0.3,5.4c0,0.2-0.1,0.3-0.2,0.5c0,0.1-0.1,0.3,0.1,1.4 c0.3,1.4,0.7,2.1,0.8,2.2c0.4,0.3,0.6,0.8,0.6,1.3c0.1,0.9,0.5,2.1,0.8,2.8c0.6,1.3,0.7,2.8,0.7,3.7c0,1.1,0,3.2-2.3,3.9 C16.9,37.1,13.8,38.1,11.6,39 M24,4.6C13.3,4.6,4.6,13.3,4.6,24c0,4.3,1.5,8.5,4.1,12c2.1-0.9,6-2.3,8.8-3.1c0-0.1,0-0.2,0-0.3 c0-1-0.1-1.7-0.3-2.1c-0.4-0.8-0.8-2.1-1-3.4c-0.7-0.9-1.2-2.1-1.5-3.7c-0.4-1.8-0.2-2.7,0.1-3.5c0.1-0.3,0-2.2-0.3-3.8 c-0.3-1.6,0.2-4.2,1.8-6.3c1.1-1.4,3.2-3.1,6.9-3.4l1.9,0c3.8,0.2,6,2,7.1,3.4c1.6,2.1,2.1,4.7,1.8,6.3c-0.3,1.5-0.4,3.3-0.3,3.8 l0,0.1c0.3,0.9,0.5,1.7,0.1,3.5c-0.3,1.6-0.8,2.9-1.5,3.7c-0.2,1.3-0.7,2.6-1,3.4c-0.3,0.6-0.6,1.4-0.6,2.1c0,0.1,0,0.2,0,0.3 c2.7,0.8,6.6,2.2,8.8,3c2.6-3.4,4-7.6,4-11.8C43.4,13.3,34.7,4.6,24,4.6'/%3E%3Cpath class='st582' d='M24,1.7C11.7,1.7,1.7,11.7,1.7,24c0,12.3,10,22.3,22.3,22.3c12.3,0,22.3-10,22.3-22.3 C46.3,11.7,36.3,1.7,24,1.7 M24,3.6c11.3,0,20.4,9.2,20.4,20.4c0,5-1.8,9.5-4.7,13.1c-2-0.9-6.8-2.5-9.8-3.4 c-0.3-0.1-0.3-0.1-0.3-1.1c0-0.9,0.4-1.8,0.7-2.5c0.4-0.8,0.8-2.2,1-3.4c0.5-0.5,1.1-1.6,1.5-3.5c0.3-1.7,0.2-2.4,0-3 c0-0.1,0-0.1-0.1-0.2c-0.1-0.4,0-2.5,0.3-4.2c0.2-1.1-0.1-3.5-1.6-5.5c-1-1.3-2.9-2.8-6.3-3l-1.9,0C19.8,7.5,18,9,17,10.3 c-1.6,2-1.8,4.4-1.6,5.5c0.3,1.6,0.4,3.8,0.3,4.2c0,0.1,0,0.1-0.1,0.2c-0.2,0.6-0.4,1.2,0,3c0.4,2,1,3,1.5,3.5 c0.2,1.2,0.6,2.6,1,3.4c0.3,0.6,0.4,1.4,0.4,2.5c0,1.1,0,1.1-0.3,1.1c-3.1,0.9-8,2.7-9.8,3.5C5.4,33.6,3.6,29,3.6,24 C3.6,12.7,12.7,3.6,24,3.6 M9.7,38.6c2.1-0.9,6.3-2.3,9-3.1c1.6-0.5,1.6-1.8,1.6-2.9c0-0.9-0.1-2.2-0.6-3.3 c-0.4-0.8-0.8-2.1-0.9-3.1c0-0.2-0.1-0.5-0.3-0.6c-0.3-0.2-0.8-1.1-1.1-2.8c-0.3-1.3-0.2-1.6,0-1.9c0-0.1,0.1-0.2,0.1-0.4 c0.2-0.8,0-3.5-0.3-5c-0.1-0.6,0-2.5,1.2-4c1.1-1.4,2.7-2.2,4.8-2.3l1.8,0c2.1,0.1,3.8,0.9,4.9,2.3c1.2,1.5,1.4,3.4,1.2,4 c-0.3,1.5-0.5,4.2-0.3,5c0,0.1,0.1,0.3,0.1,0.4c0.1,0.3,0.2,0.6,0,1.9c-0.3,1.7-0.9,2.5-1.1,2.8c-0.2,0.2-0.3,0.4-0.3,0.6 c-0.1,1-0.5,2.3-0.9,3.1c-0.4,0.9-0.9,2-0.9,3.3c0,1.1,0,2.4,1.6,2.9c2.6,0.8,6.8,2.2,9,3.1c-3.7,3.7-8.8,5.9-14.4,5.9 C18.5,44.4,13.4,42.2,9.7,38.6L9.7,38.6z'/%3E%3C/svg%3E%0A");
  width: 2.1rem;
  height: 2.1rem;
}
header .celsus-bottom-header .celsus-user-links ul li.item-user-link .minicart-wrapper .showcart:before,
header .celsus-middle-header .celsus-user-links ul li.item-user-link .minicart-wrapper .showcart:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 44.2' style='enable-background:new 0 0 48 44.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);stroke:%23144490;stroke-miterlimit:10;%7D .st1%7Bfill:url(%23SVGID_00000002349522737143420200000007991442270252388029_);stroke:%23144490;stroke-miterlimit:10;%7D .st2%7Bfill:url(%23SVGID_00000062180874350906311220000010015997470218286527_);stroke:%23144490;stroke-miterlimit:10;%7D .st3%7Bfill:url(%23SVGID_00000067234354881551311370000014768258286392266163_);stroke:%23144490;stroke-miterlimit:10;%7D .st4%7Bfill:url(%23SVGID_00000005251661789150023760000018255034669943861685_);stroke:%23144490;stroke-miterlimit:10;%7D .st5%7Bfill:url(%23SVGID_00000067200851925959077050000011050495336990070147_);stroke:%23144490;stroke-miterlimit:10;%7D .st6%7Bfill:url(%23SVGID_00000148648509818970943570000012822415297150976432_);stroke:%23144490;stroke-miterlimit:10;%7D .st7%7Bfill:url(%23SVGID_00000029037411647519346650000017024897396730249098_);stroke:%23144490;stroke-miterlimit:10;%7D .st8%7Bfill:url(%23SVGID_00000000939629823411810540000011605756031079945123_);stroke:%23144490;stroke-miterlimit:10;%7D .st9%7Bfill:url(%23SVGID_00000021119519510746368120000010318816558904488833_);stroke:%23144490;stroke-miterlimit:10;%7D .st10%7Bfill:url(%23SVGID_00000119111138696556961670000008067635991513600662_);stroke:%23144490;stroke-miterlimit:10;%7D .st11%7Bfill:url(%23SVGID_00000168829786663137303270000007274339557226985656_);stroke:%23144490;stroke-miterlimit:10;%7D .st12%7Bfill:url(%23SVGID_00000063610972263106786470000016358946049112833471_);stroke:%23144490;stroke-miterlimit:10;%7D .st13%7Bfill:url(%23SVGID_00000031890823129058064440000003372636163793308083_);stroke:%23144490;stroke-miterlimit:10;%7D .st14%7Bfill:url(%23SVGID_00000060005329765113899060000005121260797080974525_);stroke:%23144490;stroke-miterlimit:10;%7D .st15%7Bfill:url(%23SVGID_00000124145294711416134270000014970431138612801468_);stroke:%23144490;stroke-miterlimit:10;%7D .st16%7Bfill:url(%23SVGID_00000181779920132272395100000018111195282101573542_);stroke:%23144490;stroke-miterlimit:10;%7D .st17%7Bfill:url(%23SVGID_00000133524754419680925210000012831098630779035071_);stroke:%23144490;stroke-miterlimit:10;%7D .st18%7Bfill:url(%23SVGID_00000162315011556271494090000000028851670642354345_);stroke:%23144490;stroke-miterlimit:10;%7D .st19%7Bfill:url(%23SVGID_00000177471262416907553370000002562896255727451323_);stroke:%23144490;stroke-miterlimit:10;%7D .st20%7Bfill:url(%23SVGID_00000070839569579554607450000005585562145005090730_);stroke:%23144490;stroke-miterlimit:10;%7D .st21%7Bfill:url(%23SVGID_00000016040441761638359230000007054399019944176062_);stroke:%23144490;stroke-miterlimit:10;%7D .st22%7Bfill:url(%23SVGID_00000164515328320640659360000005151395916721626538_);stroke:%23144490;stroke-miterlimit:10;%7D .st23%7Bfill:url(%23SVGID_00000147898642273339440300000004662556482308342150_);stroke:%23144490;stroke-miterlimit:10;%7D .st24%7Bfill:url(%23SVGID_00000155861825292834553290000002415103743145464976_);stroke:%23144490;stroke-miterlimit:10;%7D .st25%7Bfill:url(%23SVGID_00000099632528232788604910000018072171827567700921_);stroke:%23144490;stroke-miterlimit:10;%7D .st26%7Bfill:url(%23SVGID_00000135653218739880959230000009688588651730467506_);stroke:%23144490;stroke-miterlimit:10;%7D .st27%7Bclip-path:url(%23SVGID_00000145049650328035459750000008926773485131220867_);%7D .st28%7Bclip-path:url(%23SVGID_00000029008842530521901630000003355816386501343648_);%7D .st29%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);fill:%233A3A3A;%7D .st30%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);fill:%2314428F;%7D .st31%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);fill:%233FA2F7;%7D .st32%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);fill:%234AD295;%7D .st33%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);fill:%23CFD9E0;%7D .st34%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);fill:%23DC3545;%7D .st35%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);fill:%23FD9337;%7D .st36%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);fill:%23EFF3F6;%7D .st37%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);enable-background:new ;%7D .st38%7Bclip-path:url(%23SVGID_00000137095846521130083560000000262981101313953948_);fill:%23FD9337;%7D .st39%7Bclip-path:url(%23SVGID_00000141414025058249815020000010538836198204310965_);fill:%23DC3545;%7D .st40%7Bclip-path:url(%23SVGID_00000141414025058249815020000010538836198204310965_);enable-background:new ;%7D .st41%7Bclip-path:url(%23SVGID_00000141414025058249815020000010538836198204310965_);fill:%23FD9337;%7D .st42%7Bclip-path:url(%23SVGID_00000068677976418447045180000001031981910200125578_);fill:%2314428F;%7D .st43%7Bopacity:0.8;clip-path:url(%23SVGID_00000068677976418447045180000001031981910200125578_);%7D .st44%7Bclip-path:url(%23SVGID_00000068677976418447045180000001031981910200125578_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st45%7Bclip-path:url(%23SVGID_00000068677976418447045180000001031981910200125578_);fill:%234AD295;%7D .st46%7Bclip-path:url(%23SVGID_00000068677976418447045180000001031981910200125578_);enable-background:new ;%7D .st47%7Bclip-path:url(%23SVGID_00000016791579828360862640000005056912249505356429_);fill:%23FD9337;%7D .st48%7Bclip-path:url(%23SVGID_00000054986385087697280400000011042530070156593553_);fill:%234AD295;%7D .st49%7Bclip-path:url(%23SVGID_00000131366336337456862200000013725498076311621805_);fill:%233FA2F7;%7D .st50%7Bclip-path:url(%23SVGID_00000131366336337456862200000013725498076311621805_);fill:%23144490;%7D .st51%7Bclip-path:url(%23SVGID_00000056389183354019185690000004813739579476670630_);%7D .st52%7Bclip-path:url(%23SVGID_00000111175039873172339270000012264965223898593943_);%7D .st53%7Bclip-path:url(%23SVGID_00000129177078452340078970000013902126566835054994_);fill:%23FFFFFF;%7D .st54%7Bclip-path:url(%23SVGID_00000129177078452340078970000013902126566835054994_);fill:none;stroke:%23878787;stroke-miterlimit:10;%7D .st55%7Bclip-path:url(%23SVGID_00000170252071955136687150000003710738510182195630_);%7D .st56%7Bclip-path:url(%23SVGID_00000149350224180643329030000006651702170907675815_);%7D .st57%7Bopacity:0.8;clip-path:url(%23SVGID_00000057866918414177799400000003170446454543594411_);%7D .st58%7Bclip-path:url(%23SVGID_00000057866918414177799400000003170446454543594411_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st59%7Bclip-path:url(%23SVGID_00000179618728886070651680000012586641952817247881_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st60%7Bclip-path:url(%23SVGID_00000035506481774962347720000013904330417632645266_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st61%7Bclip-path:url(%23SVGID_00000181771411548001869220000000449751629504829364_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st62%7Bclip-path:url(%23SVGID_00000110440683483092612960000006884645468209429153_);%7D .st63%7Bclip-path:url(%23SVGID_00000101072800021155786480000013015110784233304220_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st64%7Bclip-path:url(%23SVGID_00000135654947553566397060000000024547370866321854_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st65%7Bopacity:0.8;clip-path:url(%23SVGID_00000016786872925162992220000003750649133703930785_);%7D .st66%7Bclip-path:url(%23SVGID_00000016786872925162992220000003750649133703930785_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st67%7Bclip-path:url(%23SVGID_00000015347463213722294700000002042954643970031759_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st68%7Bclip-path:url(%23SVGID_00000182527538590508424080000015343646560587472037_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st69%7Bclip-path:url(%23SVGID_00000084522477118416769490000014527745926827942038_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st70%7Bclip-path:url(%23SVGID_00000106855270594907872400000002975831251782371748_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st71%7Bopacity:0.8;clip-path:url(%23SVGID_00000060730566293303445980000000330502259892302268_);%7D .st72%7Bclip-path:url(%23SVGID_00000060730566293303445980000000330502259892302268_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st73%7Bclip-path:url(%23SVGID_00000128459045504639989430000014031195715993642882_);fill:%233A3A3A;%7D .st74%7Bclip-path:url(%23SVGID_00000128459045504639989430000014031195715993642882_);enable-background:new ;%7D .st75%7Bclip-path:url(%23SVGID_00000083773825823557607280000000047785673252819081_);fill:%234AD295;%7D .st76%7Bclip-path:url(%23SVGID_00000083773825823557607280000000047785673252819081_);enable-background:new ;%7D .st77%7Bclip-path:url(%23SVGID_00000083773825823557607280000000047785673252819081_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st78%7Bclip-path:url(%23SVGID_00000075141299511531050080000015515368143413950911_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st79%7Bclip-path:url(%23SVGID_00000080921246105316450180000014302229886116917692_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st80%7Bclip-path:url(%23SVGID_00000018927543216885609890000012503089258808993723_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st81%7Bclip-path:url(%23SVGID_00000077288549706007477990000012732339404216317623_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st82%7Bopacity:0.8;clip-path:url(%23SVGID_00000038413612462679003620000006739555106813396667_);%7D .st83%7Bclip-path:url(%23SVGID_00000038413612462679003620000006739555106813396667_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st84%7Bclip-path:url(%23SVGID_00000147926493280505742840000008775683296837282986_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st85%7Bclip-path:url(%23SVGID_00000147926493280505742840000008775683296837282986_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st86%7Bclip-path:url(%23SVGID_00000138544692029399719450000002315630827079800459_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st87%7Bclip-path:url(%23SVGID_00000138544692029399719450000002315630827079800459_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st88%7Bclip-path:url(%23SVGID_00000138544692029399719450000002315630827079800459_);enable-background:new ;%7D .st89%7Bclip-path:url(%23SVGID_00000021830717253389413470000003754743399728639382_);fill:%23FD9337;%7D .st90%7Bclip-path:url(%23SVGID_00000046325624730102692010000003911457135715836327_);fill:%23FD9337;%7D .st91%7Bclip-path:url(%23SVGID_00000150786693688438633690000004046640003464822947_);fill:%23FD9337;%7D .st92%7Bclip-path:url(%23SVGID_00000169528623953692070580000008107102086851839106_);fill:%234AD295;%7D .st93%7Bclip-path:url(%23SVGID_00000055684484702421048000000004727779397194278040_);fill:%233FA2F7;%7D .st94%7Bclip-path:url(%23SVGID_00000044890420371946592210000010233827357625613978_);fill:%234AD295;%7D .st95%7Bclip-path:url(%23SVGID_00000079465739495497555420000011961691942046611381_);fill:%233FA2F7;%7D .st96%7Bclip-path:url(%23SVGID_00000114776296522123634600000008937205228949098431_);fill:%234AD295;%7D .st97%7Bclip-path:url(%23SVGID_00000042727581450869556620000015406929245620751753_);fill:%234AD295;%7D .st98%7Bclip-path:url(%23SVGID_00000054260861465012180260000013737934802613265566_);fill:%234AD295;%7D .st99%7Bclip-path:url(%23SVGID_00000118369116832778189130000002922355912443844521_);fill:%23FD9337;%7D .st100%7Bclip-path:url(%23SVGID_00000044152927708348066560000015660013830370148284_);fill:%23FD9337;%7D .st101%7Bclip-path:url(%23SVGID_00000009576160314937300340000000351602823695884731_);fill:%23FD9337;%7D .st102%7Bclip-path:url(%23SVGID_00000009576160314937300340000000351602823695884731_);fill:%23144490;%7D .st103%7Bclip-path:url(%23SVGID_00000152973411654702174460000016087935170483678626_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st104%7Bopacity:0.7;clip-path:url(%23SVGID_00000076603476552532912930000004749577835477899444_);%7D .st105%7Bclip-path:url(%23SVGID_00000076603476552532912930000004749577835477899444_);fill:%234CAF50;%7D .st106%7Bclip-path:url(%23SVGID_00000076603476552532912930000004749577835477899444_);fill:%23FAFAFA;%7D .st107%7Bclip-path:url(%23SVGID_00000035528794464413915990000003934632071061454729_);fill:%23FFFFFF;%7D .st108%7Bclip-path:url(%23SVGID_00000076603476552532912930000004749577835477899444_);fill:%2314428F;%7D .st109%7Bclip-path:url(%23SVGID_00000076603476552532912930000004749577835477899444_);fill:%23FFFFFF;%7D .st110%7Bclip-path:url(%23SVGID_00000103976601908121328860000017072955615795719824_);fill:%23144490;%7D .st111%7Bclip-path:url(%23SVGID_00000103976601908121328860000017072955615795719824_);fill:%23DC3545;%7D .st112%7Bclip-path:url(%23SVGID_00000017507875015843009950000002171124226083975592_);fill:%23FD9337;%7D .st113%7Bclip-path:url(%23SVGID_00000093150713564401427120000011836066114875330713_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st114%7Bclip-path:url(%23SVGID_00000145031859858742388130000008570627404741066375_);%7D .st115%7Bclip-path:url(%23SVGID_00000008855210697716354030000008101375111973426080_);%7D .st116%7Bclip-path:url(%23SVGID_00000061438277082938911300000009260358001189632404_);%7D .st117%7Bclip-path:url(%23SVGID_00000025440652919939607150000004061401911702731139_);%7D .st118%7Bopacity:0.8;clip-path:url(%23SVGID_00000128473142247929605210000000731353969520559514_);%7D .st119%7Bclip-path:url(%23SVGID_00000008855210697716354030000008101375111973426080_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st120%7Bopacity:0.8;clip-path:url(%23SVGID_00000035516640697295543680000017616862634026085768_);%7D .st121%7Bopacity:0.8;clip-path:url(%23SVGID_00000142160201466358616820000005147463592392658872_);%7D .st122%7Bclip-path:url(%23SVGID_00000093176192605181010850000000118212349779115411_);fill:none;stroke:%23878787;stroke-miterlimit:10;%7D .st123%7Bclip-path:url(%23SVGID_00000093176192605181010850000000118212349779115411_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st124%7Bclip-path:url(%23SVGID_00000085217491062263238620000004809669345021151925_);fill:%23144490;%7D .st125%7Bclip-path:url(%23SVGID_00000129184751871321686960000005484199240582751619_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st126%7Bopacity:0.7;clip-path:url(%23SVGID_00000175287668950082336350000009951091614300604817_);%7D .st127%7Bclip-path:url(%23SVGID_00000175287668950082336350000009951091614300604817_);fill:%234CAF50;%7D .st128%7Bclip-path:url(%23SVGID_00000175287668950082336350000009951091614300604817_);fill:%23FAFAFA;%7D .st129%7Bclip-path:url(%23SVGID_00000044873829601686236150000005546250533211327618_);fill:%23FFFFFF;%7D .st130%7Bclip-path:url(%23SVGID_00000175287668950082336350000009951091614300604817_);fill:%2314428F;%7D .st131%7Bclip-path:url(%23SVGID_00000175287668950082336350000009951091614300604817_);fill:%23FFFFFF;%7D .st132%7Bclip-path:url(%23SVGID_00000157998210112388962760000017401169586535556503_);fill:%23FFFFFF;%7D .st133%7Bclip-path:url(%23SVGID_00000157998210112388962760000017401169586535556503_);fill:%23144490;%7D .st134%7Bclip-path:url(%23SVGID_00000157998210112388962760000017401169586535556503_);fill:%23DC3545;%7D .st135%7Bclip-path:url(%23SVGID_00000155859314088621466860000004091473695555223733_);fill:%23FD9337;%7D .st136%7Bclip-path:url(%23SVGID_00000146471744699251984650000012320150890974357165_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st137%7Bclip-path:url(%23SVGID_00000020356365031398556960000014091149490002592165_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st138%7Bclip-path:url(%23SVGID_00000098903287407674238970000006575995838920674183_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st139%7Bclip-path:url(%23SVGID_00000070821936580696328900000004617183126196109729_);%7D .st140%7Bclip-path:url(%23SVGID_00000137838806971530438440000008422147316899431562_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st141%7Bclip-path:url(%23SVGID_00000045612719038589294910000004668130104208697486_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st142%7Bopacity:0.8;clip-path:url(%23SVGID_00000003072848601980514470000016979291454527555750_);%7D .st143%7Bclip-path:url(%23SVGID_00000003072848601980514470000016979291454527555750_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st144%7Bclip-path:url(%23SVGID_00000068647168417549611740000009549801331057997451_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st145%7Bclip-path:url(%23SVGID_00000018232178488162768740000013342451427674876342_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st146%7Bclip-path:url(%23SVGID_00000103964493984320909640000017804361250445008302_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st147%7Bclip-path:url(%23SVGID_00000016070858142015972070000002906954861494255531_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st148%7Bopacity:0.8;clip-path:url(%23SVGID_00000075862737204381350350000009700083979216978310_);%7D .st149%7Bclip-path:url(%23SVGID_00000075862737204381350350000009700083979216978310_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st150%7Bclip-path:url(%23SVGID_00000080924573042351655360000014515016685599275956_);fill:%233A3A3A;%7D .st151%7Bclip-path:url(%23SVGID_00000080924573042351655360000014515016685599275956_);enable-background:new ;%7D .st152%7Bclip-path:url(%23SVGID_00000087412734570957308500000015064105421903422393_);fill:%234AD295;%7D .st153%7Bclip-path:url(%23SVGID_00000087412734570957308500000015064105421903422393_);enable-background:new ;%7D .st154%7Bclip-path:url(%23SVGID_00000087412734570957308500000015064105421903422393_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st155%7Bclip-path:url(%23SVGID_00000116913867855688086280000004313525229737322925_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st156%7Bclip-path:url(%23SVGID_00000169537922582901860840000015968820715268433334_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st157%7Bclip-path:url(%23SVGID_00000045578335840996421410000018342667874834899347_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st158%7Bclip-path:url(%23SVGID_00000135677579473036659540000001641441152342357400_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st159%7Bopacity:0.8;clip-path:url(%23SVGID_00000074436465591461079510000016726032826190968232_);%7D .st160%7Bclip-path:url(%23SVGID_00000074436465591461079510000016726032826190968232_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st161%7Bclip-path:url(%23SVGID_00000178203506650556417860000005253193569652697518_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st162%7Bclip-path:url(%23SVGID_00000178203506650556417860000005253193569652697518_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st163%7Bclip-path:url(%23SVGID_00000178203506650556417860000005253193569652697518_);fill:%23FF0000;%7D .st164%7Bclip-path:url(%23SVGID_00000008870672292052104200000012170028539407579028_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st165%7Bclip-path:url(%23SVGID_00000008870672292052104200000012170028539407579028_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st166%7Bclip-path:url(%23SVGID_00000075852775523744473090000011614617492231580852_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st167%7Bclip-path:url(%23SVGID_00000075852775523744473090000011614617492231580852_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st168%7Bclip-path:url(%23SVGID_00000075852775523744473090000011614617492231580852_);enable-background:new ;%7D .st169%7Bclip-path:url(%23SVGID_00000177447257104482370510000016839779958008793505_);fill:%23FD9337;%7D .st170%7Bclip-path:url(%23SVGID_00000105401392017760715480000009349889722161302708_);fill:%23FD9337;%7D .st171%7Bclip-path:url(%23SVGID_00000018237972225058569010000005803271864445293216_);fill:%23FD9337;%7D .st172%7Bclip-path:url(%23SVGID_00000005956269649600696750000004557270417052987277_);fill:%234AD295;%7D .st173%7Bclip-path:url(%23SVGID_00000165931560241496945810000009964392312624086919_);fill:%233FA2F7;%7D .st174%7Bclip-path:url(%23SVGID_00000174576619047740385770000012341199451229900942_);fill:%234AD295;%7D .st175%7Bclip-path:url(%23SVGID_00000125591236843490127420000003751526042172590981_);fill:%233FA2F7;%7D .st176%7Bclip-path:url(%23SVGID_00000049189012818179349660000005231349772411834011_);fill:%234AD295;%7D .st177%7Bclip-path:url(%23SVGID_00000121273458346674799560000009152912727840251834_);fill:%234AD295;%7D .st178%7Bclip-path:url(%23SVGID_00000070813200501725863570000007019232765260102051_);fill:%234AD295;%7D .st179%7Bclip-path:url(%23SVGID_00000013181317130563973320000011868166138071838358_);fill:%234AD295;%7D .st180%7Bclip-path:url(%23SVGID_00000080164682398622651860000011813801554781318301_);fill:%234AD295;%7D .st181%7Bclip-path:url(%23SVGID_00000083057566320202527800000001956593534950064063_);fill:%23FD9337;%7D .st182%7Bclip-path:url(%23SVGID_00000018235653146917141880000006069172871618390403_);fill:%23FD9337;%7D .st183%7Bclip-path:url(%23SVGID_00000181069158407555937370000014393488616419329206_);fill:%23FD9337;%7D .st184%7Bclip-path:url(%23SVGID_00000028321374511322574880000014505386953065602192_);fill:%23FD9337;%7D .st185%7Bclip-path:url(%23SVGID_00000132789979247639671160000015447572872901335713_);fill:%23FD9337;%7D .st186%7Bclip-path:url(%23SVGID_00000132789979247639671160000015447572872901335713_);fill:%23EFF3F6;%7D .st187%7Bclip-path:url(%23SVGID_00000132789979247639671160000015447572872901335713_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st188%7Bclip-path:url(%23SVGID_00000137099992787670837850000009210867877644654766_);fill:%23144490;%7D .st189%7Bclip-path:url(%23SVGID_00000073001834616312573940000002698425205437780356_);%7D .st190%7Bclip-path:url(%23SVGID_00000145042803204575776000000006979802664558153649_);%7D .st191%7Bopacity:0.8;clip-path:url(%23SVGID_00000090286819593396441060000001492449769295680928_);%7D .st192%7Bclip-path:url(%23SVGID_00000145042803204575776000000006979802664558153649_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st193%7Bclip-path:url(%23SVGID_00000157296788308921048100000000956222144367466665_);%7D .st194%7Bclip-path:url(%23SVGID_00000039833446522784944410000009239530798070548149_);%7D .st195%7Bclip-path:url(%23SVGID_00000052105544839583884980000003437225242065128331_);%7D .st196%7Bclip-path:url(%23SVGID_00000137828288431795691170000009281744878991548063_);%7D .st197%7Bopacity:0.8;clip-path:url(%23SVGID_00000177464712084673697020000009151970802169250714_);%7D .st198%7Bopacity:0.8;clip-path:url(%23SVGID_00000085224684033809404560000009401494521898802056_);%7D .st199%7Bclip-path:url(%23SVGID_00000145042803204575776000000006979802664558153649_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st200%7Bclip-path:url(%23SVGID_00000145042803204575776000000006979802664558153649_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st201%7Bclip-path:url(%23SVGID_00000112629319246226713530000005443919590037524898_);enable-background:new ;%7D .st202%7Bclip-path:url(%23SVGID_00000039125591627152328690000017387329660611336865_);fill:%23FD9337;%7D .st203%7Bclip-path:url(%23SVGID_00000116234959535726507160000015550898871899330466_);fill:%23FD9337;%7D .st204%7Bclip-path:url(%23SVGID_00000121248744271762868080000018057311102489641384_);fill:%23FD9337;%7D .st205%7Bclip-path:url(%23SVGID_00000150088339019503691950000015934787012332463521_);fill:%23FD9337;%7D .st206%7Bclip-path:url(%23SVGID_00000007397065428132158290000017228783744653966725_);fill:%23FD9337;%7D .st207%7Bclip-path:url(%23SVGID_00000007397065428132158290000017228783744653966725_);fill:%23144490;%7D .st208%7Bclip-path:url(%23SVGID_00000141445821371676092430000010107543557033310377_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st209%7Bopacity:0.7;clip-path:url(%23SVGID_00000127012490786510500100000003543975715359180443_);%7D .st210%7Bclip-path:url(%23SVGID_00000127012490786510500100000003543975715359180443_);fill:%234CAF50;%7D .st211%7Bclip-path:url(%23SVGID_00000127012490786510500100000003543975715359180443_);fill:%23FAFAFA;%7D .st212%7Bclip-path:url(%23SVGID_00000096024018325718977510000009127458241700324224_);fill:%23FFFFFF;%7D .st213%7Bclip-path:url(%23SVGID_00000127012490786510500100000003543975715359180443_);fill:%2314428F;%7D .st214%7Bclip-path:url(%23SVGID_00000127012490786510500100000003543975715359180443_);fill:%23FFFFFF;%7D .st215%7Bclip-path:url(%23SVGID_00000089546082124233509970000000746973704179952806_);fill:%23144490;%7D .st216%7Bclip-path:url(%23SVGID_00000089546082124233509970000000746973704179952806_);fill:%23DC3545;%7D .st217%7Bclip-path:url(%23SVGID_00000164497123947123837130000009095709362926576774_);fill:%23FFFFFF;%7D .st218%7Bclip-path:url(%23SVGID_00000164497123947123837130000009095709362926576774_);fill:none;stroke:%23878787;stroke-miterlimit:10;%7D .st219%7Bopacity:0.85;clip-path:url(%23SVGID_00000153703596788911691550000005404807095840527287_);%7D .st220%7Bclip-path:url(%23SVGID_00000044154940880270425060000001912011889474294969_);%7D .st221%7Bclip-path:url(%23SVGID_00000153703596788911691550000005404807095840527287_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st222%7Bclip-path:url(%23SVGID_00000079475707979485165840000010235286863754683526_);fill:%233FA2F7;%7D .st223%7Bclip-path:url(%23SVGID_00000079475707979485165840000010235286863754683526_);fill:%23FD9337;%7D .st224%7Bclip-path:url(%23SVGID_00000086692585245940922570000006545242926262453160_);fill:%23EFF3F6;%7D .st225%7Bclip-path:url(%23SVGID_00000086692585245940922570000006545242926262453160_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st226%7Bclip-path:url(%23SVGID_00000129893049775927563110000004573813395953401769_);fill:%23144490;%7D .st227%7Bclip-path:url(%23SVGID_00000114786723497722038110000004497688539523188134_);%7D .st228%7Bclip-path:url(%23SVGID_00000017518331872456763260000005242559559545319080_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st229%7Bclip-path:url(%23SVGID_00000017518331872456763260000005242559559545319080_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st230%7Bclip-path:url(%23SVGID_00000017518331872456763260000005242559559545319080_);%7D .st231%7Bclip-path:url(%23SVGID_00000159429700692491482570000017298471282359984771_);enable-background:new ;%7D .st232%7Bclip-path:url(%23SVGID_00000159429700692491482570000017298471282359984771_);fill:%233FA2F7;%7D .st233%7Bclip-path:url(%23SVGID_00000127018855434902259110000015364153710463466660_);%7D .st234%7Bclip-path:url(%23SVGID_00000084531298388344576260000017490957431593019317_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st235%7Bclip-path:url(%23SVGID_00000002375673260661836130000005940228163839397307_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st236%7Bclip-path:url(%23SVGID_00000142869284059242411100000015841355303821181089_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st237%7Bclip-path:url(%23SVGID_00000129180093551871893150000017266299497335651244_);%7D .st238%7Bclip-path:url(%23SVGID_00000065756711222772925910000013182265774786269373_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st239%7Bclip-path:url(%23SVGID_00000072275371556029510040000010881452351975489408_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st240%7Bopacity:0.8;clip-path:url(%23SVGID_00000111871269381505552600000007782151250562905229_);%7D .st241%7Bclip-path:url(%23SVGID_00000111871269381505552600000007782151250562905229_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st242%7Bclip-path:url(%23SVGID_00000040549270298347342590000015329130266810129817_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st243%7Bclip-path:url(%23SVGID_00000114795133858969061350000002163847502176792510_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st244%7Bclip-path:url(%23SVGID_00000029037389870096681510000016803086528401725100_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st245%7Bclip-path:url(%23SVGID_00000056429581309386573280000001059834866690423723_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st246%7Bopacity:0.8;clip-path:url(%23SVGID_00000083072527560803867430000008712108475258684560_);%7D .st247%7Bclip-path:url(%23SVGID_00000083072527560803867430000008712108475258684560_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st248%7Bclip-path:url(%23SVGID_00000147931751754593179410000013931222420829940385_);fill:%233A3A3A;%7D .st249%7Bclip-path:url(%23SVGID_00000147931751754593179410000013931222420829940385_);enable-background:new ;%7D .st250%7Bclip-path:url(%23SVGID_00000137852598072521741470000009915015874222390692_);fill:%234AD295;%7D .st251%7Bclip-path:url(%23SVGID_00000137852598072521741470000009915015874222390692_);enable-background:new ;%7D .st252%7Bclip-path:url(%23SVGID_00000137852598072521741470000009915015874222390692_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st253%7Bclip-path:url(%23SVGID_00000088100698793452942920000014928062684199552392_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st254%7Bclip-path:url(%23SVGID_00000098190905343130203990000007546982500044835736_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st255%7Bclip-path:url(%23SVGID_00000151524966145481248350000004382054634472427939_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st256%7Bclip-path:url(%23SVGID_00000014614124476482181700000010921435084054822808_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st257%7Bopacity:0.8;clip-path:url(%23SVGID_00000083790831254086776850000003055317628433010855_);%7D .st258%7Bclip-path:url(%23SVGID_00000083790831254086776850000003055317628433010855_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st259%7Bclip-path:url(%23SVGID_00000010292966533858316640000014639030227607741886_);fill:%23FD9337;%7D .st260%7Bclip-path:url(%23SVGID_00000051377575615336004370000016641277271241824943_);fill:%23FD9337;%7D .st261%7Bclip-path:url(%23SVGID_00000027572506498780944530000011133303483120510398_);fill:%23FD9337;%7D .st262%7Bclip-path:url(%23SVGID_00000049189025476303581760000005063245250624850869_);fill:%234AD295;%7D .st263%7Bclip-path:url(%23SVGID_00000116934657389572991930000016851918111144469376_);fill:%233FA2F7;%7D .st264%7Bclip-path:url(%23SVGID_00000174596426153227509700000013768258074090723723_);fill:%234AD295;%7D .st265%7Bclip-path:url(%23SVGID_00000070806538945795809480000012194031170152429725_);fill:%233FA2F7;%7D .st266%7Bclip-path:url(%23SVGID_00000025415332874246523860000015202007252743448227_);fill:%234AD295;%7D .st267%7Bclip-path:url(%23SVGID_00000182526057541844651720000015585774045174486434_);fill:%234AD295;%7D .st268%7Bclip-path:url(%23SVGID_00000056389710365815751130000006821110892999013303_);fill:%234AD295;%7D .st269%7Bclip-path:url(%23SVGID_00000128454233329463445660000016617434487862568879_);fill:%234AD295;%7D .st270%7Bclip-path:url(%23SVGID_00000145750812164318875970000015173233385756725686_);fill:%234AD295;%7D .st271%7Bclip-path:url(%23SVGID_00000149344353191551866760000010919597884541108617_);fill:%23FD9337;%7D .st272%7Bclip-path:url(%23SVGID_00000032650713185163975900000005484758538911239300_);fill:%23FD9337;%7D .st273%7Bclip-path:url(%23SVGID_00000140734542699450390630000009011936886799333258_);fill:%23FD9337;%7D .st274%7Bclip-path:url(%23SVGID_00000151505320741352039490000009278523720962598038_);fill:%23FD9337;%7D .st275%7Bclip-path:url(%23SVGID_00000022540525532595865290000010815961065032996753_);fill:%23FD9337;%7D .st276%7Bclip-path:url(%23SVGID_00000022540525532595865290000010815961065032996753_);fill:%23144490;%7D .st277%7Bclip-path:url(%23SVGID_00000124140313610817330760000014310782922088756144_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st278%7Bopacity:0.7;clip-path:url(%23SVGID_00000098909893614651109920000013189369141040021377_);%7D .st279%7Bclip-path:url(%23SVGID_00000098909893614651109920000013189369141040021377_);fill:%234CAF50;%7D .st280%7Bclip-path:url(%23SVGID_00000098909893614651109920000013189369141040021377_);fill:%23FAFAFA;%7D .st281%7Bclip-path:url(%23SVGID_00000108279426010885102410000001596614310751756477_);fill:%23FFFFFF;%7D .st282%7Bclip-path:url(%23SVGID_00000098909893614651109920000013189369141040021377_);fill:%2314428F;%7D .st283%7Bclip-path:url(%23SVGID_00000098909893614651109920000013189369141040021377_);fill:%23FFFFFF;%7D .st284%7Bclip-path:url(%23SVGID_00000065061842963700986150000005658116748835381396_);fill:%23144490;%7D .st285%7Bclip-path:url(%23SVGID_00000065061842963700986150000005658116748835381396_);fill:%23DC3545;%7D .st286%7Bclip-path:url(%23SVGID_00000065061842963700986150000005658116748835381396_);fill:%23FFFFFF;%7D .st287%7Bclip-path:url(%23SVGID_00000000938515050473302080000016694391083057365439_);fill:%23FD9337;%7D .st288%7Bclip-path:url(%23SVGID_00000155828838972007619660000007137103248470495625_);%7D .st289%7Bclip-path:url(%23SVGID_00000053508079613089947320000017964223124370774693_);fill:%23144490;%7D .st290%7Bclip-path:url(%23SVGID_00000053508079613089947320000017964223124370774693_);%7D .st291%7Bclip-path:url(%23SVGID_00000168802731071238750770000009445738482418822276_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st292%7Bopacity:0.7;clip-path:url(%23SVGID_00000028323104199636591710000013263742572340696199_);%7D .st293%7Bclip-path:url(%23SVGID_00000028323104199636591710000013263742572340696199_);fill:%234CAF50;%7D .st294%7Bclip-path:url(%23SVGID_00000028323104199636591710000013263742572340696199_);fill:%23FAFAFA;%7D .st295%7Bclip-path:url(%23SVGID_00000024709965745369526790000004586292201111946371_);fill:%23FFFFFF;%7D .st296%7Bclip-path:url(%23SVGID_00000028323104199636591710000013263742572340696199_);fill:%2314428F;%7D .st297%7Bclip-path:url(%23SVGID_00000028323104199636591710000013263742572340696199_);fill:%23FFFFFF;%7D .st298%7Bclip-path:url(%23SVGID_00000160890114564613460000000004100651222690823828_);fill:%23FFFFFF;%7D .st299%7Bclip-path:url(%23SVGID_00000160890114564613460000000004100651222690823828_);fill:%23144490;%7D .st300%7Bclip-path:url(%23SVGID_00000160890114564613460000000004100651222690823828_);fill:%23DC3545;%7D .st301%7Bclip-path:url(%23SVGID_00000015318867532622704300000006475274343180741053_);fill:%23FD9337;%7D .st302%7Bclip-path:url(%23SVGID_00000143584727839829605760000010493290292076628904_);%7D .st303%7Bclip-path:url(%23SVGID_00000011719953763135747340000015317830696445272759_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st304%7Bclip-path:url(%23SVGID_00000016048171102316168750000012762152529192002701_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st305%7Bclip-path:url(%23SVGID_00000133517376560097120170000011694606367731405470_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st306%7Bclip-path:url(%23SVGID_00000068670472734253411970000014707423866161667003_);%7D .st307%7Bclip-path:url(%23SVGID_00000130636860717326624670000015165070531216588695_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st308%7Bclip-path:url(%23SVGID_00000057828486130607778940000014718893967937739412_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st309%7Bopacity:0.8;clip-path:url(%23SVGID_00000011008015301311920850000003184578573590415282_);%7D .st310%7Bclip-path:url(%23SVGID_00000011008015301311920850000003184578573590415282_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st311%7Bclip-path:url(%23SVGID_00000083797451905153818930000011625430093213452715_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st312%7Bclip-path:url(%23SVGID_00000039105068333017826140000008693925342500322721_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st313%7Bclip-path:url(%23SVGID_00000036211953723624244590000014004342705254516611_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st314%7Bclip-path:url(%23SVGID_00000018924099397644613300000010454446638834826882_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st315%7Bopacity:0.8;clip-path:url(%23SVGID_00000084510141789313890400000011495829154938227873_);%7D .st316%7Bclip-path:url(%23SVGID_00000084510141789313890400000011495829154938227873_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st317%7Bclip-path:url(%23SVGID_00000132082383803631398120000012016494885651653812_);fill:%233A3A3A;%7D .st318%7Bclip-path:url(%23SVGID_00000132082383803631398120000012016494885651653812_);enable-background:new ;%7D .st319%7Bclip-path:url(%23SVGID_00000168796340735322268710000007837661196418572194_);fill:%234AD295;%7D .st320%7Bclip-path:url(%23SVGID_00000168796340735322268710000007837661196418572194_);enable-background:new ;%7D .st321%7Bclip-path:url(%23SVGID_00000168796340735322268710000007837661196418572194_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st322%7Bclip-path:url(%23SVGID_00000174598106094370098490000003748502816968599427_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st323%7Bclip-path:url(%23SVGID_00000115479539773949673820000014529627777195446662_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st324%7Bclip-path:url(%23SVGID_00000020397890297105605490000000129267501716560008_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st325%7Bclip-path:url(%23SVGID_00000100350170115864435410000011954958861010057617_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st326%7Bopacity:0.8;clip-path:url(%23SVGID_00000096741164599970426250000017289909047159634822_);%7D .st327%7Bclip-path:url(%23SVGID_00000096741164599970426250000017289909047159634822_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st328%7Bclip-path:url(%23SVGID_00000149341279479175017240000011905011560270961331_);fill:%23FD9337;%7D .st329%7Bclip-path:url(%23SVGID_00000080167124140538228880000011215361811252469917_);fill:%23FD9337;%7D .st330%7Bclip-path:url(%23SVGID_00000085973180649588304760000013471697223714870203_);fill:%23FD9337;%7D .st331%7Bclip-path:url(%23SVGID_00000038410664046493449150000004144314715761296802_);fill:%234AD295;%7D .st332%7Bclip-path:url(%23SVGID_00000099626837242433349820000010225774400972807099_);fill:%233FA2F7;%7D .st333%7Bclip-path:url(%23SVGID_00000137090558828192063380000000925717952806179225_);fill:%234AD295;%7D .st334%7Bclip-path:url(%23SVGID_00000085942757300887825300000005740583812882562465_);fill:%233FA2F7;%7D .st335%7Bclip-path:url(%23SVGID_00000011019832480052552870000017012124837417619875_);fill:%234AD295;%7D .st336%7Bclip-path:url(%23SVGID_00000147918773948980464800000003074402231852860315_);fill:%234AD295;%7D .st337%7Bclip-path:url(%23SVGID_00000142140168879469044540000005647343957423369099_);fill:%234AD295;%7D .st338%7Bclip-path:url(%23SVGID_00000062168688233941858330000010314935036859839632_);fill:%234AD295;%7D .st339%7Bclip-path:url(%23SVGID_00000160180559336929812930000000811749802025201812_);fill:%234AD295;%7D .st340%7Bclip-path:url(%23SVGID_00000080197555151838519480000001187057981816324791_);fill:%23FD9337;%7D .st341%7Bclip-path:url(%23SVGID_00000087397027939231037700000009749098643954716092_);fill:%23FD9337;%7D .st342%7Bclip-path:url(%23SVGID_00000064342783604317797970000007459803734080533428_);fill:%23FD9337;%7D .st343%7Bclip-path:url(%23SVGID_00000010312290974758695320000015172516951221733820_);fill:%23FD9337;%7D .st344%7Bclip-path:url(%23SVGID_00000134219568272609028430000008063796827040802710_);fill:%23FD9337;%7D .st345%7Bclip-path:url(%23SVGID_00000134219568272609028430000008063796827040802710_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st346%7Bclip-path:url(%23SVGID_00000134219568272609028430000008063796827040802710_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st347%7Bclip-path:url(%23SVGID_00000090282683306927181640000013688040129434539445_);enable-background:new ;%7D .st348%7Bclip-path:url(%23SVGID_00000090282683306927181640000013688040129434539445_);fill:%233FA2F7;%7D .st349%7Bclip-path:url(%23SVGID_00000157301645875644079510000005735284511352956825_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st350%7Bclip-path:url(%23SVGID_00000157301645875644079510000005735284511352956825_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st351%7Bclip-path:url(%23SVGID_00000157301645875644079510000005735284511352956825_);fill:%23FF0000;%7D .st352%7Bclip-path:url(%23SVGID_00000157301645875644079510000005735284511352956825_);fill:%23EFF3F6;%7D .st353%7Bclip-path:url(%23SVGID_00000157301645875644079510000005735284511352956825_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st354%7Bclip-path:url(%23SVGID_00000072976793979929395480000013582022621709830567_);%7D .st355%7Bclip-path:url(%23SVGID_00000054226969572066787130000009243493276124982913_);%7D .st356%7Bclip-path:url(%23SVGID_00000054226969572066787130000009243493276124982913_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st357%7Bclip-path:url(%23SVGID_00000078034776732310782380000007245142736809083015_);%7D .st358%7Bopacity:0.8;clip-path:url(%23SVGID_00000153687345836958409520000013147953657016529560_);%7D .st359%7Bopacity:0.8;clip-path:url(%23SVGID_00000155116344143894104520000002070194609405001908_);%7D .st360%7Bopacity:0.8;clip-path:url(%23SVGID_00000151539564184420337640000014191153131959843496_);%7D .st361%7Bopacity:0.8;clip-path:url(%23SVGID_00000060729273106239043840000013558869925165622452_);%7D .st362%7Bclip-path:url(%23SVGID_00000012474253415136146980000009598962849698107532_);%7D .st363%7Bclip-path:url(%23SVGID_00000122000546455132995160000018305295745227833767_);fill:%233A3A3A;%7D .st364%7Bclip-path:url(%23SVGID_00000122000546455132995160000018305295745227833767_);enable-background:new ;%7D .st365%7Bclip-path:url(%23SVGID_00000137816623265822794660000003737794421984852373_);fill:%234AD295;%7D .st366%7Bclip-path:url(%23SVGID_00000137816623265822794660000003737794421984852373_);enable-background:new ;%7D .st367%7Bclip-path:url(%23SVGID_00000155855231515213718780000002075561058242403729_);fill:%23FD9337;%7D .st368%7Bclip-path:url(%23SVGID_00000054984456075180517380000006766079630693169537_);fill:%23FD9337;%7D .st369%7Bclip-path:url(%23SVGID_00000054975008715351311660000002263328057716126391_);fill:%23FD9337;%7D .st370%7Bclip-path:url(%23SVGID_00000065787565922806297430000001929618533897043125_);fill:%234AD295;%7D .st371%7Bclip-path:url(%23SVGID_00000173878053129083638810000002514071966904723890_);fill:%233FA2F7;%7D .st372%7Bclip-path:url(%23SVGID_00000074433993592414655110000005676299626698919302_);fill:%234AD295;%7D .st373%7Bclip-path:url(%23SVGID_00000099628846696937062120000001144038720975861431_);fill:%233FA2F7;%7D .st374%7Bclip-path:url(%23SVGID_00000049937641159637673590000014776930725327377059_);fill:%23FD9337;%7D .st375%7Bclip-path:url(%23SVGID_00000131337665816536863640000007641318642567649716_);fill:%23FD9337;%7D .st376%7Bclip-path:url(%23SVGID_00000111874819010500917530000011156329787346287279_);fill:%23FD9337;%7D .st377%7Bclip-path:url(%23SVGID_00000016782802217495841370000001571732139330715573_);fill:%23FD9337;%7D .st378%7Bclip-path:url(%23SVGID_00000036960287730865854860000003623407518398516896_);fill:%23FD9337;%7D .st379%7Bclip-path:url(%23SVGID_00000036960287730865854860000003623407518398516896_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st380%7Bclip-path:url(%23SVGID_00000036960287730865854860000003623407518398516896_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st381%7Bclip-path:url(%23SVGID_00000083088801923704066480000009321201129443208112_);enable-background:new ;%7D .st382%7Bclip-path:url(%23SVGID_00000083088801923704066480000009321201129443208112_);fill:%233FA2F7;%7D .st383%7Bclip-path:url(%23SVGID_00000024716277678850979990000005779591133786390411_);fill:%23144490;%7D .st384%7Bclip-path:url(%23SVGID_00000111185498280898847690000006490126757273002390_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st385%7Bopacity:0.7;clip-path:url(%23SVGID_00000112592266739047646510000017270833353247238287_);%7D .st386%7Bclip-path:url(%23SVGID_00000112592266739047646510000017270833353247238287_);fill:%234CAF50;%7D .st387%7Bclip-path:url(%23SVGID_00000112592266739047646510000017270833353247238287_);fill:%23FAFAFA;%7D .st388%7Bclip-path:url(%23SVGID_00000028312201180475015000000011875662308190736270_);fill:%23FFFFFF;%7D .st389%7Bclip-path:url(%23SVGID_00000112592266739047646510000017270833353247238287_);fill:%2314428F;%7D .st390%7Bclip-path:url(%23SVGID_00000112592266739047646510000017270833353247238287_);fill:%23FFFFFF;%7D .st391%7Bclip-path:url(%23SVGID_00000054981358246906015470000002234566268475827073_);fill:%233FA2F7;%7D .st392%7Bclip-path:url(%23SVGID_00000054981358246906015470000002234566268475827073_);fill:%23144490;%7D .st393%7Bclip-path:url(%23SVGID_00000054981358246906015470000002234566268475827073_);fill:%23DC3545;%7D .st394%7Bclip-path:url(%23SVGID_00000076595564841739717980000013916109343516631205_);fill:%23FD9337;%7D .st395%7Bopacity:0.85;clip-path:url(%23SVGID_00000020382912105237646050000014456377417898802863_);%7D .st396%7Bclip-path:url(%23SVGID_00000142142028796871907430000006057234430431457414_);%7D .st397%7Bclip-path:url(%23SVGID_00000020382912105237646050000014456377417898802863_);fill:%23EFF3F6;%7D .st398%7Bclip-path:url(%23SVGID_00000020382912105237646050000014456377417898802863_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st399%7Bclip-path:url(%23SVGID_00000026878559835259250830000010512152555055002004_);enable-background:new ;%7D .st400%7Bclip-path:url(%23SVGID_00000026878559835259250830000010512152555055002004_);fill:%233FA2F7;%7D .st401%7Bclip-path:url(%23SVGID_00000011001018275435382100000003272830989488992189_);%7D .st402%7Bclip-path:url(%23SVGID_00000124869408739719053650000014314526452373260722_);%7D .st403%7Bclip-path:url(%23SVGID_00000033344632916877115780000015556226024181596588_);fill:%23FFFFFF;%7D .st404%7Bclip-path:url(%23SVGID_00000033344632916877115780000015556226024181596588_);fill:none;stroke:%23878787;stroke-miterlimit:10;%7D .st405%7Bclip-path:url(%23SVGID_00000113346096809060644870000008577870332202972343_);fill:%2314428F;%7D .st406%7Bclip-path:url(%23SVGID_00000113346096809060644870000008577870332202972343_);fill:%23FFFFFF;%7D .st407%7Bclip-path:url(%23SVGID_00000113346096809060644870000008577870332202972343_);fill:%23144490;%7D .st408%7Bopacity:0.7;clip-path:url(%23SVGID_00000141444113338013031170000000835434077765477794_);%7D .st409%7Bclip-path:url(%23SVGID_00000141444113338013031170000000835434077765477794_);fill:%234CAF50;%7D .st410%7Bclip-path:url(%23SVGID_00000141444113338013031170000000835434077765477794_);fill:%23FAFAFA;%7D .st411%7Bclip-path:url(%23SVGID_00000085943155066249680370000014237042258926621840_);fill:%23FFFFFF;%7D .st412%7Bopacity:0.8;clip-path:url(%23SVGID_00000166649147235076261930000012767017759051230882_);%7D .st413%7Bclip-path:url(%23SVGID_00000166649147235076261930000012767017759051230882_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st414%7Bclip-path:url(%23SVGID_00000166649147235076261930000012767017759051230882_);fill:%23EFF3F6;%7D .st415%7Bclip-path:url(%23SVGID_00000166649147235076261930000012767017759051230882_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st416%7Bclip-path:url(%23SVGID_00000166649147235076261930000012767017759051230882_);fill:%23144490;%7D .st417%7Bclip-path:url(%23SVGID_00000166649147235076261930000012767017759051230882_);fill:%23DC3545;%7D .st418%7Bclip-path:url(%23SVGID_00000083068163756748247760000010826779860485538717_);fill:%23FD9337;%7D .st419%7Bclip-path:url(%23SVGID_00000163034990651758257710000008058500863107825560_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st420%7Bclip-path:url(%23SVGID_00000163034990651758257710000008058500863107825560_);fill:none;stroke:%23144490;stroke-width:2;stroke-miterlimit:10;%7D .st421%7Bclip-path:url(%23SVGID_00000163034990651758257710000008058500863107825560_);enable-background:new ;%7D .st422%7Bclip-path:url(%23SVGID_00000013185397485169353130000004444107066261643398_);%7D .st423%7Bclip-path:url(%23SVGID_00000038400661669362070980000014987573818111033506_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st424%7Bclip-path:url(%23SVGID_00000057136969354742266240000017432046679168539572_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st425%7Bclip-path:url(%23SVGID_00000136398523320542881040000007710681408534907265_);fill:%23FD9337;%7D .st426%7Bclip-path:url(%23SVGID_00000067920859683901723700000015369856414726823352_);fill:%23FD9337;%7D .st427%7Bclip-path:url(%23SVGID_00000002353674539128637470000011513404748021988228_);%7D .st428%7Bclip-path:url(%23SVGID_00000137100263530736610200000004974669520491248308_);%7D .st429%7Bopacity:0.7;clip-path:url(%23SVGID_00000067940092821237257940000016802658243725995197_);%7D .st430%7Bclip-path:url(%23SVGID_00000014598750676761319710000016088180149850400929_);fill:%23FFFFFF;%7D .st431%7Bclip-path:url(%23SVGID_00000067940092821237257940000016802658243725995197_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st432%7Bclip-path:url(%23SVGID_00000067940092821237257940000016802658243725995197_);fill:%23EFF3F6;%7D .st433%7Bclip-path:url(%23SVGID_00000110443719718332761380000017288764972762604212_);fill:%233FA2F7;%7D .st434%7Bclip-path:url(%23SVGID_00000110443719718332761380000017288764972762604212_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st435%7Bclip-path:url(%23SVGID_00000110443719718332761380000017288764972762604212_);fill:%2314428F;%7D .st436%7Bclip-path:url(%23SVGID_00000110443719718332761380000017288764972762604212_);fill:%23FFFFFF;%7D .st437%7Bclip-path:url(%23SVGID_00000110443719718332761380000017288764972762604212_);fill:%23144490;%7D .st438%7Bopacity:0.7;clip-path:url(%23SVGID_00000089576017612820898780000012501632632253101956_);%7D .st439%7Bclip-path:url(%23SVGID_00000089576017612820898780000012501632632253101956_);fill:%234CAF50;%7D .st440%7Bclip-path:url(%23SVGID_00000089576017612820898780000012501632632253101956_);fill:%23FAFAFA;%7D .st441%7Bclip-path:url(%23SVGID_00000149369436207986600130000016836674549977091994_);fill:%23FFFFFF;%7D .st442%7Bclip-path:url(%23SVGID_00000073694170765538015840000008246731172069786529_);fill:%23EFF3F6;%7D .st443%7Bclip-path:url(%23SVGID_00000073694170765538015840000008246731172069786529_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st444%7Bclip-path:url(%23SVGID_00000073694170765538015840000008246731172069786529_);fill:%23144490;%7D .st445%7Bclip-path:url(%23SVGID_00000073694170765538015840000008246731172069786529_);fill:%23DC3545;%7D .st446%7Bclip-path:url(%23SVGID_00000054962555565678230570000003731628553888925866_);fill:%23FD9337;%7D .st447%7Bclip-path:url(%23SVGID_00000078761353504649627830000017113158566062931590_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st448%7Bclip-path:url(%23SVGID_00000078761353504649627830000017113158566062931590_);fill:%23FF0000;%7D .st449%7Bclip-path:url(%23SVGID_00000078761353504649627830000017113158566062931590_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st450%7Bclip-path:url(%23SVGID_00000039843920414755895400000016968247303052896440_);%7D .st451%7Bclip-path:url(%23SVGID_00000007415010699457841650000006307012016209134494_);%7D .st452%7Bclip-path:url(%23SVGID_00000049194813506583020490000005591497722462508436_);fill:%2314428F;%7D .st453%7Bclip-path:url(%23SVGID_00000049194813506583020490000005591497722462508436_);fill:%23FFFFFF;%7D .st454%7Bclip-path:url(%23SVGID_00000049194813506583020490000005591497722462508436_);fill:%23144490;%7D .st455%7Bopacity:0.7;clip-path:url(%23SVGID_00000180338849927322043920000001696533729115982000_);%7D .st456%7Bclip-path:url(%23SVGID_00000180338849927322043920000001696533729115982000_);fill:%234CAF50;%7D .st457%7Bclip-path:url(%23SVGID_00000180338849927322043920000001696533729115982000_);fill:%23FAFAFA;%7D .st458%7Bclip-path:url(%23SVGID_00000101085537828105183460000001426546358915067318_);fill:%23FFFFFF;%7D .st459%7Bclip-path:url(%23SVGID_00000023266137626913657930000002736418250500816779_);fill:%23EFF3F6;%7D .st460%7Bclip-path:url(%23SVGID_00000023266137626913657930000002736418250500816779_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st461%7Bclip-path:url(%23SVGID_00000023266137626913657930000002736418250500816779_);fill:%23144490;%7D .st462%7Bclip-path:url(%23SVGID_00000023266137626913657930000002736418250500816779_);fill:%23DC3545;%7D .st463%7Bclip-path:url(%23SVGID_00000041998860607074902450000017580082501652245121_);fill:%23FD9337;%7D .st464%7Bclip-path:url(%23SVGID_00000062189278996466348200000002870693987123374208_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st465%7Bclip-path:url(%23SVGID_00000062189278996466348200000002870693987123374208_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st466%7Bclip-path:url(%23SVGID_00000062189278996466348200000002870693987123374208_);fill:%23FF0000;%7D .st467%7Bclip-path:url(%23SVGID_00000062189278996466348200000002870693987123374208_);fill:%23EFF3F6;%7D .st468%7Bclip-path:url(%23SVGID_00000062189278996466348200000002870693987123374208_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st469%7Bclip-path:url(%23SVGID_00000005947840530929529430000007605142973293637035_);fill:%23144490;%7D .st470%7Bclip-path:url(%23SVGID_00000149351072532050705230000000499493633996983468_);%7D .st471%7Bclip-path:url(%23SVGID_00000144335991877634211070000013774465528938043837_);%7D .st472%7Bclip-path:url(%23SVGID_00000176743560244741869910000013214649381091181242_);enable-background:new ;%7D .st473%7Bclip-path:url(%23SVGID_00000144335991877634211070000013774465528938043837_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st474%7Bclip-path:url(%23SVGID_00000029767435269197445060000003358158903344054159_);enable-background:new ;%7D .st475%7Bclip-path:url(%23SVGID_00000102537786807410011850000014275730201749412017_);enable-background:new ;%7D .st476%7Bclip-path:url(%23SVGID_00000140710019118387485610000007956368226118897063_);fill:%239E9E9E;%7D .st477%7Bclip-path:url(%23SVGID_00000140710019118387485610000007956368226118897063_);enable-background:new ;%7D .st478%7Bclip-path:url(%23SVGID_00000140710019118387485610000007956368226118897063_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st479%7Bclip-path:url(%23SVGID_00000140710019118387485610000007956368226118897063_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st480%7Bclip-path:url(%23SVGID_00000140710019118387485610000007956368226118897063_);fill:none;stroke:%23FD9337;stroke-width:2;stroke-miterlimit:10;%7D .st481%7Bclip-path:url(%23SVGID_00000045613355723775435330000011549073697538030470_);fill:%23144490;%7D .st482%7Bclip-path:url(%23SVGID_00000045613355723775435330000011549073697538030470_);enable-background:new ;%7D .st483%7Bclip-path:url(%23SVGID_00000137835262077465920080000011959825461486797751_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st484%7Bopacity:0.7;clip-path:url(%23SVGID_00000096020797133461175170000003247477777070457224_);%7D .st485%7Bclip-path:url(%23SVGID_00000096020797133461175170000003247477777070457224_);fill:%234CAF50;%7D .st486%7Bclip-path:url(%23SVGID_00000096020797133461175170000003247477777070457224_);fill:%23FAFAFA;%7D .st487%7Bclip-path:url(%23SVGID_00000018213382766590971650000008992747334759142031_);fill:%23FFFFFF;%7D .st488%7Bclip-path:url(%23SVGID_00000096020797133461175170000003247477777070457224_);fill:%2314428F;%7D .st489%7Bclip-path:url(%23SVGID_00000096020797133461175170000003247477777070457224_);fill:%23FFFFFF;%7D .st490%7Bclip-path:url(%23SVGID_00000113322097629499832620000007829262930769619644_);fill:%23FFFFFF;%7D .st491%7Bclip-path:url(%23SVGID_00000113322097629499832620000007829262930769619644_);fill:%23144490;%7D .st492%7Bclip-path:url(%23SVGID_00000113322097629499832620000007829262930769619644_);fill:%23DC3545;%7D .st493%7Bclip-path:url(%23SVGID_00000085224078933830833000000013676444510047566270_);fill:%23FD9337;%7D .st494%7Bclip-path:url(%23SVGID_00000119108984299677963260000012501569484201753735_);fill:%23FD9337;%7D .st495%7Bclip-path:url(%23SVGID_00000119108984299677963260000012501569484201753735_);enable-background:new ;%7D .st496%7Bclip-path:url(%23SVGID_00000067222518849031108470000004248092041803385747_);%7D .st497%7Bclip-path:url(%23SVGID_00000173851264602387202080000012806269757394202265_);%7D .st498%7Bclip-path:url(%23SVGID_00000155114511761123163780000015030060715782623128_);fill:%2314428F;%7D .st499%7Bclip-path:url(%23SVGID_00000155114511761123163780000015030060715782623128_);fill:%23FFFFFF;%7D .st500%7Bclip-path:url(%23SVGID_00000155114511761123163780000015030060715782623128_);fill:%23144490;%7D .st501%7Bopacity:0.7;clip-path:url(%23SVGID_00000134249600226953519820000006972353067207818386_);%7D .st502%7Bclip-path:url(%23SVGID_00000134249600226953519820000006972353067207818386_);fill:%234CAF50;%7D .st503%7Bclip-path:url(%23SVGID_00000134249600226953519820000006972353067207818386_);fill:%23FAFAFA;%7D .st504%7Bclip-path:url(%23SVGID_00000117675019017036751510000004853016826420735412_);fill:%23FFFFFF;%7D .st505%7Bclip-path:url(%23SVGID_00000013886098413358479890000003825031772746840995_);fill:%23EFF3F6;%7D .st506%7Bclip-path:url(%23SVGID_00000013886098413358479890000003825031772746840995_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st507%7Bclip-path:url(%23SVGID_00000013886098413358479890000003825031772746840995_);fill:%23144490;%7D .st508%7Bclip-path:url(%23SVGID_00000013886098413358479890000003825031772746840995_);fill:%23DC3545;%7D .st509%7Bclip-path:url(%23SVGID_00000046324486321096650960000013136892467666459833_);fill:%23FD9337;%7D .st510%7Bclip-path:url(%23SVGID_00000111170819442871462610000012810893899646887568_);%7D .st511%7Bclip-path:url(%23SVGID_00000173136649889416286230000016243396482120953260_);enable-background:new ;%7D .st512%7Bclip-path:url(%23SVGID_00000173136649889416286230000016243396482120953260_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st513%7Bclip-path:url(%23SVGID_00000178891826386514480590000015287814221959968901_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st514%7Bclip-path:url(%23SVGID_00000046336287316970481960000010107530590992600724_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st515%7Bclip-path:url(%23SVGID_00000046336287316970481960000010107530590992600724_);enable-background:new ;%7D .st516%7Bclip-path:url(%23SVGID_00000046336287316970481960000010107530590992600724_);fill:%23144490;%7D .st517%7Bclip-path:url(%23SVGID_00000067198822272021913350000000665142305996183981_);fill:%23FD9337;%7D .st518%7Bclip-path:url(%23SVGID_00000067198822272021913350000000665142305996183981_);enable-background:new ;%7D .st519%7Bfill:%23FD9337;%7D .st520%7Bfill:%234AD295;%7D .st521%7Bfill:url(%23SVGID_00000046324168431301584340000015021872368276290189_);stroke:%23144490;stroke-miterlimit:10;%7D .st522%7Bfill:url(%23SVGID_00000099638989826276459280000002913050128297248133_);stroke:%23144490;stroke-miterlimit:10;%7D .st523%7Bfill:url(%23SVGID_00000157996900700802973430000002025797115971073971_);stroke:%23144490;stroke-miterlimit:10;%7D .st524%7Bfill:url(%23SVGID_00000135656094424030717380000004301146628923785131_);stroke:%23144490;stroke-miterlimit:10;%7D .st525%7Bfill:url(%23SVGID_00000103961339640863906550000011626361098713320065_);stroke:%23144490;stroke-miterlimit:10;%7D .st526%7Bfill:url(%23SVGID_00000168100379203972541760000009443249860140670600_);stroke:%23144490;stroke-miterlimit:10;%7D .st527%7Bfill:url(%23SVGID_00000082347753083209474640000010705365162097197489_);stroke:%23144490;stroke-miterlimit:10;%7D .st528%7Bfill:url(%23SVGID_00000136404343158609678010000007314689282401518506_);stroke:%23144490;stroke-miterlimit:10;%7D .st529%7Bfill:url(%23SVGID_00000052089890196323695490000000021723088260621200_);stroke:%23144490;stroke-miterlimit:10;%7D .st530%7Bfill:url(%23SVGID_00000029039834147432972030000000259163977563550393_);stroke:%23144490;stroke-miterlimit:10;%7D .st531%7Bfill:url(%23SVGID_00000129198739003413160020000004751443046113075617_);stroke:%23144490;stroke-miterlimit:10;%7D .st532%7Bfill:url(%23SVGID_00000077286314598282682670000009102426173779609991_);stroke:%23144490;stroke-miterlimit:10;%7D .st533%7Bfill:url(%23SVGID_00000000943062736031633600000010318105709934630790_);stroke:%23144490;stroke-miterlimit:10;%7D .st534%7Bfill:url(%23SVGID_00000134933072769498497400000012324938884645655986_);stroke:%23144490;stroke-miterlimit:10;%7D .st535%7Bfill:url(%23SVGID_00000135688201694323916680000000273571681210115468_);stroke:%23144490;stroke-miterlimit:10;%7D .st536%7Bfill:url(%23SVGID_00000098921038491257597710000012570896410687023254_);stroke:%23144490;stroke-miterlimit:10;%7D .st537%7Bfill:url(%23SVGID_00000087395179242151116110000006305247427266224025_);stroke:%23144490;stroke-miterlimit:10;%7D .st538%7Bfill:url(%23SVGID_00000158018391317994189630000009533243226476326801_);stroke:%23144490;stroke-miterlimit:10;%7D .st539%7Bfill:url(%23SVGID_00000128474939324973739240000004145913872676623786_);stroke:%23144490;stroke-miterlimit:10;%7D .st540%7Bfill:url(%23SVGID_00000121987857610282963810000008338007005225424571_);stroke:%23144490;stroke-miterlimit:10;%7D .st541%7Bfill:url(%23SVGID_00000145746097861957967220000012436617004278445474_);stroke:%23144490;stroke-miterlimit:10;%7D .st542%7Bfill:url(%23SVGID_00000000221552442923556410000009206939807764607622_);stroke:%23144490;stroke-miterlimit:10;%7D .st543%7Bfill:url(%23SVGID_00000057848453246774056910000013578005669422011550_);stroke:%23144490;stroke-miterlimit:10;%7D .st544%7Bfill:url(%23SVGID_00000074414339618395819170000011983611897354460559_);stroke:%23144490;stroke-miterlimit:10;%7D .st545%7Bfill:url(%23SVGID_00000152976350840711262470000016903300505892393118_);stroke:%23144490;stroke-miterlimit:10;%7D .st546%7Bfill:url(%23SVGID_00000005231016946564850480000001287194228236673415_);stroke:%23144490;stroke-miterlimit:10;%7D .st547%7Bfill:url(%23SVGID_00000005240880604043027670000007588966386182491562_);stroke:%23144490;stroke-miterlimit:10;%7D .st548%7Bfill:url(%23SVGID_00000034797548310672149730000016382177397186999452_);stroke:%23144490;stroke-miterlimit:10;%7D .st549%7Bfill:url(%23SVGID_00000096023553768639408530000018017911382155924404_);stroke:%23144490;stroke-miterlimit:10;%7D .st550%7Bfill:url(%23SVGID_00000042695968088658145490000013025734527364698031_);stroke:%23144490;stroke-miterlimit:10;%7D .st551%7Bfill:url(%23SVGID_00000091715664437834134970000016536568400581111206_);stroke:%23144490;stroke-miterlimit:10;%7D .st552%7Bfill:url(%23SVGID_00000091002336716703050840000007588019465629499054_);stroke:%23144490;stroke-miterlimit:10;%7D .st553%7Bfill:url(%23SVGID_00000112621934825320692530000017977672925537598388_);stroke:%23144490;stroke-miterlimit:10;%7D .st554%7Bfill:url(%23SVGID_00000112619687191337747400000011867555738195438756_);stroke:%23144490;stroke-miterlimit:10;%7D .st555%7Bfill:url(%23SVGID_00000069360222779975175010000009624018252142610103_);stroke:%23144490;stroke-miterlimit:10;%7D .st556%7Bfill:url(%23SVGID_00000024714517971907917360000000671906536535828365_);stroke:%23144490;stroke-miterlimit:10;%7D .st557%7Bfill:url(%23SVGID_00000008856279620353501410000008675388885697457539_);stroke:%23144490;stroke-miterlimit:10;%7D .st558%7Bfill:url(%23SVGID_00000013162317170991424850000007373733211970072220_);stroke:%23144490;stroke-miterlimit:10;%7D .st559%7Bfill:url(%23SVGID_00000010994027436432636700000014726218066860969106_);stroke:%23144490;stroke-miterlimit:10;%7D .st560%7Bfill:url(%23SVGID_00000049181319214237308800000008815939447720326528_);stroke:%23144490;stroke-miterlimit:10;%7D .st561%7Bfill:url(%23SVGID_00000161613555887142205600000016342163750702329733_);stroke:%23144490;stroke-miterlimit:10;%7D .st562%7Bfill:url(%23SVGID_00000086690720784706647810000008445042371939837580_);stroke:%23144490;stroke-miterlimit:10;%7D .st563%7Bfill:url(%23SVGID_00000174568607572354310850000013259185901950640571_);stroke:%23144490;stroke-miterlimit:10;%7D .st564%7Bfill:url(%23SVGID_00000069366222980809672280000008081626122243263137_);stroke:%23144490;stroke-miterlimit:10;%7D .st565%7Bfill:url(%23SVGID_00000096740126774981078300000000862729421117541001_);stroke:%23144490;stroke-miterlimit:10;%7D .st566%7Bfill:url(%23SVGID_00000175313530194073089080000002456391377865390519_);stroke:%23144490;stroke-miterlimit:10;%7D .st567%7Bfill:url(%23SVGID_00000023238725934049201330000011036553892189573273_);stroke:%23144490;stroke-miterlimit:10;%7D .st568%7Bfill:url(%23SVGID_00000026850470264047197340000012905892837978849152_);stroke:%23144490;stroke-miterlimit:10;%7D .st569%7Bfill:url(%23SVGID_00000000912954746230573500000009910908187755070336_);stroke:%23144490;stroke-miterlimit:10;%7D .st570%7Bfill:url(%23SVGID_00000166676543627098096610000002649508655946260895_);stroke:%23144490;stroke-miterlimit:10;%7D .st571%7Bfill:url(%23SVGID_00000057120826630554638320000010977721752003794348_);stroke:%23144490;stroke-miterlimit:10;%7D .st572%7Bfill:url(%23SVGID_00000014617826420215609730000009989382451894285697_);stroke:%23144490;stroke-miterlimit:10;%7D .st573%7Bfill:url(%23SVGID_00000080896618778483616390000017111807544163665590_);stroke:%23144490;stroke-miterlimit:10;%7D .st574%7Bfill:url(%23SVGID_00000142168296380390459620000012229195506404100531_);stroke:%23144490;stroke-miterlimit:10;%7D .st575%7Bfill:url(%23SVGID_00000049914587873149793340000007910187342365169024_);stroke:%23144490;stroke-miterlimit:10;%7D .st576%7Bfill:url(%23SVGID_00000160888319393895958900000003979200164428255655_);stroke:%23144490;stroke-miterlimit:10;%7D .st577%7Bfill:url(%23SVGID_00000174574244608840363820000005973855508636894883_);stroke:%23144490;stroke-miterlimit:10;%7D .st578%7Bfill:url(%23SVGID_00000039834553004262825240000016913219584554900382_);stroke:%23144490;stroke-miterlimit:10;%7D .st579%7Bfill:url(%23SVGID_00000161614281918139137870000013729505396690539421_);stroke:%23144490;stroke-miterlimit:10;%7D .st580%7Bfill:url(%23SVGID_00000098194576228011639970000015546767878514451122_);stroke:%23144490;stroke-miterlimit:10;%7D .st581%7Bfill:%23FFFFFF;%7D .st582%7Bfill:%23144490;%7D .st583%7Bfill:%23515151;%7D%0A%3C/style%3E%3Cpath class='st582' d='M0.4,7.8c11.6,0,23.3,0,34.9,0c0.3,0,0.4-0.1,0.5-0.4c0.5-2.2,1.1-4.5,1.7-6.7c0.1-0.3,0.2-0.4,0.5-0.4 c3.1,0,6.2,0,9.3,0c0.3,0,0.4,0.1,0.4,0.4c0,0.8,0,1.5,0,2.3c0,0.3-0.1,0.4-0.4,0.4c-2.3,0-4.5,0-6.8,0c-0.3,0-0.5,0.1-0.5,0.4 c-0.4,1.8-0.9,3.6-1.3,5.3c-2,8-4,16.1-6,24.1c-0.1,0.3,0,0.4,0.3,0.5c2.4,0.8,3.8,3.1,3.4,5.6c-0.4,2.8-3.1,4.7-5.9,4.2 c-2.8-0.5-4.7-3.2-4.1-5.9c0.1-0.4,0.4-0.8,0.2-1c-0.2-0.2-0.7-0.1-1.1-0.1c-3.2,0-6.4,0-9.6,0c-0.3,0-0.5,0-0.3,0.4 c0.3,0.8,0.3,1.6,0.2,2.4c-0.4,2.8-3.1,4.7-5.9,4.2c-2.8-0.5-4.7-3.3-4.1-6c0.5-2.5,2.6-4.1,5.1-4.1c6,0,12.1,0,18.1,0 c0.3,0,0.5-0.1,0.5-0.4c0.3-1.1,0.6-2.3,0.8-3.4c0.1-0.5,0.1-0.5-0.4-0.5c-7.9,0-15.7,0-23.6,0c-0.3,0-0.5,0-0.5-0.4 c-1.5-6.2-3.1-12.3-4.6-18.5C0.9,9.6,0.7,8.8,0.4,8.1V7.8z M29.9,10.9c-0.2,0-0.3,0-0.4,0.3c-0.2,1.8-0.4,3.7-0.7,5.5 c0,0.3,0,0.3,0.3,0.3c1.3,0,2.7,0,4,0c0.2,0,0.3-0.1,0.4-0.3c0.5-1.8,0.9-3.7,1.4-5.5c0.1-0.3,0-0.3-0.3-0.3c-0.8,0-1.6,0-2.3,0 C31.4,10.9,30.7,10.9,29.9,10.9 M18.1,11.3c0-0.3-0.1-0.4-0.4-0.4c-1.5,0-3,0-4.5,0c-0.3,0-0.4,0.1-0.4,0.4c0.2,1.8,0.5,3.6,0.7,5.3 c0,0.3,0.1,0.4,0.5,0.4c1.2,0,2.5,0,3.7,0c0.4,0,0.4-0.1,0.4-0.5c0-0.9,0-1.7,0-2.6C18.1,13.1,18.1,12.2,18.1,11.3 M21.1,16.7 c0,0.3,0.1,0.3,0.3,0.3c1.3,0,2.6,0,3.9,0c0.2,0,0.3-0.1,0.4-0.3c0.2-1.8,0.4-3.6,0.7-5.4c0-0.3,0-0.4-0.3-0.4c-1.5,0-3,0-4.6,0 c-0.3,0-0.4,0.1-0.4,0.4c0,0.9,0,1.8,0,2.7C21.1,14.9,21.1,15.8,21.1,16.7 M4.7,10.9c-0.2,0-0.4,0-0.3,0.3c0.5,1.8,0.9,3.6,1.4,5.5 C5.9,16.9,6,17,6.2,17c1.3,0,2.5,0,3.8,0c0.3,0,0.4,0,0.4-0.4c-0.2-1.8-0.5-3.6-0.7-5.4c0-0.3-0.1-0.4-0.4-0.4c-0.8,0-1.5,0-2.3,0 C6.2,10.9,5.5,10.9,4.7,10.9 M18.1,20.4c0-0.3,0-0.4-0.4-0.4c-1.2,0-2.3,0-3.5,0c-0.3,0-0.3,0.1-0.3,0.4c0.2,1.8,0.5,3.6,0.7,5.4 c0,0.3,0.1,0.3,0.4,0.3c0.9,0,1.8,0,2.8,0c0.3,0,0.4-0.1,0.3-0.4c0-0.9,0-1.8,0-2.7C18.1,22.2,18.1,21.3,18.1,20.4 M28.7,20.1 c-0.2,0-0.3,0.1-0.3,0.3c-0.2,1.9-0.5,3.7-0.7,5.6c0,0.2,0,0.3,0.3,0.3c1,0,1.9,0,2.9,0c0.2,0,0.3-0.1,0.3-0.3 c0.5-1.8,0.9-3.7,1.4-5.5c0.1-0.3,0-0.3-0.3-0.3c-0.6,0-1.2,0-1.8,0C29.9,20.1,29.3,20.1,28.7,20.1 M21.1,25.9 c0,0.3,0.1,0.3,0.3,0.3c0.9,0,1.8,0,2.8,0c0.3,0,0.3-0.1,0.4-0.3c0.2-1.8,0.5-3.6,0.7-5.5c0-0.3-0.1-0.3-0.3-0.3c-1.2,0-2.3,0-3.5,0 c-0.3,0-0.3,0.1-0.3,0.4c0,0.9,0,1.8,0,2.7C21.1,24,21.1,24.9,21.1,25.9 M11.3,26.2c0.2,0,0.3-0.1,0.2-0.3c-0.2-1.9-0.5-3.7-0.7-5.6 c0-0.2-0.1-0.3-0.3-0.3c-1.2,0-2.4,0-3.6,0c-0.2,0-0.3,0.1-0.2,0.3c0.5,1.9,0.9,3.7,1.4,5.6c0.1,0.2,0.2,0.3,0.4,0.3 c0.5,0,0.9,0,1.4,0C10.3,26.2,10.8,26.2,11.3,26.2 M31.2,40.7c1.1,0,2-0.9,2-2c0-1.1-0.9-2-2-2c-1.1,0-2,0.9-2,2 C29.2,39.8,30.1,40.7,31.2,40.7 M10.5,40.7c1.1,0,2-0.9,2-2c0-1.1-0.9-2-2-2c-1.1,0-2,0.9-2,2C8.5,39.8,9.4,40.7,10.5,40.7'/%3E%3C/svg%3E%0A");
  content: '';
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  transition: .3s all ease;
  position: relative;
  background-repeat: no-repeat;
  width: 2.1rem;
  height: 2.1rem;
}
header .celsus-bottom-header .celsus-user-links ul li.item-user-link i.icon-search:hover:before,
header .celsus-middle-header .celsus-user-links ul li.item-user-link i.icon-search:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 34.8 34.8' style='enable-background:new 0 0 34.8 34.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:%23144490;%7D .st1%7Bclip-path:url(%23SVGID_2_);%7D .st2%7Bclip-path:url(%23SVGID_4_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st3%7Bclip-path:url(%23SVGID_2_);fill:%2314428F;%7D .st4%7Bclip-path:url(%23SVGID_8_);fill:%233FA2F7;%7D .st5%7Bclip-path:url(%23SVGID_10_);fill:%234CAF50;%7D .st6%7Bclip-path:url(%23SVGID_10_);fill:%23FAFAFA;%7D .st7%7Bclip-path:url(%23SVGID_10_);fill:%23FFFFFF;%7D .st8%7Bclip-path:url(%23SVGID_10_);fill:%233FA2F7;%7D .st9%7Bclip-path:url(%23SVGID_10_);fill:%23144490;%7D .st10%7Bclip-path:url(%23SVGID_14_);enable-background:new ;%7D .st11%7Bclip-path:url(%23SVGID_14_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st12%7Bclip-path:url(%23SVGID_22_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st13%7Bclip-path:url(%23SVGID_24_);fill:%239E9E9E;%7D .st14%7Bclip-path:url(%23SVGID_24_);enable-background:new ;%7D .st15%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st16%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st17%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23FD9337;stroke-width:2;stroke-miterlimit:10;%7D .st18%7Bclip-path:url(%23SVGID_54_);fill:%23144490;%7D .st19%7Bclip-path:url(%23SVGID_54_);enable-background:new ;%7D .st20%7Bclip-path:url(%23SVGID_54_);fill:%234CAF50;%7D .st21%7Bclip-path:url(%23SVGID_54_);fill:%23FD9337;%7D .st22%7Bclip-path:url(%23SVGID_58_);fill:%23FFFFFF;%7D .st23%7Bfill:%233FA2F7;%7D%0A%3C/style%3E%3Cpath class='st23' d='M34.8,33l-10-10c2-2.4,3.2-5.5,3.2-8.9c0-7.7-6.3-14-14-14C6.3,0,0,6.3,0,14c0,7.7,6.3,14,14,14 c3.4,0,6.5-1.2,8.9-3.2l10,10L34.8,33z M1.5,14C1.5,7.1,7.1,1.5,14,1.5c6.9,0,12.5,5.6,12.5,12.5c0,6.9-5.6,12.5-12.5,12.5 C7.1,26.5,1.5,20.9,1.5,14'/%3E%3C/svg%3E%0A");
}
header .celsus-bottom-header .celsus-user-links ul li.item-user-link i.icon-user:hover:before,
header .celsus-middle-header .celsus-user-links ul li.item-user-link i.icon-user:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st1%7Bfill:url(%23SVGID_00000101105506598030619230000003739985327351319703_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st2%7Bfill:url(%23SVGID_00000081646918732632599040000018021262841840026522_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st3%7Bfill:url(%23SVGID_00000119105851833908691710000006014780330162366910_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st4%7Bfill:url(%23SVGID_00000114787208629531914400000014618603382686571909_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st5%7Bfill:url(%23SVGID_00000183933896335604899660000012465373087609846176_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st6%7Bfill:url(%23SVGID_00000036974541680729213670000012073642347994860711_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st7%7Bfill:url(%23SVGID_00000023240154212401330820000011268383882355693727_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st8%7Bfill:url(%23SVGID_00000175324200097639385450000002203615173082209974_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st9%7Bfill:url(%23SVGID_00000168833431037530870840000017737407968171348671_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st10%7Bfill:url(%23SVGID_00000161628558679600282810000017058954024637677216_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st11%7Bfill:url(%23SVGID_00000062172633520643015460000004735197637951705478_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st12%7Bfill:url(%23SVGID_00000082362240848731951450000017995978716192748952_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st13%7Bfill:url(%23SVGID_00000092417131432284104980000017867730624832995737_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st14%7Bfill:url(%23SVGID_00000165946400208263890930000007130080090234110603_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st15%7Bfill:url(%23SVGID_00000116194053077342685240000016501617706069842872_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st16%7Bfill:url(%23SVGID_00000129195881228409300390000000404814712381206159_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st17%7Bfill:url(%23SVGID_00000026165241533730248230000016794062628220306086_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st18%7Bfill:url(%23SVGID_00000156581502186023267360000000908307269507649722_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st19%7Bfill:url(%23SVGID_00000126318984825674757920000015303664808815220902_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st20%7Bfill:url(%23SVGID_00000076583485323044276070000004342026279322459305_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st21%7Bfill:url(%23SVGID_00000069397973279270443560000003525267309168772493_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st22%7Bfill:url(%23SVGID_00000177453490790844903920000018242123803935533204_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st23%7Bfill:url(%23SVGID_00000175322087415889692250000011857482635527481513_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st24%7Bfill:url(%23SVGID_00000147927948709466623130000011279708693220395183_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st25%7Bfill:url(%23SVGID_00000097496456131352192330000018292511537537699715_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st26%7Bfill:url(%23SVGID_00000182511284527414168470000017004813972794602932_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st27%7Bclip-path:url(%23SVGID_00000088851210047351639090000006175788583085388929_);%7D .st28%7Bclip-path:url(%23SVGID_00000180331591179920218630000016019067278230543511_);%7D .st29%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);fill:%233A3A3A;%7D .st30%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);fill:%2314428F;%7D .st31%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);fill:%233FA2F7;%7D .st32%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);fill:%234AD295;%7D .st33%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);fill:%23CFD9E0;%7D .st34%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);fill:%23DC3545;%7D .st35%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);fill:%23FD9337;%7D .st36%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);fill:%23EFF3F6;%7D .st37%7Bclip-path:url(%23SVGID_00000050644569011570116310000000752320642645757575_);enable-background:new ;%7D .st38%7Bclip-path:url(%23SVGID_00000000930300021836644750000017627602748605291152_);fill:%23FD9337;%7D .st39%7Bclip-path:url(%23SVGID_00000074399627528673233210000001983595307188444288_);fill:%23DC3545;%7D .st40%7Bclip-path:url(%23SVGID_00000074399627528673233210000001983595307188444288_);enable-background:new ;%7D .st41%7Bclip-path:url(%23SVGID_00000074399627528673233210000001983595307188444288_);fill:%23FD9337;%7D .st42%7Bclip-path:url(%23SVGID_00000016757051608947026510000011026953219225057680_);fill:%2314428F;%7D .st43%7Bopacity:0.8;clip-path:url(%23SVGID_00000016757051608947026510000011026953219225057680_);%7D .st44%7Bclip-path:url(%23SVGID_00000016757051608947026510000011026953219225057680_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st45%7Bclip-path:url(%23SVGID_00000016757051608947026510000011026953219225057680_);fill:%234AD295;%7D .st46%7Bclip-path:url(%23SVGID_00000016757051608947026510000011026953219225057680_);enable-background:new ;%7D .st47%7Bclip-path:url(%23SVGID_00000091005859229047710760000012762101588616188080_);fill:%23FD9337;%7D .st48%7Bclip-path:url(%23SVGID_00000118368149767369296680000015340167252776892049_);fill:%234AD295;%7D .st49%7Bclip-path:url(%23SVGID_00000134241058441683570320000009978426450229396370_);fill:%233FA2F7;%7D .st50%7Bclip-path:url(%23SVGID_00000134241058441683570320000009978426450229396370_);fill:%233fa2f7;%7D .st51%7Bclip-path:url(%23SVGID_00000098181361082328732600000009963698234450056082_);%7D .st52%7Bclip-path:url(%23SVGID_00000068667009365072616850000016187731987168699297_);%7D .st53%7Bclip-path:url(%23SVGID_00000140714428228459130560000000602005807220999329_);fill:%23FFFFFF;%7D .st54%7Bclip-path:url(%23SVGID_00000140714428228459130560000000602005807220999329_);fill:none;stroke:%23878787;stroke-miterlimit:10;%7D .st55%7Bclip-path:url(%23SVGID_00000151511685605025424770000003216947492986738598_);%7D .st56%7Bclip-path:url(%23SVGID_00000015321607285921648920000011028463374392167820_);%7D .st57%7Bopacity:0.8;clip-path:url(%23SVGID_00000059989608501682968560000008682660175887338929_);%7D .st58%7Bclip-path:url(%23SVGID_00000059989608501682968560000008682660175887338929_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st59%7Bclip-path:url(%23SVGID_00000004535973638444021660000013382032111251865747_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st60%7Bclip-path:url(%23SVGID_00000123443149695456588350000017146042103364867716_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st61%7Bclip-path:url(%23SVGID_00000015355745659108085770000003363834809499352755_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st62%7Bclip-path:url(%23SVGID_00000181065649295448320060000007475827389476938374_);%7D .st63%7Bclip-path:url(%23SVGID_00000062908346490862136600000014551528331523063429_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st64%7Bclip-path:url(%23SVGID_00000030467554649674635040000006423102591072328833_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st65%7Bopacity:0.8;clip-path:url(%23SVGID_00000134946084116994566100000015704004479034135950_);%7D .st66%7Bclip-path:url(%23SVGID_00000134946084116994566100000015704004479034135950_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st67%7Bclip-path:url(%23SVGID_00000005252154324874428070000011334314954349316028_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st68%7Bclip-path:url(%23SVGID_00000124841701604952259240000000791219001408913026_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st69%7Bclip-path:url(%23SVGID_00000139979739411067777240000015188997264075179171_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st70%7Bclip-path:url(%23SVGID_00000092439171368869152050000002535304566050533276_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st71%7Bopacity:0.8;clip-path:url(%23SVGID_00000009560529152916741090000002744725347263133877_);%7D .st72%7Bclip-path:url(%23SVGID_00000009560529152916741090000002744725347263133877_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st73%7Bclip-path:url(%23SVGID_00000091737697097727911410000003529656427532390054_);fill:%233A3A3A;%7D .st74%7Bclip-path:url(%23SVGID_00000091737697097727911410000003529656427532390054_);enable-background:new ;%7D .st75%7Bclip-path:url(%23SVGID_00000070836486754147626620000018365025981880856734_);fill:%234AD295;%7D .st76%7Bclip-path:url(%23SVGID_00000070836486754147626620000018365025981880856734_);enable-background:new ;%7D .st77%7Bclip-path:url(%23SVGID_00000070836486754147626620000018365025981880856734_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st78%7Bclip-path:url(%23SVGID_00000163795079156834664800000003755919146493066396_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st79%7Bclip-path:url(%23SVGID_00000183953203769989264280000016347968230839928723_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st80%7Bclip-path:url(%23SVGID_00000162342849712964054160000006058299752463427465_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st81%7Bclip-path:url(%23SVGID_00000151502058198520347760000002881870889888710534_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st82%7Bopacity:0.8;clip-path:url(%23SVGID_00000122678755129839393000000014138915415988952451_);%7D .st83%7Bclip-path:url(%23SVGID_00000122678755129839393000000014138915415988952451_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st84%7Bclip-path:url(%23SVGID_00000059289462036698846290000005283373248670235316_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st85%7Bclip-path:url(%23SVGID_00000059289462036698846290000005283373248670235316_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st86%7Bclip-path:url(%23SVGID_00000094582021114267966710000001647965904588392892_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st87%7Bclip-path:url(%23SVGID_00000094582021114267966710000001647965904588392892_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st88%7Bclip-path:url(%23SVGID_00000094582021114267966710000001647965904588392892_);enable-background:new ;%7D .st89%7Bclip-path:url(%23SVGID_00000176725446515110155430000010190069324939845284_);fill:%23FD9337;%7D .st90%7Bclip-path:url(%23SVGID_00000086693363106121581900000005428336673882334129_);fill:%23FD9337;%7D .st91%7Bclip-path:url(%23SVGID_00000080193018345507575160000006966413877534855316_);fill:%23FD9337;%7D .st92%7Bclip-path:url(%23SVGID_00000078026326832820825160000003256490327511541932_);fill:%234AD295;%7D .st93%7Bclip-path:url(%23SVGID_00000145039243548946867770000015100249315101687475_);fill:%233FA2F7;%7D .st94%7Bclip-path:url(%23SVGID_00000093868235355687646300000013110209941900974247_);fill:%234AD295;%7D .st95%7Bclip-path:url(%23SVGID_00000105424085742723898650000016188982710437695679_);fill:%233FA2F7;%7D .st96%7Bclip-path:url(%23SVGID_00000067931196566786052260000005737437150502575278_);fill:%234AD295;%7D .st97%7Bclip-path:url(%23SVGID_00000003088067818370570380000016802357751982374070_);fill:%234AD295;%7D .st98%7Bclip-path:url(%23SVGID_00000168803861615215076270000007283240473242773893_);fill:%234AD295;%7D .st99%7Bclip-path:url(%23SVGID_00000112623998463726411570000005940579614827056559_);fill:%23FD9337;%7D .st100%7Bclip-path:url(%23SVGID_00000067233734835822026120000005186848472121255306_);fill:%23FD9337;%7D .st101%7Bclip-path:url(%23SVGID_00000039836278613264900960000014341428669483630266_);fill:%23FD9337;%7D .st102%7Bclip-path:url(%23SVGID_00000039836278613264900960000014341428669483630266_);fill:%233fa2f7;%7D .st103%7Bclip-path:url(%23SVGID_00000048500010283721128670000005562459103524796853_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st104%7Bopacity:0.7;clip-path:url(%23SVGID_00000125590028366156216500000005122823807120904381_);%7D .st105%7Bclip-path:url(%23SVGID_00000125590028366156216500000005122823807120904381_);fill:%234CAF50;%7D .st106%7Bclip-path:url(%23SVGID_00000125590028366156216500000005122823807120904381_);fill:%23FAFAFA;%7D .st107%7Bclip-path:url(%23SVGID_00000030486945420173940590000003369618839426588805_);fill:%23FFFFFF;%7D .st108%7Bclip-path:url(%23SVGID_00000125590028366156216500000005122823807120904381_);fill:%2314428F;%7D .st109%7Bclip-path:url(%23SVGID_00000125590028366156216500000005122823807120904381_);fill:%23FFFFFF;%7D .st110%7Bclip-path:url(%23SVGID_00000142866780866018789360000004104313875438527639_);fill:%233fa2f7;%7D .st111%7Bclip-path:url(%23SVGID_00000142866780866018789360000004104313875438527639_);fill:%23DC3545;%7D .st112%7Bclip-path:url(%23SVGID_00000114785368570416750980000014488745152342504586_);fill:%23FD9337;%7D .st113%7Bclip-path:url(%23SVGID_00000020375026866054627840000001855378585410587548_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st114%7Bclip-path:url(%23SVGID_00000058583286248753458010000016861855072867385239_);%7D .st115%7Bclip-path:url(%23SVGID_00000176737537461496257150000006071187801549173415_);%7D .st116%7Bclip-path:url(%23SVGID_00000094620496373727527580000018411071823073681281_);%7D .st117%7Bclip-path:url(%23SVGID_00000133507474591566883130000012630281757336772531_);%7D .st118%7Bopacity:0.8;clip-path:url(%23SVGID_00000038412693246091136560000005898981283334229926_);%7D .st119%7Bclip-path:url(%23SVGID_00000176737537461496257150000006071187801549173415_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st120%7Bopacity:0.8;clip-path:url(%23SVGID_00000093142027667205721780000007201942609197537965_);%7D .st121%7Bopacity:0.8;clip-path:url(%23SVGID_00000090257570594974918620000004319532987626082186_);%7D .st122%7Bclip-path:url(%23SVGID_00000114779351841883102470000010183091123045553051_);fill:none;stroke:%23878787;stroke-miterlimit:10;%7D .st123%7Bclip-path:url(%23SVGID_00000114779351841883102470000010183091123045553051_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st124%7Bclip-path:url(%23SVGID_00000028286160452155524150000006049794455870141589_);fill:%233fa2f7;%7D .st125%7Bclip-path:url(%23SVGID_00000028301093035497821460000016450906601384601225_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st126%7Bopacity:0.7;clip-path:url(%23SVGID_00000165218629851645921890000013752446291040417686_);%7D .st127%7Bclip-path:url(%23SVGID_00000165218629851645921890000013752446291040417686_);fill:%234CAF50;%7D .st128%7Bclip-path:url(%23SVGID_00000165218629851645921890000013752446291040417686_);fill:%23FAFAFA;%7D .st129%7Bclip-path:url(%23SVGID_00000044140061114945625880000012731244177159329682_);fill:%23FFFFFF;%7D .st130%7Bclip-path:url(%23SVGID_00000165218629851645921890000013752446291040417686_);fill:%2314428F;%7D .st131%7Bclip-path:url(%23SVGID_00000165218629851645921890000013752446291040417686_);fill:%23FFFFFF;%7D .st132%7Bclip-path:url(%23SVGID_00000098220188440372901490000012217289040525307827_);fill:%23FFFFFF;%7D .st133%7Bclip-path:url(%23SVGID_00000098220188440372901490000012217289040525307827_);fill:%233fa2f7;%7D .st134%7Bclip-path:url(%23SVGID_00000098220188440372901490000012217289040525307827_);fill:%23DC3545;%7D .st135%7Bclip-path:url(%23SVGID_00000116196310422433223550000004600177438242884786_);fill:%23FD9337;%7D .st136%7Bclip-path:url(%23SVGID_00000106134288360618535940000008389414362725743803_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st137%7Bclip-path:url(%23SVGID_00000072984515501384871880000006605685835615582385_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st138%7Bclip-path:url(%23SVGID_00000115493688048327414150000005988498779160652203_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st139%7Bclip-path:url(%23SVGID_00000127026005753780819430000016759437041717754255_);%7D .st140%7Bclip-path:url(%23SVGID_00000023256363104048213200000003740286866592480420_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st141%7Bclip-path:url(%23SVGID_00000026124495171798383080000002333535565438444722_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st142%7Bopacity:0.8;clip-path:url(%23SVGID_00000018938122607171503340000011888793273438278016_);%7D .st143%7Bclip-path:url(%23SVGID_00000018938122607171503340000011888793273438278016_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st144%7Bclip-path:url(%23SVGID_00000167365243007472825240000000126411703172018861_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st145%7Bclip-path:url(%23SVGID_00000152942967148014830070000007899716060815894458_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st146%7Bclip-path:url(%23SVGID_00000114756769031221090820000007076295422448424123_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st147%7Bclip-path:url(%23SVGID_00000080914210659718833140000002685106601404312506_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st148%7Bopacity:0.8;clip-path:url(%23SVGID_00000085956276611232240810000008437164418307105957_);%7D .st149%7Bclip-path:url(%23SVGID_00000085956276611232240810000008437164418307105957_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st150%7Bclip-path:url(%23SVGID_00000057148377654424882830000015275891644384883603_);fill:%233A3A3A;%7D .st151%7Bclip-path:url(%23SVGID_00000057148377654424882830000015275891644384883603_);enable-background:new ;%7D .st152%7Bclip-path:url(%23SVGID_00000062157987551793145080000006031803476827986591_);fill:%234AD295;%7D .st153%7Bclip-path:url(%23SVGID_00000062157987551793145080000006031803476827986591_);enable-background:new ;%7D .st154%7Bclip-path:url(%23SVGID_00000062157987551793145080000006031803476827986591_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st155%7Bclip-path:url(%23SVGID_00000158018275588896219410000004169145385680033974_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st156%7Bclip-path:url(%23SVGID_00000087393930003064155870000014455531974894574474_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st157%7Bclip-path:url(%23SVGID_00000139261363871049317400000003603987729745142456_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st158%7Bclip-path:url(%23SVGID_00000075160645733169034020000009848164368508443017_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st159%7Bopacity:0.8;clip-path:url(%23SVGID_00000036951386168213790490000007221933399620166557_);%7D .st160%7Bclip-path:url(%23SVGID_00000036951386168213790490000007221933399620166557_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st161%7Bclip-path:url(%23SVGID_00000052813003103078499010000012579722734410327204_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st162%7Bclip-path:url(%23SVGID_00000052813003103078499010000012579722734410327204_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st163%7Bclip-path:url(%23SVGID_00000052813003103078499010000012579722734410327204_);fill:%23FF0000;%7D .st164%7Bclip-path:url(%23SVGID_00000098195550408476839710000005543477826859883424_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st165%7Bclip-path:url(%23SVGID_00000098195550408476839710000005543477826859883424_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st166%7Bclip-path:url(%23SVGID_00000145047312934180098480000004239959275047271808_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st167%7Bclip-path:url(%23SVGID_00000145047312934180098480000004239959275047271808_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st168%7Bclip-path:url(%23SVGID_00000145047312934180098480000004239959275047271808_);enable-background:new ;%7D .st169%7Bclip-path:url(%23SVGID_00000003783988741555444110000001873096294614244743_);fill:%23FD9337;%7D .st170%7Bclip-path:url(%23SVGID_00000144330455456974800040000007089728662028889494_);fill:%23FD9337;%7D .st171%7Bclip-path:url(%23SVGID_00000111184371307283601790000018359653915636239009_);fill:%23FD9337;%7D .st172%7Bclip-path:url(%23SVGID_00000101098470042294968370000018133335937955031960_);fill:%234AD295;%7D .st173%7Bclip-path:url(%23SVGID_00000179639344356530581080000004298247455270180541_);fill:%233FA2F7;%7D .st174%7Bclip-path:url(%23SVGID_00000028289572260146473340000013393546010909874089_);fill:%234AD295;%7D .st175%7Bclip-path:url(%23SVGID_00000169551233151915583030000018106934660662486679_);fill:%233FA2F7;%7D .st176%7Bclip-path:url(%23SVGID_00000041267387890628539950000010744499179144806556_);fill:%234AD295;%7D .st177%7Bclip-path:url(%23SVGID_00000101813599496915867590000002976025699496319631_);fill:%234AD295;%7D .st178%7Bclip-path:url(%23SVGID_00000040568266542478771300000013127995662416053642_);fill:%234AD295;%7D .st179%7Bclip-path:url(%23SVGID_00000056428499219486784100000017558271949125699468_);fill:%234AD295;%7D .st180%7Bclip-path:url(%23SVGID_00000174582312177053965300000005483715684973618824_);fill:%234AD295;%7D .st181%7Bclip-path:url(%23SVGID_00000088116035425992370520000007616356101445138879_);fill:%23FD9337;%7D .st182%7Bclip-path:url(%23SVGID_00000105406149950208319190000006657853539773151642_);fill:%23FD9337;%7D .st183%7Bclip-path:url(%23SVGID_00000030445026381155927940000015464537315655992723_);fill:%23FD9337;%7D .st184%7Bclip-path:url(%23SVGID_00000064320045692598951370000009294714881851087009_);fill:%23FD9337;%7D .st185%7Bclip-path:url(%23SVGID_00000124844313499780881460000014932610357028248220_);fill:%23FD9337;%7D .st186%7Bclip-path:url(%23SVGID_00000124844313499780881460000014932610357028248220_);fill:%23EFF3F6;%7D .st187%7Bclip-path:url(%23SVGID_00000124844313499780881460000014932610357028248220_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st188%7Bclip-path:url(%23SVGID_00000019645071093069617880000005955552616997354645_);fill:%233fa2f7;%7D .st189%7Bclip-path:url(%23SVGID_00000180337742337211016100000005569582972586479509_);%7D .st190%7Bclip-path:url(%23SVGID_00000086656254685065209050000017680121089791901082_);%7D .st191%7Bopacity:0.8;clip-path:url(%23SVGID_00000005965577359572345850000006068323481196353702_);%7D .st192%7Bclip-path:url(%23SVGID_00000086656254685065209050000017680121089791901082_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st193%7Bclip-path:url(%23SVGID_00000133496482959339413530000009931695885553874609_);%7D .st194%7Bclip-path:url(%23SVGID_00000181770376440773542350000013650030409095604097_);%7D .st195%7Bclip-path:url(%23SVGID_00000105406303791029049980000007464923775815575720_);%7D .st196%7Bclip-path:url(%23SVGID_00000024704317319149812640000006772760300403302817_);%7D .st197%7Bopacity:0.8;clip-path:url(%23SVGID_00000030464272499778570580000016862891753929814683_);%7D .st198%7Bopacity:0.8;clip-path:url(%23SVGID_00000130634907785958596580000006289353547754759069_);%7D .st199%7Bclip-path:url(%23SVGID_00000086656254685065209050000017680121089791901082_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st200%7Bclip-path:url(%23SVGID_00000086656254685065209050000017680121089791901082_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st201%7Bclip-path:url(%23SVGID_00000021825423410100492390000013688411612043466671_);enable-background:new ;%7D .st202%7Bclip-path:url(%23SVGID_00000002386565146045261430000014327565894578612379_);fill:%23FD9337;%7D .st203%7Bclip-path:url(%23SVGID_00000143615771067303694290000010590017919936814987_);fill:%23FD9337;%7D .st204%7Bclip-path:url(%23SVGID_00000075122303345860274300000012494266778944887982_);fill:%23FD9337;%7D .st205%7Bclip-path:url(%23SVGID_00000061457219283248288530000005238387332184944304_);fill:%23FD9337;%7D .st206%7Bclip-path:url(%23SVGID_00000121966408093831063550000003303797408910566579_);fill:%23FD9337;%7D .st207%7Bclip-path:url(%23SVGID_00000121966408093831063550000003303797408910566579_);fill:%233fa2f7;%7D .st208%7Bclip-path:url(%23SVGID_00000144315176386374383630000003822346621907654314_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st209%7Bopacity:0.7;clip-path:url(%23SVGID_00000170977373140461224920000009659574807153149316_);%7D .st210%7Bclip-path:url(%23SVGID_00000170977373140461224920000009659574807153149316_);fill:%234CAF50;%7D .st211%7Bclip-path:url(%23SVGID_00000170977373140461224920000009659574807153149316_);fill:%23FAFAFA;%7D .st212%7Bclip-path:url(%23SVGID_00000047044472729234777760000004374419835905752730_);fill:%23FFFFFF;%7D .st213%7Bclip-path:url(%23SVGID_00000170977373140461224920000009659574807153149316_);fill:%2314428F;%7D .st214%7Bclip-path:url(%23SVGID_00000170977373140461224920000009659574807153149316_);fill:%23FFFFFF;%7D .st215%7Bclip-path:url(%23SVGID_00000155826501358486245680000011779874458285690753_);fill:%233fa2f7;%7D .st216%7Bclip-path:url(%23SVGID_00000155826501358486245680000011779874458285690753_);fill:%23DC3545;%7D .st217%7Bclip-path:url(%23SVGID_00000105406871074563055810000018411076004935751842_);fill:%23FFFFFF;%7D .st218%7Bclip-path:url(%23SVGID_00000105406871074563055810000018411076004935751842_);fill:none;stroke:%23878787;stroke-miterlimit:10;%7D .st219%7Bopacity:0.85;clip-path:url(%23SVGID_00000165198675543000630880000007849647054272101015_);%7D .st220%7Bclip-path:url(%23SVGID_00000139281565189733196770000010673988287381564548_);%7D .st221%7Bclip-path:url(%23SVGID_00000165198675543000630880000007849647054272101015_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st222%7Bclip-path:url(%23SVGID_00000049912681122118144070000017548210208519103132_);fill:%233FA2F7;%7D .st223%7Bclip-path:url(%23SVGID_00000049912681122118144070000017548210208519103132_);fill:%23FD9337;%7D .st224%7Bclip-path:url(%23SVGID_00000149374999599946409920000004815369134941284536_);fill:%23EFF3F6;%7D .st225%7Bclip-path:url(%23SVGID_00000149374999599946409920000004815369134941284536_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st226%7Bclip-path:url(%23SVGID_00000152241470920055455780000006887188001444518844_);fill:%233fa2f7;%7D .st227%7Bclip-path:url(%23SVGID_00000041274161135557530330000007276027332794731705_);%7D .st228%7Bclip-path:url(%23SVGID_00000093862208968259486680000013216872733801632420_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st229%7Bclip-path:url(%23SVGID_00000093862208968259486680000013216872733801632420_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st230%7Bclip-path:url(%23SVGID_00000093862208968259486680000013216872733801632420_);%7D .st231%7Bclip-path:url(%23SVGID_00000061444447128827962560000004286667549406285962_);enable-background:new ;%7D .st232%7Bclip-path:url(%23SVGID_00000061444447128827962560000004286667549406285962_);fill:%233FA2F7;%7D .st233%7Bclip-path:url(%23SVGID_00000130631466044896496550000007395067078560534150_);%7D .st234%7Bclip-path:url(%23SVGID_00000116916680416528482560000002450954506165873342_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st235%7Bclip-path:url(%23SVGID_00000176044401125062454920000011171990195967303837_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st236%7Bclip-path:url(%23SVGID_00000070809860512509642410000017912110862613601683_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st237%7Bclip-path:url(%23SVGID_00000103945387682276751860000018018519715461450173_);%7D .st238%7Bclip-path:url(%23SVGID_00000087414060108722535940000002999648152922012319_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st239%7Bclip-path:url(%23SVGID_00000181802810334136538680000002841211705549531284_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st240%7Bopacity:0.8;clip-path:url(%23SVGID_00000153668514417337576260000012236974780312347573_);%7D .st241%7Bclip-path:url(%23SVGID_00000153668514417337576260000012236974780312347573_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st242%7Bclip-path:url(%23SVGID_00000016048586395294594130000011462314669883908010_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st243%7Bclip-path:url(%23SVGID_00000083063592640789994140000014193986753211947962_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st244%7Bclip-path:url(%23SVGID_00000045619207924598179130000004090257421412507543_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st245%7Bclip-path:url(%23SVGID_00000135666947397197198800000014599242887467496325_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st246%7Bopacity:0.8;clip-path:url(%23SVGID_00000022520256559527360570000015707374323928909190_);%7D .st247%7Bclip-path:url(%23SVGID_00000022520256559527360570000015707374323928909190_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st248%7Bclip-path:url(%23SVGID_00000025431838522723041830000018055294207606893468_);fill:%233A3A3A;%7D .st249%7Bclip-path:url(%23SVGID_00000025431838522723041830000018055294207606893468_);enable-background:new ;%7D .st250%7Bclip-path:url(%23SVGID_00000018215003851574343820000006062079659554015113_);fill:%234AD295;%7D .st251%7Bclip-path:url(%23SVGID_00000018215003851574343820000006062079659554015113_);enable-background:new ;%7D .st252%7Bclip-path:url(%23SVGID_00000018215003851574343820000006062079659554015113_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st253%7Bclip-path:url(%23SVGID_00000000223533650559786560000000566495991048453261_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st254%7Bclip-path:url(%23SVGID_00000177484986800153442770000010978853803358825902_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st255%7Bclip-path:url(%23SVGID_00000138553667829877906530000007671160875569491859_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st256%7Bclip-path:url(%23SVGID_00000106110303520453856610000011571939069743571089_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st257%7Bopacity:0.8;clip-path:url(%23SVGID_00000070088861242104087740000004828764562694527130_);%7D .st258%7Bclip-path:url(%23SVGID_00000070088861242104087740000004828764562694527130_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st259%7Bclip-path:url(%23SVGID_00000073692257500136204900000006557374133348564101_);fill:%23FD9337;%7D .st260%7Bclip-path:url(%23SVGID_00000048476548071454044140000015534932840597937565_);fill:%23FD9337;%7D .st261%7Bclip-path:url(%23SVGID_00000004542731058706322070000002197563701153961613_);fill:%23FD9337;%7D .st262%7Bclip-path:url(%23SVGID_00000000206781663043112430000013455451427297146039_);fill:%234AD295;%7D .st263%7Bclip-path:url(%23SVGID_00000159449744339690871890000013779580945663201692_);fill:%233FA2F7;%7D .st264%7Bclip-path:url(%23SVGID_00000096044665185349922700000014800386358647427470_);fill:%234AD295;%7D .st265%7Bclip-path:url(%23SVGID_00000050664192372041592540000013257645209907295934_);fill:%233FA2F7;%7D .st266%7Bclip-path:url(%23SVGID_00000115485425115529510350000012542749007654231736_);fill:%234AD295;%7D .st267%7Bclip-path:url(%23SVGID_00000110455851458324096280000017622649757103714446_);fill:%234AD295;%7D .st268%7Bclip-path:url(%23SVGID_00000168092865189728527160000018266068989120573068_);fill:%234AD295;%7D .st269%7Bclip-path:url(%23SVGID_00000123411186448963701540000007828449421517780617_);fill:%234AD295;%7D .st270%7Bclip-path:url(%23SVGID_00000000914606366487763980000005626395903807920770_);fill:%234AD295;%7D .st271%7Bclip-path:url(%23SVGID_00000090271820908190927020000001303032510123585208_);fill:%23FD9337;%7D .st272%7Bclip-path:url(%23SVGID_00000096747979718381761450000000472687322924025477_);fill:%23FD9337;%7D .st273%7Bclip-path:url(%23SVGID_00000036966241206800003520000003523262250483301563_);fill:%23FD9337;%7D .st274%7Bclip-path:url(%23SVGID_00000074425069103674029290000011554394013747786408_);fill:%23FD9337;%7D .st275%7Bclip-path:url(%23SVGID_00000160882102235671691930000010723010782008369853_);fill:%23FD9337;%7D .st276%7Bclip-path:url(%23SVGID_00000160882102235671691930000010723010782008369853_);fill:%233fa2f7;%7D .st277%7Bclip-path:url(%23SVGID_00000072987474176553123070000010900414438204265602_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st278%7Bopacity:0.7;clip-path:url(%23SVGID_00000008833758385726802730000003746928766003282363_);%7D .st279%7Bclip-path:url(%23SVGID_00000008833758385726802730000003746928766003282363_);fill:%234CAF50;%7D .st280%7Bclip-path:url(%23SVGID_00000008833758385726802730000003746928766003282363_);fill:%23FAFAFA;%7D .st281%7Bclip-path:url(%23SVGID_00000010311852718467274590000013873551355881869200_);fill:%23FFFFFF;%7D .st282%7Bclip-path:url(%23SVGID_00000008833758385726802730000003746928766003282363_);fill:%2314428F;%7D .st283%7Bclip-path:url(%23SVGID_00000008833758385726802730000003746928766003282363_);fill:%23FFFFFF;%7D .st284%7Bclip-path:url(%23SVGID_00000106866650037599200060000000051169077381098657_);fill:%233fa2f7;%7D .st285%7Bclip-path:url(%23SVGID_00000106866650037599200060000000051169077381098657_);fill:%23DC3545;%7D .st286%7Bclip-path:url(%23SVGID_00000106866650037599200060000000051169077381098657_);fill:%23FFFFFF;%7D .st287%7Bclip-path:url(%23SVGID_00000155128028648202372330000013616903025200441233_);fill:%23FD9337;%7D .st288%7Bclip-path:url(%23SVGID_00000131364916728029289640000008667230529104363168_);%7D .st289%7Bclip-path:url(%23SVGID_00000014592382613400655060000000478568581112386457_);fill:%233fa2f7;%7D .st290%7Bclip-path:url(%23SVGID_00000014592382613400655060000000478568581112386457_);%7D .st291%7Bclip-path:url(%23SVGID_00000141449969349574528640000006958078160476797084_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st292%7Bopacity:0.7;clip-path:url(%23SVGID_00000027569796172233580800000009517876994216880059_);%7D .st293%7Bclip-path:url(%23SVGID_00000027569796172233580800000009517876994216880059_);fill:%234CAF50;%7D .st294%7Bclip-path:url(%23SVGID_00000027569796172233580800000009517876994216880059_);fill:%23FAFAFA;%7D .st295%7Bclip-path:url(%23SVGID_00000017517949248831246760000008843429797939278510_);fill:%23FFFFFF;%7D .st296%7Bclip-path:url(%23SVGID_00000027569796172233580800000009517876994216880059_);fill:%2314428F;%7D .st297%7Bclip-path:url(%23SVGID_00000027569796172233580800000009517876994216880059_);fill:%23FFFFFF;%7D .st298%7Bclip-path:url(%23SVGID_00000069400309627406221240000016782547150040597397_);fill:%23FFFFFF;%7D .st299%7Bclip-path:url(%23SVGID_00000069400309627406221240000016782547150040597397_);fill:%233fa2f7;%7D .st300%7Bclip-path:url(%23SVGID_00000069400309627406221240000016782547150040597397_);fill:%23DC3545;%7D .st301%7Bclip-path:url(%23SVGID_00000142134258144439350820000017089627032071386759_);fill:%23FD9337;%7D .st302%7Bclip-path:url(%23SVGID_00000105428757236658777250000015221256483368789409_);%7D .st303%7Bclip-path:url(%23SVGID_00000070077939316611463510000016425808776238870415_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st304%7Bclip-path:url(%23SVGID_00000004515551180264793380000007934205938990291881_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st305%7Bclip-path:url(%23SVGID_00000047768226820592927080000001721704853242015628_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st306%7Bclip-path:url(%23SVGID_00000121261482070878355200000006276685711143061929_);%7D .st307%7Bclip-path:url(%23SVGID_00000170985280115017690730000003262303335726431415_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st308%7Bclip-path:url(%23SVGID_00000006683856009199657730000010392921278814740631_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st309%7Bopacity:0.8;clip-path:url(%23SVGID_00000057837012711052515100000013818322809252729988_);%7D .st310%7Bclip-path:url(%23SVGID_00000057837012711052515100000013818322809252729988_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st311%7Bclip-path:url(%23SVGID_00000062908915669816104510000006273489061031897528_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st312%7Bclip-path:url(%23SVGID_00000137814336931823847880000004021020032863380888_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st313%7Bclip-path:url(%23SVGID_00000041280785905191822920000003142744420672954522_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st314%7Bclip-path:url(%23SVGID_00000111908709912117160430000011127529473340896416_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st315%7Bopacity:0.8;clip-path:url(%23SVGID_00000177468388743898439120000001670459141662153912_);%7D .st316%7Bclip-path:url(%23SVGID_00000177468388743898439120000001670459141662153912_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st317%7Bclip-path:url(%23SVGID_00000005257124879902011270000005548868034290094489_);fill:%233A3A3A;%7D .st318%7Bclip-path:url(%23SVGID_00000005257124879902011270000005548868034290094489_);enable-background:new ;%7D .st319%7Bclip-path:url(%23SVGID_00000013876513500644386410000009589142893910121625_);fill:%234AD295;%7D .st320%7Bclip-path:url(%23SVGID_00000013876513500644386410000009589142893910121625_);enable-background:new ;%7D .st321%7Bclip-path:url(%23SVGID_00000013876513500644386410000009589142893910121625_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st322%7Bclip-path:url(%23SVGID_00000119827086847941276860000010462470563931281071_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st323%7Bclip-path:url(%23SVGID_00000023981356284815321540000008285984540433903038_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st324%7Bclip-path:url(%23SVGID_00000033348362491180297230000000331247247674360987_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st325%7Bclip-path:url(%23SVGID_00000003821459942483427910000011884682904140609676_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st326%7Bopacity:0.8;clip-path:url(%23SVGID_00000077292439003554942620000007811265663611672239_);%7D .st327%7Bclip-path:url(%23SVGID_00000077292439003554942620000007811265663611672239_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st328%7Bclip-path:url(%23SVGID_00000065792768113367895980000018304448094887297727_);fill:%23FD9337;%7D .st329%7Bclip-path:url(%23SVGID_00000008839226866314172420000015534399419387439263_);fill:%23FD9337;%7D .st330%7Bclip-path:url(%23SVGID_00000161599552270257459980000009650423356538516865_);fill:%23FD9337;%7D .st331%7Bclip-path:url(%23SVGID_00000101811338691177018720000000806352320298789297_);fill:%234AD295;%7D .st332%7Bclip-path:url(%23SVGID_00000059303621454938321070000013346766522039333000_);fill:%233FA2F7;%7D .st333%7Bclip-path:url(%23SVGID_00000073705194691483423050000002957601893642723495_);fill:%234AD295;%7D .st334%7Bclip-path:url(%23SVGID_00000060011944157188823150000006206467089494745751_);fill:%233FA2F7;%7D .st335%7Bclip-path:url(%23SVGID_00000159436038927859138200000012465063832300841601_);fill:%234AD295;%7D .st336%7Bclip-path:url(%23SVGID_00000072990290099816610370000011432116592471231405_);fill:%234AD295;%7D .st337%7Bclip-path:url(%23SVGID_00000065777964059525783950000004678971755721187513_);fill:%234AD295;%7D .st338%7Bclip-path:url(%23SVGID_00000108293906960509931370000008447050702558835876_);fill:%234AD295;%7D .st339%7Bclip-path:url(%23SVGID_00000114055414820185596700000014094956954657642147_);fill:%234AD295;%7D .st340%7Bclip-path:url(%23SVGID_00000131339363232286822630000003680554755296594619_);fill:%23FD9337;%7D .st341%7Bclip-path:url(%23SVGID_00000115501889113219792560000009306596402169834928_);fill:%23FD9337;%7D .st342%7Bclip-path:url(%23SVGID_00000140693535824483208480000003587927059020591789_);fill:%23FD9337;%7D .st343%7Bclip-path:url(%23SVGID_00000165205293215959158080000004694097848186393227_);fill:%23FD9337;%7D .st344%7Bclip-path:url(%23SVGID_00000031206117640794128250000015197137655765204666_);fill:%23FD9337;%7D .st345%7Bclip-path:url(%23SVGID_00000031206117640794128250000015197137655765204666_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st346%7Bclip-path:url(%23SVGID_00000031206117640794128250000015197137655765204666_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st347%7Bclip-path:url(%23SVGID_00000120551433775248680800000009937815158510746533_);enable-background:new ;%7D .st348%7Bclip-path:url(%23SVGID_00000120551433775248680800000009937815158510746533_);fill:%233FA2F7;%7D .st349%7Bclip-path:url(%23SVGID_00000013884833658270495900000016427152550261417633_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st350%7Bclip-path:url(%23SVGID_00000013884833658270495900000016427152550261417633_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st351%7Bclip-path:url(%23SVGID_00000013884833658270495900000016427152550261417633_);fill:%23FF0000;%7D .st352%7Bclip-path:url(%23SVGID_00000013884833658270495900000016427152550261417633_);fill:%23EFF3F6;%7D .st353%7Bclip-path:url(%23SVGID_00000013884833658270495900000016427152550261417633_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st354%7Bclip-path:url(%23SVGID_00000183242765076515614180000006442350005545622957_);%7D .st355%7Bclip-path:url(%23SVGID_00000169519319538357556000000014512773848835033732_);%7D .st356%7Bclip-path:url(%23SVGID_00000169519319538357556000000014512773848835033732_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st357%7Bclip-path:url(%23SVGID_00000105390577987936741820000018415032969970389644_);%7D .st358%7Bopacity:0.8;clip-path:url(%23SVGID_00000029034844105689495380000009687704174381798792_);%7D .st359%7Bopacity:0.8;clip-path:url(%23SVGID_00000053532006464022066040000010399569456508376756_);%7D .st360%7Bopacity:0.8;clip-path:url(%23SVGID_00000077285689175530997200000015484642069621957301_);%7D .st361%7Bopacity:0.8;clip-path:url(%23SVGID_00000085954474150525287300000003632217342937280417_);%7D .st362%7Bclip-path:url(%23SVGID_00000158731997100545398340000013969637222763877017_);%7D .st363%7Bclip-path:url(%23SVGID_00000015320973034687392430000000826285167308002961_);fill:%233A3A3A;%7D .st364%7Bclip-path:url(%23SVGID_00000015320973034687392430000000826285167308002961_);enable-background:new ;%7D .st365%7Bclip-path:url(%23SVGID_00000061453492526900251880000018407134155338186661_);fill:%234AD295;%7D .st366%7Bclip-path:url(%23SVGID_00000061453492526900251880000018407134155338186661_);enable-background:new ;%7D .st367%7Bclip-path:url(%23SVGID_00000096776972422048873690000017797473260063728783_);fill:%23FD9337;%7D .st368%7Bclip-path:url(%23SVGID_00000057869915803746044550000006017092685320701104_);fill:%23FD9337;%7D .st369%7Bclip-path:url(%23SVGID_00000080897884534669486220000000762145429307325618_);fill:%23FD9337;%7D .st370%7Bclip-path:url(%23SVGID_00000009560355298594536540000003272696505046733484_);fill:%234AD295;%7D .st371%7Bclip-path:url(%23SVGID_00000101808202439667249950000016959659138605999772_);fill:%233FA2F7;%7D .st372%7Bclip-path:url(%23SVGID_00000142890747416890029200000017838294991270437035_);fill:%234AD295;%7D .st373%7Bclip-path:url(%23SVGID_00000154426014514257682640000008478619780661976996_);fill:%233FA2F7;%7D .st374%7Bclip-path:url(%23SVGID_00000109015346862956037100000013714652055629870224_);fill:%23FD9337;%7D .st375%7Bclip-path:url(%23SVGID_00000133506924619501226920000012509676792593571004_);fill:%23FD9337;%7D .st376%7Bclip-path:url(%23SVGID_00000057146899785541003960000005246721006917276324_);fill:%23FD9337;%7D .st377%7Bclip-path:url(%23SVGID_00000080191979829194671080000017957880510494680198_);fill:%23FD9337;%7D .st378%7Bclip-path:url(%23SVGID_00000172440016837676985040000010860214379359947654_);fill:%23FD9337;%7D .st379%7Bclip-path:url(%23SVGID_00000172440016837676985040000010860214379359947654_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st380%7Bclip-path:url(%23SVGID_00000172440016837676985040000010860214379359947654_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st381%7Bclip-path:url(%23SVGID_00000178191082671746914570000016853372572897794709_);enable-background:new ;%7D .st382%7Bclip-path:url(%23SVGID_00000178191082671746914570000016853372572897794709_);fill:%233FA2F7;%7D .st383%7Bclip-path:url(%23SVGID_00000106113589040418064180000000299711075891152779_);fill:%233fa2f7;%7D .st384%7Bclip-path:url(%23SVGID_00000018936612767930306010000003707246441417677968_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st385%7Bopacity:0.7;clip-path:url(%23SVGID_00000183217092778100590390000016948342391871359136_);%7D .st386%7Bclip-path:url(%23SVGID_00000183217092778100590390000016948342391871359136_);fill:%234CAF50;%7D .st387%7Bclip-path:url(%23SVGID_00000183217092778100590390000016948342391871359136_);fill:%23FAFAFA;%7D .st388%7Bclip-path:url(%23SVGID_00000018227835644089864950000005425571428230045601_);fill:%23FFFFFF;%7D .st389%7Bclip-path:url(%23SVGID_00000183217092778100590390000016948342391871359136_);fill:%2314428F;%7D .st390%7Bclip-path:url(%23SVGID_00000183217092778100590390000016948342391871359136_);fill:%23FFFFFF;%7D .st391%7Bclip-path:url(%23SVGID_00000007388735673822572500000003583263675647745980_);fill:%233FA2F7;%7D .st392%7Bclip-path:url(%23SVGID_00000007388735673822572500000003583263675647745980_);fill:%233fa2f7;%7D .st393%7Bclip-path:url(%23SVGID_00000007388735673822572500000003583263675647745980_);fill:%23DC3545;%7D .st394%7Bclip-path:url(%23SVGID_00000111896539679137549260000005440115111512375447_);fill:%23FD9337;%7D .st395%7Bopacity:0.85;clip-path:url(%23SVGID_00000045581792382349772520000017499155554054969257_);%7D .st396%7Bclip-path:url(%23SVGID_00000052082846481613314570000006067209600046280106_);%7D .st397%7Bclip-path:url(%23SVGID_00000045581792382349772520000017499155554054969257_);fill:%23EFF3F6;%7D .st398%7Bclip-path:url(%23SVGID_00000045581792382349772520000017499155554054969257_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st399%7Bclip-path:url(%23SVGID_00000116923563997552684820000006652788124255935627_);enable-background:new ;%7D .st400%7Bclip-path:url(%23SVGID_00000116923563997552684820000006652788124255935627_);fill:%233FA2F7;%7D .st401%7Bclip-path:url(%23SVGID_00000153704181974366210030000016893980563468053689_);%7D .st402%7Bclip-path:url(%23SVGID_00000093145275391650692960000008825251064544108192_);%7D .st403%7Bclip-path:url(%23SVGID_00000119088658946537748860000006056102999379403649_);fill:%23FFFFFF;%7D .st404%7Bclip-path:url(%23SVGID_00000119088658946537748860000006056102999379403649_);fill:none;stroke:%23878787;stroke-miterlimit:10;%7D .st405%7Bclip-path:url(%23SVGID_00000160152203370245697360000007368948698979545509_);fill:%2314428F;%7D .st406%7Bclip-path:url(%23SVGID_00000160152203370245697360000007368948698979545509_);fill:%23FFFFFF;%7D .st407%7Bclip-path:url(%23SVGID_00000160152203370245697360000007368948698979545509_);fill:%233fa2f7;%7D .st408%7Bopacity:0.7;clip-path:url(%23SVGID_00000030454727004816593570000007832073381709446846_);%7D .st409%7Bclip-path:url(%23SVGID_00000030454727004816593570000007832073381709446846_);fill:%234CAF50;%7D .st410%7Bclip-path:url(%23SVGID_00000030454727004816593570000007832073381709446846_);fill:%23FAFAFA;%7D .st411%7Bclip-path:url(%23SVGID_00000150812070798313029340000011600125927356872576_);fill:%23FFFFFF;%7D .st412%7Bopacity:0.8;clip-path:url(%23SVGID_00000117652234220651306140000009378455901344373175_);%7D .st413%7Bclip-path:url(%23SVGID_00000117652234220651306140000009378455901344373175_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st414%7Bclip-path:url(%23SVGID_00000117652234220651306140000009378455901344373175_);fill:%23EFF3F6;%7D .st415%7Bclip-path:url(%23SVGID_00000117652234220651306140000009378455901344373175_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st416%7Bclip-path:url(%23SVGID_00000117652234220651306140000009378455901344373175_);fill:%233fa2f7;%7D .st417%7Bclip-path:url(%23SVGID_00000117652234220651306140000009378455901344373175_);fill:%23DC3545;%7D .st418%7Bclip-path:url(%23SVGID_00000016074545592031755770000017975754944802384554_);fill:%23FD9337;%7D .st419%7Bclip-path:url(%23SVGID_00000176733016283097527900000008294830863372325265_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st420%7Bclip-path:url(%23SVGID_00000176733016283097527900000008294830863372325265_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st421%7Bclip-path:url(%23SVGID_00000176733016283097527900000008294830863372325265_);enable-background:new ;%7D .st422%7Bclip-path:url(%23SVGID_00000114788922615870959060000007200356088670954402_);%7D .st423%7Bclip-path:url(%23SVGID_00000052081647275040368940000018269349888744423307_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st424%7Bclip-path:url(%23SVGID_00000023997555212375077530000008269925264751838618_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st425%7Bclip-path:url(%23SVGID_00000134960464381364290490000009711674407712732326_);fill:%23FD9337;%7D .st426%7Bclip-path:url(%23SVGID_00000154399893309780096530000002518043996437614244_);fill:%23FD9337;%7D .st427%7Bclip-path:url(%23SVGID_00000032627402223341771650000003946499747270523549_);%7D .st428%7Bclip-path:url(%23SVGID_00000088817423565732411580000005479507129507836044_);%7D .st429%7Bopacity:0.7;clip-path:url(%23SVGID_00000085239145379166836130000007147334575013194139_);%7D .st430%7Bclip-path:url(%23SVGID_00000066516446871694292960000004097405337610856334_);fill:%23FFFFFF;%7D .st431%7Bclip-path:url(%23SVGID_00000085239145379166836130000007147334575013194139_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st432%7Bclip-path:url(%23SVGID_00000085239145379166836130000007147334575013194139_);fill:%23EFF3F6;%7D .st433%7Bclip-path:url(%23SVGID_00000049200747732625138220000011056098419193900698_);fill:%233FA2F7;%7D .st434%7Bclip-path:url(%23SVGID_00000049200747732625138220000011056098419193900698_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st435%7Bclip-path:url(%23SVGID_00000049200747732625138220000011056098419193900698_);fill:%2314428F;%7D .st436%7Bclip-path:url(%23SVGID_00000049200747732625138220000011056098419193900698_);fill:%23FFFFFF;%7D .st437%7Bclip-path:url(%23SVGID_00000049200747732625138220000011056098419193900698_);fill:%233fa2f7;%7D .st438%7Bopacity:0.7;clip-path:url(%23SVGID_00000095310256649450814050000008291406342340529819_);%7D .st439%7Bclip-path:url(%23SVGID_00000095310256649450814050000008291406342340529819_);fill:%234CAF50;%7D .st440%7Bclip-path:url(%23SVGID_00000095310256649450814050000008291406342340529819_);fill:%23FAFAFA;%7D .st441%7Bclip-path:url(%23SVGID_00000071523591575818208080000014816716534238322843_);fill:%23FFFFFF;%7D .st442%7Bclip-path:url(%23SVGID_00000114788058210202950220000014558407037423896711_);fill:%23EFF3F6;%7D .st443%7Bclip-path:url(%23SVGID_00000114788058210202950220000014558407037423896711_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st444%7Bclip-path:url(%23SVGID_00000114788058210202950220000014558407037423896711_);fill:%233fa2f7;%7D .st445%7Bclip-path:url(%23SVGID_00000114788058210202950220000014558407037423896711_);fill:%23DC3545;%7D .st446%7Bclip-path:url(%23SVGID_00000122706074557443011380000006181287354219936399_);fill:%23FD9337;%7D .st447%7Bclip-path:url(%23SVGID_00000098207841527131530310000012759286944070538128_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st448%7Bclip-path:url(%23SVGID_00000098207841527131530310000012759286944070538128_);fill:%23FF0000;%7D .st449%7Bclip-path:url(%23SVGID_00000098207841527131530310000012759286944070538128_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st450%7Bclip-path:url(%23SVGID_00000073002960423897242910000014168184619670822041_);%7D .st451%7Bclip-path:url(%23SVGID_00000078752753900828723100000004738561839007145093_);%7D .st452%7Bclip-path:url(%23SVGID_00000142173043386578005650000006621879168438644114_);fill:%2314428F;%7D .st453%7Bclip-path:url(%23SVGID_00000142173043386578005650000006621879168438644114_);fill:%23FFFFFF;%7D .st454%7Bclip-path:url(%23SVGID_00000142173043386578005650000006621879168438644114_);fill:%233fa2f7;%7D .st455%7Bopacity:0.7;clip-path:url(%23SVGID_00000104700238875688179640000013431063593016339873_);%7D .st456%7Bclip-path:url(%23SVGID_00000104700238875688179640000013431063593016339873_);fill:%234CAF50;%7D .st457%7Bclip-path:url(%23SVGID_00000104700238875688179640000013431063593016339873_);fill:%23FAFAFA;%7D .st458%7Bclip-path:url(%23SVGID_00000023991744478029261890000000621280514394946945_);fill:%23FFFFFF;%7D .st459%7Bclip-path:url(%23SVGID_00000067955071300215809730000017388255039909953187_);fill:%23EFF3F6;%7D .st460%7Bclip-path:url(%23SVGID_00000067955071300215809730000017388255039909953187_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st461%7Bclip-path:url(%23SVGID_00000067955071300215809730000017388255039909953187_);fill:%233fa2f7;%7D .st462%7Bclip-path:url(%23SVGID_00000067955071300215809730000017388255039909953187_);fill:%23DC3545;%7D .st463%7Bclip-path:url(%23SVGID_00000077302591608966418770000006481639881303159938_);fill:%23FD9337;%7D .st464%7Bclip-path:url(%23SVGID_00000062892889482836043700000013819963918110558352_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st465%7Bclip-path:url(%23SVGID_00000062892889482836043700000013819963918110558352_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st466%7Bclip-path:url(%23SVGID_00000062892889482836043700000013819963918110558352_);fill:%23FF0000;%7D .st467%7Bclip-path:url(%23SVGID_00000062892889482836043700000013819963918110558352_);fill:%23EFF3F6;%7D .st468%7Bclip-path:url(%23SVGID_00000062892889482836043700000013819963918110558352_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st469%7Bclip-path:url(%23SVGID_00000039813697014374693800000006755935029023212709_);fill:%233fa2f7;%7D .st470%7Bclip-path:url(%23SVGID_00000099648200938542501920000004263203465894451361_);%7D .st471%7Bclip-path:url(%23SVGID_00000075121968017980519620000002025261935787126435_);%7D .st472%7Bclip-path:url(%23SVGID_00000151545956085490865060000009068081234444618640_);enable-background:new ;%7D .st473%7Bclip-path:url(%23SVGID_00000075121968017980519620000002025261935787126435_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st474%7Bclip-path:url(%23SVGID_00000040539236220007772160000005825329266597005737_);enable-background:new ;%7D .st475%7Bclip-path:url(%23SVGID_00000089548692253886800960000017791127921733858977_);enable-background:new ;%7D .st476%7Bclip-path:url(%23SVGID_00000126287780283006906510000016725236799423339143_);fill:%239E9E9E;%7D .st477%7Bclip-path:url(%23SVGID_00000126287780283006906510000016725236799423339143_);enable-background:new ;%7D .st478%7Bclip-path:url(%23SVGID_00000126287780283006906510000016725236799423339143_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st479%7Bclip-path:url(%23SVGID_00000126287780283006906510000016725236799423339143_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st480%7Bclip-path:url(%23SVGID_00000126287780283006906510000016725236799423339143_);fill:none;stroke:%23FD9337;stroke-width:2;stroke-miterlimit:10;%7D .st481%7Bclip-path:url(%23SVGID_00000163046831137003691970000006471974567828100281_);fill:%233fa2f7;%7D .st482%7Bclip-path:url(%23SVGID_00000163046831137003691970000006471974567828100281_);enable-background:new ;%7D .st483%7Bclip-path:url(%23SVGID_00000095318979056757539460000008914787635836573353_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st484%7Bopacity:0.7;clip-path:url(%23SVGID_00000076593568168341093620000004744610430831542405_);%7D .st485%7Bclip-path:url(%23SVGID_00000076593568168341093620000004744610430831542405_);fill:%234CAF50;%7D .st486%7Bclip-path:url(%23SVGID_00000076593568168341093620000004744610430831542405_);fill:%23FAFAFA;%7D .st487%7Bclip-path:url(%23SVGID_00000025415940884500277780000002155444886183753917_);fill:%23FFFFFF;%7D .st488%7Bclip-path:url(%23SVGID_00000076593568168341093620000004744610430831542405_);fill:%2314428F;%7D .st489%7Bclip-path:url(%23SVGID_00000076593568168341093620000004744610430831542405_);fill:%23FFFFFF;%7D .st490%7Bclip-path:url(%23SVGID_00000035494910142687044370000015362859639514901417_);fill:%23FFFFFF;%7D .st491%7Bclip-path:url(%23SVGID_00000035494910142687044370000015362859639514901417_);fill:%233fa2f7;%7D .st492%7Bclip-path:url(%23SVGID_00000035494910142687044370000015362859639514901417_);fill:%23DC3545;%7D .st493%7Bclip-path:url(%23SVGID_00000181076142778287428500000012472286815569032122_);fill:%23FD9337;%7D .st494%7Bclip-path:url(%23SVGID_00000010283066765092256310000012267943702614156423_);fill:%23FD9337;%7D .st495%7Bclip-path:url(%23SVGID_00000010283066765092256310000012267943702614156423_);enable-background:new ;%7D .st496%7Bclip-path:url(%23SVGID_00000015325854136291522220000011815657408345986216_);%7D .st497%7Bclip-path:url(%23SVGID_00000038399224680871390420000011777223189491924869_);%7D .st498%7Bclip-path:url(%23SVGID_00000087394029599549943140000005677230695706363292_);fill:%2314428F;%7D .st499%7Bclip-path:url(%23SVGID_00000087394029599549943140000005677230695706363292_);fill:%23FFFFFF;%7D .st500%7Bclip-path:url(%23SVGID_00000087394029599549943140000005677230695706363292_);fill:%233fa2f7;%7D .st501%7Bopacity:0.7;clip-path:url(%23SVGID_00000068648324405653858250000017315884018796245154_);%7D .st502%7Bclip-path:url(%23SVGID_00000068648324405653858250000017315884018796245154_);fill:%234CAF50;%7D .st503%7Bclip-path:url(%23SVGID_00000068648324405653858250000017315884018796245154_);fill:%23FAFAFA;%7D .st504%7Bclip-path:url(%23SVGID_00000163761933585430745610000009884706554354759852_);fill:%23FFFFFF;%7D .st505%7Bclip-path:url(%23SVGID_00000139983985888551111680000003327926186542851478_);fill:%23EFF3F6;%7D .st506%7Bclip-path:url(%23SVGID_00000139983985888551111680000003327926186542851478_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st507%7Bclip-path:url(%23SVGID_00000139983985888551111680000003327926186542851478_);fill:%233fa2f7;%7D .st508%7Bclip-path:url(%23SVGID_00000139983985888551111680000003327926186542851478_);fill:%23DC3545;%7D .st509%7Bclip-path:url(%23SVGID_00000041282994064588677460000005098807430214882967_);fill:%23FD9337;%7D .st510%7Bclip-path:url(%23SVGID_00000021082472761875349670000014304903408909653416_);%7D .st511%7Bclip-path:url(%23SVGID_00000085964593763262344690000014001304165599883924_);enable-background:new ;%7D .st512%7Bclip-path:url(%23SVGID_00000085964593763262344690000014001304165599883924_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st513%7Bclip-path:url(%23SVGID_00000087387729349118602180000000666428387803624073_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st514%7Bclip-path:url(%23SVGID_00000168799223420168673280000015648788720036005770_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st515%7Bclip-path:url(%23SVGID_00000168799223420168673280000015648788720036005770_);enable-background:new ;%7D .st516%7Bclip-path:url(%23SVGID_00000168799223420168673280000015648788720036005770_);fill:%233fa2f7;%7D .st517%7Bclip-path:url(%23SVGID_00000112625715169698328460000001830591631580334250_);fill:%23FD9337;%7D .st518%7Bclip-path:url(%23SVGID_00000112625715169698328460000001830591631580334250_);enable-background:new ;%7D .st519%7Bfill:%23FD9337;%7D .st520%7Bfill:%234AD295;%7D .st521%7Bfill:url(%23SVGID_00000075144823997048269720000012004622253917418413_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st522%7Bfill:url(%23SVGID_00000101819569422761346980000005556803056638724260_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st523%7Bfill:url(%23SVGID_00000059298175514589811600000004703934507514370195_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st524%7Bfill:url(%23SVGID_00000083779414324869887990000006659596377836700348_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st525%7Bfill:url(%23SVGID_00000111894449178672912010000012388374754865903243_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st526%7Bfill:url(%23SVGID_00000176033512752591361270000016135326313607876021_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st527%7Bfill:url(%23SVGID_00000096773234330804321500000007367283090503355023_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st528%7Bfill:url(%23SVGID_00000062159060718252054460000009103366976481132180_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st529%7Bfill:url(%23SVGID_00000160175468746198200330000016090715206847005317_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st530%7Bfill:url(%23SVGID_00000086686718914242715890000004627934616200291483_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st531%7Bfill:url(%23SVGID_00000032608566295215099350000016622137067509563028_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st532%7Bfill:url(%23SVGID_00000155830730253574590260000011198701063101445506_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st533%7Bfill:url(%23SVGID_00000021108675234185027240000012101000860894192523_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st534%7Bfill:url(%23SVGID_00000116205348872568204620000016896018244517868675_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st535%7Bfill:url(%23SVGID_00000124149788720815394720000010531491710323473304_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st536%7Bfill:url(%23SVGID_00000000908274923536842650000008834158889747133872_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st537%7Bfill:url(%23SVGID_00000052805797839486182880000005110980534515430020_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st538%7Bfill:url(%23SVGID_00000035504055058148139340000008196642411717794180_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st539%7Bfill:url(%23SVGID_00000107577883123096312020000015306413557817464501_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st540%7Bfill:url(%23SVGID_00000004506066907997839640000014932812398762281642_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st541%7Bfill:url(%23SVGID_00000088116946187381833190000016614156104004165519_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st542%7Bfill:url(%23SVGID_00000029011042343970312350000000474752424780896925_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st543%7Bfill:url(%23SVGID_00000163758121156867445940000013631361128358693018_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st544%7Bfill:url(%23SVGID_00000031201453365873109370000010597968648066415019_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st545%7Bfill:url(%23SVGID_00000014633501885963459240000010094171903069433517_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st546%7Bfill:url(%23SVGID_00000174562358341949401850000017970857126523268796_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st547%7Bfill:url(%23SVGID_00000000183044651881618280000013720651007129795202_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st548%7Bfill:url(%23SVGID_00000016795024864651390280000016640862778105804972_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st549%7Bfill:url(%23SVGID_00000137813213793795400660000013167664581512481432_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st550%7Bfill:url(%23SVGID_00000008139983189216681140000010500321912488289434_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st551%7Bfill:url(%23SVGID_00000175311429335803531330000017335368609271688097_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st552%7Bfill:url(%23SVGID_00000181767281744980989500000000653747780849617336_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st553%7Bfill:url(%23SVGID_00000028319022174542804540000008212935657040153266_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st554%7Bfill:url(%23SVGID_00000012458213029707586930000006231645625058409650_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st555%7Bfill:url(%23SVGID_00000041993439391890477300000008871777789178912151_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st556%7Bfill:url(%23SVGID_00000011020617022044635760000012640655779768972959_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st557%7Bfill:url(%23SVGID_00000077307173372693652320000003822713526483134133_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st558%7Bfill:url(%23SVGID_00000007389465695248060490000002051905508649261698_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st559%7Bfill:url(%23SVGID_00000019652595757583516530000014914073392166478751_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st560%7Bfill:url(%23SVGID_00000165217106854774367570000011532995043598565813_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st561%7Bfill:url(%23SVGID_00000090261325495705585700000006880958207390889397_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st562%7Bfill:url(%23SVGID_00000042017908708170960400000001232587878726546314_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st563%7Bfill:url(%23SVGID_00000050642293521467311670000001079709337389622454_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st564%7Bfill:url(%23SVGID_00000031885968525696422650000012092826410871679141_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st565%7Bfill:url(%23SVGID_00000163052880482361502670000011191443431815451777_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st566%7Bfill:url(%23SVGID_00000168822537866995225710000004607658275826637481_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st567%7Bfill:url(%23SVGID_00000136374587852709255780000008935165650959649156_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st568%7Bfill:url(%23SVGID_00000162324358467516315960000004049725760852392869_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st569%7Bfill:url(%23SVGID_00000179628000519345561930000004876120357872063132_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st570%7Bfill:url(%23SVGID_00000004536648800836714500000016123846045698759060_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st571%7Bfill:url(%23SVGID_00000025416918614336982100000018423452310211921028_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st572%7Bfill:url(%23SVGID_00000142874634992118040510000009343150840651982525_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st573%7Bfill:url(%23SVGID_00000016068369921808646020000011881083931252447669_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st574%7Bfill:url(%23SVGID_00000109723509162893971090000013050386858708401796_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st575%7Bfill:url(%23SVGID_00000071539551554207783370000001660929784708460222_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st576%7Bfill:url(%23SVGID_00000166635670768327565500000011382267990048522409_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st577%7Bfill:url(%23SVGID_00000101813911981828769170000013192056001156830374_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st578%7Bfill:url(%23SVGID_00000096772362692526136380000008981900124117218703_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st579%7Bfill:url(%23SVGID_00000049210285834547198680000008410694892348470417_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st580%7Bfill:url(%23SVGID_00000103944425392657567480000013258740747192553874_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st581%7Bfill:%23FFFFFF;%7D .st582%7Bfill:%233fa2f7;%7D .st583%7Bfill:%23515151;%7D%0A%3C/style%3E%3Cpath class='st582' d='M24,47.3C11.2,47.3,0.7,36.8,0.7,24C0.7,11.2,11.2,0.7,24,0.7c12.8,0,23.3,10.5,23.3,23.3 C47.3,36.8,36.8,47.3,24,47.3 M11.6,39c3.5,2.9,7.8,4.5,12.4,4.5c4.6,0,9-1.6,12.5-4.6c-2.3-0.8-5.4-1.9-7.4-2.5 c-2.3-0.7-2.3-2.8-2.3-3.9c0-1.4,0.5-2.7,1-3.7c0.3-0.7,0.7-1.9,0.8-2.8c0-0.5,0.3-0.9,0.6-1.3c0.1-0.1,0.5-0.8,0.8-2.2 c0.2-1.1,0.1-1.2,0.1-1.4c-0.1-0.2-0.1-0.3-0.2-0.5c-0.3-1.2,0.1-4.4,0.3-5.4c0.1-0.4,0-1.9-1-3.2c-0.9-1.1-2.3-1.8-4.1-1.9l-1.7,0 c-1.8,0.1-3.1,0.8-4,1.9c-1,1.3-1.1,2.8-1,3.2c0.2,1,0.6,4.2,0.3,5.4c0,0.2-0.1,0.3-0.2,0.5c0,0.1-0.1,0.3,0.1,1.4 c0.3,1.4,0.7,2.1,0.8,2.2c0.4,0.3,0.6,0.8,0.6,1.3c0.1,0.9,0.5,2.1,0.8,2.8c0.6,1.3,0.7,2.8,0.7,3.7c0,1.1,0,3.2-2.3,3.9 C16.9,37.1,13.8,38.1,11.6,39 M24,4.6C13.3,4.6,4.6,13.3,4.6,24c0,4.3,1.5,8.5,4.1,12c2.1-0.9,6-2.3,8.8-3.1c0-0.1,0-0.2,0-0.3 c0-1-0.1-1.7-0.3-2.1c-0.4-0.8-0.8-2.1-1-3.4c-0.7-0.9-1.2-2.1-1.5-3.7c-0.4-1.8-0.2-2.7,0.1-3.5c0.1-0.3,0-2.2-0.3-3.8 c-0.3-1.6,0.2-4.2,1.8-6.3c1.1-1.4,3.2-3.1,6.9-3.4l1.9,0c3.8,0.2,6,2,7.1,3.4c1.6,2.1,2.1,4.7,1.8,6.3c-0.3,1.5-0.4,3.3-0.3,3.8 l0,0.1c0.3,0.9,0.5,1.7,0.1,3.5c-0.3,1.6-0.8,2.9-1.5,3.7c-0.2,1.3-0.7,2.6-1,3.4c-0.3,0.6-0.6,1.4-0.6,2.1c0,0.1,0,0.2,0,0.3 c2.7,0.8,6.6,2.2,8.8,3c2.6-3.4,4-7.6,4-11.8C43.4,13.3,34.7,4.6,24,4.6'/%3E%3Cpath class='st582' d='M24,1.7C11.7,1.7,1.7,11.7,1.7,24c0,12.3,10,22.3,22.3,22.3c12.3,0,22.3-10,22.3-22.3 C46.3,11.7,36.3,1.7,24,1.7 M24,3.6c11.3,0,20.4,9.2,20.4,20.4c0,5-1.8,9.5-4.7,13.1c-2-0.9-6.8-2.5-9.8-3.4 c-0.3-0.1-0.3-0.1-0.3-1.1c0-0.9,0.4-1.8,0.7-2.5c0.4-0.8,0.8-2.2,1-3.4c0.5-0.5,1.1-1.6,1.5-3.5c0.3-1.7,0.2-2.4,0-3 c0-0.1,0-0.1-0.1-0.2c-0.1-0.4,0-2.5,0.3-4.2c0.2-1.1-0.1-3.5-1.6-5.5c-1-1.3-2.9-2.8-6.3-3l-1.9,0C19.8,7.5,18,9,17,10.3 c-1.6,2-1.8,4.4-1.6,5.5c0.3,1.6,0.4,3.8,0.3,4.2c0,0.1,0,0.1-0.1,0.2c-0.2,0.6-0.4,1.2,0,3c0.4,2,1,3,1.5,3.5 c0.2,1.2,0.6,2.6,1,3.4c0.3,0.6,0.4,1.4,0.4,2.5c0,1.1,0,1.1-0.3,1.1c-3.1,0.9-8,2.7-9.8,3.5C5.4,33.6,3.6,29,3.6,24 C3.6,12.7,12.7,3.6,24,3.6 M9.7,38.6c2.1-0.9,6.3-2.3,9-3.1c1.6-0.5,1.6-1.8,1.6-2.9c0-0.9-0.1-2.2-0.6-3.3 c-0.4-0.8-0.8-2.1-0.9-3.1c0-0.2-0.1-0.5-0.3-0.6c-0.3-0.2-0.8-1.1-1.1-2.8c-0.3-1.3-0.2-1.6,0-1.9c0-0.1,0.1-0.2,0.1-0.4 c0.2-0.8,0-3.5-0.3-5c-0.1-0.6,0-2.5,1.2-4c1.1-1.4,2.7-2.2,4.8-2.3l1.8,0c2.1,0.1,3.8,0.9,4.9,2.3c1.2,1.5,1.4,3.4,1.2,4 c-0.3,1.5-0.5,4.2-0.3,5c0,0.1,0.1,0.3,0.1,0.4c0.1,0.3,0.2,0.6,0,1.9c-0.3,1.7-0.9,2.5-1.1,2.8c-0.2,0.2-0.3,0.4-0.3,0.6 c-0.1,1-0.5,2.3-0.9,3.1c-0.4,0.9-0.9,2-0.9,3.3c0,1.1,0,2.4,1.6,2.9c2.6,0.8,6.8,2.2,9,3.1c-3.7,3.7-8.8,5.9-14.4,5.9 C18.5,44.4,13.4,42.2,9.7,38.6L9.7,38.6z'/%3E%3C/svg%3E%0A");
}
header .celsus-bottom-header .celsus-user-links ul li.item-user-link .minicart-wrapper .showcart:hover:before,
header .celsus-middle-header .celsus-user-links ul li.item-user-link .minicart-wrapper .showcart:hover:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 48 44.2' style='enable-background:new 0 0 48 44.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:url(%23SVGID_1_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st1%7Bfill:url(%23SVGID_00000002349522737143420200000007991442270252388029_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st2%7Bfill:url(%23SVGID_00000062180874350906311220000010015997470218286527_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st3%7Bfill:url(%23SVGID_00000067234354881551311370000014768258286392266163_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st4%7Bfill:url(%23SVGID_00000005251661789150023760000018255034669943861685_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st5%7Bfill:url(%23SVGID_00000067200851925959077050000011050495336990070147_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st6%7Bfill:url(%23SVGID_00000148648509818970943570000012822415297150976432_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st7%7Bfill:url(%23SVGID_00000029037411647519346650000017024897396730249098_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st8%7Bfill:url(%23SVGID_00000000939629823411810540000011605756031079945123_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st9%7Bfill:url(%23SVGID_00000021119519510746368120000010318816558904488833_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st10%7Bfill:url(%23SVGID_00000119111138696556961670000008067635991513600662_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st11%7Bfill:url(%23SVGID_00000168829786663137303270000007274339557226985656_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st12%7Bfill:url(%23SVGID_00000063610972263106786470000016358946049112833471_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st13%7Bfill:url(%23SVGID_00000031890823129058064440000003372636163793308083_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st14%7Bfill:url(%23SVGID_00000060005329765113899060000005121260797080974525_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st15%7Bfill:url(%23SVGID_00000124145294711416134270000014970431138612801468_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st16%7Bfill:url(%23SVGID_00000181779920132272395100000018111195282101573542_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st17%7Bfill:url(%23SVGID_00000133524754419680925210000012831098630779035071_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st18%7Bfill:url(%23SVGID_00000162315011556271494090000000028851670642354345_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st19%7Bfill:url(%23SVGID_00000177471262416907553370000002562896255727451323_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st20%7Bfill:url(%23SVGID_00000070839569579554607450000005585562145005090730_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st21%7Bfill:url(%23SVGID_00000016040441761638359230000007054399019944176062_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st22%7Bfill:url(%23SVGID_00000164515328320640659360000005151395916721626538_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st23%7Bfill:url(%23SVGID_00000147898642273339440300000004662556482308342150_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st24%7Bfill:url(%23SVGID_00000155861825292834553290000002415103743145464976_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st25%7Bfill:url(%23SVGID_00000099632528232788604910000018072171827567700921_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st26%7Bfill:url(%23SVGID_00000135653218739880959230000009688588651730467506_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st27%7Bclip-path:url(%23SVGID_00000145049650328035459750000008926773485131220867_);%7D .st28%7Bclip-path:url(%23SVGID_00000029008842530521901630000003355816386501343648_);%7D .st29%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);fill:%233A3A3A;%7D .st30%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);fill:%2314428F;%7D .st31%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);fill:%233FA2F7;%7D .st32%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);fill:%234AD295;%7D .st33%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);fill:%23CFD9E0;%7D .st34%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);fill:%23DC3545;%7D .st35%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);fill:%23FD9337;%7D .st36%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);fill:%23EFF3F6;%7D .st37%7Bclip-path:url(%23SVGID_00000036968076791411378630000016041842967665474691_);enable-background:new ;%7D .st38%7Bclip-path:url(%23SVGID_00000137095846521130083560000000262981101313953948_);fill:%23FD9337;%7D .st39%7Bclip-path:url(%23SVGID_00000141414025058249815020000010538836198204310965_);fill:%23DC3545;%7D .st40%7Bclip-path:url(%23SVGID_00000141414025058249815020000010538836198204310965_);enable-background:new ;%7D .st41%7Bclip-path:url(%23SVGID_00000141414025058249815020000010538836198204310965_);fill:%23FD9337;%7D .st42%7Bclip-path:url(%23SVGID_00000068677976418447045180000001031981910200125578_);fill:%2314428F;%7D .st43%7Bopacity:0.8;clip-path:url(%23SVGID_00000068677976418447045180000001031981910200125578_);%7D .st44%7Bclip-path:url(%23SVGID_00000068677976418447045180000001031981910200125578_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st45%7Bclip-path:url(%23SVGID_00000068677976418447045180000001031981910200125578_);fill:%234AD295;%7D .st46%7Bclip-path:url(%23SVGID_00000068677976418447045180000001031981910200125578_);enable-background:new ;%7D .st47%7Bclip-path:url(%23SVGID_00000016791579828360862640000005056912249505356429_);fill:%23FD9337;%7D .st48%7Bclip-path:url(%23SVGID_00000054986385087697280400000011042530070156593553_);fill:%234AD295;%7D .st49%7Bclip-path:url(%23SVGID_00000131366336337456862200000013725498076311621805_);fill:%233FA2F7;%7D .st50%7Bclip-path:url(%23SVGID_00000131366336337456862200000013725498076311621805_);fill:%233fa2f7;%7D .st51%7Bclip-path:url(%23SVGID_00000056389183354019185690000004813739579476670630_);%7D .st52%7Bclip-path:url(%23SVGID_00000111175039873172339270000012264965223898593943_);%7D .st53%7Bclip-path:url(%23SVGID_00000129177078452340078970000013902126566835054994_);fill:%23FFFFFF;%7D .st54%7Bclip-path:url(%23SVGID_00000129177078452340078970000013902126566835054994_);fill:none;stroke:%23878787;stroke-miterlimit:10;%7D .st55%7Bclip-path:url(%23SVGID_00000170252071955136687150000003710738510182195630_);%7D .st56%7Bclip-path:url(%23SVGID_00000149350224180643329030000006651702170907675815_);%7D .st57%7Bopacity:0.8;clip-path:url(%23SVGID_00000057866918414177799400000003170446454543594411_);%7D .st58%7Bclip-path:url(%23SVGID_00000057866918414177799400000003170446454543594411_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st59%7Bclip-path:url(%23SVGID_00000179618728886070651680000012586641952817247881_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st60%7Bclip-path:url(%23SVGID_00000035506481774962347720000013904330417632645266_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st61%7Bclip-path:url(%23SVGID_00000181771411548001869220000000449751629504829364_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st62%7Bclip-path:url(%23SVGID_00000110440683483092612960000006884645468209429153_);%7D .st63%7Bclip-path:url(%23SVGID_00000101072800021155786480000013015110784233304220_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st64%7Bclip-path:url(%23SVGID_00000135654947553566397060000000024547370866321854_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st65%7Bopacity:0.8;clip-path:url(%23SVGID_00000016786872925162992220000003750649133703930785_);%7D .st66%7Bclip-path:url(%23SVGID_00000016786872925162992220000003750649133703930785_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st67%7Bclip-path:url(%23SVGID_00000015347463213722294700000002042954643970031759_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st68%7Bclip-path:url(%23SVGID_00000182527538590508424080000015343646560587472037_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st69%7Bclip-path:url(%23SVGID_00000084522477118416769490000014527745926827942038_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st70%7Bclip-path:url(%23SVGID_00000106855270594907872400000002975831251782371748_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st71%7Bopacity:0.8;clip-path:url(%23SVGID_00000060730566293303445980000000330502259892302268_);%7D .st72%7Bclip-path:url(%23SVGID_00000060730566293303445980000000330502259892302268_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st73%7Bclip-path:url(%23SVGID_00000128459045504639989430000014031195715993642882_);fill:%233A3A3A;%7D .st74%7Bclip-path:url(%23SVGID_00000128459045504639989430000014031195715993642882_);enable-background:new ;%7D .st75%7Bclip-path:url(%23SVGID_00000083773825823557607280000000047785673252819081_);fill:%234AD295;%7D .st76%7Bclip-path:url(%23SVGID_00000083773825823557607280000000047785673252819081_);enable-background:new ;%7D .st77%7Bclip-path:url(%23SVGID_00000083773825823557607280000000047785673252819081_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st78%7Bclip-path:url(%23SVGID_00000075141299511531050080000015515368143413950911_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st79%7Bclip-path:url(%23SVGID_00000080921246105316450180000014302229886116917692_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st80%7Bclip-path:url(%23SVGID_00000018927543216885609890000012503089258808993723_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st81%7Bclip-path:url(%23SVGID_00000077288549706007477990000012732339404216317623_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st82%7Bopacity:0.8;clip-path:url(%23SVGID_00000038413612462679003620000006739555106813396667_);%7D .st83%7Bclip-path:url(%23SVGID_00000038413612462679003620000006739555106813396667_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st84%7Bclip-path:url(%23SVGID_00000147926493280505742840000008775683296837282986_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st85%7Bclip-path:url(%23SVGID_00000147926493280505742840000008775683296837282986_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st86%7Bclip-path:url(%23SVGID_00000138544692029399719450000002315630827079800459_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st87%7Bclip-path:url(%23SVGID_00000138544692029399719450000002315630827079800459_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st88%7Bclip-path:url(%23SVGID_00000138544692029399719450000002315630827079800459_);enable-background:new ;%7D .st89%7Bclip-path:url(%23SVGID_00000021830717253389413470000003754743399728639382_);fill:%23FD9337;%7D .st90%7Bclip-path:url(%23SVGID_00000046325624730102692010000003911457135715836327_);fill:%23FD9337;%7D .st91%7Bclip-path:url(%23SVGID_00000150786693688438633690000004046640003464822947_);fill:%23FD9337;%7D .st92%7Bclip-path:url(%23SVGID_00000169528623953692070580000008107102086851839106_);fill:%234AD295;%7D .st93%7Bclip-path:url(%23SVGID_00000055684484702421048000000004727779397194278040_);fill:%233FA2F7;%7D .st94%7Bclip-path:url(%23SVGID_00000044890420371946592210000010233827357625613978_);fill:%234AD295;%7D .st95%7Bclip-path:url(%23SVGID_00000079465739495497555420000011961691942046611381_);fill:%233FA2F7;%7D .st96%7Bclip-path:url(%23SVGID_00000114776296522123634600000008937205228949098431_);fill:%234AD295;%7D .st97%7Bclip-path:url(%23SVGID_00000042727581450869556620000015406929245620751753_);fill:%234AD295;%7D .st98%7Bclip-path:url(%23SVGID_00000054260861465012180260000013737934802613265566_);fill:%234AD295;%7D .st99%7Bclip-path:url(%23SVGID_00000118369116832778189130000002922355912443844521_);fill:%23FD9337;%7D .st100%7Bclip-path:url(%23SVGID_00000044152927708348066560000015660013830370148284_);fill:%23FD9337;%7D .st101%7Bclip-path:url(%23SVGID_00000009576160314937300340000000351602823695884731_);fill:%23FD9337;%7D .st102%7Bclip-path:url(%23SVGID_00000009576160314937300340000000351602823695884731_);fill:%233fa2f7;%7D .st103%7Bclip-path:url(%23SVGID_00000152973411654702174460000016087935170483678626_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st104%7Bopacity:0.7;clip-path:url(%23SVGID_00000076603476552532912930000004749577835477899444_);%7D .st105%7Bclip-path:url(%23SVGID_00000076603476552532912930000004749577835477899444_);fill:%234CAF50;%7D .st106%7Bclip-path:url(%23SVGID_00000076603476552532912930000004749577835477899444_);fill:%23FAFAFA;%7D .st107%7Bclip-path:url(%23SVGID_00000035528794464413915990000003934632071061454729_);fill:%23FFFFFF;%7D .st108%7Bclip-path:url(%23SVGID_00000076603476552532912930000004749577835477899444_);fill:%2314428F;%7D .st109%7Bclip-path:url(%23SVGID_00000076603476552532912930000004749577835477899444_);fill:%23FFFFFF;%7D .st110%7Bclip-path:url(%23SVGID_00000103976601908121328860000017072955615795719824_);fill:%233fa2f7;%7D .st111%7Bclip-path:url(%23SVGID_00000103976601908121328860000017072955615795719824_);fill:%23DC3545;%7D .st112%7Bclip-path:url(%23SVGID_00000017507875015843009950000002171124226083975592_);fill:%23FD9337;%7D .st113%7Bclip-path:url(%23SVGID_00000093150713564401427120000011836066114875330713_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st114%7Bclip-path:url(%23SVGID_00000145031859858742388130000008570627404741066375_);%7D .st115%7Bclip-path:url(%23SVGID_00000008855210697716354030000008101375111973426080_);%7D .st116%7Bclip-path:url(%23SVGID_00000061438277082938911300000009260358001189632404_);%7D .st117%7Bclip-path:url(%23SVGID_00000025440652919939607150000004061401911702731139_);%7D .st118%7Bopacity:0.8;clip-path:url(%23SVGID_00000128473142247929605210000000731353969520559514_);%7D .st119%7Bclip-path:url(%23SVGID_00000008855210697716354030000008101375111973426080_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st120%7Bopacity:0.8;clip-path:url(%23SVGID_00000035516640697295543680000017616862634026085768_);%7D .st121%7Bopacity:0.8;clip-path:url(%23SVGID_00000142160201466358616820000005147463592392658872_);%7D .st122%7Bclip-path:url(%23SVGID_00000093176192605181010850000000118212349779115411_);fill:none;stroke:%23878787;stroke-miterlimit:10;%7D .st123%7Bclip-path:url(%23SVGID_00000093176192605181010850000000118212349779115411_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st124%7Bclip-path:url(%23SVGID_00000085217491062263238620000004809669345021151925_);fill:%233fa2f7;%7D .st125%7Bclip-path:url(%23SVGID_00000129184751871321686960000005484199240582751619_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st126%7Bopacity:0.7;clip-path:url(%23SVGID_00000175287668950082336350000009951091614300604817_);%7D .st127%7Bclip-path:url(%23SVGID_00000175287668950082336350000009951091614300604817_);fill:%234CAF50;%7D .st128%7Bclip-path:url(%23SVGID_00000175287668950082336350000009951091614300604817_);fill:%23FAFAFA;%7D .st129%7Bclip-path:url(%23SVGID_00000044873829601686236150000005546250533211327618_);fill:%23FFFFFF;%7D .st130%7Bclip-path:url(%23SVGID_00000175287668950082336350000009951091614300604817_);fill:%2314428F;%7D .st131%7Bclip-path:url(%23SVGID_00000175287668950082336350000009951091614300604817_);fill:%23FFFFFF;%7D .st132%7Bclip-path:url(%23SVGID_00000157998210112388962760000017401169586535556503_);fill:%23FFFFFF;%7D .st133%7Bclip-path:url(%23SVGID_00000157998210112388962760000017401169586535556503_);fill:%233fa2f7;%7D .st134%7Bclip-path:url(%23SVGID_00000157998210112388962760000017401169586535556503_);fill:%23DC3545;%7D .st135%7Bclip-path:url(%23SVGID_00000155859314088621466860000004091473695555223733_);fill:%23FD9337;%7D .st136%7Bclip-path:url(%23SVGID_00000146471744699251984650000012320150890974357165_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st137%7Bclip-path:url(%23SVGID_00000020356365031398556960000014091149490002592165_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st138%7Bclip-path:url(%23SVGID_00000098903287407674238970000006575995838920674183_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st139%7Bclip-path:url(%23SVGID_00000070821936580696328900000004617183126196109729_);%7D .st140%7Bclip-path:url(%23SVGID_00000137838806971530438440000008422147316899431562_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st141%7Bclip-path:url(%23SVGID_00000045612719038589294910000004668130104208697486_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st142%7Bopacity:0.8;clip-path:url(%23SVGID_00000003072848601980514470000016979291454527555750_);%7D .st143%7Bclip-path:url(%23SVGID_00000003072848601980514470000016979291454527555750_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st144%7Bclip-path:url(%23SVGID_00000068647168417549611740000009549801331057997451_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st145%7Bclip-path:url(%23SVGID_00000018232178488162768740000013342451427674876342_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st146%7Bclip-path:url(%23SVGID_00000103964493984320909640000017804361250445008302_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st147%7Bclip-path:url(%23SVGID_00000016070858142015972070000002906954861494255531_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st148%7Bopacity:0.8;clip-path:url(%23SVGID_00000075862737204381350350000009700083979216978310_);%7D .st149%7Bclip-path:url(%23SVGID_00000075862737204381350350000009700083979216978310_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st150%7Bclip-path:url(%23SVGID_00000080924573042351655360000014515016685599275956_);fill:%233A3A3A;%7D .st151%7Bclip-path:url(%23SVGID_00000080924573042351655360000014515016685599275956_);enable-background:new ;%7D .st152%7Bclip-path:url(%23SVGID_00000087412734570957308500000015064105421903422393_);fill:%234AD295;%7D .st153%7Bclip-path:url(%23SVGID_00000087412734570957308500000015064105421903422393_);enable-background:new ;%7D .st154%7Bclip-path:url(%23SVGID_00000087412734570957308500000015064105421903422393_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st155%7Bclip-path:url(%23SVGID_00000116913867855688086280000004313525229737322925_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st156%7Bclip-path:url(%23SVGID_00000169537922582901860840000015968820715268433334_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st157%7Bclip-path:url(%23SVGID_00000045578335840996421410000018342667874834899347_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st158%7Bclip-path:url(%23SVGID_00000135677579473036659540000001641441152342357400_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st159%7Bopacity:0.8;clip-path:url(%23SVGID_00000074436465591461079510000016726032826190968232_);%7D .st160%7Bclip-path:url(%23SVGID_00000074436465591461079510000016726032826190968232_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st161%7Bclip-path:url(%23SVGID_00000178203506650556417860000005253193569652697518_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st162%7Bclip-path:url(%23SVGID_00000178203506650556417860000005253193569652697518_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st163%7Bclip-path:url(%23SVGID_00000178203506650556417860000005253193569652697518_);fill:%23FF0000;%7D .st164%7Bclip-path:url(%23SVGID_00000008870672292052104200000012170028539407579028_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st165%7Bclip-path:url(%23SVGID_00000008870672292052104200000012170028539407579028_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st166%7Bclip-path:url(%23SVGID_00000075852775523744473090000011614617492231580852_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st167%7Bclip-path:url(%23SVGID_00000075852775523744473090000011614617492231580852_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st168%7Bclip-path:url(%23SVGID_00000075852775523744473090000011614617492231580852_);enable-background:new ;%7D .st169%7Bclip-path:url(%23SVGID_00000177447257104482370510000016839779958008793505_);fill:%23FD9337;%7D .st170%7Bclip-path:url(%23SVGID_00000105401392017760715480000009349889722161302708_);fill:%23FD9337;%7D .st171%7Bclip-path:url(%23SVGID_00000018237972225058569010000005803271864445293216_);fill:%23FD9337;%7D .st172%7Bclip-path:url(%23SVGID_00000005956269649600696750000004557270417052987277_);fill:%234AD295;%7D .st173%7Bclip-path:url(%23SVGID_00000165931560241496945810000009964392312624086919_);fill:%233FA2F7;%7D .st174%7Bclip-path:url(%23SVGID_00000174576619047740385770000012341199451229900942_);fill:%234AD295;%7D .st175%7Bclip-path:url(%23SVGID_00000125591236843490127420000003751526042172590981_);fill:%233FA2F7;%7D .st176%7Bclip-path:url(%23SVGID_00000049189012818179349660000005231349772411834011_);fill:%234AD295;%7D .st177%7Bclip-path:url(%23SVGID_00000121273458346674799560000009152912727840251834_);fill:%234AD295;%7D .st178%7Bclip-path:url(%23SVGID_00000070813200501725863570000007019232765260102051_);fill:%234AD295;%7D .st179%7Bclip-path:url(%23SVGID_00000013181317130563973320000011868166138071838358_);fill:%234AD295;%7D .st180%7Bclip-path:url(%23SVGID_00000080164682398622651860000011813801554781318301_);fill:%234AD295;%7D .st181%7Bclip-path:url(%23SVGID_00000083057566320202527800000001956593534950064063_);fill:%23FD9337;%7D .st182%7Bclip-path:url(%23SVGID_00000018235653146917141880000006069172871618390403_);fill:%23FD9337;%7D .st183%7Bclip-path:url(%23SVGID_00000181069158407555937370000014393488616419329206_);fill:%23FD9337;%7D .st184%7Bclip-path:url(%23SVGID_00000028321374511322574880000014505386953065602192_);fill:%23FD9337;%7D .st185%7Bclip-path:url(%23SVGID_00000132789979247639671160000015447572872901335713_);fill:%23FD9337;%7D .st186%7Bclip-path:url(%23SVGID_00000132789979247639671160000015447572872901335713_);fill:%23EFF3F6;%7D .st187%7Bclip-path:url(%23SVGID_00000132789979247639671160000015447572872901335713_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st188%7Bclip-path:url(%23SVGID_00000137099992787670837850000009210867877644654766_);fill:%233fa2f7;%7D .st189%7Bclip-path:url(%23SVGID_00000073001834616312573940000002698425205437780356_);%7D .st190%7Bclip-path:url(%23SVGID_00000145042803204575776000000006979802664558153649_);%7D .st191%7Bopacity:0.8;clip-path:url(%23SVGID_00000090286819593396441060000001492449769295680928_);%7D .st192%7Bclip-path:url(%23SVGID_00000145042803204575776000000006979802664558153649_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st193%7Bclip-path:url(%23SVGID_00000157296788308921048100000000956222144367466665_);%7D .st194%7Bclip-path:url(%23SVGID_00000039833446522784944410000009239530798070548149_);%7D .st195%7Bclip-path:url(%23SVGID_00000052105544839583884980000003437225242065128331_);%7D .st196%7Bclip-path:url(%23SVGID_00000137828288431795691170000009281744878991548063_);%7D .st197%7Bopacity:0.8;clip-path:url(%23SVGID_00000177464712084673697020000009151970802169250714_);%7D .st198%7Bopacity:0.8;clip-path:url(%23SVGID_00000085224684033809404560000009401494521898802056_);%7D .st199%7Bclip-path:url(%23SVGID_00000145042803204575776000000006979802664558153649_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st200%7Bclip-path:url(%23SVGID_00000145042803204575776000000006979802664558153649_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st201%7Bclip-path:url(%23SVGID_00000112629319246226713530000005443919590037524898_);enable-background:new ;%7D .st202%7Bclip-path:url(%23SVGID_00000039125591627152328690000017387329660611336865_);fill:%23FD9337;%7D .st203%7Bclip-path:url(%23SVGID_00000116234959535726507160000015550898871899330466_);fill:%23FD9337;%7D .st204%7Bclip-path:url(%23SVGID_00000121248744271762868080000018057311102489641384_);fill:%23FD9337;%7D .st205%7Bclip-path:url(%23SVGID_00000150088339019503691950000015934787012332463521_);fill:%23FD9337;%7D .st206%7Bclip-path:url(%23SVGID_00000007397065428132158290000017228783744653966725_);fill:%23FD9337;%7D .st207%7Bclip-path:url(%23SVGID_00000007397065428132158290000017228783744653966725_);fill:%233fa2f7;%7D .st208%7Bclip-path:url(%23SVGID_00000141445821371676092430000010107543557033310377_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st209%7Bopacity:0.7;clip-path:url(%23SVGID_00000127012490786510500100000003543975715359180443_);%7D .st210%7Bclip-path:url(%23SVGID_00000127012490786510500100000003543975715359180443_);fill:%234CAF50;%7D .st211%7Bclip-path:url(%23SVGID_00000127012490786510500100000003543975715359180443_);fill:%23FAFAFA;%7D .st212%7Bclip-path:url(%23SVGID_00000096024018325718977510000009127458241700324224_);fill:%23FFFFFF;%7D .st213%7Bclip-path:url(%23SVGID_00000127012490786510500100000003543975715359180443_);fill:%2314428F;%7D .st214%7Bclip-path:url(%23SVGID_00000127012490786510500100000003543975715359180443_);fill:%23FFFFFF;%7D .st215%7Bclip-path:url(%23SVGID_00000089546082124233509970000000746973704179952806_);fill:%233fa2f7;%7D .st216%7Bclip-path:url(%23SVGID_00000089546082124233509970000000746973704179952806_);fill:%23DC3545;%7D .st217%7Bclip-path:url(%23SVGID_00000164497123947123837130000009095709362926576774_);fill:%23FFFFFF;%7D .st218%7Bclip-path:url(%23SVGID_00000164497123947123837130000009095709362926576774_);fill:none;stroke:%23878787;stroke-miterlimit:10;%7D .st219%7Bopacity:0.85;clip-path:url(%23SVGID_00000153703596788911691550000005404807095840527287_);%7D .st220%7Bclip-path:url(%23SVGID_00000044154940880270425060000001912011889474294969_);%7D .st221%7Bclip-path:url(%23SVGID_00000153703596788911691550000005404807095840527287_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st222%7Bclip-path:url(%23SVGID_00000079475707979485165840000010235286863754683526_);fill:%233FA2F7;%7D .st223%7Bclip-path:url(%23SVGID_00000079475707979485165840000010235286863754683526_);fill:%23FD9337;%7D .st224%7Bclip-path:url(%23SVGID_00000086692585245940922570000006545242926262453160_);fill:%23EFF3F6;%7D .st225%7Bclip-path:url(%23SVGID_00000086692585245940922570000006545242926262453160_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st226%7Bclip-path:url(%23SVGID_00000129893049775927563110000004573813395953401769_);fill:%233fa2f7;%7D .st227%7Bclip-path:url(%23SVGID_00000114786723497722038110000004497688539523188134_);%7D .st228%7Bclip-path:url(%23SVGID_00000017518331872456763260000005242559559545319080_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st229%7Bclip-path:url(%23SVGID_00000017518331872456763260000005242559559545319080_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st230%7Bclip-path:url(%23SVGID_00000017518331872456763260000005242559559545319080_);%7D .st231%7Bclip-path:url(%23SVGID_00000159429700692491482570000017298471282359984771_);enable-background:new ;%7D .st232%7Bclip-path:url(%23SVGID_00000159429700692491482570000017298471282359984771_);fill:%233FA2F7;%7D .st233%7Bclip-path:url(%23SVGID_00000127018855434902259110000015364153710463466660_);%7D .st234%7Bclip-path:url(%23SVGID_00000084531298388344576260000017490957431593019317_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st235%7Bclip-path:url(%23SVGID_00000002375673260661836130000005940228163839397307_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st236%7Bclip-path:url(%23SVGID_00000142869284059242411100000015841355303821181089_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st237%7Bclip-path:url(%23SVGID_00000129180093551871893150000017266299497335651244_);%7D .st238%7Bclip-path:url(%23SVGID_00000065756711222772925910000013182265774786269373_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st239%7Bclip-path:url(%23SVGID_00000072275371556029510040000010881452351975489408_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st240%7Bopacity:0.8;clip-path:url(%23SVGID_00000111871269381505552600000007782151250562905229_);%7D .st241%7Bclip-path:url(%23SVGID_00000111871269381505552600000007782151250562905229_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st242%7Bclip-path:url(%23SVGID_00000040549270298347342590000015329130266810129817_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st243%7Bclip-path:url(%23SVGID_00000114795133858969061350000002163847502176792510_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st244%7Bclip-path:url(%23SVGID_00000029037389870096681510000016803086528401725100_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st245%7Bclip-path:url(%23SVGID_00000056429581309386573280000001059834866690423723_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st246%7Bopacity:0.8;clip-path:url(%23SVGID_00000083072527560803867430000008712108475258684560_);%7D .st247%7Bclip-path:url(%23SVGID_00000083072527560803867430000008712108475258684560_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st248%7Bclip-path:url(%23SVGID_00000147931751754593179410000013931222420829940385_);fill:%233A3A3A;%7D .st249%7Bclip-path:url(%23SVGID_00000147931751754593179410000013931222420829940385_);enable-background:new ;%7D .st250%7Bclip-path:url(%23SVGID_00000137852598072521741470000009915015874222390692_);fill:%234AD295;%7D .st251%7Bclip-path:url(%23SVGID_00000137852598072521741470000009915015874222390692_);enable-background:new ;%7D .st252%7Bclip-path:url(%23SVGID_00000137852598072521741470000009915015874222390692_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st253%7Bclip-path:url(%23SVGID_00000088100698793452942920000014928062684199552392_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st254%7Bclip-path:url(%23SVGID_00000098190905343130203990000007546982500044835736_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st255%7Bclip-path:url(%23SVGID_00000151524966145481248350000004382054634472427939_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st256%7Bclip-path:url(%23SVGID_00000014614124476482181700000010921435084054822808_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st257%7Bopacity:0.8;clip-path:url(%23SVGID_00000083790831254086776850000003055317628433010855_);%7D .st258%7Bclip-path:url(%23SVGID_00000083790831254086776850000003055317628433010855_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st259%7Bclip-path:url(%23SVGID_00000010292966533858316640000014639030227607741886_);fill:%23FD9337;%7D .st260%7Bclip-path:url(%23SVGID_00000051377575615336004370000016641277271241824943_);fill:%23FD9337;%7D .st261%7Bclip-path:url(%23SVGID_00000027572506498780944530000011133303483120510398_);fill:%23FD9337;%7D .st262%7Bclip-path:url(%23SVGID_00000049189025476303581760000005063245250624850869_);fill:%234AD295;%7D .st263%7Bclip-path:url(%23SVGID_00000116934657389572991930000016851918111144469376_);fill:%233FA2F7;%7D .st264%7Bclip-path:url(%23SVGID_00000174596426153227509700000013768258074090723723_);fill:%234AD295;%7D .st265%7Bclip-path:url(%23SVGID_00000070806538945795809480000012194031170152429725_);fill:%233FA2F7;%7D .st266%7Bclip-path:url(%23SVGID_00000025415332874246523860000015202007252743448227_);fill:%234AD295;%7D .st267%7Bclip-path:url(%23SVGID_00000182526057541844651720000015585774045174486434_);fill:%234AD295;%7D .st268%7Bclip-path:url(%23SVGID_00000056389710365815751130000006821110892999013303_);fill:%234AD295;%7D .st269%7Bclip-path:url(%23SVGID_00000128454233329463445660000016617434487862568879_);fill:%234AD295;%7D .st270%7Bclip-path:url(%23SVGID_00000145750812164318875970000015173233385756725686_);fill:%234AD295;%7D .st271%7Bclip-path:url(%23SVGID_00000149344353191551866760000010919597884541108617_);fill:%23FD9337;%7D .st272%7Bclip-path:url(%23SVGID_00000032650713185163975900000005484758538911239300_);fill:%23FD9337;%7D .st273%7Bclip-path:url(%23SVGID_00000140734542699450390630000009011936886799333258_);fill:%23FD9337;%7D .st274%7Bclip-path:url(%23SVGID_00000151505320741352039490000009278523720962598038_);fill:%23FD9337;%7D .st275%7Bclip-path:url(%23SVGID_00000022540525532595865290000010815961065032996753_);fill:%23FD9337;%7D .st276%7Bclip-path:url(%23SVGID_00000022540525532595865290000010815961065032996753_);fill:%233fa2f7;%7D .st277%7Bclip-path:url(%23SVGID_00000124140313610817330760000014310782922088756144_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st278%7Bopacity:0.7;clip-path:url(%23SVGID_00000098909893614651109920000013189369141040021377_);%7D .st279%7Bclip-path:url(%23SVGID_00000098909893614651109920000013189369141040021377_);fill:%234CAF50;%7D .st280%7Bclip-path:url(%23SVGID_00000098909893614651109920000013189369141040021377_);fill:%23FAFAFA;%7D .st281%7Bclip-path:url(%23SVGID_00000108279426010885102410000001596614310751756477_);fill:%23FFFFFF;%7D .st282%7Bclip-path:url(%23SVGID_00000098909893614651109920000013189369141040021377_);fill:%2314428F;%7D .st283%7Bclip-path:url(%23SVGID_00000098909893614651109920000013189369141040021377_);fill:%23FFFFFF;%7D .st284%7Bclip-path:url(%23SVGID_00000065061842963700986150000005658116748835381396_);fill:%233fa2f7;%7D .st285%7Bclip-path:url(%23SVGID_00000065061842963700986150000005658116748835381396_);fill:%23DC3545;%7D .st286%7Bclip-path:url(%23SVGID_00000065061842963700986150000005658116748835381396_);fill:%23FFFFFF;%7D .st287%7Bclip-path:url(%23SVGID_00000000938515050473302080000016694391083057365439_);fill:%23FD9337;%7D .st288%7Bclip-path:url(%23SVGID_00000155828838972007619660000007137103248470495625_);%7D .st289%7Bclip-path:url(%23SVGID_00000053508079613089947320000017964223124370774693_);fill:%233fa2f7;%7D .st290%7Bclip-path:url(%23SVGID_00000053508079613089947320000017964223124370774693_);%7D .st291%7Bclip-path:url(%23SVGID_00000168802731071238750770000009445738482418822276_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st292%7Bopacity:0.7;clip-path:url(%23SVGID_00000028323104199636591710000013263742572340696199_);%7D .st293%7Bclip-path:url(%23SVGID_00000028323104199636591710000013263742572340696199_);fill:%234CAF50;%7D .st294%7Bclip-path:url(%23SVGID_00000028323104199636591710000013263742572340696199_);fill:%23FAFAFA;%7D .st295%7Bclip-path:url(%23SVGID_00000024709965745369526790000004586292201111946371_);fill:%23FFFFFF;%7D .st296%7Bclip-path:url(%23SVGID_00000028323104199636591710000013263742572340696199_);fill:%2314428F;%7D .st297%7Bclip-path:url(%23SVGID_00000028323104199636591710000013263742572340696199_);fill:%23FFFFFF;%7D .st298%7Bclip-path:url(%23SVGID_00000160890114564613460000000004100651222690823828_);fill:%23FFFFFF;%7D .st299%7Bclip-path:url(%23SVGID_00000160890114564613460000000004100651222690823828_);fill:%233fa2f7;%7D .st300%7Bclip-path:url(%23SVGID_00000160890114564613460000000004100651222690823828_);fill:%23DC3545;%7D .st301%7Bclip-path:url(%23SVGID_00000015318867532622704300000006475274343180741053_);fill:%23FD9337;%7D .st302%7Bclip-path:url(%23SVGID_00000143584727839829605760000010493290292076628904_);%7D .st303%7Bclip-path:url(%23SVGID_00000011719953763135747340000015317830696445272759_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st304%7Bclip-path:url(%23SVGID_00000016048171102316168750000012762152529192002701_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st305%7Bclip-path:url(%23SVGID_00000133517376560097120170000011694606367731405470_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st306%7Bclip-path:url(%23SVGID_00000068670472734253411970000014707423866161667003_);%7D .st307%7Bclip-path:url(%23SVGID_00000130636860717326624670000015165070531216588695_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st308%7Bclip-path:url(%23SVGID_00000057828486130607778940000014718893967937739412_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st309%7Bopacity:0.8;clip-path:url(%23SVGID_00000011008015301311920850000003184578573590415282_);%7D .st310%7Bclip-path:url(%23SVGID_00000011008015301311920850000003184578573590415282_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st311%7Bclip-path:url(%23SVGID_00000083797451905153818930000011625430093213452715_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st312%7Bclip-path:url(%23SVGID_00000039105068333017826140000008693925342500322721_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st313%7Bclip-path:url(%23SVGID_00000036211953723624244590000014004342705254516611_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st314%7Bclip-path:url(%23SVGID_00000018924099397644613300000010454446638834826882_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st315%7Bopacity:0.8;clip-path:url(%23SVGID_00000084510141789313890400000011495829154938227873_);%7D .st316%7Bclip-path:url(%23SVGID_00000084510141789313890400000011495829154938227873_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st317%7Bclip-path:url(%23SVGID_00000132082383803631398120000012016494885651653812_);fill:%233A3A3A;%7D .st318%7Bclip-path:url(%23SVGID_00000132082383803631398120000012016494885651653812_);enable-background:new ;%7D .st319%7Bclip-path:url(%23SVGID_00000168796340735322268710000007837661196418572194_);fill:%234AD295;%7D .st320%7Bclip-path:url(%23SVGID_00000168796340735322268710000007837661196418572194_);enable-background:new ;%7D .st321%7Bclip-path:url(%23SVGID_00000168796340735322268710000007837661196418572194_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st322%7Bclip-path:url(%23SVGID_00000174598106094370098490000003748502816968599427_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st323%7Bclip-path:url(%23SVGID_00000115479539773949673820000014529627777195446662_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st324%7Bclip-path:url(%23SVGID_00000020397890297105605490000000129267501716560008_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st325%7Bclip-path:url(%23SVGID_00000100350170115864435410000011954958861010057617_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st326%7Bopacity:0.8;clip-path:url(%23SVGID_00000096741164599970426250000017289909047159634822_);%7D .st327%7Bclip-path:url(%23SVGID_00000096741164599970426250000017289909047159634822_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st328%7Bclip-path:url(%23SVGID_00000149341279479175017240000011905011560270961331_);fill:%23FD9337;%7D .st329%7Bclip-path:url(%23SVGID_00000080167124140538228880000011215361811252469917_);fill:%23FD9337;%7D .st330%7Bclip-path:url(%23SVGID_00000085973180649588304760000013471697223714870203_);fill:%23FD9337;%7D .st331%7Bclip-path:url(%23SVGID_00000038410664046493449150000004144314715761296802_);fill:%234AD295;%7D .st332%7Bclip-path:url(%23SVGID_00000099626837242433349820000010225774400972807099_);fill:%233FA2F7;%7D .st333%7Bclip-path:url(%23SVGID_00000137090558828192063380000000925717952806179225_);fill:%234AD295;%7D .st334%7Bclip-path:url(%23SVGID_00000085942757300887825300000005740583812882562465_);fill:%233FA2F7;%7D .st335%7Bclip-path:url(%23SVGID_00000011019832480052552870000017012124837417619875_);fill:%234AD295;%7D .st336%7Bclip-path:url(%23SVGID_00000147918773948980464800000003074402231852860315_);fill:%234AD295;%7D .st337%7Bclip-path:url(%23SVGID_00000142140168879469044540000005647343957423369099_);fill:%234AD295;%7D .st338%7Bclip-path:url(%23SVGID_00000062168688233941858330000010314935036859839632_);fill:%234AD295;%7D .st339%7Bclip-path:url(%23SVGID_00000160180559336929812930000000811749802025201812_);fill:%234AD295;%7D .st340%7Bclip-path:url(%23SVGID_00000080197555151838519480000001187057981816324791_);fill:%23FD9337;%7D .st341%7Bclip-path:url(%23SVGID_00000087397027939231037700000009749098643954716092_);fill:%23FD9337;%7D .st342%7Bclip-path:url(%23SVGID_00000064342783604317797970000007459803734080533428_);fill:%23FD9337;%7D .st343%7Bclip-path:url(%23SVGID_00000010312290974758695320000015172516951221733820_);fill:%23FD9337;%7D .st344%7Bclip-path:url(%23SVGID_00000134219568272609028430000008063796827040802710_);fill:%23FD9337;%7D .st345%7Bclip-path:url(%23SVGID_00000134219568272609028430000008063796827040802710_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st346%7Bclip-path:url(%23SVGID_00000134219568272609028430000008063796827040802710_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st347%7Bclip-path:url(%23SVGID_00000090282683306927181640000013688040129434539445_);enable-background:new ;%7D .st348%7Bclip-path:url(%23SVGID_00000090282683306927181640000013688040129434539445_);fill:%233FA2F7;%7D .st349%7Bclip-path:url(%23SVGID_00000157301645875644079510000005735284511352956825_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st350%7Bclip-path:url(%23SVGID_00000157301645875644079510000005735284511352956825_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st351%7Bclip-path:url(%23SVGID_00000157301645875644079510000005735284511352956825_);fill:%23FF0000;%7D .st352%7Bclip-path:url(%23SVGID_00000157301645875644079510000005735284511352956825_);fill:%23EFF3F6;%7D .st353%7Bclip-path:url(%23SVGID_00000157301645875644079510000005735284511352956825_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st354%7Bclip-path:url(%23SVGID_00000072976793979929395480000013582022621709830567_);%7D .st355%7Bclip-path:url(%23SVGID_00000054226969572066787130000009243493276124982913_);%7D .st356%7Bclip-path:url(%23SVGID_00000054226969572066787130000009243493276124982913_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st357%7Bclip-path:url(%23SVGID_00000078034776732310782380000007245142736809083015_);%7D .st358%7Bopacity:0.8;clip-path:url(%23SVGID_00000153687345836958409520000013147953657016529560_);%7D .st359%7Bopacity:0.8;clip-path:url(%23SVGID_00000155116344143894104520000002070194609405001908_);%7D .st360%7Bopacity:0.8;clip-path:url(%23SVGID_00000151539564184420337640000014191153131959843496_);%7D .st361%7Bopacity:0.8;clip-path:url(%23SVGID_00000060729273106239043840000013558869925165622452_);%7D .st362%7Bclip-path:url(%23SVGID_00000012474253415136146980000009598962849698107532_);%7D .st363%7Bclip-path:url(%23SVGID_00000122000546455132995160000018305295745227833767_);fill:%233A3A3A;%7D .st364%7Bclip-path:url(%23SVGID_00000122000546455132995160000018305295745227833767_);enable-background:new ;%7D .st365%7Bclip-path:url(%23SVGID_00000137816623265822794660000003737794421984852373_);fill:%234AD295;%7D .st366%7Bclip-path:url(%23SVGID_00000137816623265822794660000003737794421984852373_);enable-background:new ;%7D .st367%7Bclip-path:url(%23SVGID_00000155855231515213718780000002075561058242403729_);fill:%23FD9337;%7D .st368%7Bclip-path:url(%23SVGID_00000054984456075180517380000006766079630693169537_);fill:%23FD9337;%7D .st369%7Bclip-path:url(%23SVGID_00000054975008715351311660000002263328057716126391_);fill:%23FD9337;%7D .st370%7Bclip-path:url(%23SVGID_00000065787565922806297430000001929618533897043125_);fill:%234AD295;%7D .st371%7Bclip-path:url(%23SVGID_00000173878053129083638810000002514071966904723890_);fill:%233FA2F7;%7D .st372%7Bclip-path:url(%23SVGID_00000074433993592414655110000005676299626698919302_);fill:%234AD295;%7D .st373%7Bclip-path:url(%23SVGID_00000099628846696937062120000001144038720975861431_);fill:%233FA2F7;%7D .st374%7Bclip-path:url(%23SVGID_00000049937641159637673590000014776930725327377059_);fill:%23FD9337;%7D .st375%7Bclip-path:url(%23SVGID_00000131337665816536863640000007641318642567649716_);fill:%23FD9337;%7D .st376%7Bclip-path:url(%23SVGID_00000111874819010500917530000011156329787346287279_);fill:%23FD9337;%7D .st377%7Bclip-path:url(%23SVGID_00000016782802217495841370000001571732139330715573_);fill:%23FD9337;%7D .st378%7Bclip-path:url(%23SVGID_00000036960287730865854860000003623407518398516896_);fill:%23FD9337;%7D .st379%7Bclip-path:url(%23SVGID_00000036960287730865854860000003623407518398516896_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st380%7Bclip-path:url(%23SVGID_00000036960287730865854860000003623407518398516896_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st381%7Bclip-path:url(%23SVGID_00000083088801923704066480000009321201129443208112_);enable-background:new ;%7D .st382%7Bclip-path:url(%23SVGID_00000083088801923704066480000009321201129443208112_);fill:%233FA2F7;%7D .st383%7Bclip-path:url(%23SVGID_00000024716277678850979990000005779591133786390411_);fill:%233fa2f7;%7D .st384%7Bclip-path:url(%23SVGID_00000111185498280898847690000006490126757273002390_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st385%7Bopacity:0.7;clip-path:url(%23SVGID_00000112592266739047646510000017270833353247238287_);%7D .st386%7Bclip-path:url(%23SVGID_00000112592266739047646510000017270833353247238287_);fill:%234CAF50;%7D .st387%7Bclip-path:url(%23SVGID_00000112592266739047646510000017270833353247238287_);fill:%23FAFAFA;%7D .st388%7Bclip-path:url(%23SVGID_00000028312201180475015000000011875662308190736270_);fill:%23FFFFFF;%7D .st389%7Bclip-path:url(%23SVGID_00000112592266739047646510000017270833353247238287_);fill:%2314428F;%7D .st390%7Bclip-path:url(%23SVGID_00000112592266739047646510000017270833353247238287_);fill:%23FFFFFF;%7D .st391%7Bclip-path:url(%23SVGID_00000054981358246906015470000002234566268475827073_);fill:%233FA2F7;%7D .st392%7Bclip-path:url(%23SVGID_00000054981358246906015470000002234566268475827073_);fill:%233fa2f7;%7D .st393%7Bclip-path:url(%23SVGID_00000054981358246906015470000002234566268475827073_);fill:%23DC3545;%7D .st394%7Bclip-path:url(%23SVGID_00000076595564841739717980000013916109343516631205_);fill:%23FD9337;%7D .st395%7Bopacity:0.85;clip-path:url(%23SVGID_00000020382912105237646050000014456377417898802863_);%7D .st396%7Bclip-path:url(%23SVGID_00000142142028796871907430000006057234430431457414_);%7D .st397%7Bclip-path:url(%23SVGID_00000020382912105237646050000014456377417898802863_);fill:%23EFF3F6;%7D .st398%7Bclip-path:url(%23SVGID_00000020382912105237646050000014456377417898802863_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st399%7Bclip-path:url(%23SVGID_00000026878559835259250830000010512152555055002004_);enable-background:new ;%7D .st400%7Bclip-path:url(%23SVGID_00000026878559835259250830000010512152555055002004_);fill:%233FA2F7;%7D .st401%7Bclip-path:url(%23SVGID_00000011001018275435382100000003272830989488992189_);%7D .st402%7Bclip-path:url(%23SVGID_00000124869408739719053650000014314526452373260722_);%7D .st403%7Bclip-path:url(%23SVGID_00000033344632916877115780000015556226024181596588_);fill:%23FFFFFF;%7D .st404%7Bclip-path:url(%23SVGID_00000033344632916877115780000015556226024181596588_);fill:none;stroke:%23878787;stroke-miterlimit:10;%7D .st405%7Bclip-path:url(%23SVGID_00000113346096809060644870000008577870332202972343_);fill:%2314428F;%7D .st406%7Bclip-path:url(%23SVGID_00000113346096809060644870000008577870332202972343_);fill:%23FFFFFF;%7D .st407%7Bclip-path:url(%23SVGID_00000113346096809060644870000008577870332202972343_);fill:%233fa2f7;%7D .st408%7Bopacity:0.7;clip-path:url(%23SVGID_00000141444113338013031170000000835434077765477794_);%7D .st409%7Bclip-path:url(%23SVGID_00000141444113338013031170000000835434077765477794_);fill:%234CAF50;%7D .st410%7Bclip-path:url(%23SVGID_00000141444113338013031170000000835434077765477794_);fill:%23FAFAFA;%7D .st411%7Bclip-path:url(%23SVGID_00000085943155066249680370000014237042258926621840_);fill:%23FFFFFF;%7D .st412%7Bopacity:0.8;clip-path:url(%23SVGID_00000166649147235076261930000012767017759051230882_);%7D .st413%7Bclip-path:url(%23SVGID_00000166649147235076261930000012767017759051230882_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st414%7Bclip-path:url(%23SVGID_00000166649147235076261930000012767017759051230882_);fill:%23EFF3F6;%7D .st415%7Bclip-path:url(%23SVGID_00000166649147235076261930000012767017759051230882_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st416%7Bclip-path:url(%23SVGID_00000166649147235076261930000012767017759051230882_);fill:%233fa2f7;%7D .st417%7Bclip-path:url(%23SVGID_00000166649147235076261930000012767017759051230882_);fill:%23DC3545;%7D .st418%7Bclip-path:url(%23SVGID_00000083068163756748247760000010826779860485538717_);fill:%23FD9337;%7D .st419%7Bclip-path:url(%23SVGID_00000163034990651758257710000008058500863107825560_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st420%7Bclip-path:url(%23SVGID_00000163034990651758257710000008058500863107825560_);fill:none;stroke:%233fa2f7;stroke-width:2;stroke-miterlimit:10;%7D .st421%7Bclip-path:url(%23SVGID_00000163034990651758257710000008058500863107825560_);enable-background:new ;%7D .st422%7Bclip-path:url(%23SVGID_00000013185397485169353130000004444107066261643398_);%7D .st423%7Bclip-path:url(%23SVGID_00000038400661669362070980000014987573818111033506_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st424%7Bclip-path:url(%23SVGID_00000057136969354742266240000017432046679168539572_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st425%7Bclip-path:url(%23SVGID_00000136398523320542881040000007710681408534907265_);fill:%23FD9337;%7D .st426%7Bclip-path:url(%23SVGID_00000067920859683901723700000015369856414726823352_);fill:%23FD9337;%7D .st427%7Bclip-path:url(%23SVGID_00000002353674539128637470000011513404748021988228_);%7D .st428%7Bclip-path:url(%23SVGID_00000137100263530736610200000004974669520491248308_);%7D .st429%7Bopacity:0.7;clip-path:url(%23SVGID_00000067940092821237257940000016802658243725995197_);%7D .st430%7Bclip-path:url(%23SVGID_00000014598750676761319710000016088180149850400929_);fill:%23FFFFFF;%7D .st431%7Bclip-path:url(%23SVGID_00000067940092821237257940000016802658243725995197_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st432%7Bclip-path:url(%23SVGID_00000067940092821237257940000016802658243725995197_);fill:%23EFF3F6;%7D .st433%7Bclip-path:url(%23SVGID_00000110443719718332761380000017288764972762604212_);fill:%233FA2F7;%7D .st434%7Bclip-path:url(%23SVGID_00000110443719718332761380000017288764972762604212_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st435%7Bclip-path:url(%23SVGID_00000110443719718332761380000017288764972762604212_);fill:%2314428F;%7D .st436%7Bclip-path:url(%23SVGID_00000110443719718332761380000017288764972762604212_);fill:%23FFFFFF;%7D .st437%7Bclip-path:url(%23SVGID_00000110443719718332761380000017288764972762604212_);fill:%233fa2f7;%7D .st438%7Bopacity:0.7;clip-path:url(%23SVGID_00000089576017612820898780000012501632632253101956_);%7D .st439%7Bclip-path:url(%23SVGID_00000089576017612820898780000012501632632253101956_);fill:%234CAF50;%7D .st440%7Bclip-path:url(%23SVGID_00000089576017612820898780000012501632632253101956_);fill:%23FAFAFA;%7D .st441%7Bclip-path:url(%23SVGID_00000149369436207986600130000016836674549977091994_);fill:%23FFFFFF;%7D .st442%7Bclip-path:url(%23SVGID_00000073694170765538015840000008246731172069786529_);fill:%23EFF3F6;%7D .st443%7Bclip-path:url(%23SVGID_00000073694170765538015840000008246731172069786529_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st444%7Bclip-path:url(%23SVGID_00000073694170765538015840000008246731172069786529_);fill:%233fa2f7;%7D .st445%7Bclip-path:url(%23SVGID_00000073694170765538015840000008246731172069786529_);fill:%23DC3545;%7D .st446%7Bclip-path:url(%23SVGID_00000054962555565678230570000003731628553888925866_);fill:%23FD9337;%7D .st447%7Bclip-path:url(%23SVGID_00000078761353504649627830000017113158566062931590_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st448%7Bclip-path:url(%23SVGID_00000078761353504649627830000017113158566062931590_);fill:%23FF0000;%7D .st449%7Bclip-path:url(%23SVGID_00000078761353504649627830000017113158566062931590_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st450%7Bclip-path:url(%23SVGID_00000039843920414755895400000016968247303052896440_);%7D .st451%7Bclip-path:url(%23SVGID_00000007415010699457841650000006307012016209134494_);%7D .st452%7Bclip-path:url(%23SVGID_00000049194813506583020490000005591497722462508436_);fill:%2314428F;%7D .st453%7Bclip-path:url(%23SVGID_00000049194813506583020490000005591497722462508436_);fill:%23FFFFFF;%7D .st454%7Bclip-path:url(%23SVGID_00000049194813506583020490000005591497722462508436_);fill:%233fa2f7;%7D .st455%7Bopacity:0.7;clip-path:url(%23SVGID_00000180338849927322043920000001696533729115982000_);%7D .st456%7Bclip-path:url(%23SVGID_00000180338849927322043920000001696533729115982000_);fill:%234CAF50;%7D .st457%7Bclip-path:url(%23SVGID_00000180338849927322043920000001696533729115982000_);fill:%23FAFAFA;%7D .st458%7Bclip-path:url(%23SVGID_00000101085537828105183460000001426546358915067318_);fill:%23FFFFFF;%7D .st459%7Bclip-path:url(%23SVGID_00000023266137626913657930000002736418250500816779_);fill:%23EFF3F6;%7D .st460%7Bclip-path:url(%23SVGID_00000023266137626913657930000002736418250500816779_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st461%7Bclip-path:url(%23SVGID_00000023266137626913657930000002736418250500816779_);fill:%233fa2f7;%7D .st462%7Bclip-path:url(%23SVGID_00000023266137626913657930000002736418250500816779_);fill:%23DC3545;%7D .st463%7Bclip-path:url(%23SVGID_00000041998860607074902450000017580082501652245121_);fill:%23FD9337;%7D .st464%7Bclip-path:url(%23SVGID_00000062189278996466348200000002870693987123374208_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st465%7Bclip-path:url(%23SVGID_00000062189278996466348200000002870693987123374208_);fill:none;stroke:%23FF0000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st466%7Bclip-path:url(%23SVGID_00000062189278996466348200000002870693987123374208_);fill:%23FF0000;%7D .st467%7Bclip-path:url(%23SVGID_00000062189278996466348200000002870693987123374208_);fill:%23EFF3F6;%7D .st468%7Bclip-path:url(%23SVGID_00000062189278996466348200000002870693987123374208_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st469%7Bclip-path:url(%23SVGID_00000005947840530929529430000007605142973293637035_);fill:%233fa2f7;%7D .st470%7Bclip-path:url(%23SVGID_00000149351072532050705230000000499493633996983468_);%7D .st471%7Bclip-path:url(%23SVGID_00000144335991877634211070000013774465528938043837_);%7D .st472%7Bclip-path:url(%23SVGID_00000176743560244741869910000013214649381091181242_);enable-background:new ;%7D .st473%7Bclip-path:url(%23SVGID_00000144335991877634211070000013774465528938043837_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st474%7Bclip-path:url(%23SVGID_00000029767435269197445060000003358158903344054159_);enable-background:new ;%7D .st475%7Bclip-path:url(%23SVGID_00000102537786807410011850000014275730201749412017_);enable-background:new ;%7D .st476%7Bclip-path:url(%23SVGID_00000140710019118387485610000007956368226118897063_);fill:%239E9E9E;%7D .st477%7Bclip-path:url(%23SVGID_00000140710019118387485610000007956368226118897063_);enable-background:new ;%7D .st478%7Bclip-path:url(%23SVGID_00000140710019118387485610000007956368226118897063_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st479%7Bclip-path:url(%23SVGID_00000140710019118387485610000007956368226118897063_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st480%7Bclip-path:url(%23SVGID_00000140710019118387485610000007956368226118897063_);fill:none;stroke:%23FD9337;stroke-width:2;stroke-miterlimit:10;%7D .st481%7Bclip-path:url(%23SVGID_00000045613355723775435330000011549073697538030470_);fill:%233fa2f7;%7D .st482%7Bclip-path:url(%23SVGID_00000045613355723775435330000011549073697538030470_);enable-background:new ;%7D .st483%7Bclip-path:url(%23SVGID_00000137835262077465920080000011959825461486797751_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st484%7Bopacity:0.7;clip-path:url(%23SVGID_00000096020797133461175170000003247477777070457224_);%7D .st485%7Bclip-path:url(%23SVGID_00000096020797133461175170000003247477777070457224_);fill:%234CAF50;%7D .st486%7Bclip-path:url(%23SVGID_00000096020797133461175170000003247477777070457224_);fill:%23FAFAFA;%7D .st487%7Bclip-path:url(%23SVGID_00000018213382766590971650000008992747334759142031_);fill:%23FFFFFF;%7D .st488%7Bclip-path:url(%23SVGID_00000096020797133461175170000003247477777070457224_);fill:%2314428F;%7D .st489%7Bclip-path:url(%23SVGID_00000096020797133461175170000003247477777070457224_);fill:%23FFFFFF;%7D .st490%7Bclip-path:url(%23SVGID_00000113322097629499832620000007829262930769619644_);fill:%23FFFFFF;%7D .st491%7Bclip-path:url(%23SVGID_00000113322097629499832620000007829262930769619644_);fill:%233fa2f7;%7D .st492%7Bclip-path:url(%23SVGID_00000113322097629499832620000007829262930769619644_);fill:%23DC3545;%7D .st493%7Bclip-path:url(%23SVGID_00000085224078933830833000000013676444510047566270_);fill:%23FD9337;%7D .st494%7Bclip-path:url(%23SVGID_00000119108984299677963260000012501569484201753735_);fill:%23FD9337;%7D .st495%7Bclip-path:url(%23SVGID_00000119108984299677963260000012501569484201753735_);enable-background:new ;%7D .st496%7Bclip-path:url(%23SVGID_00000067222518849031108470000004248092041803385747_);%7D .st497%7Bclip-path:url(%23SVGID_00000173851264602387202080000012806269757394202265_);%7D .st498%7Bclip-path:url(%23SVGID_00000155114511761123163780000015030060715782623128_);fill:%2314428F;%7D .st499%7Bclip-path:url(%23SVGID_00000155114511761123163780000015030060715782623128_);fill:%23FFFFFF;%7D .st500%7Bclip-path:url(%23SVGID_00000155114511761123163780000015030060715782623128_);fill:%233fa2f7;%7D .st501%7Bopacity:0.7;clip-path:url(%23SVGID_00000134249600226953519820000006972353067207818386_);%7D .st502%7Bclip-path:url(%23SVGID_00000134249600226953519820000006972353067207818386_);fill:%234CAF50;%7D .st503%7Bclip-path:url(%23SVGID_00000134249600226953519820000006972353067207818386_);fill:%23FAFAFA;%7D .st504%7Bclip-path:url(%23SVGID_00000117675019017036751510000004853016826420735412_);fill:%23FFFFFF;%7D .st505%7Bclip-path:url(%23SVGID_00000013886098413358479890000003825031772746840995_);fill:%23EFF3F6;%7D .st506%7Bclip-path:url(%23SVGID_00000013886098413358479890000003825031772746840995_);fill:none;stroke:%23CFD9E0;stroke-miterlimit:10;%7D .st507%7Bclip-path:url(%23SVGID_00000013886098413358479890000003825031772746840995_);fill:%233fa2f7;%7D .st508%7Bclip-path:url(%23SVGID_00000013886098413358479890000003825031772746840995_);fill:%23DC3545;%7D .st509%7Bclip-path:url(%23SVGID_00000046324486321096650960000013136892467666459833_);fill:%23FD9337;%7D .st510%7Bclip-path:url(%23SVGID_00000111170819442871462610000012810893899646887568_);%7D .st511%7Bclip-path:url(%23SVGID_00000173136649889416286230000016243396482120953260_);enable-background:new ;%7D .st512%7Bclip-path:url(%23SVGID_00000173136649889416286230000016243396482120953260_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st513%7Bclip-path:url(%23SVGID_00000178891826386514480590000015287814221959968901_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st514%7Bclip-path:url(%23SVGID_00000046336287316970481960000010107530590992600724_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st515%7Bclip-path:url(%23SVGID_00000046336287316970481960000010107530590992600724_);enable-background:new ;%7D .st516%7Bclip-path:url(%23SVGID_00000046336287316970481960000010107530590992600724_);fill:%233fa2f7;%7D .st517%7Bclip-path:url(%23SVGID_00000067198822272021913350000000665142305996183981_);fill:%23FD9337;%7D .st518%7Bclip-path:url(%23SVGID_00000067198822272021913350000000665142305996183981_);enable-background:new ;%7D .st519%7Bfill:%23FD9337;%7D .st520%7Bfill:%234AD295;%7D .st521%7Bfill:url(%23SVGID_00000046324168431301584340000015021872368276290189_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st522%7Bfill:url(%23SVGID_00000099638989826276459280000002913050128297248133_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st523%7Bfill:url(%23SVGID_00000157996900700802973430000002025797115971073971_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st524%7Bfill:url(%23SVGID_00000135656094424030717380000004301146628923785131_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st525%7Bfill:url(%23SVGID_00000103961339640863906550000011626361098713320065_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st526%7Bfill:url(%23SVGID_00000168100379203972541760000009443249860140670600_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st527%7Bfill:url(%23SVGID_00000082347753083209474640000010705365162097197489_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st528%7Bfill:url(%23SVGID_00000136404343158609678010000007314689282401518506_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st529%7Bfill:url(%23SVGID_00000052089890196323695490000000021723088260621200_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st530%7Bfill:url(%23SVGID_00000029039834147432972030000000259163977563550393_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st531%7Bfill:url(%23SVGID_00000129198739003413160020000004751443046113075617_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st532%7Bfill:url(%23SVGID_00000077286314598282682670000009102426173779609991_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st533%7Bfill:url(%23SVGID_00000000943062736031633600000010318105709934630790_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st534%7Bfill:url(%23SVGID_00000134933072769498497400000012324938884645655986_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st535%7Bfill:url(%23SVGID_00000135688201694323916680000000273571681210115468_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st536%7Bfill:url(%23SVGID_00000098921038491257597710000012570896410687023254_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st537%7Bfill:url(%23SVGID_00000087395179242151116110000006305247427266224025_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st538%7Bfill:url(%23SVGID_00000158018391317994189630000009533243226476326801_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st539%7Bfill:url(%23SVGID_00000128474939324973739240000004145913872676623786_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st540%7Bfill:url(%23SVGID_00000121987857610282963810000008338007005225424571_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st541%7Bfill:url(%23SVGID_00000145746097861957967220000012436617004278445474_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st542%7Bfill:url(%23SVGID_00000000221552442923556410000009206939807764607622_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st543%7Bfill:url(%23SVGID_00000057848453246774056910000013578005669422011550_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st544%7Bfill:url(%23SVGID_00000074414339618395819170000011983611897354460559_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st545%7Bfill:url(%23SVGID_00000152976350840711262470000016903300505892393118_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st546%7Bfill:url(%23SVGID_00000005231016946564850480000001287194228236673415_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st547%7Bfill:url(%23SVGID_00000005240880604043027670000007588966386182491562_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st548%7Bfill:url(%23SVGID_00000034797548310672149730000016382177397186999452_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st549%7Bfill:url(%23SVGID_00000096023553768639408530000018017911382155924404_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st550%7Bfill:url(%23SVGID_00000042695968088658145490000013025734527364698031_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st551%7Bfill:url(%23SVGID_00000091715664437834134970000016536568400581111206_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st552%7Bfill:url(%23SVGID_00000091002336716703050840000007588019465629499054_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st553%7Bfill:url(%23SVGID_00000112621934825320692530000017977672925537598388_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st554%7Bfill:url(%23SVGID_00000112619687191337747400000011867555738195438756_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st555%7Bfill:url(%23SVGID_00000069360222779975175010000009624018252142610103_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st556%7Bfill:url(%23SVGID_00000024714517971907917360000000671906536535828365_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st557%7Bfill:url(%23SVGID_00000008856279620353501410000008675388885697457539_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st558%7Bfill:url(%23SVGID_00000013162317170991424850000007373733211970072220_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st559%7Bfill:url(%23SVGID_00000010994027436432636700000014726218066860969106_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st560%7Bfill:url(%23SVGID_00000049181319214237308800000008815939447720326528_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st561%7Bfill:url(%23SVGID_00000161613555887142205600000016342163750702329733_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st562%7Bfill:url(%23SVGID_00000086690720784706647810000008445042371939837580_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st563%7Bfill:url(%23SVGID_00000174568607572354310850000013259185901950640571_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st564%7Bfill:url(%23SVGID_00000069366222980809672280000008081626122243263137_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st565%7Bfill:url(%23SVGID_00000096740126774981078300000000862729421117541001_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st566%7Bfill:url(%23SVGID_00000175313530194073089080000002456391377865390519_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st567%7Bfill:url(%23SVGID_00000023238725934049201330000011036553892189573273_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st568%7Bfill:url(%23SVGID_00000026850470264047197340000012905892837978849152_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st569%7Bfill:url(%23SVGID_00000000912954746230573500000009910908187755070336_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st570%7Bfill:url(%23SVGID_00000166676543627098096610000002649508655946260895_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st571%7Bfill:url(%23SVGID_00000057120826630554638320000010977721752003794348_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st572%7Bfill:url(%23SVGID_00000014617826420215609730000009989382451894285697_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st573%7Bfill:url(%23SVGID_00000080896618778483616390000017111807544163665590_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st574%7Bfill:url(%23SVGID_00000142168296380390459620000012229195506404100531_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st575%7Bfill:url(%23SVGID_00000049914587873149793340000007910187342365169024_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st576%7Bfill:url(%23SVGID_00000160888319393895958900000003979200164428255655_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st577%7Bfill:url(%23SVGID_00000174574244608840363820000005973855508636894883_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st578%7Bfill:url(%23SVGID_00000039834553004262825240000016913219584554900382_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st579%7Bfill:url(%23SVGID_00000161614281918139137870000013729505396690539421_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st580%7Bfill:url(%23SVGID_00000098194576228011639970000015546767878514451122_);stroke:%233fa2f7;stroke-miterlimit:10;%7D .st581%7Bfill:%23FFFFFF;%7D .st582%7Bfill:%233fa2f7;%7D .st583%7Bfill:%23515151;%7D%0A%3C/style%3E%3Cpath class='st582' d='M0.4,7.8c11.6,0,23.3,0,34.9,0c0.3,0,0.4-0.1,0.5-0.4c0.5-2.2,1.1-4.5,1.7-6.7c0.1-0.3,0.2-0.4,0.5-0.4 c3.1,0,6.2,0,9.3,0c0.3,0,0.4,0.1,0.4,0.4c0,0.8,0,1.5,0,2.3c0,0.3-0.1,0.4-0.4,0.4c-2.3,0-4.5,0-6.8,0c-0.3,0-0.5,0.1-0.5,0.4 c-0.4,1.8-0.9,3.6-1.3,5.3c-2,8-4,16.1-6,24.1c-0.1,0.3,0,0.4,0.3,0.5c2.4,0.8,3.8,3.1,3.4,5.6c-0.4,2.8-3.1,4.7-5.9,4.2 c-2.8-0.5-4.7-3.2-4.1-5.9c0.1-0.4,0.4-0.8,0.2-1c-0.2-0.2-0.7-0.1-1.1-0.1c-3.2,0-6.4,0-9.6,0c-0.3,0-0.5,0-0.3,0.4 c0.3,0.8,0.3,1.6,0.2,2.4c-0.4,2.8-3.1,4.7-5.9,4.2c-2.8-0.5-4.7-3.3-4.1-6c0.5-2.5,2.6-4.1,5.1-4.1c6,0,12.1,0,18.1,0 c0.3,0,0.5-0.1,0.5-0.4c0.3-1.1,0.6-2.3,0.8-3.4c0.1-0.5,0.1-0.5-0.4-0.5c-7.9,0-15.7,0-23.6,0c-0.3,0-0.5,0-0.5-0.4 c-1.5-6.2-3.1-12.3-4.6-18.5C0.9,9.6,0.7,8.8,0.4,8.1V7.8z M29.9,10.9c-0.2,0-0.3,0-0.4,0.3c-0.2,1.8-0.4,3.7-0.7,5.5 c0,0.3,0,0.3,0.3,0.3c1.3,0,2.7,0,4,0c0.2,0,0.3-0.1,0.4-0.3c0.5-1.8,0.9-3.7,1.4-5.5c0.1-0.3,0-0.3-0.3-0.3c-0.8,0-1.6,0-2.3,0 C31.4,10.9,30.7,10.9,29.9,10.9 M18.1,11.3c0-0.3-0.1-0.4-0.4-0.4c-1.5,0-3,0-4.5,0c-0.3,0-0.4,0.1-0.4,0.4c0.2,1.8,0.5,3.6,0.7,5.3 c0,0.3,0.1,0.4,0.5,0.4c1.2,0,2.5,0,3.7,0c0.4,0,0.4-0.1,0.4-0.5c0-0.9,0-1.7,0-2.6C18.1,13.1,18.1,12.2,18.1,11.3 M21.1,16.7 c0,0.3,0.1,0.3,0.3,0.3c1.3,0,2.6,0,3.9,0c0.2,0,0.3-0.1,0.4-0.3c0.2-1.8,0.4-3.6,0.7-5.4c0-0.3,0-0.4-0.3-0.4c-1.5,0-3,0-4.6,0 c-0.3,0-0.4,0.1-0.4,0.4c0,0.9,0,1.8,0,2.7C21.1,14.9,21.1,15.8,21.1,16.7 M4.7,10.9c-0.2,0-0.4,0-0.3,0.3c0.5,1.8,0.9,3.6,1.4,5.5 C5.9,16.9,6,17,6.2,17c1.3,0,2.5,0,3.8,0c0.3,0,0.4,0,0.4-0.4c-0.2-1.8-0.5-3.6-0.7-5.4c0-0.3-0.1-0.4-0.4-0.4c-0.8,0-1.5,0-2.3,0 C6.2,10.9,5.5,10.9,4.7,10.9 M18.1,20.4c0-0.3,0-0.4-0.4-0.4c-1.2,0-2.3,0-3.5,0c-0.3,0-0.3,0.1-0.3,0.4c0.2,1.8,0.5,3.6,0.7,5.4 c0,0.3,0.1,0.3,0.4,0.3c0.9,0,1.8,0,2.8,0c0.3,0,0.4-0.1,0.3-0.4c0-0.9,0-1.8,0-2.7C18.1,22.2,18.1,21.3,18.1,20.4 M28.7,20.1 c-0.2,0-0.3,0.1-0.3,0.3c-0.2,1.9-0.5,3.7-0.7,5.6c0,0.2,0,0.3,0.3,0.3c1,0,1.9,0,2.9,0c0.2,0,0.3-0.1,0.3-0.3 c0.5-1.8,0.9-3.7,1.4-5.5c0.1-0.3,0-0.3-0.3-0.3c-0.6,0-1.2,0-1.8,0C29.9,20.1,29.3,20.1,28.7,20.1 M21.1,25.9 c0,0.3,0.1,0.3,0.3,0.3c0.9,0,1.8,0,2.8,0c0.3,0,0.3-0.1,0.4-0.3c0.2-1.8,0.5-3.6,0.7-5.5c0-0.3-0.1-0.3-0.3-0.3c-1.2,0-2.3,0-3.5,0 c-0.3,0-0.3,0.1-0.3,0.4c0,0.9,0,1.8,0,2.7C21.1,24,21.1,24.9,21.1,25.9 M11.3,26.2c0.2,0,0.3-0.1,0.2-0.3c-0.2-1.9-0.5-3.7-0.7-5.6 c0-0.2-0.1-0.3-0.3-0.3c-1.2,0-2.4,0-3.6,0c-0.2,0-0.3,0.1-0.2,0.3c0.5,1.9,0.9,3.7,1.4,5.6c0.1,0.2,0.2,0.3,0.4,0.3 c0.5,0,0.9,0,1.4,0C10.3,26.2,10.8,26.2,11.3,26.2 M31.2,40.7c1.1,0,2-0.9,2-2c0-1.1-0.9-2-2-2c-1.1,0-2,0.9-2,2 C29.2,39.8,30.1,40.7,31.2,40.7 M10.5,40.7c1.1,0,2-0.9,2-2c0-1.1-0.9-2-2-2c-1.1,0-2,0.9-2,2C8.5,39.8,9.4,40.7,10.5,40.7'/%3E%3C/svg%3E%0A");
}
header .celsus-bottom-header .celsus-user-links ul li.item-user-link,
header .celsus-middle-header .celsus-user-links ul li.item-user-link {
  cursor: pointer;
  position: relative;
}
header .celsus-bottom-header .celsus-user-links ul li.item-user-link:hover,
header .celsus-middle-header .celsus-user-links ul li.item-user-link:hover {
  transition: .3s;
}
header .celsus-bottom-header .celsus-user-links ul li.item-user-link.cls-main-user-actions > ul,
header .celsus-middle-header .celsus-user-links ul li.item-user-link.cls-main-user-actions > ul {
  padding: 15px 0 0 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(110%);
  text-align: right;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
}
header .celsus-bottom-header .celsus-user-links ul li.item-user-link.cls-main-user-actions > ul li,
header .celsus-middle-header .celsus-user-links ul li.item-user-link.cls-main-user-actions > ul li {
  margin: 0;
}
header .celsus-bottom-header .celsus-user-links ul li.item-user-link.cls-main-user-actions > ul li > a,
header .celsus-middle-header .celsus-user-links ul li.item-user-link.cls-main-user-actions > ul li > a {
  display: block;
  padding: 5px 10px;
  white-space: nowrap;
  text-align: right;
  border: 1px solid #d3d3d3;
  background: #ffffff;
  color: #333333;
  border-top: none;
  transition: 0.3s all ease;
  font-family: 'Oxygen', sans-serif;
  padding: 1em;
}
header .celsus-bottom-header .celsus-user-links ul li.item-user-link.cls-main-user-actions > ul li > a:hover,
header .celsus-middle-header .celsus-user-links ul li.item-user-link.cls-main-user-actions > ul li > a:hover {
  text-decoration: none;
  background: #eeeeee;
}
header .celsus-bottom-header .celsus-user-links ul li.item-user-link.cls-main-user-actions > ul li:first-child > a,
header .celsus-middle-header .celsus-user-links ul li.item-user-link.cls-main-user-actions > ul li:first-child > a {
  border-top: 1px solid #d3d3d3;
}
header .celsus-bottom-header .celsus-user-links ul li.item-user-link.cls-main-user-actions:hover > ul,
header .celsus-middle-header .celsus-user-links ul li.item-user-link.cls-main-user-actions:hover > ul {
  transform: translateY(100%);
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease;
}

header .celsus-bottom-header .celsus-user-links ul li.item-user-link,
header .celsus-middle-header .celsus-user-links ul li.item-user-link {
  width: 100%;
  padding: 10px 15px 8px;
  /* background: #eeeeee; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  /* border: 1px solid #d3d3d3; */
}
/** end style account and minicart */

/*iconos*/
.celsus-icons:before {
  content: '';
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  transition: .3s all ease;
  position: relative;
  background-repeat: no-repeat;
}
i.icon-filter:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30.7 32' style='enable-background:new 0 0 30.7 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:%23144490;%7D .st1%7Bclip-path:url(%23SVGID_2_);%7D .st2%7Bclip-path:url(%23SVGID_4_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st3%7Bclip-path:url(%23SVGID_2_);fill:%2314428F;%7D .st4%7Bclip-path:url(%23SVGID_8_);fill:%233FA2F7;%7D .st5%7Bclip-path:url(%23SVGID_10_);fill:%234CAF50;%7D .st6%7Bclip-path:url(%23SVGID_10_);fill:%23FAFAFA;%7D .st7%7Bclip-path:url(%23SVGID_10_);fill:%23FFFFFF;%7D .st8%7Bclip-path:url(%23SVGID_10_);fill:%233FA2F7;%7D .st9%7Bclip-path:url(%23SVGID_10_);fill:%23144490;%7D .st10%7Bclip-path:url(%23SVGID_14_);enable-background:new ;%7D .st11%7Bclip-path:url(%23SVGID_14_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st12%7Bclip-path:url(%23SVGID_22_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st13%7Bclip-path:url(%23SVGID_24_);fill:%239E9E9E;%7D .st14%7Bclip-path:url(%23SVGID_24_);enable-background:new ;%7D .st15%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st16%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st17%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23FD9337;stroke-width:2;stroke-miterlimit:10;%7D .st18%7Bclip-path:url(%23SVGID_54_);fill:%23144490;%7D .st19%7Bclip-path:url(%23SVGID_54_);enable-background:new ;%7D .st20%7Bclip-path:url(%23SVGID_54_);fill:%234CAF50;%7D .st21%7Bclip-path:url(%23SVGID_54_);fill:%23FD9337;%7D .st22%7Bclip-path:url(%23SVGID_58_);fill:%23FFFFFF;%7D .st23%7Bfill:%233FA2F7;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st23' d='M30.7,3.3c0-1.8-1.5-3.3-3.3-3.3C25.5,0,24,1.5,24,3.3c0,1.6,1.1,3,2.7,3.3v22.7H28V6.6 C29.5,6.3,30.7,4.9,30.7,3.3 M27.3,5.3c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C29.3,4.4,28.4,5.3,27.3,5.3'/%3E%3Cpath class='st23' d='M4,25.4V2.7H2.7v22.7C1.1,25.7,0,27,0,28.7C0,30.5,1.5,32,3.3,32c1.8,0,3.3-1.5,3.3-3.3 C6.7,27,5.5,25.7,4,25.4L4,25.4z M3.3,30.7c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C5.3,29.8,4.4,30.7,3.3,30.7'/%3E%3Cpath class='st23' d='M16,12.7V2.7h-1.3v10.1C13.1,13,12,14.4,12,16c0,1.6,1.1,3,2.7,3.3v10.1H16V19.3c1.5-0.3,2.7-1.7,2.7-3.3 C18.7,14.4,17.5,13,16,12.7 M15.3,18c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C17.3,17.1,16.4,18,15.3,18'/%3E%3C/g%3E%3C/svg%3E%0A");
  margin-right: .8rem;
  top: .2rem;
}
@media (max-width: 991px) and (min-width: 0) {
  header .celsus-bottom-header nav ul .menuToggle > ul {
    opacity: 0;
  }
  #layer-product-list .categoryFilter {
    display: none;
  }
  body {
    padding-top: 16vh;
  }
  header .celsus-middle-header {
    padding: 1rem 0;
    border-bottom: 1px solid #d3d3d3;
    transition: .5s all ease;
    z-index: 3;
  }
  header .celsus-middle-header .celsus-user-links ul li.item-user-link.cls-main-user-actions > ul {
    right: 0;
    left: 0;
  }
  header .celsus-middle-header .celsus-user-links ul li.item-user-link.cls-main-user-actions > ul li > a {
    text-align: center;
  }
  .mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -45px;
    padding: 1rem;
    transform: none;
    width: 40px;
    height: 40px;
  }
  header.page-header.active .celsus-middle-header {
    padding: .6rem 0;
  }
  header .celsus-middle-header .container {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    max-width: inherit;
  }
  header .celsus-middle-header .celsus-user-links {
    position: absolute;
    right: 64px;
  }
  header .celsus-middle-header .container .form-minisearch-wrapper {
    margin-right: 22vh;
  }
  header .celsus-bottom-header .celsus-user-links.mobile {
    /*display: block !important;*/
  }
  header .celsus-middle-header .container .celsus-logo-wrapper {
    grid-column: 1;
    grid-row: 1;
    -ms-grid-column-align: start;
    justify-self: start;
    margin: 0;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  header .celsus-middle-header .container .celsus-logo-wrapper a img {
    width: 10rem;
    transition: .5s all ease;
  }
  header.page-header.active .container .celsus-logo-wrapper a img {
    width: 8rem;
  }
  header.page-header.active .celsus-bottom-header {
    padding: 0;
  }
  header .celsus-middle-header .container .interesting-areas-wrapper {
    display: none;
  }
  header .celsus-bottom-header .container .form-minisearch-wrapper {
    display: flex;
  }
  header .celsus-bottom-header {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-end;
    position: fixed;
    background: transparent;
    top: 128px;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate(0, 0);
    transition: 0.3s all ease;
    z-index: 2;
    padding: 0;
    height: 100vh;
    pointer-events: none;
  }
  header.page-header.active .celsus-bottom-header {
    top: 106px;
  }
  header .celsus-bottom-header.active {
    transform: translate(0, 0);
    pointer-events: auto;
  }
  header .celsus-bottom-header nav {
    transition: 0.3s all ease;
    transform: translate(-100%, 0);
    height: 100%;
    background: #eff3f6;
    display: block;
  }
  header .celsus-bottom-header.active nav {
    transform: translate(0, 0);
  }
  header .celsus-bottom-header .container {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 0;
    max-width: none;
  }
  header .celsus-bottom-header nav ul {
    flex-direction: column;
  }
  header .celsus-bottom-header nav ul li {
    position: relative;
    margin: 0;
    padding: 0;
  }
  header .celsus-bottom-header nav ul li:hover > ul {
    transform: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: 0.3s all ease;
  }
  header .celsus-bottom-header nav ul li#menuStatic:hover > ul {
    transform: translateY(100%) !important;
    visibility: visible !important;
    opacity: 1 !important;
    transition: 0.3s all ease;
  }
  header .celsus-bottom-header nav ul li.interesting-areas {
    /*display: block;*/
  }
  header .celsus-bottom-header nav ul li#menuStatic {
    order: 7;
  }
  header .celsus-bottom-header nav ul li#menuStatic a.wrapp-burger {
    background-color: #eff3f6;
    color: #3fa2f7;
  }
  header .celsus-bottom-header nav ul .menuToggle .header__burger--lines span {
    background-color: #3fa2f7;
  }
  header .celsus-bottom-header nav ul .menuToggle:first-child > ul {
    margin-top: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    float: right;
  }
  header .celsus-bottom-header nav ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 1rem;
    display: block;
    white-space: nowrap;
    text-align: left;
    border-bottom: 1px solid #144490;
    background-color: #144490;
    color: #fff;
    transition: 0.3s all ease;
    padding: 0.5em 3em;
    position: relative;
    border-top: 1px solid #144490;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  header .celsus-bottom-header nav ul li.parent a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60%;
    position: absolute;
    right: 15px;
  }
  header .celsus-bottom-header nav ul li a .interesting-areas-wrapper span {
    font-weight: 600;
    color: #3a3a3a;
    font-size: 1rem;
  }
  header .celsus-bottom-header .container .celsus-user-links,
  header .celsus-bottom-header .container .celsus-user-links ul {
    width: 100%;
  }
  header .celsus-bottom-header .container .celsus-user-links ul {
    background-color: #eff3f6;
    padding: 0.5rem 0;
  }
  header .celsus-middle-header .celsus-toggle-mobile-btn {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  header .celsus-middle-header .celsus-toggle-mobile-btn .header__burger--lines {
    position: relative;
    border: 0;
    height: 18px;
  }
  header .celsus-middle-header .celsus-toggle-mobile-btn .header__burger--lines span {
    display: block;
    width: 21px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #14428f;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease;
  }
  header .celsus-middle-header .celsus-toggle-mobile-btn .header__burger--lines span:last-child {
    margin-bottom: 0;
  }
  header .celsus-middle-header .celsus-toggle-mobile-btn.active .header__burger--lines span:nth-child(1) {
    transform: rotate(-42deg) translate(-8px, 11px);
  }
  header .celsus-middle-header .celsus-toggle-mobile-btn.active .header__burger--lines span:nth-child(2) {
    opacity: 0;
  }
  header .celsus-middle-header .celsus-toggle-mobile-btn.active .header__burger--lines span:nth-child(3) {
    transform: rotate(42deg) translate(-4px, -9px);
  }
  header .celsus-middle-header .celsus-toggle-mobile-btn.active i.celsus-toogle:before {
    content: "\f00d";
  }
  header .celsus-middle-header .celsus-user-links ul {
    /*display: none;*/
  }
  header .celsus-middle-header .container .close-theme-menu {
    position: sticky;
    top: 0;
    left: 0;
    background: #333333;
    padding: 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    z-index: 1;
    width: 100%;
  }
  header .celsus-middle-header .container .close-theme-menu::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 15px;
  }
  header .celsus-middle-header .container .close-theme-menu::after {
    content: "Volver";
    text-transform: uppercase;
  }
  header .celsus-middle-header .container .close-theme-menu i {
    display: none;
  }
  header .celsus-middle-header .container .theme-main-wrapper {
    padding: 0 15px 15px;
  }
  header .celsus-middle-header .container .theme-main-wrapper ul {
    justify-content: left;
  }
  header .celsus-middle-header .container .theme-main-wrapper ul li {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  header .celsus-middle-header .container .theme-main-wrapper ul li a {
    font-size: 1em;
    margin: 0 0 5px;
    padding: 10px 0 10px;
    display: block;
    border-bottom: 1px solid #d3d3d3;
  }
  header .celsus-middle-header .container .theme-main-wrapper ul li::before {
    display: none;
  }
  header .themes-main-container {
    bottom: 0;
    left: 0;
    right: 0;
    min-height: auto;
    top: 16vh;
  }
  header .themes-main-container.active {
    opacity: 1;
    pointer-events: all;
  }

}



/* main */
#maincontent {
  margin-top: 1.6em;
}
#maincontent .page-title-wrapper {
  text-align: center;
}
#maincontent .page-title-wrapper h1.page-title {
  font-size: 1.4rem;
  font-weight: 900;
  color: #212529;
  margin: 0;
}
#maincontent .page-title-wrapper .section-header-title {
  font-size: 1.4rem;
  font-weight: 900;
  color: #212529;
  margin: 0;
}
#maincontent .page-title-wrapper .section-header-title span {
  color: #1979c3;
}
#maincontent .page-title-wrapper .section-header-paragraph {
  font-size: 1.2rem;
  font-weight: 400;
  color: #212529;
  margin: 0;
}
#maincontent .page-title-wrapper .section-header-paragraph span {
  color: #1979c3;
}
/*Home buscador*/
.hptx-ajax-input-search-wrapper > form > input[type="reset"] {
  height: auto !important;
}
#search_mini_form.sparsh-minisearch #search {
  display: block!important;
  font-size: 13px;
}
#maincontent .cls-top-page-blocks .cls-category-search-wrapper .block-search {
  width: 100%;
  float: none;
}
#maincontent .cls-top-page-blocks .cls-category-search-wrapper .block-search .block-content form label.label {
  display: none;
}
#maincontent .cls-top-page-blocks .cls-category-search-wrapper .block-search .block-content form .control {
  text-align: center;
  border: 0;
}
#maincontent .cls-top-page-blocks .cls-category-search-wrapper .block-search .block-content form .control .search-wrapper-box {
  position: relative;
  width: 60%;
  margin: auto;
}
#maincontent .cls-top-page-blocks .cls-category-search-wrapper .block-search .block-content form .control .search-wrapper-box button {
  position: absolute;
  top: 1.3em;
  right: 0;
  background: transparent;
  border: 0;
  outline: 0;
}
#maincontent .cls-top-page-blocks .cls-category-search-wrapper .block-search .block-content form .control .search-wrapper-box i.icon-search:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 34.8 34.8' style='enable-background:new 0 0 34.8 34.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:%23144490;%7D .st1%7Bclip-path:url(%23SVGID_2_);%7D .st2%7Bclip-path:url(%23SVGID_4_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st3%7Bclip-path:url(%23SVGID_2_);fill:%2314428F;%7D .st4%7Bclip-path:url(%23SVGID_8_);fill:%233FA2F7;%7D .st5%7Bclip-path:url(%23SVGID_10_);fill:%234CAF50;%7D .st6%7Bclip-path:url(%23SVGID_10_);fill:%23FAFAFA;%7D .st7%7Bclip-path:url(%23SVGID_10_);fill:%23FFFFFF;%7D .st8%7Bclip-path:url(%23SVGID_10_);fill:%233FA2F7;%7D .st9%7Bclip-path:url(%23SVGID_10_);fill:%23144490;%7D .st10%7Bclip-path:url(%23SVGID_14_);enable-background:new ;%7D .st11%7Bclip-path:url(%23SVGID_14_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st12%7Bclip-path:url(%23SVGID_22_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st13%7Bclip-path:url(%23SVGID_24_);fill:%239E9E9E;%7D .st14%7Bclip-path:url(%23SVGID_24_);enable-background:new ;%7D .st15%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st16%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st17%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23FD9337;stroke-width:2;stroke-miterlimit:10;%7D .st18%7Bclip-path:url(%23SVGID_54_);fill:%23144490;%7D .st19%7Bclip-path:url(%23SVGID_54_);enable-background:new ;%7D .st20%7Bclip-path:url(%23SVGID_54_);fill:%234CAF50;%7D .st21%7Bclip-path:url(%23SVGID_54_);fill:%23FD9337;%7D .st22%7Bclip-path:url(%23SVGID_58_);fill:%23FFFFFF;%7D .st23%7Bfill:%233FA2F7;%7D%0A%3C/style%3E%3Cpath class='st23' d='M34.8,33l-10-10c2-2.4,3.2-5.5,3.2-8.9c0-7.7-6.3-14-14-14C6.3,0,0,6.3,0,14c0,7.7,6.3,14,14,14 c3.4,0,6.5-1.2,8.9-3.2l10,10L34.8,33z M1.5,14C1.5,7.1,7.1,1.5,14,1.5c6.9,0,12.5,5.6,12.5,12.5c0,6.9-5.6,12.5-12.5,12.5 C7.1,26.5,1.5,20.9,1.5,14'/%3E%3C/svg%3E%0A");
  width: 2.1rem;
  height: 2.1rem;
}
#maincontent .cls-top-page-blocks .cls-category-search-wrapper .block-search .block-content form .control input {
  border: 0;
  border-bottom: 1px solid #c2c2c2;
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 3em;
  padding: 1em 0;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  position: static;
}
#maincontent .cls-top-page-blocks .cls-category-search-wrapper .block-search .block-content form .control input:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
#maincontent .cls-top-page-blocks .cls-category-search-wrapper .block-search .block-content form .control .separator {
  height: 3px;
  width: 100%;
  background: #68B3FF;
  display: block;
  -webkit-transform: scaleX(0) translateY(-2px);
  transform: scaleX(0) translateY(-2px);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  margin: auto;
}
#maincontent .cls-top-page-blocks .cls-category-search-wrapper .block-search .block-content form .control input:focus + .separator {
  -webkit-transform: scaleX(1) translateY(-2px);
  transform: scaleX(1) translateY(-2px);
  opacity: 1;
}
/*mp-product-slider-block*/
#mageplaza-productslider-block-before-content-2 {
  margin-top: 3rem;
}
#maincontent .mp-product-slider-block {
  padding: 1rem 0 0;
  position: relative;
  margin-bottom: 3rem !important;
  display: block;
}
#maincontent .mp-product-slider-block:before {
  content: '';
  width: 100%;
  border-bottom: 2px solid #d3d3d3;
  position: absolute;
  bottom: -.3rem;
  margin: auto;
  left: 0;
  right: 0;
}
#maincontent .mp-product-slider-block h2.mp-product-slider-title {
  margin: 0;
  font-size: 2.1rem;
  font-weight: 900;
  color: #4d4d4d;
  position: relative;
  width: fit-content;
  margin: auto;
}
#maincontent .mp-product-slider-block h2.mp-product-slider-title:after {
  width: 100%;
  content: '';
  border-bottom: 3px solid #144490;
  position: absolute;
  bottom: -.3rem;
  margin: auto;
  left: 0;
  right: 0;
}
#maincontent .products-grid .owl-theme .owl-nav {
  font-size: 12px;
  display: block;
}
#maincontent .products-grid .owl-theme .owl-nav button {
  font-size: 2em;
  width: 2.5rem;
  height: 2.5rem;
  transition: .3s;
  position: relative;
  border: 2px solid #d3d3d3;
  z-index: 0;
  border-radius: 0;
  background: transparent;
  color: #d3d3d3;
  margin: -1px;
}
#maincontent .products-grid .owl-theme .owl-nav button span {
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
#maincontent .products-grid .owl-theme .owl-nav .owl-dot.active span,
#maincontent .owl-theme .owl-nav .owl-dot:hover span {
  background: #d3d3d3;
  color: #ffffff;
}
#maincontent .products-grid .owl-theme .owl-nav .owl-dot span:before {
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0;
  content: '<';
  margin: auto;
  right: 0;
  font-size: 1.5rem;
}
#maincontent .products-grid .owl-theme .owl-nav .owl-dot:nth-child(2) span:before {
  transform: rotate(180deg);
}
/*block-content*/
#maincontent .block-content {
  margin: 2.5rem 0 3rem;
}
#maincontent .block-content .products-grid ol li {
  margin-bottom: 0;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info {
  display: flex;
  width: 96% !important;
  font-size: 12px;
  flex-direction: column;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info a.slider-product-item-photo {
  width: 100%;
}
#maincontent ol li a .product-image-container {
  -webkit-box-shadow: 0 0 13px rgb(51 51 51 / 16%);
  box-shadow: 0 0 13px rgb(51 51 51 / 16%);
}
#maincontent .block-content .products-grid ol li .slider-product-item-info div.slider-product-item-details {
  width: 100%;
  position: relative;
}
#maincontent .content-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .tag.novelty {
  background: #144490;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .tag.pack {
  background: #3a3a3a;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .tag.publication {
  background: #dc3545;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .tag.offer {
  background: #ffcf00;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .product-item-name {
  line-height: normal;
  margin: 0 0 10px 0;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .product-item-name a {
  font-size: 1.2em;
  font-weight: 900;
  color: #212529;
  font-family: 'Oxygen', sans-serif;
  white-space: inherit !important;
  height: 55px;
  hyphens: none;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.6rem;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info hr {
  margin: 0;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .wrapp-flex {
  display: flex;
  position: relative;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .data-box {
  margin: 0;
  color: #212529;
  width: 80%;
  height: 45px;
  overflow: hidden;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .data-box .year-containe,
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .data-box .author-containe {
  display: inline;
  color: #606060;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .data-box .year-containe .year-label,
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .data-box .author-containe .author-label {

  margin-right: 0;
  display: inline-block;
  font-family: 'Oxygen', sans-serif;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .data-box .year-containe .year-wrapper,
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .data-box .author-containe .author-wrapper {
  font-size: 1.2em;
  font-family: 'Josefin Sans', sans-serif;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .price-box {
  margin: .5rem 0 10px;
  font-size: 1em;
  color: #212529;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: .9rem;
  height: 102px;
}

#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .price-label {
  color: #606060;
  margin-right: .5em;
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .price {
  font-size: 1em;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .precio-regular  .price {
  text-decoration: line-through;
  color: #949494
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .special-price,
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .old-price {
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  justify-content: space-between;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .special-price.special-price-celsus {
  color: #fd9337;
  font-size: 1rem;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .special-price.special-price-celsus .price-label {
  color: #fd9337;
  font-size: .75rem;
  font-weight: 600;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .special-price .price-container,
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .old-price .price-container {
  display: flex;
  flex-direction: column;
  width: 60%;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .special-price .cotizar,
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .old-price .cotizar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .special-price .cotizar button,
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .old-price .cotizar button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  color: inherit;
  padding: 0;
  font-size: inherit;
  border: 0;
  font-weight: inherit;
  white-space: normal;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .special-price .cotizar.addCart span {
  color: #3a3a3a;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .special-price .cotizar span,
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .old-price .cotizar span {
  text-transform: uppercase;
  font-size: .5rem;
  text-align: right;
  line-height: 1.2;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .special-price .cotizar svg,
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .old-price .cotizar svg {
  max-width: 30px;
  min-height: 30px;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-bottom: 4px;
}
.categoryFilter {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 64px;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
#maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .slider-product-item-actions .action.primary {
  border-radius: 1em 0;
  font-size: 1em;
  padding: .5em 1em;
  line-height: normal;
  margin-top: 1rem;
}



/*-------- Octubre 2020 ficha de publicación Celsus ----------*/

.catalog-product-view #maincontent .celsus-product-view-wrapper .product-add-form #product_addtocart_form {
  display: flex;
  flex-direction: column;
}
.catalog-product-view #maincontent .celsus-product-view-wrapper .box-tocart {
  width: auto;
  float: left;
}
.catalog-product-view #maincontent .celsus-product-view-wrapper .box-tocart .fieldset:last-child {
  margin: 0;
}
.catalog-product-view #maincontent .celsus-product-view-wrapper .action.primary {
  width: auto;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  color: inherit;
  padding: 0;
  font-size: inherit;
  border: 0;
  font-weight: inherit;
  white-space: normal;
  margin: 1rem auto 0;
}
.catalog-product-view #maincontent .celsus-product-view-wrapper .action.primary span {
  text-transform: uppercase;
  font-size: .67rem;
  text-align: right;
  line-height: 1.2;
  max-width: 65px;
  font-weight: bold;
}
.catalog-product-view #maincontent .celsus-product-view-wrapper .action.primary svg {
  max-width: 37px;
  min-height: 37px;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-bottom: 4px;
}
.celsus-product-view-wrapper {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  grid-template-areas: "titles titles titles titles img img img img editions editions editions editions"
                        "tabsinfo tabsinfo tabsinfo tabsinfo tabsinfo tabsinfo tabsinfo tabsinfo tabsinfo tabsinfo tabsinfo tabsinfo";
  -ms-grid-rows: max-content min-content min-content min-content 1fr;
  grid-template-rows: -webkit-max-content -webkit-min-content -webkit-min-content -webkit-min-content 1fr;
  grid-template-rows: max-content min-content min-content min-content 1fr;
}
.celsus-product-view-wrapper .celsus-product-view-left-column {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  width: 410px;
  padding-right: 0;
  grid-area: titles;
}
.celsus-product-view-wrapper .celsus-product-view-left-column .celsus-product-category a {
  color: #757575;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  line-height: 25px;
  margin: 0 0 1.5rem;
  font-family: "Josefin Sans", sans-serif;
  border-bottom: 2px solid #d3d3d3;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-weight: 500;
}
.celsus-product-view-wrapper .celsus-product-view-left-column .celsus-product-title {
  font-weight: 900;
  color: #2e2e2e;
  margin: 0 0 0.3rem;
  font-size: 2rem;
}
.celsus-product-view-wrapper .celsus-product-view-left-column .celsus-product-subtitle {
  color: #9e9e9e;
  font-style: italic;
  margin: 0 0 1.5rem;
  font-size: 1.8rem;
}
.celsus-product-view-wrapper .celsus-product-view-left-column .celsus-product-authors-list .celsus-product-author-item a {
  font-family: "Tinos", serif;
  font-size: 1.5rem;
  color: #2e2e2e;
}
.celsus-product-view-wrapper .celsus-product-view-left-column .celsus-product-description {
  margin: 0 0 1.5rem;
}
.celsus-product-view-wrapper .celsus-product-view-left-column .celsus-product-description p {
  font-family: "Tinos", serif;
  font-size: 1rem;
}
.celsus-product-view-wrapper .celsus-product-view-left-column .celsus-product-specialty-list strong {
  color: #9e9e9e;
  font-weight: 900;
}
.celsus-product-view-wrapper .celsus-product-view-left-column .celsus-product-specialty-list li {
  margin: 0;
}
.celsus-product-view-wrapper .celsus-product-view-left-column .celsus-product-specialty-list li a {
  color: #757575;
  border-bottom: 2px solid #d3d3d3;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-weight: 900;
  font-size: 1.2rem;
}
.celsus-product-view-wrapper .celsus-product-view-middle-column {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
  -ms-grid-column-span: 7;
  grid-area: img;
  width: 376px;
}
.celsus-product-view-wrapper .celsus-product-view-middle-column .book-cover {
  max-height: calc(100vh - 290px);
  min-height: 515px;
  position: relative;
}
.celsus-product-view-wrapper .celsus-product-view-middle-column .book-cover .book-cover__spacer {
  display: block;
  height: 0;
  margin-left: -1px;
  pointer-events: none;
  padding-bottom: 151%;
}
.celsus-product-view-wrapper .celsus-product-view-middle-column .book-cover img {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 0.25s cubic-bezier(0.5,-0.6,0.5,1.6);
  -o-transition: all 0.25s cubic-bezier(0.5,-0.6,0.5,1.6);
  transition: all 0.25s cubic-bezier(0.5,-0.6,0.5,1.6);
  outline: 1px solid rgba(0,0,0,0.1);
  outline-offset: -1px;
  position: absolute;
  left: 50%;
  top: 0;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-height: 100%;
}
.celsus-product-view-wrapper .celsus-product-view-right-column {
  -ms-grid-row: 1;
  -ms-grid-column: 17;
  -ms-grid-column-span: 7;
  grid-area: editions;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-product-labels-wrapper {
  padding: 0 0 .5rem;
  border-bottom: 1px solid #d3d3d3;
  margin: 0 0 .5rem;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-product-labels-wrapper .novelty {
  border: 1px solid #144490;
  background: #144490;
  color: #ffffff !important;
  font-size: .81rem;
  padding: 5px 25px 2px;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-main-metadata-list-wrapper strong {
  font-family: "Josefin Sans", sans-serif;
  margin: 0 0 .5rem;
  font-size: 1.5rem;
  color: #212529;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-main-metadata-list-wrapper  {
  padding: 0 0 .5rem;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-main-metadata-list-wrapper li {
  margin: 0 0 3px;
  color: #212529;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-main-metadata-list-wrapper li.price-list.precio-regular span {
  font-size: .81em;
  text-decoration: line-through;
  color: #868686;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-main-metadata-list-wrapper li.celsus-price span {
  font-size: 1em;
  font-weight: normal;
  color: #212529;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-main-metadata-list-wrapper li a span {
  border-bottom: 2px solid #d3d3d3;
  font-size: .85em;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-main-metadata-list-wrapper li a span:hover {
  border-bottom: 2px solid #144490;
  font-size: .85em;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-main-metadata-list-wrapper  li strong {
  font-weight: 700;
  font-size: 1rem;
  font-family: "Josefin Sans", sans-serif;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-main-metadata-list-wrapper  li span {
  font-family: "Josefin Sans", sans-serif;
  text-transform: none;
  font-size: 1.1rem;
  font-weight: normal;
  color: #212529;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-price-list-wrapper .celsus-price-list-item.price-list,
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-price-list-wrapper .celsus-price-list-item.celsus-price {
  padding: .5rem 0 .5rem;
  position: relative;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-price-list-wrapper .celsus-price-list-item.price-list .celsus-product-label.offert,
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-price-list-wrapper .celsus-price-list-item.celsus-price .celsus-product-label.offert {
  font-weight: 600;
  font-size: .5em;
  font-family: 'Oxygen', sans-serif;
  position: absolute;
  padding: .2em .51em;
  background: #fd9337;
  right: -2px;
  top: -6px;
  color: #ffff;
  border-radius: 1em 0;
}
.mobile-block {
  display: block;
}
.mobile-none {
  display: none !important;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-price-list-wrapper .celsus-price-list-item.price-list strong,
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-price-list-wrapper .celsus-price-list-item.celsus-price strong {
  font-family: "Josefin Sans", sans-serif;
  text-transform: none;
  font-size: 1rem;
  font-weight: 900;
  color: #fd9337;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-price-list-wrapper .celsus-price-list-item.price-list span,
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-price-list-wrapper .celsus-price-list-item.celsus-price span {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 900;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .celsus-price-list-wrapper .celsus-price-list-item.price-list span {
  color: #9e9e9e;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .product-add-form .box-tocart .field.qty,
.celsus-product-view-wrapper .celsus-product-view-right-column .product-addto-links {
  display: none;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .product-add-form .box-tocart .actions .action.primary {
  width: 100%;
  background: #fd9337;
  border: 1px solid #fd9337;
  border-radius: 1em 0;
  text-transform: uppercase;
  font-size: .8em;
}
.celsus-product-view-wrapper .celsus-product-view-right-column .product-add-form .box-tocart .actions .action.primary:hover {
  background: #e6720e;
  border: 1px solid #e6720e;
}
.celsus-product-view-wrapper .product.info.detailed {
  grid-area: tabsinfo;
}
.celsus-product-view-wrapper .product.info.detailed .items-tabs {
  top: 0;
  z-index: 4;
  height: 80px;
  margin-top: 5px;
  padding-left: 0;
  display: -ms-grid;
  display: grid;
  grid-template-areas: ". tabs share";
  grid-auto-rows: auto;
  grid-template-columns: 30% 40% 30%;
  position: relative;
}
.celsus-product-view-wrapper .product.info.detailed .view-movil {
  display: none !important;
}
.celsus-product-view-wrapper .product.info.detailed .items-tabs:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  height: 80px;
  border-bottom: 2px solid #e5e5e5;
  width: 100%;
}
.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-tab {
  justify-content: center;
  width: 100%;
  display: inline-flex;
  height: 100%;
  grid-area: tabs;
}
/*borrar*/
.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-tab .data.item.title:nth-child(1) {
  /*display: none;*/
}
/*end borrar*/
.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-tab .data.item.title {
  padding-left: 1em;
  color: #585858;
  padding-right: 1em;
  position: relative;
  font-size: 1.1rem;
  transition: .3s;
}
.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-tab .data.item.title:hover {
  background: #F5F5F5;
  color: #000000;
}
.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-tab .data.item.title.active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #ff9326;
  transition: opacity .2s;
}
.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-tab .data.item.title.active {
  color: #000000;
}
.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-tab .data.item.title a {
  height: 100%;
  display: flex;
  align-items: center;
  color: inherit;
}

.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-share {
  grid-area: share;
  display: inline-flex;
  height: 100%;
  align-items: center;
  justify-self: end;
}
.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-share div {
  display: flex;
  align-items: center;
}
.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-share div p {
  color: #212529;
  font-size: .81em;
  margin: 0;
}
.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-share div ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-share div ul li {
  margin: 0;
  padding: 0 0 0 1rem;
}
.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-share div ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-share div ul li i {
  font-size: .2rem;
  opacity: .8;
  transition: .3s all ease;
}
.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-share div ul li i.icon-facebook:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 21.7 21.7' style='enable-background:new 0 0 21.7 21.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000000;%7D%0A%3C/style%3E%3Cpath class='st0' d='M3.2,21.7h7.1V14H7.7v-2.5h2.5V8.3c0-1.7,1.4-3.2,3.2-3.2h3.2v2.5H14c-0.7,0-1.3,0.6-1.3,1.3v2.5h3.7L16,14 h-3.3v7.7h5.7c1.7,0,3.2-1.4,3.2-3.2V3.2c0-1.7-1.4-3.2-3.2-3.2H3.2C1.4,0,0,1.4,0,3.2v15.3C0,20.2,1.4,21.7,3.2,21.7 M1.3,3.2 c0-1,0.9-1.9,1.9-1.9h15.3c1,0,1.9,0.9,1.9,1.9v15.3c0,1.1-0.9,1.9-1.9,1.9H14v-5.2h3.1l0.8-5.1H14V8.9h3.8V3.8h-4.4 C11,3.8,9,5.8,9,8.3v1.9H6.4v5.1H9v5.2H3.2c-1.1,0-1.9-0.9-1.9-1.9C1.3,18.6,1.3,3.2,1.3,3.2z'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
}
.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-share div ul li i.icon-twitter:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26.2 21.4' style='enable-background:new 0 0 26.2 21.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000000;%7D%0A%3C/style%3E%3Cpath class='st0' d='M26.2,2.9C24.6,3,24.6,3,24.4,3l1-2.8c0,0-3,1.1-3.8,1.3c-2-1.8-5-1.9-7.2-0.6C12.6,2,11.6,3.8,11.9,6 C8.5,5.5,5.6,3.9,3.3,1.2L2.6,0.3l-0.5,1C1.4,2.6,1.2,4,1.4,5.3C1.6,5.9,1.7,6.4,2,6.9L1.4,6.7l-0.1,1C1.2,8.7,1.6,10,2.2,11 c0.2,0.3,0.4,0.6,0.7,0.9H2.6L3,13c0.5,1.6,1.6,2.8,3,3.4c-1.4,0.6-2.5,1-4.3,1.6L0,18.6l1.5,0.8c0.6,0.3,2.7,1.4,4.7,1.7 c4.6,0.7,9.7,0.1,13.2-3c2.9-2.6,3.9-6.4,3.7-10.3c0-0.6,0.1-1.2,0.5-1.6C24.3,5.4,26.1,2.9,26.2,2.9 M22.4,5.3 c-0.5,0.7-0.8,1.6-0.8,2.6c0.2,3.9-0.9,7-3.2,9.1c-2.7,2.4-7.1,3.4-12,2.6c-0.9-0.1-1.8-0.5-2.6-0.8c1.5-0.5,2.7-1,4.6-1.9l2.7-1.3 l-3-0.2c-1.4-0.1-2.6-0.8-3.3-1.9c0.4,0,0.8-0.1,1.1-0.2L9,12.6l-2.8-0.7c-1.4-0.3-2.2-1.2-2.6-1.8C3.3,9.7,3.1,9.3,3,8.9 C3.3,9,3.6,9,4.1,9.1l2.6,0.3l-2-1.7C3.2,6.5,2.6,4.8,3,3.1C7.7,8,13.2,7.6,13.7,7.7c-0.1-1.2-0.1-1.2-0.2-1.3 c-0.7-2.5,0.8-3.8,1.5-4.2c1.5-0.9,3.8-1,5.4,0.4c0.5,0.4,1,0.5,1.4,0.4s0.7-0.2,1-0.3l-0.7,1.9h0.8C22.9,4.8,22.7,5,22.4,5.3'/%3E%3C/svg%3E%0A");
  width: 1.8rem;
  height: 1.5rem;
}
.celsus-product-view-wrapper .product.info.detailed .items-tabs .item-share div ul li i.icon-instagram:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 22' style='enable-background:new 0 0 22 22;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23000000;%7D%0A%3C/style%3E%3Cpath class='st0' d='M3.2,22h15.6c1.8,0,3.2-1.4,3.2-3.2V3.2C22,1.4,20.6,0,18.8,0H3.2C1.4,0,0,1.4,0,3.2v15.6C0,20.6,1.4,22,3.2,22 M1.3,3.2c0-1.1,0.9-1.9,1.9-1.9h15.6c1.1,0,1.9,0.9,1.9,1.9v15.6c0,1.1-0.9,1.9-1.9,1.9H3.2c-1.1,0-1.9-0.9-1.9-1.9 C1.3,18.8,1.3,3.2,1.3,3.2z'/%3E%3Cpath class='st0' d='M11,16.8c3.2,0,5.8-2.6,5.8-5.8S14.2,5.2,11,5.2S5.2,7.8,5.2,11C5.2,14.2,7.8,16.8,11,16.8 M11,6.5 c2.5,0,4.5,2,4.5,4.5s-2,4.5-4.5,4.5s-4.5-2-4.5-4.5S8.5,6.5,11,6.5'/%3E%3Cpath class='st0' d='M17.4,6.5c1.1,0,1.9-0.9,1.9-1.9c0-1.1-0.9-1.9-1.9-1.9c-1.1,0-1.9,0.9-1.9,1.9S16.4,6.5,17.4,6.5 M17.4,3.9 c0.4,0,0.6,0.3,0.6,0.6c0,0.4-0.3,0.6-0.6,0.6c-0.4,0-0.6-0.3-0.6-0.6C16.8,4.2,17.1,3.9,17.4,3.9'/%3E%3C/svg%3E%0A");
  width: 1.5rem;
  height: 1.5rem;
}
/*borrar*/
.celsus-product-view-wrapper .product.info.detailed .none-movil .data.item.content:nth-child(1) {
  display: none;
}
/*end borrar*/
.celsus-product-view-wrapper .product.data.items .none-movil .data.item.content {
  opacity: 1;
  width: 640px;
}
.celsus-product-view-wrapper .product.data.items .none-movil .data.item.content .item__tab {

}
.celsus-product-view-wrapper .product.data.items .none-movil .data.item.content .item__tab.block--description p  {
  font-size: 1.2rem;
  color: #2e2e2e;
  font-weight: 300;
  text-align: left;
  line-height: 1.7;
  font-family: "Tinos", serif;
}
.celsus-product-view-wrapper .product.data.items .none-movil .data.item.content .item__tab.toc__block {
  text-align: left;
}
.celsus-product-view-wrapper .product.data.items .none-movil .data.item.content .item__tab.toc__block .toc__block--wrapper {
  color: #2e2e2e;
  font-family: "Tinos", serif;
}
.celsus-product-view-wrapper .product.data.items .none-movil .data.item.content .item__tab.toc__block .toc__block--wrapper .toc--title {
  font-size: 1.2rem;
  font-family: "Tinos", serif;
  margin: 2rem 0 1rem;
  font-weight: 900;
}
.celsus-product-view-wrapper .product.data.items .none-movil .data.item.content .item__tab.toc__block .toc__block--wrapper .toc--items {
  font-size: 1rem;
  font-family: "Tinos", serif;
  margin: 0;
}
.celsus-product-view-wrapper .product.data.items .none-movil .data.item.content .review-add .block-content {
  margin: 0 0 3rem !important;
}
.celsus-product-view-wrapper .product.data.items .none-movil .data.item.content .review-add .block-content form {
  margin: auto;
}
.celsus-product-view-wrapper .product.data.items .none-movil .data.item.content .review-add .block-content form legend {
  margin: auto 0 30px;
  width: 100%;
}
.celsus-product-view-wrapper .product.data.items .none-movil .data.item.content .review-add .block-content span {
  font-family: "Tinos", serif;
  font-weight: 900;
}
.celsus-product-view-wrapper .product.data.items .none-movil .data.item.content .review-add .block-content strong {
  font-family: "Tinos", serif;
  font-weight: 300;
}

@media (max-width: 1200px) and (min-width: 991px) {
  .celsus-product-view-wrapper {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 0;
    grid-template-areas:
            "titles titles img"
            "tabsinfo tabsinfo editions";
  }
  .celsus-product-view-wrapper .celsus-product-view-left-column {
    width: calc((((100vw - 424px) / 12) * 8) + 210px);
  }
  .celsus-product-view-wrapper .celsus-product-view-middle-column,
  .celsus-product-view-wrapper .celsus-product-view-right-column {
    width: calc((((100vw - 424px) / 12) * 4) + 90px);
  }
  .product.info.detailed {
    width: calc((((100vw - 424px) / 12) * 8) + 210px);
  }
  .celsus-product-view-wrapper .celsus-product-view-middle-column .book-cover {
    min-height: auto;
  }
  .celsus-product-view-wrapper .celsus-product-view-middle-column .book-cover img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 50vh;
    position: relative;
    margin: auto;
  }
  .celsus-product-view-wrapper .celsus-product-view-middle-column .book-cover .book-cover__spacer {
    display: none;
  }
  .celsus-product-view-wrapper .celsus-product-view-left-column {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .celsus-product-view-wrapper .celsus-product-view-middle-column {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
  .celsus-product-view-wrapper .celsus-product-view-right-column {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 1200px) and (min-width: 0) {
  .celsus-product-view-wrapper .product.info.detailed .items-tabs {
    grid-template-areas:
            "share"
            ".."
            "tabs";
    grid-template-columns: 100%;
    justify-items: start;
  }
  .celsus-product-view-wrapper .product.info.detailed .items-tabs .item-tab {
    justify-content: flex-start;
  }
  .celsus-product-view-wrapper .product.info.detailed .items-tabs .item-share {
    justify-self: start;
  }
  .celsus-product-view-wrapper .product.info.detailed .items-tabs .item-share {

  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  header .celsus-bottom-header .container {
    -ms-grid-columns: 10% 70% 20%;
    grid-template-columns: 10% 70% 20%;
  }
}
@media (max-width: 991px) and (min-width: 0) {
  .celsus-product-view-wrapper {
    display: grid;
    grid-template-areas:
        "img editions"
        "titles titles"
        "tabsinfo tabsinfo";
    grid-template-columns: 50% 50%;
  }
  .celsus-product-view-wrapper .celsus-product-view-left-column {
    width: auto;
  }
  .celsus-product-view-wrapper .celsus-product-view-middle-column {
    width: auto;
    margin: 0 0 1.5rem;
  }
  .celsus-product-view-wrapper .celsus-product-view-middle-column .book-cover {
    min-height: auto;
  }
  .celsus-product-view-wrapper .celsus-product-view-middle-column .book-cover img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 50vh;
    position: relative;
    margin: auto;
  }
  .celsus-product-view-wrapper .celsus-product-view-middle-column .book-cover .book-cover__spacer {
    display: none;
  }
  .celsus-product-view-wrapper .celsus-product-view-left-column .celsus-product-specialty-list {
    margin: 0 0 1.5rem;
  }
  .breadcrumbs {
    display: none;
  }
  .celsus-product-view-wrapper .product.info.detailed .items-tabs .item-tab {
    justify-content: space-between;
    justify-self: center;
  }
  .celsus-product-view-wrapper .product.info.detailed .items-tabs .item-share {
    justify-self: center;
  }
  .celsus-product-view-wrapper .product.info.detailed .items-tabs .item-tab .data.item.title {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    height: 68px;
    width: 33.3%;
    justify-content: center;
    display: flex;
  }
  .product.data.items .item.title > .switch {
    margin: 0;
    padding: 0;
  }
  .celsus-product-view-wrapper .product.info.detailed .items-tabs:before {
    height: 92px;
  }
  #maincontent .cls-top-page-blocks .cls-category-search-wrapper .block-search .block-content form .control .search-wrapper-box {
    width: 90%;
  }
  #mageplaza-productslider-block-before-content-2 {
    margin-top: 1rem;
  }

  .mobile-block {
    display: none !important;
  }
  .mobile-none {
    display: block !important;
  }
  .celsus-product-view-right-column > ul.celsus-price-list-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: -11rem;
    padding: 0 1rem;
  }
  .celsus-product-view-right-column > .product-add-form {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: -6rem;
    padding: 0 1rem;
  }
  .catalog-product-view #maincontent .celsus-product-view-wrapper .product-add-form #product_addtocart_form {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
  }
  .celsus-product-view-wrapper .celsus-product-view-right-column .celsus-main-metadata-list-wrapper {
    margin-bottom: 12rem;
  }
}
@media (max-width: 917px) and (min-width: 0) {
  header .celsus-middle-header .container .form-minisearch-wrapper {
    margin-right: 28vh;
  }
}
@media (max-width: 860px) and (min-width: 0) {
  header .celsus-middle-header .celsus-user-links {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -147%;
  }
  header .celsus-middle-header .celsus-user-links ul {
    background-color: #eff3f6;
    padding: 0.5rem 0;
  }
  header .celsus-middle-header .container .form-minisearch-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    position: fixed;
    background: #ffffff;
    top: 61px;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate(100%, 145px);
    transition: 0.3s all ease;
    z-index: 2;
    padding: 0;
    height: 100vh;
    padding-top: 6rem;
    margin: 0;
  }
  header .celsus-middle-header .container .form-minisearch-wrapper.active {
    transform: translate(0, 145px);
  }
  header .celsus-middle-header .container .form-minisearch-wrapper .text-search-advance {
    margin: 60px auto 0;
  }
  header.page-header.active {
    transform: translateY(calc(-100% + 11px));
  }
  body {
    padding-top: 25vh;
  }
  header .celsus-bottom-header.active {
    transform: translate(0, 59px);
  }
  header .celsus-bottom-header {
    transform: translate(-100%, 59px);
  }
}
@media (max-width: 425px) and (min-width: 0) {
  html, body {
    font-size: 13px;
  }
}

/*Footer*/
footer.page-footer {
  color: #ffffff;
  padding: 2em 1rem;
  text-align: center;
  background: #144490;
  border-top: 4px solid #bebfc0;
}
footer hr {
  border: 0;
  border-top: 1px solid #739ee2;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 73%;
}
footer span,
footer p,
footer a {
  font-family: 'Oxygen', sans-serif;
  font-size: .81rem;
  color: #ffffff;
}
footer a:visited,
footer .alink:visited {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover{
  color: #a3a3a3 !important;
  text-decoration: none;
}
footer .footer__page .footer-wrapper.data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-between;
}
footer .footer__page .footer-wrapper .footer-wrapper__item.cls {
  text-align: left;
}
footer .footer__page .footer-wrapper .footer-wrapper__item.cls .cls-info,
footer .footer__page .footer-wrapper .footer-wrapper__item.cls .cls-copyright {
  color: #fff;
}
footer .footer__page .footer-wrapper .footer-wrapper__item.cls .cls-info a {
  color: #fff;
}
footer .footer__page .footer-wrapper .footer-wrapper__item.pay .titlePay {
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}
footer .footer__page .footer-wrapper .footer-wrapper__item.pay ul {
  display: flex;
  list-style-type: none;
  align-items: center;
  margin: 0;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  max-width: 512px;
  padding: 0;
}
footer .footer__page .footer-wrapper .footer-wrapper__item.pay ul li {
  padding: 0 1rem;
  margin: 16px 0 0;
}
footer .footer__page .footer-wrapper .footer-wrapper__item.pay ul li img {
  height: 31px;
}
footer .footer__page .footer-wrapper .footer-wrapper__item.pay ul li img.davivienda {
  width: 128px;
}
footer .footer__page .footer-wrapper .footer-wrapper__item.htx {
  text-align: right;
}
footer .footer__page .footer-wrapper .footer-wrapper__item.htx .htx-copyright {
  color: #fff;
}
footer .footer__page .footer-wrapper .footer-wrapper__item.htx a {
  color: #ffffff;
}
footer .footer__page .footer__info span {
  text-align: center;
  font-size: .7rem;
  color: #fff;
}
footer .footer__page .footer__info span a {
  color: #ffffff;
  font-size: .7rem;
}
footer .footer__page .footer__info .separator {
  font-size: 1rem;
  margin: 0 .5em;
  color: #999999;
}
@media (max-width: 425px) and (min-width: 0) {
  footer .footer__page .footer-wrapper.data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .footer__page .footer-wrapper .footer-wrapper__item.cls,
  footer .footer__page .footer-wrapper .footer-wrapper__item.htx {
    text-align: center;
  }
  footer .footer__page .footer-wrapper .footer-wrapper__item.htx {
    margin-top: .5em;
  }
  footer .footer__page .footer__info span {
    display: block;
    margin-bottom: .5em;
  }
  footer .footer__page .footer__info .separator {
    display: none;
  }
  footer hr {
    width: 80%;
  }
}
/*pop cart ajax*/
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup {
  background: #ffffff;
  border-radius: 10px 0 10px 10px;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper {
  width: 388px;
  min-width: auto;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-login-popup-title {
  padding: .8rem 0;
  font-size: 1rem;
  border-bottom: 1px solid rgba(0,0,0,.2);
  color: #144490;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-login-popup-title.error {
  color: #e6007e;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-login-popup-title:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-weight: 500;
  font-size: 15px;
  margin-right: 5px;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border {
  min-width: auto;
  padding: 1rem 1rem !important;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border .success-content {
  height: auto;
  display: -ms-grid;
  display: grid;
  grid-column-gap: .9rem;
  grid-template-areas:
          "img message"
          "img product"
          "img cartinfo"
          "cartitems cartitems";
  grid-auto-rows: auto;
  grid-auto-columns: auto;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border .error-content {
  height: auto;
  display: -ms-grid;
  display: grid;
  grid-column-gap: .9rem;
  grid-template-areas:
          "img message"
          "img product"
          "img cartinfo"
          "cartitems cartitems";
  grid-auto-rows: auto;
  grid-auto-columns: auto;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border h3.mb-message-successs {
  grid-area: message;
  margin-bottom: .5rem;
  text-align: left;
  font-weight: 400;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border h2.product-name {
  grid-area: product;
  margin-bottom: .5rem;
  text-align: left;
  font-weight: 400;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border img.photo {
  grid-area: img;
  width: 100%;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border h3,
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border h2 {
  margin: 0;
  font-size: 1rem;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border .swatch-opt {
  display: none;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border .ajaxcart-message-cartinfo {
  grid-area: cartinfo;
  margin: 0;
  text-align: left;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border .ajaxcart-message-cartinfo p {
  margin: 0;
  font-weight: 400;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border .ajaxcart-message-cartinfo__cart-items {
  grid-area: cartitems;
  margin-top: .5rem;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border .ajaxcart-buttons {
  margin: 1rem 0 0 0;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border .ajaxcart-buttons button {
  font-size: .8rem;
}
#mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup #mb-ajaxcart-wrapper .mb-ajaxsuite-popup-border .ajaxcart-buttons button.action.primary.mb-ajaxsuite-close {
  padding: 0 0 0 0;
  margin: 0 1rem 0 0;
  background: transparent;
  border: 0;
  color: #333333;
  font-weight: 400;
  text-decoration: underline;
}

/*-------- start 21 Octubre 2020 page libros ----------*/

/*section header title*/
#maincontent .section-header {
  margin-top: 0;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 3rem;
}
#maincontent .section-header:after {
  content: '';
  width: 100%;
  border-bottom: 2px solid #d3d3d3;
  position: absolute;
  bottom: 0.7rem;
  margin: auto;
  left: 0;
  right: 0;
  z-index: -1;
}
#maincontent .section-header__title {
  text-align: center;
  font-size: 2.3em;
  font-weight: bold;
  color: #4d4d4d;
  width: fit-content;
  margin: auto;
  position: relative;
}
#maincontent .section-header__title:after {
  width: 100%;
  content: '';
  border-bottom: 3px solid #144490;
  position: absolute;
  bottom: -0.3rem;
  margin: auto;
  left: 0;
  right: 0;
}
#maincontent .section-header__title-count-span {
  text-align: center;
}
#maincontent .section-header__title-count {
  font-size: 0.4em;
  line-height: 36px;
  letter-spacing: -.03em;
  top: -15px;
  color: #3fa2f7;
  font-family: 'Oxygen', sans-serif;
  position: absolute;
}
/*filters-bar*/
#maincontent .filters-bar__triggers  {
  margin-top: 11px;
  position: absolute;
  z-index: 1;
}
#maincontent .filters-bar__triggers a {
  color: #212529;
  display: inline-block;
  flex: 0 0 auto;
}
#maincontent .filters-bar__triggers a:hover {
  color: #3a3a3a;
}
#maincontent .filters-bar__triggers a:hover  i.icon-filter:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30.7 32' style='enable-background:new 0 0 30.7 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23144490;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M30.7,3.3c0-1.8-1.5-3.3-3.3-3.3C25.5,0,24,1.5,24,3.3c0,1.6,1.1,3,2.7,3.3v22.7H28V6.6 C29.5,6.3,30.7,4.9,30.7,3.3 M27.3,5.3c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S28.4,5.3,27.3,5.3'/%3E%3Cpath class='st0' d='M4,25.4V2.7H2.7v22.7C1.1,25.7,0,27,0,28.7C0,30.5,1.5,32,3.3,32s3.3-1.5,3.3-3.3C6.7,27,5.5,25.7,4,25.4 L4,25.4z M3.3,30.7c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2C5.3,29.8,4.4,30.7,3.3,30.7'/%3E%3Cpath class='st0' d='M16,12.7v-10h-1.3v10.1C13.1,13,12,14.4,12,16s1.1,3,2.7,3.3v10.1H16V19.3c1.5-0.3,2.7-1.7,2.7-3.3 S17.5,13,16,12.7 M15.3,18c-1.1,0-2-0.9-2-2s0.9-2,2-2s2,0.9,2,2S16.4,18,15.3,18'/%3E%3C/g%3E%3C/svg%3E%0A");
}
#maincontent .filters-bar__triggers a p {
  margin: 0;
  font-size: 1em;
  font-weight: 800;
  font-family: 'Oxygen', sans-serif;
}
#maincontent .filters-bar__triggers a p button i.icon-filter:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30.7 32' style='enable-background:new 0 0 30.7 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:%23144490;%7D .st1%7Bclip-path:url(%23SVGID_2_);%7D .st2%7Bclip-path:url(%23SVGID_4_);fill:none;stroke:%23D6D6D6;stroke-miterlimit:10;%7D .st3%7Bclip-path:url(%23SVGID_2_);fill:%2314428F;%7D .st4%7Bclip-path:url(%23SVGID_8_);fill:%233FA2F7;%7D .st5%7Bclip-path:url(%23SVGID_10_);fill:%234CAF50;%7D .st6%7Bclip-path:url(%23SVGID_10_);fill:%23FAFAFA;%7D .st7%7Bclip-path:url(%23SVGID_10_);fill:%23FFFFFF;%7D .st8%7Bclip-path:url(%23SVGID_10_);fill:%233FA2F7;%7D .st9%7Bclip-path:url(%23SVGID_10_);fill:%23144490;%7D .st10%7Bclip-path:url(%23SVGID_14_);enable-background:new ;%7D .st11%7Bclip-path:url(%23SVGID_14_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st12%7Bclip-path:url(%23SVGID_22_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st13%7Bclip-path:url(%23SVGID_24_);fill:%239E9E9E;%7D .st14%7Bclip-path:url(%23SVGID_24_);enable-background:new ;%7D .st15%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-miterlimit:10;%7D .st16%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23E5E5E5;stroke-width:2;stroke-miterlimit:10;%7D .st17%7Bclip-path:url(%23SVGID_24_);fill:none;stroke:%23FD9337;stroke-width:2;stroke-miterlimit:10;%7D .st18%7Bclip-path:url(%23SVGID_54_);fill:%23144490;%7D .st19%7Bclip-path:url(%23SVGID_54_);enable-background:new ;%7D .st20%7Bclip-path:url(%23SVGID_54_);fill:%234CAF50;%7D .st21%7Bclip-path:url(%23SVGID_54_);fill:%23FD9337;%7D .st22%7Bclip-path:url(%23SVGID_58_);fill:%23FFFFFF;%7D .st23%7Bfill:%233FA2F7;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st23' d='M30.7,3.3c0-1.8-1.5-3.3-3.3-3.3C25.5,0,24,1.5,24,3.3c0,1.6,1.1,3,2.7,3.3v22.7H28V6.6 C29.5,6.3,30.7,4.9,30.7,3.3 M27.3,5.3c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C29.3,4.4,28.4,5.3,27.3,5.3'/%3E%3Cpath class='st23' d='M4,25.4V2.7H2.7v22.7C1.1,25.7,0,27,0,28.7C0,30.5,1.5,32,3.3,32c1.8,0,3.3-1.5,3.3-3.3 C6.7,27,5.5,25.7,4,25.4L4,25.4z M3.3,30.7c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C5.3,29.8,4.4,30.7,3.3,30.7'/%3E%3Cpath class='st23' d='M16,12.7V2.7h-1.3v10.1C13.1,13,12,14.4,12,16c0,1.6,1.1,3,2.7,3.3v10.1H16V19.3c1.5-0.3,2.7-1.7,2.7-3.3 C18.7,14.4,17.5,13,16,12.7 M15.3,18c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C17.3,17.1,16.4,18,15.3,18'/%3E%3C/g%3E%3C/svg%3E%0A");
  margin-right: .8rem;
  top: .2rem;
}
/*toolbar */
/* column sidebar */
.page-products.category-en-oferta.page-layout-2columns-left .column.main .products .product-items .product-item .product-item-info .product-item-details .product-item-actions,
.page-products.category-novedades.page-layout-2columns-left .column.main .products .product-items .product-item .product-item-info .product-item-details .product-item-actions,
.page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main .products .product-items .product-item .product-item-info .product-item-details .product-item-actions,
.page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main .products .product-items .product-item .product-item-info .product-item-details .product-item-actions,
.page-products.category-libros.page-layout-2columns-left .column.main .products .product-items .product-item .product-item-info .product-item-details .product-item-actions,
.page-products.catalogsearch-result-index.page-layout-2columns-left .column.main .products .product-items .product-item .product-item-info .product-item-details .product-item-actions,
.page-products.catalogsearch-result-index.page-layout-2columns-left .column.main .products .product-items .product-item .product-item-info .product-item-details .product-item-actions {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.page-products.category-en-oferta.page-layout-2columns-left .column.main .products .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare,
.page-products.category-novedades.page-layout-2columns-left .column.main .products .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare,
.page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main .products .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare,
.page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main .products .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare,
.page-products.category-libros.page-layout-2columns-left .column.main .products .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare,
.page-products.catalogsearch-result-index.page-layout-2columns-left .column.main .products .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare {
  display: none;
}
.page-products.category-en-oferta.page-layout-2columns-left .sidebar-additional,
.page-products.category-novedades.page-layout-2columns-left .sidebar-additional,
.page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .sidebar-additional,
.page-products.category-futuras-publicaciones.page-layout-2columns-left .sidebar-additional,
.page-products.category-libros.page-layout-2columns-left .sidebar-additional,
.page-products.catalogsearch-result-index.page-layout-2columns-left .sidebar-additional {
  display: none;
  opacity: 0;
}
/* column main */
.page-products.category-en-oferta.page-layout-2columns-left .column.main,
.page-products.category-novedades.page-layout-2columns-left .column.main,
.page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main,
.page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main,
.page-products.category-libros.page-layout-2columns-left .column.main,
.page-products.catalogsearch-result-index.page-layout-2columns-left .column.main
{
  width: 100% !important;
}
.page-products.category-en-oferta.page-layout-2columns-left .sidebar-main,
.page-products.category-novedades.page-layout-2columns-left .sidebar-main,
.page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .sidebar-main,
.page-products.category-futuras-publicaciones.page-layout-2columns-left .sidebar-main,
.page-products.category-libros.page-layout-2columns-left .sidebar-main,
.page-products.catalogsearch-result-index.page-layout-2columns-left .sidebar-main {
  display: none;
}
.catalogsearch-advanced-result #maincontent .products-grid .product-items,
.page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items,
.page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items,
.page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items,
.page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items,
.page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items,
.page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items {
  position: relative;
  padding: 0;
  list-style-type: none;
  grid-template-columns: repeat(5,minmax(0px,1fr));
  width: 100%;
  display: grid;
  gap: 1vw 2%;
}
@media (max-width: 1680px) {
  .catalogsearch-advanced-result #maincontent .products-grid .product-items,
  .page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items {
    grid-template-columns: repeat(5,minmax(0px,1fr));
  }
}
@media (max-width: 1307px) {
  .catalogsearch-advanced-result #maincontent .products-grid .product-items,
  .page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items {
    grid-template-columns: repeat(4,minmax(0px,1fr));
  }
}
@media (max-width: 768px) {
  .catalogsearch-advanced-result #maincontent .products-grid .product-items,
  .page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items {
    grid-template-columns: repeat(1,minmax(0px,1fr));
  }
}
@media (max-width: 500px) {
  .catalogsearch-advanced-result #maincontent .products-grid .product-items,
  .page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items,
  .page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items {
    gap: 2vw 2%;
    grid-template-columns: repeat(1,minmax(0px,1fr)) !important;
  }
}
.catalogsearch-advanced-result #maincontent .products-grid .product-item,
.page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item,
.page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item,
.page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item,
.page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item,
.page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item,
.page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item {
  width: 100%;
}
.catalogsearch-advanced-result #maincontent .products-grid .product-item .product-item-info,
.page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
.page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
.page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
.page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
.page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
.page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info {
  display: flex;
  width: 100%;
  font-size: 12px;
  flex-direction: column;
}
.catalogsearch-advanced-result #maincontent .products-grid .product-item .product-item-info .product-item-photo,
.page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
.page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
.page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
.page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
.page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
.page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo {
  width: 100%;
  padding: 0;
  margin: 0;
}
.page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
.page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
.page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
.page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
.page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
.page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details {
  width: 100%;
}
.filters-bar__triggers > button {
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  box-shadow: none !important;
  outline: none !important;
}
@media (max-width: 991px) and (min-width: 600px) {
  .page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item,
  .page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item,
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item,
  .page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item,
  .page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item,
  .page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item {
    /*width: 50%;*/
  }
  .page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .products-list .product-items li.product-item,
  .page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .products-list .product-items li.product-item,
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .products-list .product-items li.product-item,
  .page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .products-list .product-items li.product-item,
  .page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .products-list .product-items li.product-item,
  .page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .products-list .product-items li.product-item {
    width: 100%;
  }
}
@media (max-width: 599px) and (min-width: 0) {
  .page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item,
  .page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item,
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item,
  .page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item,
  .page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item,
  .page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item {
    width: 100%;
  }
  .page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  .page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  .page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  .page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  .page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info {
    flex-direction: column;
    align-items: center;
  }
}
/*-------- 21 Octubre 2020 brid libros card ebooks ----------*/
#maincontent .products-grid .product-items {
}
#maincontent .products-grid .product-item {
  /*margin: 0 0 2rem 0 !important;*/
  /*width: 33.3%;*/
}
#maincontent .products-grid .product-item .product-item-info {
  display: flex;
  width: 100% !important;
  font-size: 12px;
  position: relative;
}
#maincontent .products-grid .product-item .product-item-info .product-item-photo {
  /*width: 35%;*/
  /*position: relative;*/
  /*margin-right: .5em;*/
}
#maincontent .product-item .product-item-info .product-item-photo:hover + .actions-secondary,
#maincontent .product-item .product-item-info .actions-secondary:hover {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
#maincontent .product-item .product-item-info .actions-secondary {
  top: .5rem;
  left: .5rem;
  z-index: 1;
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #144490;
  border: 1px solid #144490;
  border-radius: 100%;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
}
#maincontent .product-item .product-item-info .actions-secondary .action.towishlist:before {
  color: #ffffff;
}
#maincontent .product-item .product-item-info .actions-secondary .action.towishlist:hover:before {
  color: #5b9bff;
}
#maincontent .products-grid .product-item .product-item-info .tocompare {
  display: none;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details {
  /*width: 65%;*/
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .product-item-name {
  line-height: normal;
  margin: 0 0 10px 0;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .wrapp-flex {
  display: flex;
  position: relative;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .product-item-link {
  font-size: 1.2em;
  font-weight: 900;
  color: #212529;
  font-family: 'Oxygen', sans-serif;
  white-space: inherit !important;
  height: 55px;
  hyphens: none;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.6rem;
}
.breadcrumbs .items {
  color: #212529;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .data-box {
  margin: 0;
  color: #212529;
  width: 80%;
  height: 45px;
  overflow: hidden;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .data-box .year-containe,
#maincontent .products-grid .product-item .product-item-info .product-item-details .data-box .author-containe {
  display: inline;
  color: #606060;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .data-box .year-containe .year-label,
#maincontent .products-grid .product-item .product-item-info .product-item-details .data-box .author-containe .author-label {
  margin-right: 0;
  display: inline-block;
  font-family: 'Oxygen', sans-serif;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .data-box .year-containe .year-wrapper,
#maincontent .products-grid .product-item .product-item-info .product-item-details .data-box .author-containe .author-wrapper {
  font-size: 1.2em;
  font-family: 'Josefin Sans', sans-serif;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details hr {
  margin: 0;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box {
  margin: 0.5rem 0 10px;
  font-size: 1em;
  color: #212529;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid rgba(0,0,0,.1);
  padding-top: 0.9rem;
  height: 102px;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .product-item-actions .actions-primary {
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .old-price,
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .special-price {
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  justify-content: space-between;
  text-align: left;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .price-container,
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .special-price .price-container {
  display: flex;
  flex-direction: column;
  width: 60%;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .cotizar,
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .special-price .cotizar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .cotizar button,
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .special-price .cotizar button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  color: inherit;
  padding: 0;
  font-size: inherit;
  border: 0;
  font-weight: inherit;
  white-space: normal;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .cotizar span,
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .special-price .cotizar span {
  text-transform: uppercase;
  font-size: .5rem;
  text-align: right;
  line-height: 1.2;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .old-price .cotizar svg,
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .special-price .cotizar svg {
  max-width: 30px;
  min-height: 30px;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-bottom: 4px;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .special-price-celsus .price-label,
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .special-price-celsus .price {
  color: #fd9337;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .special-price-celsus .price {
  font-size: .9rem;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .special-price-celsus .price-label {
  font-size: .81rem;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .price-label {
  color: #606060;
  margin-right: 0.5em;
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 1em;
  font-family: "Josefin Sans", sans-serif;
  position: relative;
}
#maincontent .price-box .special-price.offer .price:before {
  content: 'En oferta';
  position: absolute;
  padding: 0.2em 0.6em 0em;
  background: #fd9337;
  font-size: .7em;
  left: 0;
  bottom: -15px;
  color: #ffff;
  border-radius: 1em 0;
  font-weight: 600;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .product-item-actions {
  margin: 10px 0 0 0;
  text-align: left;
}
#maincontent .products-grid .product-item .product-item-info .product-item-details .product-item-actions {
  margin: 10px 0 0 0;
  text-align: left;
}
#maincontent .product-item-actions .actions-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
#maincontent .action.primary {
  border-radius: .6rem 0;
  font-size: .71rem;
  padding: .5rem .81rem;
  line-height: normal;
  margin: 0;
  font-family: 'Oxygen', sans-serif;
}
#maincontent .action.primary.disabled {
  background-color: #b7b7b7;
  border: 1px solid #b7b7b7;
  opacity: 1;
}
#maincontent .actions-primary .stock.unavailable {
  background-image: none;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  box-sizing: border-box;
  vertical-align: middle;
  white-space: nowrap;
  cursor: default;
  pointer-events: none;
  border-radius: .6rem 0;
  font-size: .71rem;
  padding: .38rem .81rem;
  line-height: normal;
  margin: 0;
  font-family: 'Oxygen', sans-serif;
  background-color: #b7b7b7;
  border: 1px solid #b7b7b7;
  opacity: 1;
}
#maincontent .action.primary.warning {
  background-color: #ffcf00;
  border: 1px solid #ffcf00;
  color: #606060;
}
/*List*/
#maincontent .products-list .product-items {
  display: block !important;
}
#maincontent .products-list .product-item {
  margin: 0 0 2rem 0 !important;
}
#maincontent .products-list .product-item .product-item-info {
  display: flex;
  width: 100% !important;
  font-size: 12px;
  position: relative;
}
#maincontent .products-list .product-item .product-item-info .product-item-photo {
  width: auto !important;
  position: relative;
  margin-right: .5em;
}
#maincontent .products-list .product-item .product-item-info .tocompare {
  display: none;
}
#maincontent .products-list .product-item .product-item-info .product-item-details {
  width: 100% !important;
}
#maincontent .products-list .product-item .product-item-info .product-item-details .product-item-name {
  line-height: normal;
  margin: 10px 0;
}
#maincontent .products-list .product-item .product-item-info .product-item-details .product-item-name .product-item-link {
  font-size: 1.3em;
  font-weight: 900;
  color: #212529;
  LINE-HEIGHT: 1.2;
}
#maincontent .products-list .product-item .product-item-info .product-item-details .data-box {
  margin: 10px 0 0;
  color: #212529;
}
#maincontent .products-list .product-item .product-item-info .product-item-details .data-box .year-containe,
#maincontent .products-list .product-item .product-item-info .product-item-details .data-box .author-containe {
  display: block;
}
#maincontent .products-list .product-item .product-item-info .product-item-details .data-box .year-containe .year-label,
#maincontent .products-list .product-item .product-item-info .product-item-details .data-box .author-containe .author-label {
  font-weight: bold;
  color: #144490;
  text-transform: uppercase;
  font-size: .9em;
  margin-right: .5em;
  display: inline-block;
}
#maincontent .products-list .product-item .product-item-info .product-item-details .data-box .year-containe .year-wrapper,
#maincontent .products-list .product-item .product-item-info .product-item-details .data-box .author-containe .author-wrapper {
  font-weight: 600;
  font-size: 1.2em;
}
#maincontent .products-list .product-item .product-item-info .product-item-details hr {
  margin: 0;
}
#maincontent .products-list .product-item .product-item-info .product-item-details .price-box {
  margin: 0 0 10px;
  font-size: 1em;
  color: #212529;
  padding: 0;
}
#maincontent .products-list .product-item .product-item-info .product-item-details .price-box .price-label {
  font-weight: bold;
  color: #144490;
  text-transform: uppercase;
  font-size: .9em;
  margin-right: .5em;
  display: inline-block;
}
#maincontent .products-list .product-item .product-item-info .product-item-details .price-box .price {
  font-weight: 600;
  font-size: 1.2em;
  position: relative;
}
#maincontent .products-list .product-item .product-item-info .product-item-details .product-item-actions {
  margin: 10px 0 0 0;
  text-align: left;
}
#maincontent .products-list .product-item-actions .actions-primary {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#maincontent .products-list .product-item .product-item-info .product-item-details .product-item-description {
  display: none;
}
#maincontent .products-list .product-item .product-item-info .product-item-details .product-item-actions .tocart {
  margin-right: .5em;
}
#maincontent .products-list .product-item .product-item-info .product-item-details .content-tags {
  margin-right: .5em;
}
.page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .products-list .product-items li.product-item .product-item-info,
.page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .products-list .product-items li.product-item .product-item-info,
.page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .products-list .product-items li.product-item .product-item-info,
.page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .products-list .product-items li.product-item .product-item-info,
.page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .products-list .product-items li.product-item .product-item-info,
.page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .products-list .product-items li.product-item .product-item-info {
  width: auto !important;
}
#maincontent .products-list .action.primary {
  border-radius: .6rem 0;
  font-size: .71rem;
  padding: .5rem .81rem;
  line-height: normal;
}
@media (max-width: 1035px) and (min-width: 991px) {
  #maincontent .content-tags {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  .page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  .page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  .page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  .page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  #maincontent .block-content .products-grid ol li .slider-product-item-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 98% !important;
    margin: auto;

  }
  .page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
  .page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
  .page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
  .page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
  .page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
  #maincontent .block-content .products-grid ol li .slider-product-item-info a.slider-product-item-photo {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .catalogsearch-advanced-result #maincontent .products-grid .product-item .product-item-info .product-item-details,
  .page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
  .page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
  .page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
  .page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
  .page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
  #maincontent .block-content .products-grid ol li .slider-product-item-info div.slider-product-item-details {
    width: 100%;
    margin-top: 1em
  }
  #maincontent .product-item-actions .actions-primary,
  #maincontent .products-list .product-item-actions .actions-primary {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #maincontent .product-item-actions .actions-primary form {
    margin-right: 5px;
  }
  #maincontent .product-item-actions .actions-primary .action.primary:nth-child(1),
  #maincontent .products-list .product-item-actions .actions-primary .action.primary:nth-child(1) {
    margin-right: .5em;
  }
}
@media (max-width: 772px) and (min-width: 0) {
  #maincontent .content-tags {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  .page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  .page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  .page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  .page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info,
  #maincontent .block-content .products-grid ol li .slider-product-item-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 98% !important;
    margin: auto;

  }
  .page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
  .page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
  .page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
  .page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
  .page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info a.product-item-photo,
  #maincontent .block-content .products-grid ol li .slider-product-item-info a.slider-product-item-photo {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
  .page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
  .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
  .page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
  .page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
  .page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items li.product-item .product-item-info div.product-item-details,
  #maincontent .block-content .products-grid ol li .slider-product-item-info div.slider-product-item-details {
    width: 100%;
    margin-top: 1em;
  }
  #maincontent .product-item-actions .actions-primary,
  #maincontent .products-list .product-item-actions .actions-primary {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #maincontent .product-item-actions .actions-primary .action.primary:nth-child(1),
  #maincontent .products-list .product-item-actions .actions-primary .action.primary:nth-child(1) {
    margin-right: .5em;
  }
  #maincontent .products-grid .product-item {
    margin: 0 0 20px 0 !important;
  }
  #maincontent .block-content {
    margin: 2.5rem 0 0rem;
  }
  #maincontent .cls-top-page-blocks .cls-category-search-wrapper .block-search .block-content form .control input {
    font-size: 1.5em;
  }
  #maincontent .cls-top-page-blocks .cls-category-search-wrapper .block-search .block-content form .control .search-wrapper-box i.icon-search:before {
    width: 1.5rem;
    height: 1.5rem;
  }
  #maincontent .cls-top-page-blocks .cls-category-search-wrapper .block-search .block-content form .control .search-wrapper-box button {
    top: .2em;
    right: -6px;
  }
}
/*-------- end 21 Octubre 2020 page libros ----------*/

/*-------- start 21 Octubre 2020 resets card cart modal ----------*/

.minicart-wrapper .block-minicart {
  padding: 1.5em 1em;
}
.minicart-wrapper .block-minicart .items-total {
  font-size: .91em;
}
.minicart-wrapper .block-minicart .subtotal .label {
  font-size: .9em;
}
.minicart-wrapper .block-minicart .subtotal .price-container .price {
  font-size: 1em;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  border-radius: .6rem 0;
  font-size: 1rem;
  padding: .5rem .81rem;
  line-height: normal;
}
.block-minicart .block-content .minicart-items-wrapper {
  height: 20vh !important;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .product-item-name {
  font-size: 1em;
}
.block-minicart .block-content .minicart-items-wrapper .minicart-items .product .product-item-details .price-excluding-tax {
  font-size: .71em;
}

/*-------- end 21 Octubre 2020 resets card cart modal ----------*/

/*-------- start 21 Octubre 2020 resets page/checkout/cart/ ----------*/

.checkout-cart-index .page-main .cart-summary .summary.title {
  font-size: 1.3em;
  font-weight: 900;
}
.checkout-cart-index .page-main .cart-summary .block.shipping .title strong {
  font-size: 1em;
}
.checkout-cart-index .page-main .cart-summary .cart-totals {
  font-size: 1em;
}
.checkout-cart-index .page-main .cart-summary .discount .title strong {
  font-size: 1em;
  font-weight: 400;
}
.checkout-cart-index .page-main .cart-summary .checkout button {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  border-radius: .6rem 0;
  font-size: 1rem;
  padding: .5rem .81rem;
  line-height: normal;
}

/*-------- end 21 Octubre 2020 resets page/checkout/cart/ ----------*/

/*-------- start 26 Octubre 2020 resets tags labels ----------*/

#maincontent .tag {
  background: #939393;
  padding: 0.5em 1em;
  margin: 0 .5em 0 0;
  border-radius: 15px 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: .7em;
  width: fit-content;
  display: inline-block;
}
#maincontent .tag span {
  font-family: 'Oxygen', sans-serif;
  letter-spacing: -.31px;
}
#maincontent .tag.novelty {
  background: #144490;
}
#maincontent .tag.pack {
  background: #4caf50;
}
#maincontent .tag.publication {
  background: #dc3545;
}
#maincontent .tag.offer {
  background: #ffcf00;
}
#maincontent .block-content .product-item-name {
  line-height: normal;
  margin: 10px 0;
}


/*borrar*/
.debugging-hint-template-file {
  position:relative !important;
}


/*css temporal*/
.modal-slide._show, .modal-popup._show {
  -webkit-overflow-scrolling: auto;
  webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: hidden;
  overflow: hidden !important;
}
.modal-popup.cupon-modal.modal-content-1.modal-slide._show .modal-inner-wrap {
  overflow-y: hidden;
  max-height: 100vh;
  height: 100%;
  width: 400px;
  margin: 0;
  left: auto;
  right: 0;
}
.modal-popup.cupon-modal.modal-content-1.modal-slide._show .modal-inner-wrap .modal-header {
  display: none;
}
.modal-popup.cupon-modal.modal-content-1.modal-slide._show .modal-inner-wrap .modal-content {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: scroll;
  border-radius: 0;
}
.modal-popup.cupon-modal.modal-content-1.modal-slide._show .modal-inner-wrap .modal-content .content-redemption-code .block.filter {
  margin: 0;
}
.modal-popup.cupon-modal.modal-content-1.modal-slide._show:before {
  content: 'x';
  position: absolute;
  right: 408px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  padding: 1rem;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  pointer-events: none;
}
.modal-popup.cupon-modal.modal-content-1.modal-slide._show .modal-inner-wrap .modal-content .content-redemption-code .sidebar-main {
  padding: 0;
  margin: 0;
}
.modal-popup.cupon-modal.modal-content-1.modal-slide._show .modal-inner-wrap .modal-content .items {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin: 0;
}
.modal-popup.cupon-modal.modal-content-1.modal-slide._show .modal-inner-wrap .modal-content .items li {
  text-transform: none;
  text-align: left;
  font-size: 15px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: inline;
  overflow: hidden;
}
.modal-popup.cupon-modal.modal-content-1.modal-slide._show .modal-inner-wrap .modal-content .items li a {
  display: block;
  white-space: nowrap;
  text-align: left;
  border-bottom: 1px solid #144490;
  background-color: #144490;
  color: #fff;
  transition: 0.3s all ease;
  padding: 0.5em 2em;
  position: relative;
  border-top: 1px solid #144490;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.modal-popup.cupon-modal.modal-content-1.modal-slide._show .modal-inner-wrap .modal-content .items li a .count {
  display: none;
}
.modal-popup.cupon-modal.modal-content-1.modal-slide._show .modal-inner-wrap .modal-content .items li a:before {
  content: '';
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255, .29) 0%, rgba(20,68,144,0) 29%);
  height: 100%;
  width: 53px;
  left: 0;
  display: block;
  z-index: 999;
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: .6;
}
.modal-popup.cupon-modal.modal-content-1.modal-slide._show .modal-inner-wrap .modal-content .items li a:after {
  content: '';
  background: rgb(20,68,144);
  background: linear-gradient(90deg, rgba(20,68,144,0) 71%, rgba(255,255,255, .29) 100%);
  height: 100%;
  width: 53px;
  right: 0;
  display: block;
  z-index: 999;
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: .6;
}
.modal-content-1 .modal-inner-wrap {
  background-color: rgb(255 255 255 / 81%);
}
.modal-content-1 .modal-header button.action-close:before {
  content: 'Ver publicaciones filtradas';
  font-family: 'Oxygen', sans-serif;
  font-size: 1.1em;
  background: #1979c3;
  padding: 0 1em;
  border-radius: .6rem 0;
  color: #ffffff;
  border: 1px solid #1979c3;
}
.modal-content-1 .modal-header button.action-close:hover:before {
  color: #1979c3;
  border: 1px solid #1979c3;
  background: #ffffff;
}
#modal-content-1 .sidebar-main {
  width: 100%;
  text-align: center;
}
#modal-content-1 .sidebar-main .block-title strong {
  font-size: 1em;
  text-transform: uppercase;
  font-family: 'Oxygen', sans-serif;
  font-weight: 900;
  color: #1979c3;
  position: relative;
}
#modal-content-1 .sidebar-main .block-title strong:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1979c3 transparent transparent transparent;
}
#modal-content-1 .sidebar-main .filter-options .filter-options-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
#modal-content-1 .sidebar-main .filter-options .filter-options-title {
  margin: 0;
}
#modal-content-1 .sidebar-main .filter-options .filter-options-title {
  width: 100%;
  cursor: pointer;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, .125);
  padding: 1em 0;
}
#modal-content-1 .sidebar-main .filter-options .filter-options-title:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 60%;
  position: absolute;
  right: 15px;
  transform: translateY(0) rotate(0);
  transition: 0.3s all ease;
}
#modal-content-1 .sidebar-main .filter-options .filter-options-title[aria-expanded="true"]::after {
  transform: translateY(0) rotate(90deg);
}
#modal-content-1 .sidebar-main ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#modal-content-1 .sidebar-main .filter-options ol .item,
#modal-content-1 .sidebar-main .filter-current ol .item {
  width: 22%;
  padding: .51em 5px;
  font-size: 16px;
  background-color: #fff;
  min-height: auto;
  color: #144490;
  border: 2px solid #144490;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 10px;
  margin: 3px 6px;
}
#modal-content-1 .sidebar-main .filter-options ol .item .count,
#modal-content-1 .sidebar-main .filter-current ol .item .count {
  font-size: .71em;
}
.filter-current .filter-label {
  margin-right: 5px;
}

@media (max-width: 768px) and (min-width: 0) {
  #modal-content-1 .sidebar-main .filter-options ol .item,
  #modal-content-1 .sidebar-main .filter-current ol .item {
    width: 140px;
  }
  #banner-slider-carousel .owl-item img.owl-desktop,
  #banner-slider-carousel .owl-item img.owl-image,
   #banner-slider-carousel .owl-item img.img-desktop {
     display: none;
   }
  #banner-slider-carousel .owl-item img.owl-mobile,
  #banner-slider-carousel .owl-item img.img-image {
    display: block;
  }
  .banner-item.banner-slider .item-image {
    max-width: 500px;
    max-height: 500px;
    margin: auto;
    width: 100%;
    height: 100%;
    display: block;
    background: #f2f2f2;
  }
  #maincontent {
    margin-top: 2.6em;
  }
}
@media (max-width: 610px) and (min-width: 0) {
  footer .footer__page .footer-wrapper.data {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  footer .footer__page .footer-wrapper .footer-wrapper__item.htx,
  footer .footer__page .footer-wrapper .footer-wrapper__item.cls {
    text-align: center;
  }
  header .celsus-middle-header .container .form-minisearch-wrapper {
    /*display: none;*/
  }
  header .celsus-middle-header .container .form-minisearch-wrapper {
    transform: translate(100%, 151px);
  }
  header .celsus-middle-header .container .form-minisearch-wrapper.active {
    transform: translate(0, 151px);
  }
}
/*Buscador header*/

.hptx-ajax-search-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  z-index: 11;
  background: rgb(229 239 255 / 91%) !important;
  transition: 0.3s all ease !important;
  display: flex !important;
  align-items: center !important;
  padding: 1em !important;
}
.hptx-ajax-search-wrapper.active{
  opacity: 1;
  visibility: visible;
}
.hptx-ajax-search-wrapper .close-hptx-ajax-search {
  position: absolute;
  top: 25px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 50px;
  font-size: 35px;
}
.checkout-cart-index .totals-tax {
  display: none;
}
.cms-acerca-de-celsus p,
.cms-acerca-de-celsus strong {
  font-family: 'Oxygen', sans-serif;
  line-height: 1.6;
}
.cms-acerca-de-celsus li {
  font-family: 'Oxygen', sans-serif;
}
#mageplaza-bannerslider-block-before-content-1 {
  margin-bottom: 3rem;
  /* margin-top: 3rem; */
}


/*-------- Vista cotización Celsus ----------*/

.quotation-quotation-index #formQuotation .action.primary {
  margin-top: 1rem;
  font-size: 0.9rem;
}
.quotation-quotation-index #formQuotation select,
.quotation-quotation-index #formQuotation input {
  margin: 1em 0 0 0;
}
.quotation-quotation-index #shopping-cart-table .col.qty {
  text-align: center;
}
.quotation-quotation-index #shopping-cart-table .col.qty .action.action-delete,
.quotation-quotation-index #shopping-cart-table .col.qty .actualizar {
  margin-top: .5em;
}


/* PAGER: */



.toolbar-products .pages {
    display: block !important;
    float: left;
}
.toolbar-products {
  position: relative;
}
.toolbar-products .toolbar-amount {
  position: absolute;
  left: 18rem;
  top: 0;
}
.modes {
    display: none !important;
    float: left;
    margin-right: 20px;
}

.toolbar-amount {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.sorter .sorter-action {
    display: none;
}




/*ICONOS EN CHECKOUT*/

.opc-progress-bar-item._active > span:after, .opc-progress-bar-item._complete > span:after {
  font-size: 1em;
}

/*TÍTULOS EN TRANSACCIONAL*/
.opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title {
  font-size: 1.25em;
}

#co-shipping-form .field legend.label {
  font-size: inherit;
}

@media (max-width: 991px) and (min-width: 0) {
  .catalogsearch-advanced-result #maincontent .products-grid .product-items,
  .page-products.category-en-oferta.page-layout-2columns-left .column.main #layer-product-list .product-items, .page-products.category-novedades.page-layout-2columns-left .column.main #layer-product-list .product-items, .page-with-filter.page-products.catalog-category-view.page-layout-2columns-left .column.main #layer-product-list .product-items, .page-products.category-futuras-publicaciones.page-layout-2columns-left .column.main #layer-product-list .product-items, .page-products.category-libros.page-layout-2columns-left .column.main #layer-product-list .product-items, .page-products.catalogsearch-result-index.page-layout-2columns-left .column.main #layer-product-list .product-items {
    grid-template-columns: repeat(3,minmax(0px,1fr));
    justify-items: center;
  }
  #maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .data-box {
    width: 100%;
  }
  #maincontent .block-content .products-grid ol li .slider-product-item-info .product.details.slider-product-item-details .wrapp-flex,
  #maincontent .products-grid .product-item .product-item-info .product-item-details .wrapp-flex {
    margin-bottom: 2rem;
  }
  #maincontent .content-tags {
    bottom: -29px;
  }
}

@media (max-width: 767px) and (min-width: 0) {
  .toolbar-products {
    margin-top: .5rem;
    margin-bottom: 52px;
  }
  #maincontent .filters-bar__triggers {
    text-align: center !important;
    left: 0;
    right: 0;
    margin-top: 0px;
    position: relative;
  }
  .toolbar-products .toolbar-amount {
    position: absolute;
    left: 0;
    top: 35px;
    margin: 0;
    right: 0;
  }
  #maincontent .section-header {
    margin-bottom: 1rem;
  }
  .modal-popup.cupon-modal.modal-content-1.modal-slide._show .modal-inner-wrap {
    right: 0;
    left: auto;
  }
  .modal-popup.cupon-modal.modal-content-1.modal-slide._show {
    pointer-events: none !important;
    right: 0;
    left: auto;
    overflow: visible !important;
  }
  .modal-popup.cupon-modal.modal-content-1.modal-slide._show:before {
    right: 404px;
  }
  header .celsus-bottom-header.active {
    transform: translate(0, 83px);
  }
  header .celsus-bottom-header {
    transform: translate(-100%, 83px);
  }
  footer .footer__page .footer-wrapper .footer-wrapper__item.pay ul {
    margin-bottom: 1rem;
  }
}
@media (max-width: 451px) and (min-width: 0) {
  .modal-popup.cupon-modal.modal-content-1.modal-slide._show .modal-inner-wrap {
    width: 270px;
  }
  .modal-popup.cupon-modal.modal-content-1.modal-slide._show:before {
    right: 275px;
  }
}
@media (max-width: 429px) and (min-width: 0) {
  header .celsus-bottom-header.active {
    transform: translate(0, 103px);
  }
  header .celsus-bottom-header {
    transform: translate(-100%, 103px);
  }
}
@media (max-width: 425px) and (min-width: 0) {
  header .celsus-bottom-header.active {
    transform: translate(0, 47px);
  }
  header .celsus-bottom-header {
    transform: translate(-100%, 47px);
  }
}
@media (max-width: 354px) and (min-width: 0) {
  header .celsus-bottom-header.active {
    transform: translate(0, 62px);
  }
  header .celsus-bottom-header {
    transform: translate(-100%, 62px);
  }
  header .celsus-middle-header .container .form-minisearch-wrapper .minisearch .close_user2 {
    left: 0;
    top: -36px;
    margin: auto;
    font-size: 18px;
  }
  header .celsus-middle-header .container .form-minisearch-wrapper .search-wrapper-box > button {
    position: absolute;
    right: 1px;
    background-color: #144490;
    border-radius: 0 8px 8px 0;
    width: 40px;
  }
}
