.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--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: 1199px) {
    html {
        width: 1200px;
    }
}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); }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .row .container { background-color: transparent; background-image: none; }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .row .container > .video-iframe-container { display: none; }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .row > .video-iframe-container { display: none; }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .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); }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .row .container { border-width: 0; border-radius: 0; }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .row .container { font-size:0.875rem;font-family:arial;height:1.5rem;width:75rem;position:relative;display:block; }#ImpiiJUcKP4kr8Z15xfMM4OBW0816Rbe { color:#ff5400;display:block;width:7.5625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:35.125rem;height:0;text-align:center;text-align-last:center;display:none; }
#lxWCO6nTJ9x2qlxcLA6nkXbng7FL85Ju { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0rem;left:51.9375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yLeOrXASFHEO5GSxMDoD9aVvu4S6ncTt { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:45.5rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fkl8KV24o2OPKo0lLEylrDFU69Ae5l1T { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:59.3125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lQD6nfkAsAqir242r6qrfuRHQq1naPyR { 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; }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .row .container { background-color: transparent; background-image: none; }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .row .container > .video-iframe-container { display: none; }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .row > .video-iframe-container { display: none; }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .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); }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .row .container { border-width: 0; border-radius: 0; }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#ic6JBJc6PX90xh9yNqZ6SrR5AK7qIMa6 { z-index:15000;top:31.25rem;left:33.9375rem;background-color:#68d237;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.1875rem 0.1875rem 0.0625rem rgba(var(--color-tertiary-4),0.58) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:3.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#el1JykL4JrmWtdFquCLIyOz24dnG7vJL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c2IRk6N252wCnWbwnaiyMUQVoI0gmayl { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.5625rem;left:34.375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zb4uTwSg5TL4G5BfcbT4dvOtOIsvBSJx { color:rgba(var(--color-tertiary-0),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.8125rem;left:36.3125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hq9zrqORNykEMGMG4I7zEfUFnlSTPeVp { color:rgba(var(--color-tertiary-0),1);display:block;width:36.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.9375rem;left:36.1875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ScM1t6WNd4dg7v3AhRFtd8CFgB6rUout { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:36.1875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oqQwN6TRUWgBtlTxUGiqpIIUA5HKtSkO { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.75rem;left:36.1875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7Rz854A3Io2sHDBZ8zEcSi5tsleIQfm { position:absolute;display:block;z-index:15016;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:2rem;width:14.75rem;top:34.75rem;left:37.9375rem;overflow:hidden;display:block; }
#A0FVHpdzSHzQWEuPTvzCLB4E6O29uuaq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.6875rem;left:34.375rem; }
#Sz3MAN3eqsqNHpGM8AWScMITchBg0dOv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.75rem;left:34.375rem; }
#QbaTZmzLOyLsECJnkB6Im3vR4CON7rTO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:16.25rem;left:34.375rem; }
#uCw4AFUsfWC1RQfosKhBvJqxAm8BZx4b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.6875rem;left:34.375rem; }
#iE9vkP2X3uIKaGCpWr9g6fSSDT64Gacw { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.5rem;width:8.625rem;top:5.349609375rem;left:33.875rem;overflow:hidden;display:block; }
#zZd5PZQZ4ur6a6BMhCyunRP2Tseq0oFW { color:rgba(var(--color-tertiary-0),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.349609375rem;left:42.4375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UPX6v7VLZi4JQLOQz2S4F7tIvywVCFik { color:#68d237;display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.8125rem;left:34.375rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TDtaLcs0USrrAk5EbcQuUEupEnb3VPVb { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.1640625rem;left:35.75rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C4LLIchQyObtHXBG2ndRmqklMa6T1rd2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:28.17578125rem;left:34.1875rem; }
#qEeghfpy3En7g49hc99qsooTRVWBUCBr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:25.4375rem;width:33.75rem;top:3.3125rem;left:0rem;overflow:hidden;display:block; }
#vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/JZTYsb9L/bg_black.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f.adaptive-delivery-prevent-bg, #vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f.lazyload, #vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f.lazyloading { background-image: none; }#vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f > .row .container { background-color: transparent; background-image: none; }#vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f > .row .container > .video-iframe-container { display: none; }#vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f > .row > .video-iframe-container { display: none; }#vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f > .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); }#vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f > .row .container { border-width: 0; border-radius: 0; }#vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f > .row .container { font-size:0.875rem;font-family:arial;height:16.4375rem;width:75rem;position:relative;display:block; }#ay5um28JcdrdvHg03lIsUEsV1o79isx5 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.3708267211914rem;left:42.6875rem;height:7.472625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xZAnfF2kJAeoQk8JywWbQvgteh9FpLVo { position:absolute;display:block;z-index:15008;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:15rem;width:15rem;top:0rem;left:10.9375rem;overflow:hidden;display:block; }
#buXyxSuGqt81QhH8e1fWhoTw43areDzN { color:#ff6a00;display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.37890625rem;left:42.6875rem;height:1.70625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ynhbyh04PJoX5orEp1ozFfvEovfp8Drz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/JZTYsb9L/bg_black.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#ynhbyh04PJoX5orEp1ozFfvEovfp8Drz.adaptive-delivery-prevent-bg, #ynhbyh04PJoX5orEp1ozFfvEovfp8Drz.lazyload, #ynhbyh04PJoX5orEp1ozFfvEovfp8Drz.lazyloading { background-image: none; }#ynhbyh04PJoX5orEp1ozFfvEovfp8Drz > .row .container { background-color: transparent; background-image: none; }#ynhbyh04PJoX5orEp1ozFfvEovfp8Drz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynhbyh04PJoX5orEp1ozFfvEovfp8Drz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynhbyh04PJoX5orEp1ozFfvEovfp8Drz > .row .container > .video-iframe-container { display: none; }#ynhbyh04PJoX5orEp1ozFfvEovfp8Drz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynhbyh04PJoX5orEp1ozFfvEovfp8Drz > .row > .video-iframe-container { display: none; }#ynhbyh04PJoX5orEp1ozFfvEovfp8Drz > .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); }#ynhbyh04PJoX5orEp1ozFfvEovfp8Drz > .row .container { border-width: 0; border-radius: 0; }#ynhbyh04PJoX5orEp1ozFfvEovfp8Drz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynhbyh04PJoX5orEp1ozFfvEovfp8Drz > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#k4Loxs1w2TZ0OmtmGIeHzBHI7yB0KXTS { position:absolute;display:block;z-index:15008;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:15.3125rem;width:15.3125rem;top:1.09375rem;left:47.875rem;overflow:hidden;display:block; }
#XQnFgve7dGfA8nDf05KZHkgFTTwpr0T7 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.3125rem;left:1.875rem;height:11.209rem;text-align:left;text-align-last:left;display:block; }
#wwzxmgDlezzm0ICgmsVmKbfh5BnsXRtT { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.625rem;left:1.875rem;height:1.8681625rem;text-align:left;text-align-last:left;display:block; }
#BcxhRlceWO2PPDN1gQ6FCreelf5P1fqG { color:#ff6a00;display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.125rem;left:1.9375rem;height:3.4121125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/JZTYsb9L/bg_black.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg.adaptive-delivery-prevent-bg, #ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg.lazyload, #ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg.lazyloading { background-image: none; }#ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg > .row .container { background-color: transparent; background-image: none; }#ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg > .row .container > .video-iframe-container { display: none; }#ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg > .row > .video-iframe-container { display: none; }#ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg > .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); }#ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg > .row .container { border-width: 0; border-radius: 0; }#ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#L7DpQX0MTMLh2WhLoV0zi278JPDoMBSm { position:absolute;display:block;z-index:15009;border-top:0.1875rem solid #fffffd;border-left:0.1875rem solid #fffffd;border-right:0.1875rem solid #fffffd;border-bottom:0.1875rem solid #fffffd;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:15.8125rem;width:15.8125rem;top:0.5625rem;left:10.625rem;overflow:hidden;display:block; }
#CBpVcklIdDT5H2ElQHgSmWPBRp59d3qK { color:rgba(var(--color-tertiary-4),1);display:block;width:27.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:5.732421875rem;left:42.5625rem;height:9.3408125rem;text-align:left;text-align-last:left;display:block; }
#TpyAR8tQCXh4pTD6WV3qzBx7WGhERuEZ { color:#ff6a00;display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.087890625rem;left:42.6875rem;height:1.70625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/JZTYsb9L/bg_black.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7.adaptive-delivery-prevent-bg, #Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7.lazyload, #Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7.lazyloading { background-image: none; }#Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7 > .row .container { background-color: transparent; background-image: none; }#Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7 > .row .container > .video-iframe-container { display: none; }#Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7 > .row > .video-iframe-container { display: none; }#Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7 > .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); }#Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7 > .row .container { border-width: 0; border-radius: 0; }#Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7 > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#NikQnT2ymAn35RETnhETRrTTHhZcl8SS { z-index:15004;top:1.1875rem;left:24.5625rem;background-color:#68d237;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.1875rem 0.1875rem 0.0625rem rgba(var(--color-tertiary-4),0.58) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aVSJPdz9flzJRM8UnhpLFAiQSU275TuV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QQ9RFtUaWyEgqPgcvpyxVBTX7B4HIMds { position:absolute;display:block;z-index:15016;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:2rem;width:14.75rem;top:5.5rem;left:31.0625rem;overflow:hidden;display:block; }
#EQ8bzOJ7mMZTiXHCFOZw8MVH58t5r4Vs { 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; }#EQ8bzOJ7mMZTiXHCFOZw8MVH58t5r4Vs > .row .container { background-color: transparent; background-image: none; }#EQ8bzOJ7mMZTiXHCFOZw8MVH58t5r4Vs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ8bzOJ7mMZTiXHCFOZw8MVH58t5r4Vs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ8bzOJ7mMZTiXHCFOZw8MVH58t5r4Vs > .row .container > .video-iframe-container { display: none; }#EQ8bzOJ7mMZTiXHCFOZw8MVH58t5r4Vs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ8bzOJ7mMZTiXHCFOZw8MVH58t5r4Vs > .row > .video-iframe-container { display: none; }#EQ8bzOJ7mMZTiXHCFOZw8MVH58t5r4Vs > .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); }#EQ8bzOJ7mMZTiXHCFOZw8MVH58t5r4Vs > .row .container { border-width: 0; border-radius: 0; }#EQ8bzOJ7mMZTiXHCFOZw8MVH58t5r4Vs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EQ8bzOJ7mMZTiXHCFOZw8MVH58t5r4Vs > .row .container { font-size:0.875rem;font-family:arial;height:49.8125rem;width:75rem;position:relative;display:block; }#HTbGpM5zR8V1n4q0RghxbmVoG7yUNUcL { position:absolute;display:block;z-index:15008;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.25rem;width:15.25rem;top:7.25rem;left:10.375rem;overflow:hidden;display:block; }
#XMz60syQwpyK7hmNKqivmsbwJShmNKWl { position:absolute;display:block;z-index:15009;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.3125rem;width:15.375rem;top:7.25rem;left:29.5rem;overflow:hidden;display:block; }
#qal1RUOJSGxUtuh66bszVlHCfKJ1KoXd { position:absolute;display:block;z-index:15010;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:15.25rem;width:15.25rem;top:7.28125rem;left:50.8125rem;overflow:hidden;display:block; }
#xWKTT91Jf62AI1xDelksVc08kAWPcT4N { color:#ff5400;display:block;width:12.625rem;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:24.5rem;left:10.9375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QkiIcMzaUQMKuTri0pFdZKMu5KXLasKh { z-index:15002;top:43.1875rem;left:24.5625rem;background-color:#68d237;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.1875rem 0.1875rem 0.0625rem rgba(var(--color-tertiary-4),0.58) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#U76iFitN2bUsyZ6XHu4nbzlcaIAb3Urz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zUs7UhKgToCy4bpQT0yU8Me4avJv9kwd { color:#ff5400;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.5rem;left:29.875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mF6h2zPXUTZJ5WUD3bqTViFlhxX2CplX { color:#ff5400;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.44921875rem;left:48.75rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LXGuZUFVQmy82TL6NvoSBcRZRQtFhctA { color:rgba(var(--color-tertiary-4),1);display:block;width:57.4375rem;position:absolute;font-family:"russo one";font-size:2.0625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.65625rem;left:8.75rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NrcwPIASo2wqecHna4OKNnKMGdsM5EyH { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:28.875rem;left:9.75rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#r7y3JTndTOHQ4Kap7MB6MA5449VR0h8p { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:28.875rem;left:29.6875rem;height:7.3095625rem;text-align:center;text-align-last:center;display:block; }
#vZzec5iJv3SnncLwn5IBl6oGSo6AEHqq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.875rem;left:50rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#ekhUbU1WbucUFyF2T0GXOrm2sCLivltD { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:14.75rem;top:47.0625rem;left:29.9375rem;overflow:hidden;display:block; }
#icfMypQZgXKJq4dzvuVXCPew6f0Z333H { color:rgba(var(--color-tertiary-4),1);display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:39.1875rem;left:8.9375rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#XdmAJyFwT3HDp7JPk3Qpsb16lPoMqU2t { color:#ff0000;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:37rem;left:8.9375rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/2JAAlaDT/bg_black.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx.adaptive-delivery-prevent-bg, #nqk7UBWQIbMshTZhVksF4elGwAqaIFhx.lazyload, #nqk7UBWQIbMshTZhVksF4elGwAqaIFhx.lazyloading { background-image: none; }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .row .container { background-color: transparent; background-image: none; }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .row .container > .video-iframe-container { display: none; }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .row > .video-iframe-container { display: none; }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .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); }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .row .container { border-width: 0; border-radius: 0; }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .row .container { font-size:0.875rem;font-family:arial;height:58.375rem;width:75rem;position:relative;display:block; }#LhipZ6Picu3895Hq0G7UiiIkJaQTE62S { z-index:15004;top:52.1875rem;left:24.5625rem;background-color:#68d237;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.1875rem 0.1875rem 0.0625rem rgba(var(--color-tertiary-4),0.58) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rIs3KzzM1pdudFxkCaLQyGnTmPczbufk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CADcq0vdZrdQJazqBF7Hu2HEDIS6lZow { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:0.125rem;left:8.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#wkwST9p5rEDkMJ99fKrO5knNBoDQaXZU { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.5625rem;width:11.375rem;top:1.71875rem;left:10.8125rem;overflow:hidden;display:block; }
#FpZ8iJxEuKPaVKUHErp2EkVoH1GMmPiW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.1875rem;width:12.75rem;top:2.25rem;left:30.75rem;overflow:hidden;display:block; }
#My8bTFwhitHaqoMs74Dlz4O3KLyd7M3B { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:0.4375rem;left:49.6875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#bzxpBJJeTlgRmM28KyuCleIppHz7PuKe { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:21.875rem;width:16.4375rem;top:2.46875rem;left:49.5rem;overflow:hidden;display:block; }
#LRWnGDIroi0G33sUC2UBWivlqaHzwRpU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:25.6875rem;left:29.125rem;height:16.0810625rem;text-align:center;text-align-last:center;display:block; }
#pE1Nd0dNombdG9rdTDnAtMx4eFvtfkzE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:25.130859375rem;left:8.875rem;height:13.15725rem;text-align:center;text-align-last:center;display:block; }
#vStottXQzkHv4Wxd8kN8hFmLO8N8Ni5h { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:25.4375rem;left:50.5rem;height:16.0810625rem;text-align:center;text-align-last:center;display:block; }
#XUESqgP7O3fTsLxCUal2LFhUW6b6bTZL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.3125rem;width:6.9375rem;top:23.59375rem;left:13.0625rem;overflow:hidden;display:block; }
#xXTykHk6rnJ8gWgb9Dqt8xyQDRZvSTPy { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.3125rem;width:6.9375rem;top:24.46875rem;left:33.0625rem;overflow:hidden;display:block; }
#dG5zZ3iRnBRKIO3onRqtfCAW18w9h2iK { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.3125rem;width:6.9375rem;top:23.75rem;left:53.5rem;overflow:hidden;display:block; }
#mIxGevK9Aqy6TSr7UlHs9t04zJTWnWuS { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:0.48046875rem;left:30.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#bMFw7R2UmE1HwfR8o5u5AwmfxiutNaRz { position:absolute;display:block;z-index:15016;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:2rem;width:14.75rem;top:56.375rem;left:29.8125rem;overflow:hidden;display:block; }
#dxztvuvipmJdLv9KKJTXZoPy3q44iI9S { color:rgba(var(--color-tertiary-4),1);display:block;width:54.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:47.54296875rem;left:11.875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#GMShzV4KceLGi4W7su98QnxdTwiRvOTT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.3125rem;width:6.9375rem;top:50.25rem;left:34rem;overflow:hidden;display:block; }
#syvNDLioIPh734L6CayTfTNa1sPsFotO { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:46.3056640625rem;left:30.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e1e;background-image:url("https://images.assets-landingi.com/JZTYsb9L/bg_black.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM.adaptive-delivery-prevent-bg, #FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM.lazyload, #FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM.lazyloading { background-image: none; }#FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM > .row .container { background-color: transparent; background-image: none; }#FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM > .row .container > .video-iframe-container { display: none; }#FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM > .row > .video-iframe-container { display: none; }#FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM > .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); }#FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM > .row .container { border-width: 0; border-radius: 0; }#FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:75rem;position:relative;display:block; }#b44wItyWqC6PyoKOEZCrDzBX2fQWfqNb { box-sizing:content-box;color:#fff300;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:0rem;left:30.875rem;display:block; }
#Zg7RHbNDiuJR7V14PQwOJJxnPBE1JXou { box-sizing:content-box;color:#fff300;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:0rem;left:33.4375rem;display:block; }
#MupifLTTWUv3vuRiGnCcKdGFlTNeO7g8 { box-sizing:content-box;color:#fff300;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:0rem;left:36.0625rem;display:block; }
#nNAFu2U2qKHo4btaCtQtykImc3O9sT5A { box-sizing:content-box;color:#fff300;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:0rem;left:38.5625rem;display:block; }
#W4P9fgo27cVpKbyDNtH6MNghc6a1SXMT { box-sizing:content-box;color:#fff300;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15046;top:0rem;left:41rem;display:block; }
#VelSLr9nRzat70ynKvs2hvvOBqTXPMgO { position:absolute;display:block;z-index:15028;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff5400;border-left:0.1875rem solid #ff5400;border-right:0.1875rem solid #ff5400;border-bottom:0.1875rem solid #ff5400;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.5625rem;width:14.125rem;top:7.125rem;left:30.25rem;display:block; }
#l9FoZn1OTq5WrXgyRcq0QsiFmrOvHcQQ { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:oswald;font-size:1.3125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.4375rem;left:32.25rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#FBCUqQCzmUTi8nTeAnmlrkt7oarzhQCt { position:absolute;display:block;z-index:15029;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff5400;border-left:0.1875rem solid #ff5400;border-right:0.1875rem solid #ff5400;border-bottom:0.1875rem solid #ff5400;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.5625rem;width:15.625rem;top:8rem;left:48.8125rem;display:block; }
#LQsCqIg4qoRIL4lNMOrNPyncJszBpTwS { color:#000000;display:block;width:16.1875rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.25rem;left:48.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Rs8wTcyhTcE8BtF3qtnHhvJWizDiD97G { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:37.5rem;width:17rem;top:9rem;left:28.875rem;display:block; }
#srPTkKCtZldgWHqTWIMTfDk2glwaxxRi { position:absolute;display:block;z-index:15030;background-color:#1e1e1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ff5400;border-left:0.1875rem solid #ff5400;border-right:0.1875rem solid #ff5400;border-bottom:0.1875rem solid #ff5400;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.5625rem;width:14.3125rem;top:9.125rem;left:10.875rem;display:block; }
#htsyOkMhOq42SK9HcFx46H7OAdZvuGqo { color:#000000;display:block;width:14.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.375rem;left:10.875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#PiukEJfXcZ5TNWLPtTQiyoUuTOTXofGi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:9.6875rem;left:28.875rem; }
#BQ0MvICiO2dXaXNgTco9uInr3Jl44vlT { color:#000000;display:block;width:23.9375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;height:1.54296875rem;top:11.1875rem;left:25.4375rem;text-align:center;text-align-last:center;display:block; }
#LotBgZtaWtvwGDmRCoUo3T9nBFwLBIZs { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:35.375rem;width:18.0625rem;top:11.1875rem;left:47.75rem;display:block; }
#s6nITV67eiqTZT4bHGzw1poXLRW2vM46 { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:35.6875rem;width:18.125rem;top:11.3125rem;left:9.125rem;display:block; }
#qX7XEwsC7TpZdPUGNXgPQUwXNAnRBdOV { position:absolute;display:block;z-index:15024;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:11.125rem;top:11.9375rem;left:51.1875rem;overflow:hidden;display:block; }
#V8dibsW30502GxPJ4qGBf692WxynRmMZ { color:#000000;display:block;width:5.874025rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:12.75rem;left:29.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Fke7vOD0xQMaflOucTlJz9ckyK1gyHv6 { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:11.9375rem;left:47.75rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#VHAswaWbAeCL9JDmAfQzrAQuPKh4CcdT { color:#000000;display:block;width:5.874025rem;position:absolute;font-family:oswald;font-size:2rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:13.5rem;left:9.5rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#J5t6U83LBNDvmCHdNPvuD1dKZZ7uV1q2 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:12.25rem;top:11.625rem;left:33.25rem;overflow:hidden;display:block; }
#NIcuzwITRKqEHJ5y5mGDcXdxhIdUWFd3 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:14.0625rem;top:15.375rem;left:12rem;overflow:hidden;display:block; }
#y1fxcCzNak75ZbxsileQZ12T3NLOliwf { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5625rem;width:12.5625rem;top:17.3125rem;left:28.875rem;overflow:hidden;display:block; }
#EtlmHMr1Gss68GK9rLiDKWIhmWwN83uU { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:11.3125rem;top:18.625rem;left:54.5625rem;overflow:hidden;display:block; }
#XsBtx6nia5o9PpwBfHG7qtrVxxKFeUfy { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:11.0625rem;top:18.75rem;left:46.875rem;overflow:hidden;display:block; }
#k76M9vNfaih0T2VpAfoMMLc6ebsDDuVa { color:#000000;display:block;width:15.2495625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:26.875rem;left:10.4375rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#vXH7leVDb2eKCbSMUtWsRcSfftn9wMGt { color:#000000;display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:27.5625rem;left:29.8125rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#rQEtEPGEp0VCR9LG9S0dcB8leQrE9FcL { color:#000000;display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:27.9375rem;left:48.6875rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#WNe880e9wmlGD9yENSVcgVDNgul1VQlf { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:roboto;font-size:2.75rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:29.5rem;left:15.9375rem;height:3.57421875rem;text-align:center;text-align-last:center;display:block; }
#i4xcaqZXxIdKyOJtEoTKUfPGO8N7eBgf { color:#000000;display:block;width:6.875rem;position:absolute;font-family:roboto;font-size:2.6875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:29.75rem;left:35.6875rem;height:3.4931625rem;text-align:center;text-align-last:center;display:block; }
#VGb8GWzPevWOPlBUo27BEdayh6PpQLfv { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:30.1875rem;left:11.875rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#fzgISs841uTUg3BykyOmravN4zWM7CCC { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:30.375rem;left:31.1875rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#LVGwfD3v75wnRNaKxd8LIKgHQKLks26W { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:30.5rem;left:54rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#AtZ6cTkWEDqoZAPOqthHn1Cmru1CsDXS { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:31.125rem;left:49.8125rem;height:2.2744125rem;text-align:center;text-align-last:center;display:block; }
#EvfTexMAuTG4ag9RZid9BnkkaolN1D5z { position:absolute;display:block;z-index:15036;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249999999.9375rem;border-top-right-radius:6249999999.9375rem;border-bottom-left-radius:6249999999.9375rem;border-bottom-right-radius:6249999999.9375rem;box-shadow: none;height:1.5625rem;width:10.625rem;top:33.25rem;left:13.0625rem;display:block; }
#xksuKaCVtctNIK3bRJbbhrtzrM9mwfmD { position:absolute;display:block;z-index:15032;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249999999.9375rem;border-top-right-radius:6249999999.9375rem;border-bottom-left-radius:6249999999.9375rem;border-bottom-right-radius:6249999999.9375rem;box-shadow: none;height:1.5625rem;width:10.625rem;top:33.25rem;left:32.3125rem;display:block; }
#sp2ouQWwNKcDUFzo7sKVthTkHxSOyUce { color:#000000;display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:33.4375rem;left:10.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#Frg9V8BIXORTly4reosy1i7fEkIUTrEB { color:#000000;display:block;width:9.4995rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:33.5rem;left:32.875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#hTVvWdHNInb6TMLocNnXzaZxSJ9mSBGL { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6249999999.9375rem;border-top-right-radius:6249999999.9375rem;border-bottom-left-radius:6249999999.9375rem;border-bottom-right-radius:6249999999.9375rem;box-shadow: none;height:1.5625rem;width:10.625rem;top:34.5rem;left:51.6875rem;display:block; }
#xCXG45tNakVIKL8tIK0v6sJQg8cdc6d3 { color:#000000;display:block;width:15.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:34.6875rem;left:49.1875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#AJsJtqXu7nGOeGvktkIISpqfRGi9uVGH { background-color:#5fb007;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(81,81,81,0.65) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:3.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:37.125rem;left:10.9375rem;display:block; }
#f1qsV61gmEkmFvlGfE8MT9n32LxuiibQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cJihr2soKHROPWiF6Cf8NnXLqP5BkC5A { background-color:#5fb007;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(81,80,81,0.65) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:37.125rem;left:30.125rem;display:block; }
#zS1WFTFh6dOZWHuKuZlBgi17SRJn0LuX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hTCnqrWO5ZrUTeT7baZiqQLoQ46eqQB9 { background-color:#5fb007;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(81,81,81,0.65) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:37.125rem;left:49rem;display:block; }
#NoxqlQvHXJcl9TlLHTXb1N2gItk7Qxi5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ndN23mkZ4V0T9ObCCnV77xGhwiM8IVer { color:#000000;display:block;width:15.249rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:42.1875rem;left:10.5625rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#NouuzVG47TCfxGcbxqrS09u3SEmGUPAn { color:#000000;display:block;width:15.249rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:42.25rem;left:29.8125rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#CnT5oIT1erpSohuOn2yop4gV4bad0knf { color:#000000;display:block;width:15.2480625rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:42.25rem;left:49.125rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#vKwbtNKoT559ZQam452ZdtNCvxPnPnd8 { color:#000000;display:block;width:55.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:48.625rem;left:9.5rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kpVQVUNxV0V4n5obg8RU2DTxnaQinGZ1 { color:#000000;display:block;width:55.875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:52.375rem;left:8rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D7asZNygPyVpphXfaLSCeASmVgGvw0RM { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:52.375rem;left:9.0625rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VeTc1kp2RqFyfvmOwS5tR7SoyJfI9Uxu { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:52.375rem;left:30.6875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QiyOAq7ASPTEmiaTxW61Z9G1UNtHvlPw { box-sizing:content-box;height:2.4375rem;width:11.6875rem;position:absolute;display:block;z-index:15055;background-color:#ff6a00;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:6.75rem;left:12.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#J4MzuCDZkmxRMHWLzdKJmpoDZD6iMogo { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:7.125rem;left:13.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#MW4Akm5sZkhk1inSTDiIrVPUkWT8yZAV { box-sizing:content-box;height:2.4375rem;width:11.6875rem;position:absolute;display:block;z-index:15057;background-color:#ff6a00;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:4.75rem;left:31.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#ZcEpM11Xeg3DNFTtmH3S2Ew8CnyrPDSm { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.125rem;left:32.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#z8shRxVBaEM2cUZWeZuflTD0rCwT2qgt { box-sizing:content-box;height:2.4375rem;width:11.6875rem;position:absolute;display:block;z-index:15059;background-color:#ff6a00;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);top:5.625rem;left:50.8125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#TVQNpsg5cT53kzzciBUHAfHwOKk4xVyS { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6rem;left:51.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 { background-color:#ff5400;background-image:url("https://images.assets-landingi.com/JZTYsb9L/bg_black.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8.adaptive-delivery-prevent-bg, #zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8.lazyload, #zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8.lazyloading { background-image: none; }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .row .container { background-color: transparent; background-image: none; }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .row .container > .video-iframe-container { display: none; }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .row > .video-iframe-container { display: none; }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .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); }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .row .container { border-width: 0; border-radius: 0; }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#PhtVXHS3qbt4ERogHwgVGFLAz5ztfFz8 { 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.6875rem;width:20.5625rem;top:3rem;left:11.1875rem;overflow:hidden;display:block; }
#nmewFBgamrvHv35lcqxH78DXOT3kaskH { color:#ffffff;display:block;width:18rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:15.5976375rem;top:3rem;left:40.375rem;text-align:left;text-align-last:left;display:block; }
#tAO08LRExoO2S8EGKXcROtqeysnqKIUk { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:10.39845rem;top:25.75rem;left:8.875rem;display:block; }
#fTxFTxC6zVgyJy1z16mNIHd2TN2ffd5m { background-color:#5fb007;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(0,0,0,0.65) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.8125rem;height:3.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:17.375rem;left:39.4375rem;display:block; }
#QHorcOT1p1Lo6TbQA7oem83BQREivy5C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U9LkNCDaagdE5hRFotonS5Fn98OurTLQ { color:#ffffff;display:block;width:57.1875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:0.9746125rem;top:38.6875rem;left:8.875rem;display:block; }
#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dddddd;background-image:url("https://images.assets-landingi.com/JZTYsb9L/bg_black.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1.adaptive-delivery-prevent-bg, #e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1.lazyload, #e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1.lazyloading { background-image: none; }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row .container { background-color: transparent; background-image: none; }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row .container > .video-iframe-container { display: none; }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row > .video-iframe-container { display: none; }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .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); }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row .container { border-width: 0; border-radius: 0; }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#bGOsBEfyl360n7ckcPnRfZNcXCU8S7ht { 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:4.4375rem;width:5.6875rem;top:3.125rem;left:27.0625rem;display:block; }
#yaPKLtQE79KhJbaO5GH6QBfFIng8Mt7f { color:#ff5400;display:block;width:7.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.6rem;top:8.5625rem;left:26.3125rem;text-align:center;text-align-last:center;display:block; }
#FehlcQN8dylQsymsUdofyLAbGsEDEABf { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.68359375rem;top:12.674999237061rem;left:23.3125rem;text-align:center;text-align-last:center;display:block; }
#fJVAbJz5U06e1cQQWTv5iqedVWqWU5WA { 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:5.0625rem;width:5.125rem;top:2.75rem;left:56.9375rem;display:block; }
#tzdi5I9G8y7oHux7Us6EgkC7ilInJw0c { color:#ff5400;display:block;width:8.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.6rem;top:8.5625rem;left:55.375rem;text-align:center;text-align-last:center;display:block; }
#FMgmNz2NVG7LBQBqSk1SIT6lIx3CFuN7 { 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:5.1875rem;width:5.1875rem;top:2.75rem;left:41.375rem;display:block; }
#GGJS8DZyD7uUBkwPlvgCIbEZb0PAQX9w { color:#ff5400;display:block;width:8.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.6rem;top:8.5625rem;left:39.5rem;text-align:center;text-align-last:center;display:block; }
#Mnk8TMMUC6msdxZqiKi8FPGCb7lZetgl { 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:5rem;width:4.125rem;top:2.75rem;left:13rem;display:block; }
#p0sbVbPPzEU77wFPx0FFZQDpNcbl2WTs { color:#ff5400;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.6rem;top:8.625rem;left:11.8125rem;text-align:center;text-align-last:center;display:block; }
#qunFnVeZDZmPvrVZUzGErRppDM9sy7Rg { color:#000000;display:block;width:13.9375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.957rem;top:12.674999237061rem;left:8.0625rem;text-align:center;text-align-last:center;display:block; }
#uJOb9I0LpsIXVtrVJ4OcEHU9I2txgpvn { background-color:#5fb007;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(0,0,0,0.65) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.5625rem;left:30.5625rem;display:block; }
#dg1r3bgRsGmZpL8hKlSaLmCKwoyQLrh9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NJa2clrOqhBZF7ckmmwnP2BaVWyDM5ax { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:4.546875rem;top:12.693752288818rem;left:37.375rem;text-align:center;text-align-last:center;display:block; }
#QakDUfzoTtXGOQoOOvku4I6ZHb9ZWAUr { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:4.546875rem;top:12.4365234375rem;left:52.25rem;text-align:center;text-align-last:center;display:block; }
#EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#272727;background-image:url("https://images.assets-landingi.com/JZTYsb9L/bg_black.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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; }#EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG.adaptive-delivery-prevent-bg, #EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG.lazyload, #EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG.lazyloading { background-image: none; }#EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG > .row .container { background-color: transparent; background-image: none; }#EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG > .row .container > .video-iframe-container { display: none; }#EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG > .row > .video-iframe-container { display: none; }#EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG > .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); }#EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG > .row .container { border-width: 0; border-radius: 0; }#EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#IL9Q3r4rvP230gFqECwX19fJWgc8Xs3k { color:#ff5400;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17.875rem;left:37.0625rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#kIV8abo6R9OQpkvwD4bgl3TZ0r4XGSUR { color:#ff5400;display:block;width:8.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.875rem;left:26.3125rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#FBJuMxtTwnEl7oe3B7idhJbn5hPphtcU { color:#ff5400;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.875rem;left:17.4375rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#OuiobS0kCIf8gwivKK6sitT71RTGHLzX { color:#ff5400;display:block;width:9.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.875rem;left:47.125rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#Mc4LPzF3w4qcM7IHEKfqvKxlflbaFV8I { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.25rem;left:38.1875rem;height:3.8984375rem;display:block; }
#zO6cq9TDVZ4JLNRCdHBX90Cc9R32bouh { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.25rem;left:24.3125rem;height:3.89845rem;display:block; }
#qKvzvIrqpLkm9yMnVx1zz27Z5Si6R1ZQ { color:#fdfdfd;display:block;width:12.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:10.6875rem;left:13.9375rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#FtVKGIciLRqelHGtuZhMaNvBSZyJlxtN { color:#fdfdfd;display:block;width:13.25rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:1.75rem;left:24.3125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TQh1pm5vMGImtgpkDX2ANTFuyL6T8XKG { color:#fdfdfd;display:block;width:12.375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1.8125rem;left:38.1875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EWLobGJJQaKrCVz50P7lHMsUDWgdProV { color:#fdfdfd;display:block;width:12.375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:1.7499923706055rem;left:9.6875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mkwAiHDnkNCGIa3GxroItZKx58ZRwBmT { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.2499923706055rem;left:9.6875rem;height:2.9238375rem;display:block; }
#tilu4EfmFv5VTQUQbTi1fueiAO0oUhTl { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.25rem;left:52.5625rem;height:2.923825rem;display:block; }
#yplAVLITFvAE33IBw3orzuiCOEguFyoI { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.3125rem;left:21.625rem;height:0.9746125rem;display:block; }
#upVpyRs7FX318FqgR3psZOVt678sOpkH { color:#fdfdfd;display:block;width:12.375rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:1.75rem;left:52.75rem;height:1.137075rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CtUwSKy7paVoC3ZwHChbt8wNExks5zma { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:11.1875rem;top:10.4375rem;left:31.25rem;overflow:hidden;display:block; }
#lT3TT8aWfhHhdaFcwT7wyplPHRhgeCti { position:absolute;display:block;z-index:15007;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:11.1875rem;top:11.9375rem;left:14.6875rem;overflow:hidden;display:block; }
#pI5T2FpNBLnAl2vupW16HWzr3ucVGsA4 { position:absolute;display:block;z-index:15007;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.9375rem;width:10.4375rem;top:11.75rem;left:42.9375rem;overflow:hidden;display:block; }
#dKOXTeA5Anf12J1KiEg98dUO0OicZdbx { 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:4.1875rem;width:10.4375rem;top:11.125rem;left:54.28125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 { display:block; }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImpiiJUcKP4kr8Z15xfMM4OBW0816Rbe { top:1.75rem;left:21.5rem;width:7.5625rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxWCO6nTJ9x2qlxcLA6nkXbng7FL85Ju { top:0rem;left:38.3125rem;width:6.1875rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLeOrXASFHEO5GSxMDoD9aVvu4S6ncTt { top:0rem;left:31.875rem;width:5.1875rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkl8KV24o2OPKo0lLEylrDFU69Ae5l1T { top:0rem;left:41.5625rem;width:6.1875rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQD6nfkAsAqir242r6qrfuRHQq1naPyR { display:block; }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ic6JBJc6PX90xh9yNqZ6SrR5AK7qIMa6 { top:31.25rem;left:20.3125rem;width:22.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #el1JykL4JrmWtdFquCLIyOz24dnG7vJL { display:block; }
 }@media only screen and (max-width: 763px) { #c2IRk6N252wCnWbwnaiyMUQVoI0gmayl { top:3.5625rem;left:20.75rem;width:21.875rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb4uTwSg5TL4G5BfcbT4dvOtOIsvBSJx { top:9.8125rem;left:22.6875rem;width:21rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq9zrqORNykEMGMG4I7zEfUFnlSTPeVp { top:12.9375rem;left:10.9375rem;width:36.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScM1t6WNd4dg7v3AhRFtd8CFgB6rUout { top:16.4375rem;left:20.25rem;width:27.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqQwN6TRUWgBtlTxUGiqpIIUA5HKtSkO { top:20.75rem;left:17.625rem;width:30.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Rz854A3Io2sHDBZ8zEcSi5tsleIQfm { top:34.75rem;left:24.3125rem;width:14.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0FVHpdzSHzQWEuPTvzCLB4E6O29uuaq { top:9.6875rem;left:20.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz3MAN3eqsqNHpGM8AWScMITchBg0dOv { top:12.75rem;left:20.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbaTZmzLOyLsECJnkB6Im3vR4CON7rTO { top:16.25rem;left:20.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCw4AFUsfWC1RQfosKhBvJqxAm8BZx4b { top:20.6875rem;left:20.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iE9vkP2X3uIKaGCpWr9g6fSSDT64Gacw { width:8.625rem;height:1.5rem;top:5.3125rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZd5PZQZ4ur6a6BMhCyunRP2Tseq0oFW { top:5.3125rem;left:26.75rem;width:21rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPX6v7VLZi4JQLOQz2S4F7tIvywVCFik { top:24.8125rem;left:17.625rem;width:30.125rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDtaLcs0USrrAk5EbcQuUEupEnb3VPVb { top:28.125rem;left:17.625rem;width:30.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4LLIchQyObtHXBG2ndRmqklMa6T1rd2 { top:28.125rem;left:20.5625rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEeghfpy3En7g49hc99qsooTRVWBUCBr { width:33.75rem;height:25.4375rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f { display:block; }#vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ay5um28JcdrdvHg03lIsUEsV1o79isx5 { top:5.3125rem;left:19.1875rem;width:28.5625rem;height:5.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZAnfF2kJAeoQk8JywWbQvgteh9FpLVo { top:0rem;left:4.125rem;width:15rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #buXyxSuGqt81QhH8e1fWhoTw43areDzN { top:3.375rem;left:19.1875rem;width:28.5625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynhbyh04PJoX5orEp1ozFfvEovfp8Drz { display:block; }#ynhbyh04PJoX5orEp1ozFfvEovfp8Drz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4Loxs1w2TZ0OmtmGIeHzBHI7yB0KXTS { top:1.0625rem;left:27.4375rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQnFgve7dGfA8nDf05KZHkgFTTwpr0T7 { top:5.3125rem;left:0rem;width:27.25rem;height:11.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwzxmgDlezzm0ICgmsVmKbfh5BnsXRtT { top:10.625rem;left:0rem;width:27.25rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcxhRlceWO2PPDN1gQ6FCreelf5P1fqG { top:1.125rem;left:0rem;width:28.5625rem;height:3.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg { display:block; }#ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7DpQX0MTMLh2WhLoV0zi278JPDoMBSm { top:0.5625rem;left:3.8125rem;width:15.8125rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBpVcklIdDT5H2ElQHgSmWPBRp59d3qK { top:5.6875rem;left:20.5625rem;width:27.1875rem;height:7.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpyAR8tQCXh4pTD6WV3qzBx7WGhERuEZ { top:4.0625rem;left:19.1875rem;width:28.5625rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7 { display:block; }#Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NikQnT2ymAn35RETnhETRrTTHhZcl8SS { top:1.1875rem;left:10.9375rem;width:25.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVSJPdz9flzJRM8UnhpLFAiQSU275TuV { display:block; }
 }@media only screen and (max-width: 763px) { #QQ9RFtUaWyEgqPgcvpyxVBTX7B4HIMds { top:5.5rem;left:17.4375rem;width:14.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ8bzOJ7mMZTiXHCFOZw8MVH58t5r4Vs { display:block; }#EQ8bzOJ7mMZTiXHCFOZw8MVH58t5r4Vs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTbGpM5zR8V1n4q0RghxbmVoG7yUNUcL { top:7.25rem;left:0rem;width:15.25rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMz60syQwpyK7hmNKqivmsbwJShmNKWl { top:7.25rem;left:15.875rem;width:15.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qal1RUOJSGxUtuh66bszVlHCfKJ1KoXd { top:7.25rem;left:31.875rem;width:15.25rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWKTT91Jf62AI1xDelksVc08kAWPcT4N { top:24.5rem;left:0rem;width:12.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkiIcMzaUQMKuTri0pFdZKMu5KXLasKh { top:43.1875rem;left:10.9375rem;width:25.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U76iFitN2bUsyZ6XHu4nbzlcaIAb3Urz { display:block; }
 }@media only screen and (max-width: 763px) { #zUs7UhKgToCy4bpQT0yU8Me4avJv9kwd { top:24.5rem;left:16.25rem;width:15.1875rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF6h2zPXUTZJ5WUD3bqTViFlhxX2CplX { top:24.4375rem;left:29.0625rem;width:18.6875rem;height:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXGuZUFVQmy82TL6NvoSBcRZRQtFhctA { top:0.625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrcwPIASo2wqecHna4OKNnKMGdsM5EyH { top:28.875rem;left:0rem;width:15rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7y3JTndTOHQ4Kap7MB6MA5449VR0h8p { top:28.875rem;left:16.0625rem;width:15.6875rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZzec5iJv3SnncLwn5IBl6oGSo6AEHqq { top:28.875rem;left:30.25rem;width:17.5rem;height:4.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekhUbU1WbucUFyF2T0GXOrm2sCLivltD { top:47.0625rem;left:16.3125rem;width:14.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #icfMypQZgXKJq4dzvuVXCPew6f0Z333H { top:39.1875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdmAJyFwT3HDp7JPk3Qpsb16lPoMqU2t { top:37rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqk7UBWQIbMshTZhVksF4elGwAqaIFhx { display:none; }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LhipZ6Picu3895Hq0G7UiiIkJaQTE62S { top:52.1875rem;left:10.9375rem;width:25.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIs3KzzM1pdudFxkCaLQyGnTmPczbufk { display:block; }
 }@media only screen and (max-width: 763px) { #CADcq0vdZrdQJazqBF7Hu2HEDIS6lZow { width:15.1875rem;height:1.25rem;top:0.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkwST9p5rEDkMJ99fKrO5knNBoDQaXZU { width:11.375rem;height:22.5625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpZ8iJxEuKPaVKUHErp2EkVoH1GMmPiW { width:12.75rem;height:23.1875rem;top:2.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #My8bTFwhitHaqoMs74Dlz4O3KLyd7M3B { width:13.4375rem;height:1.25rem;top:0.4375rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzxpBJJeTlgRmM28KyuCleIppHz7PuKe { width:16.4375rem;height:21.875rem;top:2.4375rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRWnGDIroi0G33sUC2UBWivlqaHzwRpU { width:16.75rem;height:16.0625rem;top:25.6875rem;left:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE1Nd0dNombdG9rdTDnAtMx4eFvtfkzE { width:17.625rem;height:13.125rem;top:25.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vStottXQzkHv4Wxd8kN8hFmLO8N8Ni5h { width:14.5rem;height:16.0625rem;top:25.4375rem;left:33.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUESqgP7O3fTsLxCUal2LFhUW6b6bTZL { width:6.9375rem;height:1.3125rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXTykHk6rnJ8gWgb9Dqt8xyQDRZvSTPy { width:6.9375rem;height:1.3125rem;top:24.4375rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG5zZ3iRnBRKIO3onRqtfCAW18w9h2iK { width:6.9375rem;height:1.3125rem;top:23.75rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIxGevK9Aqy6TSr7UlHs9t04zJTWnWuS { width:13.4375rem;height:1.25rem;top:0.4375rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMFw7R2UmE1HwfR8o5u5AwmfxiutNaRz { top:56.375rem;left:16.1875rem;width:14.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxztvuvipmJdLv9KKJTXZoPy3q44iI9S { width:47.75rem;height:2.875rem;top:47.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMShzV4KceLGi4W7su98QnxdTwiRvOTT { width:6.9375rem;height:1.3125rem;top:50.25rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syvNDLioIPh734L6CayTfTNa1sPsFotO { width:13.4375rem;height:1.25rem;top:46.25rem;left:17.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM { display:block; }#FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b44wItyWqC6PyoKOEZCrDzBX2fQWfqNb { width:3.125rem;height:3.125rem;top:0rem;left:17.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7RHbNDiuJR7V14PQwOJJxnPBE1JXou { width:3.125rem;height:3.125rem;top:0rem;left:19.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MupifLTTWUv3vuRiGnCcKdGFlTNeO7g8 { width:3.125rem;height:3.125rem;top:0rem;left:22.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNAFu2U2qKHo4btaCtQtykImc3O9sT5A { width:3.125rem;height:3.125rem;top:0rem;left:24.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4P9fgo27cVpKbyDNtH6MNghc6a1SXMT { width:3.125rem;height:3.125rem;top:0rem;left:27.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VelSLr9nRzat70ynKvs2hvvOBqTXPMgO { top:7.125rem;left:16.625rem;width:14.125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9FoZn1OTq5WrXgyRcq0QsiFmrOvHcQQ { top:7.4375rem;left:18.625rem;width:10.3125rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBCUqQCzmUTi8nTeAnmlrkt7oarzhQCt { top:8rem;left:31.75rem;width:15.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQsCqIg4qoRIL4lNMOrNPyncJszBpTwS { top:8.25rem;left:31.5625rem;width:16.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs8wTcyhTcE8BtF3qtnHhvJWizDiD97G { top:9rem;left:15.25rem;width:17rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srPTkKCtZldgWHqTWIMTfDk2glwaxxRi { top:9.125rem;left:0rem;width:14.3125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htsyOkMhOq42SK9HcFx46H7OAdZvuGqo { top:9.375rem;left:0rem;width:14.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiukEJfXcZ5TNWLPtTQiyoUuTOTXofGi { top:9.6875rem;left:15.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQ0MvICiO2dXaXNgTco9uInr3Jl44vlT { top:11.1875rem;left:11.8125rem;width:23.9375rem;height:1.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LotBgZtaWtvwGDmRCoUo3T9nBFwLBIZs { top:11.1875rem;left:29.6875rem;width:18.0625rem;height:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6nITV67eiqTZT4bHGzw1poXLRW2vM46 { top:11.3125rem;left:0rem;width:18.125rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX7XEwsC7TpZdPUGNXgPQUwXNAnRBdOV { width:11.125rem;height:11.125rem;top:11.9375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8dibsW30502GxPJ4qGBf692WxynRmMZ { top:12.75rem;left:16.1875rem;width:5.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fke7vOD0xQMaflOucTlJz9ckyK1gyHv6 { top:11.9375rem;left:34.125rem;width:7.1875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHAswaWbAeCL9JDmAfQzrAQuPKh4CcdT { top:13.5rem;left:0rem;width:5.8125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5t6U83LBNDvmCHdNPvuD1dKZZ7uV1q2 { width:12.25rem;height:12.25rem;top:11.625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIcuzwITRKqEHJ5y5mGDcXdxhIdUWFd3 { width:14.0625rem;height:14.0625rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1fxcCzNak75ZbxsileQZ12T3NLOliwf { width:12.5625rem;height:12.5625rem;top:17.3125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtlmHMr1Gss68GK9rLiDKWIhmWwN83uU { width:11.3125rem;height:11.3125rem;top:18.625rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsBtx6nia5o9PpwBfHG7qtrVxxKFeUfy { width:11.0625rem;height:11.0625rem;top:18.75rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k76M9vNfaih0T2VpAfoMMLc6ebsDDuVa { top:26.875rem;left:0rem;width:15.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXH7leVDb2eKCbSMUtWsRcSfftn9wMGt { top:27.5625rem;left:16.1875rem;width:15.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQEtEPGEp0VCR9LG9S0dcB8leQrE9FcL { top:27.9375rem;left:32.5rem;width:15.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNe880e9wmlGD9yENSVcgVDNgul1VQlf { top:29.5rem;left:2.3125rem;width:7.9375rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4xcaqZXxIdKyOJtEoTKUfPGO8N7eBgf { top:29.75rem;left:22.0625rem;width:6.875rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGb8GWzPevWOPlBUo27BEdayh6PpQLfv { top:30.1875rem;left:0rem;width:6.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzgISs841uTUg3BykyOmravN4zWM7CCC { top:30.375rem;left:17.5625rem;width:6.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVGwfD3v75wnRNaKxd8LIKgHQKLks26W { top:30.5rem;left:40.0625rem;width:7.6875rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtZ6cTkWEDqoZAPOqthHn1Cmru1CsDXS { top:31.125rem;left:36.1875rem;width:6.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvfTexMAuTG4ag9RZid9BnkkaolN1D5z { top:33.25rem;left:0rem;width:10.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xksuKaCVtctNIK3bRJbbhrtzrM9mwfmD { top:33.25rem;left:18.6875rem;width:10.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp2ouQWwNKcDUFzo7sKVthTkHxSOyUce { top:33.4375rem;left:0rem;width:15.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frg9V8BIXORTly4reosy1i7fEkIUTrEB { top:33.5rem;left:19.25rem;width:9.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTVvWdHNInb6TMLocNnXzaZxSJ9mSBGL { top:34.5rem;left:37.125rem;width:10.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCXG45tNakVIKL8tIK0v6sJQg8cdc6d3 { top:34.6875rem;left:32.5rem;width:15.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJsJtqXu7nGOeGvktkIISpqfRGi9uVGH { width:14.5625rem;height:3.875rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1qsV61gmEkmFvlGfE8MT9n32LxuiibQ { display:block; }
 }@media only screen and (max-width: 763px) { #cJihr2soKHROPWiF6Cf8NnXLqP5BkC5A { width:14.625rem;height:3.875rem;top:37.125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS1WFTFh6dOZWHuKuZlBgi17SRJn0LuX { display:block; }
 }@media only screen and (max-width: 763px) { #hTCnqrWO5ZrUTeT7baZiqQLoQ46eqQB9 { width:15.4375rem;height:3.875rem;top:37.125rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoxqlQvHXJcl9TlLHTXb1N2gItk7Qxi5 { display:block; }
 }@media only screen and (max-width: 763px) { #ndN23mkZ4V0T9ObCCnV77xGhwiM8IVer { top:42.1875rem;left:0rem;width:15.1875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NouuzVG47TCfxGcbxqrS09u3SEmGUPAn { top:42.25rem;left:16.1875rem;width:15.1875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnT5oIT1erpSohuOn2yop4gV4bad0knf { top:42.25rem;left:32.5625rem;width:15.1875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKwbtNKoT559ZQam452ZdtNCvxPnPnd8 { top:48.625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpVQVUNxV0V4n5obg8RU2DTxnaQinGZ1 { top:52.375rem;left:0rem;width:47.75rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7asZNygPyVpphXfaLSCeASmVgGvw0RM { top:52.375rem;left:0rem;width:21.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeTc1kp2RqFyfvmOwS5tR7SoyJfI9Uxu { top:52.375rem;left:17.0625rem;width:17.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiyOAq7ASPTEmiaTxW61Z9G1UNtHvlPw { top:6.75rem;left:0rem;width:11.6875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4MzuCDZkmxRMHWLzdKJmpoDZD6iMogo { top:7.125rem;left:0rem;width:9.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW4Akm5sZkhk1inSTDiIrVPUkWT8yZAV { top:4.75rem;left:18.0625rem;width:11.6875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcEpM11Xeg3DNFTtmH3S2Ew8CnyrPDSm { top:5.125rem;left:19.0625rem;width:9.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8shRxVBaEM2cUZWeZuflTD0rCwT2qgt { top:5.625rem;left:35.8125rem;width:11.6875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVQNpsg5cT53kzzciBUHAfHwOKk4xVyS { top:6rem;left:37.9375rem;width:9.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 { display:none; }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PhtVXHS3qbt4ERogHwgVGFLAz5ztfFz8 { width:20.5625rem;height:18.6875rem;top:3rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmewFBgamrvHv35lcqxH78DXOT3kaskH { top:3rem;left:26.75rem;width:18rem;height:15rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAO08LRExoO2S8EGKXcROtqeysnqKIUk { top:25.75rem;left:0rem;width:47.75rem;height:10.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTxFTxC6zVgyJy1z16mNIHd2TN2ffd5m { width:19.8125rem;height:3.875rem;top:17.375rem;left:25.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHorcOT1p1Lo6TbQA7oem83BQREivy5C { display:block; }
 }@media only screen and (max-width: 763px) { #U9LkNCDaagdE5hRFotonS5Fn98OurTLQ { top:38.6875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 { display:none; }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bGOsBEfyl360n7ckcPnRfZNcXCU8S7ht { width:5.6875rem;height:4.4375rem;top:3.125rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yaPKLtQE79KhJbaO5GH6QBfFIng8Mt7f { top:8.5625rem;left:12.6875rem;width:7.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FehlcQN8dylQsymsUdofyLAbGsEDEABf { top:12.625rem;left:9.6875rem;width:13.1875rem;height:5.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJVAbJz5U06e1cQQWTv5iqedVWqWU5WA { width:5.125rem;height:5.0625rem;top:2.75rem;left:42.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzdi5I9G8y7oHux7Us6EgkC7ilInJw0c { top:8.5625rem;left:39.5625rem;width:8.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMgmNz2NVG7LBQBqSk1SIT6lIx3CFuN7 { width:5.1875rem;height:5.1875rem;top:2.75rem;left:27.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGJS8DZyD7uUBkwPlvgCIbEZb0PAQX9w { top:8.5625rem;left:25.875rem;width:8.875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mnk8TMMUC6msdxZqiKi8FPGCb7lZetgl { width:4.125rem;height:5rem;top:2.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0sbVbPPzEU77wFPx0FFZQDpNcbl2WTs { top:8.625rem;left:0rem;width:6.4375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qunFnVeZDZmPvrVZUzGErRppDM9sy7Rg { top:12.625rem;left:0rem;width:13.9375rem;height:7.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJOb9I0LpsIXVtrVJ4OcEHU9I2txgpvn { width:13.875rem;height:3.875rem;top:23.5625rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dg1r3bgRsGmZpL8hKlSaLmCKwoyQLrh9 { display:block; }
 }@media only screen and (max-width: 763px) { #NJa2clrOqhBZF7ckmmwnP2BaVWyDM5ax { top:12.6875rem;left:23.75rem;width:13.1875rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QakDUfzoTtXGOQoOOvku4I6ZHb9ZWAUr { top:12.375rem;left:33.3125rem;width:14.4375rem;height:4.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG { display:block; }#EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IL9Q3r4rvP230gFqECwX19fJWgc8Xs3k { top:17.875rem;left:23.4375rem;width:6.875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIV8abo6R9OQpkvwD4bgl3TZ0r4XGSUR { top:17.875rem;left:12.6875rem;width:8.625rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBJuMxtTwnEl7oe3B7idhJbn5hPphtcU { top:17.875rem;left:3.8125rem;width:6.875rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OuiobS0kCIf8gwivKK6sitT71RTGHLzX { top:17.875rem;left:33.5rem;width:9.25rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc4LPzF3w4qcM7IHEKfqvKxlflbaFV8I { top:3.25rem;left:24.5625rem;width:12.5rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO6cq9TDVZ4JLNRCdHBX90Cc9R32bouh { top:3.25rem;left:10.6875rem;width:12.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKvzvIrqpLkm9yMnVx1zz27Z5Si6R1ZQ { top:10.6875rem;left:0.3125rem;width:12.6875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtVKGIciLRqelHGtuZhMaNvBSZyJlxtN { top:1.75rem;left:10.6875rem;width:13.25rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQh1pm5vMGImtgpkDX2ANTFuyL6T8XKG { top:1.8125rem;left:24.5625rem;width:12.375rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWLobGJJQaKrCVz50P7lHMsUDWgdProV { top:1.6875rem;left:0rem;width:12.375rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkwAiHDnkNCGIa3GxroItZKx58ZRwBmT { top:3.1875rem;left:0rem;width:13.4375rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tilu4EfmFv5VTQUQbTi1fueiAO0oUhTl { top:3.25rem;left:35rem;width:12.75rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yplAVLITFvAE33IBw3orzuiCOEguFyoI { top:20.3125rem;left:8rem;width:31.8125rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upVpyRs7FX318FqgR3psZOVt678sOpkH { top:1.75rem;left:35.375rem;width:12.375rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtUwSKy7paVoC3ZwHChbt8wNExks5zma { top:10.4375rem;left:17.625rem;width:11.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT3TT8aWfhHhdaFcwT7wyplPHRhgeCti { top:11.9375rem;left:1.0625rem;width:11.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI5T2FpNBLnAl2vupW16HWzr3ucVGsA4 { top:11.75rem;left:29.3125rem;width:10.4375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKOXTeA5Anf12J1KiEg98dUO0OicZdbx { top:11.125rem;left:37.3125rem;width:10.4375rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 { background-color:#000000;background-image:none;display:block; }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .row .container { background-color: transparent; background-image: none; }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .row .container > .video-iframe-container { display: none; }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .row > .video-iframe-container { display: none; }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .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); }#C3zBlyA7R3TenHRAAg2AlvAJTzxpGuD0 > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImpiiJUcKP4kr8Z15xfMM4OBW0816Rbe { width:7.5625rem;height:1.25rem;top:7rem;left:6.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxWCO6nTJ9x2qlxcLA6nkXbng7FL85Ju { width:7.75rem;height:1.21875rem;top:0rem;left:7.6875rem;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #yLeOrXASFHEO5GSxMDoD9aVvu4S6ncTt { width:5.1875rem;height:1.21875rem;top:0rem;left:1.75rem;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #fkl8KV24o2OPKo0lLEylrDFU69Ae5l1T { width:6.1875rem;height:1.21875rem;top:0rem;left:13.8125rem;font-size:0.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #lQD6nfkAsAqir242r6qrfuRHQq1naPyR { background-color:#ffffff;background-image:none;display:block; }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .row .container { background-color: transparent; background-image: none; }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .row .container > .video-iframe-container { display: none; }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .row > .video-iframe-container { display: none; }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .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); }#lQD6nfkAsAqir242r6qrfuRHQq1naPyR > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ic6JBJc6PX90xh9yNqZ6SrR5AK7qIMa6 { top:35.6875rem;left:0.75rem;width:19rem;height:3.5rem;font-size:0.875rem;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #el1JykL4JrmWtdFquCLIyOz24dnG7vJL { display:block; }
 }@media only screen and (max-width: 763px) { #c2IRk6N252wCnWbwnaiyMUQVoI0gmayl { width:20rem;height:1.54296875rem;top:15.001953125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zb4uTwSg5TL4G5BfcbT4dvOtOIsvBSJx { width:18.125rem;height:1.3808625rem;top:18.625rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hq9zrqORNykEMGMG4I7zEfUFnlSTPeVp { width:16.6875rem;height:2.923825rem;top:21.3125rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScM1t6WNd4dg7v3AhRFtd8CFgB6rUout { width:20rem;height:2.923825rem;top:24.8125rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqQwN6TRUWgBtlTxUGiqpIIUA5HKtSkO { width:20rem;height:0;top:45.1308625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7Rz854A3Io2sHDBZ8zEcSi5tsleIQfm { width:14.75rem;height:2rem;top:39.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0FVHpdzSHzQWEuPTvzCLB4E6O29uuaq { display:flex;width:1.625rem;height:1.625rem;top:18.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Sz3MAN3eqsqNHpGM8AWScMITchBg0dOv { display:flex;width:1.625rem;height:1.625rem;top:21.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QbaTZmzLOyLsECJnkB6Im3vR4CON7rTO { display:flex;width:1.625rem;height:1.625rem;top:25.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uCw4AFUsfWC1RQfosKhBvJqxAm8BZx4b { display:flex;width:1.625rem;height:1.625rem;top:51.1875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iE9vkP2X3uIKaGCpWr9g6fSSDT64Gacw { width:6.1875rem;height:1rem;top:16.8203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZd5PZQZ4ur6a6BMhCyunRP2Tseq0oFW { width:9.875rem;height:1.3808625rem;top:16.6328125rem;left:6.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPX6v7VLZi4JQLOQz2S4F7tIvywVCFik { width:20rem;height:1.4619125rem;top:29.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDtaLcs0USrrAk5EbcQuUEupEnb3VPVb { width:15.6875rem;height:2.923825rem;top:31.60546875rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4LLIchQyObtHXBG2ndRmqklMa6T1rd2 { display:flex;width:1.5rem;height:1.5rem;top:32.318359375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qEeghfpy3En7g49hc99qsooTRVWBUCBr { width:20rem;height:14.875rem;top:0.9375rem;left:0rem;z-index:14996;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f { display:block; }#vzqAG6iNLQtwFFZDTVnWlpgnxq37kh5f > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ay5um28JcdrdvHg03lIsUEsV1o79isx5 { width:18.9355625rem;height:8.53025rem;top:18.1416015625rem;left:0.53125rem;font-size:1.3125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZAnfF2kJAeoQk8JywWbQvgteh9FpLVo { width:14.75rem;height:14.75rem;top:2.21875rem;left:2.4375rem;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buXyxSuGqt81QhH8e1fWhoTw43areDzN { width:20rem;height:2.03125rem;top:0rem;left:0rem;font-size:1.5625rem;color:#ff6a00;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ynhbyh04PJoX5orEp1ozFfvEovfp8Drz { display:block; }#ynhbyh04PJoX5orEp1ozFfvEovfp8Drz > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4Loxs1w2TZ0OmtmGIeHzBHI7yB0KXTS { width:16rem;height:16rem;top:4.37109375rem;left:1.5rem;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQnFgve7dGfA8nDf05KZHkgFTTwpr0T7 { width:19.2480625rem;height:11.942375rem;top:21.80859375rem;left:0rem;font-size:1.3125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwzxmgDlezzm0ICgmsVmKbfh5BnsXRtT { width:20rem;height:1.4625rem;top:21.220703125rem;left:0rem;font-size:1.125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BcxhRlceWO2PPDN1gQ6FCreelf5P1fqG { width:20rem;height:3.8984375rem;top:0rem;left:0rem;font-size:1.5rem;color:#ff6a00;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg { display:block; }#ifOuua4POTnSq2DIg1HDBZBSJOVVq6rg > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7DpQX0MTMLh2WhLoV0zi278JPDoMBSm { width:15.1875rem;height:15.125rem;top:3.9375rem;left:2.25rem;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBpVcklIdDT5H2ElQHgSmWPBRp59d3qK { width:18.5615rem;height:10.2363125rem;top:20.1875rem;left:0.75rem;font-size:1.3125rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TpyAR8tQCXh4pTD6WV3qzBx7WGhERuEZ { width:20rem;height:2.03125rem;top:1.1025390625rem;left:0rem;font-size:1.5625rem;color:#ff6a00;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7 { display:block; }#Q4hB6J7OMH4As0tKvsXmalgSPfhIT5D7 > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NikQnT2ymAn35RETnhETRrTTHhZcl8SS { top:0.375rem;left:0.5rem;width:19rem;height:3.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVSJPdz9flzJRM8UnhpLFAiQSU275TuV { display:block; }
 }@media only screen and (max-width: 763px) { #QQ9RFtUaWyEgqPgcvpyxVBTX7B4HIMds { width:14.75rem;height:2rem;top:4.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ8bzOJ7mMZTiXHCFOZw8MVH58t5r4Vs { display:block; }#EQ8bzOJ7mMZTiXHCFOZw8MVH58t5r4Vs > .row .container { width:20rem;height:116.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTbGpM5zR8V1n4q0RghxbmVoG7yUNUcL { width:16.6875rem;height:16.6875rem;top:14.634765625rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMz60syQwpyK7hmNKqivmsbwJShmNKWl { width:14.375rem;height:14.375rem;top:45.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qal1RUOJSGxUtuh66bszVlHCfKJ1KoXd { width:16.1875rem;height:16.1875rem;top:75.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWKTT91Jf62AI1xDelksVc08kAWPcT4N { width:18.4375rem;height:3.8984375rem;top:10.0625rem;left:0.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkiIcMzaUQMKuTri0pFdZKMu5KXLasKh { top:110.875rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U76iFitN2bUsyZ6XHu4nbzlcaIAb3Urz { display:block; }
 }@media only screen and (max-width: 763px) { #zUs7UhKgToCy4bpQT0yU8Me4avJv9kwd { width:17.375rem;height:5.84765625rem;top:38.375rem;left:1.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF6h2zPXUTZJ5WUD3bqTViFlhxX2CplX { width:19.4375rem;height:3.8984375rem;top:70.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXGuZUFVQmy82TL6NvoSBcRZRQtFhctA { width:20rem;height:7.47265rem;top:1.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrcwPIASo2wqecHna4OKNnKMGdsM5EyH { width:17.7480625rem;height:4.38574375rem;top:33.375rem;left:1.1875rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #r7y3JTndTOHQ4Kap7MB6MA5449VR0h8p { width:16.9980625rem;height:7.714875rem;top:61.75rem;left:1.5625rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vZzec5iJv3SnncLwn5IBl6oGSo6AEHqq { width:19.375rem;height:4.62890625rem;top:93.375rem;left:0rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ekhUbU1WbucUFyF2T0GXOrm2sCLivltD { width:14.75rem;height:2rem;top:114.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #icfMypQZgXKJq4dzvuVXCPew6f0Z333H { width:20rem;height:5.84765625rem;top:104.4375rem;left:0rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XdmAJyFwT3HDp7JPk3Qpsb16lPoMqU2t { width:20rem;height:4.38574375rem;top:99.0625rem;left:0rem;font-size:1.125rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #nqk7UBWQIbMshTZhVksF4elGwAqaIFhx { background-color:#ffffff;background-image:none;display:block; }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .row .container { background-color: transparent; background-image: none; }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .row .container > .video-iframe-container { display: none; }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .row > .video-iframe-container { display: none; }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .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); }#nqk7UBWQIbMshTZhVksF4elGwAqaIFhx > .row .container { width:20rem;height:71.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhipZ6Picu3895Hq0G7UiiIkJaQTE62S { top:65.5rem;left:0.5rem;width:19rem;height:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIs3KzzM1pdudFxkCaLQyGnTmPczbufk { display:block; }
 }@media only screen and (max-width: 763px) { #CADcq0vdZrdQJazqBF7Hu2HEDIS6lZow { width:13.4375rem;height:1.3rem;top:0.4375rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkwST9p5rEDkMJ99fKrO5knNBoDQaXZU { width:7.5625rem;height:15.25rem;top:2.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpZ8iJxEuKPaVKUHErp2EkVoH1GMmPiW { width:8.875rem;height:16.25rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #My8bTFwhitHaqoMs74Dlz4O3KLyd7M3B { width:13.4375rem;height:1.3rem;top:37.7001953125rem;left:3.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzxpBJJeTlgRmM28KyuCleIppHz7PuKe { width:8.3125rem;height:11.0625rem;top:39.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRWnGDIroi0G33sUC2UBWivlqaHzwRpU { width:10.375rem;height:17.0625rem;top:20.0625rem;left:9.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE1Nd0dNombdG9rdTDnAtMx4eFvtfkzE { width:9.9375rem;height:15.9140625rem;top:2.2998046875rem;left:8.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vStottXQzkHv4Wxd8kN8hFmLO8N8Ni5h { width:9.9375rem;height:15.84375rem;top:39.125rem;left:10.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUESqgP7O3fTsLxCUal2LFhUW6b6bTZL { width:6.9375rem;height:1.3125rem;top:35.6171875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXTykHk6rnJ8gWgb9Dqt8xyQDRZvSTPy { width:6.9375rem;height:1.3125rem;top:17rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG5zZ3iRnBRKIO3onRqtfCAW18w9h2iK { width:6.9375rem;height:1.3125rem;top:50.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIxGevK9Aqy6TSr7UlHs9t04zJTWnWuS { width:13.4375rem;height:1.3rem;top:18.6640625rem;left:3.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMFw7R2UmE1HwfR8o5u5AwmfxiutNaRz { width:14.75rem;height:2rem;top:69.3125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxztvuvipmJdLv9KKJTXZoPy3q44iI9S { width:20rem;height:6.09375rem;top:57.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMShzV4KceLGi4W7su98QnxdTwiRvOTT { width:6.9375rem;height:1.3125rem;top:64.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syvNDLioIPh734L6CayTfTNa1sPsFotO { width:13.4375rem;height:1.29980625rem;top:56.25rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM { display:block; }#FlieFlDKWBCdIJUlFdp9IH5hUQgKJlNM > .row .container { width:20rem;height:149.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b44wItyWqC6PyoKOEZCrDzBX2fQWfqNb { width:3.125rem;height:3.125rem;top:43.125rem;left:8.5rem;font-size:2.1875rem;color:#ffc500;display:block; }
 }@media only screen and (max-width: 763px) { #Zg7RHbNDiuJR7V14PQwOJJxnPBE1JXou { width:3.125rem;height:3.125rem;top:43.125rem;left:12.8125rem;font-size:2.1875rem;color:#ffc500;display:block; }
 }@media only screen and (max-width: 763px) { #MupifLTTWUv3vuRiGnCcKdGFlTNeO7g8 { width:3.125rem;height:3.125rem;top:43.125rem;left:6.25rem;font-size:2.1875rem;color:#ffc500;display:block; }
 }@media only screen and (max-width: 763px) { #nNAFu2U2qKHo4btaCtQtykImc3O9sT5A { width:3.125rem;height:3.125rem;top:43.125rem;left:4.125rem;font-size:2.1875rem;color:#ffc500;display:block; }
 }@media only screen and (max-width: 763px) { #W4P9fgo27cVpKbyDNtH6MNghc6a1SXMT { width:3.125rem;height:3.125rem;top:43.125rem;left:10.6875rem;font-size:2.1875rem;color:#ffc500;display:block; }
 }@media only screen and (max-width: 763px) { #VelSLr9nRzat70ynKvs2hvvOBqTXPMgO { width:13.4375rem;height:3.6875rem;top:50.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9FoZn1OTq5WrXgyRcq0QsiFmrOvHcQQ { width:12.5rem;height:3.4121125rem;top:50.9375rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBCUqQCzmUTi8nTeAnmlrkt7oarzhQCt { width:14.3125rem;height:3.875rem;top:92.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQsCqIg4qoRIL4lNMOrNPyncJszBpTwS { width:13.6875rem;height:3.4121125rem;top:92.75rem;left:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs8wTcyhTcE8BtF3qtnHhvJWizDiD97G { width:16.75rem;height:34.9375rem;top:52.5rem;left:1.6875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #srPTkKCtZldgWHqTWIMTfDk2glwaxxRi { width:14.125rem;height:3.25rem;top:4.1875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htsyOkMhOq42SK9HcFx46H7OAdZvuGqo { width:12.5rem;height:3.4121125rem;top:4.4375rem;left:3.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiukEJfXcZ5TNWLPtTQiyoUuTOTXofGi { display:flex;width:2.3125rem;height:2.3125rem;top:52.5rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #BQ0MvICiO2dXaXNgTco9uInr3Jl44vlT { top:46.9140625rem;left:4.25rem;width:11.5rem;height:1.4619125rem;z-index:15018;color:#ffffff;font-family:"russo one";font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LotBgZtaWtvwGDmRCoUo3T9nBFwLBIZs { width:18.3125rem;height:38.125rem;top:94.5rem;left:0.875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #s6nITV67eiqTZT4bHGzw1poXLRW2vM46 { width:16.75rem;height:34.9375rem;top:5.625rem;left:1.6875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qX7XEwsC7TpZdPUGNXgPQUwXNAnRBdOV { width:11.0625rem;height:11.0625rem;top:105.125rem;left:8.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V8dibsW30502GxPJ4qGBf692WxynRmMZ { width:7.25rem;height:2.5996125rem;top:54.9375rem;left:1.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fke7vOD0xQMaflOucTlJz9ckyK1gyHv6 { width:7.25rem;height:3.0869125rem;top:97.375rem;left:1.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHAswaWbAeCL9JDmAfQzrAQuPKh4CcdT { width:5.8125rem;height:2.5996125rem;top:8.375rem;left:2.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5t6U83LBNDvmCHdNPvuD1dKZZ7uV1q2 { width:12.875rem;height:12.875rem;top:52.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIcuzwITRKqEHJ5y5mGDcXdxhIdUWFd3 { width:16.625rem;height:16.625rem;top:8.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1fxcCzNak75ZbxsileQZ12T3NLOliwf { width:13.5rem;height:13.5rem;top:58.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtlmHMr1Gss68GK9rLiDKWIhmWwN83uU { width:11.4375rem;height:11.4375rem;top:104.9375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XsBtx6nia5o9PpwBfHG7qtrVxxKFeUfy { width:13.625rem;height:13.625rem;top:96.75rem;left:3.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #k76M9vNfaih0T2VpAfoMMLc6ebsDDuVa { width:15.25rem;height:2.923825rem;top:23.125rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXH7leVDb2eKCbSMUtWsRcSfftn9wMGt { width:15.25rem;height:2.923825rem;top:70.4375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQEtEPGEp0VCR9LG9S0dcB8leQrE9FcL { width:15.25rem;height:2.923825rem;top:115.3125rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNe880e9wmlGD9yENSVcgVDNgul1VQlf { width:6.1875rem;height:3.0869125rem;top:25.5rem;left:8.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4xcaqZXxIdKyOJtEoTKUfPGO8N7eBgf { width:6.1875rem;height:3.0869125rem;top:73.3125rem;left:8.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGb8GWzPevWOPlBUo27BEdayh6PpQLfv { width:6.1875rem;height:2.2744125rem;top:26.0625rem;left:4rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzgISs841uTUg3BykyOmravN4zWM7CCC { width:6.1875rem;height:2.2744125rem;top:73.8125rem;left:3.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVGwfD3v75wnRNaKxd8LIKgHQKLks26W { width:6.1875rem;height:3.0869125rem;top:117.75rem;left:8.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtZ6cTkWEDqoZAPOqthHn1Cmru1CsDXS { width:6.1875rem;height:2.2744125rem;top:118.125rem;left:3.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvfTexMAuTG4ag9RZid9BnkkaolN1D5z { width:10.625rem;height:1.5625rem;top:28.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xksuKaCVtctNIK3bRJbbhrtzrM9mwfmD { width:10.625rem;height:1.5625rem;top:76.625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp2ouQWwNKcDUFzo7sKVthTkHxSOyUce { width:15.25rem;height:1.13671875rem;top:28.875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frg9V8BIXORTly4reosy1i7fEkIUTrEB { width:15.25rem;height:1.13671875rem;top:76.8125rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTVvWdHNInb6TMLocNnXzaZxSJ9mSBGL { width:10.625rem;height:1.5625rem;top:121.4375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCXG45tNakVIKL8tIK0v6sJQg8cdc6d3 { width:15.25rem;height:1.13671875rem;top:121.6875rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJsJtqXu7nGOeGvktkIISpqfRGi9uVGH { width:12.125rem;height:3.875rem;top:30.75rem;left:3.875rem;font-size:0.9375rem;background-color:#5fb007;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;z-index:15010;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1qsV61gmEkmFvlGfE8MT9n32LxuiibQ { display:block; }
 }@media only screen and (max-width: 763px) { #cJihr2soKHROPWiF6Cf8NnXLqP5BkC5A { width:12.125rem;height:3.875rem;top:78.6875rem;left:3.75rem;font-size:0.9375rem;background-color:#5fb007;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;z-index:15010;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS1WFTFh6dOZWHuKuZlBgi17SRJn0LuX { display:block; }
 }@media only screen and (max-width: 763px) { #hTCnqrWO5ZrUTeT7baZiqQLoQ46eqQB9 { width:12.125rem;height:3.875rem;top:124rem;left:3.625rem;font-size:0.9375rem;background-color:#5fb007;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;z-index:15010;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoxqlQvHXJcl9TlLHTXb1N2gItk7Qxi5 { display:block; }
 }@media only screen and (max-width: 763px) { #ndN23mkZ4V0T9ObCCnV77xGhwiM8IVer { width:15.125rem;height:3.8984375rem;top:35rem;left:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NouuzVG47TCfxGcbxqrS09u3SEmGUPAn { width:15.375rem;height:3.8984375rem;top:82.9375rem;left:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnT5oIT1erpSohuOn2yop4gV4bad0knf { width:15.375rem;height:3.8984375rem;top:128.1875rem;left:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKwbtNKoT559ZQam452ZdtNCvxPnPnd8 { width:20rem;height:6.499rem;top:133.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kpVQVUNxV0V4n5obg8RU2DTxnaQinGZ1 { width:20rem;height:0;top:141.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7asZNygPyVpphXfaLSCeASmVgGvw0RM { width:20rem;height:2.5996125rem;top:141.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VeTc1kp2RqFyfvmOwS5tR7SoyJfI9Uxu { width:17.0625rem;height:2.5996125rem;top:144.875rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QiyOAq7ASPTEmiaTxW61Z9G1UNtHvlPw { width:11.6875rem;height:2.4375rem;top:1.75rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4MzuCDZkmxRMHWLzdKJmpoDZD6iMogo { width:9.8125rem;height:1.625rem;top:2.125rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW4Akm5sZkhk1inSTDiIrVPUkWT8yZAV { width:11.6875rem;height:2.4375rem;top:48.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcEpM11Xeg3DNFTtmH3S2Ew8CnyrPDSm { width:9.8125rem;height:1.625rem;top:48.6875rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8shRxVBaEM2cUZWeZuflTD0rCwT2qgt { width:11.6875rem;height:2.4375rem;top:90.125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVQNpsg5cT53kzzciBUHAfHwOKk4xVyS { width:9.8125rem;height:1.625rem;top:90.5rem;left:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 { background-color:#ff5400;background-image:url("https://images.assets-landingi.com/JZTYsb9L/bg_black.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8.adaptive-delivery-prevent-bg, #zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8.lazyload, #zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8.lazyloading { background-image: none; }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .row .container { background-color: transparent; background-image: none; }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .row .container > .video-iframe-container { display: none; }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .row > .video-iframe-container { display: none; }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .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); }#zSaTaT6lbDkMJWNIS3yJB2aNAaVtyBW8 > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhtVXHS3qbt4ERogHwgVGFLAz5ztfFz8 { top:12.8125rem;left:1.875rem;width:16.125rem;height:14.6875rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nmewFBgamrvHv35lcqxH78DXOT3kaskH { top:0.3125rem;left:1rem;width:18rem;height:15.5976375rem;z-index:15018;color:#ffffff;font-family:raleway;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tAO08LRExoO2S8EGKXcROtqeysnqKIUk { top:28.625rem;left:0.875rem;width:18.25rem;height:23.39645625rem;z-index:15018;color:#ffffff;font-family:roboto;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTxFTxC6zVgyJy1z16mNIHd2TN2ffd5m { width:15.4375rem;height:3.375rem;top:53.4375rem;left:2.28125rem;font-size:1rem;background-color:#5fb007;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #QHorcOT1p1Lo6TbQA7oem83BQREivy5C { display:block; }
 }@media only screen and (max-width: 763px) { #U9LkNCDaagdE5hRFotonS5Fn98OurTLQ { top:58.0625rem;left:0rem;width:20rem;height:1.94921875rem;z-index:15018;color:#ffffff;font-family:raleway;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 { background-color:#dddddd;background-image:url("https://images.assets-landingi.com/JZTYsb9L/bg_black.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1.adaptive-delivery-prevent-bg, #e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1.lazyload, #e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1.lazyloading { background-image: none; }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row .container { background-color: transparent; background-image: none; }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row .container > .video-iframe-container { display: none; }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row > .video-iframe-container { display: none; }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .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); }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row .container { border-width: 0; border-radius: 0; }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e5TL3ynEVZfLuaq0wpRHHUM4luTKREz1 > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bGOsBEfyl360n7ckcPnRfZNcXCU8S7ht { top:16.5625rem;left:1.4375rem;width:4.5rem;height:3.5625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yaPKLtQE79KhJbaO5GH6QBfFIng8Mt7f { top:16.88125038147rem;left:8.8125rem;width:9.875rem;height:2.923825rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.125rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #FehlcQN8dylQsymsUdofyLAbGsEDEABf { top:21.75rem;left:0.8125rem;width:18.375rem;height:3.41015625rem;z-index:15002;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJVAbJz5U06e1cQQWTv5iqedVWqWU5WA { top:43.1875rem;left:1.3125rem;width:4.25rem;height:4.1875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tzdi5I9G8y7oHux7Us6EgkC7ilInJw0c { top:43.818748474121rem;left:8.9375rem;width:9.625rem;height:2.923825rem;z-index:15002;text-align:center;text-align-last:center;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #FMgmNz2NVG7LBQBqSk1SIT6lIx3CFuN7 { top:29.5625rem;left:2.1875rem;width:4.25rem;height:4.25rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GGJS8DZyD7uUBkwPlvgCIbEZb0PAQX9w { top:29.881248474121rem;left:8.625rem;width:10.25rem;height:2.923825rem;z-index:15002;text-align:center;text-align-last:center;font-size:1.125rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #Mnk8TMMUC6msdxZqiKi8FPGCb7lZetgl { top:1.9375rem;left:2.1875rem;width:3.5rem;height:4.1875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #p0sbVbPPzEU77wFPx0FFZQDpNcbl2WTs { top:2.5687503814698rem;left:10.081249237061rem;width:7.4375rem;height:2.923825rem;z-index:15002;text-align:center;text-align-last:center;font-size:1.125rem;font-family:raleway;display:block; }
 }@media only screen and (max-width: 763px) { #qunFnVeZDZmPvrVZUzGErRppDM9sy7Rg { top:8.0625rem;left:0.8125rem;width:18.375rem;height:5.68359375rem;z-index:15003;text-align:center;text-align-last:center;font-family:raleway;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJOb9I0LpsIXVtrVJ4OcEHU9I2txgpvn { width:13.875rem;height:3.4375rem;top:58.374995231628rem;left:3.0625001192093rem;font-size:0.9375rem;background-color:#5fb007;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #dg1r3bgRsGmZpL8hKlSaLmCKwoyQLrh9 { display:block; }
 }@media only screen and (max-width: 763px) { #NJa2clrOqhBZF7ckmmwnP2BaVWyDM5ax { top:35.9375rem;left:0.75rem;width:18.5rem;height:3.41015625rem;z-index:15002;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QakDUfzoTtXGOQoOOvku4I6ZHb9ZWAUr { top:49.25rem;left:0.5625rem;width:18.8125rem;height:3.41015625rem;z-index:15002;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG { display:block; }#EIQ4zHqOB2uI4a3c5B7nFH40vPD2WovG > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IL9Q3r4rvP230gFqECwX19fJWgc8Xs3k { width:6.875rem;height:1.13671875rem;top:13.4375rem;left:1.0625rem;font-size:0.875rem;color:#ff5400;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kIV8abo6R9OQpkvwD4bgl3TZ0r4XGSUR { width:11.4375rem;height:1.13671875rem;top:16.0625rem;left:1.0625rem;font-size:0.875rem;color:#f4602f;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FBJuMxtTwnEl7oe3B7idhJbn5hPphtcU { width:6.875rem;height:1.13671875rem;top:10.625rem;left:1.0625rem;font-size:0.875rem;color:#ff5400;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OuiobS0kCIf8gwivKK6sitT71RTGHLzX { width:10.875rem;height:1.13671875rem;top:18.875rem;left:1.0625rem;font-size:0.875rem;color:#ff5400;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mc4LPzF3w4qcM7IHEKfqvKxlflbaFV8I { width:17.5rem;height:4.546875rem;top:40.0625rem;left:0.875rem;font-size:0.875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #zO6cq9TDVZ4JLNRCdHBX90Cc9R32bouh { width:18.5rem;height:4.546875rem;top:31.1875rem;left:0.75rem;font-size:0.875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #qKvzvIrqpLkm9yMnVx1zz27Z5Si6R1ZQ { width:15.6855625rem;height:1.13671875rem;top:0.875rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtVKGIciLRqelHGtuZhMaNvBSZyJlxtN { width:13.25rem;height:1.29980625rem;top:29.625rem;left:0.8125rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TQh1pm5vMGImtgpkDX2ANTFuyL6T8XKG { width:12.375rem;height:1.29980625rem;top:38.4375rem;left:0.875rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EWLobGJJQaKrCVz50P7lHMsUDWgdProV { width:12.375rem;height:1.29980625rem;top:22.0625rem;left:0.8125rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mkwAiHDnkNCGIa3GxroItZKx58ZRwBmT { width:18.4375rem;height:3.41015625rem;top:23.5rem;left:0.75rem;font-size:0.875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #tilu4EfmFv5VTQUQbTi1fueiAO0oUhTl { width:18.125rem;height:2.2734375rem;top:48.625rem;left:0.75rem;font-size:0.875rem;font-family:roboto;display:block; }
 }@media only screen and (max-width: 763px) { #yplAVLITFvAE33IBw3orzuiCOEguFyoI { width:18.3125rem;height:2.2734375rem;top:57.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upVpyRs7FX318FqgR3psZOVt678sOpkH { width:12.375rem;height:1.29980625rem;top:45.875rem;left:0.6875rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CtUwSKy7paVoC3ZwHChbt8wNExks5zma { width:6.5rem;height:2.75rem;top:54.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT3TT8aWfhHhdaFcwT7wyplPHRhgeCti { width:15.6875rem;height:5.3125rem;top:2.875rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pI5T2FpNBLnAl2vupW16HWzr3ucVGsA4 { width:7.125rem;height:1.875rem;top:54.75rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKOXTeA5Anf12J1KiEg98dUO0OicZdbx { width:4.5rem;height:1.6875rem;top:54.9375rem;left:15.3525rem;display:block; }
 }