.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:382.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#O1GWc2No93IkZmafd6irqvh8h2z07Edp { position:absolute;display:block;z-index:15113;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:16.625rem;width:60rem;top:3.625rem;left:0rem;overflow:hidden;display:block; }
#b5d7sTJpkD9rnQcddP3T0yId9zGOTTN2 { position:absolute;display:block;z-index:15134;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:2.3125rem;width:9rem;top:375.0625rem;left:7.5rem;overflow:hidden;display:block; }
#k8u9tNATxXXc5n7P8xsvgdLCcs6loykc { color:#8c8c8c;display:block;width:12.25rem;position:absolute;font-family:"noto sans";font-size:0.75rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:378rem;left:7.5rem;height:1.95rem;text-align:left;text-align-last:left;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; }
#g9bMSE0t4GWFTAC6iXTAaSTPr29ISP0M { background-color:transparent;background-image:none;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;box-shadow: none;box-sizing:border-box;color:#8c8c8c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:1.25rem;text-decoration:none;z-index:15136;text-align:left;text-align-last:left;top:373.625rem;left:41.25rem;display:block; }
#HH0qGfPVKn2u22mkOMrGzpXAAApFXzPE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lay8PlT8WKOESgoQqiUiJkL3HfwVvgk6 { position:absolute;display:block;z-index:15144;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:1.8125rem;width:6.0625rem;top:1rem;left:26.96875rem;overflow:hidden;display:block; }
#dGyGOUA2WkXQTcVydXeRy5eMQbTuvgDy { color:#33303c;display:block;width:47.5rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:22.5rem;left:6.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#rn4pfsuBT3xql8UpiTl7Tr0vfd0gtCr3 { color:#000000;display:block;width:47.5rem;position:absolute;font-family:iqos;font-size:2.5rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:30.5625rem;left:6.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#mmb8SdXN560o2Pt1PeTq5orJ45gzp34g { position:absolute;display:block;z-index:15108;background-color:#34303d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:15.1875rem;width:60rem;top:28.75rem;left:0rem;display:block; }
#prNZ1WzvXyhbCrtWuT7TsL1atw19R4HA { background-color:#34303d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:iqos;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.375rem;text-decoration:none;z-index:15165;text-align:center;text-align-last:center;top:181.25rem;left:36.8125rem;display:block; }
#SzBJz3cSmcghPOhoae02sxli6Eht6wd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AIQRE0WxJsybObCKnVSmTnV05nBlLWcW { position:absolute;display:block;z-index:15168;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.375rem;width:4rem;top:236.9375rem;left:13.1875rem;overflow:hidden;display:block; }
#JbTznK15hyc6d34QMyPz3a7TF5QkTbfF { position:absolute;display:block;z-index:15171;background-color:#00d1d2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:13rem;width:60rem;top:333.75rem;left:0rem;display:block; }
#JneRAcK9Wmy0eDUHTfTXdKF5WUEAsoql { color:#33303c;display:block;width:47.5rem;position:absolute;font-family:iqos;font-size:2.5rem;font-weight:normal;z-index:15172;line-height:1.3;letter-spacing:0;top:335.9375rem;left:6.25rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#vRZ24DuSdxhhrTccZn309qFJqphHWya9 { color:#33303c;display:block;width:47.5rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:400;z-index:15173;line-height:1.3;letter-spacing:0;top:340.75rem;left:6.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AgtUHgrcKKy0vP3lbUoPd129hGwc2yX0 { position:absolute;display:block;z-index:15174;background-color:#33303c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.8125rem;width:60rem;top:348.3125rem;left:0rem;display:block; }
#xKh9vndvofnOPcIN9X7BpTgzyuMclGVb { position:absolute;display:block;z-index:15175;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.6875rem;width:3.6875rem;top:351.125rem;left:9.375rem;overflow:hidden;display:block; }
#Tvtnn9e7DkIedRTST56ZlHF3fhpkwLF1 { position:absolute;display:block;z-index:15176;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.75rem;width:2rem;top:351.125rem;left:23.0625rem;overflow:hidden;display:block; }
#DDQrS7ntOolbxzUTpgcexUG846H00uw9 { position:absolute;display:block;z-index:15177;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.6875rem;width:2.4375rem;top:351.125rem;left:35rem;overflow:hidden;display:block; }
#f21mMh70f9zQLBRwOfpEDgUSeJ9reTex { position:absolute;display:block;z-index:15178;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.3125rem;width:3.8125rem;top:351.5625rem;left:46.8125rem;overflow:hidden;display:block; }
#Vi5pFafgT9hULdpm7O0A6n2rtaZfC1Iv { color:#f6f4f0;display:block;width:47.5rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:400;z-index:15174;line-height:1.3;letter-spacing:0;top:362.375rem;left:6.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LdFIdkwldhtQ2mbszXQXc09ymccmTW1h { background-color:transparent;background-image:none;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;box-shadow: none;box-sizing:border-box;color:#8c8c8c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:1.25rem;text-decoration:none;z-index:15137;text-align:left;text-align-last:left;top:373.625rem;left:25rem;display:block; }
#ZvVptpWP0vDMoJgIKw8ToGKeHCoHpsCZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NtAKVufoOMQPaPKDGPzd885HCHALdBiM { color:#34303d;display:block;width:60rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:400;z-index:15175;line-height:1.3;letter-spacing:0;top:368.25rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sZUTBS7TMHKl88x8QT51L2o3bL9uEec3 { color:#f6f4f0;display:block;width:50.1875rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:35.375rem;left:4.875rem;height:6.8125rem;text-align:left;text-align-last:left;display:block; }#sZUTBS7TMHKl88x8QT51L2o3bL9uEec3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sZUTBS7TMHKl88x8QT51L2o3bL9uEec3 li:before{  }
#EBHIEavSOw4ZEUsTXICNPDOZ0TT2A4l9 { color:#33303c;display:block;width:47.5rem;position:absolute;font-family:iqos;font-size:2.5rem;font-weight:normal;z-index:15147;line-height:1.3;letter-spacing:0;top:46.0625rem;left:6.75rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#BX5RZkBLSoi8Wz5xixA49ev2zBKmrp3L { color:#33303c;display:block;width:47.5rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:normal;z-index:15147;line-height:1.3;letter-spacing:0;top:50.3125rem;left:6.25rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#TUvgHLiPbcawptCFTevqa3KdiNTT8HGm { position:absolute;display:block;z-index:15106;background-color:#33303c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:10.5625rem;width:60rem;top:80rem;left:0rem;display:block; }
#Rum1FJuhhXFiErvwHz87F8Tzn8nxQFHe { color:#5fc9ba;display:block;width:47.5rem;position:absolute;font-family:iqos;font-size:2.5rem;font-weight:400;z-index:15148;line-height:1.3;letter-spacing:0;top:82.0625rem;left:6.25rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BA0dry9WMo0AyswWoWJreCAUq30ExUrQ { position:absolute;display:block;z-index:15182;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.125rem;width:25.375rem;top:170rem;left:3.75rem;overflow:hidden;display:block; }
#BTeiTA74X0tZlgDtKEslsuJlxK342MMQ { position:absolute;display:block;z-index:15183;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:4.3125rem;width:22.25rem;top:168.75rem;left:32.875rem;overflow:hidden;display:block; }
#xm3ZT4MLgy0J8qh9Kr3EqokqiWZkDsUS { position:absolute;display:block;z-index:15184;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:10.1875rem;width:31.6875rem;top:190rem;left:0rem;overflow:hidden;display:block; }
#vpVoAM5a9hbSqrL66lPnaHH1bheIZWI1 { position:absolute;display:block;z-index:15186;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.875rem;width:27.9375rem;top:210rem;left:2.5rem;overflow:hidden;display:block; }
#BfCTdoUTvwTwVQBkUlXVEfFs4nkgmix5 { position:absolute;display:block;z-index:15188;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:12.5rem;width:23.125rem;top:238.5625rem;left:31rem;overflow:hidden;display:block; }
#PsHIB3P3IXPtWlWDTiXDxUkSMLQv4SOU { position:absolute;display:block;z-index:15164;background-color:#f6f4f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:77.625rem;width:60rem;top:255rem;left:0rem;display:block; }
#o4p8CKA3TP6cihDOEcpS6SkvNBQ0a33c { color:#33303c;display:block;width:47.5rem;position:absolute;font-family:iqos;font-size:2.5rem;font-weight:normal;z-index:15189;line-height:1.3;letter-spacing:0;top:257.0625rem;left:6.25rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#zTe9BrqKObtcmk7pxQuXT9h1n83ZipTT { color:#33303c;display:block;width:47.5rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:400;z-index:15190;line-height:1.3;letter-spacing:0;top:265.625rem;left:6.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rMkZOk5ZvxEGqukAVk666kKMLeUeXEqp { color:#33303c;display:block;width:47.5rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:400;z-index:15191;line-height:1.3;letter-spacing:0;top:293.75rem;left:6.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTbzpDftMSzciP7xRmMeW0nObDRWD3ip { color:#33303c;display:block;width:47.5rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:400;z-index:15192;line-height:1.3;letter-spacing:0;top:298.75rem;left:6.25rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#axsB29JDPxDXFFDk9F7NkTR10NWcL3wI { position:absolute;display:block;z-index:15000;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:23.4375rem;width:13.6875rem;display:none; }
#fr2htdR35q3943ig1PktIF0F9dH4P5T2 { position:absolute;display:block;z-index:15110;background-color:#f6f4f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:35.0625rem;width:60rem;top:43.8125rem;left:0rem;display:block; }
#ZSo7baT1ySwTWHy5k5voxDVvZBtx2RFU { position:absolute;display:block;z-index:15217;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.375rem;width:40rem;top:54.1875rem;left:10rem;display:block; }
#EFTEnEsMuP7BzfB68W0Ap59KhSUw3Bg4 { position:absolute;display:block;z-index:15107;background-color:#fffdfb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.5rem;width:60rem;top:92.3125rem;left:0rem;display:block; }
#CZqw6kKRvmqKckF6aO7EX8yuvWKeZ8ZO { color:#33303c;display:block;width:47.5rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:normal;z-index:15148;line-height:1.3;letter-spacing:0;top:92.6875rem;left:6.25rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#pV5aGftesIWrciTEd8kpLOwe51R8h8RL { position:absolute;display:block;z-index:15194;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:11.3125rem;width:19rem;top:96.25rem;left:0rem;overflow:hidden;display:none; }
#MRieOtf3F9gRThqbMU9b3uGoQUrpLFvz { color:#33303c;display:block;width:47.5rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:134rem;left:6.25rem;height:1.625rem;text-align:center;text-align-last:center;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; }
#eb6rPCVSiKJJzOsiTd3M56sdFDXnKTFE { color:#33303c;display:block;width:39.1875rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:normal;z-index:15150;line-height:1.3;letter-spacing:0;top:137.5rem;left:10.4375rem;height:4.875rem;text-align:center;text-align-last:center;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; }
#F9eTMMK229uMJV0MCgG5I0HLFoTeXm1m { color:#33303c;display:block;width:40.6875rem;position:absolute;font-family:iqos;font-size:1.125rem;font-weight:normal;z-index:15151;line-height:1.3;letter-spacing:0;top:145.5rem;left:9.6875rem;height:2.925rem;text-align:center;text-align-last:center;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; }
#w8WMXX3F43kJedEEqs6poXNITHWpyrp2 { position:absolute;display:block;z-index:15195;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #34303d;border-left:0.0625rem solid #34303d;border-right:0.0625rem solid #34303d;border-bottom:0.0625rem solid #34303d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:43.1875rem;top:144.44375038147rem;left:8.3562507629394rem;display:block; }
#I38GfMbcSGSLPT10XcOCfhJDsXX9H3qE { color:#33303c;display:block;width:43.5rem;position:absolute;font-family:iqos;font-size:1rem;font-weight:normal;z-index:15151;line-height:1.3;letter-spacing:0;top:151.0625rem;left:8.3125rem;height:2.6rem;text-align:left;text-align-last:left;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; }
#dPQppkdHDfmlsp54TPZZrbnXB9JVdOhf { position:absolute;display:block;z-index:15107;background-color:#33303c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:10.5625rem;width:60rem;top:156.4375rem;left:0rem;display:block; }
#CpFETh2dvf6ScwQTsUcJ6MfkHuV4A4qi { color:#5fc9ba;display:block;width:47.5rem;position:absolute;font-family:iqos;font-size:2.5rem;font-weight:400;z-index:15149;line-height:1.3;letter-spacing:0;top:157.875rem;left:6.25rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yEyBql37GnT51FLtTWaZT3tBs5uDT6xc { color:#33303c;display:block;width:23.75rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:normal;z-index:15199;line-height:1.3;letter-spacing:0;top:173.75rem;left:31.875rem;height:6.5rem;text-align:center;text-align-last:center;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; }
#yaA0vMVgv1hpPQqk6EznCSAaR6TqGmTS { color:#33303c;display:block;width:22.5rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:normal;z-index:15202;line-height:1.3;letter-spacing:0;top:192.5rem;left:32.5rem;height:6.5rem;text-align:center;text-align-last:center;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; }
#PyZ2QR7xeb0yM9LN1LwH5ltLI2uMPAEi { background-color:#34303d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:iqos;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.375rem;text-decoration:none;z-index:15168;text-align:center;text-align-last:center;top:200.375rem;left:36.75rem;display:block; }
#d6WWAcZtInD9uutXhOKUJyB4qTSlEC8Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bm0lqJt3POu4xszJxfJWDlGOFb6bRNcT { color:#33303c;display:block;width:26rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:normal;z-index:15205;line-height:1.3;letter-spacing:0;top:211.1875rem;left:31.25rem;height:8.125rem;text-align:center;text-align-last:center;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; }
#rSQkokEpco3HvMCfCxHWnJynvL3xMvhw { background-color:#34303d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:iqos;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.375rem;text-decoration:none;z-index:15171;text-align:center;text-align-last:center;top:220.5625rem;left:36.9375rem;display:block; }
#UxkWymXTUJ1xZWMtlUeza8bTd8Dy7hgR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PXlcepIWlIwUdUIlxsCuIy9TTr6iegH8 { background-color:#34303d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:iqos;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:249.75rem;left:8.25rem;display:block; }
#yvWnq2OamAyBdQMT5QGgDhTHQF0v6nTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xpBvNtwiJQgzNvkkeRE2cgq17exi6Bfm { color:#33303c;display:block;width:26rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:normal;z-index:15207;line-height:1.3;letter-spacing:0;top:245.3125rem;left:2.5rem;height:3.25rem;text-align:center;text-align-last:center;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; }
#aPikFEiZ87UcIEpBszIChfOXmTbFN8sh { position:absolute;display:block;z-index:15208;background-color:#34303d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.0625rem;width:53.75rem;top:235rem;left:3.1875rem;display:block; }
#zNbDJdAzi7ga87L85hbW9sE2HCS8MS1v { position:absolute;display:block;z-index:15209;background-color:#34303d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.0625rem;width:53.75rem;top:205.0625rem;left:3.125rem;display:block; }
#RMuaIZ3RpCuwen9NZbbskyOJiLGp02rT { position:absolute;display:block;z-index:15184;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:17.5rem;top:187.9375rem;left:34.75rem;overflow:hidden;display:block; }
#PUezArgvvsF7LyGAs5ScOld1K0N5fySe { position:absolute;display:block;z-index:15210;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:4.8125rem;width:22.4375rem;top:206.25rem;left:33rem;overflow:hidden;display:block; }
#CBMm2ZqaWCgaLAEOUXuw1FEDAix1QKxS { position:absolute;display:block;z-index:15211;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:6.75rem;width:6.75rem;top:225rem;left:7.4375rem;overflow:hidden;display:block; }
#FTpTTD8TmimTiTo11QLsK0z3F3aZhhLn { color:#33303c;display:block;width:38.6875rem;position:absolute;font-family:iqos;font-size:1rem;font-weight:normal;z-index:15206;line-height:1.3;letter-spacing:0;top:226.6875rem;left:15.1875rem;height:3.9rem;text-align:left;text-align-last:left;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; }
#QzH13I4SQX1xVZaJm5dGVEM8Ikbaexnp { position:absolute;display:block;z-index:15210;background-color:#34303d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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.0625rem;width:53.75rem;top:186.0625rem;left:3.1875rem;display:block; }
#fGZlSkK8sucdTC7B8orM1ngKhl2Kig4i { position:absolute;display:block;z-index:15212;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:20.75rem;width:25.625rem;top:270.875rem;left:15.8125rem;overflow:hidden;display:block; }
#Wx3bm3CkvT1hWueC3WntpHslDfiuE8QL { background-color:transparent;background-image:none;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;box-shadow: none;box-sizing:border-box;color:#8c8c8c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:1.25rem;text-decoration:none;z-index:15138;text-align:left;text-align-last:left;top:376.125rem;left:25rem;display:block; }
#aNHyaDedKdzW0BRmfMzbQBOgJ4FCurPC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FZKs8htMqTQGct1L4zLJcBscm8Sb7lqX { background-color:transparent;background-image:none;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;box-shadow: none;box-sizing:border-box;color:#8c8c8c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:1.25rem;text-decoration:none;z-index:15139;text-align:left;text-align-last:left;top:378.625rem;left:25rem;display:block; }
#EsuIc5uohXKfdMnTdD2hffCvRoMGpNUt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i1N1FE8ypToBGkoNEUZoHLnInfSnkwv1 { background-color:transparent;background-image:none;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;box-shadow: none;box-sizing:border-box;color:#8c8c8c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:1.25rem;text-decoration:none;z-index:15137;text-align:left;text-align-last:left;top:376.125rem;left:41.25rem;display:block; }
#QAIPwkb9xRT8mhdpbweTeeidriTeCRLh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IhXLy5lBSlX2AeP18NTwpbDaof0BZ0Oa { color:#fffdfb;display:block;width:10.1875rem;position:absolute;font-family:iqos;font-size:0.8125rem;font-weight:400;z-index:15213;line-height:1.3;letter-spacing:0;top:355.3125rem;left:6.6875rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fXvbcuSOWL1amA2l2mhlTanQR4QFrmBm { color:#fffdfb;display:block;width:10rem;position:absolute;font-family:iqos;font-size:0.8125rem;font-weight:400;z-index:15214;line-height:1.3;letter-spacing:0;top:355.3125rem;left:19.3125rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lyG1kP0ZaCwTNXXvEs8h9z9TTVtTCr67 { color:#fffdfb;display:block;width:9.9375rem;position:absolute;font-family:iqos;font-size:0.8125rem;font-weight:400;z-index:15215;line-height:1.3;letter-spacing:0;top:355.3125rem;left:31.8125rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OQIGSK9RBanpw0tryFedkb26D5kUS6Td { color:#fffdfb;display:block;width:9.875rem;position:absolute;font-family:iqos;font-size:0.8125rem;font-weight:400;z-index:15216;line-height:1.3;letter-spacing:0;top:355.25rem;left:44.3125rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r7eBmyrvpsTp2eWlxMfDHTD66yQPQ7lP { position:absolute;display:block;z-index:15218;height:3.375rem;width:9.8125rem;top:42.75rem;left:25.125rem;display:block; }
#z4bNHg2NWvmTdsELX3AiJ2ru3h4cigBz { position:absolute;display:block;z-index:15219;height:2.75rem;width:4.9375rem;top:153.75rem;left:26.8125rem;display:block; }
#pTTUkyWhoIIn223DlxTyu4DRFmzJ77BI { color:#33303c;display:block;width:47.5rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:400;z-index:15193;line-height:1.3;letter-spacing:0;top:305.875rem;left:6.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gsh0UaEb9y7vTbhDTgnazeTdI9ggw8wq { color:#33303c;display:block;width:23.75rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:400;z-index:15194;line-height:1.3;letter-spacing:0;top:310.1875rem;left:11.3125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Jqh7LyKZONAL2MCayWA5XEcTHCRFwUcI { color:#33303c;display:block;width:23.75rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:400;z-index:15195;line-height:1.3;letter-spacing:0;top:314.4375rem;left:11.3125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tm0F3ucLtMskE3GOWnkZFJWWqXHdfCJO { color:#33303c;display:block;width:23.75rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:400;z-index:15196;line-height:1.3;letter-spacing:0;top:319.0625rem;left:11.3125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q9nyPLMCQGrmv6tG9REF9DlyXaTmBKaH { color:#33303c;display:block;width:23.75rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:400;z-index:15197;line-height:1.3;letter-spacing:0;top:322.75rem;left:11.3125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BHwhZBeBatWCxwaSrE9uhddhXeoknFoN { color:#33303c;display:block;width:23.75rem;position:absolute;font-family:iqos;font-size:1.25rem;font-weight:400;z-index:15198;line-height:1.3;letter-spacing:0;top:328.9375rem;left:18.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lIFowaiZKNcpWPOKCarpfWpNdKSaFKPw { position:absolute;display:block;z-index:15220;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.625rem;width:3.125rem;top:310rem;left:7.5rem;overflow:hidden;display:block; }
#GkmHa5TTTviebX6NZA3OwOLkErC8PBOc { position:absolute;display:block;z-index:15221;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.625rem;width:2.5625rem;top:314.4375rem;left:7.5rem;overflow:hidden;display:block; }
#K5WmTUKA56ASJ9bAGk8ctpsg6e881kQi { position:absolute;display:block;z-index:15222;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:2.6875rem;width:2.5625rem;top:318.875rem;left:7.5rem;overflow:hidden;display:block; }
#bW7zyWymQt7CBC4sQZ3ZQM2Nn4oN1d7h { position:absolute;display:block;z-index:15223;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:2.6875rem;width:2.4375rem;top:323rem;left:7.5rem;overflow:hidden;display:block; }
#xOqq2UzTOFWZsLMthx5bpml7IlwEH8C3 { position:absolute;display:block;z-index:15224;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:35.625rem;width:60rem;top:96.125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1GWc2No93IkZmafd6irqvh8h2z07Edp { top:3.625rem;left:0rem;width:47.75rem;height:13.230729166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5d7sTJpkD9rnQcddP3T0yId9zGOTTN2 { top:375.0625rem;left:1.375rem;width:9rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8u9tNATxXXc5n7P8xsvgdLCcs6loykc { top:378rem;left:1.375rem;width:12.25rem;height:1.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9bMSE0t4GWFTAC6iXTAaSTPr29ISP0M { width:10.9375rem;height:1.25rem;top:373.625rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH0qGfPVKn2u22mkOMrGzpXAAApFXzPE { display:block; }
 }@media only screen and (max-width: 763px) { #Lay8PlT8WKOESgoQqiUiJkL3HfwVvgk6 { top:1rem;left:20.84375rem;width:6.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGyGOUA2WkXQTcVydXeRy5eMQbTuvgDy { top:22.5rem;left:0.125rem;width:47.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn4pfsuBT3xql8UpiTl7Tr0vfd0gtCr3 { top:30.5625rem;left:0.125rem;width:47.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmb8SdXN560o2Pt1PeTq5orJ45gzp34g { top:28.75rem;left:0rem;width:47.75rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prNZ1WzvXyhbCrtWuT7TsL1atw19R4HA { width:13.875rem;height:3.375rem;top:181.25rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzBJz3cSmcghPOhoae02sxli6Eht6wd4 { display:block; }
 }@media only screen and (max-width: 763px) { #AIQRE0WxJsybObCKnVSmTnV05nBlLWcW { top:236.9375rem;left:7.0625rem;width:4rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbTznK15hyc6d34QMyPz3a7TF5QkTbfF { top:333.75rem;left:0rem;width:47.75rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #JneRAcK9Wmy0eDUHTfTXdKF5WUEAsoql { top:335.9375rem;left:0.125rem;width:47.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRZ24DuSdxhhrTccZn309qFJqphHWya9 { top:340.75rem;left:0.125rem;width:47.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgtUHgrcKKy0vP3lbUoPd129hGwc2yX0 { top:348.3125rem;left:0rem;width:47.75rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKh9vndvofnOPcIN9X7BpTgzyuMclGVb { top:351.125rem;left:3.25rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvtnn9e7DkIedRTST56ZlHF3fhpkwLF1 { top:351.125rem;left:16.9375rem;width:2rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQrS7ntOolbxzUTpgcexUG846H00uw9 { top:351.125rem;left:28.875rem;width:2.4375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f21mMh70f9zQLBRwOfpEDgUSeJ9reTex { top:351.5625rem;left:40.6875rem;width:3.8125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi5pFafgT9hULdpm7O0A6n2rtaZfC1Iv { top:362.375rem;left:0.125rem;width:47.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdFIdkwldhtQ2mbszXQXc09ymccmTW1h { width:10rem;height:1.25rem;top:373.625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvVptpWP0vDMoJgIKw8ToGKeHCoHpsCZ { display:block; }
 }@media only screen and (max-width: 763px) { #NtAKVufoOMQPaPKDGPzd885HCHALdBiM { top:368.25rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZUTBS7TMHKl88x8QT51L2o3bL9uEec3 { top:35.375rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:1rem;display:block; }#sZUTBS7TMHKl88x8QT51L2o3bL9uEec3 li:before{  }
 }@media only screen and (max-width: 763px) { #EBHIEavSOw4ZEUsTXICNPDOZ0TT2A4l9 { top:46.0625rem;left:0.25rem;width:47.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX5RZkBLSoi8Wz5xixA49ev2zBKmrp3L { top:50.3125rem;left:0.125rem;width:47.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUvgHLiPbcawptCFTevqa3KdiNTT8HGm { top:80rem;left:0rem;width:47.75rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rum1FJuhhXFiErvwHz87F8Tzn8nxQFHe { top:82.0625rem;left:0.125rem;width:47.5rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA0dry9WMo0AyswWoWJreCAUq30ExUrQ { top:170rem;left:0rem;width:25.375rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTeiTA74X0tZlgDtKEslsuJlxK342MMQ { top:168.75rem;left:25.5rem;width:22.25rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm3ZT4MLgy0J8qh9Kr3EqokqiWZkDsUS { top:190rem;left:0rem;width:31.6875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpVoAM5a9hbSqrL66lPnaHH1bheIZWI1 { top:210rem;left:0rem;width:27.9375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfCTdoUTvwTwVQBkUlXVEfFs4nkgmix5 { top:238.5625rem;left:24.625rem;width:23.125rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsHIB3P3IXPtWlWDTiXDxUkSMLQv4SOU { top:255rem;left:0rem;width:47.75rem;height:77.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4p8CKA3TP6cihDOEcpS6SkvNBQ0a33c { top:257.0625rem;left:0.125rem;width:47.5rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTe9BrqKObtcmk7pxQuXT9h1n83ZipTT { top:265.625rem;left:0.125rem;width:47.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMkZOk5ZvxEGqukAVk666kKMLeUeXEqp { top:293.75rem;left:0.125rem;width:47.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTbzpDftMSzciP7xRmMeW0nObDRWD3ip { top:298.75rem;left:0.125rem;width:47.5rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axsB29JDPxDXFFDk9F7NkTR10NWcL3wI { width:13.6875rem;height:23.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fr2htdR35q3943ig1PktIF0F9dH4P5T2 { top:43.8125rem;left:0rem;width:47.75rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSo7baT1ySwTWHy5k5voxDVvZBtx2RFU { top:54.1875rem;left:3.875rem;width:40rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFTEnEsMuP7BzfB68W0Ap59KhSUw3Bg4 { top:92.3125rem;left:0rem;width:47.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZqw6kKRvmqKckF6aO7EX8yuvWKeZ8ZO { top:92.6875rem;left:0.125rem;width:47.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV5aGftesIWrciTEd8kpLOwe51R8h8RL { top:96.25rem;left:0rem;width:19rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRieOtf3F9gRThqbMU9b3uGoQUrpLFvz { top:134rem;left:0.125rem;width:47.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb6rPCVSiKJJzOsiTd3M56sdFDXnKTFE { top:137.5rem;left:4.3125rem;width:39.1875rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9eTMMK229uMJV0MCgG5I0HLFoTeXm1m { top:145.5rem;left:3.5625rem;width:40.6875rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8WMXX3F43kJedEEqs6poXNITHWpyrp2 { top:144.4375rem;left:2.2312507629394rem;width:43.1875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I38GfMbcSGSLPT10XcOCfhJDsXX9H3qE { top:151.0625rem;left:2.1875rem;width:43.5rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPQppkdHDfmlsp54TPZZrbnXB9JVdOhf { top:156.4375rem;left:0rem;width:47.75rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpFETh2dvf6ScwQTsUcJ6MfkHuV4A4qi { top:157.875rem;left:0.125rem;width:47.5rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEyBql37GnT51FLtTWaZT3tBs5uDT6xc { top:173.75rem;left:24rem;width:23.75rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaA0vMVgv1hpPQqk6EznCSAaR6TqGmTS { top:192.5rem;left:25.25rem;width:22.5rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyZ2QR7xeb0yM9LN1LwH5ltLI2uMPAEi { width:13.875rem;height:3.375rem;top:200.375rem;left:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6WWAcZtInD9uutXhOKUJyB4qTSlEC8Q { display:block; }
 }@media only screen and (max-width: 763px) { #Bm0lqJt3POu4xszJxfJWDlGOFb6bRNcT { top:211.1875rem;left:21.75rem;width:26rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSQkokEpco3HvMCfCxHWnJynvL3xMvhw { width:13.875rem;height:3.375rem;top:220.5625rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxkWymXTUJ1xZWMtlUeza8bTd8Dy7hgR { display:block; }
 }@media only screen and (max-width: 763px) { #PXlcepIWlIwUdUIlxsCuIy9TTr6iegH8 { width:13.875rem;height:3.375rem;top:249.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvWnq2OamAyBdQMT5QGgDhTHQF0v6nTC { display:block; }
 }@media only screen and (max-width: 763px) { #xpBvNtwiJQgzNvkkeRE2cgq17exi6Bfm { top:245.3125rem;left:0rem;width:26rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPikFEiZ87UcIEpBszIChfOXmTbFN8sh { top:235rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNbDJdAzi7ga87L85hbW9sE2HCS8MS1v { top:205.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMuaIZ3RpCuwen9NZbbskyOJiLGp02rT { top:187.9375rem;left:28.625rem;width:17.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUezArgvvsF7LyGAs5ScOld1K0N5fySe { top:206.25rem;left:25.3125rem;width:22.4375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBMm2ZqaWCgaLAEOUXuw1FEDAix1QKxS { top:225rem;left:1.3125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTpTTD8TmimTiTo11QLsK0z3F3aZhhLn { top:226.6875rem;left:9.0625rem;width:38.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzH13I4SQX1xVZaJm5dGVEM8Ikbaexnp { top:186.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGZlSkK8sucdTC7B8orM1ngKhl2Kig4i { top:270.875rem;left:9.6875rem;width:25.625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx3bm3CkvT1hWueC3WntpHslDfiuE8QL { width:10rem;height:1.25rem;top:376.125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNHyaDedKdzW0BRmfMzbQBOgJ4FCurPC { display:block; }
 }@media only screen and (max-width: 763px) { #FZKs8htMqTQGct1L4zLJcBscm8Sb7lqX { width:15rem;height:1.25rem;top:378.625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsuIc5uohXKfdMnTdD2hffCvRoMGpNUt { display:block; }
 }@media only screen and (max-width: 763px) { #i1N1FE8ypToBGkoNEUZoHLnInfSnkwv1 { width:10.9375rem;height:1.25rem;top:376.125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAIPwkb9xRT8mhdpbweTeeidriTeCRLh { display:block; }
 }@media only screen and (max-width: 763px) { #IhXLy5lBSlX2AeP18NTwpbDaof0BZ0Oa { top:355.3125rem;left:0.5625rem;width:10.1875rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXvbcuSOWL1amA2l2mhlTanQR4QFrmBm { top:355.3125rem;left:13.187501907349rem;width:10rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyG1kP0ZaCwTNXXvEs8h9z9TTVtTCr67 { top:355.3125rem;left:25.6875rem;width:9.9375rem;height:3.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQIGSK9RBanpw0tryFedkb26D5kUS6Td { top:355.25rem;left:37.875rem;width:9.875rem;height:2.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7eBmyrvpsTp2eWlxMfDHTD66yQPQ7lP { top:42.75rem;left:19rem;width:9.8125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4bNHg2NWvmTdsELX3AiJ2ru3h4cigBz { top:153.75rem;left:20.6875rem;width:4.9375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTUkyWhoIIn223DlxTyu4DRFmzJ77BI { top:305.875rem;left:0.125rem;width:47.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsh0UaEb9y7vTbhDTgnazeTdI9ggw8wq { top:310.1875rem;left:5.1875rem;width:23.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqh7LyKZONAL2MCayWA5XEcTHCRFwUcI { top:314.4375rem;left:5.1875rem;width:23.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm0F3ucLtMskE3GOWnkZFJWWqXHdfCJO { top:319.0625rem;left:5.1875rem;width:23.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9nyPLMCQGrmv6tG9REF9DlyXaTmBKaH { top:322.75rem;left:5.1875rem;width:23.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHwhZBeBatWCxwaSrE9uhddhXeoknFoN { top:328.9375rem;left:12rem;width:23.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIFowaiZKNcpWPOKCarpfWpNdKSaFKPw { top:310rem;left:1.375rem;width:3.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkmHa5TTTviebX6NZA3OwOLkErC8PBOc { top:314.4375rem;left:1.375rem;width:2.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5WmTUKA56ASJ9bAGk8ctpsg6e881kQi { top:318.875rem;left:1.375rem;width:2.5625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW7zyWymQt7CBC4sQZ3ZQM2Nn4oN1d7h { top:323rem;left:1.375rem;width:2.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOqq2UzTOFWZsLMthx5bpml7IlwEH8C3 { top:96.125rem;left:0rem;width:47.75rem;height:28.3515625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:395.375rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1GWc2No93IkZmafd6irqvh8h2z07Edp { width:20rem;height:5.5416666666667rem;top:3.4375rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #b5d7sTJpkD9rnQcddP3T0yId9zGOTTN2 { width:4.75rem;height:1.25rem;top:380.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8u9tNATxXXc5n7P8xsvgdLCcs6loykc { width:9.6875rem;height:1.625rem;top:382.4375rem;left:1.0625rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g9bMSE0t4GWFTAC6iXTAaSTPr29ISP0M { width:9.375rem;height:1.25rem;top:391.125rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH0qGfPVKn2u22mkOMrGzpXAAApFXzPE { display:block; }
 }@media only screen and (max-width: 763px) { #Lay8PlT8WKOESgoQqiUiJkL3HfwVvgk6 { width:6.0625rem;height:1.8125rem;top:1.25rem;left:6.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dGyGOUA2WkXQTcVydXeRy5eMQbTuvgDy { width:17.5625rem;height:6.5rem;top:40rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rn4pfsuBT3xql8UpiTl7Tr0vfd0gtCr3 { width:16.625rem;height:3.25rem;top:49.125rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmb8SdXN560o2Pt1PeTq5orJ45gzp34g { width:20rem;height:20.125rem;top:47.5rem;left:0rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #prNZ1WzvXyhbCrtWuT7TsL1atw19R4HA { width:10rem;height:3.125rem;top:165.5625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzBJz3cSmcghPOhoae02sxli6Eht6wd4 { display:block; }
 }@media only screen and (max-width: 763px) { #AIQRE0WxJsybObCKnVSmTnV05nBlLWcW { width:2.875rem;height:5.3125rem;top:234.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbTznK15hyc6d34QMyPz3a7TF5QkTbfF { width:20rem;height:9.8125rem;top:317.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JneRAcK9Wmy0eDUHTfTXdKF5WUEAsoql { width:20rem;height:1.625rem;top:319rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRZ24DuSdxhhrTccZn309qFJqphHWya9 { width:17.5rem;height:5.2rem;top:322.25rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AgtUHgrcKKy0vP3lbUoPd129hGwc2yX0 { width:20rem;height:43.875rem;top:329.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKh9vndvofnOPcIN9X7BpTgzyuMclGVb { width:5rem;height:5rem;top:330.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvtnn9e7DkIedRTST56ZlHF3fhpkwLF1 { width:2.6875rem;height:5rem;top:340.4375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDQrS7ntOolbxzUTpgcexUG846H00uw9 { width:3.25rem;height:5rem;top:359.1875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f21mMh70f9zQLBRwOfpEDgUSeJ9reTex { width:5.8125rem;height:5rem;top:350.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vi5pFafgT9hULdpm7O0A6n2rtaZfC1Iv { width:16.875rem;height:2.6rem;top:369.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdFIdkwldhtQ2mbszXQXc09ymccmTW1h { width:10rem;height:1.25rem;top:385.4375rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvVptpWP0vDMoJgIKw8ToGKeHCoHpsCZ { display:block; }
 }@media only screen and (max-width: 763px) { #NtAKVufoOMQPaPKDGPzd885HCHALdBiM { width:17.375rem;height:5.2rem;top:374.1875rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sZUTBS7TMHKl88x8QT51L2o3bL9uEec3 { width:17.5625rem;height:12.0125rem;top:53.875rem;left:1.25rem;font-size:1rem;display:block; }#sZUTBS7TMHKl88x8QT51L2o3bL9uEec3 li:before{  }
 }@media only screen and (max-width: 763px) { #EBHIEavSOw4ZEUsTXICNPDOZ0TT2A4l9 { width:16.5625rem;height:1.625rem;top:70.6875rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX5RZkBLSoi8Wz5xixA49ev2zBKmrp3L { width:19.1875rem;height:2.6rem;top:73.75rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUvgHLiPbcawptCFTevqa3KdiNTT8HGm { width:20rem;height:7.5rem;top:92.5rem;left:0rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #Rum1FJuhhXFiErvwHz87F8Tzn8nxQFHe { width:17.0625rem;height:3.25rem;top:93.8125rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BA0dry9WMo0AyswWoWJreCAUq30ExUrQ { width:20rem;height:10.3125rem;top:145.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTeiTA74X0tZlgDtKEslsuJlxK342MMQ { width:15.0625rem;height:2.75rem;top:155.5625rem;left:2.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xm3ZT4MLgy0J8qh9Kr3EqokqiWZkDsUS { width:20rem;height:6.375rem;top:170.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpVoAM5a9hbSqrL66lPnaHH1bheIZWI1 { width:20rem;height:6.25rem;top:191.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfCTdoUTvwTwVQBkUlXVEfFs4nkgmix5 { width:20rem;height:10.8125rem;top:224.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsHIB3P3IXPtWlWDTiXDxUkSMLQv4SOU { width:20rem;height:67.875rem;top:248.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4p8CKA3TP6cihDOEcpS6SkvNBQ0a33c { width:16.6875rem;height:3.25rem;top:250.625rem;left:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTe9BrqKObtcmk7pxQuXT9h1n83ZipTT { width:17.5rem;height:5.2rem;top:255.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMkZOk5ZvxEGqukAVk666kKMLeUeXEqp { width:17.5rem;height:3.9rem;top:277.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTbzpDftMSzciP7xRmMeW0nObDRWD3ip { width:17.5rem;height:6.5rem;top:282.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axsB29JDPxDXFFDk9F7NkTR10NWcL3wI { top:3.75rem;left:0rem;width:20rem;height:34.6875rem;z-index:15194;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fr2htdR35q3943ig1PktIF0F9dH4P5T2 { width:20rem;height:22.4375rem;top:68.75rem;left:0rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #ZSo7baT1ySwTWHy5k5voxDVvZBtx2RFU { height:11.1875rem;width:20rem;top:77.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFTEnEsMuP7BzfB68W0Ap59KhSUw3Bg4 { width:20rem;height:5.5rem;top:100.5rem;left:0rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #CZqw6kKRvmqKckF6aO7EX8yuvWKeZ8ZO { width:19.3125rem;height:2.6rem;top:101.5rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV5aGftesIWrciTEd8kpLOwe51R8h8RL { width:20rem;height:11.75rem;top:105rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MRieOtf3F9gRThqbMU9b3uGoQUrpLFvz { width:17.5625rem;height:2.6rem;top:118.00001525879rem;left:1.3125000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eb6rPCVSiKJJzOsiTd3M56sdFDXnKTFE { width:17.5rem;height:6.5rem;top:121.4375rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F9eTMMK229uMJV0MCgG5I0HLFoTeXm1m { width:15.9375rem;height:3.4125rem;top:129.5rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w8WMXX3F43kJedEEqs6poXNITHWpyrp2 { width:17.5rem;height:4.6875rem;top:128.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I38GfMbcSGSLPT10XcOCfhJDsXX9H3qE { width:17.625rem;height:3.9rem;top:134.21249961853rem;left:1.1867187619209rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dPQppkdHDfmlsp54TPZZrbnXB9JVdOhf { width:20rem;height:6.625rem;top:138.9375rem;left:0rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #CpFETh2dvf6ScwQTsUcJ6MfkHuV4A4qi { width:20rem;height:3.25rem;top:140.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEyBql37GnT51FLtTWaZT3tBs5uDT6xc { width:20rem;height:5.2rem;top:159.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaA0vMVgv1hpPQqk6EznCSAaR6TqGmTS { width:17.3125rem;height:5.2rem;top:180.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PyZ2QR7xeb0yM9LN1LwH5ltLI2uMPAEi { width:10rem;height:3.125rem;top:186.8125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6WWAcZtInD9uutXhOKUJyB4qTSlEC8Q { display:block; }
 }@media only screen and (max-width: 763px) { #Bm0lqJt3POu4xszJxfJWDlGOFb6bRNcT { width:17.625rem;height:7.8rem;top:200.5625rem;left:1.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSQkokEpco3HvMCfCxHWnJynvL3xMvhw { width:10rem;height:3.125rem;top:209.3125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxkWymXTUJ1xZWMtlUeza8bTd8Dy7hgR { display:block; }
 }@media only screen and (max-width: 763px) { #PXlcepIWlIwUdUIlxsCuIy9TTr6iegH8 { width:10rem;height:3.125rem;top:244rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvWnq2OamAyBdQMT5QGgDhTHQF0v6nTC { display:block; }
 }@media only screen and (max-width: 763px) { #xpBvNtwiJQgzNvkkeRE2cgq17exi6Bfm { width:18.625rem;height:2.6rem;top:240.25rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aPikFEiZ87UcIEpBszIChfOXmTbFN8sh { width:17.5rem;height:0.0625rem;top:224.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNbDJdAzi7ga87L85hbW9sE2HCS8MS1v { width:17.5rem;height:0.0625rem;top:191.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMuaIZ3RpCuwen9NZbbskyOJiLGp02rT { width:13.1875rem;height:2.375rem;top:176.8125rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PUezArgvvsF7LyGAs5ScOld1K0N5fySe { width:17rem;height:3.3125rem;top:197.5625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBMm2ZqaWCgaLAEOUXuw1FEDAix1QKxS { width:5.4375rem;height:5.4375rem;top:215.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTpTTD8TmimTiTo11QLsK0z3F3aZhhLn { width:11.3125rem;height:9.1rem;top:214.1875rem;left:7.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QzH13I4SQX1xVZaJm5dGVEM8Ikbaexnp { width:17.5rem;height:0.0625rem;top:170.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGZlSkK8sucdTC7B8orM1ngKhl2Kig4i { width:20rem;height:16.1875rem;top:260.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx3bm3CkvT1hWueC3WntpHslDfiuE8QL { width:10rem;height:1.25rem;top:387.25rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNHyaDedKdzW0BRmfMzbQBOgJ4FCurPC { display:block; }
 }@media only screen and (max-width: 763px) { #FZKs8htMqTQGct1L4zLJcBscm8Sb7lqX { width:15rem;height:1.25rem;top:389.1875rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsuIc5uohXKfdMnTdD2hffCvRoMGpNUt { display:block; }
 }@media only screen and (max-width: 763px) { #i1N1FE8ypToBGkoNEUZoHLnInfSnkwv1 { width:10.9375rem;height:1.25rem;top:392.9375rem;left:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAIPwkb9xRT8mhdpbweTeeidriTeCRLh { display:block; }
 }@media only screen and (max-width: 763px) { #IhXLy5lBSlX2AeP18NTwpbDaof0BZ0Oa { width:12.5rem;height:2.68125rem;top:336rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXvbcuSOWL1amA2l2mhlTanQR4QFrmBm { width:12.5rem;height:2.68125rem;top:345.875rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyG1kP0ZaCwTNXXvEs8h9z9TTVtTCr67 { width:12.5rem;height:2.68125rem;top:364.375rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQIGSK9RBanpw0tryFedkb26D5kUS6Td { width:12.5rem;height:1.7875rem;top:355.9375rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7eBmyrvpsTp2eWlxMfDHTD66yQPQ7lP { width:4.4375rem;height:1.3125rem;top:66.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4bNHg2NWvmTdsELX3AiJ2ru3h4cigBz { width:3.5625rem;height:1.6875rem;top:138.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTUkyWhoIIn223DlxTyu4DRFmzJ77BI { width:17.5rem;height:3.9rem;top:290.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gsh0UaEb9y7vTbhDTgnazeTdI9ggw8wq { width:13.9375rem;height:2.6rem;top:295.4375rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jqh7LyKZONAL2MCayWA5XEcTHCRFwUcI { width:13.9375rem;height:3.9rem;top:299.1875rem;left:4.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tm0F3ucLtMskE3GOWnkZFJWWqXHdfCJO { width:14.125rem;height:3.9rem;top:304.1875rem;left:4.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q9nyPLMCQGrmv6tG9REF9DlyXaTmBKaH { width:15.0625rem;height:2.6rem;top:309.1875rem;left:4.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BHwhZBeBatWCxwaSrE9uhddhXeoknFoN { width:20rem;height:1.3rem;top:314.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lIFowaiZKNcpWPOKCarpfWpNdKSaFKPw { width:2.0625rem;height:2.5rem;top:295.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkmHa5TTTviebX6NZA3OwOLkErC8PBOc { width:1.6875rem;height:2.5rem;top:299.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5WmTUKA56ASJ9bAGk8ctpsg6e881kQi { width:2.375rem;height:2.5rem;top:304.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW7zyWymQt7CBC4sQZ3ZQM2Nn4oN1d7h { width:2.4375rem;height:2.6875rem;top:309.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOqq2UzTOFWZsLMthx5bpml7IlwEH8C3 { width:20rem;height:11.875rem;top:96.125rem;left:0rem;display:none; }
 }