.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:249,211,212;--color-primary-1:237,124,127;--color-primary-2:225,37,41;--color-primary-3:224,0,31;--color-primary-4:45,7,8;--color-secondary-0:253,228,225;--color-secondary-1:248,166,154;--color-secondary-2:240,77,52;--color-secondary-3:120,39,26;--color-secondary-4:36,12,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3d9ded47-e446-48b8-965b-a2513014f754/tlo_z_pizza.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#IHG4SZahfpQMwutu4IiPrLxNqtGDwu6q { position:absolute;display:block;z-index:15004;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:18.6875rem;width:24rem;top:5.8531250953674rem;left:30.687501907349rem;overflow:hidden;display:block; }
#DDXoDT95xZm35mPBJrrcRf5qMpXDa3s1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.875rem;left:35.125rem;display:block; }
#UvZKLEg3gWuvmL2DuIENe5x343F54XOg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HN116KRkTGWF4R3GZEGuDdd9GizsirID { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.6875rem;left:35.187501907349rem;display:block; }
#IbakVeWzP2QAsLiAGn8xg9mFH1JTl9Za { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHt93blukQlyuOlRUulRkn8ILnwT6MKX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { background-color: transparent; background-image: none; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container > .video-iframe-container { display: none; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row > .video-iframe-container { display: none; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .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); }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { border-width: 0; border-radius: 0; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;position:relative;display:block; }#tSGmtNW3Xn2ylVUmeS1p7sQ8htU07ORt { color:#282828;display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.84375rem;left:0rem;height:2.8441375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lembd7lRpUoJFxMKrGpLFkZ302FAu6rR { color:rgba(40,40,40,0.7);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F7GOdm7GavKpywmQclJLhmMzrVNUmMIT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:6.3125rem;left:0rem;display:block; }
#LgOxdx6CRkKPzeLdZH7Kvw5JMUTw5TgA { color:rgba(40,40,40,0.7);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:10.936717987061rem;left:0rem;height:6.39375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XgH3k33uWwT5Ll5Iui7wEaCvR8XQOmxR { color:rgba(40,40,40,0.7);display:block;width:25rem;position:absolute;font-family:"marck script";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:21.916015625rem;left:1.9375rem;height:3.7511625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xpPrd8zb5bJLDmCf8dnL2c4aUVqpDMyg { position:absolute;display:block;z-index:15005;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:28rem;width:22.25rem;top:1.53125rem;left:33.875001907349rem;overflow:hidden;display:block; }
#lxTvQn4lJS6WIG4lb5OozZZe4msE9FIv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#lxTvQn4lJS6WIG4lb5OozZZe4msE9FIv > .row .container { background-color: transparent; background-image: none; }#lxTvQn4lJS6WIG4lb5OozZZe4msE9FIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxTvQn4lJS6WIG4lb5OozZZe4msE9FIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxTvQn4lJS6WIG4lb5OozZZe4msE9FIv > .row .container > .video-iframe-container { display: none; }#lxTvQn4lJS6WIG4lb5OozZZe4msE9FIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxTvQn4lJS6WIG4lb5OozZZe4msE9FIv > .row > .video-iframe-container { display: none; }#lxTvQn4lJS6WIG4lb5OozZZe4msE9FIv > .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); }#lxTvQn4lJS6WIG4lb5OozZZe4msE9FIv > .row .container { border-width: 0; border-radius: 0; }#lxTvQn4lJS6WIG4lb5OozZZe4msE9FIv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lxTvQn4lJS6WIG4lb5OozZZe4msE9FIv > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:60rem;position:relative;display:block; }#IdTDyZ925UpTuLbofX4ClNZ0KbE0D1uL { color:#282828;display:block;width:30.0625rem;position:absolute;font-family:exo;font-size:2.1875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.66718769073488rem;left:0rem;height:2.8441375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SwLtqGcnHRxUvKFFeo4cla0tlXLwVoHG { color:rgba(40,40,40,0.7);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0859384536743rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V8FFRech54xOoNsTOv312TQJA5r1a6eT { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:3.8851575851441rem;left:0rem;display:block; }
#W7Wzsc4kr4kvUoTTsv7SRdROO2LD1ElK { color:rgba(40,40,40,0.7);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:8.6617202758787rem;left:0rem;height:17.5828125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AM7lRKVxHm4gf6J3cGinXC528rHNNEnX { position:absolute;display:block;z-index:15013;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:21.3125rem;width:13rem;top:8rem;left:29.9375rem;overflow:hidden;display:block; }
#mmZByTKMP21HvoV0imD2ly33psthULGn { position:absolute;display:block;z-index:15010;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;height:12.3125rem;width:16.5rem;top:17rem;left:43.4375rem;overflow:hidden;display:block; }
#Mr78ksf2KzpUTo9JnyzvX22OfvayDFxD { position:absolute;display:block;z-index:15014;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.9375rem;width:8rem;top:5.625rem;left:52rem;overflow:hidden;display:block; }
#TozIxt5VM9V9OlU4794qAm4aDMoIMbQK { position:absolute;display:block;z-index:15015;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.9375rem;width:8.125rem;top:5.625rem;left:43.375rem;overflow:hidden;display:block; }
#lfEVUQTJyqklVH81rNAm1zCFpoebtxno { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/88e7b2ed-dfd8-4d75-9d5b-51383a429e53/PC280689.jpg");background-position:center right !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:none; }#lfEVUQTJyqklVH81rNAm1zCFpoebtxno.adaptive-delivery-prevent-bg, #lfEVUQTJyqklVH81rNAm1zCFpoebtxno.lazyload, #lfEVUQTJyqklVH81rNAm1zCFpoebtxno.lazyloading { background-image: none; }#lfEVUQTJyqklVH81rNAm1zCFpoebtxno > .row .container { border-width: 0; border-radius: 0; }#lfEVUQTJyqklVH81rNAm1zCFpoebtxno::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; }#lfEVUQTJyqklVH81rNAm1zCFpoebtxno > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lfEVUQTJyqklVH81rNAm1zCFpoebtxno > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:60rem;position:relative;display:none; }#QtMLaDnCUdxeK566cy3g0vgo3e5SZCIs { position:absolute;display:block;z-index:15024;background-color:rgba(40,40,40,0.8);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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:4.375rem;width:46.6875rem;top:41.4375rem;left:3.9375rem;display:block; }
#VPnBvsLzrF1BT3VpI8vzHUKAsIQEhFtw { color:rgba(var(--color-tertiary-0),1);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:43.6875rem;left:5.0625rem;height:1.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#esAsUQygtBUUByqh99JP91zBzT69BDbl { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:7.6875rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nTOiRBTpQglvcIrSMXywcNl2U0X3Zz3A { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FQ5HiRGT7gbmnIb00u0hWZTZqWxd676n { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:5.9375rem;left:0rem;display:block; }
#feHwqT4ipPWBZTvc7MQfrDncvZKa2BxK { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:48.6875rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EfqDFWarFG4IGG3KWQ4GWTTpvlSvUtgz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:48.625rem;left:37.875rem; }
#TNapS1Ci3KT3taT5d45uXixHyikFJNVQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:48.625rem;left:33.6875rem; }
#TTALN72QbwPGTxTPXU79qlsizaFdVOk2 { position:absolute;display:block;z-index:15025;background-color:rgba(40,40,40,0.8);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.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.5625rem;width:46.625rem;top:14.875rem;left:3.9375rem;display:block; }
#ZuxWCOaiBt3PdL3kkwFMoqu1hwNUcvQW { color:#ffbd59;display:block;width:46.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:15.474999904633rem;left:4.0625rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w8urZ2rblyRu7XqrrrEreuZCtzU4pk39 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:20.6875rem;left:5rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FI05rEuimQhcw828EFJszQyT8ZRz7bxD { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:24.175001144409rem;left:5.0625rem;height:1.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sNFFvyAXsymkTmwU7G1rTbDx532vmdxZ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.6;letter-spacing:0;top:34.487501144409rem;left:5.0625rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dfyNPliEqONi9O2EfzooBpqlCWTJmkwL { color:#ffbd59;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:21.875000953674rem;left:4.9375rem;height:1.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hivwURPvntZaJRUoOxaxvSzA5CTTDtn6 { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:37.950001239777rem;left:5.1117191314697rem;height:1.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TJVfJPaKG9u1Tn3NGwqsSKO14PfngR6B { color:#ffbd59;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:35.925001144409rem;left:5.0625rem;height:1.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LvXOTT88Uc3ZVdtk5Fxd2BpCvlIVKpAk { color:#ffbd59;display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:42rem;left:5.0625rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#paKmRoOKThHqhOMtA9h04LNwFaIegK2T { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:24.175000190735rem;left:5rem;height:4.8rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#thrsRcifyzvTD8m0p9618Ln71pAdFiaz { position:absolute;display:block;z-index:15041;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;height:18.75rem;width:18.75rem;top:20.34375rem;left:31.79921913147rem;overflow:hidden;display:block; }
#Wsruh4bWLRs6ahPwG39U1Nk70uUJ1R4d { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:27.856251716614rem;left:5.0625rem;height:1.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HScMPdyhOH0wvWUcHD0ToTuwkmN3GbqH { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15028;line-height:1.6;letter-spacing:0;top:25.775000572204rem;left:5.0625rem;height:1.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lKP3q9SSdiXbD5XVO6DULmNRUHrNFdb8 { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.6;letter-spacing:0;top:30.325001716614rem;left:5.0625rem;height:3.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iuemyyxxzTT0HKiBOa3a34T3TBLTu8vQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#iuemyyxxzTT0HKiBOa3a34T3TBLTu8vQ > .row .container { background-color: transparent; background-image: none; }#iuemyyxxzTT0HKiBOa3a34T3TBLTu8vQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuemyyxxzTT0HKiBOa3a34T3TBLTu8vQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuemyyxxzTT0HKiBOa3a34T3TBLTu8vQ > .row .container > .video-iframe-container { display: none; }#iuemyyxxzTT0HKiBOa3a34T3TBLTu8vQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iuemyyxxzTT0HKiBOa3a34T3TBLTu8vQ > .row > .video-iframe-container { display: none; }#iuemyyxxzTT0HKiBOa3a34T3TBLTu8vQ > .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); }#iuemyyxxzTT0HKiBOa3a34T3TBLTu8vQ > .row .container { border-width: 0; border-radius: 0; }#iuemyyxxzTT0HKiBOa3a34T3TBLTu8vQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iuemyyxxzTT0HKiBOa3a34T3TBLTu8vQ > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;position:relative;display:block; }#hRSvQ0DeDof7gwokNdbRbQ2NSCWZeaii { color:#282828;display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:2.8441375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r4mchhJQVZThxAMk8rLHxkPpyvHt9uTq { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:5.125rem;left:0rem;display:block; }
#KGIpHSyk17RHcPAZDVrsEDfLguaoeqgJ { color:rgba(40,40,40,0.7);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:7.9367175102231rem;left:0rem;height:20.7796875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VqX0sGcQR4skcSP8Awm7niLUuhxAk4RG { position:absolute;display:block;z-index:15065;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.375rem;width:18.125rem;top:5.2492113113403rem;left:26.437501907349rem;overflow:hidden;display:block; }
#diivdVSzzdL6ZLvovTJNIu1UdXZCpbWe { position:absolute;display:block;z-index:15066;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.1875rem;width:18.125rem;top:19.174211978912rem;left:26.437501907349rem;overflow:hidden;display:block; }
#X3GyPlG3mTBgz71vtiZ8Ak7ccs6Ky1hi { position:absolute;display:block;z-index:15064;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:21.625rem;width:14.375rem;top:11.93749666214rem;left:45.125001907349rem;overflow:hidden;display:block; }
#pZ4hX8SoM3ulZppqAOFeFwkAsIbixwqZ { position:absolute;display:block;z-index:15066;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.375rem;width:14.25rem;top:0.87343311309812rem;left:45.187501907349rem;overflow:hidden;display:block; }
#HVy3xmo5u2rm8rRohOAstkRpt474Stub { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.987500190735rem;left:4.25rem;display:block; }
#UeubTQuVHeUPiVF07od90BSbCkhcTq7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x9qkMqinVSg2Xvm6TwdJsCxsAm5uTtNJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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:none; }#x9qkMqinVSg2Xvm6TwdJsCxsAm5uTtNJ > .row .container { border-width: 0; border-radius: 0; }#x9qkMqinVSg2Xvm6TwdJsCxsAm5uTtNJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x9qkMqinVSg2Xvm6TwdJsCxsAm5uTtNJ > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:60rem;position:relative;display:none; }#wLTLLPCm6XlGbwbmGzF015oivIRmfxSV { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TbWXC8D89dntTk5NeTrX98ILnDxxnrFx { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:4.875rem;left:0rem;display:block; }
#m3SrFvryNL34AhmmXTAF433t6CyrJ1Bu { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.5;letter-spacing:0;top:6.375rem;left:0rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QXZS4GXrVVNZK2kQL2TG05KUBp44OWGN { 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:17.5rem;width:17.5rem;top:2.75rem;left:35.74843788147rem;overflow:hidden;display:block; }
#EaHQhTXtx6QlD8SgMtrK5m0EXl8NEkab { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:13.75rem;left:0rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v2rZpQhhKXX8pZW9TmuFUvOcrpLB0JJg { color:rgba(var(--color-tertiary-0),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:16rem;left:0rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d9ded47-e446-48b8-965b-a2513014f754/tlo_z_pizza.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !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; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI.adaptive-delivery-prevent-bg, #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI.lazyload, #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI.lazyloading { background-image: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { background-color: transparent; background-image: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container > .video-iframe-container { display: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container { display: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .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); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { border-width: 0; border-radius: 0; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#Fh3Q5IykU5TcXpTLVlvL9BkZwU1c4SVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Fh3Q5IykU5TcXpTLVlvL9BkZwU1c4SVT > .row .container { background-color: transparent; background-image: none; }#Fh3Q5IykU5TcXpTLVlvL9BkZwU1c4SVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh3Q5IykU5TcXpTLVlvL9BkZwU1c4SVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh3Q5IykU5TcXpTLVlvL9BkZwU1c4SVT > .row .container > .video-iframe-container { display: none; }#Fh3Q5IykU5TcXpTLVlvL9BkZwU1c4SVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh3Q5IykU5TcXpTLVlvL9BkZwU1c4SVT > .row > .video-iframe-container { display: none; }#Fh3Q5IykU5TcXpTLVlvL9BkZwU1c4SVT > .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); }#Fh3Q5IykU5TcXpTLVlvL9BkZwU1c4SVT > .row .container { border-width: 0; border-radius: 0; }#Fh3Q5IykU5TcXpTLVlvL9BkZwU1c4SVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fh3Q5IykU5TcXpTLVlvL9BkZwU1c4SVT > .row .container { font-size:0.875rem;font-family:arial;height:57.1875rem;width:60rem;position:relative;display:block; }#BOi5IofPMx30bAndy3nfvdyVqcIMTpXJ { color:#282828;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:0.55000114440918rem;left:0rem;height:2.0003875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Erz3J6sNVqnCZmc6yBrILIZnyISNWAib { color:#282828;display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QSUC003ah9QFH22QXQqrwKIvFeqBwfl9 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:4.125rem;left:0rem;display:block; }
#Oh5S5d4QThLhzNavRHi0QcmdydyMec1e { 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:5.3125rem;width:7.375rem;top:6.5625rem;left:20rem;overflow:hidden;display:block; }
#JwP2f4G2fH7HSTNAZ9EyXW5EcVpgpecr { 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:5.3125rem;width:7.375rem;top:6.5625rem;left:40rem;overflow:hidden;display:block; }
#Jn3PTwwt4hQpUCKqBx5Bbt2xxbcXDxqJ { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.2;letter-spacing:0;top:14.8125rem;left:7.375rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lTpWxSwudPqaaJW90SfpxI89IPTrkAk3 { 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:5.3125rem;width:7.375rem;top:12.9375rem;left:0rem;overflow:hidden;display:block; }
#loMrLz9rT61fCO83aWkkv3O8yoWbSNWL { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:13.4375rem;left:7.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FZeGgbKPreqpxbeWQ7tTsLAIQRWSrtdc { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:18.3125rem;left:7.375rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gIdxH5pNy3yLb3RakpRWpTrIgmzB6PWz { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:8.4375rem;left:27.375rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NCzHAr7dIfpZWwTlyL2CPnCBLCpnTdsT { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:10.9375rem;left:27.375rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rteg2MHaeA0nX2MsOAyAnE2pZ1r6bqoL { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:7.0625rem;left:27.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AxgwQLyytvqcAv37SEduBC80kLfDyo4n { color:rgba(40,40,40,0.5);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15025;line-height:1.2;letter-spacing:0;top:8.4375rem;left:47.375001907349rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pfpb5NeZQ91mcIR1xom5hiJoQORTChg2 { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:10.9375rem;left:47.375rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#swKev3c7g74FCnaItIya1Nq70SgFTrnC { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:7.0625rem;left:47.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZCUkVcDp8T592tVKCNBPqEwUnrQ7nrJ9 { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:18.3125rem;left:27.375001907349rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tyDp7zvbENy78WaJbWXcDVbsA1KoerZX { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.2;letter-spacing:0;top:14.8125rem;left:27.375rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gf3m75tbO4py4C3uN86wrS4cPT2CtagI { 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:5.3125rem;width:7.375rem;top:12.9375rem;left:20rem;overflow:hidden;display:block; }
#rAlJcLO4BRleApy01L4iu4swoNxxTLsH { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:13.4375rem;left:27.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hk4NG9HNJz9DvtAFRSdtiPbNEwioeu8x { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:18.336718440056rem;left:47.374219894409rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A7UWMkq894xs1isfXOQic6aQQQO3WhDD { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.2;letter-spacing:0;top:14.8125rem;left:47.375rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qXKL6G77sTdyLUxwEkm6N3Q3VW4OAQ1D { position:absolute;display:block;z-index:15066;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:7.375rem;top:12.9375rem;left:40rem;overflow:hidden;display:block; }
#OwCTzxeK5XJMredEc5yL9txWR1L5kmw1 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:13.4375rem;left:47.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xJIzILZRFmraZlX1bZPGZyoeA6Bw3TXp { position:absolute;display:block;z-index:15082;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:7.375rem;top:27.0625rem;left:0rem;overflow:hidden;display:block; }
#engbwz6GO8PViUrFlXQKxO4QmJbez5Q2 { position:absolute;display:block;z-index:15086;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:7.375rem;top:20.1875rem;left:0rem;overflow:hidden;display:block; }
#c7rfmcNy3cyGRrfwna6OUaMXeV12zcMo { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15043;line-height:1.2;letter-spacing:0;top:28.9375rem;left:7.375rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Fdpx1rGELlsnr9eRivzKZ2WQfuNfimoH { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:27.5625rem;left:7.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EwGKFk2yJXrWLcGZ1lBB0HT7mU8t32WK { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.2;letter-spacing:0;top:31.4375rem;left:7.375rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zCLnmToTN7aDMrA8JwcbZiQWC7urNvbG { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.2;letter-spacing:0;top:22.0625rem;left:7.375rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bxMTvxQQuTKPdxMSkt6WsIGPKLCu78S0 { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.2;letter-spacing:0;top:24.499997377396rem;left:7.3125004768369rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NVyCuXvul7Pae5VLv1R9B7saUNot4kKI { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:20.6875rem;left:7.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ETOHlqQvrdeNv7wnDmeayxLAMpvOaZSa { position:absolute;display:block;z-index:15080;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:7.375rem;top:20.1875rem;left:20rem;overflow:hidden;display:block; }
#Wm8fSRJkIKBz7VS4wFLdZzL95WzKF4by { position:absolute;display:block;z-index:15086;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:7.375rem;top:26.875rem;left:20.000001907349rem;overflow:hidden;display:block; }
#DS64PDk7GzfK9vHOUcyCeiZWPJ6booT2 { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:22.0625rem;left:27.375rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#akV7DZEasDk7BwGgvbprWonL6bZSfMIn { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15041;line-height:1.2;letter-spacing:0;top:24.499997377396rem;left:27.375002384186rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MTUEfxo8X8Sq6KIP3kNcpmccQXT9s8wg { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:20.6875rem;left:27.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nd42VTPs9SUlvDygfXUiQw2PGx7g19R4 { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.2;letter-spacing:0;top:31.25rem;left:27.375001907349rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#heFOiVEHFIaZuvesx6qsHs9icAkEqQKd { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15047;line-height:1.2;letter-spacing:0;top:28.75rem;left:27.375001907349rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vnqgIPZEP34FoR0FcKgPEzu9IzFHiZ32 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.3;letter-spacing:0;top:27.375rem;left:27.375001907349rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t1rUBsrOw0Oc9C19fzMrB0CLEKJRXyZx { position:absolute;display:block;z-index:15081;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:7.375rem;top:20.1875rem;left:40rem;overflow:hidden;display:block; }
#PcD66N0srFIlp8zLk5Ue3GOWrWybUdyi { position:absolute;display:block;z-index:15090;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:7.375rem;top:26.875rem;left:40.000001907349rem;overflow:hidden;display:block; }
#PNviZ2TPZN3dF02xok63t4XiuX9RbntV { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.2;letter-spacing:0;top:22.0625rem;left:47.375rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#phOS7PPo8hzDWFJpxGqn4vl1h75X1P0C { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15044;line-height:1.2;letter-spacing:0;top:24.500003099441rem;left:47.375002384186rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#plsbkXqF9PgoNT1nNdTdOo6BoBco0roR { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:20.6875rem;left:47.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d4W3hCMUTah5H5CTC4WxACAL1TQpzVoT { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:31.25rem;left:47.375001907349rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kaGIhMiEMxD2QuJ5ZqfzcKtgxw8wiUh7 { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.2;letter-spacing:0;top:28.75rem;left:47.375001907349rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V3mS4T5UywbD4XL6edakDXX8xxTBks8d { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:27.375rem;left:47.375001907349rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OLhOkRKyuJof6Ro9gHA7QxAV0HUB0C0Z { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15085;line-height:1.2;letter-spacing:0;top:42.75rem;left:47.375001907349rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bBc1t4x05lUdEH6Dh0mAfdXITdQ1MJN3 { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15080;line-height:1.2;letter-spacing:0;top:46.375rem;left:47.375001907349rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i03FLftxJGEctvD98cw1vFc3cTQC5T7N { position:absolute;display:block;z-index:15117;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:7.375rem;top:40.875rem;left:40.000001907349rem;overflow:hidden;display:block; }
#rONhuMK4Z3F3XmoLtGh3RKQGzTn9Tbtt { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15084;line-height:1.3;letter-spacing:0;top:41.375rem;left:47.375001907349rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vC7l3fTxQPeexqC6aDKI7VOJPEc2NDex { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15058;line-height:1.2;letter-spacing:0;top:38.9375rem;left:47.374223709106rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zewz2R6zTGexGcVyZIxlJ7Gg9VWAx4C0 { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15063;line-height:1.2;letter-spacing:0;top:35.4375rem;left:47.375001907349rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RVvIGRmLzhwT80Vu2UumSoFlvRdVaIxn { position:absolute;display:block;z-index:15102;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:7.375rem;top:33.5625rem;left:40.000001907349rem;overflow:hidden;display:block; }
#ctRaSnQOHvFWKhcqHy6uIwUEuxmxliIT { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:34.0625rem;left:47.375001907349rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fdTJhWJnr8lJ4OEenUTZoE2tJotE4zWT { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15054;line-height:1.2;letter-spacing:0;top:38.9375rem;left:27.375001907349rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XpiCwXTGS2hIdJL0uDluxCacyconksNZ { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15059;line-height:1.2;letter-spacing:0;top:35.4375rem;left:27.375001907349rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O22XhBxudvh6vIWZDqHlRumo0pseKuV6 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:34.0625rem;left:27.375001907349rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CEBvfw2VAblJ7sTTwevRBmITCrHmwW9Z { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15082;line-height:1.2;letter-spacing:0;top:42.75rem;left:27.375001907349rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PPNdmhJp6hPpSbnpgADzoq11l9d55JV5 { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15077;line-height:1.2;letter-spacing:0;top:46.375rem;left:27.375001907349rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lCTlZEabqz1TcGcovI2tW5yer7I6pLMU { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:41.375rem;left:27.375001907349rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TNLTxc3GiOqFFzws1nX2uswchQdNRXFV { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15078;line-height:1.2;letter-spacing:0;top:54.25rem;left:27.375rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GdZKk7VAfE4k4Fo8PloKlLkWKVhUGpRP { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15083;line-height:1.2;letter-spacing:0;top:50.5625rem;left:27.375rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c9Kd2oSV6k7vpOlt7gZkKsoGGevgGu24 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15082;line-height:1.3;letter-spacing:0;top:49.1875rem;left:27.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vFNGXQBC9WpST6TRd4PVT9CTPhJc8Xga { position:absolute;display:block;z-index:15098;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:7.375rem;top:33.5625rem;left:20.000001907349rem;overflow:hidden;display:block; }
#HW5qUJEosQ001NzgC9qbHs9Bvfbs4cTa { position:absolute;display:block;z-index:15116;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:7.375rem;top:40.875rem;left:20.000001907349rem;overflow:hidden;display:block; }
#ltHWqMDAEhwftninEgyveongAgpQAKkE { position:absolute;display:block;z-index:15122;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:7.375rem;top:48.6875rem;left:20rem;overflow:hidden;display:block; }
#fyM74XiW1VUuibNTdkvTktanGGkzazZw { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15055;line-height:1.2;letter-spacing:0;top:35.625rem;left:7.375rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v57IlFlpB8es9Ba7iAIuJCZImGWSskXU { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15079;line-height:1.2;letter-spacing:0;top:50.625rem;left:7.375rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pLVZmXVTIfpvhGRtdPDwfcXmnSeibyOa { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15083;line-height:1.2;letter-spacing:0;top:42.9375rem;left:7.375rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hm7lVviroiwgnFqGNfa8ZE9CJSiV9lat { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:34.25rem;left:7.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lgypW229KIF3V46zsm3W2fLs8bzkOVno { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.2;letter-spacing:0;top:39.25rem;left:7.375rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NJIWcHsb5nkAQJVOmM4uRucwRWZsTzIk { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15078;line-height:1.3;letter-spacing:0;top:49.25rem;left:7.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RsykKEG2RMTvBZm505tlzN7S4Z72wJRv { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15074;line-height:1.2;letter-spacing:0;top:54.25rem;left:7.4375rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JoaVPGwbx6wxachSAofu660U7XVdCwZK { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15078;line-height:1.2;letter-spacing:0;top:46.5625rem;left:7.375rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XfqxqcyfCLF5fB5lflIhryyRErSL7Co0 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15082;line-height:1.3;letter-spacing:0;top:41.5625rem;left:7.375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KP6ftkXc4lXOqqE7UXarRx1St9zqulSP { position:absolute;display:block;z-index:15094;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:7.375rem;top:33.75rem;left:0rem;overflow:hidden;display:block; }
#ov9554Gl43vQLFtvmEl4yspQVDh35inB { position:absolute;display:block;z-index:15118;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:7.375rem;top:48.75rem;left:0rem;overflow:hidden;display:block; }
#zNTEGrzoUSPpMsHG86Zd3gDyhaCpkgBm { position:absolute;display:block;z-index:15122;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:7.375rem;top:41.0625rem;left:0rem;overflow:hidden;display:block; }
#JuOxROrVrbK7iXxCrx9PItLhK6yA8ykH { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.2;letter-spacing:0;top:8.4375rem;left:7.375rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XlLSmDGKxQWLtv6fkCZma8lp0nJnLAA9 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:7.081250190735rem;left:7.25rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mhf1yOTD9ptDXpx8pidZhNxKZdw2DNgF { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:10.875rem;left:7.4375rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zq5OXFcQrUqiTzkab9X6437rO7amB8IP { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15046;line-height:1.2;letter-spacing:0;top:22.0625rem;left:27.375rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Sb4g9ZVwgk0BaIgNcVb2Cm1TIBMEM6Cb { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.2;letter-spacing:0;top:22.0625rem;left:47.375rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#l3GEs6fxk8sZHsuixl5hpC7puKKy2HL7 { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15063;line-height:1.2;letter-spacing:0;top:35.625rem;left:47.375rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qUgT8mBQPif9UirL7yXdSuxWMWmXqEh3 { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15082;line-height:1.2;letter-spacing:0;top:42.9375rem;left:27.375rem;height:3.15rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#izuoJB6TT0no6R0zMToMoTBqcAoZL9vi { 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:5.3125rem;width:7.375rem;top:6.5625rem;left:0rem;overflow:hidden;display:block; }
#STBgXOsIFA4g0iB4ap0kULAbTIHlqknV { color:rgba(40,40,40,0.5);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15082;line-height:1.2;letter-spacing:0;top:54.250001430511rem;left:47.375002145768rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bpegEEFApN99t6wTXC2ekZW3QXo2OEZ3 { color:rgba(40,40,40,0.5);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.2;letter-spacing:0;top:50.6875rem;left:47.375rem;height:2.1rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K56XzHXTk0VXTXKHe2oR6Dna6kcmQ3Fr { position:absolute;display:block;z-index:15126;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:7.375rem;top:48.8125rem;left:40rem;overflow:hidden;display:block; }
#H9Z8TkTLTwmlg6ZbbI9ZWTLTXoEDhus4 { color:#282828;display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15086;line-height:1.3;letter-spacing:0;top:49.1875rem;left:47.375002384186rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d5JScs9UTaHuPy9l2UFcNAfzEVPWSAxT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#d5JScs9UTaHuPy9l2UFcNAfzEVPWSAxT > .row .container { background-color: transparent; background-image: none; }#d5JScs9UTaHuPy9l2UFcNAfzEVPWSAxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5JScs9UTaHuPy9l2UFcNAfzEVPWSAxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5JScs9UTaHuPy9l2UFcNAfzEVPWSAxT > .row .container > .video-iframe-container { display: none; }#d5JScs9UTaHuPy9l2UFcNAfzEVPWSAxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5JScs9UTaHuPy9l2UFcNAfzEVPWSAxT > .row > .video-iframe-container { display: none; }#d5JScs9UTaHuPy9l2UFcNAfzEVPWSAxT > .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); }#d5JScs9UTaHuPy9l2UFcNAfzEVPWSAxT > .row .container { border-width: 0; border-radius: 0; }#d5JScs9UTaHuPy9l2UFcNAfzEVPWSAxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5JScs9UTaHuPy9l2UFcNAfzEVPWSAxT > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#aHwCoef7HyJu9ge422NCzOcfZIxTSRhs { color:#282828;display:block;width:2.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:2.875rem;left:0rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ymTrZe58cszNGASCLTMT6RPgCR5EOexg { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:4.5rem;left:0rem;display:block; }
#DRuXQ8XIJPUsEfmgcdLnJrgCPMofVnla { color:#282828;display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:0.875rem;left:0rem;height:2.0003875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WziJ6BLguyAIShOTfHtpUpLZ60MxibDf { position:absolute;display:block;z-index:15051;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:5.4375rem;width:8.1875rem;top:6.8429718017575rem;left:0rem;overflow:hidden;display:block; }
#k8WWU0wN4ptiCA1CGKVTwdVVyg8hOB9O { color:rgba(40,40,40,0.7);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:8.1437492370606rem;left:8.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k725B65S6nOPsqdgMsIqXGeOCEAggx22 { color:rgba(40,40,40,0.7);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:9.37500667572rem;left:8.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cR6RifOexIyCp2Tz9ROz9IyhLshBcQ6Q { position:absolute;display:block;z-index:15050;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:5.4375rem;width:8.1875rem;top:14.656255722046rem;left:0rem;overflow:hidden;display:block; }
#PCE6asgFGm6nefIZasktP6XRV1KOSAxk { color:rgba(40,40,40,0.7);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:15.858599662781rem;left:8.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cUNi3St1t9sQvdaPTsvfKoK75ndsRsfV { color:rgba(40,40,40,0.7);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:17.077349662781rem;left:8.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JGlRBdWpxb6ftWkhVtaQcHiOB5B5qNtb { position:absolute;display:block;z-index:15046;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:5.5rem;width:8.3125rem;top:6.8125rem;left:20rem;overflow:hidden;display:block; }
#bfBNdAPztUMFnbTsHLXqwrpbLzLxb8MC { color:rgba(40,40,40,0.7);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:7.75rem;left:28.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#umJl20MiO7w1DIyGZebTIsylp2TxQR9X { color:rgba(40,40,40,0.7);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:10.375rem;left:28.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W7K9f9cWsF2yuCMotZ0ewvHEgJtT0WVx { position:absolute;display:block;z-index:15047;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:5.4375rem;width:8.375rem;top:14.625rem;left:20rem;overflow:hidden;display:block; }
#XAXROTmg4FIMycwwpXChd4rKsTfFclrf { color:rgba(40,40,40,0.7);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:15.4375rem;left:28.9375rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d5hrpxuPsOl8P54xmLTfTtAw24UXwplR { color:rgba(40,40,40,0.7);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:17.875rem;left:28.9375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y4dkA15uyw41U2h6GNmNgPdDDpTsynpL { color:rgba(40,40,40,0.7);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:21.142968177796rem;left:49.125001907349rem;height:0.6503875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QwtzPOhdw10eGVVzTRK8Vi2ptk7Ay9Nd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#QwtzPOhdw10eGVVzTRK8Vi2ptk7Ay9Nd > .row .container { background-color: transparent; background-image: none; }#QwtzPOhdw10eGVVzTRK8Vi2ptk7Ay9Nd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwtzPOhdw10eGVVzTRK8Vi2ptk7Ay9Nd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwtzPOhdw10eGVVzTRK8Vi2ptk7Ay9Nd > .row .container > .video-iframe-container { display: none; }#QwtzPOhdw10eGVVzTRK8Vi2ptk7Ay9Nd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QwtzPOhdw10eGVVzTRK8Vi2ptk7Ay9Nd > .row > .video-iframe-container { display: none; }#QwtzPOhdw10eGVVzTRK8Vi2ptk7Ay9Nd > .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); }#QwtzPOhdw10eGVVzTRK8Vi2ptk7Ay9Nd > .row .container { border-width: 0; border-radius: 0; }#QwtzPOhdw10eGVVzTRK8Vi2ptk7Ay9Nd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwtzPOhdw10eGVVzTRK8Vi2ptk7Ay9Nd > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#KmFoqerdFQdBhGSWiVZLFqhlDaUuf5y0 { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:4.875rem;left:0rem;display:block; }
#tRBG1N74oeLq28UOEWItp8SRfQ62W7Ei { color:#282828;display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15036;line-height:1.6;letter-spacing:0;top:1.25rem;left:0rem;height:2.0003875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zUKTeIoOAZyQOShGq88GVhxgooT0d6vh { color:#282828;display:block;width:3.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zu20fMLThNVekWa9D5P9oVElohRFLzp9 { position:absolute;display:block;z-index:15050;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:5.3125rem;width:8.0625rem;top:7.5929632186887rem;left:0rem;overflow:hidden;display:block; }
#MH0S2X9AOoTb5zPQesiZ2hGVQB8dt0M5 { color:rgba(40,40,40,0.7);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:8.7656311988831rem;left:8.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LtcEQK3TF870BkgH44x7BCLvnkmMPRtD { color:rgba(40,40,40,0.7);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:10.593743801117rem;left:8.625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y3TiWecHD3C0xkMhAUxTml6v8vrwoy5U { position:absolute;display:block;z-index:15052;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:5.3125rem;width:8.0625rem;top:7.5921874046325rem;left:20.000001907349rem;overflow:hidden;display:block; }
#uTv42sIxzpMolCwlwOqhOieUTVOllVQO { color:rgba(40,40,40,0.7);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:8.1562505960463rem;left:28.812501907349rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NQOHhD76qQbn7sg6GE4mV8qtoaiPt2Ae { color:rgba(40,40,40,0.7);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:10.718750596046rem;left:28.812501907349rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ncQGLiWMHP4iI4ISkvV0ZJwmBq1yi2QF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:16.43593788147rem;left:22.593751907349rem;display:block; }
#XqDBGrORa7kWTDGLaQADuUcpoBNJGJqw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ho8comX9WRbpgB4XXh3O3kQTc4MgVRpi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Ho8comX9WRbpgB4XXh3O3kQTc4MgVRpi > .row .container { background-color: transparent; background-image: none; }#Ho8comX9WRbpgB4XXh3O3kQTc4MgVRpi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ho8comX9WRbpgB4XXh3O3kQTc4MgVRpi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ho8comX9WRbpgB4XXh3O3kQTc4MgVRpi > .row .container > .video-iframe-container { display: none; }#Ho8comX9WRbpgB4XXh3O3kQTc4MgVRpi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ho8comX9WRbpgB4XXh3O3kQTc4MgVRpi > .row > .video-iframe-container { display: none; }#Ho8comX9WRbpgB4XXh3O3kQTc4MgVRpi > .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); }#Ho8comX9WRbpgB4XXh3O3kQTc4MgVRpi > .row .container { border-width: 0; border-radius: 0; }#Ho8comX9WRbpgB4XXh3O3kQTc4MgVRpi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ho8comX9WRbpgB4XXh3O3kQTc4MgVRpi > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#b33ieiIlqmAwGSzST4CyR7Ar11Xd0AGQ { color:#282828;display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0rem;height:2.8441375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nDcR6BlTgw2siPkrMCQ7MvKqGG8udXcM { color:rgba(40,40,40,0.5);display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:7.8125rem;left:2.75rem;height:4.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xhro9U9ftB3Cbs3bfC8ETT1AzqxssiA8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:15.874218940735rem;left:7.4375rem;display:block; }
#m1zwqgaNpS7ufRsClsngibV3PUGdDd02 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dMAhyqb5sD2iFy5wgKToLw8Ifo13CXhi { position:absolute;display:block;z-index:15071;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:18.3125rem;width:13.5rem;top:5.1875rem;left:30rem;overflow:hidden;display:block; }
#uFwalFJLCS6yDvyTth3LydhuyRhKbZRP { position:absolute;display:block;z-index:15072;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.75rem;width:13.75rem;top:2.625rem;left:44.5rem;overflow:hidden;display:block; }
#ItVUi4BuTXbMXNlBpLlTruthDXuooPOq { position:absolute;display:block;z-index:15073;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.25rem;width:13.75rem;top:16.8125rem;left:44.5rem;overflow:hidden;display:block; }
#T5o55xZwUkkzmal92EShtbw0PMUnRDyT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container { background-color: transparent; background-image: none; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container > .video-iframe-container { display: none; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row > .video-iframe-container { display: none; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .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); }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container { border-width: 0; border-radius: 0; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:60rem;position:relative;display:block; }#zUz2enlNV954v0kc58yDT1c2epoDOynP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.0625rem;width:42.8125rem;top:1.0617129802704rem;left:8.59375rem;display:block; }
#KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e9350c97-a90c-480a-8309-cac59a661eaf/20231220_153407.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; }#KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b.adaptive-delivery-prevent-bg, #KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b.lazyload, #KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b.lazyloading { background-image: none; }#KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b > .row .container { background-color: transparent; background-image: none; }#KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b > .row .container > .video-iframe-container { display: none; }#KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b > .row > .video-iframe-container { display: none; }#KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b > .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); }#KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b > .row .container { border-width: 0; border-radius: 0; }#KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b::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; }#KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;position:relative;display:block; }#iIwnhe8z2s7dhlfqifE89MOBPGDcPCRk { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-tertiary-0),1);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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:8rem;width:18.75rem;top:27.4375rem;left:0rem;display:block; }
#EtsoWxBZBqacPiscR87dF8dq32JAwAz9 { color:rgba(40,40,40,0.7);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15074;line-height:1.5;letter-spacing:0;top:11.125rem;left:41.875rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l2l9uSB1t3oXrlSA4RzvgVcAorbf2AmO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:27.875rem;left:10.0625rem; }
#Vuk7Ta1JTJvh1Lyh14t8aitXZIxZtWbR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:27.875rem;left:11.25rem; }
#VonXrLLhG6ltl4KFbufcSt4fT6rMDqMS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:27.875rem;left:8.8125rem; }
#b2SzaXxCCP6q0b2TBDSza6y4y2xSLt5w { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:27.875rem;left:7.5rem; }
#TION0P4Wr3lu2gxxX8tVQG9TQIWkyopT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:27.875rem;left:6.3125rem; }
#qz0b760uEoNQCpwJ6DTxrAFqaxcTuphh { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-0),1);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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:11.125rem;width:18.75rem;top:8.75rem;left:41.25rem;display:block; }
#i05Sk4B2c3ZFFtFkUbsKVFsQJQDOg4uB { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15067;line-height:1.5;letter-spacing:0;top:7.4875002801419rem;left:41.375001907349rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EXCB6XQaZltTRrUH0eOlSiB3DqQw4rGe { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.5;letter-spacing:0;top:6.0625000894069rem;left:41.375001907349rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KdLSWlWUblQQwTCWTCQwh2aZmbE4CSXB { color:rgba(40,40,40,0.7);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15067;line-height:1.5;letter-spacing:0;top:29.4375rem;left:0.5625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mEquIwrHadalxDoXI1kcWTPOBnbvGEu9 { color:rgba(40,40,40,0.7);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15065;line-height:1.5;letter-spacing:0;top:10.875rem;left:21rem;height:15.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pqhT7yu5Ch2x8qzlUzsmfhXhJkCP36UL { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:17.875rem;width:18.75rem;top:8.875rem;left:20.625rem;display:block; }
#HCF4amRXgcKBq7WPfulJOsvzAdXhbNoG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:9.5rem;left:52.4375rem; }
#GVdJGiJQTVeo1kTAlxqaL0HKIvarMSK7 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:9.5rem;left:51.1875rem; }
#vRH3l8sZDwf6rnT0aRoKrfUtN4e93lLy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:9.5rem;left:49.9375rem; }
#C65o4roUfELB92TSNFRG9zIuf0xDA43T { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:9.5rem;left:48.6875rem; }
#oTqEgMFNLQSNdIcLchCoSUspQth98BPT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:9.5rem;left:47.5rem; }
#tqVaD3T0zycScixNEgZh1mrG0S4hNGz4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:9.4375rem;left:30.625rem; }
#a5QT8T1F1F11DG0sBHsKv7mpc82LKWnw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15070;opacity:1;top:9.4375rem;left:31.875rem; }
#tPWK63y4rLqI6skmFLWDnxZ3FqJTZBuo { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15063;line-height:1.5;letter-spacing:0;top:7.5rem;left:21rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VEhyIeSsM357PalJlTLnwNzyJfUcnJTT { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.5;letter-spacing:0;top:6.0625rem;left:21rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ytEtCucnztZ8wXOGa3JAHZNUrbpcuW14 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:9.4375rem;left:26.9375rem; }
#TvHtQ0TsHlM07nMXHHolZFpEdW9gzaLD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15067;opacity:1;top:9.4375rem;left:28.125rem; }
#iLCQ0nXuIhzAWaDxTsK3KvA42HyclAM0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:9.4375rem;left:29.375rem; }
#Zs8IS2RxTiylpXEbG35c3vOKFCITEVSq { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.5;letter-spacing:0;top:24.6875rem;left:0.375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SmLnRhQLTTzV4RIZAEsRAomnoy3cRHcr { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15065;line-height:1.5;letter-spacing:0;top:26.125rem;left:0.375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hsQVxnivgv9FcsWsvEDorLBMrtDg3Ubq { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:2.8441375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K1eRbzx79XJtAx0MKZHuHTLJE9H4FNTE { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-tertiary-0),1);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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:5rem;width:18.75rem;top:8.875rem;left:0rem;display:block; }
#unCJXpv7hUbUuRllesXd1Kb3LTTO7XDR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:9.4375rem;left:10.0625rem; }
#BhSm3uc2mao4DLv84emLwBuDGXbHxmJu { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:9.4375rem;left:11.25rem; }
#LZ7TbxyTsWvZihI4FIslEMxKgEhxfu3O { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:9.4375rem;left:8.8125rem; }
#gsQaSgkWVDklmsg1KMEaxWKWcmzH1bmy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:9.4375rem;left:7.5rem; }
#aT2dzCWAsQMntTIqbDhLNJc1AVoHqD0z { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:9.4375rem;left:6.3125rem; }
#ApXUAMWQ5c6Baa9x7CKLuRT0EVClideJ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15065;line-height:1.5;letter-spacing:0;top:7.4875002801419rem;left:0.23750114440918rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DSJ1uCKhHvNq0FVofmIfLZ2Xg88tRTAP { color:rgba(40,40,40,0.7);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15068;line-height:1.5;letter-spacing:0;top:10.8125rem;left:0.625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wdXZehXMOz6ImxQ571NbgkwSetatwqJ5 { position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:4.375rem;left:0rem;display:block; }
#yv9T2aApn8M1GXGPJuTNNMv80vupTEUK { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15068;line-height:1.5;letter-spacing:0;top:5.9375000894069rem;left:0.23750114440918rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NqpXC1Uh1rI00pboff5AupzmtwNcaK5v { position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-tertiary-0),1);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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:6.1875rem;width:18.75rem;top:17.5rem;left:0rem;display:block; }
#UfUOeZFhRgi4KZHXmsV2uUgcbvbZ1vpa { color:rgba(40,40,40,0.7);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15077;line-height:1.5;letter-spacing:0;top:19.3125rem;left:0.6875rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gDTyvU8WMK9WpbpO3CEQDgOqp7BiXUgl { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:18.0625rem;left:10.0625rem; }
#BlZD8ONwM5Jbg6NOxqrmpQXMIrdbPp2E { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:18.0625rem;left:11.25rem; }
#tg9GWvns3xWctWNmZZ1ydFWTXcTB3oon { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:18.0625rem;left:8.8125rem; }
#hxJcmuKsddlvtdxa1QuBsLUIVL1Fin0X { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:18.0625rem;left:7.5rem; }
#hD9rew0bBukx184ZT41oQcZyxepverkD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:18.0625rem;left:6.3125rem; }
#muVdICQB5ObPKBMKDAUgaEoH4bMdJieC { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15074;line-height:1.5;letter-spacing:0;top:16.1875rem;left:0.3125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oQe1mywpZGlLzBVqMLuTzJX0uKudm10Z { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15077;line-height:1.5;letter-spacing:0;top:14.6875rem;left:0.3125rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lNLL8MaRCwTd2TBTmJUq7QnTHUu6rmXC { color:rgba(40,40,40,0.7);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15074;line-height:1.5;letter-spacing:0;top:25.5rem;left:41.6875rem;height:9.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AT6kBWTPQ3VotPJLbDnWHHudBoBTkrwo { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-tertiary-0),1);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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:12.125rem;width:18.75rem;top:23.375rem;left:41.25rem;display:block; }
#gWuWn6tSbuLse9dmBmxGn7nRTTJeRhxp { color:rgba(var(--color-tertiary-0),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15072;line-height:1.5;letter-spacing:0;top:22rem;left:41.5rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TTLXv6PoHGwKqS2SeW4s7NTeUXbEKZGI { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15073;line-height:1.5;letter-spacing:0;top:20.5rem;left:41.5rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eRo2d5Vw5Ctats4seIaB0bQeFBy9M0CO { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:24.0625rem;left:51.1875rem; }
#GK0Nh3vfuHDtbBDcFLbNQyQ2vkdeQZwJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:24.0625rem;left:52.375rem; }
#yOhrETx7KcpJlx6fpbGW2bW6pU9Zd6n8 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:24.0625rem;left:49.9375rem; }
#UC0f3sDMKuwAtTmgUNmnsTBRroU5vOD4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:24.0625rem;left:48.625rem; }
#oVeCLqtLe8VmTJzFURB1tOZyGr3hKkKZ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:24.0625rem;left:47.4375rem; }
#fL04yIJscO0wPeTrSEC26Lp3AevQ9URK { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15074;line-height:1.5;letter-spacing:0;top:29.1875rem;left:20.9375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TgzgNkwEXqFMryEQOKJO3LpW9K99JkLA { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15077;line-height:1.5;letter-spacing:0;top:27.6875rem;left:20.9375rem;height:1.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nvZXgTMfMmfXbEPSJv7Teu1HwRV1s4tl { position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-tertiary-0),1);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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5) ;height:5rem;width:18.75rem;top:30.5625rem;left:20.625rem;display:block; }
#yWonrIEZ4OkhCTIKc6F13sJQ5Zh7ysyG { color:rgba(40,40,40,0.7);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15077;line-height:1.5;letter-spacing:0;top:32.5rem;left:21.25rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lWw34eAXN23lD9skAcJBCIwyq0u7ZSfw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:31.125rem;left:26.9375rem; }
#LvhiZN0FWlmWUnQ7cC7EmHc9IBMk0Dvg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:31.125rem;left:28.125rem; }
#hc1LNUMmAp3IszbeT8z5oXFyI39ZsDAK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:31.125rem;left:29.4375rem; }
#CDZ6kPv8TXqQV3dnBUlkp1LbyB7lrp8f { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:31.125rem;left:30.6875rem; }
#sGvHRJuwH1LfHBdagR13PIzEfKoz2zIq { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:31.125rem;left:31.875rem; }
#VkFMW4dCUTEbciZT25FQXi8glTV42aoG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#VkFMW4dCUTEbciZT25FQXi8glTV42aoG > .row .container { background-color: transparent; background-image: none; }#VkFMW4dCUTEbciZT25FQXi8glTV42aoG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkFMW4dCUTEbciZT25FQXi8glTV42aoG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkFMW4dCUTEbciZT25FQXi8glTV42aoG > .row .container > .video-iframe-container { display: none; }#VkFMW4dCUTEbciZT25FQXi8glTV42aoG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkFMW4dCUTEbciZT25FQXi8glTV42aoG > .row > .video-iframe-container { display: none; }#VkFMW4dCUTEbciZT25FQXi8glTV42aoG > .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); }#VkFMW4dCUTEbciZT25FQXi8glTV42aoG > .row .container { border-width: 0; border-radius: 0; }#VkFMW4dCUTEbciZT25FQXi8glTV42aoG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VkFMW4dCUTEbciZT25FQXi8glTV42aoG > .row .container { font-size:0.875rem;font-family:arial;height:55.8125rem;width:60rem;position:relative;display:block; }#XmBh8H87PTVQ3TVTv4GiaMZvG9ksichU { color:#282828;display:block;width:35.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.8441375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Zl8Fbw3GzUrMcQfIJ0ucTQIWe9Wgahc1 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:5.1875rem;left:0rem;display:block; }
#FAJ8f839clG7XkXeATeePzzGgOsPiTi9 { color:rgba(40,40,40,0.7);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:10.656262397766rem;left:0rem;height:34.47303125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#snGQSHh9PssQNc0odWmGVic6IDxSdwcV { 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:17.3125rem;width:14.375rem;top:9.9375rem;left:23.75rem;overflow:hidden;display:block; }
#Rrofk9TVJUfZTLBfIyBUUtrsF52a0qfZ { 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:14.125rem;width:21.25rem;top:6.96639919281rem;left:38.750001907349rem;overflow:hidden;display:block; }
#nNMNZLRyXtUsvHFX9AVlsTAbdvrHP7Bb { 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:7.75rem;width:10.3125rem;top:21.8125rem;left:38.75rem;overflow:hidden;display:block; }
#FsppDra0TcBz2KHRN6ZiZreKfJzrIQR0 { 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:7.75rem;width:10.3125rem;top:21.8125rem;left:49.6875rem;overflow:hidden;display:block; }
#xZlcPLtQgObd2BVATz0Tzz8Aa2xOHya0 { color:rgba(40,40,40,0.7);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.9664187431338rem;left:0rem;height:1.3816375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lrz0wFyDANVyX0C8U8CVIg8MqRUUMsr4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:49.813283443451rem;left:2.0625rem;display:block; }
#FQla5avNLvFf09egwtxeFcqnHzLQgrD0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dZ1WpGZsoRCq9UXyFrC3HA8FmdTnarU8 { position:absolute;display:block;z-index:15014;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.1875rem;width:24.3125rem;top:33.67578125rem;left:31.750001907349rem;overflow:hidden;display:block; }
#Da7C8hcc72dbqbLTsiAJhrhtfDJ93RBm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#Da7C8hcc72dbqbLTsiAJhrhtfDJ93RBm > .row .container { border-width: 0; border-radius: 0; }#Da7C8hcc72dbqbLTsiAJhrhtfDJ93RBm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Da7C8hcc72dbqbLTsiAJhrhtfDJ93RBm > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;position:relative;display:none; }#ArVchnKVvqVSzuEouHZQaPznTKv81pAw { color:#282828;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hQ0pJAnNBUtmRKgGvzW7aG0TOowNTzev { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:6.4375rem;left:0rem;display:block; }
#IwlDcmEbLRdDdwVLV7TQ3V7AUqTR4KuS { color:rgba(40,40,40,0.7);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:9rem;left:0rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s3JAhpFgnrhwnNVzlBSA0DMd972Zl6QK { 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:27.25rem;width:27.25rem;top:3.0625rem;left:31.375001907349rem;overflow:hidden;display:block; }
#M3gDqFAC6FBi5qxMLD03CrqRczZa5TWt { color:rgba(40,40,40,0.7);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.9375rem;left:0.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RdEFlvNRzELD5zBeFWnug8CTe5klmsgg { color:rgba(40,40,40,0.7);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:21.75rem;left:0.625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yMH1Mz8O29bX3iMKunV0TubnvVGM3VvL { color:rgba(40,40,40,0.7);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.9375rem;left:0.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bxy2hUZqycZqS9gTZFqJt2EMm86g3zEu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#bxy2hUZqycZqS9gTZFqJt2EMm86g3zEu > .row .container { background-color: transparent; background-image: none; }#bxy2hUZqycZqS9gTZFqJt2EMm86g3zEu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxy2hUZqycZqS9gTZFqJt2EMm86g3zEu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxy2hUZqycZqS9gTZFqJt2EMm86g3zEu > .row .container > .video-iframe-container { display: none; }#bxy2hUZqycZqS9gTZFqJt2EMm86g3zEu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxy2hUZqycZqS9gTZFqJt2EMm86g3zEu > .row > .video-iframe-container { display: none; }#bxy2hUZqycZqS9gTZFqJt2EMm86g3zEu > .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); }#bxy2hUZqycZqS9gTZFqJt2EMm86g3zEu > .row .container { border-width: 0; border-radius: 0; }#bxy2hUZqycZqS9gTZFqJt2EMm86g3zEu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxy2hUZqycZqS9gTZFqJt2EMm86g3zEu > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:60rem;position:relative;display:block; }#arHSuUxm2OQyhN1IabnQGfcyOTgTWncu { color:#282828;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.8441375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xqT397eeyxWJW2yAZsgXPQJIcXx1blAu { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:6.4375rem;left:0rem;display:block; }
#ucDeBse34q3ITovGec8iiXOfL0GeDwvy { color:rgba(40,40,40,0.7);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:8.0625rem;left:0rem;height:34.4730125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c8tFzDkdHlE2VHv4lGlgSIpzg1Tc3TU0 { 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:15.4375rem;width:22.5rem;top:12.874981641769rem;left:24.17421913147rem;overflow:hidden;display:block; }
#J9fzUJmVq4Q6FCkhhQ1vOoJ38nl081oB { 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.375rem;width:11.25rem;top:28.843751192093rem;left:24.17421913147rem;overflow:hidden;display:block; }
#GwbFqbnwTTPJXO9vebwXCzrBhoKtK4pg { 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:8.4375rem;width:10.9375rem;top:28.8125rem;left:35.75rem;overflow:hidden;display:block; }
#DoNk9TZ4HLBBeGCT36WeJHbWgiRgABT1 { position:absolute;display:block;z-index:15014;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:18.6875rem;width:12.8125rem;top:15.718750476837rem;left:47.187498092651rem;overflow:hidden;display:block; }
#om7w9gf0gIpKM3NF9oKCNODndHxOXzeI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#om7w9gf0gIpKM3NF9oKCNODndHxOXzeI > .row .container { background-color: transparent; background-image: none; }#om7w9gf0gIpKM3NF9oKCNODndHxOXzeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om7w9gf0gIpKM3NF9oKCNODndHxOXzeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om7w9gf0gIpKM3NF9oKCNODndHxOXzeI > .row .container > .video-iframe-container { display: none; }#om7w9gf0gIpKM3NF9oKCNODndHxOXzeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om7w9gf0gIpKM3NF9oKCNODndHxOXzeI > .row > .video-iframe-container { display: none; }#om7w9gf0gIpKM3NF9oKCNODndHxOXzeI > .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); }#om7w9gf0gIpKM3NF9oKCNODndHxOXzeI > .row .container { border-width: 0; border-radius: 0; }#om7w9gf0gIpKM3NF9oKCNODndHxOXzeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#om7w9gf0gIpKM3NF9oKCNODndHxOXzeI > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:60rem;position:relative;display:block; }#gGxOsTVDov02tEqpfD0uvvI8PhTPTrXc { color:rgba(var(--color-tertiary-0),0.7);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kKdCClz5U8APKKuKb9N458vLTiLxcKi4 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:2.8441375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I8MXLL0gqgbzd1daffRXAD1qJ4xXMaii { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:6.625rem;left:27.5rem;display:block; }
#NamgE0fBteXTlTtck7BWfhXklnJb2f45 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:8.5rem;left:3.0625rem;height:2.99765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#glasnlLowWqI7wFvHnl4r3kh2vhJdU2w { box-sizing:content-box;color:#5d92ff;font-size:3.6875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:13.375rem;left:23.4375rem; }
#glasnlLowWqI7wFvHnl4r3kh2vhJdU2w > img { max-width: 100%;max-height:100%; width:5.3125rem; height:5.3125rem; }#oTOUV6GTysWw0f87gFEiAc9bFvsftNVc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:13.375rem;left:31.5625rem; }
#oTOUV6GTysWw0f87gFEiAc9bFvsftNVc > img { max-width: 100%;max-height:100%; width:5.3125rem; height:5.3125rem; }#p6obHc8kO1b85NnfnNhE7wvNT474mCGD { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:20.625rem;left:0rem;height:1.498825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d9ded47-e446-48b8-965b-a2513014f754/tlo_z_pizza.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo.adaptive-delivery-prevent-bg, #diDwAH5lFOGT5KmUiZMq3L521TWrzmCo.lazyload, #diDwAH5lFOGT5KmUiZMq3L521TWrzmCo.lazyloading { background-image: none; }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .row .container { background-color: transparent; background-image: none; }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .row .container > .video-iframe-container { display: none; }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.6); }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .row > .video-iframe-container { display: none; }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .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); }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .row .container { border-width: 0; border-radius: 0; }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo::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; }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:60rem;overflow:visible;position:relative;display:block; }#SMhGfcEvFM9mRvs11io3aznbTZH5XgTz { 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:13.75rem;width:17.6875rem;top:7.9375rem;left:35.875rem;overflow:hidden;display:block; }
#ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.125rem 3.75rem rgba(var(--color-primary-3),1) ;height:26.1875rem;width:20.1875rem;top:5.3742218017578rem;left:8.7492179870606rem;display:block; }
#V2PTnyRwmcbSu0W0GKod7s6Qcn6I1FfS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:22.875rem;left:46.125rem; }
#V2PTnyRwmcbSu0W0GKod7s6Qcn6I1FfS > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; }#OqwCiJzfdJaJg98ZDHEfcfwKNOBkOG0x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:23.125rem;left:50.6875rem; }
#OqwCiJzfdJaJg98ZDHEfcfwKNOBkOG0x > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { color:rgba(40,40,40,0.7);display:block;width:24.6866875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:9.9996109008787rem;left:6.4968719482425rem;height:21.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLdiA49ICrpxt19wFX2XXsCVay3Ed7ii { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.12421875rem;width:4.99921875rem;top:8.935546875rem;left:16.341796875rem;display:block; }
#oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { color:#282828;display:block;width:15.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:5.3742790222168rem;left:11.058982849121rem;height:2.8441375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vEtHDkw8KLWBbdwl56QaenVtJevpBDn0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-primary-3),1) ;height:12.5rem;width:12.5rem;display:none; }
#hqDG6TAVArE79T9kGpukL70fEvpmtDrU { color:#282828;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uz39PCg8se2Rtq6uwsnRFZrd3AUUrpyh { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:4.625rem;left:27.5rem;display:none; }
#oykOvT6qVM42BalO92XMQsKAAR1ekEso { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0rem;height:3.2484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c33xK1hSdaohUsLxkq4IVLUoUJQPTAM8 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:4.6875rem;left:27.500001907349rem;display:block; }
#zJewtArHpJfXOKD6nMMdNuEe8bSLFvR1 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:32.875rem;left:0rem;height:2.8441375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IAP6tuCwgZv23fc2qLXaJfLn18GkR1Gm { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:36.625rem;left:27.5rem;display:block; }
#OFVUkqT1vhW60VqyAn9GuCrDBqyTRhbN { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:38.3125rem;left:0rem;height:2.342575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-form-header {  }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-regular-label { display:block;width:21.6875rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#161616;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:21.6875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-primary-3),1);line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:0.8125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:2.9375rem;width:21.6875rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-primary-3),1);line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:0.8125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:21.6875rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#161616;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:12.1875rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:bold;text-align:center;text-align-last:center;font-size:1.0625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;overflow:hidden;text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);box-shadow: 0rem 0.0625rem 0rem #720000 ; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc [class*="-text"]:-moz-placeholder { font-size:0.8125rem;font-family:ubuntu;color:#d6d4d4; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc [class*="-text"]::-moz-placeholder { font-size:0.8125rem;font-family:ubuntu;color:#d6d4d4; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem;font-family:ubuntu;color:#d6d4d4; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem;font-family:ubuntu;color:#d6d4d4; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:55.875rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#fbf7f7; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:9.96875rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#161616; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-container:first-of-type{padding-top:0;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-container:last-of-type{padding-bottom:0;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:57.4375rem;height:auto;left:0rem;top:40.0625rem;z-index:15021;position:absolute; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .radio-container { width:22.3125rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#161616;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:57.4375rem;height:auto;left:0rem;top:40.0625rem;z-index:15021;position:absolute; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #AdExoRToxxHQHxIhOWdLr1BAJtmVRxZi { position:relative; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #qNhkOqkOBgtELiqlqIKNFusioLuD7Jbh { position:relative;display:none; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #bG0mKE9ubcCw2E5LvqIo0qDcWbTkFv5v { position:relative; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #X0J6heRtDt2xyk3MIFJmH10VRf4N0qsR { position:relative; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #oxTHHqwCyBLg7EDKe28JTZAT6eIm2XIG { position:relative;display:none; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #e5NplhzPVzVug7aggQ834tEpubnpptdl { position:relative; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #vLdzHVoprUEBDd7GtITarfTKiIlJWvcP { position:relative; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #H5cv9DMOtsGsBTJo1lS24De3fp3WN5W3 { position:relative; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #OSaHb0ws8Jp0CkyenvCXTrTxSHvrubtm { position:relative; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #dJHlrEm6ntqGnIAJk03Quf198XPHyFzi { position:relative;z-index:2; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #hJTi9ZTLw5K1BBFHvE9TBiXi9olTn979 { position:relative; }
#JmtTQZVXgaEUxgfnJ5OeTpPetgXBNgcV { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:32.875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#N1aKnczST8rnwpqRV3LGroEMybdBZa0l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);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; }#N1aKnczST8rnwpqRV3LGroEMybdBZa0l > .row .container { background-color: transparent; background-image: none; }#N1aKnczST8rnwpqRV3LGroEMybdBZa0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1aKnczST8rnwpqRV3LGroEMybdBZa0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1aKnczST8rnwpqRV3LGroEMybdBZa0l > .row .container > .video-iframe-container { display: none; }#N1aKnczST8rnwpqRV3LGroEMybdBZa0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1aKnczST8rnwpqRV3LGroEMybdBZa0l > .row > .video-iframe-container { display: none; }#N1aKnczST8rnwpqRV3LGroEMybdBZa0l > .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); }#N1aKnczST8rnwpqRV3LGroEMybdBZa0l > .row .container { border-width: 0; border-radius: 0; }#N1aKnczST8rnwpqRV3LGroEMybdBZa0l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1aKnczST8rnwpqRV3LGroEMybdBZa0l > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#HSqyKfbK5pTCLNuSANGupbhZOPuFg1ln { color:rgba(var(--color-tertiary-0),1);display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:0.5625rem;left:24.375001907349rem;height:4.21875rem;text-align:right;text-align-last:right;display:block; }
#uzGGumXHkC6b7MpeZpGugPOtlqLX6itB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#uzGGumXHkC6b7MpeZpGugPOtlqLX6itB > .row .container { border-width: 0; border-radius: 0; }#uzGGumXHkC6b7MpeZpGugPOtlqLX6itB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uzGGumXHkC6b7MpeZpGugPOtlqLX6itB > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:60rem;position:relative;display:none; }#TvbvRqkGlZAiO9y4u4WkdxCcKIukABf8 { color:#282828;display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:3.674259185791rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UIeNvE2frVdvm3TFFnftlr5dzVf8x1lE { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:7.0000030994413rem;left:0rem;display:block; }
#GhNNXkumgTfe8ht2fz94XW3TkOUh4FWq { color:rgba(40,40,40,0.7);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:8.5rem;left:0rem;height:3.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I2mUJwmzCZKSkmILntM3E6av7anSHXCD { color:rgba(40,40,40,0.7);display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:18.6875rem;left:0rem;height:9.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#txNNC5e4IHA3W3xC7X0QCD3k59Ll1w2k { color:rgba(40,40,40,0.7);display:block;width:52.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:13.4375rem;left:0rem;height:3.2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x6fs1spzIHZmAF36TrCBbabTduX8pUXe { color:#282828;display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:1.6750001907349rem;left:9.9375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aub1BMAyTJncN64rWrpBoHtOUQmlT4oZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#aub1BMAyTJncN64rWrpBoHtOUQmlT4oZ > .row .container { border-width: 0; border-radius: 0; }#aub1BMAyTJncN64rWrpBoHtOUQmlT4oZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aub1BMAyTJncN64rWrpBoHtOUQmlT4oZ > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:none; }#QKUJTKwvKT7DeeTapCMfyBy023fTT4mn { color:#282828;display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OkhJWqTvggPFpxf61IGdH20GRWQZPtPw { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:4.8125rem;left:0rem;display:block; }
#ykfhTtXN2uAGLAlfvfJTfO7BqorW0CZH { color:rgba(var(--color-tertiary-4),0.7);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5rem;left:0rem;height:9.725rem;text-align:left;text-align-last:left;display:block; }#ykfhTtXN2uAGLAlfvfJTfO7BqorW0CZH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ykfhTtXN2uAGLAlfvfJTfO7BqorW0CZH li:before{  }
#NoZ1wUzR0ux67oq8gxBZ5JJUGEmEpWkv { color:rgba(var(--color-tertiary-4),0.7);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.35000038147rem;left:0rem;height:7.8rem;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; }
#qWhzX04dSJilAZ2ck7lffm7TOBBwCCkN { color:rgba(var(--color-tertiary-4),0.7);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:28.75rem;left:30.0625rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }#qWhzX04dSJilAZ2ck7lffm7TOBBwCCkN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qWhzX04dSJilAZ2ck7lffm7TOBBwCCkN li:before{  }
#X5co44hwLIb6CfzxrZ4Tq24346lAqJ0X { color:rgba(var(--color-tertiary-4),0.7);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.6875rem;left:30.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }#X5co44hwLIb6CfzxrZ4Tq24346lAqJ0X li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X5co44hwLIb6CfzxrZ4Tq24346lAqJ0X li:before{  }
#gLTUoNtwfxxH0PCOJSFW1nU68346zKpm { color:rgba(var(--color-tertiary-4),0.7);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:22.5rem;left:30.0625rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }#gLTUoNtwfxxH0PCOJSFW1nU68346zKpm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gLTUoNtwfxxH0PCOJSFW1nU68346zKpm li:before{  }
#Bqs7NQtgvbf1mpZRUA6ndcTF9JU2kQtK { color:rgba(var(--color-tertiary-4),0.7);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.375rem;left:30.0625rem;height:9.725rem;text-align:left;text-align-last:left;display:block; }#Bqs7NQtgvbf1mpZRUA6ndcTF9JU2kQtK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Bqs7NQtgvbf1mpZRUA6ndcTF9JU2kQtK li:before{  }
#FOKkAp4MOnCmCtUnUiyGFTpWF1GZvOpO { color:rgba(var(--color-tertiary-4),0.7);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.3125rem;left:30.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }#FOKkAp4MOnCmCtUnUiyGFTpWF1GZvOpO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FOKkAp4MOnCmCtUnUiyGFTpWF1GZvOpO li:before{  }
#lXCFsT03Rv57OCrT8QARHLmS83iRnC3Q { color:rgba(var(--color-tertiary-4),0.7);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5rem;left:30.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }#lXCFsT03Rv57OCrT8QARHLmS83iRnC3Q li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lXCFsT03Rv57OCrT8QARHLmS83iRnC3Q li:before{  }
#DBv9wMZhhSXz2kAAsb9FMaWbT0oBWsGq { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:4.8125rem;left:29.9375rem;display:block; }
#GJovXmKDfDUieB9d5UGrroFUHl8RlLGK { color:#282828;display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:1.4375rem;left:29.9375rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eyNlAICeXr5T830HgkAvc6d2KskDs8GH { background-color:rgba(var(--color-primary-2),1);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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:27.962500572204rem;left:5rem;display:block; }
#Hh08bo4cwxFycOKrNvLuTpDiClCxtbTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kTn1PLDeU1LRftayE4KxSGyDzbBsEFXP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#kTn1PLDeU1LRftayE4KxSGyDzbBsEFXP > .row .container { border-width: 0; border-radius: 0; }#kTn1PLDeU1LRftayE4KxSGyDzbBsEFXP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kTn1PLDeU1LRftayE4KxSGyDzbBsEFXP > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:none; }#B49IdaoTKR2xSh724A7bKTeruGQLMzdf { color:#282828;display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HzrzibUzTnrAi2WD85fufxFpnPnvZM33 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:5rem;top:6.4375rem;left:0rem;display:block; }
#feGVCB69GRqQWHQbzn0iJBmJT46Br2L9 { color:rgba(40,40,40,0.7);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:9rem;left:0rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eTG9THCRwW0xXf0mCPeWV7O0zzdLwdRp { 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:27.25rem;width:27.25rem;top:6.25rem;left:31.375001907349rem;overflow:hidden;display:block; }
#PfDSZB0Vr3S4QLPsuH2TOZrvpSHripDF { color:rgba(40,40,40,0.7);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:13.624218463898rem;left:0rem;height:16.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BPJL5T68rZRzg2FJS022KHOxn5CuRXwN { color:rgba(40,40,40,0.7);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:36.750000476837rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kaRNOGGfMxX2JV8EKnCSFivDbigWlL7b { color:rgba(40,40,40,0.7);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:16.9375rem;left:0.625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Mxa8icDaTcnWH9HsOnXCZ8fi24aLdvLy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.0625rem 0rem #720000 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0rem 0.0625rem 0rem rgba(114,0,0,0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.837500095367rem;left:6.96875rem;display:block; }
#DnQPDZK1Tlh3XWmkvFSlXsBpsHBw1zad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k2ukNsRnP7gwIg2uForVTS1fmrkt75WR { color:rgba(40,40,40,0.7);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:26.299999713897rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHG4SZahfpQMwutu4IiPrLxNqtGDwu6q { top:5.8125rem;left:23.75rem;width:24rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDXoDT95xZm35mPBJrrcRf5qMpXDa3s1 { width:15rem;height:3.125rem;top:31.875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvZKLEg3gWuvmL2DuIENe5x343F54XOg { display:block; }
 }@media only screen and (max-width: 763px) { #HN116KRkTGWF4R3GZEGuDdd9GizsirID { width:15rem;height:3.125rem;top:27.6875rem;left:29.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbakVeWzP2QAsLiAGn8xg9mFH1JTl9Za { display:block; }
 }@media only screen and (max-width: 763px) { #CHt93blukQlyuOlRUulRkn8ILnwT6MKX { display:block; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSGmtNW3Xn2ylVUmeS1p7sQ8htU07ORt { width:30.0625rem;height:2.8125rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lembd7lRpUoJFxMKrGpLFkZ302FAu6rR { width:30.0625rem;height:;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7GOdm7GavKpywmQclJLhmMzrVNUmMIT { width:5rem;height:0.125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgOxdx6CRkKPzeLdZH7Kvw5JMUTw5TgA { width:24.6875rem;height:6.375rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgH3k33uWwT5Ll5Iui7wEaCvR8XQOmxR { width:25rem;height:3.75rem;top:21.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpPrd8zb5bJLDmCf8dnL2c4aUVqpDMyg { top:1.5rem;left:24.687501907349rem;width:22.25rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxTvQn4lJS6WIG4lb5OozZZe4msE9FIv { display:block; }#lxTvQn4lJS6WIG4lb5OozZZe4msE9FIv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdTDyZ925UpTuLbofX4ClNZ0KbE0D1uL { width:30.0625rem;height:2.8125rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwLtqGcnHRxUvKFFeo4cla0tlXLwVoHG { width:30.0625rem;height:1.1875rem;top:5.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8FFRech54xOoNsTOv312TQJA5r1a6eT { width:5rem;height:0.125rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Wzsc4kr4kvUoTTsv7SRdROO2LD1ElK { width:25.9375rem;height:17.5625rem;top:8.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM7lRKVxHm4gf6J3cGinXC528rHNNEnX { top:8rem;left:10.875rem;width:13rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmZByTKMP21HvoV0imD2ly33psthULGn { width:16.5rem;height:12.3125rem;top:17rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr78ksf2KzpUTo9JnyzvX22OfvayDFxD { top:5.625rem;left:39.75rem;width:8rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TozIxt5VM9V9OlU4794qAm4aDMoIMbQK { top:5.625rem;left:34.1875rem;width:8.125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfEVUQTJyqklVH81rNAm1zCFpoebtxno { display:block; }#lfEVUQTJyqklVH81rNAm1zCFpoebtxno > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtMLaDnCUdxeK566cy3g0vgo3e5SZCIs { top:41.4375rem;left:0rem;width:46.6875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPnBvsLzrF1BT3VpI8vzHUKAsIQEhFtw { width:26rem;height:1.5625rem;top:43.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esAsUQygtBUUByqh99JP91zBzT69BDbl { width:37.4375rem;height:3rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOiRBTpQglvcIrSMXywcNl2U0X3Zz3A { width:47.75rem;height:2.8125rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ5HiRGT7gbmnIb00u0hWZTZqWxd676n { width:5rem;height:0.125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #feHwqT4ipPWBZTvc7MQfrDncvZKa2BxK { width:31rem;height:3rem;top:48.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfqDFWarFG4IGG3KWQ4GWTTpvlSvUtgz { top:48.625rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNapS1Ci3KT3taT5d45uXixHyikFJNVQ { top:48.625rem;left:27.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTALN72QbwPGTxTPXU79qlsizaFdVOk2 { top:14.875rem;left:0rem;width:46.625rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuxWCOaiBt3PdL3kkwFMoqu1hwNUcvQW { width:46.4375rem;height:3.75rem;top:15.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8urZ2rblyRu7XqrrrEreuZCtzU4pk39 { width:17.375rem;height:1.75rem;top:20.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI05rEuimQhcw828EFJszQyT8ZRz7bxD { width:25rem;height:1.5625rem;top:24.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNFFvyAXsymkTmwU7G1rTbDx532vmdxZ { width:17.375rem;height:1.75rem;top:34.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfyNPliEqONi9O2EfzooBpqlCWTJmkwL { width:17.375rem;height:1.5625rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hivwURPvntZaJRUoOxaxvSzA5CTTDtn6 { width:45.5625rem;height:1.5625rem;top:37.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJVfJPaKG9u1Tn3NGwqsSKO14PfngR6B { width:17.375rem;height:1.5625rem;top:35.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvXOTT88Uc3ZVdtk5Fxd2BpCvlIVKpAk { width:17.375rem;height:1.75rem;top:42rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paKmRoOKThHqhOMtA9h04LNwFaIegK2T { width:17.6875rem;height:11.1875rem;top:27.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #thrsRcifyzvTD8m0p9618Ln71pAdFiaz { top:20.3125rem;left:25.67421913147rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsruh4bWLRs6ahPwG39U1Nk70uUJ1R4d { width:25rem;height:1.5625rem;top:27.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HScMPdyhOH0wvWUcHD0ToTuwkmN3GbqH { width:25rem;height:1.1875rem;top:25.75rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKP3q9SSdiXbD5XVO6DULmNRUHrNFdb8 { width:25rem;height:3.1875rem;top:30.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuemyyxxzTT0HKiBOa3a34T3TBLTu8vQ { display:block; }#iuemyyxxzTT0HKiBOa3a34T3TBLTu8vQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRSvQ0DeDof7gwokNdbRbQ2NSCWZeaii { width:30.0625rem;height:2.8125rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4mchhJQVZThxAMk8rLHxkPpyvHt9uTq { width:5rem;height:0.125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGIpHSyk17RHcPAZDVrsEDfLguaoeqgJ { width:23.625rem;height:22.375rem;top:7.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqX0sGcQR4skcSP8Awm7niLUuhxAk4RG { top:5.1875rem;left:20.312501907349rem;width:18.125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #diivdVSzzdL6ZLvovTJNIu1UdXZCpbWe { top:19.125rem;left:20.312501907349rem;width:18.125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3GyPlG3mTBgz71vtiZ8Ak7ccs6Ky1hi { top:11.875rem;left:33.375rem;width:14.375rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ4hX8SoM3ulZppqAOFeFwkAsIbixwqZ { top:0.8125rem;left:33.5rem;width:14.25rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVy3xmo5u2rm8rRohOAstkRpt474Stub { width:15.125rem;height:3.125rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeubTQuVHeUPiVF07od90BSbCkhcTq7t { display:block; }
 }@media only screen and (max-width: 763px) { #x9qkMqinVSg2Xvm6TwdJsCxsAm5uTtNJ { display:block; }#x9qkMqinVSg2Xvm6TwdJsCxsAm5uTtNJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wLTLLPCm6XlGbwbmGzF015oivIRmfxSV { width:47.75rem;height:2.8125rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbWXC8D89dntTk5NeTrX98ILnDxxnrFx { width:5rem;height:0.125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3SrFvryNL34AhmmXTAF433t6CyrJ1Bu { width:31rem;height:4.5rem;top:6.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXZS4GXrVVNZK2kQL2TG05KUBp44OWGN { top:2.75rem;left:29rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaHQhTXtx6QlD8SgMtrK5m0EXl8NEkab { width:31rem;height:2.25rem;top:13.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2rZpQhhKXX8pZW9TmuFUvOcrpLB0JJg { width:31rem;height:3rem;top:16rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI { display:block; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fh3Q5IykU5TcXpTLVlvL9BkZwU1c4SVT { display:block; }#Fh3Q5IykU5TcXpTLVlvL9BkZwU1c4SVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOi5IofPMx30bAndy3nfvdyVqcIMTpXJ { width:20rem;height:2rem;top:0.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erz3J6sNVqnCZmc6yBrILIZnyISNWAib { width:6.8125rem;height:0.9375rem;top:2.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSUC003ah9QFH22QXQqrwKIvFeqBwfl9 { width:5rem;height:0.125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh5S5d4QThLhzNavRHi0QcmdydyMec1e { top:6.5625rem;left:15.875rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwP2f4G2fH7HSTNAZ9EyXW5EcVpgpecr { top:6.5625rem;left:31.75rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jn3PTwwt4hQpUCKqBx5Bbt2xxbcXDxqJ { width:11.75rem;height:3.125rem;top:14.8125rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTpWxSwudPqaaJW90SfpxI89IPTrkAk3 { top:12.9375rem;left:0rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #loMrLz9rT61fCO83aWkkv3O8yoWbSNWL { width:10.875rem;height:1.1875rem;top:13.4375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZeGgbKPreqpxbeWQ7tTsLAIQRWSrtdc { width:10.875rem;height:1rem;top:18.3125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIdxH5pNy3yLb3RakpRWpTrIgmzB6PWz { width:11.75rem;height:2.0625rem;top:8.4375rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCzHAr7dIfpZWwTlyL2CPnCBLCpnTdsT { width:10.875rem;height:1rem;top:10.9375rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rteg2MHaeA0nX2MsOAyAnE2pZ1r6bqoL { width:10.875rem;height:1.1875rem;top:7.0625rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxgwQLyytvqcAv37SEduBC80kLfDyo4n { width:14.1875rem;height:2.125rem;top:8.4375rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfpb5NeZQ91mcIR1xom5hiJoQORTChg2 { width:10.875rem;height:1rem;top:10.9375rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #swKev3c7g74FCnaItIya1Nq70SgFTrnC { width:10.875rem;height:1.1875rem;top:7.0625rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCUkVcDp8T592tVKCNBPqEwUnrQ7nrJ9 { width:10.875rem;height:1rem;top:18.3125rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyDp7zvbENy78WaJbWXcDVbsA1KoerZX { width:11.75rem;height:3.125rem;top:14.8125rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf3m75tbO4py4C3uN86wrS4cPT2CtagI { top:12.9375rem;left:15.875rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAlJcLO4BRleApy01L4iu4swoNxxTLsH { width:10.875rem;height:1.1875rem;top:13.4375rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk4NG9HNJz9DvtAFRSdtiPbNEwioeu8x { width:10.875rem;height:1rem;top:18.3125rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7UWMkq894xs1isfXOQic6aQQQO3WhDD { width:11.75rem;height:3.125rem;top:14.8125rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXKL6G77sTdyLUxwEkm6N3Q3VW4OAQ1D { top:12.9375rem;left:31.75rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwCTzxeK5XJMredEc5yL9txWR1L5kmw1 { width:10.875rem;height:1.1875rem;top:13.4375rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJIzILZRFmraZlX1bZPGZyoeA6Bw3TXp { top:27.0625rem;left:0rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #engbwz6GO8PViUrFlXQKxO4QmJbez5Q2 { top:20.1875rem;left:0rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7rfmcNy3cyGRrfwna6OUaMXeV12zcMo { width:11.75rem;height:2.0625rem;top:28.9375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdpx1rGELlsnr9eRivzKZ2WQfuNfimoH { width:10.875rem;height:1.1875rem;top:27.5625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwGKFk2yJXrWLcGZ1lBB0HT7mU8t32WK { width:10.875rem;height:1rem;top:31.4375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCLnmToTN7aDMrA8JwcbZiQWC7urNvbG { width:11.75rem;height:2.0625rem;top:22.0625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxMTvxQQuTKPdxMSkt6WsIGPKLCu78S0 { width:10.875rem;height:1rem;top:24.4375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVyCuXvul7Pae5VLv1R9B7saUNot4kKI { width:10.875rem;height:1.1875rem;top:20.6875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETOHlqQvrdeNv7wnDmeayxLAMpvOaZSa { top:20.1875rem;left:15.875rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm8fSRJkIKBz7VS4wFLdZzL95WzKF4by { top:26.875rem;left:15.875rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS64PDk7GzfK9vHOUcyCeiZWPJ6booT2 { width:11.75rem;height:2.0625rem;top:22.0625rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akV7DZEasDk7BwGgvbprWonL6bZSfMIn { width:10.875rem;height:1rem;top:24.4375rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTUEfxo8X8Sq6KIP3kNcpmccQXT9s8wg { width:10.875rem;height:1.1875rem;top:20.6875rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd42VTPs9SUlvDygfXUiQw2PGx7g19R4 { width:10.875rem;height:1rem;top:31.25rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #heFOiVEHFIaZuvesx6qsHs9icAkEqQKd { width:11.75rem;height:2.0625rem;top:28.75rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnqgIPZEP34FoR0FcKgPEzu9IzFHiZ32 { width:10.875rem;height:1.1875rem;top:27.375rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1rUBsrOw0Oc9C19fzMrB0CLEKJRXyZx { top:20.1875rem;left:31.75rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcD66N0srFIlp8zLk5Ue3GOWrWybUdyi { top:26.875rem;left:31.75rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNviZ2TPZN3dF02xok63t4XiuX9RbntV { width:11.75rem;height:2.0625rem;top:22.0625rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phOS7PPo8hzDWFJpxGqn4vl1h75X1P0C { width:10.875rem;height:1rem;top:24.5rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #plsbkXqF9PgoNT1nNdTdOo6BoBco0roR { width:10.875rem;height:1.1875rem;top:20.6875rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4W3hCMUTah5H5CTC4WxACAL1TQpzVoT { width:10.875rem;height:1rem;top:31.25rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaGIhMiEMxD2QuJ5ZqfzcKtgxw8wiUh7 { width:11.75rem;height:2.0625rem;top:28.75rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3mS4T5UywbD4XL6edakDXX8xxTBks8d { width:10.875rem;height:1.1875rem;top:27.375rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLhOkRKyuJof6Ro9gHA7QxAV0HUB0C0Z { width:11.75rem;height:3.125rem;top:42.75rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBc1t4x05lUdEH6Dh0mAfdXITdQ1MJN3 { width:10.875rem;height:1rem;top:46.375rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i03FLftxJGEctvD98cw1vFc3cTQC5T7N { top:40.875rem;left:31.75rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rONhuMK4Z3F3XmoLtGh3RKQGzTn9Tbtt { width:10.875rem;height:1.1875rem;top:41.375rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC7l3fTxQPeexqC6aDKI7VOJPEc2NDex { width:10.875rem;height:1rem;top:38.9375rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zewz2R6zTGexGcVyZIxlJ7Gg9VWAx4C0 { width:11.75rem;height:3.125rem;top:35.4375rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVvIGRmLzhwT80Vu2UumSoFlvRdVaIxn { top:33.5625rem;left:31.75rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctRaSnQOHvFWKhcqHy6uIwUEuxmxliIT { width:10.875rem;height:1.1875rem;top:34.0625rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdTJhWJnr8lJ4OEenUTZoE2tJotE4zWT { width:10.875rem;height:1rem;top:38.9375rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpiCwXTGS2hIdJL0uDluxCacyconksNZ { width:11.75rem;height:3.125rem;top:35.4375rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O22XhBxudvh6vIWZDqHlRumo0pseKuV6 { width:10.875rem;height:1.1875rem;top:34.0625rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEBvfw2VAblJ7sTTwevRBmITCrHmwW9Z { width:11.75rem;height:3.125rem;top:42.75rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPNdmhJp6hPpSbnpgADzoq11l9d55JV5 { width:10.875rem;height:1rem;top:46.375rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCTlZEabqz1TcGcovI2tW5yer7I6pLMU { width:10.875rem;height:1.1875rem;top:41.375rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNLTxc3GiOqFFzws1nX2uswchQdNRXFV { width:10.875rem;height:1rem;top:54.25rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdZKk7VAfE4k4Fo8PloKlLkWKVhUGpRP { width:11.75rem;height:2.0625rem;top:50.5625rem;left:20rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Kd2oSV6k7vpOlt7gZkKsoGGevgGu24 { width:10.875rem;height:1.1875rem;top:49.1875rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFNGXQBC9WpST6TRd4PVT9CTPhJc8Xga { top:33.5625rem;left:15.875rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HW5qUJEosQ001NzgC9qbHs9Bvfbs4cTa { top:40.875rem;left:15.875rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltHWqMDAEhwftninEgyveongAgpQAKkE { top:48.6875rem;left:15.875rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyM74XiW1VUuibNTdkvTktanGGkzazZw { width:11.75rem;height:3.125rem;top:35.625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v57IlFlpB8es9Ba7iAIuJCZImGWSskXU { width:11.75rem;height:3.125rem;top:50.625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLVZmXVTIfpvhGRtdPDwfcXmnSeibyOa { width:11.75rem;height:3.125rem;top:42.9375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm7lVviroiwgnFqGNfa8ZE9CJSiV9lat { width:10.875rem;height:1.1875rem;top:34.25rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgypW229KIF3V46zsm3W2fLs8bzkOVno { width:10.875rem;height:1rem;top:39.25rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJIWcHsb5nkAQJVOmM4uRucwRWZsTzIk { width:10.875rem;height:1.1875rem;top:49.25rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsykKEG2RMTvBZm505tlzN7S4Z72wJRv { width:10.875rem;height:1rem;top:54.25rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoaVPGwbx6wxachSAofu660U7XVdCwZK { width:10.875rem;height:1rem;top:46.5625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfqxqcyfCLF5fB5lflIhryyRErSL7Co0 { width:10.875rem;height:1.1875rem;top:41.5625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP6ftkXc4lXOqqE7UXarRx1St9zqulSP { top:33.75rem;left:0rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov9554Gl43vQLFtvmEl4yspQVDh35inB { top:48.75rem;left:0rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNTEGrzoUSPpMsHG86Zd3gDyhaCpkgBm { top:41.0625rem;left:0rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuOxROrVrbK7iXxCrx9PItLhK6yA8ykH { width:11.75rem;height:2.0625rem;top:8.4375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlLSmDGKxQWLtv6fkCZma8lp0nJnLAA9 { width:10.875rem;height:1.1875rem;top:7.0625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhf1yOTD9ptDXpx8pidZhNxKZdw2DNgF { width:10.875rem;height:1rem;top:10.875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq5OXFcQrUqiTzkab9X6437rO7amB8IP { width:18.75rem;height:1rem;top:62.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sb4g9ZVwgk0BaIgNcVb2Cm1TIBMEM6Cb { width:18.75rem;height:1rem;top:58.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3GEs6fxk8sZHsuixl5hpC7puKKy2HL7 { width:18.75rem;height:1rem;top:96rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUgT8mBQPif9UirL7yXdSuxWMWmXqEh3 { width:18.75rem;height:1rem;top:108.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #izuoJB6TT0no6R0zMToMoTBqcAoZL9vi { top:6.5625rem;left:0rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STBgXOsIFA4g0iB4ap0kULAbTIHlqknV { width:10.875rem;height:1rem;top:54.25rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpegEEFApN99t6wTXC2ekZW3QXo2OEZ3 { width:11.75rem;height:2.0625rem;top:50.6875rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K56XzHXTk0VXTXKHe2oR6Dna6kcmQ3Fr { top:48.8125rem;left:31.75rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9Z8TkTLTwmlg6ZbbI9ZWTLTXoEDhus4 { width:10.875rem;height:1.1875rem;top:49.1875rem;left:36.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5JScs9UTaHuPy9l2UFcNAfzEVPWSAxT { display:block; }#d5JScs9UTaHuPy9l2UFcNAfzEVPWSAxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aHwCoef7HyJu9ge422NCzOcfZIxTSRhs { width:2.75rem;height:0.9375rem;top:2.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymTrZe58cszNGASCLTMT6RPgCR5EOexg { width:5rem;height:0.125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRuXQ8XIJPUsEfmgcdLnJrgCPMofVnla { width:11.0625rem;height:2rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WziJ6BLguyAIShOTfHtpUpLZ60MxibDf { top:6.8125rem;left:0rem;width:8.1875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8WWU0wN4ptiCA1CGKVTwdVVyg8hOB9O { width:10.875rem;height:1.1875rem;top:8.125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k725B65S6nOPsqdgMsIqXGeOCEAggx22 { width:10.875rem;height:1.1875rem;top:9.375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR6RifOexIyCp2Tz9ROz9IyhLshBcQ6Q { top:14.625rem;left:0rem;width:8.1875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCE6asgFGm6nefIZasktP6XRV1KOSAxk { width:10.875rem;height:1.1875rem;top:15.8125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUNi3St1t9sQvdaPTsvfKoK75ndsRsfV { width:10.875rem;height:1.1875rem;top:17.0625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGlRBdWpxb6ftWkhVtaQcHiOB5B5qNtb { top:6.8125rem;left:15.875rem;width:8.3125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfBNdAPztUMFnbTsHLXqwrpbLzLxb8MC { width:13.1875rem;height:2.4375rem;top:7.75rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umJl20MiO7w1DIyGZebTIsylp2TxQR9X { width:10.875rem;height:1.1875rem;top:10.375rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7K9f9cWsF2yuCMotZ0ewvHEgJtT0WVx { top:14.625rem;left:15.875rem;width:8.375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAXROTmg4FIMycwwpXChd4rKsTfFclrf { width:13.1875rem;height:3.625rem;top:15.4375rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5hrpxuPsOl8P54xmLTfTtAw24UXwplR { width:10.875rem;height:1.1875rem;top:17.875rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4dkA15uyw41U2h6GNmNgPdDDpTsynpL { width:10.875rem;height:0.625rem;top:21.125rem;left:36.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwtzPOhdw10eGVVzTRK8Vi2ptk7Ay9Nd { display:block; }#QwtzPOhdw10eGVVzTRK8Vi2ptk7Ay9Nd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmFoqerdFQdBhGSWiVZLFqhlDaUuf5y0 { width:5rem;height:0.125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRBG1N74oeLq28UOEWItp8SRfQ62W7Ei { width:9.9375rem;height:2rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUKTeIoOAZyQOShGq88GVhxgooT0d6vh { width:3.0625rem;height:0.9375rem;top:3.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu20fMLThNVekWa9D5P9oVElohRFLzp9 { top:7.5625rem;left:0rem;width:8.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH0S2X9AOoTb5zPQesiZ2hGVQB8dt0M5 { width:13.1875rem;height:1.1875rem;top:8.75rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtcEQK3TF870BkgH44x7BCLvnkmMPRtD { width:10.875rem;height:1.1875rem;top:10.5625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3TiWecHD3C0xkMhAUxTml6v8vrwoy5U { top:7.5625rem;left:15.875rem;width:8.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTv42sIxzpMolCwlwOqhOieUTVOllVQO { width:17.375rem;height:2.4375rem;top:8.125rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQOHhD76qQbn7sg6GE4mV8qtoaiPt2Ae { width:10.875rem;height:1.1875rem;top:10.6875rem;left:20.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncQGLiWMHP4iI4ISkvV0ZJwmBq1yi2QF { width:14.8125rem;height:3.125rem;top:16.375rem;left:16.406251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqDBGrORa7kWTDGLaQADuUcpoBNJGJqw { display:block; }
 }@media only screen and (max-width: 763px) { #Ho8comX9WRbpgB4XXh3O3kQTc4MgVRpi { display:block; }#Ho8comX9WRbpgB4XXh3O3kQTc4MgVRpi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b33ieiIlqmAwGSzST4CyR7Ar11Xd0AGQ { width:30.0625rem;height:2.8125rem;top:3.1875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDcR6BlTgw2siPkrMCQ7MvKqGG8udXcM { width:24.5rem;height:4rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhro9U9ftB3Cbs3bfC8ETT1AzqxssiA8 { width:15.125rem;height:3.125rem;top:15.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1zwqgaNpS7ufRsClsngibV3PUGdDd02 { display:block; }
 }@media only screen and (max-width: 763px) { #dMAhyqb5sD2iFy5wgKToLw8Ifo13CXhi { top:5.1875rem;left:23.875rem;width:13.5rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFwalFJLCS6yDvyTth3LydhuyRhKbZRP { top:2.625rem;left:34rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItVUi4BuTXbMXNlBpLlTruthDXuooPOq { top:16.8125rem;left:34rem;width:13.75rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5o55xZwUkkzmal92EShtbw0PMUnRDyT { display:block; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUz2enlNV954v0kc58yDT1c2epoDOynP { width:42.8125rem;height:24.0625rem;top:1rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b { display:block; }#KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIwnhe8z2s7dhlfqifE89MOBPGDcPCRk { top:27.4375rem;left:0rem;width:18.75rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtsoWxBZBqacPiscR87dF8dq32JAwAz9 { width:17.5625rem;height:8.4375rem;top:11.125rem;left:30.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2l9uSB1t3oXrlSA4RzvgVcAorbf2AmO { top:27.875rem;left:3.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vuk7Ta1JTJvh1Lyh14t8aitXZIxZtWbR { top:27.875rem;left:5.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VonXrLLhG6ltl4KFbufcSt4fT6rMDqMS { top:27.875rem;left:2.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2SzaXxCCP6q0b2TBDSza6y4y2xSLt5w { top:27.875rem;left:1.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TION0P4Wr3lu2gxxX8tVQG9TQIWkyopT { top:27.875rem;left:0.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz0b760uEoNQCpwJ6DTxrAFqaxcTuphh { top:8.75rem;left:29rem;width:18.75rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i05Sk4B2c3ZFFtFkUbsKVFsQJQDOg4uB { width:10.4375rem;height:1.3125rem;top:7.4375rem;left:35.250001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXCB6XQaZltTRrUH0eOlSiB3DqQw4rGe { width:5.5rem;height:1.6875rem;top:6.0625rem;left:35.250001907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdLSWlWUblQQwTCWTCQwh2aZmbE4CSXB { width:17.5625rem;height:5.625rem;top:29.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEquIwrHadalxDoXI1kcWTPOBnbvGEu9 { width:17.875rem;height:15.4375rem;top:10.875rem;left:14.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqhT7yu5Ch2x8qzlUzsmfhXhJkCP36UL { top:8.875rem;left:14.5rem;width:18.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCF4amRXgcKBq7WPfulJOsvzAdXhbNoG { top:9.5rem;left:46.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVdJGiJQTVeo1kTAlxqaL0HKIvarMSK7 { top:9.5rem;left:45.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRH3l8sZDwf6rnT0aRoKrfUtN4e93lLy { top:9.5rem;left:43.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C65o4roUfELB92TSNFRG9zIuf0xDA43T { top:9.5rem;left:42.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTqEgMFNLQSNdIcLchCoSUspQth98BPT { top:9.5rem;left:41.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqVaD3T0zycScixNEgZh1mrG0S4hNGz4 { top:9.4375rem;left:24.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5QT8T1F1F11DG0sBHsKv7mpc82LKWnw { top:9.4375rem;left:25.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPWK63y4rLqI6skmFLWDnxZ3FqJTZBuo { width:5.5rem;height:1.3125rem;top:7.5rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEhyIeSsM357PalJlTLnwNzyJfUcnJTT { width:5.5rem;height:1.6875rem;top:6.0625rem;left:14.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytEtCucnztZ8wXOGa3JAHZNUrbpcuW14 { top:9.4375rem;left:20.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvHtQ0TsHlM07nMXHHolZFpEdW9gzaLD { top:9.4375rem;left:22rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLCQ0nXuIhzAWaDxTsK3KvA42HyclAM0 { top:9.4375rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs8IS2RxTiylpXEbG35c3vOKFCITEVSq { width:5.5rem;height:1.6875rem;top:24.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmLnRhQLTTzV4RIZAEsRAomnoy3cRHcr { width:10.875rem;height:1.3125rem;top:26.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQVxnivgv9FcsWsvEDorLBMrtDg3Ubq { width:36.1875rem;height:2.8125rem;top:1rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1eRbzx79XJtAx0MKZHuHTLJE9H4FNTE { top:8.875rem;left:0rem;width:18.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #unCJXpv7hUbUuRllesXd1Kb3LTTO7XDR { top:9.4375rem;left:3.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhSm3uc2mao4DLv84emLwBuDGXbHxmJu { top:9.4375rem;left:5.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ7TbxyTsWvZihI4FIslEMxKgEhxfu3O { top:9.4375rem;left:2.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsQaSgkWVDklmsg1KMEaxWKWcmzH1bmy { top:9.4375rem;left:1.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT2dzCWAsQMntTIqbDhLNJc1AVoHqD0z { top:9.4375rem;left:0.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApXUAMWQ5c6Baa9x7CKLuRT0EVClideJ { width:10.4375rem;height:1.3125rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSJ1uCKhHvNq0FVofmIfLZ2Xg88tRTAP { width:17.5625rem;height:2.8125rem;top:10.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdXZehXMOz6ImxQ571NbgkwSetatwqJ5 { width:5rem;height:0.125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv9T2aApn8M1GXGPJuTNNMv80vupTEUK { width:5.5rem;height:1.6875rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqpXC1Uh1rI00pboff5AupzmtwNcaK5v { top:17.5rem;left:0rem;width:18.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfUOeZFhRgi4KZHXmsV2uUgcbvbZ1vpa { width:17.5625rem;height:4.1875rem;top:19.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDTyvU8WMK9WpbpO3CEQDgOqp7BiXUgl { top:18.0625rem;left:3.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlZD8ONwM5Jbg6NOxqrmpQXMIrdbPp2E { top:18.0625rem;left:5.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg9GWvns3xWctWNmZZ1ydFWTXcTB3oon { top:18.0625rem;left:2.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxJcmuKsddlvtdxa1QuBsLUIVL1Fin0X { top:18.0625rem;left:1.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD9rew0bBukx184ZT41oQcZyxepverkD { top:18.0625rem;left:0.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #muVdICQB5ObPKBMKDAUgaEoH4bMdJieC { width:4.6875rem;height:1.3125rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQe1mywpZGlLzBVqMLuTzJX0uKudm10Z { width:5.5rem;height:1.6875rem;top:14.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNLL8MaRCwTd2TBTmJUq7QnTHUu6rmXC { width:17.875rem;height:9.8125rem;top:25.5rem;left:29.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT6kBWTPQ3VotPJLbDnWHHudBoBTkrwo { top:23.375rem;left:29rem;width:18.75rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWuWn6tSbuLse9dmBmxGn7nRTTJeRhxp { width:8rem;height:1.3125rem;top:22rem;left:35.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLXv6PoHGwKqS2SeW4s7NTeUXbEKZGI { width:5.5rem;height:1.6875rem;top:20.5rem;left:35.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRo2d5Vw5Ctats4seIaB0bQeFBy9M0CO { top:24.0625rem;left:45.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK0Nh3vfuHDtbBDcFLbNQyQ2vkdeQZwJ { top:24.0625rem;left:46.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOhrETx7KcpJlx6fpbGW2bW6pU9Zd6n8 { top:24.0625rem;left:43.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UC0f3sDMKuwAtTmgUNmnsTBRroU5vOD4 { top:24.0625rem;left:42.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVeCLqtLe8VmTJzFURB1tOZyGr3hKkKZ { top:24.0625rem;left:41.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL04yIJscO0wPeTrSEC26Lp3AevQ9URK { width:10.4375rem;height:1.3125rem;top:29.1875rem;left:14.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzgNkwEXqFMryEQOKJO3LpW9K99JkLA { width:5.5rem;height:1.6875rem;top:27.6875rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvZXgTMfMmfXbEPSJv7Teu1HwRV1s4tl { top:30.5625rem;left:14.5rem;width:18.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWonrIEZ4OkhCTIKc6F13sJQ5Zh7ysyG { width:17.5625rem;height:2.8125rem;top:32.5rem;left:15.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWw34eAXN23lD9skAcJBCIwyq0u7ZSfw { top:31.125rem;left:20.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvhiZN0FWlmWUnQ7cC7EmHc9IBMk0Dvg { top:31.125rem;left:22rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc1LNUMmAp3IszbeT8z5oXFyI39ZsDAK { top:31.125rem;left:23.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDZ6kPv8TXqQV3dnBUlkp1LbyB7lrp8f { top:31.125rem;left:24.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGvHRJuwH1LfHBdagR13PIzEfKoz2zIq { top:31.125rem;left:25.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkFMW4dCUTEbciZT25FQXi8glTV42aoG { display:block; }#VkFMW4dCUTEbciZT25FQXi8glTV42aoG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmBh8H87PTVQ3TVTv4GiaMZvG9ksichU { width:35.875rem;height:2.875rem;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl8Fbw3GzUrMcQfIJ0ucTQIWe9Wgahc1 { width:5rem;height:0.125rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAJ8f839clG7XkXeATeePzzGgOsPiTi9 { width:22.8125rem;height:34.5rem;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snGQSHh9PssQNc0odWmGVic6IDxSdwcV { top:9.9375rem;left:17.625rem;width:14.375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrofk9TVJUfZTLBfIyBUUtrsF52a0qfZ { top:6.9375rem;left:26.5rem;width:21.25rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNMNZLRyXtUsvHFX9AVlsTAbdvrHP7Bb { top:21.8125rem;left:32.625rem;width:10.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsppDra0TcBz2KHRN6ZiZreKfJzrIQR0 { top:21.8125rem;left:37.4375rem;width:10.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZlcPLtQgObd2BVATz0Tzz8Aa2xOHya0 { width:18.9375rem;height:1.375rem;top:6.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrz0wFyDANVyX0C8U8CVIg8MqRUUMsr4 { width:14.8125rem;height:3.125rem;top:49.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQla5avNLvFf09egwtxeFcqnHzLQgrD0 { display:block; }
 }@media only screen and (max-width: 763px) { #dZ1WpGZsoRCq9UXyFrC3HA8FmdTnarU8 { top:33.625rem;left:23.4375rem;width:24.3125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da7C8hcc72dbqbLTsiAJhrhtfDJ93RBm { display:block; }#Da7C8hcc72dbqbLTsiAJhrhtfDJ93RBm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArVchnKVvqVSzuEouHZQaPznTKv81pAw { width:30.1875rem;height:2.8125rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ0pJAnNBUtmRKgGvzW7aG0TOowNTzev { width:5rem;height:0.125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwlDcmEbLRdDdwVLV7TQ3V7AUqTR4KuS { width:28.75rem;height:7rem;top:9rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3JAhpFgnrhwnNVzlBSA0DMd972Zl6QK { top:3.0625rem;left:20.5rem;width:27.25rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3gDqFAC6FBi5qxMLD03CrqRczZa5TWt { width:28.75rem;height:4.5rem;top:16.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdEFlvNRzELD5zBeFWnug8CTe5klmsgg { width:28.75rem;height:3rem;top:21.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMH1Mz8O29bX3iMKunV0TubnvVGM3VvL { width:20rem;height:6rem;top:24.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxy2hUZqycZqS9gTZFqJt2EMm86g3zEu { display:block; }#bxy2hUZqycZqS9gTZFqJt2EMm86g3zEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arHSuUxm2OQyhN1IabnQGfcyOTgTWncu { width:30.1875rem;height:2.8125rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqT397eeyxWJW2yAZsgXPQJIcXx1blAu { width:5rem;height:0.125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucDeBse34q3ITovGec8iiXOfL0GeDwvy { width:22.1875rem;height:34.5rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8tFzDkdHlE2VHv4lGlgSIpzg1Tc3TU0 { top:12.8125rem;left:1.875rem;width:22.5rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9fzUJmVq4Q6FCkhhQ1vOoJ38nl081oB { top:28.8125rem;left:12.625rem;width:11.25rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwbFqbnwTTPJXO9vebwXCzrBhoKtK4pg { top:28.8125rem;left:26.5625rem;width:10.9375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoNk9TZ4HLBBeGCT36WeJHbWgiRgABT1 { top:15.6875rem;left:34.9375rem;width:12.8125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #om7w9gf0gIpKM3NF9oKCNODndHxOXzeI { display:block; }#om7w9gf0gIpKM3NF9oKCNODndHxOXzeI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGxOsTVDov02tEqpfD0uvvI8PhTPTrXc { width:47.75rem;height:0;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKdCClz5U8APKKuKb9N458vLTiLxcKi4 { width:47.75rem;height:2.8125rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8MXLL0gqgbzd1daffRXAD1qJ4xXMaii { width:5rem;height:0.125rem;top:6.625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NamgE0fBteXTlTtck7BWfhXklnJb2f45 { width:47.75rem;height:3rem;top:8.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glasnlLowWqI7wFvHnl4r3kh2vhJdU2w { top:13.375rem;left:17.3125rem;width:5.3125rem;height:5.3125rem;display:block; }
#glasnlLowWqI7wFvHnl4r3kh2vhJdU2w > img { max-width: 100%;max-height:100%; width:5.3125rem; height:5.3125rem; } }@media only screen and (max-width: 763px) { #oTOUV6GTysWw0f87gFEiAc9bFvsftNVc { top:13.375rem;left:25.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
#oTOUV6GTysWw0f87gFEiAc9bFvsftNVc > img { max-width: 100%;max-height:100%; width:5.3125rem; height:5.3125rem; } }@media only screen and (max-width: 763px) { #p6obHc8kO1b85NnfnNhE7wvNT474mCGD { width:47.75rem;height:1.5rem;top:20.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diDwAH5lFOGT5KmUiZMq3L521TWrzmCo { display:block; }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMhGfcEvFM9mRvs11io3aznbTZH5XgTz { top:7.9375rem;left:29.75rem;width:17.6875rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { width:20.1875rem;height:26.1875rem;top:5.3125rem;left:2.6242179870606rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2PTnyRwmcbSu0W0GKod7s6Qcn6I1FfS { top:22.875rem;left:40rem;width:3.375rem;height:3.375rem;display:block; }
#V2PTnyRwmcbSu0W0GKod7s6Qcn6I1FfS > img { max-width: 100%;max-height:100%; width:3.375rem; height:3.375rem; } }@media only screen and (max-width: 763px) { #OqwCiJzfdJaJg98ZDHEfcfwKNOBkOG0x { top:23.125rem;left:44.5625rem;width:2.9375rem;height:2.9375rem;display:block; }
#OqwCiJzfdJaJg98ZDHEfcfwKNOBkOG0x > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { width:24.625rem;height:21.0625rem;top:9.9375rem;left:0.37187194824219rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLdiA49ICrpxt19wFX2XXsCVay3Ed7ii { width:4.9375rem;height:0.0625rem;top:8.875rem;left:10.216796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { width:15.5625rem;height:2.8125rem;top:5.3125rem;left:4.9339828491211rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEtHDkw8KLWBbdwl56QaenVtJevpBDn0 { display:none; }
 }@media only screen and (max-width: 763px) { #hqDG6TAVArE79T9kGpukL70fEvpmtDrU { width:18.75rem;height:2.5625rem;top:1.875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uz39PCg8se2Rtq6uwsnRFZrd3AUUrpyh { width:5rem;height:0.125rem;top:4.625rem;left:21.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oykOvT6qVM42BalO92XMQsKAAR1ekEso { width:47.75rem;height:3.25rem;top:0.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c33xK1hSdaohUsLxkq4IVLUoUJQPTAM8 { width:5rem;height:0.125rem;top:4.6875rem;left:21.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJewtArHpJfXOKD6nMMdNuEe8bSLFvR1 { width:47.75rem;height:2.8125rem;top:32.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAP6tuCwgZv23fc2qLXaJfLn18GkR1Gm { width:5rem;height:0.125rem;top:36.625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFVUkqT1vhW60VqyAn9GuCrDBqyTRhbN { width:47.75rem;height:2.3125rem;top:38.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-regular-label { width:15.5625rem;display:block; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-text { width:15.5625rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-textarea { width:15.5625rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-select { width:15.5625rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-checkbox-label { width:43.625rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-radio-label { width:6.90625rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc  { width:45.25rem;height:auto;top:40.0625rem;left:0rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .radio-container { width:16.1875rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc {display:inline-block;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc { width:45.25rem;height:auto;top:40.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #AdExoRToxxHQHxIhOWdLr1BAJtmVRxZi {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #qNhkOqkOBgtELiqlqIKNFusioLuD7Jbh {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #bG0mKE9ubcCw2E5LvqIo0qDcWbTkFv5v {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #X0J6heRtDt2xyk3MIFJmH10VRf4N0qsR {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #oxTHHqwCyBLg7EDKe28JTZAT6eIm2XIG {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #e5NplhzPVzVug7aggQ834tEpubnpptdl {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #vLdzHVoprUEBDd7GtITarfTKiIlJWvcP {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #H5cv9DMOtsGsBTJo1lS24De3fp3WN5W3 {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #OSaHb0ws8Jp0CkyenvCXTrTxSHvrubtm {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #dJHlrEm6ntqGnIAJk03Quf198XPHyFzi {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #hJTi9ZTLw5K1BBFHvE9TBiXi9olTn979 {  }
 }@media only screen and (max-width: 763px) { #JmtTQZVXgaEUxgfnJ5OeTpPetgXBNgcV { width:17.125rem;height:4.0625rem;top:26.6875rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1aKnczST8rnwpqRV3LGroEMybdBZa0l { display:block; }#N1aKnczST8rnwpqRV3LGroEMybdBZa0l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSqyKfbK5pTCLNuSANGupbhZOPuFg1ln { width:34.1875rem;height:4.1875rem;top:0.5625rem;left:13.5625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzGGumXHkC6b7MpeZpGugPOtlqLX6itB { display:block; }#uzGGumXHkC6b7MpeZpGugPOtlqLX6itB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvbvRqkGlZAiO9y4u4WkdxCcKIukABf8 { width:30.0625rem;height:2.8125rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIeNvE2frVdvm3TFFnftlr5dzVf8x1lE { width:5rem;height:0.125rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhNNXkumgTfe8ht2fz94XW3TkOUh4FWq { width:26.9375rem;height:3.5625rem;top:8.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2mUJwmzCZKSkmILntM3E6av7anSHXCD { width:47.75rem;height:9.5625rem;top:18.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txNNC5e4IHA3W3xC7X0QCD3k59Ll1w2k { width:47.75rem;height:3.1875rem;top:13.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6fs1spzIHZmAF36TrCBbabTduX8pUXe { width:33.125rem;height:2rem;top:1.625rem;left:3.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aub1BMAyTJncN64rWrpBoHtOUQmlT4oZ { display:block; }#aub1BMAyTJncN64rWrpBoHtOUQmlT4oZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKUJTKwvKT7DeeTapCMfyBy023fTT4mn { width:30.0625rem;height:2.8125rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkhJWqTvggPFpxf61IGdH20GRWQZPtPw { width:5rem;height:0.125rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykfhTtXN2uAGLAlfvfJTfO7BqorW0CZH { top:6.5rem;left:0rem;width:20.8125rem;height:;font-size:0.875rem;display:block; }#ykfhTtXN2uAGLAlfvfJTfO7BqorW0CZH li:before{  }
 }@media only screen and (max-width: 763px) { #NoZ1wUzR0ux67oq8gxBZ5JJUGEmEpWkv { top:17.3125rem;left:0rem;width:23.5625rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWhzX04dSJilAZ2ck7lffm7TOBBwCCkN { top:28.75rem;left:23.9375rem;width:21rem;height:2.5625rem;font-size:0.875rem;display:block; }#qWhzX04dSJilAZ2ck7lffm7TOBBwCCkN li:before{  }
 }@media only screen and (max-width: 763px) { #X5co44hwLIb6CfzxrZ4Tq24346lAqJ0X { top:26.6875rem;left:23.9375rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }#X5co44hwLIb6CfzxrZ4Tq24346lAqJ0X li:before{  }
 }@media only screen and (max-width: 763px) { #gLTUoNtwfxxH0PCOJSFW1nU68346zKpm { top:22.5rem;left:23.1875rem;width:24.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }#gLTUoNtwfxxH0PCOJSFW1nU68346zKpm li:before{  }
 }@media only screen and (max-width: 763px) { #Bqs7NQtgvbf1mpZRUA6ndcTF9JU2kQtK { top:8.375rem;left:23.937501907349rem;width:18.875rem;height:;font-size:0.875rem;display:block; }#Bqs7NQtgvbf1mpZRUA6ndcTF9JU2kQtK li:before{  }
 }@media only screen and (max-width: 763px) { #FOKkAp4MOnCmCtUnUiyGFTpWF1GZvOpO { top:20.3125rem;left:23.9375rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }#FOKkAp4MOnCmCtUnUiyGFTpWF1GZvOpO li:before{  }
 }@media only screen and (max-width: 763px) { #lXCFsT03Rv57OCrT8QARHLmS83iRnC3Q { top:6.5rem;left:23.9375rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }#lXCFsT03Rv57OCrT8QARHLmS83iRnC3Q li:before{  }
 }@media only screen and (max-width: 763px) { #DBv9wMZhhSXz2kAAsb9FMaWbT0oBWsGq { width:5rem;height:0.125rem;top:4.8125rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJovXmKDfDUieB9d5UGrroFUHl8RlLGK { width:30.0625rem;height:2.8125rem;top:1.4375rem;left:17.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyNlAICeXr5T830HgkAvc6d2KskDs8GH { width:10.25rem;height:3.4375rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh08bo4cwxFycOKrNvLuTpDiClCxtbTu { display:block; }
 }@media only screen and (max-width: 763px) { #kTn1PLDeU1LRftayE4KxSGyDzbBsEFXP { display:block; }#kTn1PLDeU1LRftayE4KxSGyDzbBsEFXP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B49IdaoTKR2xSh724A7bKTeruGQLMzdf { width:30.1875rem;height:2.8125rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzrzibUzTnrAi2WD85fufxFpnPnvZM33 { width:5rem;height:0.125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #feGVCB69GRqQWHQbzn0iJBmJT46Br2L9 { width:25rem;height:3.375rem;top:9rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTG9THCRwW0xXf0mCPeWV7O0zzdLwdRp { top:6.25rem;left:20.5rem;width:27.25rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfDSZB0Vr3S4QLPsuH2TOZrvpSHripDF { width:28.75rem;height:16.5rem;top:13.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPJL5T68rZRzg2FJS022KHOxn5CuRXwN { width:28.75rem;height:1.5rem;top:36.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaRNOGGfMxX2JV8EKnCSFivDbigWlL7b { width:18.75rem;height:33rem;top:26.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mxa8icDaTcnWH9HsOnXCZ8fi24aLdvLy { width:14.8125rem;height:3.125rem;top:31.8125rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnQPDZK1Tlh3XWmkvFSlXsBpsHBw1zad { display:block; }
 }@media only screen and (max-width: 763px) { #k2ukNsRnP7gwIg2uForVTS1fmrkt75WR { width:28.75rem;height:1.5rem;top:26.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d9ded47-e446-48b8-965b-a2513014f754/tlo_z_pizza.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:36.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHG4SZahfpQMwutu4IiPrLxNqtGDwu6q { width:15.6875rem;height:12.1875rem;top:4.4375rem;left:2.6250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDXoDT95xZm35mPBJrrcRf5qMpXDa3s1 { width:14.6875rem;height:3.125rem;top:21.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvZKLEg3gWuvmL2DuIENe5x343F54XOg { display:block; }
 }@media only screen and (max-width: 763px) { #HN116KRkTGWF4R3GZEGuDdd9GizsirID { width:15rem;height:3.125rem;top:26.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbakVeWzP2QAsLiAGn8xg9mFH1JTl9Za { display:block; }
 }@media only screen and (max-width: 763px) { #CHt93blukQlyuOlRUulRkn8ILnwT6MKX { display:block; }#CHt93blukQlyuOlRUulRkn8ILnwT6MKX > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSGmtNW3Xn2ylVUmeS1p7sQ8htU07ORt { width:18.75rem;height:2.6003875rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lembd7lRpUoJFxMKrGpLFkZ302FAu6rR { width:18.75rem;height:0;top:6.71875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7GOdm7GavKpywmQclJLhmMzrVNUmMIT { width:5rem;height:0.125rem;top:5.34375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgOxdx6CRkKPzeLdZH7Kvw5JMUTw5TgA { width:18.75rem;height:9.590625rem;top:7.2812538146975rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgH3k33uWwT5Ll5Iui7wEaCvR8XQOmxR { width:18.75rem;height:3.375rem;top:18.81875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpPrd8zb5bJLDmCf8dnL2c4aUVqpDMyg { width:20rem;height:25.1055rem;top:23.44375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxTvQn4lJS6WIG4lb5OozZZe4msE9FIv { display:block; }#lxTvQn4lJS6WIG4lb5OozZZe4msE9FIv > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IdTDyZ925UpTuLbofX4ClNZ0KbE0D1uL { width:18.75rem;height:2.6003875rem;top:0.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwLtqGcnHRxUvKFFeo4cla0tlXLwVoHG { width:18.75rem;height:0.975rem;top:3.4750003814698rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #V8FFRech54xOoNsTOv312TQJA5r1a6eT { width:5rem;height:0.125rem;top:5.1rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Wzsc4kr4kvUoTTsv7SRdROO2LD1ElK { width:18.75rem;height:20.7796875rem;top:7.2874937057494rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AM7lRKVxHm4gf6J3cGinXC528rHNNEnX { width:6.8125rem;height:11.3125rem;top:31.9625rem;left:1.3390139600397rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmZByTKMP21HvoV0imD2ly33psthULGn { width:9.25rem;height:6.875rem;top:30.125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr78ksf2KzpUTo9JnyzvX22OfvayDFxD { width:4.3125rem;height:5.875rem;top:37.5625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #TozIxt5VM9V9OlU4794qAm4aDMoIMbQK { width:4.25rem;height:5.875rem;top:37.5625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfEVUQTJyqklVH81rNAm1zCFpoebtxno { display:none; }#lfEVUQTJyqklVH81rNAm1zCFpoebtxno > .row .container { width:20rem;height:62.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QtMLaDnCUdxeK566cy3g0vgo3e5SZCIs { width:18.75rem;height:4.375rem;top:43.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPnBvsLzrF1BT3VpI8vzHUKAsIQEhFtw { width:16.9375rem;height:1.6rem;top:45.625rem;left:2rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #esAsUQygtBUUByqh99JP91zBzT69BDbl { width:18.75rem;height:7.5rem;top:6.35000705719rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTOiRBTpQglvcIrSMXywcNl2U0X3Zz3A { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQ5HiRGT7gbmnIb00u0hWZTZqWxd676n { width:5rem;height:0.125rem;top:5.1rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #feHwqT4ipPWBZTvc7MQfrDncvZKa2BxK { width:18.75rem;height:6rem;top:49.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfqDFWarFG4IGG3KWQ4GWTTpvlSvUtgz { display:flex;width:3.125rem;height:3.125rem;top:56.875rem;left:10.8125rem; }
 }@media only screen and (max-width: 763px) { #TNapS1Ci3KT3taT5d45uXixHyikFJNVQ { display:flex;width:3.125rem;height:3.125rem;top:56.875rem;left:6.0625rem; }
 }@media only screen and (max-width: 763px) { #TTALN72QbwPGTxTPXU79qlsizaFdVOk2 { width:18.75rem;height:26.875rem;top:15.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuxWCOaiBt3PdL3kkwFMoqu1hwNUcvQW { width:20rem;height:2.8125rem;top:16.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8urZ2rblyRu7XqrrrEreuZCtzU4pk39 { width:17.375rem;height:1.8rem;top:19.625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI05rEuimQhcw828EFJszQyT8ZRz7bxD { width:17.6875rem;height:0;top:26.948437690735rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNFFvyAXsymkTmwU7G1rTbDx532vmdxZ { width:17.375rem;height:1.8rem;top:36.4375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfyNPliEqONi9O2EfzooBpqlCWTJmkwL { width:17.375rem;height:1.6rem;top:21.125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hivwURPvntZaJRUoOxaxvSzA5CTTDtn6 { width:20rem;height:1.6rem;top:39.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJVfJPaKG9u1Tn3NGwqsSKO14PfngR6B { width:17.375rem;height:1.6rem;top:37.9375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvXOTT88Uc3ZVdtk5Fxd2BpCvlIVKpAk { width:17.375rem;height:1.8rem;top:43.875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paKmRoOKThHqhOMtA9h04LNwFaIegK2T { width:17.6875rem;height:11.2rem;top:23.75rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #thrsRcifyzvTD8m0p9618Ln71pAdFiaz { width:18.75rem;height:18.75rem;top:63.74999809265rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wsruh4bWLRs6ahPwG39U1Nk70uUJ1R4d { width:20rem;height:auto;top:27.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HScMPdyhOH0wvWUcHD0ToTuwkmN3GbqH { width:20rem;height:auto;top:25.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKP3q9SSdiXbD5XVO6DULmNRUHrNFdb8 { width:20rem;height:auto;top:30.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuemyyxxzTT0HKiBOa3a34T3TBLTu8vQ { display:block; }#iuemyyxxzTT0HKiBOa3a34T3TBLTu8vQ > .row .container { width:20rem;height:65.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hRSvQ0DeDof7gwokNdbRbQ2NSCWZeaii { width:20rem;height:2.6003875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4mchhJQVZThxAMk8rLHxkPpyvHt9uTq { width:5rem;height:0.125rem;top:5.1rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGIpHSyk17RHcPAZDVrsEDfLguaoeqgJ { width:18.75rem;height:22.378125rem;top:6.2874996662138rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqX0sGcQR4skcSP8Awm7niLUuhxAk4RG { width:18.75rem;height:13.75rem;top:36.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diivdVSzzdL6ZLvovTJNIu1UdXZCpbWe { width:9.375rem;height:6.5625rem;top:50.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3GyPlG3mTBgz71vtiZ8Ak7ccs6Ky1hi { width:8.875rem;height:13.75rem;top:50.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ4hX8SoM3ulZppqAOFeFwkAsIbixwqZ { width:9.375rem;height:6.5625rem;top:57.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVy3xmo5u2rm8rRohOAstkRpt474Stub { width:15.125rem;height:3.125rem;top:30.643756866455rem;left:2.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeubTQuVHeUPiVF07od90BSbCkhcTq7t { display:block; }
 }@media only screen and (max-width: 763px) { #x9qkMqinVSg2Xvm6TwdJsCxsAm5uTtNJ { display:none; }#x9qkMqinVSg2Xvm6TwdJsCxsAm5uTtNJ > .row .container { width:20rem;height:47.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wLTLLPCm6XlGbwbmGzF015oivIRmfxSV { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbWXC8D89dntTk5NeTrX98ILnDxxnrFx { width:5rem;height:0.125rem;top:5.1rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3SrFvryNL34AhmmXTAF433t6CyrJ1Bu { width:18.75rem;height:7.5rem;top:6.4124889373781rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXZS4GXrVVNZK2kQL2TG05KUBp44OWGN { width:17.5rem;height:17.5rem;top:25.53750038147rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaHQhTXtx6QlD8SgMtrK5m0EXl8NEkab { width:20rem;height:2.25rem;top:15.225rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2rZpQhhKXX8pZW9TmuFUvOcrpLB0JJg { width:15.9375rem;height:6rem;top:17.47500038147rem;left:2.0312501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI { display:none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { width:20rem;height:6.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fh3Q5IykU5TcXpTLVlvL9BkZwU1c4SVT { display:none; }#Fh3Q5IykU5TcXpTLVlvL9BkZwU1c4SVT > .row .container { width:20rem;height:140.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BOi5IofPMx30bAndy3nfvdyVqcIMTpXJ { width:18.75rem;height:2rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Erz3J6sNVqnCZmc6yBrILIZnyISNWAib { width:6.5625rem;height:1.3rem;top:4.5rem;left:6.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSUC003ah9QFH22QXQqrwKIvFeqBwfl9 { width:5rem;height:0.125rem;top:7.05rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh5S5d4QThLhzNavRHi0QcmdydyMec1e { width:7.375rem;height:5.3125rem;top:6.5625rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwP2f4G2fH7HSTNAZ9EyXW5EcVpgpecr { width:7.375rem;height:5.3125rem;top:6.5625rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jn3PTwwt4hQpUCKqBx5Bbt2xxbcXDxqJ { width:18.75rem;height:2.1rem;top:26.781250834465rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTpWxSwudPqaaJW90SfpxI89IPTrkAk3 { width:7.375rem;height:5.3125rem;top:12.9375rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #loMrLz9rT61fCO83aWkkv3O8yoWbSNWL { width:10.875rem;height:1.21875rem;top:25.5625rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZeGgbKPreqpxbeWQ7tTsLAIQRWSrtdc { width:10.875rem;height:1.05rem;top:29.506251215935rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIdxH5pNy3yLb3RakpRWpTrIgmzB6PWz { width:14.625rem;height:1.05rem;top:14.625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCzHAr7dIfpZWwTlyL2CPnCBLCpnTdsT { width:10.875rem;height:1.05rem;top:16.299999475479rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rteg2MHaeA0nX2MsOAyAnE2pZ1r6bqoL { width:10.875rem;height:1.21875rem;top:13.375rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxgwQLyytvqcAv37SEduBC80kLfDyo4n { width:18.75rem;height:2.1rem;top:20.156250953674rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfpb5NeZQ91mcIR1xom5hiJoQORTChg2 { width:10.875rem;height:1.05rem;top:22.881249427796rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swKev3c7g74FCnaItIya1Nq70SgFTrnC { width:10.875rem;height:1.21875rem;top:18.9375rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCUkVcDp8T592tVKCNBPqEwUnrQ7nrJ9 { width:10.875rem;height:1.05rem;top:35.943749904632rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyDp7zvbENy78WaJbWXcDVbsA1KoerZX { width:18.75rem;height:2.1rem;top:33.218749523163rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf3m75tbO4py4C3uN86wrS4cPT2CtagI { width:7.375rem;height:5.3125rem;top:12.9375rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rAlJcLO4BRleApy01L4iu4swoNxxTLsH { width:10.875rem;height:1.21875rem;top:32rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hk4NG9HNJz9DvtAFRSdtiPbNEwioeu8x { width:10.875rem;height:1.05rem;top:42.75625038147rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7UWMkq894xs1isfXOQic6aQQQO3WhDD { width:18.75rem;height:2.1rem;top:40.03125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXKL6G77sTdyLUxwEkm6N3Q3VW4OAQ1D { width:7.375rem;height:5.3125rem;top:12.9375rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwCTzxeK5XJMredEc5yL9txWR1L5kmw1 { width:10.875rem;height:1.21875rem;top:38.8125rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJIzILZRFmraZlX1bZPGZyoeA6Bw3TXp { width:7.375rem;height:5.3125rem;top:27.0625rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #engbwz6GO8PViUrFlXQKxO4QmJbez5Q2 { width:7.375rem;height:5.3125rem;top:20.1875rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7rfmcNy3cyGRrfwna6OUaMXeV12zcMo { width:18.75rem;height:1.05rem;top:64.03125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdpx1rGELlsnr9eRivzKZ2WQfuNfimoH { width:10.875rem;height:1.21875rem;top:62.8125rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwGKFk2yJXrWLcGZ1lBB0HT7mU8t32WK { width:10.875rem;height:1.05rem;top:65.706249237062rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCLnmToTN7aDMrA8JwcbZiQWC7urNvbG { width:18.75rem;height:2.1rem;top:46.65625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxMTvxQQuTKPdxMSkt6WsIGPKLCu78S0 { width:10.875rem;height:1.05rem;top:49.381252288818rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVyCuXvul7Pae5VLv1R9B7saUNot4kKI { width:10.875rem;height:1.21875rem;top:45.4375rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETOHlqQvrdeNv7wnDmeayxLAMpvOaZSa { width:7.375rem;height:5.3125rem;top:20.1875rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wm8fSRJkIKBz7VS4wFLdZzL95WzKF4by { width:7.375rem;height:5.3125rem;top:26.875rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DS64PDk7GzfK9vHOUcyCeiZWPJ6booT2 { width:18.75rem;height:3.15rem;top:53.406251907349rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #akV7DZEasDk7BwGgvbprWonL6bZSfMIn { width:10.875rem;height:1.05rem;top:55.081251144409rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTUEfxo8X8Sq6KIP3kNcpmccQXT9s8wg { width:10.875rem;height:1.21875rem;top:52.1875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd42VTPs9SUlvDygfXUiQw2PGx7g19R4 { width:10.875rem;height:1.05rem;top:72.568750381469rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #heFOiVEHFIaZuvesx6qsHs9icAkEqQKd { width:18.75rem;height:2.1rem;top:69.84375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnqgIPZEP34FoR0FcKgPEzu9IzFHiZ32 { width:10.875rem;height:1.21875rem;top:68.625rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1rUBsrOw0Oc9C19fzMrB0CLEKJRXyZx { width:7.375rem;height:5.3125rem;top:20.1875rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PcD66N0srFIlp8zLk5Ue3GOWrWybUdyi { width:7.375rem;height:5.3125rem;top:26.875rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNviZ2TPZN3dF02xok63t4XiuX9RbntV { width:18.75rem;height:3.15rem;top:58.656238555908rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #phOS7PPo8hzDWFJpxGqn4vl1h75X1P0C { width:10.875rem;height:1.05rem;top:60.33046913147rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plsbkXqF9PgoNT1nNdTdOo6BoBco0roR { width:10.875rem;height:1.21875rem;top:57.4375rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4W3hCMUTah5H5CTC4WxACAL1TQpzVoT { width:10.875rem;height:1.05rem;top:79.068750381469rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaGIhMiEMxD2QuJ5ZqfzcKtgxw8wiUh7 { width:18.75rem;height:2.1rem;top:76.343749046325rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3mS4T5UywbD4XL6edakDXX8xxTBks8d { width:10.875rem;height:1.21875rem;top:75.125rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLhOkRKyuJof6Ro9gHA7QxAV0HUB0C0Z { width:18.75rem;height:2.1rem;top:114.15625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBc1t4x05lUdEH6Dh0mAfdXITdQ1MJN3 { width:10.875rem;height:1.05rem;top:116.88125038147rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i03FLftxJGEctvD98cw1vFc3cTQC5T7N { width:7.375rem;height:5.3125rem;top:40.875rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rONhuMK4Z3F3XmoLtGh3RKQGzTn9Tbtt { width:10.875rem;height:1.21875rem;top:112.9375rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC7l3fTxQPeexqC6aDKI7VOJPEc2NDex { width:10.875rem;height:1.05rem;top:97.706235885619rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zewz2R6zTGexGcVyZIxlJ7Gg9VWAx4C0 { width:18.75rem;height:3.15rem;top:96.03124809265rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #RVvIGRmLzhwT80Vu2UumSoFlvRdVaIxn { width:7.375rem;height:5.3125rem;top:33.5625rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctRaSnQOHvFWKhcqHy6uIwUEuxmxliIT { width:10.875rem;height:1.21875rem;top:94.8125rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdTJhWJnr8lJ4OEenUTZoE2tJotE4zWT { width:10.875rem;height:1.05rem;top:92.193750381469rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpiCwXTGS2hIdJL0uDluxCacyconksNZ { width:18.75rem;height:2.1rem;top:89.46875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O22XhBxudvh6vIWZDqHlRumo0pseKuV6 { width:10.875rem;height:1.21875rem;top:88.25rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEBvfw2VAblJ7sTTwevRBmITCrHmwW9Z { width:11.75rem;height:3.15rem;top:108.53124904633rem;left:4.1249998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PPNdmhJp6hPpSbnpgADzoq11l9d55JV5 { width:10.875rem;height:1.05rem;top:110.20624828339rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCTlZEabqz1TcGcovI2tW5yer7I6pLMU { width:10.875rem;height:1.21875rem;top:107.3125rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNLTxc3GiOqFFzws1nX2uswchQdNRXFV { width:10.875rem;height:1.05rem;top:130.56719017029rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdZKk7VAfE4k4Fo8PloKlLkWKVhUGpRP { width:18.75rem;height:2.1rem;top:127.84297180176rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9Kd2oSV6k7vpOlt7gZkKsoGGevgGu24 { width:10.875rem;height:1.21875rem;top:126.625rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFNGXQBC9WpST6TRd4PVT9CTPhJc8Xga { width:7.375rem;height:5.3125rem;top:33.5625rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HW5qUJEosQ001NzgC9qbHs9Bvfbs4cTa { width:7.375rem;height:5.3125rem;top:40.875rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ltHWqMDAEhwftninEgyveongAgpQAKkE { width:7.375rem;height:5.3125rem;top:48.6875rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyM74XiW1VUuibNTdkvTktanGGkzazZw { width:18.75rem;height:2.1rem;top:82.949998855594rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v57IlFlpB8es9Ba7iAIuJCZImGWSskXU { width:18.75rem;height:2.1rem;top:120.96875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLVZmXVTIfpvhGRtdPDwfcXmnSeibyOa { width:18.75rem;height:2.1rem;top:101.53125190735rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm7lVviroiwgnFqGNfa8ZE9CJSiV9lat { width:10.875rem;height:1.21875rem;top:81.731248855594rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgypW229KIF3V46zsm3W2fLs8bzkOVno { width:10.875rem;height:1.05rem;top:85.674999237062rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJIWcHsb5nkAQJVOmM4uRucwRWZsTzIk { width:10.875rem;height:1.21875rem;top:119.75rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsykKEG2RMTvBZm505tlzN7S4Z72wJRv { width:10.875rem;height:1.05rem;top:123.69296455383rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoaVPGwbx6wxachSAofu660U7XVdCwZK { width:10.875rem;height:1.05rem;top:104.25625228882rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfqxqcyfCLF5fB5lflIhryyRErSL7Co0 { width:10.875rem;height:1.21875rem;top:100.31250190735rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP6ftkXc4lXOqqE7UXarRx1St9zqulSP { width:7.375rem;height:5.3125rem;top:33.75rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ov9554Gl43vQLFtvmEl4yspQVDh35inB { width:7.375rem;height:5.3125rem;top:48.75rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zNTEGrzoUSPpMsHG86Zd3gDyhaCpkgBm { width:7.375rem;height:5.3125rem;top:41.0625rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuOxROrVrbK7iXxCrx9PItLhK6yA8ykH { width:15.1875rem;height:1.05rem;top:9.4687502384187rem;left:2.4062501192093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlLSmDGKxQWLtv6fkCZma8lp0nJnLAA9 { width:10.875rem;height:1.21875rem;top:8.25rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhf1yOTD9ptDXpx8pidZhNxKZdw2DNgF { width:10.875rem;height:1.05rem;top:11.143750429154rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq5OXFcQrUqiTzkab9X6437rO7amB8IP { width:18.75rem;height:1.05rem;top:53.406251907349rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #Sb4g9ZVwgk0BaIgNcVb2Cm1TIBMEM6Cb { width:18.75rem;height:1.05rem;top:58.655467987061rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #l3GEs6fxk8sZHsuixl5hpC7puKKy2HL7 { width:18.75rem;height:1.05rem;top:96.031249046325rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #qUgT8mBQPif9UirL7yXdSuxWMWmXqEh3 { width:18.75rem;height:1.05rem;top:108.53124904633rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #izuoJB6TT0no6R0zMToMoTBqcAoZL9vi { width:7.375rem;height:5.3125rem;top:6.5625rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #STBgXOsIFA4g0iB4ap0kULAbTIHlqknV { width:10.875rem;height:0;top:138.61718730926rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpegEEFApN99t6wTXC2ekZW3QXo2OEZ3 { width:11.75rem;height:0;top:135.30468730926rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K56XzHXTk0VXTXKHe2oR6Dna6kcmQ3Fr { width:7.375rem;height:5.3125rem;top:48.8125rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9Z8TkTLTwmlg6ZbbI9ZWTLTXoEDhus4 { width:10.875rem;height:0;top:132.86718730926rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5JScs9UTaHuPy9l2UFcNAfzEVPWSAxT { display:none; }#d5JScs9UTaHuPy9l2UFcNAfzEVPWSAxT > .row .container { width:20rem;height:66.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aHwCoef7HyJu9ge422NCzOcfZIxTSRhs { width:3.1875rem;height:1.3rem;top:3.7187633514404rem;left:8.4062503576281rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymTrZe58cszNGASCLTMT6RPgCR5EOexg { width:5rem;height:0.125rem;top:5.90625rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRuXQ8XIJPUsEfmgcdLnJrgCPMofVnla { width:3.25rem;height:2rem;top:1.25rem;left:8.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WziJ6BLguyAIShOTfHtpUpLZ60MxibDf { width:3.625rem;height:3.1875rem;top:7.6875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8WWU0wN4ptiCA1CGKVTwdVVyg8hOB9O { width:10.875rem;height:1.21875rem;top:14rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k725B65S6nOPsqdgMsIqXGeOCEAggx22 { width:10.875rem;height:1.21875rem;top:15.9375rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR6RifOexIyCp2Tz9ROz9IyhLshBcQ6Q { width:8.1875rem;height:5.4375rem;top:18.5625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCE6asgFGm6nefIZasktP6XRV1KOSAxk { width:10.875rem;height:1.21875rem;top:24.8125rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUNi3St1t9sQvdaPTsvfKoK75ndsRsfV { width:10.875rem;height:1.21875rem;top:26.6875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGlRBdWpxb6ftWkhVtaQcHiOB5B5qNtb { width:8.3125rem;height:5.5rem;top:29.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfBNdAPztUMFnbTsHLXqwrpbLzLxb8MC { width:13.1875rem;height:2.4375rem;top:35.9375rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umJl20MiO7w1DIyGZebTIsylp2TxQR9X { width:10.875rem;height:1.21875rem;top:39.125000953674rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7K9f9cWsF2yuCMotZ0ewvHEgJtT0WVx { width:8.375rem;height:5.4375rem;top:41.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAXROTmg4FIMycwwpXChd4rKsTfFclrf { width:13.1875rem;height:3.65625rem;top:48.5625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5hrpxuPsOl8P54xmLTfTtAw24UXwplR { width:10.875rem;height:1.21875rem;top:51.625rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4dkA15uyw41U2h6GNmNgPdDDpTsynpL { width:10.875rem;height:0;top:54.09375rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwtzPOhdw10eGVVzTRK8Vi2ptk7Ay9Nd { display:none; }#QwtzPOhdw10eGVVzTRK8Vi2ptk7Ay9Nd > .row .container { width:20rem;height:35.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KmFoqerdFQdBhGSWiVZLFqhlDaUuf5y0 { width:5rem;height:0.125rem;top:6.1562509536743rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRBG1N74oeLq28UOEWItp8SRfQ62W7Ei { width:6.1875rem;height:2rem;top:1.25rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUKTeIoOAZyQOShGq88GVhxgooT0d6vh { width:3.0625rem;height:1.3rem;top:3.90625rem;left:8.4687503576281rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu20fMLThNVekWa9D5P9oVElohRFLzp9 { width:8.0625rem;height:5.3125rem;top:8rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH0S2X9AOoTb5zPQesiZ2hGVQB8dt0M5 { width:13.1875rem;height:1.21875rem;top:14.1875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtcEQK3TF870BkgH44x7BCLvnkmMPRtD { width:10.875rem;height:1.21875rem;top:16.125rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3TiWecHD3C0xkMhAUxTml6v8vrwoy5U { width:8.25rem;height:5.375rem;top:19rem;left:5.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTv42sIxzpMolCwlwOqhOieUTVOllVQO { width:17.375rem;height:2.4375rem;top:25.5625rem;left:1.3125001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQOHhD76qQbn7sg6GE4mV8qtoaiPt2Ae { width:10.875rem;height:1.21875rem;top:29rem;left:4.5624998807907rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncQGLiWMHP4iI4ISkvV0ZJwmBq1yi2QF { width:14.8125rem;height:3.125rem;top:31.46875rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqDBGrORa7kWTDGLaQADuUcpoBNJGJqw { display:block; }
 }@media only screen and (max-width: 763px) { #Ho8comX9WRbpgB4XXh3O3kQTc4MgVRpi { display:block; }#Ho8comX9WRbpgB4XXh3O3kQTc4MgVRpi > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b33ieiIlqmAwGSzST4CyR7Ar11Xd0AGQ { width:20rem;height:3.8484375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nDcR6BlTgw2siPkrMCQ7MvKqGG8udXcM { width:18.75rem;height:5.9953125rem;top:5.9109392166137rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xhro9U9ftB3Cbs3bfC8ETT1AzqxssiA8 { width:15.125rem;height:3.125rem;top:13.406250178814rem;left:2.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1zwqgaNpS7ufRsClsngibV3PUGdDd02 { display:block; }
 }@media only screen and (max-width: 763px) { #dMAhyqb5sD2iFy5wgKToLw8Ifo13CXhi { width:9.25rem;height:12.6875rem;top:19.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFwalFJLCS6yDvyTth3LydhuyRhKbZRP { width:7.75rem;height:7.75rem;top:19.125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItVUi4BuTXbMXNlBpLlTruthDXuooPOq { width:7.75rem;height:4.5rem;top:27.3125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5o55xZwUkkzmal92EShtbw0PMUnRDyT { display:none; }#T5o55xZwUkkzmal92EShtbw0PMUnRDyT > .row .container { width:20rem;height:13.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zUz2enlNV954v0kc58yDT1c2epoDOynP { width:20rem;height:11.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b { display:none; }#KRHsD6qhG6CvakT8MsNFmD49T3lgTH5b > .row .container { width:20rem;height:92.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iIwnhe8z2s7dhlfqifE89MOBPGDcPCRk { width:18.75rem;height:7.5rem;top:53.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtsoWxBZBqacPiscR87dF8dq32JAwAz9 { width:17.5625rem;height:2.8125rem;top:40.014862060547rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2l9uSB1t3oXrlSA4RzvgVcAorbf2AmO { display:flex;width:1.25rem;height:1.25rem;top:54.625rem;left:10.625rem; }
 }@media only screen and (max-width: 763px) { #Vuk7Ta1JTJvh1Lyh14t8aitXZIxZtWbR { display:flex;width:1.25rem;height:1.25rem;top:54.625rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #VonXrLLhG6ltl4KFbufcSt4fT6rMDqMS { display:flex;width:1.25rem;height:1.25rem;top:54.625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #b2SzaXxCCP6q0b2TBDSza6y4y2xSLt5w { display:flex;width:1.25rem;height:1.25rem;top:54.625rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #TION0P4Wr3lu2gxxX8tVQG9TQIWkyopT { display:flex;width:1.25rem;height:1.25rem;top:54.625rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #qz0b760uEoNQCpwJ6DTxrAFqaxcTuphh { width:18.75rem;height:7.1875rem;top:36.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i05Sk4B2c3ZFFtFkUbsKVFsQJQDOg4uB { width:10.4375rem;height:1.40625rem;top:35rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXCB6XQaZltTRrUH0eOlSiB3DqQw4rGe { width:5.5rem;height:1.6875rem;top:33.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdLSWlWUblQQwTCWTCQwh2aZmbE4CSXB { width:17.5625rem;height:4.21875rem;top:56.362518310547rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEquIwrHadalxDoXI1kcWTPOBnbvGEu9 { width:17.875rem;height:15.46875rem;top:19.1875rem;left:1rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqhT7yu5Ch2x8qzlUzsmfhXhJkCP36UL { width:18.75rem;height:18.4375rem;top:16.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCF4amRXgcKBq7WPfulJOsvzAdXhbNoG { display:flex;width:1.25rem;height:1.25rem;top:37.625rem;left:11.8125rem; }
 }@media only screen and (max-width: 763px) { #GVdJGiJQTVeo1kTAlxqaL0HKIvarMSK7 { display:flex;width:1.25rem;height:1.25rem;top:37.625rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #vRH3l8sZDwf6rnT0aRoKrfUtN4e93lLy { display:flex;width:1.25rem;height:1.25rem;top:37.625rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #C65o4roUfELB92TSNFRG9zIuf0xDA43T { display:flex;width:1.25rem;height:1.25rem;top:37.625rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #oTqEgMFNLQSNdIcLchCoSUspQth98BPT { display:flex;width:1.25rem;height:1.25rem;top:37.625rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #tqVaD3T0zycScixNEgZh1mrG0S4hNGz4 { display:flex;width:1.25rem;height:1.25rem;top:17.75rem;left:10.624998092651rem; }
 }@media only screen and (max-width: 763px) { #a5QT8T1F1F11DG0sBHsKv7mpc82LKWnw { display:flex;width:1.25rem;height:1.25rem;top:17.75rem;left:11.874998092651rem; }
 }@media only screen and (max-width: 763px) { #tPWK63y4rLqI6skmFLWDnxZ3FqJTZBuo { width:5.5rem;height:1.40625rem;top:15.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEhyIeSsM357PalJlTLnwNzyJfUcnJTT { width:5.5rem;height:1.6875rem;top:13.8125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytEtCucnztZ8wXOGa3JAHZNUrbpcuW14 { display:flex;width:1.25rem;height:1.25rem;top:17.75rem;left:6.9374980926512rem; }
 }@media only screen and (max-width: 763px) { #TvHtQ0TsHlM07nMXHHolZFpEdW9gzaLD { display:flex;width:1.25rem;height:1.25rem;top:17.75rem;left:8.1249980926512rem; }
 }@media only screen and (max-width: 763px) { #iLCQ0nXuIhzAWaDxTsK3KvA42HyclAM0 { display:flex;width:1.25rem;height:1.25rem;top:17.75rem;left:9.3749980926512rem; }
 }@media only screen and (max-width: 763px) { #Zs8IS2RxTiylpXEbG35c3vOKFCITEVSq { width:5.5rem;height:1.6875rem;top:50.625rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmLnRhQLTTzV4RIZAEsRAomnoy3cRHcr { width:10.875rem;height:1.40625rem;top:52.0625rem;left:1rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsQVxnivgv9FcsWsvEDorLBMrtDg3Ubq { width:20rem;height:2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #K1eRbzx79XJtAx0MKZHuHTLJE9H4FNTE { width:18.75rem;height:7.5rem;top:44.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unCJXpv7hUbUuRllesXd1Kb3LTTO7XDR { display:flex;width:1.25rem;height:1.25rem;top:45.875rem;left:10.625000953674rem; }
 }@media only screen and (max-width: 763px) { #BhSm3uc2mao4DLv84emLwBuDGXbHxmJu { display:flex;width:1.25rem;height:1.25rem;top:45.875rem;left:11.875000953674rem; }
 }@media only screen and (max-width: 763px) { #LZ7TbxyTsWvZihI4FIslEMxKgEhxfu3O { display:flex;width:1.25rem;height:1.25rem;top:45.875rem;left:9.3750009536744rem; }
 }@media only screen and (max-width: 763px) { #gsQaSgkWVDklmsg1KMEaxWKWcmzH1bmy { display:flex;width:1.25rem;height:1.25rem;top:45.875rem;left:8.0625009536744rem; }
 }@media only screen and (max-width: 763px) { #aT2dzCWAsQMntTIqbDhLNJc1AVoHqD0z { display:flex;width:1.25rem;height:1.25rem;top:45.875rem;left:6.8750009536744rem; }
 }@media only screen and (max-width: 763px) { #ApXUAMWQ5c6Baa9x7CKLuRT0EVClideJ { width:10.4375rem;height:1.40625rem;top:43.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSJ1uCKhHvNq0FVofmIfLZ2Xg88tRTAP { width:17.5625rem;height:4.21875rem;top:47.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdXZehXMOz6ImxQ571NbgkwSetatwqJ5 { width:5rem;height:0.125rem;top:4.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yv9T2aApn8M1GXGPJuTNNMv80vupTEUK { width:5.5rem;height:1.6875rem;top:13.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqpXC1Uh1rI00pboff5AupzmtwNcaK5v { width:18.75rem;height:6.1875rem;top:62.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfUOeZFhRgi4KZHXmsV2uUgcbvbZ1vpa { width:17.5625rem;height:0;top:64.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDTyvU8WMK9WpbpO3CEQDgOqp7BiXUgl { display:flex;width:1.25rem;height:1.25rem;top:63rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #BlZD8ONwM5Jbg6NOxqrmpQXMIrdbPp2E { display:flex;width:1.25rem;height:1.25rem;top:63rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #tg9GWvns3xWctWNmZZ1ydFWTXcTB3oon { display:flex;width:1.25rem;height:1.25rem;top:63rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #hxJcmuKsddlvtdxa1QuBsLUIVL1Fin0X { display:flex;width:1.25rem;height:1.25rem;top:63rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #hD9rew0bBukx184ZT41oQcZyxepverkD { display:flex;width:1.25rem;height:1.25rem;top:63rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #muVdICQB5ObPKBMKDAUgaEoH4bMdJieC { width:4.6875rem;height:0;top:61.125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQe1mywpZGlLzBVqMLuTzJX0uKudm10Z { width:5.5rem;height:0;top:59.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNLL8MaRCwTd2TBTmJUq7QnTHUu6rmXC { width:17.875rem;height:0;top:78.25rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT6kBWTPQ3VotPJLbDnWHHudBoBTkrwo { width:18.75rem;height:12.125rem;top:76.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWuWn6tSbuLse9dmBmxGn7nRTTJeRhxp { width:8rem;height:0;top:74.75rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTLXv6PoHGwKqS2SeW4s7NTeUXbEKZGI { width:5.5rem;height:0;top:73.25rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRo2d5Vw5Ctats4seIaB0bQeFBy9M0CO { display:flex;width:1.25rem;height:1.25rem;top:76.8125rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #GK0Nh3vfuHDtbBDcFLbNQyQ2vkdeQZwJ { display:flex;width:1.25rem;height:1.25rem;top:76.8125rem;left:11.75rem; }
 }@media only screen and (max-width: 763px) { #yOhrETx7KcpJlx6fpbGW2bW6pU9Zd6n8 { display:flex;width:1.25rem;height:1.25rem;top:76.8125rem;left:9.3125rem; }
 }@media only screen and (max-width: 763px) { #UC0f3sDMKuwAtTmgUNmnsTBRroU5vOD4 { display:flex;width:1.25rem;height:1.25rem;top:76.8125rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #oVeCLqtLe8VmTJzFURB1tOZyGr3hKkKZ { display:flex;width:1.25rem;height:1.25rem;top:76.8125rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #fL04yIJscO0wPeTrSEC26Lp3AevQ9URK { width:10.4375rem;height:0;top:68.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgzgNkwEXqFMryEQOKJO3LpW9K99JkLA { width:5.5rem;height:0;top:67rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvZXgTMfMmfXbEPSJv7Teu1HwRV1s4tl { width:18.75rem;height:5rem;top:69.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWonrIEZ4OkhCTIKc6F13sJQ5Zh7ysyG { width:17.5625rem;height:0;top:71.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWw34eAXN23lD9skAcJBCIwyq0u7ZSfw { display:flex;width:1.25rem;height:1.25rem;top:70.4375rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #LvhiZN0FWlmWUnQ7cC7EmHc9IBMk0Dvg { display:flex;width:1.25rem;height:1.25rem;top:70.4375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #hc1LNUMmAp3IszbeT8z5oXFyI39ZsDAK { display:flex;width:1.25rem;height:1.25rem;top:70.4375rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #CDZ6kPv8TXqQV3dnBUlkp1LbyB7lrp8f { display:flex;width:1.25rem;height:1.25rem;top:70.4375rem;left:10.6875rem; }
 }@media only screen and (max-width: 763px) { #sGvHRJuwH1LfHBdagR13PIzEfKoz2zIq { display:flex;width:1.25rem;height:1.25rem;top:70.4375rem;left:11.875rem; }
 }@media only screen and (max-width: 763px) { #VkFMW4dCUTEbciZT25FQXi8glTV42aoG { display:block; }#VkFMW4dCUTEbciZT25FQXi8glTV42aoG > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XmBh8H87PTVQ3TVTv4GiaMZvG9ksichU { width:18.75rem;height:5.20078125rem;top:0.81250476837156rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zl8Fbw3GzUrMcQfIJ0ucTQIWe9Wgahc1 { width:5rem;height:0.125rem;top:8.1999969482425rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAJ8f839clG7XkXeATeePzzGgOsPiTi9 { width:18.75rem;height:38.96946875rem;top:9.8562631607056rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snGQSHh9PssQNc0odWmGVic6IDxSdwcV { width:10.1875rem;height:12.3125rem;top:68.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rrofk9TVJUfZTLBfIyBUUtrsF52a0qfZ { width:18.625rem;height:12.375rem;top:54.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNMNZLRyXtUsvHFX9AVlsTAbdvrHP7Bb { width:8rem;height:5.9375rem;top:75.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsppDra0TcBz2KHRN6ZiZreKfJzrIQR0 { width:8rem;height:5.9375rem;top:68.75rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZlcPLtQgObd2BVATz0Tzz8Aa2xOHya0 { width:18.75rem;height:0.975rem;top:6.57421875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.3;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #lrz0wFyDANVyX0C8U8CVIg8MqRUUMsr4 { width:13.3125rem;height:3.125rem;top:49.6875rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQla5avNLvFf09egwtxeFcqnHzLQgrD0 { display:block; }
 }@media only screen and (max-width: 763px) { #dZ1WpGZsoRCq9UXyFrC3HA8FmdTnarU8 { width:2.5625rem;height:1.6875rem;top:60.5625rem;left:11.625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Da7C8hcc72dbqbLTsiAJhrhtfDJ93RBm { display:none; }#Da7C8hcc72dbqbLTsiAJhrhtfDJ93RBm > .row .container { width:20rem;height:36.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ArVchnKVvqVSzuEouHZQaPznTKv81pAw { width:18.75rem;height:2.6rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ0pJAnNBUtmRKgGvzW7aG0TOowNTzev { width:5rem;height:0.125rem;top:3.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwlDcmEbLRdDdwVLV7TQ3V7AUqTR4KuS { width:18.75rem;height:4.5rem;top:19.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3JAhpFgnrhwnNVzlBSA0DMd972Zl6QK { width:12.8125rem;height:12.8125rem;top:5.1562256813049rem;left:3.5937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3gDqFAC6FBi5qxMLD03CrqRczZa5TWt { width:20rem;height:0;top:24.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RdEFlvNRzELD5zBeFWnug8CTe5klmsgg { width:20rem;height:3rem;top:31.999999523163rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMH1Mz8O29bX3iMKunV0TubnvVGM3VvL { width:20rem;height:6rem;top:24.812499523163rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #bxy2hUZqycZqS9gTZFqJt2EMm86g3zEu { display:block; }#bxy2hUZqycZqS9gTZFqJt2EMm86g3zEu > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arHSuUxm2OQyhN1IabnQGfcyOTgTWncu { width:18.75rem;height:5.20078125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqT397eeyxWJW2yAZsgXPQJIcXx1blAu { width:5rem;height:0.125rem;top:7.7rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucDeBse34q3ITovGec8iiXOfL0GeDwvy { width:18.75rem;height:35.97184375rem;top:8.8750238418581rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8tFzDkdHlE2VHv4lGlgSIpzg1Tc3TU0 { width:18.75rem;height:12.8125rem;top:46.387513160706rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9fzUJmVq4Q6FCkhhQ1vOoJ38nl081oB { width:8.9375rem;height:6.5625rem;top:59.574221611023rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwbFqbnwTTPJXO9vebwXCzrBhoKtK4pg { width:9rem;height:6.75rem;top:66.560159683225rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoNk9TZ4HLBBeGCT36WeJHbWgiRgABT1 { width:9.375rem;height:13.75rem;top:59.573439598084rem;left:9.9843026832094rem;display:block; }
 }@media only screen and (max-width: 763px) { #om7w9gf0gIpKM3NF9oKCNODndHxOXzeI { display:block; }#om7w9gf0gIpKM3NF9oKCNODndHxOXzeI > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGxOsTVDov02tEqpfD0uvvI8PhTPTrXc { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKdCClz5U8APKKuKb9N458vLTiLxcKi4 { width:20rem;height:5.20078125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8MXLL0gqgbzd1daffRXAD1qJ4xXMaii { width:5rem;height:0.125rem;top:8.95rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NamgE0fBteXTlTtck7BWfhXklnJb2f45 { width:18.75rem;height:8.9929625rem;top:10.075000524521rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #glasnlLowWqI7wFvHnl4r3kh2vhJdU2w { display:flex;width:3.75rem;height:3.75rem;top:21.125rem;left:5.5625rem;font-size:2.625rem; }
#glasnlLowWqI7wFvHnl4r3kh2vhJdU2w > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #oTOUV6GTysWw0f87gFEiAc9bFvsftNVc { display:flex;width:3.75rem;height:3.75rem;top:21.125rem;left:10.6875rem;font-size:2.625rem; }
#oTOUV6GTysWw0f87gFEiAc9bFvsftNVc > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #p6obHc8kO1b85NnfnNhE7wvNT474mCGD { width:18.75rem;height:2.99765625rem;top:27.199999570846rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diDwAH5lFOGT5KmUiZMq3L521TWrzmCo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3d9ded47-e446-48b8-965b-a2513014f754/tlo_z_pizza.jpg");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo.adaptive-delivery-prevent-bg, #diDwAH5lFOGT5KmUiZMq3L521TWrzmCo.lazyload, #diDwAH5lFOGT5KmUiZMq3L521TWrzmCo.lazyloading { background-image: none; }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .row .container { background-color: transparent; background-image: none; }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .row .container > .video-iframe-container { display: none; }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .row > .video-iframe-container { display: none; }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .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); }#diDwAH5lFOGT5KmUiZMq3L521TWrzmCo > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMhGfcEvFM9mRvs11io3aznbTZH5XgTz { width:5.875rem;height:4.5rem;top:52.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { width:20rem;height:26.1875rem;top:5.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2PTnyRwmcbSu0W0GKod7s6Qcn6I1FfS { display:flex;width:3.125rem;height:3.125rem;top:58.1875rem;left:6.1875rem; }
#V2PTnyRwmcbSu0W0GKod7s6Qcn6I1FfS > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #OqwCiJzfdJaJg98ZDHEfcfwKNOBkOG0x { display:flex;width:2.75rem;height:2.75rem;top:58.375rem;left:11.0625rem; }
#OqwCiJzfdJaJg98ZDHEfcfwKNOBkOG0x > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { width:18.75rem;height:21.09375rem;top:7.3742179870606rem;left:0.7476561665535rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#1a1b1e;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #TLdiA49ICrpxt19wFX2XXsCVay3Ed7ii { width:4.9375rem;height:0.0625rem;top:8.875rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { width:15.5625rem;height:auto;top:5.3125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:2rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #vEtHDkw8KLWBbdwl56QaenVtJevpBDn0 { top:4.875rem;left:0.74999994039537rem;width:18.8125rem;height:24.0625rem;z-index:15022;background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem #e0001f ;display:block; }
 }@media only screen and (max-width: 763px) { #hqDG6TAVArE79T9kGpukL70fEvpmtDrU { width:18.75rem;height:1.7859375rem;top:5.4363403320312rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #uz39PCg8se2Rtq6uwsnRFZrd3AUUrpyh { width:5rem;height:0.125rem;top:36.561717033386rem;left:7.6242178082469rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #oykOvT6qVM42BalO92XMQsKAAR1ekEso { width:18.75rem;height:2.6003875rem;top:0.56254959106445rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c33xK1hSdaohUsLxkq4IVLUoUJQPTAM8 { width:5rem;height:0.125rem;top:3.6492195129394rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJewtArHpJfXOKD6nMMdNuEe8bSLFvR1 { width:17.125rem;height:0;top:27.550000190735rem;left:1.4375001192093rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAP6tuCwgZv23fc2qLXaJfLn18GkR1Gm { width:5rem;height:0.125rem;top:8.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFVUkqT1vhW60VqyAn9GuCrDBqyTRhbN { width:13.375rem;height:1.875rem;top:34.062107563019rem;left:3.4992182850837rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-regular-label { display:block;width:15.5625rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-text { width:15.5625rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-text {padding-top: 0; padding-bottom: 0;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-textarea { width:15.5625rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-select { width:15.5625rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-select {padding-top: 0; padding-bottom: 0;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-input-button { width:15.5625rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-checkbox-label { width:14.6875rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .widget-radio-label { width:6.90625rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc  { width:16.187125rem;height:auto;top:36.318748474121rem;left:0.6539061665535rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc .radio-container { width:16.1875rem; }
#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc {display:inline-block;}#oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc { width:16.187125rem;height:auto;top:36.318748474121rem;left:0.6539061665535rem; }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #AdExoRToxxHQHxIhOWdLr1BAJtmVRxZi {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #qNhkOqkOBgtELiqlqIKNFusioLuD7Jbh {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #bG0mKE9ubcCw2E5LvqIo0qDcWbTkFv5v {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #X0J6heRtDt2xyk3MIFJmH10VRf4N0qsR {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #oxTHHqwCyBLg7EDKe28JTZAT6eIm2XIG {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #e5NplhzPVzVug7aggQ834tEpubnpptdl {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #vLdzHVoprUEBDd7GtITarfTKiIlJWvcP {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #H5cv9DMOtsGsBTJo1lS24De3fp3WN5W3 {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #OSaHb0ws8Jp0CkyenvCXTrTxSHvrubtm {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #dJHlrEm6ntqGnIAJk03Quf198XPHyFzi {  }
 }@media only screen and (max-width: 763px) { #oZTwlCpTkCDZmKyTJOPAJxz4rMwSO6pc #hJTi9ZTLw5K1BBFHvE9TBiXi9olTn979 {  }
 }@media only screen and (max-width: 763px) { #JmtTQZVXgaEUxgfnJ5OeTpPetgXBNgcV { width:17.125rem;height:4.059375rem;top:29.237498760223rem;left:1.4367186427116rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #N1aKnczST8rnwpqRV3LGroEMybdBZa0l { display:block; }#N1aKnczST8rnwpqRV3LGroEMybdBZa0l > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSqyKfbK5pTCLNuSANGupbhZOPuFg1ln { width:19.9991875rem;height:4.5rem;top:1.25rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzGGumXHkC6b7MpeZpGugPOtlqLX6itB { display:none; }#uzGGumXHkC6b7MpeZpGugPOtlqLX6itB > .row .container { width:20rem;height:45.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TvbvRqkGlZAiO9y4u4WkdxCcKIukABf8 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIeNvE2frVdvm3TFFnftlr5dzVf8x1lE { width:5rem;height:0.125rem;top:4.4124946594238rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhNNXkumgTfe8ht2fz94XW3TkOUh4FWq { width:18.5625rem;height:5.1rem;top:11rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2mUJwmzCZKSkmILntM3E6av7anSHXCD { width:18.75rem;height:16.8rem;top:27.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txNNC5e4IHA3W3xC7X0QCD3k59Ll1w2k { width:18.75rem;height:8.4rem;top:17.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6fs1spzIHZmAF36TrCBbabTduX8pUXe { width:18.125rem;height:3.4rem;top:5.6875004768372rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aub1BMAyTJncN64rWrpBoHtOUQmlT4oZ { display:none; }#aub1BMAyTJncN64rWrpBoHtOUQmlT4oZ > .row .container { width:20rem;height:59.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QKUJTKwvKT7DeeTapCMfyBy023fTT4mn { width:20rem;height:2.6rem;top:1.7500095367432rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkhJWqTvggPFpxf61IGdH20GRWQZPtPw { width:5rem;height:0.125rem;top:33.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykfhTtXN2uAGLAlfvfJTfO7BqorW0CZH { width:18.75rem;height:8.5875rem;top:6.887499809265rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#ykfhTtXN2uAGLAlfvfJTfO7BqorW0CZH li:before{  }
 }@media only screen and (max-width: 763px) { #NoZ1wUzR0ux67oq8gxBZ5JJUGEmEpWkv { width:18.75rem;height:7.9625rem;top:16.925000190735rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qWhzX04dSJilAZ2ck7lffm7TOBBwCCkN { width:20rem;height:2.275rem;top:55.1875rem;left:0rem;font-size:0.875rem;display:block; }#qWhzX04dSJilAZ2ck7lffm7TOBBwCCkN li:before{  }
 }@media only screen and (max-width: 763px) { #X5co44hwLIb6CfzxrZ4Tq24346lAqJ0X { width:17.5625rem;height:1.3rem;top:53rem;left:1.25rem;font-size:1rem;display:block; }#X5co44hwLIb6CfzxrZ4Tq24346lAqJ0X li:before{  }
 }@media only screen and (max-width: 763px) { #gLTUoNtwfxxH0PCOJSFW1nU68346zKpm { width:20rem;height:2.275rem;top:49.5rem;left:0rem;font-size:0.875rem;display:block; }#gLTUoNtwfxxH0PCOJSFW1nU68346zKpm li:before{  }
 }@media only screen and (max-width: 763px) { #Bqs7NQtgvbf1mpZRUA6ndcTF9JU2kQtK { width:18.875rem;height:8.5875rem;top:37.4375rem;left:0.5625rem;font-size:0.875rem;display:block; }#Bqs7NQtgvbf1mpZRUA6ndcTF9JU2kQtK li:before{  }
 }@media only screen and (max-width: 763px) { #FOKkAp4MOnCmCtUnUiyGFTpWF1GZvOpO { width:17.5625rem;height:1.3rem;top:47.25rem;left:1.1875rem;font-size:1rem;display:block; }#FOKkAp4MOnCmCtUnUiyGFTpWF1GZvOpO li:before{  }
 }@media only screen and (max-width: 763px) { #lXCFsT03Rv57OCrT8QARHLmS83iRnC3Q { width:17.5625rem;height:1.3rem;top:35.1875rem;left:1.25rem;font-size:1rem;display:block; }#lXCFsT03Rv57OCrT8QARHLmS83iRnC3Q li:before{  }
 }@media only screen and (max-width: 763px) { #DBv9wMZhhSXz2kAAsb9FMaWbT0oBWsGq { width:5rem;height:0.125rem;top:4.8249936103821rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJovXmKDfDUieB9d5UGrroFUHl8RlLGK { width:20rem;height:2.6rem;top:31.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyNlAICeXr5T830HgkAvc6d2KskDs8GH { width:10.25rem;height:3.4375rem;top:26.562491953373rem;left:4.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh08bo4cwxFycOKrNvLuTpDiClCxtbTu { display:block; }
 }@media only screen and (max-width: 763px) { #kTn1PLDeU1LRftayE4KxSGyDzbBsEFXP { display:none; }#kTn1PLDeU1LRftayE4KxSGyDzbBsEFXP > .row .container { width:20rem;height:69.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B49IdaoTKR2xSh724A7bKTeruGQLMzdf { width:18.75rem;height:2.6rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzrzibUzTnrAi2WD85fufxFpnPnvZM33 { width:5rem;height:0.125rem;top:4.0625rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #feGVCB69GRqQWHQbzn0iJBmJT46Br2L9 { width:18.75rem;height:3rem;top:22.623414993286rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTG9THCRwW0xXf0mCPeWV7O0zzdLwdRp { width:15.375rem;height:15.375rem;top:5.6546878814697rem;left:2.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfDSZB0Vr3S4QLPsuH2TOZrvpSHripDF { width:20rem;height:0;top:24.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPJL5T68rZRzg2FJS022KHOxn5CuRXwN { width:20rem;height:1.5rem;top:61.375024795532rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaRNOGGfMxX2JV8EKnCSFivDbigWlL7b { width:18.75rem;height:33rem;top:26.299230337143rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Mxa8icDaTcnWH9HsOnXCZ8fi24aLdvLy { width:14.8125rem;height:3.125rem;top:64.50000190735rem;left:2.5937501192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnQPDZK1Tlh3XWmkvFSlXsBpsHBw1zad { display:block; }
 }@media only screen and (max-width: 763px) { #k2ukNsRnP7gwIg2uForVTS1fmrkt75WR { width:20rem;height:auto;top:26.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }