.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(130,210,225,0.94);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a37f74;background-image:url("https://images.assets-landingi.com/uc/41b5623e-af3a-4180-9451-a3f026b0eb21/grafikadolpka.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { border-width: 0; border-radius: 0; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { color:#ffffff;display:block;width:41.9375rem;position:absolute;font-family:coco-gothic-pro;font-size:3.75rem;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.66);top:6.4375rem;left:31.9375rem;height:4.125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:19.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { color:#211d6d;display:block;width:28.625rem;position:absolute;font-family:coco-gothic-pro;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:19.96875rem;left:44.25rem;height:9.5625rem;font-style:normal;display:block; }
#PoqcpCqus0dO1FD1M2Xmx0ldKHHb1whh { box-sizing:content-box;height:11.25rem;width:30.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(121,208,236,0.83);background-image:none;top:19.125rem;left:43.3125rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#V0FWUvGg2UGvht9d7inxJC4QUMQkpzau { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:18.4375rem;left:1.25rem;display:none; }
#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9e8671;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { background-color: transparent; background-image: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { display: none; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { border-width: 0; border-radius: 0; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { font-size:0.875rem;font-family:arial;height:49.0625rem;width:75rem;position:relative;display:block; }#zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:coco-gothic-pro;font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.625rem;left:0rem;height:3.1625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { color:#ffffff;display:block;width:75rem;position:absolute;font-family:coco-gothic-pro;font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:8.6687507629394rem;left:0rem;height:7.33125rem;font-style:normal;display:block; }
#v1nPcIdd4ngmbDHLwbRAi74W9DmhTU5A { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:8.8125rem;top:17.299999237061rem;left:38.375rem;overflow:hidden;display:block; }
#XVlcEKoX7tRevTw5NhByqhZ1X8ox9aT4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:31.375rem;width:47.125rem;top:15.987500190735rem;left:0rem;overflow:hidden;display:block; }
#Gx7IgDQxfmydmr48dogR9wW7UVxbVnVg { color:#211d6d;display:block;width:26.25rem;position:absolute;font-family:coco-gothic-pro;font-size:1.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:16.121875762939rem;left:48.875rem;height:4.7125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Td9xd9S1ZuqhIQGKROTSLeHeWcUizp3m { color:#211d6d;display:block;width:26.125rem;position:absolute;font-family:coco-gothic-pro;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:22.084373474121rem;left:48.875rem;height:;display:block; }#Td9xd9S1ZuqhIQGKROTSLeHeWcUizp3m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Td9xd9S1ZuqhIQGKROTSLeHeWcUizp3m li:before{  }
#gsCSV8mOUOsMilsnN2BeD79kgyT1ISOu { box-sizing:content-box;height:4.875rem;width:44.8125rem;position:absolute;display:block;z-index:15001;background-color:#211d6d;background-image:none;top:2.75rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#htnpmmBMpaHT562fBaytybsGVTuD8Sua { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:75rem;top:4.8937492370606rem;left:0rem;overflow:hidden;display:block; }
#Fvx3HbThrxICKJrPmaPoTmdbO9ImTzZk { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:41.75rem;left:64.3125rem;overflow:hidden;display:block; }
#MgoINZQLFeOQPPcL27IUxdu3WT4dxFVE { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:41.75rem;left:57.375rem;overflow:hidden;display:block; }
#frTEzBPaK9A7FhlS2GWTp22vDbCsvJCH { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:41.75rem;left:50.3125rem;overflow:hidden;display:block; }
#gVgxvn4Am1bOWh5Is8RDqy1BUtliTSLy { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:35.487499237061rem;left:57.375rem;overflow:hidden;display:block; }
#pgkaASfsk6BlQl2i4vMetey26a6TsxMm { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:35.487499237061rem;left:50.3125rem;overflow:hidden;display:block; }
#TxIagZZ9XZnW82RLhMbqlvIvW0Sn8yzN { z-index:15004;top:31.393749237061rem;left:48.875rem;background-color:#79d0ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#211d6d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QTCEZtOMhm650X71EcUIlic97kxwIAIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 { background-color:#79d0ec;background-image:url("https://images.assets-landingi.com/uc/cac47f74-c401-4ba2-9c4d-359cf2d27275/kawa.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85.adaptive-delivery-prevent-bg, #uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85.lazyload, #uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85.lazyloading { background-image: none; }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row .container { background-color: transparent; background-image: none; }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row .container > .video-iframe-container { display: none; }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row > .video-iframe-container { display: none; }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row .container { border-width: 0; border-radius: 0; }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#QuMS8tdBB4hcNe2ePNAMDGBpXJlTkhbR { color:#211d6d;display:block;width:37.0625rem;position:absolute;font-family:coco-gothic-pro;font-size:3rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.1875rem;left:3.1875rem;height:7.8rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yNdafTXJp72UqLDFVdstn834aOQxQ6FT { color:#ffffff;display:block;width:43.125rem;position:absolute;font-family:coco-gothic-pro;font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15rem;left:3.1875rem;height:8.625rem;display:block; }
#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50d07255-a948-472c-9105-46741f874be4/rugclothesbasketfilledwithyellowgrayblankets.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1.adaptive-delivery-prevent-bg, #puqqtadOtSkRNVXMSOQydAMcJBlghVV1.lazyload, #puqqtadOtSkRNVXMSOQydAMcJBlghVV1.lazyloading { background-image: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { background-color: transparent; background-image: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(163,127,116,0.37); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(163,127,116,0.37); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { border-width: 0; border-radius: 0; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;position:relative;display:block; }#awRiFOAEwMMtkq2ZDaSlALC4ndoTwSeT { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:coco-gothic-pro;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8rem;left:11.75rem;height:18.025rem;display:block; }#awRiFOAEwMMtkq2ZDaSlALC4ndoTwSeT li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#awRiFOAEwMMtkq2ZDaSlALC4ndoTwSeT li:before{  }
#EwRWw3TFxIzo4HxMTVETXBPuFl9yERTl { color:#ffffff;display:block;width:25.125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#L4tImPAAcPyNODcGSbf2pVLp6l0T7tBv { box-sizing:content-box;height:3.25rem;width:24.8125rem;position:absolute;display:block;z-index:15000;background-color:#211d6d;background-image:none;top:1.875rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#T2FktcLfReFtSCqclg4hrIgJ5iNPsDB4 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:74.8125rem;top:58.3125rem;left:0rem;overflow:hidden;display:block; }
#f9h08tR6eOWOFMsJmZJCCwcMcckKF4u5 { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:75rem;top:3.1593751907349rem;left:0rem;overflow:hidden;display:block; }
#FPIdmi6hRONB8Vthy0RsJkuTZgeqn9Ne { color:#211d6d;display:block;width:9.75rem;position:absolute;font-family:coco-gothic-pro;font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.3875007629394rem;left:26.25rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZC6CEKByzIZqCsCgJSicCJel5nHOMNzb { color:#211d6d;display:block;width:11.6875rem;position:absolute;font-family:coco-gothic-pro;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lX2W1fTQXOWhIZ3L2H1pxJ7fOOSNwfJt { color:#211d6d;display:block;width:11.6875rem;position:absolute;font-family:coco-gothic-pro;font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:32.75rem;left:0rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nRNlwtZP5owkKeaG3TxuNHTkUETMtUBr { color:#211d6d;display:block;width:11.6875rem;position:absolute;font-family:coco-gothic-pro;font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:32.8125rem;left:25.3125rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RIfg31yg8E5ROeneTSn55srBydpkFTiS { color:#211d6d;display:block;width:11.6875rem;position:absolute;font-family:coco-gothic-pro;font-size:1.0625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:32.8125rem;left:50.0625rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cfgvlFZsHZxNPiBCvD1kA0KUdl8Gichc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:10.3125rem;top:9.33749961853rem;left:25.9375rem;overflow:hidden;display:block; }
#MfnKNHPpLzmKGzeoIQMxldnh1nEMRrVS { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:coco-gothic-pro;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.125rem;left:36.9375rem;height:;display:block; }#MfnKNHPpLzmKGzeoIQMxldnh1nEMRrVS li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#MfnKNHPpLzmKGzeoIQMxldnh1nEMRrVS li:before{  }
#ONMfWtWOZsTUli6paml5wT4JQwXp1ABq { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:coco-gothic-pro;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.90625rem;left:62.3125rem;height:;display:block; }#ONMfWtWOZsTUli6paml5wT4JQwXp1ABq li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ONMfWtWOZsTUli6paml5wT4JQwXp1ABq li:before{  }
#MiNyhsNdVEL5KP2c9zTzuV9ualgKM36u { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:11.0625rem;top:34.424999237061rem;left:0.625rem;overflow:hidden;display:block; }
#VCqz7GC6XMq9uzRCNHz1FDIMHxhdPweL { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:coco-gothic-pro;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:35.331249237061rem;left:11.875rem;height:11.6rem;display:block; }#VCqz7GC6XMq9uzRCNHz1FDIMHxhdPweL li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#VCqz7GC6XMq9uzRCNHz1FDIMHxhdPweL li:before{  }
#zmTAa7y5nz3m6ueQiq0LPUDbArDsNxws { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:10.1875rem;top:9.58749961853rem;left:0.75rem;overflow:hidden;display:block; }
#IyHi4KdEnP3F3G0EbW6tlnbir57bCvma { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:coco-gothic-pro;font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:35.775001525879rem;left:37rem;height:;font-style:normal;display:block; }#IyHi4KdEnP3F3G0EbW6tlnbir57bCvma li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#IyHi4KdEnP3F3G0EbW6tlnbir57bCvma li:before{  }
#fHV9zpH4nIDAcIK2WDt4tHVR0flBbtCb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:9.625rem;top:35.681251525879rem;left:26.5625rem;overflow:hidden;display:block; }
#cLTJ2VEXuTsqIc9UpCmrzbSkdG2W1mzF { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:coco-gothic-pro;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:35.599998474121rem;left:61.75rem;height:12.225rem;display:block; }#cLTJ2VEXuTsqIc9UpCmrzbSkdG2W1mzF li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#cLTJ2VEXuTsqIc9UpCmrzbSkdG2W1mzF li:before{  }
#Db1AlO67MwVUWkTTCIkby2zedaSWhikp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:10.25rem;top:35.331249237061rem;left:51.34375rem;overflow:hidden;display:block; }
#HLPza9DDdSG9zkc78cgNFL7ULX1yayUP { box-sizing:content-box;height:24.5rem;width:24.375rem;position:absolute;display:block;z-index:14996;background-color:rgba(121,208,236,0.6);background-image:none;top:6.75rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FoiNKWyIkTdknDKc9vx46OAuorrsqUew { color:#211d6d;display:block;width:11.6875rem;position:absolute;font-family:coco-gothic-pro;font-size:1.0625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.3875007629394rem;left:50.625rem;height:1.38125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3xUhT7rf8DMDAmnwe7e6b6U6qKNeXAd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14rem;width:10.25rem;top:9.58749961853rem;left:51.34375rem;overflow:hidden;display:block; }
#MWKvE7Oo7zVvEptsdtPRKynGA8milvQb { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:1.25rem;overflow:hidden;display:block; }
#ueXJxlEP3WR4DTPATuJwKQX29CCxNE3D { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:5rem;overflow:hidden;display:block; }
#o1DQusxfHbEuIuPpmdzWRPg9a9oKDPB4 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:8.625rem;overflow:hidden;display:block; }
#lwysRbSHa4T22trAW7fP1G3KEnkBmlwl { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:12.375rem;overflow:hidden;display:block; }
#iOagJsLMc3nfCvuznnS78Xta0JBZaK71 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:16.125rem;overflow:hidden;display:block; }
#zdHFLwLnhgLFyuhKM1qeRnPSZHxMw09P { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:19.875rem;overflow:hidden;display:block; }
#vvXqDkBIzDvZpTuBzxUOHaI4h2uHUDUS { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:18.89999961853rem;left:0.625rem;overflow:hidden;display:block; }
#rlx7Fv2St5m5f57sk49yNPicgQLrdbxE { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:44.875rem;overflow:hidden;display:block; }
#wBbnEskGrnLc6wimoNVm2PfBdNXEk1Pt { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:41.125rem;overflow:hidden;display:block; }
#wgETHarppy7Pr17FcvMR6wON4LogcxNB { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:37.375rem;overflow:hidden;display:block; }
#TAieyrBcvqGtv7lVviEcxuQQDbiL4MuX { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:33.625rem;overflow:hidden;display:block; }
#SJqTPsX55z3qklOkcp1Vuputkgc5XqZ2 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:30rem;overflow:hidden;display:block; }
#FTtURG7lzbM3Sox1RLOrnwTfhULbSBWa { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:26.25rem;overflow:hidden;display:block; }
#GmL2Jq94twaJ9i7Em6WgczMiabPa2G3O { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:70.5rem;overflow:hidden;display:block; }
#rIF0t7et3UJcwFZEnu6aCkzsfKxn2R84 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:66.75rem;overflow:hidden;display:block; }
#VT845NJMdK2b5m1RI1SXmMwHGIhCIWfi { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:63rem;overflow:hidden;display:block; }
#wescpwL21OA3fEP0DqNTkUxuKerTCsgT { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:59.25rem;overflow:hidden;display:block; }
#TTe0BTfqOZDh03UK959V15xob5CSNVkO { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:55.625rem;overflow:hidden;display:block; }
#I8QXw4RJJZTHpRilTLTyKV0iAFaPtGur { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:27.25rem;left:51.875rem;overflow:hidden;display:block; }
#JCo2qs2sTVv78oaFfZTcOaQ1oziWifZO { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:70.5rem;overflow:hidden;display:block; }
#aqlo9ktLA1i0PngRMWlmw5gMKX7keZ0r { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:66.75rem;overflow:hidden;display:block; }
#W4dz4fHeTlhXXd40CGaZ3BvzsA2dHpGv { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:63rem;overflow:hidden;display:block; }
#XwHQXTtUcTO6BhHkDs8toH9voSk7MQvy { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:59.25rem;overflow:hidden;display:block; }
#umdiFVKqT0QTzMqMydO8MplBfDesku2U { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:55.625rem;overflow:hidden;display:block; }
#V9ahmHEFL1IL0LTNpZx4kCoZt48BdUq7 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:51.875rem;overflow:hidden;display:block; }
#ZNEhFkIp1pNP6IKssqADMaKwcZVpgExd { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:44.875rem;overflow:hidden;display:block; }
#AalZhxtEdwQEg8maPVSQxoMI7a4iK9rr { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:41.125rem;overflow:hidden;display:block; }
#zeqpG0VRehUscgkQfgTh1rZxveGhmr1a { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:37.375rem;overflow:hidden;display:block; }
#AL4WaTxHCWTqSCHpqO05FaZvt5c3dDqC { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:33.625rem;overflow:hidden;display:block; }
#nmyqflQagrLM6pfI6gd6J8Jf6A2s4aIq { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:30rem;overflow:hidden;display:block; }
#T1PSrepdEvbs7TX6ZZRJSdQ1KsNhaQcn { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:26.25rem;overflow:hidden;display:block; }
#yfEH1nEDFg6n4TzZfodDM3bbxmCu4qwU { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:19.875rem;overflow:hidden;display:block; }
#xNiayyEIlVSTpr9CagRXG6uSwErLZaqm { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:16.125rem;overflow:hidden;display:block; }
#lV2KJ1LgoUs5hTzrRi4KTyWSLTLSSiNN { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:12.375rem;overflow:hidden;display:block; }
#pQBsg79Symfwb5gS8A84lMerkL4WCTVl { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:8.625rem;overflow:hidden;display:block; }
#qhz6okdzq1cTTtqnnn2WT5zdkzFbF4cz { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:5rem;overflow:hidden;display:block; }
#u9i9tnovKTPg1oHGxTaOMCdkkBSU6w43 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:52.875rem;left:1.25rem;overflow:hidden;display:block; }
#lJ13LkvPJNUDIXRCbN2pRVMb248AM22r { box-sizing:content-box;height:24.5rem;width:24.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(121,208,236,0.6);background-image:none;top:6.75rem;left:25.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NLDS5VF9XRUdnFbLPuHSKvF1C9b1JDcS { box-sizing:content-box;height:24.5rem;width:24.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(121,208,236,0.6);background-image:none;top:6.75rem;left:50.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TCTwJ6pMm4lRM2LZiSlJcMLnEtS4BXwA { box-sizing:content-box;height:24.5rem;width:24.375rem;position:absolute;display:block;z-index:14997;background-color:rgba(121,208,236,0.6);background-image:none;top:32.1875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IBp1lGMbOODOP8ET8ngSpUgxhKlG77Qb { box-sizing:content-box;height:24.5rem;width:24.375rem;position:absolute;display:block;z-index:14998;background-color:rgba(121,208,236,0.6);background-image:none;top:32.1875rem;left:25.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IsDnPtdchpOBi5oPkv8qTpsyvRsWGvIW { box-sizing:content-box;height:24.5rem;width:24.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(121,208,236,0.6);background-image:none;top:32.1875rem;left:50.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yrQsDpvdVFdknuTdcxrqG3g0HqiHzuHy { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:44.924999237061rem;left:0.625rem;overflow:hidden;display:block; }
#FufG4RFWSDg22U9xAzkm0yXlF2WX1H6Z { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:44.924999237061rem;left:25.9375rem;overflow:hidden;display:block; }
#XzW3Fc75u3H58J6WIgWOHsoaTtMyTR8L { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:18.89999961853rem;left:25.9375rem;overflow:hidden;display:block; }
#Fm49dPM2g9unLw6A0sdLpIhwpJoqkSRE { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:18.64999961853rem;left:51.34375rem;overflow:hidden;display:block; }
#S77zImDisJkZ5oionpsrsNr2pycX0IlW { z-index:15003;top:24.21249961853rem;left:0.9375rem;background-color:#79d0ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#poICBm643St7NzHGTXgiTeARgDLAERAH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#npNfMUxhW0v982Q9OiUwLbpl99iTKdTe { z-index:15004;top:24.21249961853rem;left:25.9375rem;background-color:#79d0ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lGOBbfGux9hhTFtoELQLn7ElGodZPmZo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uHnbIKgbzwTOWQ2ZRT91erg5tJcB1MaW { z-index:15005;top:24.21249961853rem;left:51.9375rem;background-color:#79d0ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IlikXP4abRnRPairD00CsE5dMWnswG9e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SUmCr781AcrXUoMpJpNyqzdJVHO7mdaD { z-index:15004;top:50.299999237061rem;left:1.3125rem;background-color:#79d0ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#coRKZ4tRMcTEmzMTM3e9zPf8kkG3i10X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hBK3v9wzVyKh8d4c2k91hnyJizJQDHyC { z-index:15005;top:50.299999237061rem;left:25.9375rem;background-color:#79d0ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JsS9Ufef1hTTTxRsGK7Q3IF1Z5V1GW8A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FPhfWJ9UXVSXuQK8pkoa0iXKWKH77qGl { z-index:15006;top:50.299999237061rem;left:51.9375rem;background-color:#79d0ec;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JTmxh29Ie8AQdtkpW9RXWXIPyPfMJonV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f4f2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { background-color: transparent; background-image: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { display: none; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { border-width: 0; border-radius: 0; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:41.9375rem;height:4.125rem;top:6.4375rem;left:5.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { width:19.9375rem;height:7.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:28.625rem;height:9.5625rem;top:19.9375rem;left:19.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoqcpCqus0dO1FD1M2Xmx0ldKHHb1whh { top:19.125rem;left:16.0625rem;width:30.5rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0FWUvGg2UGvht9d7inxJC4QUMQkpzau { top:18.4375rem;left:0rem;width:17.4375rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { width:44.875rem;height:3.1875rem;top:3.625rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { width:47.75rem;height:7.3125rem;top:8.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1nPcIdd4ngmbDHLwbRAi74W9DmhTU5A { top:17.25rem;left:24.75rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVlcEKoX7tRevTw5NhByqhZ1X8ox9aT4 { width:47.125rem;height:31.375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx7IgDQxfmydmr48dogR9wW7UVxbVnVg { top:16.0625rem;left:21.5rem;width:26.25rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td9xd9S1ZuqhIQGKROTSLeHeWcUizp3m { top:22.0625rem;left:21.625rem;width:26.125rem;height:;font-size:1rem;display:block; }#Td9xd9S1ZuqhIQGKROTSLeHeWcUizp3m li:before{  }
 }@media only screen and (max-width: 763px) { #gsCSV8mOUOsMilsnN2BeD79kgyT1ISOu { top:2.75rem;left:0rem;width:44.8125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htnpmmBMpaHT562fBaytybsGVTuD8Sua { top:4.875rem;left:0rem;width:47.75rem;height:0.39791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvx3HbThrxICKJrPmaPoTmdbO9ImTzZk { top:41.75rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgoINZQLFeOQPPcL27IUxdu3WT4dxFVE { top:41.75rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frTEzBPaK9A7FhlS2GWTp22vDbCsvJCH { top:41.75rem;left:36.6875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVgxvn4Am1bOWh5Is8RDqy1BUtliTSLy { top:35.4375rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgkaASfsk6BlQl2i4vMetey26a6TsxMm { top:35.4375rem;left:36.6875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxIagZZ9XZnW82RLhMbqlvIvW0Sn8yzN { top:31.375rem;left:31.9375rem;width:15.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTCEZtOMhm650X71EcUIlic97kxwIAIT { display:block; }
 }@media only screen and (max-width: 763px) { #uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 { display:block; }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuMS8tdBB4hcNe2ePNAMDGBpXJlTkhbR { width:37.0625rem;height:;top:4.1875rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNdafTXJp72UqLDFVdstn834aOQxQ6FT { top:15rem;left:0rem;width:43.125rem;height:8.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awRiFOAEwMMtkq2ZDaSlALC4ndoTwSeT { top:8rem;left:0rem;width:12.0625rem;height:18rem;font-size:0.875rem;display:block; }#awRiFOAEwMMtkq2ZDaSlALC4ndoTwSeT li:before{  }
 }@media only screen and (max-width: 763px) { #EwRWw3TFxIzo4HxMTVETXBPuFl9yERTl { top:2.375rem;left:0rem;width:25.125rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4tImPAAcPyNODcGSbf2pVLp6l0T7tBv { top:1.875rem;left:0rem;width:24.8125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2FktcLfReFtSCqclg4hrIgJ5iNPsDB4 { top:58.3125rem;left:0rem;width:47.75rem;height:0.39891395154553rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9h08tR6eOWOFMsJmZJCCwcMcckKF4u5 { top:3.125rem;left:0rem;width:47.75rem;height:0.39791666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPIdmi6hRONB8Vthy0RsJkuTZgeqn9Ne { top:7.375rem;left:12.625rem;width:9.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC6CEKByzIZqCsCgJSicCJel5nHOMNzb { top:7.375rem;left:0rem;width:11.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2W1fTQXOWhIZ3L2H1pxJ7fOOSNwfJt { top:32.75rem;left:0rem;width:11.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRNlwtZP5owkKeaG3TxuNHTkUETMtUBr { top:32.8125rem;left:11.6875rem;width:11.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIfg31yg8E5ROeneTSn55srBydpkFTiS { top:32.8125rem;left:36.0625rem;width:11.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfgvlFZsHZxNPiBCvD1kA0KUdl8Gichc { top:9.3125rem;left:12.3125rem;width:10.3125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfnKNHPpLzmKGzeoIQMxldnh1nEMRrVS { top:10.125rem;left:23.3125rem;width:11.9375rem;height:;font-size:0.875rem;display:block; }#MfnKNHPpLzmKGzeoIQMxldnh1nEMRrVS li:before{  }
 }@media only screen and (max-width: 763px) { #ONMfWtWOZsTUli6paml5wT4JQwXp1ABq { top:9.875rem;left:35.8125rem;width:11.9375rem;height:;font-size:0.875rem;display:block; }#ONMfWtWOZsTUli6paml5wT4JQwXp1ABq li:before{  }
 }@media only screen and (max-width: 763px) { #MiNyhsNdVEL5KP2c9zTzuV9ualgKM36u { top:34.375rem;left:0rem;width:11.0625rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCqz7GC6XMq9uzRCNHz1FDIMHxhdPweL { top:35.3125rem;left:0rem;width:11.9375rem;height:11.5625rem;font-size:0.875rem;display:block; }#VCqz7GC6XMq9uzRCNHz1FDIMHxhdPweL li:before{  }
 }@media only screen and (max-width: 763px) { #zmTAa7y5nz3m6ueQiq0LPUDbArDsNxws { top:9.5625rem;left:0rem;width:10.1875rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyHi4KdEnP3F3G0EbW6tlnbir57bCvma { top:35.75rem;left:23.375rem;width:11.9375rem;height:;font-size:0.875rem;display:block; }#IyHi4KdEnP3F3G0EbW6tlnbir57bCvma li:before{  }
 }@media only screen and (max-width: 763px) { #fHV9zpH4nIDAcIK2WDt4tHVR0flBbtCb { top:35.625rem;left:12.9375rem;width:9.625rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLTJ2VEXuTsqIc9UpCmrzbSkdG2W1mzF { top:35.5625rem;left:35.8125rem;width:11.9375rem;height:12.1875rem;font-size:0.875rem;display:block; }#cLTJ2VEXuTsqIc9UpCmrzbSkdG2W1mzF li:before{  }
 }@media only screen and (max-width: 763px) { #Db1AlO67MwVUWkTTCIkby2zedaSWhikp { top:35.3125rem;left:37.5rem;width:10.25rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLPza9DDdSG9zkc78cgNFL7ULX1yayUP { top:6.75rem;left:0rem;width:24.375rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoiNKWyIkTdknDKc9vx46OAuorrsqUew { top:7.375rem;left:36.0625rem;width:11.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3xUhT7rf8DMDAmnwe7e6b6U6qKNeXAd { top:9.5625rem;left:37.5rem;width:10.25rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWKvE7Oo7zVvEptsdtPRKynGA8milvQb { top:27.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueXJxlEP3WR4DTPATuJwKQX29CCxNE3D { top:27.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1DQusxfHbEuIuPpmdzWRPg9a9oKDPB4 { top:27.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwysRbSHa4T22trAW7fP1G3KEnkBmlwl { top:27.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOagJsLMc3nfCvuznnS78Xta0JBZaK71 { top:27.25rem;left:2.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdHFLwLnhgLFyuhKM1qeRnPSZHxMw09P { top:27.25rem;left:6.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvXqDkBIzDvZpTuBzxUOHaI4h2uHUDUS { top:18.875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlx7Fv2St5m5f57sk49yNPicgQLrdbxE { top:27.25rem;left:31.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBbnEskGrnLc6wimoNVm2PfBdNXEk1Pt { top:27.25rem;left:27.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgETHarppy7Pr17FcvMR6wON4LogcxNB { top:27.25rem;left:23.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAieyrBcvqGtv7lVviEcxuQQDbiL4MuX { top:27.25rem;left:20rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJqTPsX55z3qklOkcp1Vuputkgc5XqZ2 { top:27.25rem;left:16.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTtURG7lzbM3Sox1RLOrnwTfhULbSBWa { top:27.25rem;left:12.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmL2Jq94twaJ9i7Em6WgczMiabPa2G3O { top:27.25rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIF0t7et3UJcwFZEnu6aCkzsfKxn2R84 { top:27.25rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT845NJMdK2b5m1RI1SXmMwHGIhCIWfi { top:27.25rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wescpwL21OA3fEP0DqNTkUxuKerTCsgT { top:27.25rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTe0BTfqOZDh03UK959V15xob5CSNVkO { top:27.25rem;left:42rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8QXw4RJJZTHpRilTLTyKV0iAFaPtGur { top:27.25rem;left:38.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCo2qs2sTVv78oaFfZTcOaQ1oziWifZO { top:52.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqlo9ktLA1i0PngRMWlmw5gMKX7keZ0r { top:52.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4dz4fHeTlhXXd40CGaZ3BvzsA2dHpGv { top:52.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwHQXTtUcTO6BhHkDs8toH9voSk7MQvy { top:52.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umdiFVKqT0QTzMqMydO8MplBfDesku2U { top:52.875rem;left:42rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9ahmHEFL1IL0LTNpZx4kCoZt48BdUq7 { top:52.875rem;left:38.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNEhFkIp1pNP6IKssqADMaKwcZVpgExd { top:52.875rem;left:31.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AalZhxtEdwQEg8maPVSQxoMI7a4iK9rr { top:52.875rem;left:27.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeqpG0VRehUscgkQfgTh1rZxveGhmr1a { top:52.875rem;left:23.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL4WaTxHCWTqSCHpqO05FaZvt5c3dDqC { top:52.875rem;left:20rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmyqflQagrLM6pfI6gd6J8Jf6A2s4aIq { top:52.875rem;left:16.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1PSrepdEvbs7TX6ZZRJSdQ1KsNhaQcn { top:52.875rem;left:12.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfEH1nEDFg6n4TzZfodDM3bbxmCu4qwU { top:52.875rem;left:6.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNiayyEIlVSTpr9CagRXG6uSwErLZaqm { top:52.875rem;left:2.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV2KJ1LgoUs5hTzrRi4KTyWSLTLSSiNN { top:52.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQBsg79Symfwb5gS8A84lMerkL4WCTVl { top:52.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhz6okdzq1cTTtqnnn2WT5zdkzFbF4cz { top:52.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9i9tnovKTPg1oHGxTaOMCdkkBSU6w43 { top:52.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ13LkvPJNUDIXRCbN2pRVMb248AM22r { top:6.75rem;left:11.6875rem;width:24.375rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLDS5VF9XRUdnFbLPuHSKvF1C9b1JDcS { top:6.75rem;left:23.375rem;width:24.375rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTwJ6pMm4lRM2LZiSlJcMLnEtS4BXwA { top:32.1875rem;left:0rem;width:24.375rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBp1lGMbOODOP8ET8ngSpUgxhKlG77Qb { top:32.1875rem;left:11.6875rem;width:24.375rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsDnPtdchpOBi5oPkv8qTpsyvRsWGvIW { top:32.1875rem;left:23.375rem;width:24.375rem;height:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrQsDpvdVFdknuTdcxrqG3g0HqiHzuHy { top:44.875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FufG4RFWSDg22U9xAzkm0yXlF2WX1H6Z { top:44.875rem;left:12.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzW3Fc75u3H58J6WIgWOHsoaTtMyTR8L { top:18.875rem;left:12.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm49dPM2g9unLw6A0sdLpIhwpJoqkSRE { top:18.625rem;left:37.71875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S77zImDisJkZ5oionpsrsNr2pycX0IlW { top:24.1875rem;left:0rem;width:9.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poICBm643St7NzHGTXgiTeARgDLAERAH { display:block; }
 }@media only screen and (max-width: 763px) { #npNfMUxhW0v982Q9OiUwLbpl99iTKdTe { top:24.1875rem;left:12.3125rem;width:9.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGOBbfGux9hhTFtoELQLn7ElGodZPmZo { display:block; }
 }@media only screen and (max-width: 763px) { #uHnbIKgbzwTOWQ2ZRT91erg5tJcB1MaW { top:24.1875rem;left:38.3125rem;width:9.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlikXP4abRnRPairD00CsE5dMWnswG9e { display:block; }
 }@media only screen and (max-width: 763px) { #SUmCr781AcrXUoMpJpNyqzdJVHO7mdaD { top:50.25rem;left:0rem;width:9.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coRKZ4tRMcTEmzMTM3e9zPf8kkG3i10X { display:block; }
 }@media only screen and (max-width: 763px) { #hBK3v9wzVyKh8d4c2k91hnyJizJQDHyC { top:50.25rem;left:12.3125rem;width:9.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsS9Ufef1hTTTxRsGK7Q3IF1Z5V1GW8A { display:block; }
 }@media only screen and (max-width: 763px) { #FPhfWJ9UXVSXuQK8pkoa0iXKWKH77qGl { top:50.25rem;left:38.3125rem;width:9.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmxh29Ie8AQdtkpW9RXWXIPyPfMJonV { display:block; }
 }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q67ViGTeFufTmu31wuaEf7kneF0ROiLV { background-color:#a37f74;background-image:url("https://images.assets-landingi.com/uc/1240ad56-5d8a-4753-ac8a-cd706e94e52c/smilingwomanholdingcleantowelslaundryroomportraitonlinestorebannerdesign.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV.adaptive-delivery-prevent-bg, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyload, #q67ViGTeFufTmu31wuaEf7kneF0ROiLV.lazyloading { background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { background-color: transparent; background-image: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { display: none; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { border-width: 0; border-radius: 0; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q67ViGTeFufTmu31wuaEf7kneF0ROiLV > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUDrdyM7cg97J5sufV2AWXUxkE1iE2gT { width:20rem;height:2.4rem;top:14.512499809265rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.66);display:block; }
 }@media only screen and (max-width: 763px) { #LwfsQxEyBcs3P4vINnU8ihqu2t7VX0ZZ { width:8.3125rem;height:2.9375rem;top:0rem;left:11.552083333333rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #x07QOkwhcyQTOxphXBixL2XJe9JP8JMe { width:18.0625rem;height:4.19824375rem;top:22.96875rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #PoqcpCqus0dO1FD1M2Xmx0ldKHHb1whh { width:20rem;height:14.5625rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0FWUvGg2UGvht9d7inxJC4QUMQkpzau { top:18.47500038147rem;left:1.28125rem;width:17.4375rem;height:7.8rem;z-index:15003;font-family:coco-gothic-pro;color:#ffffff;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KNrPyKDBa9H5s845JXCEZGS4NIHaxumt { display:block; }#KNrPyKDBa9H5s845JXCEZGS4NIHaxumt > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKGs4APSJJiCnR6tvoGtMf9rW63m1K0i { width:20rem;height:3.3rem;top:3.541666875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xeEn2q2KThGyxLpNsp7Rq6WaqiV4QAsL { width:20rem;height:9.6rem;top:8.791666875rem;left:0rem;font-size:1rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v1nPcIdd4ngmbDHLwbRAi74W9DmhTU5A { width:5.375rem;height:5.375rem;top:19.641666412354rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVlcEKoX7tRevTw5NhByqhZ1X8ox9aT4 { width:19.75rem;height:13.125rem;top:19.641666875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gx7IgDQxfmydmr48dogR9wW7UVxbVnVg { width:20rem;height:4.7125rem;top:34.016666875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Td9xd9S1ZuqhIQGKROTSLeHeWcUizp3m { width:20rem;height:9.05rem;top:39.979166875rem;left:0rem;font-size:1rem;display:block; }#Td9xd9S1ZuqhIQGKROTSLeHeWcUizp3m li:before{  }
 }@media only screen and (max-width: 763px) { #gsCSV8mOUOsMilsnN2BeD79kgyT1ISOu { width:20rem;height:4.875rem;top:2.666666875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #htnpmmBMpaHT562fBaytybsGVTuD8Sua { width:20rem;height:0.166666875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fvx3HbThrxICKJrPmaPoTmdbO9ImTzZk { width:5.3125rem;height:5.3125rem;top:56.591667175293rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgoINZQLFeOQPPcL27IUxdu3WT4dxFVE { width:5.3125rem;height:5.3125rem;top:56.591667175293rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frTEzBPaK9A7FhlS2GWTp22vDbCsvJCH { width:5.3125rem;height:5.3125rem;top:50.091667175293rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVgxvn4Am1bOWh5Is8RDqy1BUtliTSLy { width:5.3125rem;height:5.3125rem;top:50.091667175293rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgkaASfsk6BlQl2i4vMetey26a6TsxMm { width:5.3125rem;height:5.3125rem;top:50.091667175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxIagZZ9XZnW82RLhMbqlvIvW0Sn8yzN { top:63.154167175294rem;left:2.0625rem;width:15.8125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTCEZtOMhm650X71EcUIlic97kxwIAIT { display:block; }
 }@media only screen and (max-width: 763px) { #uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cac47f74-c401-4ba2-9c4d-359cf2d27275/kawa.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85.adaptive-delivery-prevent-bg, #uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85.lazyload, #uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85.lazyloading { background-image: none; }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row .container { background-color: transparent; background-image: none; }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(121,208,236,0.69); }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row .container > .video-iframe-container { display: none; }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(121,208,236,0.69); }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row > .video-iframe-container { display: none; }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQJbH5TCQP9WgSSgbrhrX7TwAgBuHM85 > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QuMS8tdBB4hcNe2ePNAMDGBpXJlTkhbR { width:20rem;height:7.875rem;top:1.4249954223632rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1.2;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yNdafTXJp72UqLDFVdstn834aOQxQ6FT { width:20rem;height:19.40625rem;top:10.549995422363rem;left:0rem;font-size:1.4375rem;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #puqqtadOtSkRNVXMSOQydAMcJBlghVV1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/50d07255-a948-472c-9105-46741f874be4/rugclothesbasketfilledwithyellowgrayblankets.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1.adaptive-delivery-prevent-bg, #puqqtadOtSkRNVXMSOQydAMcJBlghVV1.lazyload, #puqqtadOtSkRNVXMSOQydAMcJBlghVV1.lazyloading { background-image: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { background-color: transparent; background-image: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(163,127,116,0.37); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(163,127,116,0.37); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row > .video-iframe-container { display: none; }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#puqqtadOtSkRNVXMSOQydAMcJBlghVV1 > .row .container { width:20rem;height:161.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awRiFOAEwMMtkq2ZDaSlALC4ndoTwSeT { width:10.9375rem;height:16.7125rem;top:9.666664123535rem;left:9.0625rem;font-size:0.875rem;line-height:1.2;display:block; }#awRiFOAEwMMtkq2ZDaSlALC4ndoTwSeT li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#awRiFOAEwMMtkq2ZDaSlALC4ndoTwSeT li:before{  }
 }@media only screen and (max-width: 763px) { #EwRWw3TFxIzo4HxMTVETXBPuFl9yERTl { width:16.4375rem;height:3.575rem;top:2.3541641235351rem;left:1.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L4tImPAAcPyNODcGSbf2pVLp6l0T7tBv { width:20rem;height:4.4375rem;top:1.8541641235351rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2FktcLfReFtSCqclg4hrIgJ5iNPsDB4 { width:20rem;height:0.166666875rem;top:160.45417022705rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9h08tR6eOWOFMsJmZJCCwcMcckKF4u5 { width:20rem;height:0.166666875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPIdmi6hRONB8Vthy0RsJkuTZgeqn9Ne { width:9.375rem;height:1.3rem;top:59.766670227051rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZC6CEKByzIZqCsCgJSicCJel5nHOMNzb { width:11.6875rem;height:1.3rem;top:8.041664123535rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lX2W1fTQXOWhIZ3L2H1pxJ7fOOSNwfJt { width:9.4375rem;height:1.3rem;top:33.879173278809rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nRNlwtZP5owkKeaG3TxuNHTkUETMtUBr { width:9.5625rem;height:1.3rem;top:85.32917022705rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RIfg31yg8E5ROeneTSn55srBydpkFTiS { width:11.6875rem;height:1.3rem;top:136.76667022705rem;left:-0.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cfgvlFZsHZxNPiBCvD1kA0KUdl8Gichc { width:7.5rem;height:10.5rem;top:35.554161071778rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfnKNHPpLzmKGzeoIQMxldnh1nEMRrVS { width:11.9375rem;height:12.7375rem;top:36.279167175293rem;left:8.0625rem;font-size:0.875rem;display:block; }#MfnKNHPpLzmKGzeoIQMxldnh1nEMRrVS li:before{  }
 }@media only screen and (max-width: 763px) { #ONMfWtWOZsTUli6paml5wT4JQwXp1ABq { width:10.5625rem;height:13.875rem;top:61.891670227051rem;left:8.5rem;font-size:0.875rem;display:block; }#ONMfWtWOZsTUli6paml5wT4JQwXp1ABq li:before{  }
 }@media only screen and (max-width: 763px) { #MiNyhsNdVEL5KP2c9zTzuV9ualgKM36u { width:7.5rem;height:10.4375rem;top:86.691673278806rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCqz7GC6XMq9uzRCNHz1FDIMHxhdPweL { width:11.1875rem;height:12.7375rem;top:87.32917022705rem;left:8.8125rem;font-size:0.875rem;display:block; }#VCqz7GC6XMq9uzRCNHz1FDIMHxhdPweL li:before{  }
 }@media only screen and (max-width: 763px) { #zmTAa7y5nz3m6ueQiq0LPUDbArDsNxws { width:7.5rem;height:10.25rem;top:10.004168400879rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyHi4KdEnP3F3G0EbW6tlnbir57bCvma { width:10.3125rem;height:15.0125rem;top:112.97292327881rem;left:9.1875rem;font-size:0.875rem;display:block; }#IyHi4KdEnP3F3G0EbW6tlnbir57bCvma li:before{  }
 }@media only screen and (max-width: 763px) { #fHV9zpH4nIDAcIK2WDt4tHVR0flBbtCb { width:7.5rem;height:10.4375rem;top:113.19791412354rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLTJ2VEXuTsqIc9UpCmrzbSkdG2W1mzF { width:11.9375rem;height:12.225rem;top:138.19165802002rem;left:8.0625rem;font-size:0.875rem;display:block; }#cLTJ2VEXuTsqIc9UpCmrzbSkdG2W1mzF li:before{  }
 }@media only screen and (max-width: 763px) { #Db1AlO67MwVUWkTTCIkby2zedaSWhikp { width:7.5rem;height:10.3125rem;top:138.47290802002rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLPza9DDdSG9zkc78cgNFL7ULX1yayUP { width:20rem;height:24.5rem;top:7.166666875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoiNKWyIkTdknDKc9vx46OAuorrsqUew { width:11.125rem;height:1.3rem;top:111.11042022705rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3xUhT7rf8DMDAmnwe7e6b6U6qKNeXAd { width:7.5rem;height:10.1875rem;top:61.541664123535rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWKvE7Oo7zVvEptsdtPRKynGA8milvQb { width:3.125rem;height:3.125rem;top:24.166667938233rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ueXJxlEP3WR4DTPATuJwKQX29CCxNE3D { width:3.125rem;height:3.125rem;top:27.666667938233rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1DQusxfHbEuIuPpmdzWRPg9a9oKDPB4 { width:3.125rem;height:3.125rem;top:27.666667938233rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwysRbSHa4T22trAW7fP1G3KEnkBmlwl { width:3.125rem;height:3.125rem;top:27.666667938233rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iOagJsLMc3nfCvuznnS78Xta0JBZaK71 { width:3.125rem;height:3.125rem;top:27.666666875rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdHFLwLnhgLFyuhKM1qeRnPSZHxMw09P { width:3.125rem;height:3.125rem;top:27.666667938233rem;left:12.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvXqDkBIzDvZpTuBzxUOHaI4h2uHUDUS { width:3.75rem;height:3.75rem;top:16.041667938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlx7Fv2St5m5f57sk49yNPicgQLrdbxE { width:3.125rem;height:3.125rem;top:53.466667175293rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBbnEskGrnLc6wimoNVm2PfBdNXEk1Pt { width:3.125rem;height:3.125rem;top:53.466667175293rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgETHarppy7Pr17FcvMR6wON4LogcxNB { width:3.125rem;height:3.125rem;top:53.466667175293rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAieyrBcvqGtv7lVviEcxuQQDbiL4MuX { width:3.125rem;height:3.125rem;top:53.466667175293rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJqTPsX55z3qklOkcp1Vuputkgc5XqZ2 { width:3.125rem;height:3.125rem;top:53.466667175293rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTtURG7lzbM3Sox1RLOrnwTfhULbSBWa { width:3.125rem;height:3.125rem;top:49.779167175293rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmL2Jq94twaJ9i7Em6WgczMiabPa2G3O { width:3.125rem;height:3.125rem;top:79.20417022705rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIF0t7et3UJcwFZEnu6aCkzsfKxn2R84 { width:3.125rem;height:3.125rem;top:79.20417022705rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT845NJMdK2b5m1RI1SXmMwHGIhCIWfi { width:3.125rem;height:3.125rem;top:79.20417022705rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wescpwL21OA3fEP0DqNTkUxuKerTCsgT { width:3.125rem;height:3.125rem;top:79.20417022705rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTe0BTfqOZDh03UK959V15xob5CSNVkO { width:3.125rem;height:3.125rem;top:79.20417022705rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8QXw4RJJZTHpRilTLTyKV0iAFaPtGur { width:3.125rem;height:3.125rem;top:74.82917022705rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCo2qs2sTVv78oaFfZTcOaQ1oziWifZO { width:3.125rem;height:3.125rem;top:156.01667022705rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqlo9ktLA1i0PngRMWlmw5gMKX7keZ0r { width:3.125rem;height:3.125rem;top:156.01667022705rem;left:12.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4dz4fHeTlhXXd40CGaZ3BvzsA2dHpGv { width:3.125rem;height:3.125rem;top:156.01667022705rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwHQXTtUcTO6BhHkDs8toH9voSk7MQvy { width:3.125rem;height:3.125rem;top:156.01667022705rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umdiFVKqT0QTzMqMydO8MplBfDesku2U { width:3.125rem;height:3.125rem;top:156.01667022705rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9ahmHEFL1IL0LTNpZx4kCoZt48BdUq7 { width:3.125rem;height:3.125rem;top:152.32917022705rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNEhFkIp1pNP6IKssqADMaKwcZVpgExd { width:3.125rem;height:3.125rem;top:130.89167022705rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AalZhxtEdwQEg8maPVSQxoMI7a4iK9rr { width:3.125rem;height:3.125rem;top:130.89167022705rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeqpG0VRehUscgkQfgTh1rZxveGhmr1a { width:3.125rem;height:3.125rem;top:130.89167022705rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL4WaTxHCWTqSCHpqO05FaZvt5c3dDqC { width:3.125rem;height:3.125rem;top:130.89167022705rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmyqflQagrLM6pfI6gd6J8Jf6A2s4aIq { width:3.125rem;height:3.125rem;top:130.89167022705rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1PSrepdEvbs7TX6ZZRJSdQ1KsNhaQcn { width:3.125rem;height:3.125rem;top:130.89167022705rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfEH1nEDFg6n4TzZfodDM3bbxmCu4qwU { width:3.125rem;height:3.125rem;top:105.14167022705rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNiayyEIlVSTpr9CagRXG6uSwErLZaqm { width:3.125rem;height:3.125rem;top:105.14167022705rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV2KJ1LgoUs5hTzrRi4KTyWSLTLSSiNN { width:3.125rem;height:3.125rem;top:105.14167022705rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQBsg79Symfwb5gS8A84lMerkL4WCTVl { width:3.125rem;height:3.125rem;top:105.14167022705rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhz6okdzq1cTTtqnnn2WT5zdkzFbF4cz { width:3.125rem;height:3.125rem;top:105.14167022705rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9i9tnovKTPg1oHGxTaOMCdkkBSU6w43 { width:3.125rem;height:3.125rem;top:100.76667022705rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ13LkvPJNUDIXRCbN2pRVMb248AM22r { width:20rem;height:24.5rem;top:32.966667175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLDS5VF9XRUdnFbLPuHSKvF1C9b1JDcS { width:20rem;height:24.5rem;top:58.704170227051rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCTwJ6pMm4lRM2LZiSlJcMLnEtS4BXwA { width:20rem;height:24.5rem;top:84.45417022705rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBp1lGMbOODOP8ET8ngSpUgxhKlG77Qb { width:20rem;height:24.5rem;top:110.20417022705rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsDnPtdchpOBi5oPkv8qTpsyvRsWGvIW { width:20rem;height:24.25rem;top:135.95417022705rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrQsDpvdVFdknuTdcxrqG3g0HqiHzuHy { width:3.75rem;height:3.75rem;top:92.879173278806rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FufG4RFWSDg22U9xAzkm0yXlF2WX1H6Z { width:5rem;height:5rem;top:122.19167327881rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzW3Fc75u3H58J6WIgWOHsoaTtMyTR8L { width:4rem;height:4rem;top:41.554161071778rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm49dPM2g9unLw6A0sdLpIhwpJoqkSRE { width:3.75rem;height:3.75rem;top:67.666664123538rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S77zImDisJkZ5oionpsrsNr2pycX0IlW { top:20.979167938233rem;left:0.9375rem;width:7.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poICBm643St7NzHGTXgiTeARgDLAERAH { display:block; }
 }@media only screen and (max-width: 763px) { #npNfMUxhW0v982Q9OiUwLbpl99iTKdTe { top:46.116661071778rem;left:0.625rem;width:7.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGOBbfGux9hhTFtoELQLn7ElGodZPmZo { display:block; }
 }@media only screen and (max-width: 763px) { #uHnbIKgbzwTOWQ2ZRT91erg5tJcB1MaW { top:72.166664123538rem;left:0.6875rem;width:7.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlikXP4abRnRPairD00CsE5dMWnswG9e { display:block; }
 }@media only screen and (max-width: 763px) { #SUmCr781AcrXUoMpJpNyqzdJVHO7mdaD { top:97.191673278806rem;left:0.8125rem;width:7.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #coRKZ4tRMcTEmzMTM3e9zPf8kkG3i10X { display:block; }
 }@media only screen and (max-width: 763px) { #hBK3v9wzVyKh8d4c2k91hnyJizJQDHyC { top:127.77291107177rem;left:0.9375rem;width:7.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsS9Ufef1hTTTxRsGK7Q3IF1Z5V1GW8A { display:block; }
 }@media only screen and (max-width: 763px) { #FPhfWJ9UXVSXuQK8pkoa0iXKWKH77qGl { top:149.49167633057rem;left:1.4375rem;width:6.875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmxh29Ie8AQdtkpW9RXWXIPyPfMJonV { display:block; }
 }@media only screen and (max-width: 763px) { #SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo { display:block; }#SuJ1i9zEm6vg4xZqHg1ISW7IyzdlBOEo > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }