.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:234,169,60;--color-primary-1:246,167,29;--color-primary-2:248,169,26;--color-primary-3:241,60,2;--color-primary-4:174,2,2;--color-secondary-0:217,228,243;--color-secondary-1:140,175,220;--color-secondary-2:64,121,196;--color-secondary-3:16,88,181;--color-secondary-4:28,52,143;--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:"Open Sans";--paragraphs-font-family:"Open Sans"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#GziFHT7l9rTB6tngeNTmuT0PphrKoXVR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#GziFHT7l9rTB6tngeNTmuT0PphrKoXVR > .row .container { background-color: transparent; background-image: none; }#GziFHT7l9rTB6tngeNTmuT0PphrKoXVR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GziFHT7l9rTB6tngeNTmuT0PphrKoXVR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GziFHT7l9rTB6tngeNTmuT0PphrKoXVR > .row .container > .video-iframe-container { display: none; }#GziFHT7l9rTB6tngeNTmuT0PphrKoXVR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GziFHT7l9rTB6tngeNTmuT0PphrKoXVR > .row > .video-iframe-container { display: none; }#GziFHT7l9rTB6tngeNTmuT0PphrKoXVR > .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); }#GziFHT7l9rTB6tngeNTmuT0PphrKoXVR > .row .container { border-width: 0; border-radius: 0; }#GziFHT7l9rTB6tngeNTmuT0PphrKoXVR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GziFHT7l9rTB6tngeNTmuT0PphrKoXVR > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#KQJ2DEvqwPUdlOTgzyzhEl9NeXCtvogg { box-sizing:content-box;height:3.75rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#454b7e;background-image:none;top:0rem;left:0rem;display:block; }
#f2NVhth1Cdg7Rbg2Qv4L7ioQgmWJIq1L { background-color:rgba(var(--color-primary-4),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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:exo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.5625rem;left:51.000001907349rem;display:block; }
#uBKgnlwnFcQGLmu8UzaNolb7DtibJmwN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rn7thv5RM19hdrtA27eJtuF71dTtyUmu { color:rgba(var(--color-tertiary-4),1);display:block;width:33.0625rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:0.52499961853027rem;left:15.5625rem;height:2.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C4kGpAiPowQznD6TNqAnupWbNkvm4OlH { color:rgba(var(--color-tertiary-4),1);display:block;width:9.375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.41250038146973rem;left:1.5625rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#LqcOKx0RX9tLWRuIGoJ8zLnO6pNsFBTF { position:relative;display:block; }#LqcOKx0RX9tLWRuIGoJ8zLnO6pNsFBTF { background-color: transparent; background-image: none; }#LqcOKx0RX9tLWRuIGoJ8zLnO6pNsFBTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqcOKx0RX9tLWRuIGoJ8zLnO6pNsFBTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqcOKx0RX9tLWRuIGoJ8zLnO6pNsFBTF > .row .container > .video-iframe-container { display: none; }#LqcOKx0RX9tLWRuIGoJ8zLnO6pNsFBTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqcOKx0RX9tLWRuIGoJ8zLnO6pNsFBTF > .row > .video-iframe-container { display: none; }#LqcOKx0RX9tLWRuIGoJ8zLnO6pNsFBTF > .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); }#LqcOKx0RX9tLWRuIGoJ8zLnO6pNsFBTF { border-width: 0; border-radius: 0; }#LqcOKx0RX9tLWRuIGoJ8zLnO6pNsFBTF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LqcOKx0RX9tLWRuIGoJ8zLnO6pNsFBTF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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(81,81,81,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(81,81,81,0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: block; }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:60rem;overflow:visible;position:relative;display:block; }#os197z1FBMT38qytShW1fw0E5bMMG0Re { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:11rem;top:1.5625rem;left:46.812501907349rem;overflow:hidden;display:block; }
#ClFTsWkTnSlutpI4rf92FvTGOMn40U39 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:arvo;font-size:3rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.25rem;left:14.8125rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#FvO0m5yx5FHmpT5Bvua5a9zyeWKQlEvD { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:arvo;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.6875rem;left:14.8125rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#KvAV7d62zr1DZ0RKrXTbJyvoE3FzI4XW { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.4375rem;left:14.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#AWsr0kCmBIV760r2tS9QfPOl47LKbDPz { background-color:#fe0213;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:arvo;font-size:2.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:6.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.312499523163rem;left:20.15625rem;display:block; }
#orV2ryM8NctUCch5H7iwUFJf5hJvF0o8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nv4TuVIue9aAxt7ct1Ai0zfmATwP8Co9 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.550000667572rem;left:14.8125rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#Jzfq3UJ6dEk4RWvp54fVWkLdOqIJBCQb { color:rgba(var(--color-tertiary-0),1);display:block;width:38.6875rem;position:absolute;font-family:read;font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:27.749999523163rem;left:10.65625rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XgwZQR3rpB9MplMlBccqGkokb7xm76eQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/035e3e7d-fc31-4c80-8aa8-9b8ba5bc361d/Foodbox.png");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; }#XgwZQR3rpB9MplMlBccqGkokb7xm76eQ.adaptive-delivery-prevent-bg, #XgwZQR3rpB9MplMlBccqGkokb7xm76eQ.lazyload, #XgwZQR3rpB9MplMlBccqGkokb7xm76eQ.lazyloading { background-image: none; }#XgwZQR3rpB9MplMlBccqGkokb7xm76eQ > .row .container { background-color: transparent; background-image: none; }#XgwZQR3rpB9MplMlBccqGkokb7xm76eQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,89,50,0.7); }#XgwZQR3rpB9MplMlBccqGkokb7xm76eQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XgwZQR3rpB9MplMlBccqGkokb7xm76eQ > .row .container > .video-iframe-container { display: none; }#XgwZQR3rpB9MplMlBccqGkokb7xm76eQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,89,50,0.7); }#XgwZQR3rpB9MplMlBccqGkokb7xm76eQ > .row > .video-iframe-container { display: none; }#XgwZQR3rpB9MplMlBccqGkokb7xm76eQ > .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); }#XgwZQR3rpB9MplMlBccqGkokb7xm76eQ > .row .container { border-width: 0; border-radius: 0; }#XgwZQR3rpB9MplMlBccqGkokb7xm76eQ::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; }#XgwZQR3rpB9MplMlBccqGkokb7xm76eQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XgwZQR3rpB9MplMlBccqGkokb7xm76eQ > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:60rem;position:relative;display:block; }#xJwFADRcK3D4bpWQmDHc96mSkW29CRl2 { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:arvo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:24.500001907349rem;left:22.1875rem;display:block; }
#iF04RSEin1Gg6S2INWUnWEAgnCbPOkFK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akW6tp0ESFvVnrmAVtVcz8sqTm7GUikT { color:rgba(var(--color-tertiary-0),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:14.625001907349rem;left:5.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VPv1XCdAX1ouEvKV400L0edsEdX2osLw { color:#ffd200;display:block;width:54.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.1875rem;left:2.71875rem;height:7.8rem;text-align:center;text-align-last:center;display:block; }
#pFWIr8LqRFvnenaZnu3pMSpRUFkGshLr { color:rgba(var(--color-tertiary-0),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:17.75625038147rem;left:5.125rem;height:5.3625rem;text-align:center;text-align-last:center;display:block; }
#xXxUVkhuyHvKwwzoL5kTTpr1qeSno6Bq { color:rgba(var(--color-tertiary-0),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.0625rem;left:5.125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nc4qhHFLgwn4x6l3lHU6sz4wW1lHxy1Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#Nc4qhHFLgwn4x6l3lHU6sz4wW1lHxy1Q > .row .container { background-color: transparent; background-image: none; }#Nc4qhHFLgwn4x6l3lHU6sz4wW1lHxy1Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nc4qhHFLgwn4x6l3lHU6sz4wW1lHxy1Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nc4qhHFLgwn4x6l3lHU6sz4wW1lHxy1Q > .row .container > .video-iframe-container { display: none; }#Nc4qhHFLgwn4x6l3lHU6sz4wW1lHxy1Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nc4qhHFLgwn4x6l3lHU6sz4wW1lHxy1Q > .row > .video-iframe-container { display: none; }#Nc4qhHFLgwn4x6l3lHU6sz4wW1lHxy1Q > .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); }#Nc4qhHFLgwn4x6l3lHU6sz4wW1lHxy1Q > .row .container { border-width: 0; border-radius: 0; }#Nc4qhHFLgwn4x6l3lHU6sz4wW1lHxy1Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nc4qhHFLgwn4x6l3lHU6sz4wW1lHxy1Q > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#dT5LSMRSh8T2xJc7wBAf879Iqu3fHW9Q { color:#5f494e;display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:5.85rem;text-align:left;text-align-last:left;display:block; }
#BZTplzwlvFuoclWeuhhxInR1xUCMz64o { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:arvo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:11.3125rem;left:0rem;display:block; }
#HdGBUA6lJhlL55htdox9wzmvoEEF4bSF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GLNyhRH6Sg2asTwuOu5RpDiKirDWFPwO { background-color:rgba(var(--color-secondary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:arvo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.187501907349rem;left:0rem;display:block; }
#xAZ0LZ3hWFybzhzstV43HadpOmuCtCsU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZTWLOrLNswHiFod4tNDvZJxAiQNGDIlK { color:rgba(var(--color-tertiary-4),1);display:block;width:27.125rem;position:absolute;font-family:"pt sans narrow";font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:29.000001907349rem;height:17.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KVVOsvq6FZHGf2Go1cM7Jik782Tlac0P { color:rgba(var(--color-tertiary-4),0.54);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.0625rem;left:29.125001907349rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#vSLeKL6UR1FdaIHvG0JiCOcdnfNf2ekF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#vSLeKL6UR1FdaIHvG0JiCOcdnfNf2ekF > .row .container { background-color: transparent; background-image: none; }#vSLeKL6UR1FdaIHvG0JiCOcdnfNf2ekF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSLeKL6UR1FdaIHvG0JiCOcdnfNf2ekF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSLeKL6UR1FdaIHvG0JiCOcdnfNf2ekF > .row .container > .video-iframe-container { display: none; }#vSLeKL6UR1FdaIHvG0JiCOcdnfNf2ekF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSLeKL6UR1FdaIHvG0JiCOcdnfNf2ekF > .row > .video-iframe-container { display: none; }#vSLeKL6UR1FdaIHvG0JiCOcdnfNf2ekF > .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); }#vSLeKL6UR1FdaIHvG0JiCOcdnfNf2ekF > .row .container { border-width: 0; border-radius: 0; }#vSLeKL6UR1FdaIHvG0JiCOcdnfNf2ekF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vSLeKL6UR1FdaIHvG0JiCOcdnfNf2ekF > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:60rem;position:relative;display:block; }#JCmF1T3yFt8mvh0ppdvZJLXN1h5zzXiy { color:#5f494e;display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.5625rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#yL2tfEdK54fob1GZWeO8w82kUT7WAy3B { color:#5f494e;display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8rem;left:1.5625rem;height:8.9375rem;text-align:center;text-align-last:center;display:block; }
#WAvFtBTWc4NaLdTTRah2mRnwWPn4mOPz { color:#5f494e;display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.8125rem;left:1.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#hK1rTTk7fEI2wsDHDPoiBEisH9b64oXa { color:rgba(var(--color-tertiary-4),1);display:block;width:56.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.8125rem;left:1.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#CIJKorEVvAowk5q3zpIEhRS6XLE7M10A { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:arvo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:27.3125rem;left:22.1875rem;display:block; }
#VvLnO2KJg31AGo469HvV3ioA9x86mTbP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vXEVWTkCTc1m8HFtmMpf1v7bnJwZeToK { position:relative;display:block; }#vXEVWTkCTc1m8HFtmMpf1v7bnJwZeToK { background-color: transparent; background-image: none; }#vXEVWTkCTc1m8HFtmMpf1v7bnJwZeToK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXEVWTkCTc1m8HFtmMpf1v7bnJwZeToK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXEVWTkCTc1m8HFtmMpf1v7bnJwZeToK > .row .container > .video-iframe-container { display: none; }#vXEVWTkCTc1m8HFtmMpf1v7bnJwZeToK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vXEVWTkCTc1m8HFtmMpf1v7bnJwZeToK > .row > .video-iframe-container { display: none; }#vXEVWTkCTc1m8HFtmMpf1v7bnJwZeToK > .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); }#vXEVWTkCTc1m8HFtmMpf1v7bnJwZeToK { border-width: 0; border-radius: 0; }#vXEVWTkCTc1m8HFtmMpf1v7bnJwZeToK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vXEVWTkCTc1m8HFtmMpf1v7bnJwZeToK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:62.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o0TUMUIbLKG5Oh1eousqlpEEJhyK5DzG { color:#5f494e;display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.875rem;left:1.5625rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#HiRIzgHsxNJ9dWwEJPsLMRxux5BNToEy { box-sizing:content-box;height:20.875rem;width:29.375rem;position:absolute;display:block;z-index:15007;background-color:#f4f4f4;background-image:none;top:10.4375rem;left:0.625rem;display:block; }
#LlZkBF25zzeqeZ6DNEqSehoUBL66valV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:29.375rem;top:10.4375rem;left:30rem;overflow:hidden;display:block; }
#gM5vaT0yNkM0JsGAW8xzlMSRVnR4l0cK { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.3125rem;left:4.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CfHfrqJfOEHcOCtV1xwR9dpsDxcIMflq { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:10.4375rem;left:4.1875rem;display:block; }
#XPa5CIpiQyzHeblBfGiG4eHQBM4kTvzr { color:rgba(var(--color-tertiary-4),1);display:block;width:21.375rem;position:absolute;font-family:"pt sans narrow";font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:17.5rem;left:4.1875rem;height:11.025rem;text-align:left;text-align-last:left;display:block; }
#GEgP2kuLyBpTV2ky838zLzJWh4szxrcq { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.875rem;top:11.09375rem;left:4.625rem;overflow:hidden;display:block; }
#lDgFTUas7GoeN6KLXOb46UR5m7i3y47k { box-sizing:content-box;height:31.3125rem;width:29.375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:31.3125rem;left:30.000001907349rem;display:block; }
#QqniaFgzX6rGqSqsuP7WHG1TIrSus0Ie { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;top:31.300003051757rem;left:33.562501907349rem;display:block; }
#NfioOOyfIJRQZ77AWwWGayAvSqoeZzcT { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:36.5rem;left:33.562501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zkf6dM3oxSVexiOUMlpJyUqZvXT7uyWC { color:rgba(var(--color-tertiary-0),1);display:block;width:21.375rem;position:absolute;font-family:"pt sans narrow";font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:39.125rem;left:33.562501907349rem;height:18.375rem;text-align:left;text-align-last:left;display:block; }
#vtTJsXb2C4LZ3Zq1lNWv5wy7ssa0ZA04 { box-sizing:content-box;height:31.3125rem;width:29.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/ba64e8ab-f162-4ff3-af7f-19a32447be5b/1aef163bimg0866_10ri10o0q410o00o00001o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:31.3125rem;left:0.625rem;display:block; }#vtTJsXb2C4LZ3Zq1lNWv5wy7ssa0ZA04.adaptive-delivery-prevent-bg, #vtTJsXb2C4LZ3Zq1lNWv5wy7ssa0ZA04.lazyload, #vtTJsXb2C4LZ3Zq1lNWv5wy7ssa0ZA04.lazyloading { background-image: none; }
#u5Ur1HdS3bBOK89FmizK2g5lXXp8Uhla { 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:2.4375rem;width:2.875rem;top:31.956253051757rem;left:34.000001907349rem;overflow:hidden;display:block; }
#S6GGLNPMy1vTTbdV0S3D4GXDPp5ZKymH { position:relative;display:block; }#S6GGLNPMy1vTTbdV0S3D4GXDPp5ZKymH { background-color: transparent; background-image: none; }#S6GGLNPMy1vTTbdV0S3D4GXDPp5ZKymH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6GGLNPMy1vTTbdV0S3D4GXDPp5ZKymH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6GGLNPMy1vTTbdV0S3D4GXDPp5ZKymH > .row .container > .video-iframe-container { display: none; }#S6GGLNPMy1vTTbdV0S3D4GXDPp5ZKymH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6GGLNPMy1vTTbdV0S3D4GXDPp5ZKymH > .row > .video-iframe-container { display: none; }#S6GGLNPMy1vTTbdV0S3D4GXDPp5ZKymH > .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); }#S6GGLNPMy1vTTbdV0S3D4GXDPp5ZKymH { border-width: 0; border-radius: 0; }#S6GGLNPMy1vTTbdV0S3D4GXDPp5ZKymH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#S6GGLNPMy1vTTbdV0S3D4GXDPp5ZKymH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:66.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VZyv2oDSF9RALsM0DVNZxKIVV1ATHhx9 { box-sizing:content-box;height:20.875rem;width:29.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:0.625rem;display:block; }
#rlU7zKAF8Q1QVb4dPQe4mWyGFfF9KBEg { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:29.375rem;top:0rem;left:30.000001907349rem;overflow:hidden;display:block; }
#aSdHx70SfyPkpSDaVLCdDAkgLPMSrnEq { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.875rem;left:4.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LNcJoUetntu9w4OOvkIBEJtJLlxLLftC { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:0rem;left:4.1875rem;display:block; }
#PyX49mI3FQottieXNWvbRWmpqm3TMN7Z { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5rem;position:absolute;font-family:"pt sans narrow";font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:7.0625rem;left:4.1875rem;height:11.025rem;text-align:left;text-align-last:left;display:block; }
#wWLRGZMuAQxedZxQRPPonWSFNBsbAdqb { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.875rem;top:0.65625rem;left:4.625rem;overflow:hidden;display:block; }
#AKXzKaPi64V6zixfiEbkhMPOrOFyCtxr { box-sizing:content-box;height:20.625rem;width:29.375rem;position:absolute;display:block;z-index:15008;background-color:#f4f4f4;background-image:none;top:20.875rem;left:30.000001907349rem;display:block; }
#vuCr3MVNRb2125xv8asyHMNaZF4urXh7 { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;top:20.862503051757rem;left:33.562501907349rem;display:block; }
#JwHCBnrrP7wpEZsw1ZuQCZBdm3DqJc07 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.75rem;left:33.562501907349rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ihPw3XB3bK2TiBn6k6h7slTARZta73y6 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:"pt sans narrow";font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:27.9375rem;left:33.562501907349rem;height:9.1875rem;text-align:left;text-align-last:left;display:block; }
#ZIhGEwkXI3fLVrX0i1WmZ9306w7HeGy9 { box-sizing:content-box;height:20.625rem;width:29.375rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/c48d625e-d4e0-4fc7-80bd-c3e05394c5a7/b6911830img0873_10qc0js00000000000001o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:20.875rem;left:0.625rem;display:block; }#ZIhGEwkXI3fLVrX0i1WmZ9306w7HeGy9.adaptive-delivery-prevent-bg, #ZIhGEwkXI3fLVrX0i1WmZ9306w7HeGy9.lazyload, #ZIhGEwkXI3fLVrX0i1WmZ9306w7HeGy9.lazyloading { background-image: none; }
#TDx576JqFvvWATrM5HSrLX3SOXBVcTvI { 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:2.4375rem;width:2.875rem;top:21.518753051757rem;left:34.000001907349rem;overflow:hidden;display:block; }
#ykrWpOvQAvONTR2F9tdzsiBrEhUoZge1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:29.375rem;top:41.4375rem;left:30rem;overflow:hidden;display:block; }
#tsomJlqqZNxWwdA2534tW1oAc7rKTcPC { box-sizing:content-box;height:20.875rem;width:29.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:41.4375rem;left:0.625rem;display:block; }
#dsX6XD2pLsDVUwLFTEJ8O9inkZM9r0hu { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:"pt sans narrow";font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:48.5rem;left:4.1875rem;height:9.1875rem;text-align:left;text-align-last:left;display:block; }
#JI3DwzouJacoswCKSTOKzKhU4AF29M0W { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:46.3125rem;left:4.1875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pTO4mmoUITz3fQ2tQg2UWX845I3yIZ2d { box-sizing:content-box;height:3.75rem;width:3.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:41.4375rem;left:4.1875rem;display:block; }
#od4NVFSF8z8zQ9Udx0aaTwTXJ5nmJz1G { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.875rem;top:42.125rem;left:4.625rem;overflow:hidden;display:block; }
#ND4UTdVWtX7slO6BVC9bLLeK8yA5d8Ka { position:relative;display:block; }#ND4UTdVWtX7slO6BVC9bLLeK8yA5d8Ka { background-color: transparent; background-image: none; }#ND4UTdVWtX7slO6BVC9bLLeK8yA5d8Ka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ND4UTdVWtX7slO6BVC9bLLeK8yA5d8Ka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ND4UTdVWtX7slO6BVC9bLLeK8yA5d8Ka > .row .container > .video-iframe-container { display: none; }#ND4UTdVWtX7slO6BVC9bLLeK8yA5d8Ka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ND4UTdVWtX7slO6BVC9bLLeK8yA5d8Ka > .row > .video-iframe-container { display: none; }#ND4UTdVWtX7slO6BVC9bLLeK8yA5d8Ka > .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); }#ND4UTdVWtX7slO6BVC9bLLeK8yA5d8Ka { border-width: 0; border-radius: 0; }#ND4UTdVWtX7slO6BVC9bLLeK8yA5d8Ka > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ND4UTdVWtX7slO6BVC9bLLeK8yA5d8Ka > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CgZT7Tvd6Aw7mUz5ZOKcVyDb6IghWUBC { color:#5f494e;display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1250019073486rem;left:1.5625rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#fuL1ULo0sKVgpexC6uv3zCLfk24C6DKa { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:11.25rem;top:9.625rem;left:24.625rem;overflow:hidden;display:block; }
#uXUa04r2AGP6uRCPMpiZeIwx8BzcgNea { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:16.25rem;top:9.625rem;left:39.5rem;overflow:hidden;display:block; }
#agg0amiKFHXMUGpVH2zE5Po0fmVbR9oQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:16.8125rem;top:9.625rem;left:4.1875rem;overflow:hidden;display:block; }
#oep5ZLFVesmUc3weGZHdRbTZwTSXSn1y { position:relative;display:none; }#oep5ZLFVesmUc3weGZHdRbTZwTSXSn1y { border-width: 0; border-radius: 0; }#oep5ZLFVesmUc3weGZHdRbTZwTSXSn1y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oep5ZLFVesmUc3weGZHdRbTZwTSXSn1y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xUrPZKZn2mWJ74hn0GTBN0PVoik9IGxe { color:#5f494e;display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1250019073486rem;left:1.5625rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#et4H9S4X4A1gTRX2Dl5De9BsuMWhUBM8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:9.3125rem;top:7.875rem;left:2.3125rem;overflow:hidden;display:block; }
#IZb6s50NIZ6hU4hLy2MLvim3Tl25SyQ6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:13.625rem;top:8.375rem;left:14.6875rem;overflow:hidden;display:block; }
#h2CmQVw00NwuZTHu2vRkxDuRxtVpz5zS { position:absolute;display:block;z-index:15010;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.375rem;width:9.6875rem;top:7.9375rem;left:31.625rem;overflow:hidden;display:block; }
#N81yh0TkPczFtd4Oatn0o5adVOxruvoP { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:12.375rem;top:8.4375rem;left:45.3125rem;overflow:hidden;display:block; }
#P8VZTfCnTg9QOT7d7yGVhpx5q25mi9n4 { position:relative;display:none; }#P8VZTfCnTg9QOT7d7yGVhpx5q25mi9n4 { border-width: 0; border-radius: 0; }#P8VZTfCnTg9QOT7d7yGVhpx5q25mi9n4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P8VZTfCnTg9QOT7d7yGVhpx5q25mi9n4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#u3USM3FSvx2XhmWRgEv3iWq1KOZTiBVC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:9.3125rem;top:1.8125rem;left:2.8125rem;overflow:hidden;display:block; }
#wRGlhbIpK0TESe7ckZOLFPxtTp9WQgtt { position:absolute;display:block;z-index:15009;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:4rem;width:10.5rem;top:1.125rem;left:15.750001907349rem;overflow:hidden;display:block; }
#yIOFxMbsDClA5vLTRGV2dibrm7Ua9R4k { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:11.375rem;top:0rem;left:30.375001907349rem;overflow:hidden;display:block; }
#ZPGTteWFMCU4ZVKsdiWhQpiMA6DGGZBu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:12.375rem;top:1.09375rem;left:44.687501907349rem;overflow:hidden;display:block; }
#tJt93AQW32UxbxZgxXUFk0C534kZvE8k { position:relative;display:none; }#tJt93AQW32UxbxZgxXUFk0C534kZvE8k { border-width: 0; border-radius: 0; }#tJt93AQW32UxbxZgxXUFk0C534kZvE8k > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tJt93AQW32UxbxZgxXUFk0C534kZvE8k > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Pw5D1HaGZugSB9EolV7IRZHKSX16pD1l { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:10.4375rem;top:1.09375rem;left:2.3125rem;overflow:hidden;display:block; }
#E6seTFJe524vbizUDVtmpKdEupTx8nTz { position:absolute;display:block;z-index:15009;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.6875rem;width:7.6875rem;top:1.09375rem;left:17.250001907349rem;overflow:hidden;display:block; }
#Q64EQBTCyESApBsyIosewTaneot9MW2o { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:13.0625rem;top:2.5187492370606rem;left:29.812501907349rem;overflow:hidden;display:block; }
#kXUbLrtVl9JNWMhqGMvtTmtmBgizp1FK { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:9.9375rem;top:1.4562492370606rem;left:46.250001907349rem;overflow:hidden;display:block; }
#RhpgpsMR7Hy960VeHZKzDaz2AyIITPH3 { position:relative;display:none; }#RhpgpsMR7Hy960VeHZKzDaz2AyIITPH3 { border-width: 0; border-radius: 0; }#RhpgpsMR7Hy960VeHZKzDaz2AyIITPH3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RhpgpsMR7Hy960VeHZKzDaz2AyIITPH3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DQfRskSLg18z3pfuoXNLQEITc2Dnft35 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:10.0625rem;top:1.4562511444092rem;left:7.875rem;overflow:hidden;display:block; }
#F0vvoFyJTG68q4pCmJZdecMeaoH8anCd { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:10.125rem;top:1.6437492370606rem;left:23.937501907349rem;overflow:hidden;display:block; }
#S2CocoFEpmUCeTqwhCHXpVx3vGdxF30m { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:14.25rem;top:2.2375011444092rem;left:39.687501907349rem;overflow:hidden;display:block; }
#N9picmwLwVcTJ9GUE1WcOskywZ4WOldG { position:absolute;display:block;z-index:15008;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:6rem;width:9.8125rem;top:0.23748779296875rem;left:7.875rem;overflow:hidden;display:none; }
#Nuf2OKW4RueJnBvGog9KN4WGKrNbR1Ab { position:relative;display:none; }#Nuf2OKW4RueJnBvGog9KN4WGKrNbR1Ab { border-width: 0; border-radius: 0; }#Nuf2OKW4RueJnBvGog9KN4WGKrNbR1Ab > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Nuf2OKW4RueJnBvGog9KN4WGKrNbR1Ab > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#deT85xoFcQ2C864qZGBrDOwWsS11DvtG { position:absolute;display:block;z-index:15008;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:6rem;width:9.8125rem;top:0.23748779296875rem;left:7.875rem;overflow:hidden;display:block; }
#iGQILLuLz0ZzSkA1v9LFfKOLOCcbeuCH { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:10.625rem;top:1.2999877929688rem;left:23.437501907349rem;overflow:hidden;display:block; }
#oqqT7vOG8h5gbRhTLa4ueyXAUv2prc2M { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:13.9375rem;top:1.5499877929688rem;left:39.625001907349rem;overflow:hidden;display:block; }
#oIJv6xdX7cv3DoEz6yq8CQmz2eJbEa3a { position:relative;display:none; }#oIJv6xdX7cv3DoEz6yq8CQmz2eJbEa3a { border-width: 0; border-radius: 0; }#oIJv6xdX7cv3DoEz6yq8CQmz2eJbEa3a > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oIJv6xdX7cv3DoEz6yq8CQmz2eJbEa3a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rWApxSMVZV4ARhlyzFqoI9p26EoTtl5q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:29.25rem;top:1.3999996185302rem;left:15.375rem;overflow:hidden;display:block; }
#cV3TdRFe3qZxG5E8eagwQwQx6Rft3LBx { position:relative;display:none; }#cV3TdRFe3qZxG5E8eagwQwQx6Rft3LBx { border-width: 0; border-radius: 0; }#cV3TdRFe3qZxG5E8eagwQwQx6Rft3LBx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cV3TdRFe3qZxG5E8eagwQwQx6Rft3LBx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TPVxL7UaR7sA3GDToBRTpTTy0LQFCmRf { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:12.3125rem;top:0.1875rem;left:23.843751907349rem;overflow:hidden;display:block; }
#VQ1GZHafdNcubC036mULyTKaZAywg6fm { position:absolute;display:block;z-index:15010;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.125rem;width:12.875rem;top:0.6875rem;left:40.937501907349rem;overflow:hidden;display:block; }
#zKLoZQhPTqGpkz6kEzgZErmx5P6lifVR { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:16.125rem;top:1.3125rem;left:4.9375rem;overflow:hidden;display:block; }
#ltnMIhd3p0SIDeov9LyTOTc0N6Zar0HW { 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; }#ltnMIhd3p0SIDeov9LyTOTc0N6Zar0HW > .row .container { background-color: transparent; background-image: none; }#ltnMIhd3p0SIDeov9LyTOTc0N6Zar0HW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltnMIhd3p0SIDeov9LyTOTc0N6Zar0HW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltnMIhd3p0SIDeov9LyTOTc0N6Zar0HW > .row .container > .video-iframe-container { display: none; }#ltnMIhd3p0SIDeov9LyTOTc0N6Zar0HW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltnMIhd3p0SIDeov9LyTOTc0N6Zar0HW > .row > .video-iframe-container { display: block; }#ltnMIhd3p0SIDeov9LyTOTc0N6Zar0HW > .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); }#ltnMIhd3p0SIDeov9LyTOTc0N6Zar0HW > .row .container { border-width: 0; border-radius: 0; }#ltnMIhd3p0SIDeov9LyTOTc0N6Zar0HW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ltnMIhd3p0SIDeov9LyTOTc0N6Zar0HW > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#VEZG1Rts9r9TzAkp16uKUGGT936viUxn { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.8125rem;left:1.5625rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#TOUG2DzXs7tH7kMTfMPTKDhc0r0HCwzI { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:"pt sans narrow";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:9.875rem;left:14.5625rem;height:9.625rem;text-align:center;text-align-last:center;display:block; }
#XhKzAgX5UbdlF36WC0VBlQ8GOupDRCD4 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:arvo;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.749994277954rem;left:32.812501907349rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#P1VBVrOT5cXA06SC9K01qDCwOgfRm6EM { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:arvo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.187494277954rem;left:22.187501907349rem;display:block; }
#F6cHXD55mWMGPveMT7qMLaw7pAFhzOw1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hgFxOi0qbheWHaKhUJgzKd7WZ1A5GbLt { 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; }#hgFxOi0qbheWHaKhUJgzKd7WZ1A5GbLt > .row .container { border-width: 0; border-radius: 0; }#hgFxOi0qbheWHaKhUJgzKd7WZ1A5GbLt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hgFxOi0qbheWHaKhUJgzKd7WZ1A5GbLt > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:none; }#llgDasSOOxht6s6TwiOehVxc0vVsIJ7J { color:rgba(var(--color-tertiary-0),1);display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.8125rem;left:1.5625rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#th9T627dagQXsNUvNSnrP8udKE2aavhb { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:"pt sans narrow";font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:9.875rem;left:14.5625rem;height:11.55rem;text-align:center;text-align-last:center;display:block; }
#cvgbXpGiGDuH69SLFbullB5mVsotuwHU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:arvo;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.749994277954rem;left:32.812501907349rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#TcvFPqyMlGehCs0G52VscoRMneiu7tb9 { background-color:rgba(var(--color-primary-3),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:arvo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:4.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:22.187494277954rem;left:22.187501907349rem;display:block; }
#bZ6IcJAEAUGVSJZWhOnCdpobwo26Hwyn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJeJUKHu7OSeFIzTm9qQ94TbF6ahlMaA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#465d50;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; }#zJeJUKHu7OSeFIzTm9qQ94TbF6ahlMaA > .row .container { background-color: transparent; background-image: none; }#zJeJUKHu7OSeFIzTm9qQ94TbF6ahlMaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJeJUKHu7OSeFIzTm9qQ94TbF6ahlMaA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJeJUKHu7OSeFIzTm9qQ94TbF6ahlMaA > .row .container > .video-iframe-container { display: none; }#zJeJUKHu7OSeFIzTm9qQ94TbF6ahlMaA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJeJUKHu7OSeFIzTm9qQ94TbF6ahlMaA > .row > .video-iframe-container { display: none; }#zJeJUKHu7OSeFIzTm9qQ94TbF6ahlMaA > .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); }#zJeJUKHu7OSeFIzTm9qQ94TbF6ahlMaA > .row .container { border-width: 0; border-radius: 0; }#zJeJUKHu7OSeFIzTm9qQ94TbF6ahlMaA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJeJUKHu7OSeFIzTm9qQ94TbF6ahlMaA > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#Ule5nk73DapFCvvwP3RXfb0hqls8Vcui { color:rgba(var(--color-tertiary-0),1);display:block;width:7.6875rem;position:absolute;font-family:arvo;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.75rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#CDSd6IelDVySUXDCkwgZAAr8CSQh4bA6 { 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:5.3125rem;width:5.3125rem;top:5.75rem;left:1.9375rem;overflow:hidden;display:block; }
#EEE6PZVbofeuhPKto7DrUPW8AsLzsr8F { color:#77a18a;display:block;width:6.5625rem;position:absolute;font-family:"pt sans narrow";font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:3.8687324523926rem;left:16.53750038147rem;height:1.225rem;text-align:left;text-align-last:left;display:block; }
#B362FeO4D1G5OgxzGHtmhTmTwgqADb8R { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:5.7499828338623rem;left:16.53750038147rem;height:4.5rem;display:block; }
#lhgbmUp4CHP3AWzAfAbtWu8VPSNs1iCD { color:#77a18a;display:block;width:6.5625rem;position:absolute;font-family:"pt sans narrow";font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:3.8687496185302rem;left:29.78750038147rem;height:1.225rem;text-align:left;text-align-last:left;display:block; }
#sdOzV881MsWUQBelIDEadvVP15oHt8a3 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.75rem;left:29.78750038147rem;height:1.3rem;display:block; }
#w9PnpZN40xkCMUrTqdiBPSNOE9rnwTm6 { color:#77a18a;display:block;width:6.5625rem;position:absolute;font-family:"pt sans narrow";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:3.75rem;left:39.97500038147rem;height:1.225rem;text-align:left;text-align-last:left;display:block; }
#ADKTfyPhVzOCOL5eCFId2VbsTCCzv5Na { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.75rem;left:39.97500038147rem;height:1.3rem;display:block; }
#Vt1Tg4oI4AGsqyfZf5hR9lViM5zf8sty { color:#77a18a;display:block;width:6.5625rem;position:absolute;font-family:"pt sans narrow";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:7.7937507629394rem;left:29.78750038147rem;height:;text-align:left;text-align-last:left;display:block; }
#W4GhJORA5OzKshiEmUbNltUsUQkKSOkw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:8.625rem;left:29.78750038147rem;height:1.5rem;display:block; }
#r0kRzvye4athMeVvaEGTqTFCyEWL5bTT { background-color:rgba(var(--color-secondary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:12.125rem;left:29.78750038147rem;display:block; }
#n8AoZKdC0hZnrEuTo0ZquGpH14ZfoChh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GziFHT7l9rTB6tngeNTmuT0PphrKoXVR { display:block; }#GziFHT7l9rTB6tngeNTmuT0PphrKoXVR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQJ2DEvqwPUdlOTgzyzhEl9NeXCtvogg { width:12.5rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2NVhth1Cdg7Rbg2Qv4L7ioQgmWJIq1L { width:9rem;height:2.625rem;top:0.5625rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBKgnlwnFcQGLmu8UzaNolb7DtibJmwN { display:block; }
 }@media only screen and (max-width: 763px) { #rn7thv5RM19hdrtA27eJtuF71dTtyUmu { width:33.0625rem;height:2.6875rem;top:0.5rem;left:9.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4kGpAiPowQznD6TNqAnupWbNkvm4OlH { width:9.375rem;height:2.875rem;top:0.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqcOKx0RX9tLWRuIGoJ8zLnO6pNsFBTF { display:block; }#LqcOKx0RX9tLWRuIGoJ8zLnO6pNsFBTF > .row .container { width:47.75rem;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) { #os197z1FBMT38qytShW1fw0E5bMMG0Re { width:11rem;height:18.1875rem;top:1.5625rem;left:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClFTsWkTnSlutpI4rf92FvTGOMn40U39 { width:30.375rem;height:3.875rem;top:5.25rem;left:8.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvO0m5yx5FHmpT5Bvua5a9zyeWKQlEvD { width:30.375rem;height:2.875rem;top:10.6875rem;left:8.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvAV7d62zr1DZ0RKrXTbJyvoE3FzI4XW { width:30.375rem;height:1.625rem;top:14.4375rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWsr0kCmBIV760r2tS9QfPOl47LKbDPz { width:19.6875rem;height:6.0625rem;top:17.25rem;left:14.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orV2ryM8NctUCch5H7iwUFJf5hJvF0o8 { display:block; }
 }@media only screen and (max-width: 763px) { #Nv4TuVIue9aAxt7ct1Ai0zfmATwP8Co9 { width:30.375rem;height:2.25rem;top:24.5rem;left:8.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jzfq3UJ6dEk4RWvp54fVWkLdOqIJBCQb { width:38.6875rem;height:4.5rem;top:27.6875rem;left:4.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgwZQR3rpB9MplMlBccqGkokb7xm76eQ { display:block; }#XgwZQR3rpB9MplMlBccqGkokb7xm76eQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJwFADRcK3D4bpWQmDHc96mSkW29CRl2 { width:15.625rem;height:4.25rem;top:24.5rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF04RSEin1Gg6S2INWUnWEAgnCbPOkFK { display:block; }
 }@media only screen and (max-width: 763px) { #akW6tp0ESFvVnrmAVtVcz8sqTm7GUikT { top:14.625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPv1XCdAX1ouEvKV400L0edsEdX2osLw { top:6.1875rem;left:0rem;width:47.75rem;height:7.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFWIr8LqRFvnenaZnu3pMSpRUFkGshLr { top:17.75rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXxUVkhuyHvKwwzoL5kTTpr1qeSno6Bq { top:2.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc4qhHFLgwn4x6l3lHU6sz4wW1lHxy1Q { display:block; }#Nc4qhHFLgwn4x6l3lHU6sz4wW1lHxy1Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT5LSMRSh8T2xJc7wBAf879Iqu3fHW9Q { width:18.625rem;height:5.8125rem;top:3.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZTplzwlvFuoclWeuhhxInR1xUCMz64o { width:15.625rem;height:4.25rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdGBUA6lJhlL55htdox9wzmvoEEF4bSF { display:block; }
 }@media only screen and (max-width: 763px) { #GLNyhRH6Sg2asTwuOu5RpDiKirDWFPwO { width:15.625rem;height:4.25rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAZ0LZ3hWFybzhzstV43HadpOmuCtCsU { display:block; }
 }@media only screen and (max-width: 763px) { #ZTWLOrLNswHiFod4tNDvZJxAiQNGDIlK { width:27.125rem;height:17.0625rem;top:2.625rem;left:20.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVVOsvq6FZHGf2Go1cM7Jik782Tlac0P { width:28rem;height:4.875rem;top:21.0625rem;left:19.75rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSLeKL6UR1FdaIHvG0JiCOcdnfNf2ekF { display:block; }#vSLeKL6UR1FdaIHvG0JiCOcdnfNf2ekF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCmF1T3yFt8mvh0ppdvZJLXN1h5zzXiy { width:47.75rem;height:2.875rem;top:2.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL2tfEdK54fob1GZWeO8w82kUT7WAy3B { width:47.75rem;height:8.9375rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAvFtBTWc4NaLdTTRah2mRnwWPn4mOPz { width:47.75rem;height:1.625rem;top:18.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK1rTTk7fEI2wsDHDPoiBEisH9b64oXa { width:47.75rem;height:1.625rem;top:24.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIJKorEVvAowk5q3zpIEhRS6XLE7M10A { width:15.625rem;height:4.25rem;top:27.3125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvLnO2KJg31AGo469HvV3ioA9x86mTbP { display:block; }
 }@media only screen and (max-width: 763px) { #vXEVWTkCTc1m8HFtmMpf1v7bnJwZeToK { display:block; }#vXEVWTkCTc1m8HFtmMpf1v7bnJwZeToK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0TUMUIbLKG5Oh1eousqlpEEJhyK5DzG { width:47.75rem;height:2.875rem;top:3.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiRIzgHsxNJ9dWwEJPsLMRxux5BNToEy { width:29.375rem;height:20.875rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlZkBF25zzeqeZ6DNEqSehoUBL66valV { width:29.375rem;height:20.875rem;top:10.4375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gM5vaT0yNkM0JsGAW8xzlMSRVnR4l0cK { width:23.25rem;height:1.625rem;top:15.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfHfrqJfOEHcOCtV1xwR9dpsDxcIMflq { width:3.75rem;height:3.75rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPa5CIpiQyzHeblBfGiG4eHQBM4kTvzr { width:21.375rem;height:11rem;top:17.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEgP2kuLyBpTV2ky838zLzJWh4szxrcq { width:2.875rem;height:2.4375rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDgFTUas7GoeN6KLXOb46UR5m7i3y47k { width:29.375rem;height:31.3125rem;top:31.3125rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqniaFgzX6rGqSqsuP7WHG1TIrSus0Ie { width:3.75rem;height:3.75rem;top:31.25rem;left:27.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfioOOyfIJRQZ77AWwWGayAvSqoeZzcT { width:23.25rem;height:1.625rem;top:36.5rem;left:24.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkf6dM3oxSVexiOUMlpJyUqZvXT7uyWC { width:21.375rem;height:18.375rem;top:39.125rem;left:26.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtTJsXb2C4LZ3Zq1lNWv5wy7ssa0ZA04 { width:29.375rem;height:31.3125rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5Ur1HdS3bBOK89FmizK2g5lXXp8Uhla { width:2.875rem;height:2.4375rem;top:31.9375rem;left:27.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6GGLNPMy1vTTbdV0S3D4GXDPp5ZKymH { display:block; }#S6GGLNPMy1vTTbdV0S3D4GXDPp5ZKymH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZyv2oDSF9RALsM0DVNZxKIVV1ATHhx9 { width:29.375rem;height:20.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlU7zKAF8Q1QVb4dPQe4mWyGFfF9KBEg { width:29.375rem;height:20.875rem;top:0rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSdHx70SfyPkpSDaVLCdDAkgLPMSrnEq { width:23.25rem;height:1.625rem;top:4.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNcJoUetntu9w4OOvkIBEJtJLlxLLftC { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyX49mI3FQottieXNWvbRWmpqm3TMN7Z { width:23.5rem;height:11rem;top:7.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWLRGZMuAQxedZxQRPPonWSFNBsbAdqb { width:2.875rem;height:2.4375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKXzKaPi64V6zixfiEbkhMPOrOFyCtxr { width:29.375rem;height:20.625rem;top:20.875rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuCr3MVNRb2125xv8asyHMNaZF4urXh7 { width:3.75rem;height:3.75rem;top:20.8125rem;left:27.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwHCBnrrP7wpEZsw1ZuQCZBdm3DqJc07 { width:23.25rem;height:1.625rem;top:25.75rem;left:24.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihPw3XB3bK2TiBn6k6h7slTARZta73y6 { width:22.5625rem;height:9.1875rem;top:27.9375rem;left:25.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIhGEwkXI3fLVrX0i1WmZ9306w7HeGy9 { width:29.375rem;height:20.625rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDx576JqFvvWATrM5HSrLX3SOXBVcTvI { width:2.875rem;height:2.4375rem;top:21.5rem;left:27.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykrWpOvQAvONTR2F9tdzsiBrEhUoZge1 { width:29.375rem;height:20.875rem;top:41.4375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsomJlqqZNxWwdA2534tW1oAc7rKTcPC { width:29.375rem;height:20.875rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsX6XD2pLsDVUwLFTEJ8O9inkZM9r0hu { width:20.5rem;height:9.1875rem;top:48.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI3DwzouJacoswCKSTOKzKhU4AF29M0W { width:23.25rem;height:1.625rem;top:46.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTO4mmoUITz3fQ2tQg2UWX845I3yIZ2d { width:3.75rem;height:3.75rem;top:41.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #od4NVFSF8z8zQ9Udx0aaTwTXJ5nmJz1G { width:2.875rem;height:2.4375rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND4UTdVWtX7slO6BVC9bLLeK8yA5d8Ka { display:block; }#ND4UTdVWtX7slO6BVC9bLLeK8yA5d8Ka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgZT7Tvd6Aw7mUz5ZOKcVyDb6IghWUBC { width:47.75rem;height:2.875rem;top:2.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuL1ULo0sKVgpexC6uv3zCLfk24C6DKa { width:11.25rem;height:6.25rem;top:9.625rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXUa04r2AGP6uRCPMpiZeIwx8BzcgNea { width:16.25rem;height:6.25rem;top:9.625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #agg0amiKFHXMUGpVH2zE5Po0fmVbR9oQ { width:16.8125rem;height:6.25rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oep5ZLFVesmUc3weGZHdRbTZwTSXSn1y { display:block; }#oep5ZLFVesmUc3weGZHdRbTZwTSXSn1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUrPZKZn2mWJ74hn0GTBN0PVoik9IGxe { width:47.75rem;height:2.875rem;top:2.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #et4H9S4X4A1gTRX2Dl5De9BsuMWhUBM8 { width:9.3125rem;height:5.5rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZb6s50NIZ6hU4hLy2MLvim3Tl25SyQ6 { width:13.625rem;height:4.5rem;top:8.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2CmQVw00NwuZTHu2vRkxDuRxtVpz5zS { width:9.6875rem;height:5.375rem;top:7.9375rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N81yh0TkPczFtd4Oatn0o5adVOxruvoP { width:12.375rem;height:4.375rem;top:8.4375rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8VZTfCnTg9QOT7d7yGVhpx5q25mi9n4 { display:block; }#P8VZTfCnTg9QOT7d7yGVhpx5q25mi9n4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3USM3FSvx2XhmWRgEv3iWq1KOZTiBVC { width:9.3125rem;height:2.625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRGlhbIpK0TESe7ckZOLFPxtTp9WQgtt { width:10.5rem;height:4rem;top:1.125rem;left:9.6250019073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIOFxMbsDClA5vLTRGV2dibrm7Ua9R4k { width:11.375rem;height:6.25rem;top:0rem;left:24.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPGTteWFMCU4ZVKsdiWhQpiMA6DGGZBu { width:12.375rem;height:4.0625rem;top:1.0625rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJt93AQW32UxbxZgxXUFk0C534kZvE8k { display:block; }#tJt93AQW32UxbxZgxXUFk0C534kZvE8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pw5D1HaGZugSB9EolV7IRZHKSX16pD1l { width:10.4375rem;height:6.25rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6seTFJe524vbizUDVtmpKdEupTx8nTz { width:7.6875rem;height:7.6875rem;top:1.0625rem;left:11.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q64EQBTCyESApBsyIosewTaneot9MW2o { width:13.0625rem;height:4.875rem;top:2.5rem;left:23.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXUbLrtVl9JNWMhqGMvtTmtmBgizp1FK { width:9.9375rem;height:7.375rem;top:1.4375rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhpgpsMR7Hy960VeHZKzDaz2AyIITPH3 { display:block; }#RhpgpsMR7Hy960VeHZKzDaz2AyIITPH3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQfRskSLg18z3pfuoXNLQEITc2Dnft35 { width:10.0625rem;height:3.5625rem;top:1.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0vvoFyJTG68q4pCmJZdecMeaoH8anCd { width:10.125rem;height:3.1875rem;top:1.625rem;left:17.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2CocoFEpmUCeTqwhCHXpVx3vGdxF30m { width:14.25rem;height:2.3125rem;top:2.1875rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9picmwLwVcTJ9GUE1WcOskywZ4WOldG { width:9.8125rem;height:6rem;top:0.1875rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nuf2OKW4RueJnBvGog9KN4WGKrNbR1Ab { display:block; }#Nuf2OKW4RueJnBvGog9KN4WGKrNbR1Ab > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #deT85xoFcQ2C864qZGBrDOwWsS11DvtG { width:9.8125rem;height:6rem;top:0.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGQILLuLz0ZzSkA1v9LFfKOLOCcbeuCH { width:10.625rem;height:3.875rem;top:1.25rem;left:17.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqqT7vOG8h5gbRhTLa4ueyXAUv2prc2M { width:13.9375rem;height:3.375rem;top:1.5rem;left:33.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIJv6xdX7cv3DoEz6yq8CQmz2eJbEa3a { display:block; }#oIJv6xdX7cv3DoEz6yq8CQmz2eJbEa3a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWApxSMVZV4ARhlyzFqoI9p26EoTtl5q { width:29.25rem;height:6.6875rem;top:1.375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV3TdRFe3qZxG5E8eagwQwQx6Rft3LBx { display:block; }#cV3TdRFe3qZxG5E8eagwQwQx6Rft3LBx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPVxL7UaR7sA3GDToBRTpTTy0LQFCmRf { width:12.3125rem;height:11.125rem;top:0.1875rem;left:17.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ1GZHafdNcubC036mULyTKaZAywg6fm { width:12.875rem;height:10.125rem;top:0.6875rem;left:34.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKLoZQhPTqGpkz6kEzgZErmx5P6lifVR { width:16.125rem;height:8.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltnMIhd3p0SIDeov9LyTOTc0N6Zar0HW { display:block; }#ltnMIhd3p0SIDeov9LyTOTc0N6Zar0HW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEZG1Rts9r9TzAkp16uKUGGT936viUxn { width:47.75rem;height:2.875rem;top:5.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOUG2DzXs7tH7kMTfMPTKDhc0r0HCwzI { width:30.9375rem;height:9.625rem;top:9.875rem;left:8.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhKzAgX5UbdlF36WC0VBlQ8GOupDRCD4 { width:14.6875rem;height:1.625rem;top:26.6875rem;left:26.687501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1VBVrOT5cXA06SC9K01qDCwOgfRm6EM { width:15.625rem;height:4.25rem;top:22.125rem;left:16.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6cHXD55mWMGPveMT7qMLaw7pAFhzOw1 { display:block; }
 }@media only screen and (max-width: 763px) { #hgFxOi0qbheWHaKhUJgzKd7WZ1A5GbLt { display:none; }#hgFxOi0qbheWHaKhUJgzKd7WZ1A5GbLt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #llgDasSOOxht6s6TwiOehVxc0vVsIJ7J { width:47.75rem;height:2.875rem;top:5.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #th9T627dagQXsNUvNSnrP8udKE2aavhb { width:30.9375rem;height:9.625rem;top:9.875rem;left:8.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvgbXpGiGDuH69SLFbullB5mVsotuwHU { width:14.6875rem;height:1.625rem;top:26.6875rem;left:26.687501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcvFPqyMlGehCs0G52VscoRMneiu7tb9 { width:15.625rem;height:4.25rem;top:22.125rem;left:16.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ6IcJAEAUGVSJZWhOnCdpobwo26Hwyn { display:block; }
 }@media only screen and (max-width: 763px) { #zJeJUKHu7OSeFIzTm9qQ94TbF6ahlMaA { display:block; }#zJeJUKHu7OSeFIzTm9qQ94TbF6ahlMaA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ule5nk73DapFCvvwP3RXfb0hqls8Vcui { width:7.6875rem;height:1.4375rem;top:3.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDSd6IelDVySUXDCkwgZAAr8CSQh4bA6 { width:5.3125rem;height:5.3125rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEE6PZVbofeuhPKto7DrUPW8AsLzsr8F { width:6.5625rem;height:1.1875rem;top:3.8125rem;left:10.41250038147rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B362FeO4D1G5OgxzGHtmhTmTwgqADb8R { width:12.5rem;height:4.5rem;top:5.6875rem;left:10.41250038147rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhgbmUp4CHP3AWzAfAbtWu8VPSNs1iCD { width:6.5625rem;height:1.1875rem;top:3.8125rem;left:23.66250038147rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdOzV881MsWUQBelIDEadvVP15oHt8a3 { width:7.875rem;height:1.3125rem;top:5.75rem;left:23.66250038147rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9PnpZN40xkCMUrTqdiBPSNOE9rnwTm6 { width:6.5625rem;height:1.1875rem;top:3.75rem;left:33.85000038147rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADKTfyPhVzOCOL5eCFId2VbsTCCzv5Na { width:16.4375rem;height:1.25rem;top:5.75rem;left:31.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt1Tg4oI4AGsqyfZf5hR9lViM5zf8sty { width:6.5625rem;height:;top:7.75rem;left:23.66250038147rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4GhJORA5OzKshiEmUbNltUsUQkKSOkw { width:19.5625rem;height:1.5rem;top:8.625rem;left:23.66250038147rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0kRzvye4athMeVvaEGTqTFCyEWL5bTT { width:13.8125rem;height:3rem;top:12.125rem;left:23.66250038147rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8AoZKdC0hZnrEuTo0ZquGpH14ZfoChh { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GziFHT7l9rTB6tngeNTmuT0PphrKoXVR { position:relative;z-index:auto;display:block; }#GziFHT7l9rTB6tngeNTmuT0PphrKoXVR > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQJ2DEvqwPUdlOTgzyzhEl9NeXCtvogg { width:17.125rem;height:1.875rem;top:0rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2NVhth1Cdg7Rbg2Qv4L7ioQgmWJIq1L { width:14.6875rem;height:2.125rem;top:6.4375rem;left:2.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBKgnlwnFcQGLmu8UzaNolb7DtibJmwN { display:block; }
 }@media only screen and (max-width: 763px) { #rn7thv5RM19hdrtA27eJtuF71dTtyUmu { width:16.8125rem;height:3.375rem;top:2.4375rem;left:1.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4kGpAiPowQznD6TNqAnupWbNkvm4OlH { width:9.375rem;height:1.21875rem;top:0.25rem;left:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqcOKx0RX9tLWRuIGoJ8zLnO6pNsFBTF { display:none; }#LqcOKx0RX9tLWRuIGoJ8zLnO6pNsFBTF > .row .container { width:20rem;height:3.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #os197z1FBMT38qytShW1fw0E5bMMG0Re { width:4.875rem;height:8.125rem;top:0.80000019073488rem;left:14.550000190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClFTsWkTnSlutpI4rf92FvTGOMn40U39 { width:10.375rem;height:4.4rem;top:2.6625003814698rem;left:1.78125rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FvO0m5yx5FHmpT5Bvua5a9zyeWKQlEvD { width:20rem;height:4.3875rem;top:10.112499237061rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvAV7d62zr1DZ0RKrXTbJyvoE3FzI4XW { width:15.6875rem;height:2.59895625rem;top:15.325000762939rem;left:2.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWsr0kCmBIV760r2tS9QfPOl47LKbDPz { width:15.8125rem;height:4.25rem;top:20.237500667572rem;left:2.09375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #orV2ryM8NctUCch5H7iwUFJf5hJvF0o8 { display:block; }
 }@media only screen and (max-width: 763px) { #Nv4TuVIue9aAxt7ct1Ai0zfmATwP8Co9 { width:20rem;height:0;top:42.8rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jzfq3UJ6dEk4RWvp54fVWkLdOqIJBCQb { width:20rem;height:0;top:48.6rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgwZQR3rpB9MplMlBccqGkokb7xm76eQ { display:block; }#XgwZQR3rpB9MplMlBccqGkokb7xm76eQ > .row .container { width:20rem;height:47.799479484558rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJwFADRcK3D4bpWQmDHc96mSkW29CRl2 { width:15.625rem;height:3.75rem;top:39.111979484558rem;left:2.1875000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF04RSEin1Gg6S2INWUnWEAgnCbPOkFK { display:block; }
 }@media only screen and (max-width: 763px) { #akW6tp0ESFvVnrmAVtVcz8sqTm7GUikT { width:20rem;height:4.22395625rem;top:13.222222328186rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPv1XCdAX1ouEvKV400L0edsEdX2osLw { width:20rem;height:8.7734375rem;top:3.7369771003723rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFWIr8LqRFvnenaZnu3pMSpRUFkGshLr { width:20rem;height:17.87325rem;top:19.786460876465rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXxUVkhuyHvKwwzoL5kTTpr1qeSno6Bq { width:20rem;height:0;top:44.111979484558rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nc4qhHFLgwn4x6l3lHU6sz4wW1lHxy1Q { display:block; }#Nc4qhHFLgwn4x6l3lHU6sz4wW1lHxy1Q > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dT5LSMRSh8T2xJc7wBAf879Iqu3fHW9Q { width:12.3125rem;height:3.41145625rem;top:1.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZTplzwlvFuoclWeuhhxInR1xUCMz64o { width:15.625rem;height:3.75rem;top:33.5625rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdGBUA6lJhlL55htdox9wzmvoEEF4bSF { display:block; }
 }@media only screen and (max-width: 763px) { #GLNyhRH6Sg2asTwuOu5RpDiKirDWFPwO { width:15.625rem;height:3.75rem;top:38.624998092651rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAZ0LZ3hWFybzhzstV43HadpOmuCtCsU { display:block; }
 }@media only screen and (max-width: 763px) { #ZTWLOrLNswHiFod4tNDvZJxAiQNGDIlK { width:17.9375rem;height:19.00348125rem;top:6.3874988555906rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVVOsvq6FZHGf2Go1cM7Jik782Tlac0P { width:18.375rem;height:4.54514375rem;top:27.487500190735rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSLeKL6UR1FdaIHvG0JiCOcdnfNf2ekF { display:block; }#vSLeKL6UR1FdaIHvG0JiCOcdnfNf2ekF > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCmF1T3yFt8mvh0ppdvZJLXN1h5zzXiy { width:20rem;height:3.41145625rem;top:2.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL2tfEdK54fob1GZWeO8w82kUT7WAy3B { width:20rem;height:10.39583125rem;top:7.5499992370606rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAvFtBTWc4NaLdTTRah2mRnwWPn4mOPz { width:20rem;height:2.275rem;top:18.987501144409rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hK1rTTk7fEI2wsDHDPoiBEisH9b64oXa { width:20rem;height:1.1375rem;top:23.737501144409rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIJKorEVvAowk5q3zpIEhRS6XLE7M10A { width:15.625rem;height:3.75rem;top:26.300001144409rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvLnO2KJg31AGo469HvV3ioA9x86mTbP { display:block; }
 }@media only screen and (max-width: 763px) { #vXEVWTkCTc1m8HFtmMpf1v7bnJwZeToK { display:block; }#vXEVWTkCTc1m8HFtmMpf1v7bnJwZeToK > .row .container { width:20rem;height:52rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0TUMUIbLKG5Oh1eousqlpEEJhyK5DzG { width:20rem;height:1.70625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiRIzgHsxNJ9dWwEJPsLMRxux5BNToEy { width:20rem;height:20.8125rem;top:4.1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlZkBF25zzeqeZ6DNEqSehoUBL66valV { width:20rem;height:14.212765957447rem;top:27.225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gM5vaT0yNkM0JsGAW8xzlMSRVnR4l0cK { width:14.375rem;height:2.9236125rem;top:8.97500038147rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfHfrqJfOEHcOCtV1xwR9dpsDxcIMflq { width:2.9375rem;height:2.9375rem;top:5.1000003814697rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPa5CIpiQyzHeblBfGiG4eHQBM4kTvzr { width:16.9375rem;height:10.125rem;top:12.66250038147rem;left:1rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GEgP2kuLyBpTV2ky838zLzJWh4szxrcq { width:2.0625rem;height:1.75rem;top:5.7562503814697rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDgFTUas7GoeN6KLXOb46UR5m7i3y47k { width:20rem;height:27.1875rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqniaFgzX6rGqSqsuP7WHG1TIrSus0Ie { width:2.9375rem;height:2.9375rem;top:25.662495613098rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfioOOyfIJRQZ77AWwWGayAvSqoeZzcT { width:17.375rem;height:1.4625rem;top:29.74999332428rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkf6dM3oxSVexiOUMlpJyUqZvXT7uyWC { width:17.6875rem;height:18.5625rem;top:31.812499046326rem;left:1.125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vtTJsXb2C4LZ3Zq1lNWv5wy7ssa0ZA04 { width:20rem;height:31.3125rem;top:42.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5Ur1HdS3bBOK89FmizK2g5lXXp8Uhla { width:2.0625rem;height:1.75rem;top:26.256248474121rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6GGLNPMy1vTTbdV0S3D4GXDPp5ZKymH { display:block; }#S6GGLNPMy1vTTbdV0S3D4GXDPp5ZKymH > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZyv2oDSF9RALsM0DVNZxKIVV1ATHhx9 { width:20rem;height:21.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlU7zKAF8Q1QVb4dPQe4mWyGFfF9KBEg { width:20rem;height:14.212765957447rem;top:23.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aSdHx70SfyPkpSDaVLCdDAkgLPMSrnEq { width:16.375rem;height:1.4625rem;top:5.375rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNcJoUetntu9w4OOvkIBEJtJLlxLLftC { width:2.9375rem;height:2.9375rem;top:0.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyX49mI3FQottieXNWvbRWmpqm3TMN7Z { width:17.3125rem;height:11.8125rem;top:7.1875rem;left:1.125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wWLRGZMuAQxedZxQRPPonWSFNBsbAdqb { width:2.0625rem;height:1.75rem;top:1.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKXzKaPi64V6zixfiEbkhMPOrOFyCtxr { width:20rem;height:20.625rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuCr3MVNRb2125xv8asyHMNaZF4urXh7 { width:2.9375rem;height:2.9375rem;top:22.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwHCBnrrP7wpEZsw1ZuQCZBdm3DqJc07 { width:16.3125rem;height:1.4625rem;top:27.125rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihPw3XB3bK2TiBn6k6h7slTARZta73y6 { width:17.1875rem;height:9.9739375rem;top:29.0625rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIhGEwkXI3fLVrX0i1WmZ9306w7HeGy9 { width:20rem;height:20.625rem;top:60.9625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDx576JqFvvWATrM5HSrLX3SOXBVcTvI { width:2.0625rem;height:1.75rem;top:23.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykrWpOvQAvONTR2F9tdzsiBrEhUoZge1 { width:20rem;height:14rem;top:107.775rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tsomJlqqZNxWwdA2534tW1oAc7rKTcPC { width:20rem;height:17.75rem;top:42.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsX6XD2pLsDVUwLFTEJ8O9inkZM9r0hu { width:18.875rem;height:7.87325rem;top:49.1875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI3DwzouJacoswCKSTOKzKhU4AF29M0W { width:15.5rem;height:1.4625rem;top:47rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTO4mmoUITz3fQ2tQg2UWX845I3yIZ2d { width:2.9375rem;height:2.9375rem;top:42.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #od4NVFSF8z8zQ9Udx0aaTwTXJ5nmJz1G { width:2.0625rem;height:1.75rem;top:43.468751907349rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND4UTdVWtX7slO6BVC9bLLeK8yA5d8Ka { display:block; }#ND4UTdVWtX7slO6BVC9bLLeK8yA5d8Ka > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgZT7Tvd6Aw7mUz5ZOKcVyDb6IghWUBC { width:20rem;height:3.4125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuL1ULo0sKVgpexC6uv3zCLfk24C6DKa { width:5.9375rem;height:3.25rem;top:12.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXUa04r2AGP6uRCPMpiZeIwx8BzcgNea { width:4.875rem;height:1.9375rem;top:12.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #agg0amiKFHXMUGpVH2zE5Po0fmVbR9oQ { width:16.8125rem;height:6.25rem;top:16.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oep5ZLFVesmUc3weGZHdRbTZwTSXSn1y { display:none; }#oep5ZLFVesmUc3weGZHdRbTZwTSXSn1y > .row .container { width:20rem;height:16.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xUrPZKZn2mWJ74hn0GTBN0PVoik9IGxe { width:20rem;height:3.4125rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #et4H9S4X4A1gTRX2Dl5De9BsuMWhUBM8 { width:7.25rem;height:4.25rem;top:6.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZb6s50NIZ6hU4hLy2MLvim3Tl25SyQ6 { width:9.25rem;height:2.9375rem;top:7rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2CmQVw00NwuZTHu2vRkxDuRxtVpz5zS { width:5.9375rem;height:3.25rem;top:12.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N81yh0TkPczFtd4Oatn0o5adVOxruvoP { width:7rem;height:2.4375rem;top:12.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8VZTfCnTg9QOT7d7yGVhpx5q25mi9n4 { display:none; }#P8VZTfCnTg9QOT7d7yGVhpx5q25mi9n4 > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u3USM3FSvx2XhmWRgEv3iWq1KOZTiBVC { width:7.5rem;height:2.0625rem;top:1.125rem;left:0.30000019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRGlhbIpK0TESe7ckZOLFPxtTp9WQgtt { width:8.1875rem;height:3.0625rem;top:0.625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIOFxMbsDClA5vLTRGV2dibrm7Ua9R4k { width:8.125rem;height:4.375rem;top:4.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPGTteWFMCU4ZVKsdiWhQpiMA6DGGZBu { width:7.375rem;height:2.375rem;top:5.40625rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJt93AQW32UxbxZgxXUFk0C534kZvE8k { display:none; }#tJt93AQW32UxbxZgxXUFk0C534kZvE8k > .row .container { width:20rem;height:12.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Pw5D1HaGZugSB9EolV7IRZHKSX16pD1l { width:7.25rem;height:4.3125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6seTFJe524vbizUDVtmpKdEupTx8nTz { width:4.8125rem;height:4.8125rem;top:1.75rem;left:11.737500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q64EQBTCyESApBsyIosewTaneot9MW2o { width:8rem;height:2.9375rem;top:8.4374990463256rem;left:10.143750190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXUbLrtVl9JNWMhqGMvtTmtmBgizp1FK { width:5.75rem;height:4.25rem;top:7.175000190735rem;left:1.5500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhpgpsMR7Hy960VeHZKzDaz2AyIITPH3 { display:none; }#RhpgpsMR7Hy960VeHZKzDaz2AyIITPH3 > .row .container { width:20rem;height:8.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DQfRskSLg18z3pfuoXNLQEITc2Dnft35 { width:7.9375rem;height:2.75rem;top:0.68750095367431rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0vvoFyJTG68q4pCmJZdecMeaoH8anCd { width:7.5rem;height:2.3125rem;top:0.90625095367431rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2CocoFEpmUCeTqwhCHXpVx3vGdxF30m { width:10.8125rem;height:1.6875rem;top:4.8749971389771rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9picmwLwVcTJ9GUE1WcOskywZ4WOldG { width:5.8125rem;height:3.5rem;top:4.875rem;left:11.65625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Nuf2OKW4RueJnBvGog9KN4WGKrNbR1Ab { display:none; }#Nuf2OKW4RueJnBvGog9KN4WGKrNbR1Ab > .row .container { width:20rem;height:5.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #deT85xoFcQ2C864qZGBrDOwWsS11DvtG { width:9.8125rem;height:6rem;top:1.25rem;left:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iGQILLuLz0ZzSkA1v9LFfKOLOCcbeuCH { width:7.6875rem;height:2.75rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqqT7vOG8h5gbRhTLa4ueyXAUv2prc2M { width:9rem;height:2.125rem;top:2.125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIJv6xdX7cv3DoEz6yq8CQmz2eJbEa3a { display:none; }#oIJv6xdX7cv3DoEz6yq8CQmz2eJbEa3a > .row .container { width:20rem;height:4.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rWApxSMVZV4ARhlyzFqoI9p26EoTtl5q { width:13.375rem;height:3rem;top:1.3125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cV3TdRFe3qZxG5E8eagwQwQx6Rft3LBx { display:none; }#cV3TdRFe3qZxG5E8eagwQwQx6Rft3LBx > .row .container { width:20rem;height:18.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TPVxL7UaR7sA3GDToBRTpTTy0LQFCmRf { width:7.5rem;height:6.75rem;top:8.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ1GZHafdNcubC036mULyTKaZAywg6fm { width:7.625rem;height:6rem;top:0.9375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKLoZQhPTqGpkz6kEzgZErmx5P6lifVR { width:9.75rem;height:5.3125rem;top:1.6749992370606rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltnMIhd3p0SIDeov9LyTOTc0N6Zar0HW { display:none; }#ltnMIhd3p0SIDeov9LyTOTc0N6Zar0HW > .row .container { width:20rem;height:32rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VEZG1Rts9r9TzAkp16uKUGGT936viUxn { width:20rem;height:1.70625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOUG2DzXs7tH7kMTfMPTKDhc0r0HCwzI { width:20rem;height:12.8625rem;top:5.4750175476074rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhKzAgX5UbdlF36WC0VBlQ8GOupDRCD4 { width:14.6875rem;height:1.3rem;top:24.074999809265rem;left:2.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1VBVrOT5cXA06SC9K01qDCwOgfRm6EM { width:15.625rem;height:3.75rem;top:19.262499809265rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6cHXD55mWMGPveMT7qMLaw7pAFhzOw1 { display:block; }
 }@media only screen and (max-width: 763px) { #hgFxOi0qbheWHaKhUJgzKd7WZ1A5GbLt { background-color:transparent;background-image:none;display:block; }#hgFxOi0qbheWHaKhUJgzKd7WZ1A5GbLt > .row .container { background-color: transparent; background-image: none; }#hgFxOi0qbheWHaKhUJgzKd7WZ1A5GbLt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#hgFxOi0qbheWHaKhUJgzKd7WZ1A5GbLt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgFxOi0qbheWHaKhUJgzKd7WZ1A5GbLt > .row .container > .video-iframe-container { display: none; }#hgFxOi0qbheWHaKhUJgzKd7WZ1A5GbLt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.56); }#hgFxOi0qbheWHaKhUJgzKd7WZ1A5GbLt > .row > .video-iframe-container { display: block; }#hgFxOi0qbheWHaKhUJgzKd7WZ1A5GbLt > .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); }#hgFxOi0qbheWHaKhUJgzKd7WZ1A5GbLt > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llgDasSOOxht6s6TwiOehVxc0vVsIJ7J { width:20rem;height:1.70625rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #th9T627dagQXsNUvNSnrP8udKE2aavhb { width:20rem;height:12.85764375rem;top:5.4750175476074rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvgbXpGiGDuH69SLFbullB5mVsotuwHU { width:14.6875rem;height:1.3rem;top:24.074999809265rem;left:2.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TcvFPqyMlGehCs0G52VscoRMneiu7tb9 { width:15.625rem;height:3.75rem;top:19.262499809265rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ6IcJAEAUGVSJZWhOnCdpobwo26Hwyn { display:block; }
 }@media only screen and (max-width: 763px) { #zJeJUKHu7OSeFIzTm9qQ94TbF6ahlMaA { display:block; }#zJeJUKHu7OSeFIzTm9qQ94TbF6ahlMaA > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ule5nk73DapFCvvwP3RXfb0hqls8Vcui { width:7.6875rem;height:1.4625rem;top:1.875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CDSd6IelDVySUXDCkwgZAAr8CSQh4bA6 { width:5.3125rem;height:5.3125rem;top:1.875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEE6PZVbofeuhPKto7DrUPW8AsLzsr8F { width:6.5625rem;height:1.225rem;top:4.0249996185303rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B362FeO4D1G5OgxzGHtmhTmTwgqADb8R { width:10.0625rem;height:4.21875rem;top:5.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhgbmUp4CHP3AWzAfAbtWu8VPSNs1iCD { width:6.5625rem;height:1.225rem;top:10.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdOzV881MsWUQBelIDEadvVP15oHt8a3 { width:12.5rem;height:1.21875rem;top:11.97500038147rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9PnpZN40xkCMUrTqdiBPSNOE9rnwTm6 { width:6.5625rem;height:1.225rem;top:14.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADKTfyPhVzOCOL5eCFId2VbsTCCzv5Na { width:16.4375rem;height:1.21875rem;top:15.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt1Tg4oI4AGsqyfZf5hR9lViM5zf8sty { width:6.5625rem;height:1.225rem;top:17.987487792969rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4GhJORA5OzKshiEmUbNltUsUQkKSOkw { width:20rem;height:1.40625rem;top:19.21249961853rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0kRzvye4athMeVvaEGTqTFCyEWL5bTT { width:13.8125rem;height:3rem;top:23.02499961853rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8AoZKdC0hZnrEuTo0ZquGpH14ZfoChh { display:block; }
 }