.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
: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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#WexSIgg0ZR0VbvqXGLy2bUhiP1WS80r7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:12.25rem;top:1.09375rem;left:2.8125rem;overflow:hidden;display:block; }
#LFOeu6QuFfvD3BBplbwe8idldJQoMtTn { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:11.1875rem;top:1.15625rem;left:17.1875rem;overflow:hidden;display:block; }
#GyzDRbhIgTtAg8DcA8FCUCKcvUbHCWUT { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ff0022;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.53125rem;left:57.5rem;display:block; }
#Aydny2cqqgvffB03zG8XtG6p58Q1u5dH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kENcA7AzKCM4FWO2gx3T1n9FkuHxKz18 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kENcA7AzKCM4FWO2gx3T1n9FkuHxKz18 > .row .container { background-color: transparent; background-image: none; }#kENcA7AzKCM4FWO2gx3T1n9FkuHxKz18::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kENcA7AzKCM4FWO2gx3T1n9FkuHxKz18 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kENcA7AzKCM4FWO2gx3T1n9FkuHxKz18 > .row .container > .video-iframe-container { display: none; }#kENcA7AzKCM4FWO2gx3T1n9FkuHxKz18 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kENcA7AzKCM4FWO2gx3T1n9FkuHxKz18 > .row > .video-iframe-container { display: none; }#kENcA7AzKCM4FWO2gx3T1n9FkuHxKz18 > .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); }#kENcA7AzKCM4FWO2gx3T1n9FkuHxKz18 > .row .container { border-width: 0; border-radius: 0; }#kENcA7AzKCM4FWO2gx3T1n9FkuHxKz18 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kENcA7AzKCM4FWO2gx3T1n9FkuHxKz18 > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 { 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/uc/861c23f2-397b-4cbd-b88e-2281282d1a07/KopiaLANDINGELEMENTYGRAFICZNE13.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9.adaptive-delivery-prevent-bg, #hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9.lazyload, #hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9.lazyloading { background-image: none; }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .row .container { background-color: transparent; background-image: none; }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .row .container > .video-iframe-container { display: none; }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .row > .video-iframe-container { display: none; }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .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); }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .row .container { border-width: 0; border-radius: 0; }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#GtGX4vRTk1w0PxKTC9U8c1WTL0m7c1Sc { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:39.25rem;top:4rem;left:1.75rem;overflow:hidden;display:block; }
#RPmpaqTQnHFGAwF4snZ0Ke141tZzrQm6 { color:#18087d;display:block;width:34.125rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.71240234375rem;left:3.59375rem;height:1.625rem;font-style:normal;display:block; }
#n56arAw1ZLS7yCMnNCVKI0O80rAT3v1J { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:5.9375rem;top:19.5625rem;left:3.59375rem;overflow:hidden;display:block; }
#Xc1Fd1rXbG2WGHnp2rw6y1fTKGb4t51E { color:#1cab19;display:block;width:24.625rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:19.28125rem;left:11.40625rem;height:4.875rem;font-style:normal;display:block; }
#kx81OrrTrnsJ3TbTOHFOSWbP8ey8cl9A { color:#18087d;display:block;width:24.625rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:25rem;left:11.40625rem;height:3.25rem;font-style:normal;display:block; }
#U5LgGiTX2csy5aBRd7LyRhMG7G6dDcI1 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:42.3125rem;top:32.1875rem;left:2.5625rem;overflow:hidden;display:block; }
#Wp7BTvv9zALsfAGiLxh6JIe8smQsIgla { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:"toyota type";font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.375rem;left:3.59375rem;height:1.4624rem;font-style:normal;display:block; }
#XuMMPqQT4GuBVgTLpNrQXS1PKe3ceHw0 { color:#000000;display:block;width:42.3125rem;position:absolute;font-family:"toyota type";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:39.625rem;left:3.59375rem;height:1.29980625rem;font-style:normal;display:block; }
#LDAwuS7UgMvixTmQ5IHhQcGnENOHgueL { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:29.9375rem;top:22.2998046875rem;left:45.0625rem;overflow:hidden;display:block; }
#yBLC5QGklbz3d8X5Z65IPNTDsHvhs4Wx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:2.6875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.75rem;left:46.34375rem;display:block; }
#LbATnKIGG708C3A6J9rM3x4FVATlPkME { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kklSJMWkiVV6hGEmKPiFdpfCdV9GGRJq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:2.6875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:23.75rem;left:60.21875rem;display:block; }
#TTTdxoqpeIcWTUC0GygpMwfTyAsHh2mb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tbO5dEnm5GdVFKU2k585Ad8KOWU9RCfT { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.8125rem;left:61.46875rem;display:block; }
#QqIVpzIx59A6qTJmTu8q4BeLpZmd7w8v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UG5myxUJ0dyMUtIlvlrsLb241G81ai5M { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.8125rem;left:47.625rem;display:block; }
#WDsC7VcRu4I5CCNuh1L2nZl1aASTTTJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BNdZG3hX81h5htHltviqmMCHI910cudK { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:28.8125rem;left:47.625rem;display:block; }
#oHqdykzFt1TClOpApaMhfytUGQH1daOC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OaE0H8lBsXeIM6iWPoSJsBLJta6EtrZ2 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:30.7373046875rem;left:47.625rem;display:block; }
#ovsf7QXRNWGH1Mly4KsHTgNRcxvfS5Tg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WNObWRDvKcT30itZc2ThahQEy0fMNEBl { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:32.9248046875rem;left:47.75rem;display:block; }
#ZqThhP1bPNLrDXJdwCnQTDUpSJwNC46r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iTXTDHkVTHW706Nz1Fsp9tqdEm7a8LFP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.8125rem;left:61.5rem;display:block; }
#A9WV0xmVuZIE7l2dNDQJ0I8Pb6mmPoQH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dsIyXEymF7WEpbJTewsb6tFwmLgRiU4y { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:30.8623046875rem;left:61.5rem;display:block; }
#GVo6GARbr01zpQOnSITqlBT0nrZKCmFX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gsQxni0boWzEKQRp4K0EqL8BaPEEgSoR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:32.8623046875rem;left:61.5rem;display:block; }
#yksrvmRnxzgAI8c0NtN0EkaDKIfkdT4s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SFmtFVuJtiKovBOb3MQ27WyRTvvl16Pr { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:35rem;left:61.5rem;display:block; }
#Re8zcyp70fFmNbpJZEpHBBGTRGqFSIMD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TyL76KMZCT26Ng3BnTW8aFoWWuC3keHR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:37.0625rem;left:61.5rem;display:block; }
#mRIrHvRP7bVRMcWAdiA8RUchuokfToQF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VCdbPUpxpf4vKWwhECEbbnuBdxPF4rXc { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.8125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:39.125rem;left:61.5rem;display:block; }
#STgVPmQhorTc8DsxJ6KadWznXIAXQ33C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UGQuhBzG8plEK85XsOAThBygsfRQkRQb { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:75rem;display:none; }
#QcIv2Lo9uKJNCNmR2J7mh6C5TOAKre4Q { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:53.4375rem;display:none; }
#gCUvXHdDUGZXEaRze0NrlQPibpU5rzFd { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.375rem;width:58.25rem;display:none; }
#akKRFsLETfLDBaWM37AfVPNf7Z7Mgmxw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#iT5gsTzz04Qkg6cNEDUVZvubNKFUn8DT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#LIDNB6acLEnP49HgJnN1FnbIMWz9gDQ4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LIDNB6acLEnP49HgJnN1FnbIMWz9gDQ4 > .row .container { background-color: transparent; background-image: none; }#LIDNB6acLEnP49HgJnN1FnbIMWz9gDQ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIDNB6acLEnP49HgJnN1FnbIMWz9gDQ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIDNB6acLEnP49HgJnN1FnbIMWz9gDQ4 > .row .container > .video-iframe-container { display: none; }#LIDNB6acLEnP49HgJnN1FnbIMWz9gDQ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIDNB6acLEnP49HgJnN1FnbIMWz9gDQ4 > .row > .video-iframe-container { display: none; }#LIDNB6acLEnP49HgJnN1FnbIMWz9gDQ4 > .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); }#LIDNB6acLEnP49HgJnN1FnbIMWz9gDQ4 > .row .container { border-width: 0; border-radius: 0; }#LIDNB6acLEnP49HgJnN1FnbIMWz9gDQ4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIDNB6acLEnP49HgJnN1FnbIMWz9gDQ4 > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK { position:relative;display:block; }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK { background-color: transparent; background-image: none; }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK > .row .container > .video-iframe-container { display: none; }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK > .row > .video-iframe-container { display: none; }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK > .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); }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK { border-width: 0; border-radius: 0; }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:121.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VfwJMwbyGspoVIgrIlmRRObsvNI6OVkI { 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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:11.375rem;width:49.625rem;top:10.1875rem;left:25.25rem;display:block; }
#otzirWP6TxgBCQ6mrAaXyQdyF1GEruxX { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.4375rem;left:53.8125rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KqOZRGawvwoBxNx9CK3yNBXRI3qhXeP4 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"toyota type";font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:10.875rem;left:30.59375rem;height:2.4375rem;font-style:normal;display:block; }
#uQfI8Ug1IuKsumPmSiaSVy21FUitx1in { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:13.25rem;left:30.59375rem;height:1.625rem;font-style:normal;display:block; }
#U1G2vmlTLkLJHCVOWQZJCbAOXGPCwT7s { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:17.375rem;left:30.625rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GPlHV900yVC2gXWgT2gGwJTZa8aXStIJ { position:absolute;display:block;z-index:15024;background-color:#ff0022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:0.625rem;top:11.1875rem;left:28.375rem;display:block; }
#KlsUkx9zBPR0RuH2b2U5gCQW1L87SkLB { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sqPRKLCrxc1Tp3EdKig3Xd8GXbQnqJac { color:#000000;display:block;width:75rem;position:absolute;font-family:"toyota type 2";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v3tb8I4OPHgb6vU9cuBwPlFeQLQg7KCB { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:17.4375rem;left:38rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ov5rluSsozu11e5lfH1vflC8RmGVz6Rs { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.375rem;left:45.125rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NF9OuyCO08wEsLPHp1POVxNrNc9XqThG { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:11.1875rem;left:62.5rem;display:block; }
#ZqFQgGzTvptZPixaeQEq4XUdw8xCTQwV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uVA89zMpbLBrqJ4E9rVwqaMZvzyv8IAP { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:18.0625rem;top:10.25rem;left:5.8447164948454rem;overflow:hidden;display:block; }
#QVLCqu8rNKbgAQWZhBnJoy4aHBSd2MWn { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:15.625rem;left:30.625rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fiJTKGtrkdcuhuPgKFHZf20QEJPVz1vc { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:13.9375rem;left:62.5rem;display:block; }
#rzPTdd3lbWcTckAgT0X2Ny0lnweJ3LHS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WAM7MdUmwvxQcMg7DTdTpPf64t0hS0mw { position:absolute;display:block;z-index:15026;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:11.375rem;width:49.625rem;top:22.5rem;left:25.375rem;display:block; }
#HbbR2xFdAcmSEmT3tSAO54STEGiEUnV4 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:29.8125rem;left:53.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zqBnf089QaOnAQqCsy511aHd1SLzy8So { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:29.75rem;left:45.25rem;height:3.89941875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QSn9FyH0Z6oF8fJNDC5ObAUt9fRs7urv { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:29.75rem;left:38.0625rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b6nTR24nzKAU5sZSI9mDWaBx4nBqwWVo { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:26.25rem;left:62.625rem;display:block; }
#qPWqGPDoiUQlaNETJAwNdx8rgBU49hJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tZaigGmgWseZdURuhiiKfEoR1fHOHQGg { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:29.75rem;left:30.75rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#obtMs31uTDF2MGzTLvCSwx33Mg7NxInm { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:25.5625rem;left:30.75rem;height:1.625rem;font-style:normal;display:block; }
#xHXRw2zMpmlwd2nWMiJRaPTO2RqcB7i0 { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:28rem;left:30.75rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MbvF7lCfgK0NLgMbQKkVWuKHdPQHiU0o { position:absolute;display:block;z-index:15036;background-color:#ff0022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:0.625rem;top:23.5rem;left:28.5rem;display:block; }
#RfggXg5D2i5g8QcIocR6BLnsVibeM91q { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:18.0625rem;top:22.5625rem;left:6rem;overflow:hidden;display:block; }
#mV4sla992XOw10GiKashKsyxTzxiwErJ { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"toyota type";font-size:1.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:23.1875rem;left:30.75rem;height:2.4375rem;font-style:normal;display:block; }
#aDpywMRgJIRXMAtmtgvtLh0qmof7mB9C { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:23.5rem;left:62.625rem;display:block; }
#HgMCT45ERcCXG4ytTfGO6PmE9yTVDPyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WZqf6g370nR2CWOmrFnnrKpoXE2UrLNP { position:absolute;display:block;z-index:15038;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:11.375rem;width:49.625rem;top:34.875rem;left:25.375rem;display:block; }
#r27ECfzVD4wSReHUv6OhcQBcQ3HTcT0e { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:42.1875rem;left:53.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xzLLo438uRqKTymV5tK4CEF326in3toy { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:38.625rem;left:62.625rem;display:block; }
#T6fEpgI4oCTAqpOXDwQJyofO5dEqqSNE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qH6L59u9FmQCnSJTW3SOnTpXKPrbqh1l { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:42.125rem;left:45.25rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OHgqDgOTZlxDmvOc5ObrTxhK2zKu4gOr { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:35.875rem;left:62.625rem;display:block; }
#sH6y4VQ7l6FuLexR1eLOqzOzwfT1U3xa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egAxbv16nnKGSdnzXAqZ1lP4oAAyIUnm { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"toyota type";font-size:1.875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:35.5625rem;left:30.75rem;height:2.4375rem;font-style:normal;display:block; }
#rTyfNF31O1Z9N7LgLWkhI4bHaG851qfT { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:42.125rem;left:38.0625rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AWCM2qwl8GUXzD8WKGSMJ1JeGtgS76Ck { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:37.9375rem;left:30.75rem;height:1.625rem;font-style:normal;display:block; }
#Z3FeRpfTL8tIOZN2sI3KgUEMsUCdlnuG { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:42.125rem;left:30.75rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qTLJqluggCtUQKdJ1aOIMhnLsS92OhLu { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:40.375rem;left:30.75rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oxUTHMKGdTm7Jygx9ZMCq0Hl7W7HvBQw { position:absolute;display:block;z-index:15048;background-color:#ff0022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:0.625rem;top:35.875rem;left:28.5rem;display:block; }
#NQ8ucmNXcruqVWoS40eUxMJTnnSUTwUJ { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top: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:9.875rem;width:18.0625rem;top:34.9375rem;left:6rem;overflow:hidden;display:block; }
#gPaOuZgqPZWpx9soTe33QXx79JSRUnNV { position:absolute;display:block;z-index:15050;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:11.375rem;width:49.625rem;top:47.1875rem;left:25.375rem;display:block; }
#OBLUPtgLpmm2CaTr1LOt8o8t1WtsVrTu { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:54.5rem;left:53.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Su0fxMxPrunLupDE7w7nWX4QTl0oRfU9 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:54.4375rem;left:45.25rem;height:3.89941875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iH0Pu0Q3C8PK7oZVk0LDVKWqTh2sunhP { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:54.4375rem;left:38.0625rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TEbMlQTaZmtnNJ0dK6PEiGT95w4KuQ6U { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:54.4375rem;left:30.75rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#phlFOW9NIEme8w7BF7hQ7xfwbyWi5AKy { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:52.6875rem;left:30.75rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JyFGAEkCr4382nFQIkRcJDCT1LE6nn8b { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:19.25rem;top:47.5625rem;left:5.25048828125rem;overflow:hidden;display:block; }
#bdbgW8JuZFisO8IorEIeKspLkFsHCecG { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15072;text-align:center;text-align-last:center;top:50.9375rem;left:62.625rem;display:block; }
#o2mDyA50tPL5S2G6y45xwVFtPZwzBnyu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MLqdR1FmPdWI34MvUmSTvVRl8ZGTtG9Q { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:50.25rem;left:30.75rem;height:1.625rem;font-style:normal;display:block; }
#f5Jp2MzzIa39u6oBQgra5ldQldiUM4cT { position:absolute;display:block;z-index:15060;background-color:#ff0022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:0.625rem;top:48.1875rem;left:28.5rem;display:block; }
#UDz7VB7JwHT9d03ae76KMrHTynspWdC0 { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:48.1875rem;left:62.625rem;display:block; }
#tNU73BWVRNQfQLQXE9MzU2IDZzJpoPRy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DzNJ0n5m9oN7A33ndfb3376ATWuLTOtE { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"toyota type";font-size:1.875rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:47.875rem;left:30.75rem;height:2.4375rem;font-style:normal;display:block; }
#hPrN5L5MTbge7J0dF7LZcCsDIIuCIMPO { position:absolute;display:block;z-index:15062;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:11.375rem;width:49.625rem;top:59.25rem;left:25.375rem;display:block; }
#HIqllHKFDlLnA948U63hRBRS3UqVbD3X { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:66.5625rem;left:53.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#esxLSvkxaox9XO9NlRhJGD3mgSBKvI9M { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15068;line-height:1.3;letter-spacing:0;top:66.5rem;left:45.25rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MTMFu9w4UpZ68fLhCXRbLvAQU2OhmqtD { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:66.5rem;left:38.0625rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#erUzUzIcJmefrgWUCTOoki1DvJT7fadT { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15066;line-height:1.3;letter-spacing:0;top:66.5rem;left:30.75rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H0KgsLzfJngitMzEfJekTsJRumRnCcBB { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15067;line-height:1.3;letter-spacing:0;top:64.75rem;left:30.75rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dNiixiHTsuUIWr5JwXGuTPDBaPuXLlI8 { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15084;text-align:center;text-align-last:center;top:63rem;left:62.625rem;display:block; }
#dtk8qPApxkP7ASJZRUuvoe987bnAeyze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nh4nNWhnp8xpGBeAu4rtQonKplEIdwDs { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:62.3125rem;left:30.75rem;height:1.625rem;font-style:normal;display:block; }
#Cfd4sMZ4tFDbho7bss1c9boLxbopGxMC { position:absolute;display:block;z-index:15072;background-color:#ff0022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:0.625rem;top:60.25rem;left:28.5rem;display:block; }
#g95TonDJxfTeOR9CD1UmVFonR2PTxRCz { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:60.25rem;left:62.625rem;display:block; }
#dkX6UuZfSvCVRPkq7WIrLf42B9u1TuLF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wR6A3AhNTMOghifMcC454h9RRFpQxykb { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"toyota type";font-size:1.875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:59.9375rem;left:30.75rem;height:2.4375rem;font-style:normal;display:block; }
#rsSAihguAWDgc3bvW6sTUG7grBkHHO6Q { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:19.25rem;top:59.625rem;left:5.25rem;overflow:hidden;display:block; }
#AMJyTTbimsGl4VCCVa7eWfI2qLaspU5x { position:absolute;display:block;z-index:15074;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:11.375rem;width:49.625rem;top:71.3125rem;left:25.375rem;display:block; }
#ncb26A9NTTO1ZdW8VasTvUeVf6BGSBuT { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:75.0625rem;left:62.625rem;display:block; }
#qHP2ALTlIirSXW19HTgZCOMPGUIy08eo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SmQeac4ONeLLHwgOCuDUdyIGw4gloBNQ { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:78.625rem;left:53.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XugBBfLpf74RIkudDz9xO5f21n4avafz { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:78.5625rem;left:45.25rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t0RHVinqg0MTidKR7b9Fcu4Mk6x0maMU { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:72.3125rem;left:62.625rem;display:block; }
#Otq3kIRDcGKxgXN68D2PsfsrA4nC6WG7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HQD0l6RG8oVkJKnTfCgJmSTl6kA8CBgJ { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:74.375rem;left:30.75rem;height:1.625rem;font-style:normal;display:block; }
#etwSdyD24Tz5WziEy4A4WEx7HuGt1LbB { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"toyota type";font-size:1.875rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:72rem;left:30.75rem;height:2.4375rem;font-style:normal;display:block; }
#yEAElhpNwUcDCK5R43uGxcTHzc9neg7A { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:78.5625rem;left:38.0625rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bvqI1FF9uSkoqnAAwgAUqzNyTVskWTGh { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15078;line-height:1.3;letter-spacing:0;top:78.5625rem;left:30.75rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KMKOclZTUXxV5VP5SlwTsVcThrfgSW0x { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:76.8125rem;left:30.75rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eVZbpkzWRPZc0EB8p22d6NW7y1z6hI01 { position:absolute;display:block;z-index:15084;background-color:#ff0022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:0.625rem;top:72.3125rem;left:28.5rem;display:block; }
#TaWMdvOFV3bWCZgCUyKpTl8dQJ7UUXVx { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:18.5625rem;top:71.6875rem;left:5.25rem;overflow:hidden;display:block; }
#U9U7x4QvzsAz83GbfaKB3UUWB7O4nghJ { position:absolute;display:block;z-index:15074;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:11.375rem;width:49.625rem;top:83.4375rem;left:25.375rem;display:block; }
#vSAIK9JWEeiBKNXVxHQvQIpBGtN6FkWw { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:90.75rem;left:53.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vbKS9xJoBPsTKfyE81zXR7Mc8IkRuXcB { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:87.1875rem;left:62.625rem;display:block; }
#B63GyFQphkNsx8a3ITqTVZaXV0EuFEQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H3ofM3OqQwneC9esknQK5JKv7nQZgCwG { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:90.6875rem;left:45.25rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mH3OCLuyipGpELTUz5qCzqkKcq6AwmXn { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:86.5rem;left:30.75rem;height:1.625rem;font-style:normal;display:block; }
#ZZbklCDK2ut30TNZ45IbQNNsLezWZpSL { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:90.6875rem;left:38.0625rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cH0sck2Nk4DzE8rJvX3y5n6ETvXp6fXo { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15078;line-height:1.3;letter-spacing:0;top:90.6875rem;left:30.75rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iRTOTTWJhTgTURuTabFcZObZJGDswtdB { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15079;line-height:1.3;letter-spacing:0;top:88.9375rem;left:30.75rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hZCCmpAmrVblmUwQbXJ8ZQ6ODXahZpPZ { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:84.4375rem;left:62.625rem;display:block; }
#cJDUw1TFnkJERdCOAtiQQWyk5kTlTIh6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DTCf4NCr6dJ2rFS2pJCzynbsTMUkrsv1 { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"toyota type";font-size:1.875rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:84.125rem;left:30.75rem;height:2.4375rem;font-style:normal;display:block; }
#WeODHyGF6qFb5d9IT7UdS9hpIh1q6XhH { position:absolute;display:block;z-index:15084;background-color:#ff0022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:0.625rem;top:84.4375rem;left:28.5rem;display:block; }
#DCiKXKTAqXLneTNmwm54HM4sVD9GbQKG { position:absolute;display:block;z-index:15059;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:19.25rem;top:83.8125rem;left:5.25rem;overflow:hidden;display:block; }
#qGN9qk5TzWTzsAxbCOMLhxAUO7BF9vtP { position:absolute;display:block;z-index:15086;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:11.375rem;width:49.625rem;top:95.5rem;left:25.375rem;display:block; }
#KNuMxcTPOMxfDueMTow3X4cg1HtXyLQk { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15108;text-align:center;text-align-last:center;top:99.25rem;left:62.625rem;display:block; }
#ReyJ8AfoykTAO7xM2P9cKnxLP1U6x638 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HWQ3ZvBD589frfdrkWBoR7BWc3EJTqZO { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:102.8125rem;left:53.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#txsaU3meS86dzcZpKcaJ8WZkCBhbw7gg { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:96.5rem;left:62.625rem;display:block; }
#qGaApTqupbhgsTnSVwDXPkLUdyEiQ0ME { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dHXKATZZuF3k7ex7lgwNAZJJgkgSSlH8 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15092;line-height:1.3;letter-spacing:0;top:102.75rem;left:45.25rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VK9rByfTyvG663xhV9wsZrVU7k5QSMTh { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:98.5625rem;left:30.75rem;height:1.625rem;font-style:normal;display:block; }
#d0COMLABCzq19KsGZPz1EHsuxfkdFK8G { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"toyota type";font-size:1.875rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:96.1875rem;left:30.75rem;height:2.4375rem;font-style:normal;display:block; }
#dnddkXwINSWxJCUbdNx2pzbP96ZD8Lw2 { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:102.75rem;left:38.0625rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zx06ga2uoAQ7TGlZw23KEBTiIlHOOVK9 { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15090;line-height:1.3;letter-spacing:0;top:102.75rem;left:30.75rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sgxOTqds7VBPMpSUerzLsLDaChXCpEvf { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15091;line-height:1.3;letter-spacing:0;top:101rem;left:30.75rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RhObQnBlW4rx7aoqxtMaGMuqnta3uZqP { position:absolute;display:block;z-index:15096;background-color:#ff0022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:0.625rem;top:96.5rem;left:28.5rem;display:block; }
#rvmuQcFGLyko1X4tGBNdCablSvh5OI7M { position:absolute;display:block;z-index:15071;border-bottom:0;border-left:0;border-right:0;border-top: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:10rem;width:19.25rem;top:95.875rem;left:5.25rem;overflow:hidden;display:block; }
#gxQxrCG7TL6nZr3dqt1GqBs8ZkOQzFU9 { position:absolute;display:block;z-index:15098;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:11.375rem;width:49.625rem;top:107.5625rem;left:25.375rem;display:block; }
#VZrIpVhmTAZC9gfvT9HWgQBwJ4eNqdzP { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15120;text-align:center;text-align-last:center;top:111.3125rem;left:62.625rem;display:block; }
#lFiahBT1TTbymzpiLaJAw7J6gleX81ca { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JmzX4K8v9xqq5wCTiCvbn2vxKJaSAKBm { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15119;text-align:center;text-align-last:center;top:108.5625rem;left:62.625rem;display:block; }
#ggK3Nlseh3UfZPfFqIEcHxokXToIdZZg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zHPpyeJ5vDIsRKCgxbNl0VDFBXkchH1J { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:114.875rem;left:53.9375rem;height:2.1933625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iw0ZqRkJTsSFGy7qgTTwwK7H53D9AvZ9 { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15104;line-height:1.3;letter-spacing:0;top:114.8125rem;left:45.25rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kx7CfVNzH4nh2LMBU3xItvB4PxGxBqKx { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:110.625rem;left:30.75rem;height:1.625rem;font-style:normal;display:block; }
#Pqsuhmekxk5ANM1hAGfQgMJWxMB18RMs { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"toyota type";font-size:1.875rem;font-weight:700;z-index:15117;line-height:1.3;letter-spacing:0;top:108.25rem;left:30.75rem;height:2.4375rem;font-style:normal;display:block; }
#TDNSJAHEIFozMVvglxOMAiWEZpV22KHy { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15103;line-height:1.3;letter-spacing:0;top:114.8125rem;left:38.0625rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T7WZpl0BwB9st7B1do3rd6HrlfLUhTz5 { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15102;line-height:1.3;letter-spacing:0;top:114.8125rem;left:30.75rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iFw1LGTcZ9Hx3dv8tBLByTPMogg0boOi { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15103;line-height:1.3;letter-spacing:0;top:113.0625rem;left:30.75rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QmgQrveTAFOJxB1HtaSkAkkeIPhEVDT0 { position:absolute;display:block;z-index:15108;background-color:#ff0022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.75rem;width:0.625rem;top:108.5625rem;left:28.5rem;display:block; }
#MpovV8B3fgExmg7dLRJaX1yeQFxRcP41 { position:absolute;display:block;z-index:15083;border-bottom:0;border-left:0;border-right:0;border-top: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:9.9375rem;width:19.25rem;top:107.9375rem;left:5.25rem;overflow:hidden;display:block; }
#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh { position:relative;display:block; }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh { background-color: transparent; background-image: none; }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh > .row .container > .video-iframe-container { display: none; }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh > .row > .video-iframe-container { display: none; }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh > .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); }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh { border-width: 0; border-radius: 0; }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:47.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OucTg1EHDiNeWUbTkT0MqgsmIfpsLKvZ { 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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:15.5rem;left:26.5625rem;display:block; }
#TrbKQ1gl13KIRKtlp06d7ab4wkHX0fdO { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.875rem;left:53.3125rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OXRWAM4cbtmu0xDNU54zrxQsU3I65kUi { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"toyota type";font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:11.6875rem;left:30.0625rem;height:2.4375rem;font-style:normal;display:block; }
#fFsb3WNNVVE53HTyNdyfeqKLVWUBg7Dw { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:17.8125rem;left:28.125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SMQAckOUE9IN74AMHUdn3TRoUuLuUXXA { position:absolute;display:block;z-index:15024;background-color:#ff0022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.8125rem;width:0.625rem;top:11.59375rem;left:28.375rem;display:block; }
#IeX3HNTUlLhD3f0GAZWycgATsmP7Ho2T { color:#000000;display:block;width:75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NLE7KuTdvyE8bkDqcCA94BFapFfVxqFK { color:#000000;display:block;width:75rem;position:absolute;font-family:"toyota type 2";font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MRBRzbaTTJcWrWlTTlli4HAu612BpKxz { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:17.8125rem;left:36rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zlziOw5wTv3HOUZnUhmzGaWEl0HsNch7 { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:17.8125rem;left:43.75rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CMPCBsxHGQ9XcM0RhkLT5DQXTmpXO7Rk { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:20.25rem;top:10.875rem;left:4.75rem;overflow:hidden;display:block; }
#ULXbOmkCPO6ToQe7mzkvQ0wVNuFuQnS5 { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:24rem;left:28.0625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#othddRze8yH4iChPHg2pnTWADJPssqCO { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:24.0625rem;left:35.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#txQooT18yW50gZaDAzLbxD7JFMz57lHb { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:24rem;left:43.9375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#no0mdXcGnP4ZdIipgBWF9kGRI7WwMTZ0 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24.25rem;left:53.375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pzaSEpkSyTEn0rqXLNSQN1mMlRdRuyxr { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:"toyota type";font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:23.0625rem;left:10.71875rem;height:1.13720625rem;font-style:normal;display:block; }
#COkEbdU0MLSasg0v5JpyURZw3ciyEWfE { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:16.0625rem;left:28.125rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FXcCJkOW7xFG0ucTa4kHik0cR8okwVil { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:22.1875rem;left:28rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oL4mqB3qAWr1EEwvhaUZQE2gCNdXsTRn { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:30.6875rem;left:53.375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XPnsHu2TF80mLXGFZ60rh8aNZxEhN923 { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:30.4375rem;left:44.25rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#itUuVmCX9LfOI2isHRqRkD1ukOytxwzV { color:#000000;display:block;width:7.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:30.5rem;left:35.75rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C1ueQmbacBtkZCVkSKgS270kVR3DenmW { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:30.4375rem;left:27.9375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TTG9LuT4ZVeJs4IS4tMpBb4ey3pZrb7P { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:28.625rem;left:27.875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tkuhIKCeVKaUW7v59OXhgsZcuHz11JSU { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:36.9375rem;left:53.375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#STTySDQJUWhlh6HzUZTbzl54RvbdMt6e { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:36.6875rem;left:44.25rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TR7GkAlOxTiIqpHx7zrgzrRLgNU921uO { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:36.75rem;left:35.6875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QUCAtieDN0UPsooi4XJVtRBq9l7K7dDt { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:36.6875rem;left:27.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PxZn0cE31PQzvKSpL1J8eW5d0BHt4qqO { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:34.875rem;left:27.8125rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uyu1b9wBmS3UO9cL7mg1SBkTomhSFAc2 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:43.25rem;left:53.375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DT3sSiauOiI7b6k77gd6fDlJpebiANcZ { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:43rem;left:44.25rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lbms2A8hwBTo06RommA6uDWS7quBQy7P { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:43.0625rem;left:35.6875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vbzZm3SXv0v3THP8EmMpVmq9Dtw30hFx { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:43rem;left:27.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N8WTBGCU58zDgOHF1oKkEJR8D0pn75fZ { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:41.1875rem;left:27.8125rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kZampqBzxIxzK8xiq2p7TEs0XKTeCAxX { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:16.07470703125rem;left:35.96875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mu03fTKReWkSLtBVR7Jd5K8No2a0vC4J { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:17.81884765625rem;left:49.71875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MJbWbTJq8WGUJCpILXvauuE37mSZnda1 { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:24rem;left:49.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KbCrUH760qgCb4fbLHdr3oORxhH9FX9k { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:30.52490234375rem;left:49.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aWTh90To6gVDNgceAZW256Td9A1LTBMq { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:36.77490234375rem;left:49.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aCt2ROsmQdfWJ13GpT0IwcN5u2CzEziE { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:43.08740234375rem;left:49.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gZbGP6WPGmEfKME75MBX61iCmi0BVPOD { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:22.26220703125rem;left:35.875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bLUC1n8gQahevdwQiaJdVbEWUHepfQo9 { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:28.66259765625rem;left:35.75rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qI9nAgtso3KtG7p58B3WI4B58SZxr96r { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:34.8876953125rem;left:35.6875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#trVgqCria2SFRAheGW2z1fdE2mplk2n8 { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:41.2001953125rem;left:35.6875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bgTkS0rKPKSIZHD8ibTwfcKavZUu34ZI { position:absolute;display:block;z-index:15015;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:21.71875rem;left:26.6875rem;display:block; }
#wTCMXMUnxvcdZgT15GvPHDhG2e8Sl0Tc { position:absolute;display:block;z-index:15016;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:27.96875rem;left:26.6875rem;display:block; }
#d5drwEdvwiBDt8zCxf2E6CIOyas3oy26 { position:absolute;display:block;z-index:15017;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:34.21875rem;left:26.6875rem;display:block; }
#DDy1aFJZMPcbmi91q1NtQERcUPE2Xe2g { position:absolute;display:block;z-index:15018;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:40.71875rem;left:26.6875rem;display:block; }
#t1kJ4BeyoMkevZw1TE9HxkfaVeGq3FU4 { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15120;text-align:center;text-align-last:center;top:16.0625rem;left:63.25rem;display:block; }
#moAnzwWFmivB6cfsGeXicDPALdcMoNZW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xbpcm7zGGiHbsJaxE4T2TD1aKsZ6e7u7 { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15121;text-align:center;text-align-last:center;top:18.5625rem;left:63.25rem;display:block; }
#IZ9n79CSm88gFk6QicuBxKBbnpgvo6ge { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q4fX0TD1o3f9X819Mrvx6sKOVlwU17JS { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15121;text-align:center;text-align-last:center;top:22.1875rem;left:63.25rem;display:block; }
#SqIKRxUCnfK3QEedI7FrCZzTRe3eBioN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JW1VJ0bwM3M8si3VexIPTf2W78OWeG8b { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:24.625rem;left:63.25rem;display:block; }
#AJfU7iU2WwtHADCWzETQdh3turAr2UoT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZhSyS1nT2MvhWwPdfAl8rLhhaMkH5qyo { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:28.40625rem;left:63.25rem;display:block; }
#T7EmcK4UA11GiznI4AhTWdfPpgiQB6ho { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lf64s5X9kQAkq6FTHnQOkRnC6HAdwb16 { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:30.83740234375rem;left:63.25rem;display:block; }
#B6z1FOcWeaL5JTGBlp6NkHbcLcD7cB7z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DyBnZ78XdQeMghqqayOPETVv62nVssZs { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:34.8125rem;left:63.25rem;display:block; }
#GO5e9EOl74uVq1tgCp1DUdzpGhEzIKxm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RWpwgIQhKxBrwtn2zNM6fATk3mvq0K9m { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:37.21240234375rem;left:63.25rem;display:block; }
#nQyI7An9zPBGWOTZwacEWMuTu7zLkzaQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ua5NFEeGKelX5moLA6P7qfygIx2koz1k { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:41.125rem;left:63.25rem;display:block; }
#aD8dPkolkZPI0AL5FowPJnzChnCZlLp8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oV5z2U5usmeA62ck2HkTxhC0TR8ibo6B { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:43.5625rem;left:63.25rem;display:block; }
#MnvEW9KM2DoeNA7gowr9h40V4mOoW5gp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT { position:relative;display:block; }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT { background-color: transparent; background-image: none; }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT > .row .container > .video-iframe-container { display: none; }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT > .row > .video-iframe-container { display: none; }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT > .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); }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT { border-width: 0; border-radius: 0; }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zzH4zJMKF79TzWWqmSOaoc4g239HU9JI { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"toyota type";font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1.5625rem;left:30.0625rem;height:2.4375rem;font-style:normal;display:block; }
#kvv918rSotwV6AN0DUzuR3QPqzZJpBTa { position:absolute;display:block;z-index:15024;background-color:#ff0022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.8125rem;width:0.625rem;top:1.5rem;left:28.375rem;display:block; }
#CH0RqODAEq10Nn6yMgb4qJykNlpSSTXq { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:21.875rem;top:1.1748046875rem;left:4.4375rem;overflow:hidden;display:block; }
#C7lKJHhhq4JTXfEuxpoy5bFdhCfW9843 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:"toyota type";font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:11.95654296875rem;left:10.4375rem;height:1.13720625rem;font-style:normal;display:block; }
#cctPDhTHzEkkQXniWeZkBBEVJHezgept { position:absolute;display:block;z-index:15034;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:5.1875rem;left:26.5625rem;display:block; }
#Ulyd8SoPbVE2ZAVFJkvbaTbg3MLLShCr { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:5.75rem;left:28.125rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tx5hqE3hDype1e842C5Og2tWchs8u3my { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:7.5rem;left:28.125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gKJPJlpy0srccEFKt1TcWycz2icHc0xJ { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:7.5rem;left:36rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vCSOfDSXpOFw10iiV1QfByTTcpemhJcZ { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:5.75rem;left:36rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m4h3ablT73cx5MfZvTbwmcV3cmG4DdUQ { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:7.5rem;left:43.75rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SQ6RSE2onmgIOkOGugowIv8NQZqb7hfr { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:7.5rem;left:49.4375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yvQ9PuHrDV5wtsey3HvGlet98vy0x2o8 { position:absolute;display:block;z-index:15035;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:11.375rem;left:26.6875rem;display:block; }
#LXJ6MGrA2SJKRttB81frET6f8fwFBZk6 { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:11.875rem;left:28rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GKqBFobOi0o3EzpeXOVNQthRF91DQXhv { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:11.9375rem;left:35.875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bmsLA9xJgb2qgWAnsJLyQtk9thQ3msyT { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:7.5625rem;left:53.4375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TKr1IMmQvSWqbFXBinOCBdvJyePUoO2e { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:13.6875rem;left:28.0625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PfCxxfBHwRicb4U0sEXg1vTiqcHfblws { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:13.6875rem;left:43.9375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cCUa5blt9VLL71ps2rKC6LTLiaP70ADR { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:13.6875rem;left:49.3125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#usqLk2BhgOhOKwvwgUZGAff8Tarn1zH1 { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:13.75rem;left:35.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#svD0IDkrafqitwrryvmV7vRdAiyNzLs3 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:13.9375rem;left:53.5rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FJzU3RHt7VLGgSZMPt7pI3iMoUHdQRWJ { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15140;text-align:center;text-align-last:center;top:5.75rem;left:63.25rem;display:block; }
#IFBxxludTRKECvMzH7QxhdpJy7NAcOV9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ltLWINlA0zTw2gXFl0hZMwR9TUVvo3T5 { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15141;text-align:center;text-align-last:center;top:8.25rem;left:63.25rem;display:block; }
#gCP3MNMT4uoGBHO81JHnHWfrkt5U4qBw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vuo2pVhsgd5Unei0cllHXMOcGqneaMF0 { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15141;text-align:center;text-align-last:center;top:11.875rem;left:63.25rem;display:block; }
#POA1bWcBXnQdPqAMGPWc1rIRBlqkXuBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DJZlADKJkJ0HV7zph72MTT5TfbPrTWvN { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15142;text-align:center;text-align-last:center;top:14.3125rem;left:63.25rem;display:block; }
#NIIi6aOcdi8HHE0JTESWLt18S0zhdiGE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C { position:relative;display:block; }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C { background-color: transparent; background-image: none; }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C > .row .container > .video-iframe-container { display: none; }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C > .row > .video-iframe-container { display: none; }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C > .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); }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C { border-width: 0; border-radius: 0; }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XHkyRJ7SdTzv0JezI4FGuh5SO3EMOK1i { 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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:5.75rem;left:26.5625rem;display:block; }
#L3wm6CkDKa3wKA4CT7x8KJNVghF0Ji37 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:8.125rem;left:53.3125rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mBow2XP0A8MHQ031rg8XqD3TLU3XtBfM { color:#000000;display:block;width:19.4375rem;position:absolute;font-family:"toyota type";font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1.9375rem;left:30.0625rem;height:2.4375rem;font-style:normal;display:block; }
#EQMrf0Vv6mJcWKSbyGXXLvKTLR9zbynT { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:8.0625rem;left:28.125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZQfmpxnDiZoXc68Hc8WauKWTNkDDRXnC { position:absolute;display:block;z-index:15024;background-color:#ff0022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.8125rem;width:0.625rem;top:1.875rem;left:28.375rem;display:block; }
#H4oyrxCH0WTnLgSUqhdUHVIVF4Qcy60T { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:8.0625rem;left:36rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tgi0szTuC9CTRAhJEhbBbJKi8WzoFBbz { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:8.0625rem;left:43.75rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i48AeILipPUkkd1mQTNGhcWlEOMHaTJT { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.75rem;width:20.25rem;top:1.125rem;left:4.75rem;overflow:hidden;display:block; }
#MTDPmOMnualvkZEn3UGDp38fTBQ9qI0h { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:14.25rem;left:28.0625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qQ88VEsSKGu9615rAOU2NGh7dS7GNeNJ { color:#000000;display:block;width:6.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:14.3125rem;left:35.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WqdoRfanuFZ3EsKKAIxV5mTFTcfybBC9 { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:14.25rem;left:43.9375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TRIpB5HKA2TaKlZmVa553ZwBbatnoN2Z { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.5rem;left:53.375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#b3mAFIMB1splFq1rJQBuHd0KBQzvMMay { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:"toyota type";font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:12.51904296875rem;left:10.75rem;height:1.13720625rem;font-style:normal;display:block; }
#Gun4TXqEUFK9kT0bUafU4MbIsI6dZIu1 { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:6.3125rem;left:28.125rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T38GUL03VaXlvutVxHbsf59K9Ok8LgCk { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:12.4375rem;left:28rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OaqKZRu8Xeg10PyrCT97RCmnkf0qrUQX { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:20.9375rem;left:53.375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#F724xnbNlebp0s4W7A7iK5vgqHwTCVTK { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:20.6875rem;left:44.25rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XWP3BOWMnWrXW01qRqikpXoTo0OsqmSB { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:20.75rem;left:35.75rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OWC93gbF6vLnNyuLWDCTDBqZxQeraEHg { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:20.6875rem;left:27.9375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FddFnGTNn5yiho159Xfhtd1U7UZTZdnm { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:18.875rem;left:27.875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZEA6hFw6XesHiGerIh1hQX9BclJtOKr2 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:27.1875rem;left:53.375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ynwtqFzJ4xklAeuaSg1KS3GHPaLe3xfe { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:26.9375rem;left:44.25rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gt9BO0Pq1zKss3EWyMH1gSm4IetG4PHf { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:27rem;left:35.6875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#N0N0WolKOrwyAxn2m2UzOBECKbTKhXAo { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:26.9375rem;left:27.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EMhFNHUdXAqLWG4gPyblVT7LTw6yPefS { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:25.125rem;left:27.8125rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I7oPqF18mGUscMF8xXFtBxbu0sf0KIST { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:33.5rem;left:53.375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L0Eg6mFumI1Fvs00p4U8GFBlHpryKrzq { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:33.25rem;left:44.25rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A4L1nf0VRE5isyxt7mZ2z5cI5iQImZgi { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:33.3125rem;left:35.6875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NPJc9Cvx6UfxJeT7Z6MGmSM3OV5NOPFG { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:33.25rem;left:27.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LwMPBA7ZK1VLSNc7Zpy4SHsdbfVIcoAN { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:31.4375rem;left:27.8125rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E1Ei9gMReefFFvS3MtMUEyCfy9MBhHNU { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:6.3125rem;left:36rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CAVLGODywTtNqWUrm8MfekRar41T899R { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:8.0625rem;left:49.75rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VVoklBo6uNVC8IPGWT1ddGWQpFHXtNgn { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:14.25rem;left:49.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZS3oTTzxlidcrTmy0z6skzS6OQTP3hGz { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.75rem;left:49.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QWWxsIJIBsy0LGTAyRiNXGWL8B3RNOmD { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:27rem;left:49.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CraV6HEsyvCh3RlsynpJ6noIMUiskRFU { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:33.3125rem;left:49.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wG7K7JXov5x5Mu0LpO1xCoJOeTWze6IZ { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:12.5rem;left:35.875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mW1GgJ9sb0kcrE8g4gorg7elPkOMFm7K { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:18.9375rem;left:35.75rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CCz53prFnLyeWa1kw4X4h0yi0zihbZ81 { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:25.125rem;left:35.6875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D1sfa7NvUcbrA7EGzF3O90nVhC3uvVB4 { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:31.4375rem;left:35.6875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mJ0kIgWapTIsfA937tR9CEur96Pqe3tk { position:absolute;display:block;z-index:15015;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:12rem;left:26.6875rem;display:block; }
#wUvKBAgJ08mAA2P1EmksWD0bv9rx3cvq { position:absolute;display:block;z-index:15016;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:18.25rem;left:26.6875rem;display:block; }
#b11n5Hy9bcMpRMrSmneKlSOn4w4FO8x4 { position:absolute;display:block;z-index:15017;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:24.5rem;left:26.6875rem;display:block; }
#HoPmp4bCD0lyAMscigGKWrHdeiemxvHf { position:absolute;display:block;z-index:15018;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:31rem;left:26.6875rem;display:block; }
#QSOzsRoRASwnBquVFKqS13WwTvdC8qDq { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15120;text-align:center;text-align-last:center;top:6.3125rem;left:63.25rem;display:block; }
#P1A43i6aomPGGStDXMOqCCGFzGTCAZXg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A4KWh3diieV0U926FxJGoaeEytcFhRBF { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15121;text-align:center;text-align-last:center;top:8.8125rem;left:63.25rem;display:block; }
#fh5mdJkIk3enl131pAx1IT4MuHve730T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PIKnB2w1rlmVJiE3hGLzgSyZ7NTfS3Ql { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15121;text-align:center;text-align-last:center;top:12.4375rem;left:63.25rem;display:block; }
#wyIx82lvNv88i8n0pTrzyuxJ12XcbcMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#foRU4ErtTB6entIHNPUKToJmHpcDUzB1 { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:14.875rem;left:63.25rem;display:block; }
#eFfkz9Cudsg4kkdCDlVyGmkTNx4ia4z7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y5V1eHBTnU9E8h6vAratJxmhTyxAPtLA { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:18.6875rem;left:63.25rem;display:block; }
#Ee7ObJ6J658OU8slb1sRcnRu2FOEUmmo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M72KHfOS5bo048lBfzsmHdVltaX98FHL { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:21.0625rem;left:63.25rem;display:block; }
#As4OUL87K7UkDUPDPztxExuFwZ5cLsAJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvAb3OsMCLNZ3ltKXPTcip9XaHae9GfH { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:25.0625rem;left:63.25rem;display:block; }
#yHdRQXC9TvQvhTJNMeC9pd2nZ4Alx8it { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kl0QxSkdlCTgcwuZhXd8I0GsK5qJZew6 { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:27.4375rem;left:63.25rem;display:block; }
#ml9M866pHb76zNppE7Jnpmt8J4B5vpSI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wGA8XeRICtzMk7QB5Ffx6rKtTBVTO7yP { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:31.375rem;left:63.25rem;display:block; }
#u2fJuMHBGJ6uJZPwBt962Jvi75BpISxv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QND4TMSt9fCED5KGUr6Wrf5wLwC9UhA1 { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:33.8125rem;left:63.25rem;display:block; }
#FpEWc8cDT0Z0bdQczT0Ju11L7AE5TPpu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MLZoRxrC6FNJx0tMfaQIPJcNnCuhsQ3x { position:absolute;display:block;z-index:15028;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:37.3125rem;left:26.6875rem;display:block; }
#TrOFNCnbDrrsVpTREt5soVSJse0HOtvT { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:37.75rem;left:27.8125rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zkXrCI6iJ2wTMvOvc6z9lZDILHJ3R4s6 { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15071;line-height:1.3;letter-spacing:0;top:37.75rem;left:35.6875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HIcAcqF5gPltURTkM0iu7pH9XqkT2qEc { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:39.5625rem;left:44.25rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CkPoVvQfvFsfy9fFTw6PxRKTELXAEpsP { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:39.5625rem;left:27.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#csA4WdhkMCXAXrZhfl9xchoZQ0THKLJf { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:39.8125rem;left:53.375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KhG5ZUQbUfEIhSHuc0LTht9LhgH9hOr3 { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:39.625rem;left:35.6875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gZwpW2hzwdWgkMut3r2VxXJqzDC6p3EK { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15069;line-height:1.3;letter-spacing:0;top:39.625rem;left:49.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eOJz2xHdQv9au4kOp3o9M0s6TX70RufP { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15134;text-align:center;text-align-last:center;top:37.6875rem;left:63.25rem;display:block; }
#x91uJW0rHGUrtlswhE8mkXVKz1BERvHZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QvqErLsBMNGub4UGJT9pOzUThSpPmDfc { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15135;text-align:center;text-align-last:center;top:40.125rem;left:63.25rem;display:block; }
#qTtpoNtPL7zhas4TkBnIwX5eUl4Ei5w1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC { position:relative;display:block; }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC { background-color: transparent; background-image: none; }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC > .row .container > .video-iframe-container { display: none; }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC > .row > .video-iframe-container { display: none; }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC > .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); }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC { border-width: 0; border-radius: 0; }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KJsKWbK87AeBR5aGJJJEUbZUendT1yeJ { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"toyota type";font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1.5625rem;left:30.0625rem;height:2.4375rem;font-style:normal;display:block; }
#WS8y0hvtt4O4KJ7i9ZLzzJGE8I8kPzd0 { position:absolute;display:block;z-index:15024;background-color:#ff0022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.8125rem;width:0.625rem;top:1.5rem;left:28.375rem;display:block; }
#mCn6TnoRtre5BPuGUAf2NdfUsCP5DtvW { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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.5rem;width:17.875rem;top:1.125rem;left:6.25rem;overflow:hidden;display:block; }
#BoaAJcyAuyrzEzA26xqWBc8TGT6lzbDc { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:"toyota type";font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:12.625rem;left:10.25rem;height:1.13720625rem;font-style:normal;display:block; }
#pNzs2dpIZta4AmS0vEEepdHrwJRGHX7y { position:absolute;display:block;z-index:15034;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:5.1875rem;left:26.5625rem;display:block; }
#I3esvNqvpyH6hWp1ZdlQglEb9wZb0Z0d { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:5.75rem;left:28.125rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nT1nHc1KSK5M6Fe4yZ1iMZVIN8HzevLl { color:#000000;display:block;width:7.625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:7.5rem;left:28.125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QBPG0EJazG52nOdUBpXw1DSKAD0tiD2h { color:#000000;display:block;width:7.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:7.5rem;left:36rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DWALFL2Mo47S3TIU3tbWBk3A7ESXFVgf { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:5.75rem;left:36rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e4rynei4bO87M72EMaALMQyx7oJqFT3P { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:7.5rem;left:43.75rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lysR1r7QBgItVXmIJEqrzDTdJzSeF2U4 { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:7.5rem;left:49.4375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FknZmeu2qc4G7kIXowZ8eBl8TnuPyNrA { position:absolute;display:block;z-index:15035;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:11.375rem;left:26.6875rem;display:block; }
#TBfOZazfUmnc6APTrDsHOCTntLaTFN8U { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:11.875rem;left:28rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PbEtlXMf4GZSvK5b8Wz24Xo4yTTa3Gel { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:11.9375rem;left:35.875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fOO8b6f9bz90d78yqwuhp9wiydLvTkdT { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:7.5625rem;left:53.4375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rKuIEDQTDpC0WHRKJOyHBODnpMPcVM5i { color:#000000;display:block;width:7.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:13.6875rem;left:28.0625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wgytDB4xrtXSQ0QN9W7R8O81UM6mokWU { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:13.6875rem;left:43.9375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nEwIzwv3hhTx31MfiToHTQ3NEfZKptNA { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:13.6875rem;left:49.3125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OrbyOwo1GJKxnHMLVmQQdeXK2gJffTc5 { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:13.75rem;left:35.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yezLDguEXJaPCItyie1N0wtM5oLzn7f1 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:13.9375rem;left:53.5rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZWwk5JACaKldQSJfcuVvs2AAS2Ie0IcB { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15140;text-align:center;text-align-last:center;top:5.75rem;left:63.25rem;display:block; }
#p43tGIyW3RZuo4gcZ48bQakSzS11pJMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUCc9rE1RPCXIhdJtsvRsk3aSlVudETz { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15141;text-align:center;text-align-last:center;top:8.25rem;left:63.25rem;display:block; }
#VaClmd54E2Tph2i2QGn3GVM51KWtT9FW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MSIFP0cs6xkA4V7ES1gtJzD3Go14VShH { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15141;text-align:center;text-align-last:center;top:11.875rem;left:63.25rem;display:block; }
#B7Usz9ur3UG0M6cTNnCCivlTT9MObNkc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SFvO2UZgDH3ztVEDsJiddS8u3ViWnFXN { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15142;text-align:center;text-align-last:center;top:14.3125rem;left:63.25rem;display:block; }
#Kw1urVGTeT070DoXTqs1i4W8ogbSv8FQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH { position:relative;display:block; }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH { background-color: transparent; background-image: none; }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH > .row .container > .video-iframe-container { display: none; }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH > .row > .video-iframe-container { display: none; }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH > .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); }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH { border-width: 0; border-radius: 0; }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#C7wiHy8MBdCFuLfF5Lr51Dp53LTDOUSp { 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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:5.25rem;left:26.5625rem;display:block; }
#DC2QaZ8KIaKTtIEV0mNu5eLXXNxyBx35 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.625rem;left:53.3125rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Er7HFPtw1ic2sdnFR8uLaztmT99ufaeB { color:#000000;display:block;width:13.4375rem;position:absolute;font-family:"toyota type";font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1.4375rem;left:30.0625rem;height:2.4375rem;font-style:normal;display:block; }
#tVUQ3OHBD6n0Ff4605OKRuldLgWmlWyR { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:7.5625rem;left:28.125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bnhaEcxqUTdJKWdqHXANRsymds0Zshdh { position:absolute;display:block;z-index:15024;background-color:#ff0022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.8125rem;width:0.625rem;top:1.375rem;left:28.375rem;display:block; }
#EynckNh5Sq1wu3D3aHhu1zMue4d9kUis { color:#000000;display:block;width:7.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:7.5625rem;left:36rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TeXRUbZktnyX945HFrmKScDpufQCtsUu { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:7.5625rem;left:43.75rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RV2WouGDh2w2KyKeSlzrrCyQs0uATxaa { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:20.75rem;top:1.4375rem;left:4.7060546875rem;overflow:hidden;display:block; }
#OPpuPWiTVhHASvgsFDETFHWcpi3xfhTT { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:13.75rem;left:28.0625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZiUIa2ogR29bUz6WcHny6WP7anasqDak { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:13.8125rem;left:35.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eNARhedl8bwXQ8V3Qb7X2g5rEDXDZaZW { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:13.75rem;left:43.9375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UuskmXHxa21XZDLy37mDWDWtHWHpqHvZ { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14rem;left:53.375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TFNlDhzFlAgehX7RGw4vPkq73B4WoC0f { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:"toyota type";font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:12.125rem;left:10.8125rem;height:1.13720625rem;font-style:normal;display:block; }
#mJLotCKNV0RNK3TUKgiQArqaHN8O5Act { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:5.8125rem;left:28.125rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NLfOOsUm4AzR2sT9q4Spl6mN7IcL3s1I { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:11.9375rem;left:28rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PD90GeuZf7z8z0xtH1hpDJOc0K6pMlwp { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:20.4375rem;left:53.375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#w9nD7WR6PeysQc4UHSUUaB81ozv50eFr { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:20.1875rem;left:44.25rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tbi0w1InyUQydITLwNdyGhUZbzTHNsXg { color:#000000;display:block;width:7.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:20.25rem;left:35.75rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#euvrV35EDraImosWRuT87bmXKP4idTiT { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:20.1875rem;left:27.9375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vVVWbzLH3NeuzdhcDiiFuWalGBdkICKB { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:18.375rem;left:27.875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7O6SsuayDQbngKGdBO7wkvaFmJtBw7V { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:26.6875rem;left:53.375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#MPW4eid6SOJL8sI22REr3lraWO6s7VoA { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:26.4375rem;left:44.25rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ing8WCGTzSvN8JZGVIyWv7bA3LT163c4 { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:26.5rem;left:35.6875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zW7TKUqaakZhTZGqwCCXEDzMNJFdD1QU { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:26.4375rem;left:27.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uNemGk45ZB567HIU0sSWWWFLikaqadqd { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:24.625rem;left:27.8125rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#scxJhnIURXg9mzKMi6RfW9uA9ld60yIT { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:33rem;left:53.375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ATTzF7OUZ7h4bM2k6anThQsh0R3KM3qv { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:32.75rem;left:44.25rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k0FU7WT7MHpW44iiUBrxAvWuKOTDTeRL { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:32.8125rem;left:35.6875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wmzmw06RhsMWeUBQWOZAQ60pR5oXiEoB { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:32.75rem;left:27.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ITIi4TsDVUCkBklIleAvUlK9FcPr4Ko6 { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:30.9375rem;left:27.8125rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DpSOaGTL38Ppb0As1I5iUq26dai16tTe { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:5.8125rem;left:36rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cP3AgNRywlXMqFKaaQrxbTPXulQfEvJb { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:7.5625rem;left:49.75rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Jptwygb1ZDsfeg8W0dklsyVhTQdd4vUA { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:13.75rem;left:49.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zrTLEJsAhzwxi3D4tW6TlwSJwQCLUecI { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:20.25rem;left:49.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OrqDpFxDXJefUu264rfq5r32OR2AHprR { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:26.5rem;left:49.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#thyoBFdLMkgLU7bEqeTQILl6pE48elFb { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15059;line-height:1.3;letter-spacing:0;top:32.8125rem;left:49.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cbi2CrttHMZXWIeiMhnCzh56PpxgsihN { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:12rem;left:35.875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VyvVKAZnFbNpNMlAkI3g4w3pLKBgBkzx { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:18.4375rem;left:35.75rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MT4g7Pr8PX6nXMw4X0hTa7WVmHD1eVcO { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15060;line-height:1.3;letter-spacing:0;top:24.625rem;left:35.6875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cLs7KeNfKT07uFxvlC9HnBQm0VwB8zk1 { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:30.9375rem;left:35.6875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yALQfCBR8qGOkxIL0RWKpmsqC41MO1Dq { position:absolute;display:block;z-index:15015;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:11.5rem;left:26.6875rem;display:block; }
#HSKogVeWQ4KbEtglUQIOO0cMl9Ln6wwg { position:absolute;display:block;z-index:15016;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:17.75rem;left:26.6875rem;display:block; }
#n46kO6ZXvgf4leWOW2GdtaqGivVViOad { position:absolute;display:block;z-index:15017;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:24rem;left:26.6875rem;display:block; }
#TNhio5PaC9cl1x0lByzFSD4voAtN3qTU { position:absolute;display:block;z-index:15018;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:30.5rem;left:26.6875rem;display:block; }
#DPNUL0pTfrkCtqsaNKhxIxECR96dvZD9 { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15120;text-align:center;text-align-last:center;top:5.8125rem;left:63.25rem;display:block; }
#UTsusgEh8lXP9vzKm7ceDJwuVA4fW7LV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o56ui5vHrG5d5XVEPdIpN4nb9DOXeM6T { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15121;text-align:center;text-align-last:center;top:8.3125rem;left:63.25rem;display:block; }
#QpTLll9xT22xQkheelzzwlWNkeGJwXgQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k4tDRq94e012zfqTRgfMwgNipEEMZ9EF { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15121;text-align:center;text-align-last:center;top:11.9375rem;left:63.25rem;display:block; }
#Fsqm3FwlHTdZum5fuTrXgGXD562w38Tw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vKUqHvcT8o2UkdRpOy4ZhIAil4kGnIe5 { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:14.375rem;left:63.25rem;display:block; }
#bMRcBnVe5Wd5Q6Ks7KcQ1FeZPsLSqUmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aVo6UT7hXitkEANdAWpz5PzLQ7i9IAv2 { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15122;text-align:center;text-align-last:center;top:18.1875rem;left:63.25rem;display:block; }
#JdpTyNUAuWU3oB3onZ1XP5PcXpGcntO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZcgTIs87xxT2r1T6OKN5cR3xRMl4tMt6 { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:20.5625rem;left:63.25rem;display:block; }
#TnPR6TPWZBcD2tKgp7mSRTTCkXcFoLSD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wG2cs6hQprT3TAd1FqUfWZo2mbztT7HE { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15123;text-align:center;text-align-last:center;top:24.5625rem;left:63.25rem;display:block; }
#QM4rZebuTcGrqTO4BOfQHmMd8541THpd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B2qdKoTJ2Qn6XxvIgsC9ZtUhUHRNScTy { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:26.9375rem;left:63.25rem;display:block; }
#oPg3VVZsag5FxzkfPmD7wMkobpHOIOAD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tHi4bhg9ecoWQVumXKidDxaKkIR9UnTB { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:30.875rem;left:63.25rem;display:block; }
#RshC8rvZUJlBTT6Jtxwku0p9cO4ho3u5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TckblBRt0FG1fbDfssCE0c5RRgm5DIwD { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:33.3125rem;left:63.25rem;display:block; }
#MrzAJsIlvJxZABmnEnEe2k1uqqA0TRyU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv { position:relative;display:block; }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv { background-color: transparent; background-image: none; }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv > .row .container > .video-iframe-container { display: none; }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv > .row > .video-iframe-container { display: none; }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv > .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); }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv { border-width: 0; border-radius: 0; }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ReBbe2tHC3ncXrgcEaBqxtv77sITSsAS { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"toyota type";font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1.5625rem;left:30.0625rem;height:2.4375rem;font-style:normal;display:block; }
#NKh2DuVzN0PT0MEfoDqT4S5i1Da4KmJx { position:absolute;display:block;z-index:15024;background-color:#ff0022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.8125rem;width:0.625rem;top:1.5rem;left:28.375rem;display:block; }
#UnMwugNkrxvvF7EmcEfkAxQDToqJhqQ5 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:20.375rem;top:1.5625rem;left:4.45556640625rem;overflow:hidden;display:block; }
#kkdRN6fLI3QTSLb2yrPyRkmNzMxd2PIZ { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:"toyota type";font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:12.1005859375rem;left:10.9375rem;height:1.13720625rem;font-style:normal;display:block; }
#IexpBAUiOKEqvq4gWTWCrel9JnFQChvA { position:absolute;display:block;z-index:15034;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:5.1875rem;left:26.5625rem;display:block; }
#ihfTpZlsp2w8tGnLmnxVlSwsZHL8PKTN { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:5.75rem;left:28.125rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UkvNZ6Tpql44DJccbdKTD3XZQB41MzLy { color:#000000;display:block;width:7.5rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:7.5rem;left:28.125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xoBEDEbNm5ml7nFt37KHIQfr2VLUJb64 { color:#000000;display:block;width:7.5625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:7.5rem;left:36rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#csmIW5eazglXPQs2RMNFLAqWhZw5te0o { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:5.75rem;left:36rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AOLUgSMVrVTFzegefdiu19RbTDKLeZgu { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:7.5rem;left:43.75rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VTNgBuVlzvAzP73SrRNomekAPZvIE8Po { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:7.5rem;left:49.4375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wqDeCHhttyJBHlvebmisIatz3uPLModG { position:absolute;display:block;z-index:15035;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:11.375rem;left:26.6875rem;display:block; }
#LonRaVai4hBU5ROvGnGFccZqfsoGaJFf { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:11.875rem;left:28rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SVr1Tcq3DlMUJTgsTMrRDLub6RdA51Cb { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:11.9375rem;left:35.875rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FH9T5QZAUHEunkXn3d0e2IPsTV1K6Dfs { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:7.5625rem;left:53.4375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aD5LVRIZC2OFwTnwzBswLNyo0XqXO0h8 { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:13.6875rem;left:28.0625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iDAofyTiav8PMrhxiiK4wNIegp7D6JS6 { color:#000000;display:block;width:5.6875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:13.6875rem;left:43.9375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t7rhUalRACNrhpBx5RoCIcRIB3TTxWBV { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:13.6875rem;left:49.3125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WB09rozJMBrVPLbDa3JIpMMwcKf1ucEm { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:13.75rem;left:35.875rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KwycBfIXSWLb3XHMM5L8sDZIgS0Vu6r5 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:13.9375rem;left:53.5rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GghMQZ4hFXvmCHd2hxVftFBRFyEHcexN { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15140;text-align:center;text-align-last:center;top:5.75rem;left:63.25rem;display:block; }
#K3wOUISfq6i29An1lazTZcaDdc2ND1CM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#In8fIZwKVHKZHyFm20TUnVDDgizlMXAD { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15141;text-align:center;text-align-last:center;top:8.25rem;left:63.25rem;display:block; }
#wCp8XcMffUH851ynBFntaoKnzX3eIgwD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TGRTMOJyq6F1VZn5LPD25O72VLRKLHJi { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15141;text-align:center;text-align-last:center;top:11.875rem;left:63.25rem;display:block; }
#GlKrrcdkqURIdbiHwyeJMWwIGXRK32Ha { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QZ8WwLJIlgO3RadCm2SIbWGaTJTEUJqw { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15142;text-align:center;text-align-last:center;top:14.3125rem;left:63.25rem;display:block; }
#g9gyTAk5lTc40PadN4dVKyFVgUEhsTuL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi { position:relative;display:block; }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi { background-color: transparent; background-image: none; }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi > .row .container > .video-iframe-container { display: none; }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi > .row > .video-iframe-container { display: none; }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi > .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); }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi { border-width: 0; border-radius: 0; }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WiC8drfGBU90hbArxuwVuv8evzD8TEuE { color:#000000;display:block;width:17.6875rem;position:absolute;font-family:"toyota type";font-size:1.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:1.5625rem;left:30.0625rem;height:2.4375rem;font-style:normal;display:block; }
#HsJvK1u8Q7tTkMzKk01UkxRTvVPcIEkS { position:absolute;display:block;z-index:15024;background-color:#ff0022;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.8125rem;width:0.625rem;top:1.5rem;left:28.375rem;display:block; }
#S909pCIhqpTuJszqBbJs7ZDGkaokMDKv { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:20.375rem;top:1.5625rem;left:4.45556640625rem;overflow:hidden;display:block; }
#LJQDTS4Ssqin8mzd2cdFkky81V2VR49s { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:"toyota type";font-size:0.875rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:12.1875rem;left:10.4375rem;height:1.13720625rem;font-style:normal;display:block; }
#Eg7CmtWH4dD6KUp0FI71X2y3H6JTcHbX { position:absolute;display:block;z-index:15034;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: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:5.625rem;width:48.3125rem;top:5.1875rem;left:26.5625rem;display:block; }
#ur3yzaeZxb7HhpMZyTrd2beDKRAxqpCy { color:#000000;display:block;width:6.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:5.75rem;left:28.125rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cdbQy3q11ClXDxLCAwtVBrnDI5XRK8fZ { color:#000000;display:block;width:9.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:7.5rem;left:28.125rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nULIacMCDcryXxOlFUJbKO1Wtuw6bQkv { color:#000000;display:block;width:7.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:7.5rem;left:36rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RTXWEDB1DM7FHZ8G2yF3dQdX1iAtqFKW { color:#000000;display:block;width:10.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:5.75rem;left:36rem;height:1.29980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V5F3BZRtt76iW1flfIIofeCwOeW3k1C5 { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:7.5rem;left:43.75rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U56VTT1URdTxHFW2zsX6gHBgymi8OqNG { color:#000000;display:block;width:5.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:7.5rem;left:49.4375rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q5Q7AfMk1LS3quwRQLZeDSdnRItfgHbW { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:7.5625rem;left:53.4375rem;height:2.11230625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RxU8SbqKTRdDkXSdrhU9CXkbgwVqH4ol { background-color:#18087d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15140;text-align:center;text-align-last:center;top:5.75rem;left:63.25rem;display:block; }
#KSBF8PdZhyDwUEvapGBhXvoNPnTgLBZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J7MgFUz0nbXPK3dQDWxctzmCH65doRt0 { background-color:#ff0022;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.1875rem;text-decoration:none;z-index:15141;text-align:center;text-align-last:center;top:8.25rem;left:63.25rem;display:block; }
#V83w9eIBVWHKPUI0vhSi6Tx9xariK6NW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ { position:relative;display:block; }#EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ { background-color: transparent; background-image: none; }#EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ > .row .container > .video-iframe-container { display: none; }#EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ > .row > .video-iframe-container { display: none; }#EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ > .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); }#EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ { border-width: 0; border-radius: 0; }#EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/68bde7d7-99b6-4fd1-9cce-07a277367556/KopiaLANDINGELEMENTYGRAFICZNE14.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ > .row .container.adaptive-delivery-prevent-bg, #EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ > .row .container.lazyload, #EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ > .row .container.lazyloading { background-image: none; }#WofM47pKZgHdhbSGiXvqVyKS9oSfQQ6P { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:58.5rem;top:2.8125rem;left:8.25rem;overflow:hidden;display:block; }
#y2Ut09GAKOMbcP4fd4eabTwR8UM3GSVs { color:rgba(var(--color-tertiary-4),1);display:block;width:46.25rem;position:absolute;font-family:"toyota type";font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:17.71875rem;height:3.0869125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WPJ5QnNcNIhZ12BzwG4yOttWcI37X24T { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:"toyota type";font-size:1.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.02490234375rem;left:17.71875rem;height:3.0869125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BrS0BlXMJJoyANpbFPhzVXoE2N0hL9qA { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:58.5rem;width:58.5rem;display:none; }
#N7ONfxI19E3vsqSOW82rKcxDLRefrBSS { position:relative;display:block; }#N7ONfxI19E3vsqSOW82rKcxDLRefrBSS { background-color: transparent; background-image: none; }#N7ONfxI19E3vsqSOW82rKcxDLRefrBSS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7ONfxI19E3vsqSOW82rKcxDLRefrBSS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7ONfxI19E3vsqSOW82rKcxDLRefrBSS > .row .container > .video-iframe-container { display: none; }#N7ONfxI19E3vsqSOW82rKcxDLRefrBSS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N7ONfxI19E3vsqSOW82rKcxDLRefrBSS > .row > .video-iframe-container { display: none; }#N7ONfxI19E3vsqSOW82rKcxDLRefrBSS > .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); }#N7ONfxI19E3vsqSOW82rKcxDLRefrBSS { border-width: 0; border-radius: 0; }#N7ONfxI19E3vsqSOW82rKcxDLRefrBSS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#N7ONfxI19E3vsqSOW82rKcxDLRefrBSS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/68bde7d7-99b6-4fd1-9cce-07a277367556/KopiaLANDINGELEMENTYGRAFICZNE14.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N7ONfxI19E3vsqSOW82rKcxDLRefrBSS > .row .container.adaptive-delivery-prevent-bg, #N7ONfxI19E3vsqSOW82rKcxDLRefrBSS > .row .container.lazyload, #N7ONfxI19E3vsqSOW82rKcxDLRefrBSS > .row .container.lazyloading { background-image: none; }#Ae2RSftvc1NgPeymTezJSbTunZWNoURs { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:13.75rem;top:7rem;left:8.625rem;overflow:hidden;display:block; }
#ANnEvOFh2ZsVyhDkSUeA0aWJvFcJCN5C { color:#18087d;display:block;width:32.375rem;position:absolute;font-family:"toyota type";font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:15.75rem;height:2.76220625rem;font-style:normal;display:block; }
#IfXMkgzbRuLIPfEW7dgHiA9F32KQG8Wc { color:#ff0022;display:block;width:11.125rem;position:absolute;font-family:"toyota type";font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.8125rem;left:48.125rem;height:2.76220625rem;font-style:normal;display:block; }
#DTtlultHZ9UxfdMsE7DKapSnTQi7zE3g { color:#18087d;display:block;width:37.4375rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.75rem;left:24rem;height:3.25rem;font-style:normal;display:block; }
#IeuQLRh9dmEy887phLnTKzdt0u4wdcpU { color:#ff0022;display:block;width:47rem;position:absolute;font-family:"toyota type";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.8125rem;left:24rem;height:4.875rem;font-style:normal;display:block; }
#BWJXduZovoC4AyJZgTX6TEicmATBliGv { 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/uc/3038fe52-9f77-4a4d-a68a-33012b2dda19/KopiaLANDINGELEMENTYGRAFICZNE20.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BWJXduZovoC4AyJZgTX6TEicmATBliGv.adaptive-delivery-prevent-bg, #BWJXduZovoC4AyJZgTX6TEicmATBliGv.lazyload, #BWJXduZovoC4AyJZgTX6TEicmATBliGv.lazyloading { background-image: none; }#BWJXduZovoC4AyJZgTX6TEicmATBliGv > .row .container { background-color: transparent; background-image: none; }#BWJXduZovoC4AyJZgTX6TEicmATBliGv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWJXduZovoC4AyJZgTX6TEicmATBliGv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWJXduZovoC4AyJZgTX6TEicmATBliGv > .row .container > .video-iframe-container { display: none; }#BWJXduZovoC4AyJZgTX6TEicmATBliGv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWJXduZovoC4AyJZgTX6TEicmATBliGv > .row > .video-iframe-container { display: none; }#BWJXduZovoC4AyJZgTX6TEicmATBliGv > .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); }#BWJXduZovoC4AyJZgTX6TEicmATBliGv > .row .container { border-width: 0; border-radius: 0; }#BWJXduZovoC4AyJZgTX6TEicmATBliGv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWJXduZovoC4AyJZgTX6TEicmATBliGv > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:75rem;position:relative;display:block; }#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-form-header {  }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:36.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.1875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-text {padding-top: 0; padding-bottom: 0;}#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.1875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:36.1875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-select {padding-top: 0; padding-bottom: 0;}#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(331deg, #18087d, #ff0022);background-image: -moz-linear-gradient(331deg, #18087d, #ff0022);background-image: -ms-linear-gradient(331deg, #18087d, #ff0022);background-image: -o-linear-gradient(331deg, #18087d, #ff0022);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#18087d', endColorstr='#ff0022' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#18087d', endColorstr='#ff0022' );";background-image: linear-gradient(331deg, #18087d, #ff0022);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:36.1875rem;height:3.4375rem;font-family:raleway;overflow:hidden; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:raleway;font-size:1rem;font-weight:400;font-style:normal; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.625rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:34.9375rem;overflow:hidden;font-style:normal;float:none; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-container:first-of-type{padding-top:0;}#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-container:last-of-type{padding-bottom:0;}#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;left:18.15625rem;top:6.4375rem;z-index:15000;position:absolute; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.1875rem;display:block;vertical-align:top; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl {display:block;}#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(98,9,195,0.2) ;left:18.15625rem;top:6.4375rem;z-index:15000;position:absolute; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #xPx7GsaNCe3AeoZnmZA6kKqg7nWKdO6n { position:relative; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #cbZuxLTLtzqIgMvAsTmWKlJ0zNhJgkDk { position:relative;display:none; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #vqHG3gHxhEPClku1Zip3sbtRpD0qCQRz { position:relative; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #XtZXM9eeQph7KCTcGLma8F7gasrWrl04 { position:relative; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #H8Rb87TPpLNs5yCuPd8P2ccxZ7X0em4i { position:relative;display:none; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #LEFHKvsDk7ilbJIzdWWgvn3OBTK7CZ3r { position:relative; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #gdtkJyTpPKTHr4wsqvzw1J1T49nvTmmC { position:relative; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #q7zBvxE2cAFOpzM5pK69U9VXaNFL6860 { position:relative;display:none; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #JA49A4ZmBcfRMssBUXBKCawyBU5Vey5a { position:relative; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #nXBxIF7hhUC46NyuBROGMH1Zcw47y1Bl { position:relative; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #bfPVSyOT1QIhU20Xsb9EQoUil909bEAs { position:relative;display:none; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #gLgEK70Tt9xrBeLdHPdCXtDIo8VckOzN { position:relative; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #CQPBSFqTEq0IvF9mdRshIkHUgvM9xPU8 { position:relative; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #SVBngNs2aBJk62BHiv35IK5flbfzLkrC { position:relative;z-index:2; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #QAE3iTGByBwskoDCvx5XkuODPSAw6uTu { position:relative; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #xUpOqGcTvdpeBwAIH8HdAOnxxOgnyn3O { position:relative; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #knAVCCUwiS6bowQpuQHieQzHCBc6AMwc { position:relative; }
#yTdopcrII0RgFQcAS6HvqmQ94IpDLEG4 { box-sizing:content-box;height:5.25rem;width:38.6875rem;position:absolute;display:block;z-index:15001;background-color:#18087d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:18.15625rem;display:block; }
#vfvXStTp8LVqQ5SsRmVo3L2yXZURr8Vt { color:#fcfcfc;display:block;width:25.25rem;position:absolute;font-family:"toyota type";font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:2.005859375rem;left:28.03125rem;height:;font-style:normal;display:block; }
#OgoTm3bvewC7MLt4B5goT6aatIN8UcdV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:1.125rem;left:20.28125rem; }
#fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV { 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/uc/68bde7d7-99b6-4fd1-9cce-07a277367556/KopiaLANDINGELEMENTYGRAFICZNE14.png");background-position:bottom right !important;background-repeat:no-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; }#fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV.adaptive-delivery-prevent-bg, #fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV.lazyload, #fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV.lazyloading { background-image: none; }#fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV > .row .container { background-color: transparent; background-image: none; }#fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV > .row .container > .video-iframe-container { display: none; }#fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV > .row > .video-iframe-container { display: none; }#fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV > .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); }#fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV > .row .container { border-width: 0; border-radius: 0; }#fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#n54g1UKm54QXG0VlV9oe3o28zmTOemX1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:3.0625rem;left:31.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klWL2akokighSZfXSmWtnkCRGyrrbS01 { color:#433c3f;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:7rem;left:31.25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VqmoCzneGrT6g9yevHUI8eh1wa94n84E { color:#000000;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:3.0625rem;left:46.625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#lOb1WJ3n0irnm4oAihrHnCIN6uUVLDzP { color:#000000;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:6.0625rem;left:46.625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#xkToJHlQ2Nf7yXbsnfGS0nXz7mPF3ZiI { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:19.0625rem;top:3.59375rem;left:10.375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WexSIgg0ZR0VbvqXGLy2bUhiP1WS80r7 { width:12.25rem;height:2.3125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFOeu6QuFfvD3BBplbwe8idldJQoMtTn { width:11.1875rem;height:2.1875rem;top:1.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyzDRbhIgTtAg8DcA8FCUCKcvUbHCWUT { width:17.5rem;height:3.4375rem;top:0.5rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aydny2cqqgvffB03zG8XtG6p58Q1u5dH { display:block; }
 }@media only screen and (max-width: 763px) { #kENcA7AzKCM4FWO2gx3T1n9FkuHxKz18 { display:block; }#kENcA7AzKCM4FWO2gx3T1n9FkuHxKz18 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 { display:block; }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtGX4vRTk1w0PxKTC9U8c1WTL0m7c1Sc { width:39.25rem;height:15.5625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPmpaqTQnHFGAwF4snZ0Ke141tZzrQm6 { width:34.125rem;height:1.625rem;top:2.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n56arAw1ZLS7yCMnNCVKI0O80rAT3v1J { width:5.9375rem;height:7.25rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc1Fd1rXbG2WGHnp2rw6y1fTKGb4t51E { width:24.625rem;height:4.875rem;top:19.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx81OrrTrnsJ3TbTOHFOSWbP8ey8cl9A { width:24.625rem;height:3.25rem;top:25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5LgGiTX2csy5aBRd7LyRhMG7G6dDcI1 { width:42.3125rem;height:6.8125rem;top:32.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp7BTvv9zALsfAGiLxh6JIe8smQsIgla { width:42.3125rem;height:;top:30.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuMMPqQT4GuBVgTLpNrQXS1PKe3ceHw0 { width:42.3125rem;height:1.25rem;top:39.625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDAwuS7UgMvixTmQ5IHhQcGnENOHgueL { width:29.9375rem;height:18.6875rem;top:22.25rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBLC5QGklbz3d8X5Z65IPNTDsHvhs4Wx { width:13.3125rem;height:2.6875rem;top:23.75rem;left:32.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbATnKIGG708C3A6J9rM3x4FVATlPkME { display:block; }
 }@media only screen and (max-width: 763px) { #kklSJMWkiVV6hGEmKPiFdpfCdV9GGRJq { width:13.3125rem;height:2.6875rem;top:23.75rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTdxoqpeIcWTUC0GygpMwfTyAsHh2mb { display:block; }
 }@media only screen and (max-width: 763px) { #tbO5dEnm5GdVFKU2k585Ad8KOWU9RCfT { width:10.75rem;height:1.8125rem;top:26.8125rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqIVpzIx59A6qTJmTu8q4BeLpZmd7w8v { display:block; }
 }@media only screen and (max-width: 763px) { #UG5myxUJ0dyMUtIlvlrsLb241G81ai5M { width:10.75rem;height:1.8125rem;top:26.8125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDsC7VcRu4I5CCNuh1L2nZl1aASTTTJq { display:block; }
 }@media only screen and (max-width: 763px) { #BNdZG3hX81h5htHltviqmMCHI910cudK { width:10.75rem;height:1.8125rem;top:28.8125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHqdykzFt1TClOpApaMhfytUGQH1daOC { display:block; }
 }@media only screen and (max-width: 763px) { #OaE0H8lBsXeIM6iWPoSJsBLJta6EtrZ2 { width:10.75rem;height:1.8125rem;top:30.6875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovsf7QXRNWGH1Mly4KsHTgNRcxvfS5Tg { display:block; }
 }@media only screen and (max-width: 763px) { #WNObWRDvKcT30itZc2ThahQEy0fMNEBl { width:10.75rem;height:1.8125rem;top:32.875rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqThhP1bPNLrDXJdwCnQTDUpSJwNC46r { display:block; }
 }@media only screen and (max-width: 763px) { #iTXTDHkVTHW706Nz1Fsp9tqdEm7a8LFP { width:10.75rem;height:1.8125rem;top:28.8125rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9WV0xmVuZIE7l2dNDQJ0I8Pb6mmPoQH { display:block; }
 }@media only screen and (max-width: 763px) { #dsIyXEymF7WEpbJTewsb6tFwmLgRiU4y { width:10.75rem;height:1.8125rem;top:30.8125rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVo6GARbr01zpQOnSITqlBT0nrZKCmFX { display:block; }
 }@media only screen and (max-width: 763px) { #gsQxni0boWzEKQRp4K0EqL8BaPEEgSoR { width:10.75rem;height:1.8125rem;top:32.8125rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #yksrvmRnxzgAI8c0NtN0EkaDKIfkdT4s { display:block; }
 }@media only screen and (max-width: 763px) { #SFmtFVuJtiKovBOb3MQ27WyRTvvl16Pr { width:10.75rem;height:1.8125rem;top:35rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re8zcyp70fFmNbpJZEpHBBGTRGqFSIMD { display:block; }
 }@media only screen and (max-width: 763px) { #TyL76KMZCT26Ng3BnTW8aFoWWuC3keHR { width:10.75rem;height:1.8125rem;top:37.0625rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRIrHvRP7bVRMcWAdiA8RUchuokfToQF { display:block; }
 }@media only screen and (max-width: 763px) { #VCdbPUpxpf4vKWwhECEbbnuBdxPF4rXc { width:10.75rem;height:1.8125rem;top:39.125rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #STgVPmQhorTc8DsxJ6KadWznXIAXQ33C { display:block; }
 }@media only screen and (max-width: 763px) { #UGQuhBzG8plEK85XsOAThBygsfRQkRQb { width:47.75rem;height:22.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcIv2Lo9uKJNCNmR2J7mh6C5TOAKre4Q { width:47.75rem;height:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCUvXHdDUGZXEaRze0NrlQPibpU5rzFd { width:47.75rem;height:15.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #akKRFsLETfLDBaWM37AfVPNf7Z7Mgmxw { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iT5gsTzz04Qkg6cNEDUVZvubNKFUn8DT { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIDNB6acLEnP49HgJnN1FnbIMWz9gDQ4 { display:block; }#LIDNB6acLEnP49HgJnN1FnbIMWz9gDQ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK { display:block; }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfwJMwbyGspoVIgrIlmRRObsvNI6OVkI { top:10.1875rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otzirWP6TxgBCQ6mrAaXyQdyF1GEruxX { top:17.4375rem;left:39.0625rem;width:8.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqOZRGawvwoBxNx9CK3yNBXRI3qhXeP4 { top:10.875rem;left:16.96875rem;width:15.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQfI8Ug1IuKsumPmSiaSVy21FUitx1in { top:13.25rem;left:16.96875rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1G2vmlTLkLJHCVOWQZJCbAOXGPCwT7s { top:17.375rem;left:17rem;width:9.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPlHV900yVC2gXWgT2gGwJTZa8aXStIJ { top:11.1875rem;left:14.75rem;width:0.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlsUkx9zBPR0RuH2b2U5gCQW1L87SkLB { top:2.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqPRKLCrxc1Tp3EdKig3Xd8GXbQnqJac { top:4.6875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3tb8I4OPHgb6vU9cuBwPlFeQLQg7KCB { top:17.4375rem;left:24.375rem;width:7.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov5rluSsozu11e5lfH1vflC8RmGVz6Rs { top:17.375rem;left:31.5rem;width:9.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF9OuyCO08wEsLPHp1POVxNrNc9XqThG { width:11.125rem;height:2.1875rem;top:11.1875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqFQgGzTvptZPixaeQEq4XUdw8xCTQwV { display:block; }
 }@media only screen and (max-width: 763px) { #uVA89zMpbLBrqJ4E9rVwqaMZvzyv8IAP { width:18.0625rem;height:11.25rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVLCqu8rNKbgAQWZhBnJoy4aHBSd2MWn { top:15.625rem;left:17rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiJTKGtrkdcuhuPgKFHZf20QEJPVz1vc { width:11.125rem;height:2.1875rem;top:13.9375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzPTdd3lbWcTckAgT0X2Ny0lnweJ3LHS { display:block; }
 }@media only screen and (max-width: 763px) { #WAM7MdUmwvxQcMg7DTdTpPf64t0hS0mw { top:22.5rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbbR2xFdAcmSEmT3tSAO54STEGiEUnV4 { top:29.8125rem;left:39.0625rem;width:8.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqBnf089QaOnAQqCsy511aHd1SLzy8So { top:29.75rem;left:31.625rem;width:8.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSn9FyH0Z6oF8fJNDC5ObAUt9fRs7urv { top:29.75rem;left:24.4375rem;width:7.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6nTR24nzKAU5sZSI9mDWaBx4nBqwWVo { width:11.125rem;height:2.1875rem;top:26.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPWqGPDoiUQlaNETJAwNdx8rgBU49hJq { display:block; }
 }@media only screen and (max-width: 763px) { #tZaigGmgWseZdURuhiiKfEoR1fHOHQGg { top:29.75rem;left:17.125rem;width:9.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #obtMs31uTDF2MGzTLvCSwx33Mg7NxInm { top:25.5625rem;left:17.125rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHXRw2zMpmlwd2nWMiJRaPTO2RqcB7i0 { top:28rem;left:17.125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbvF7lCfgK0NLgMbQKkVWuKHdPQHiU0o { top:23.5rem;left:14.875rem;width:0.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfggXg5D2i5g8QcIocR6BLnsVibeM91q { width:18.0625rem;height:10.1875rem;top:22.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV4sla992XOw10GiKashKsyxTzxiwErJ { top:23.1875rem;left:17.125rem;width:15.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDpywMRgJIRXMAtmtgvtLh0qmof7mB9C { width:11.125rem;height:2.1875rem;top:23.5rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgMCT45ERcCXG4ytTfGO6PmE9yTVDPyc { display:block; }
 }@media only screen and (max-width: 763px) { #WZqf6g370nR2CWOmrFnnrKpoXE2UrLNP { top:34.875rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r27ECfzVD4wSReHUv6OhcQBcQ3HTcT0e { top:42.1875rem;left:39.0625rem;width:8.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzLLo438uRqKTymV5tK4CEF326in3toy { width:11.125rem;height:2.1875rem;top:38.625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6fEpgI4oCTAqpOXDwQJyofO5dEqqSNE { display:block; }
 }@media only screen and (max-width: 763px) { #qH6L59u9FmQCnSJTW3SOnTpXKPrbqh1l { top:42.125rem;left:31.625rem;width:8.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHgqDgOTZlxDmvOc5ObrTxhK2zKu4gOr { width:11.125rem;height:2.1875rem;top:35.875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH6y4VQ7l6FuLexR1eLOqzOzwfT1U3xa { display:block; }
 }@media only screen and (max-width: 763px) { #egAxbv16nnKGSdnzXAqZ1lP4oAAyIUnm { top:35.5625rem;left:17.125rem;width:15.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTyfNF31O1Z9N7LgLWkhI4bHaG851qfT { top:42.125rem;left:24.4375rem;width:7.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWCM2qwl8GUXzD8WKGSMJ1JeGtgS76Ck { top:37.9375rem;left:17.125rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3FeRpfTL8tIOZN2sI3KgUEMsUCdlnuG { top:42.125rem;left:17.125rem;width:9.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTLJqluggCtUQKdJ1aOIMhnLsS92OhLu { top:40.375rem;left:17.125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUTHMKGdTm7Jygx9ZMCq0Hl7W7HvBQw { top:35.875rem;left:14.875rem;width:0.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ8ucmNXcruqVWoS40eUxMJTnnSUTwUJ { width:18.0625rem;height:9.875rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPaOuZgqPZWpx9soTe33QXx79JSRUnNV { top:47.1875rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBLUPtgLpmm2CaTr1LOt8o8t1WtsVrTu { top:54.5rem;left:39.0625rem;width:8.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su0fxMxPrunLupDE7w7nWX4QTl0oRfU9 { top:54.4375rem;left:31.625rem;width:8.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH0Pu0Q3C8PK7oZVk0LDVKWqTh2sunhP { top:54.4375rem;left:24.4375rem;width:7.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEbMlQTaZmtnNJ0dK6PEiGT95w4KuQ6U { top:54.4375rem;left:17.125rem;width:9.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phlFOW9NIEme8w7BF7hQ7xfwbyWi5AKy { top:52.6875rem;left:17.125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyFGAEkCr4382nFQIkRcJDCT1LE6nn8b { width:19.25rem;height:10.625rem;top:47.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdbgW8JuZFisO8IorEIeKspLkFsHCecG { width:11.125rem;height:2.1875rem;top:50.9375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2mDyA50tPL5S2G6y45xwVFtPZwzBnyu { display:block; }
 }@media only screen and (max-width: 763px) { #MLqdR1FmPdWI34MvUmSTvVRl8ZGTtG9Q { top:50.25rem;left:17.125rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Jp2MzzIa39u6oBQgra5ldQldiUM4cT { top:48.1875rem;left:14.875rem;width:0.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDz7VB7JwHT9d03ae76KMrHTynspWdC0 { width:11.125rem;height:2.1875rem;top:48.1875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNU73BWVRNQfQLQXE9MzU2IDZzJpoPRy { display:block; }
 }@media only screen and (max-width: 763px) { #DzNJ0n5m9oN7A33ndfb3376ATWuLTOtE { top:47.875rem;left:17.125rem;width:15.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPrN5L5MTbge7J0dF7LZcCsDIIuCIMPO { top:59.25rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIqllHKFDlLnA948U63hRBRS3UqVbD3X { top:66.5625rem;left:39.0625rem;width:8.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esxLSvkxaox9XO9NlRhJGD3mgSBKvI9M { top:66.5rem;left:31.625rem;width:8.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTMFu9w4UpZ68fLhCXRbLvAQU2OhmqtD { top:66.5rem;left:24.4375rem;width:7.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #erUzUzIcJmefrgWUCTOoki1DvJT7fadT { top:66.5rem;left:17.125rem;width:9.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0KgsLzfJngitMzEfJekTsJRumRnCcBB { top:64.75rem;left:17.125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNiixiHTsuUIWr5JwXGuTPDBaPuXLlI8 { width:11.125rem;height:2.1875rem;top:63rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtk8qPApxkP7ASJZRUuvoe987bnAeyze { display:block; }
 }@media only screen and (max-width: 763px) { #nh4nNWhnp8xpGBeAu4rtQonKplEIdwDs { top:62.3125rem;left:17.125rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfd4sMZ4tFDbho7bss1c9boLxbopGxMC { top:60.25rem;left:14.875rem;width:0.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g95TonDJxfTeOR9CD1UmVFonR2PTxRCz { width:11.125rem;height:2.1875rem;top:60.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkX6UuZfSvCVRPkq7WIrLf42B9u1TuLF { display:block; }
 }@media only screen and (max-width: 763px) { #wR6A3AhNTMOghifMcC454h9RRFpQxykb { top:59.9375rem;left:17.125rem;width:15.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsSAihguAWDgc3bvW6sTUG7grBkHHO6Q { width:19.25rem;height:10.625rem;top:59.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMJyTTbimsGl4VCCVa7eWfI2qLaspU5x { top:71.3125rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncb26A9NTTO1ZdW8VasTvUeVf6BGSBuT { width:11.125rem;height:2.1875rem;top:75.0625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHP2ALTlIirSXW19HTgZCOMPGUIy08eo { display:block; }
 }@media only screen and (max-width: 763px) { #SmQeac4ONeLLHwgOCuDUdyIGw4gloBNQ { top:78.625rem;left:39.0625rem;width:8.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XugBBfLpf74RIkudDz9xO5f21n4avafz { top:78.5625rem;left:31.625rem;width:8.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0RHVinqg0MTidKR7b9Fcu4Mk6x0maMU { width:11.125rem;height:2.1875rem;top:72.3125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otq3kIRDcGKxgXN68D2PsfsrA4nC6WG7 { display:block; }
 }@media only screen and (max-width: 763px) { #HQD0l6RG8oVkJKnTfCgJmSTl6kA8CBgJ { top:74.375rem;left:17.125rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #etwSdyD24Tz5WziEy4A4WEx7HuGt1LbB { top:72rem;left:17.125rem;width:15.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEAElhpNwUcDCK5R43uGxcTHzc9neg7A { top:78.5625rem;left:24.4375rem;width:7.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvqI1FF9uSkoqnAAwgAUqzNyTVskWTGh { top:78.5625rem;left:17.125rem;width:9.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMKOclZTUXxV5VP5SlwTsVcThrfgSW0x { top:76.8125rem;left:17.125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVZbpkzWRPZc0EB8p22d6NW7y1z6hI01 { top:72.3125rem;left:14.875rem;width:0.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaWMdvOFV3bWCZgCUyKpTl8dQJ7UUXVx { width:18.5625rem;height:10.75rem;top:71.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9U7x4QvzsAz83GbfaKB3UUWB7O4nghJ { top:83.4375rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSAIK9JWEeiBKNXVxHQvQIpBGtN6FkWw { top:90.75rem;left:39.0625rem;width:8.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbKS9xJoBPsTKfyE81zXR7Mc8IkRuXcB { width:11.125rem;height:2.1875rem;top:87.1875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B63GyFQphkNsx8a3ITqTVZaXV0EuFEQT { display:block; }
 }@media only screen and (max-width: 763px) { #H3ofM3OqQwneC9esknQK5JKv7nQZgCwG { top:90.6875rem;left:31.625rem;width:8.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH3OCLuyipGpELTUz5qCzqkKcq6AwmXn { top:86.5rem;left:17.125rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZbklCDK2ut30TNZ45IbQNNsLezWZpSL { top:90.6875rem;left:24.4375rem;width:7.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH0sck2Nk4DzE8rJvX3y5n6ETvXp6fXo { top:90.6875rem;left:17.125rem;width:9.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRTOTTWJhTgTURuTabFcZObZJGDswtdB { top:88.9375rem;left:17.125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZCCmpAmrVblmUwQbXJ8ZQ6ODXahZpPZ { width:11.125rem;height:2.1875rem;top:84.4375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJDUw1TFnkJERdCOAtiQQWyk5kTlTIh6 { display:block; }
 }@media only screen and (max-width: 763px) { #DTCf4NCr6dJ2rFS2pJCzynbsTMUkrsv1 { top:84.125rem;left:17.125rem;width:15.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeODHyGF6qFb5d9IT7UdS9hpIh1q6XhH { top:84.4375rem;left:14.875rem;width:0.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCiKXKTAqXLneTNmwm54HM4sVD9GbQKG { width:19.25rem;height:10.625rem;top:83.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGN9qk5TzWTzsAxbCOMLhxAUO7BF9vtP { top:95.5rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNuMxcTPOMxfDueMTow3X4cg1HtXyLQk { width:11.125rem;height:2.1875rem;top:99.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReyJ8AfoykTAO7xM2P9cKnxLP1U6x638 { display:block; }
 }@media only screen and (max-width: 763px) { #HWQ3ZvBD589frfdrkWBoR7BWc3EJTqZO { top:102.8125rem;left:39.0625rem;width:8.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txsaU3meS86dzcZpKcaJ8WZkCBhbw7gg { width:11.125rem;height:2.1875rem;top:96.5rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGaApTqupbhgsTnSVwDXPkLUdyEiQ0ME { display:block; }
 }@media only screen and (max-width: 763px) { #dHXKATZZuF3k7ex7lgwNAZJJgkgSSlH8 { top:102.75rem;left:31.625rem;width:8.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK9rByfTyvG663xhV9wsZrVU7k5QSMTh { top:98.5625rem;left:17.125rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0COMLABCzq19KsGZPz1EHsuxfkdFK8G { top:96.1875rem;left:17.125rem;width:15.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnddkXwINSWxJCUbdNx2pzbP96ZD8Lw2 { top:102.75rem;left:24.4375rem;width:7.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zx06ga2uoAQ7TGlZw23KEBTiIlHOOVK9 { top:102.75rem;left:17.125rem;width:9.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgxOTqds7VBPMpSUerzLsLDaChXCpEvf { top:101rem;left:17.125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhObQnBlW4rx7aoqxtMaGMuqnta3uZqP { top:96.5rem;left:14.875rem;width:0.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvmuQcFGLyko1X4tGBNdCablSvh5OI7M { width:19.25rem;height:10rem;top:95.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxQxrCG7TL6nZr3dqt1GqBs8ZkOQzFU9 { top:107.5625rem;left:0rem;width:47.75rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZrIpVhmTAZC9gfvT9HWgQBwJ4eNqdzP { width:11.125rem;height:2.1875rem;top:111.3125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFiahBT1TTbymzpiLaJAw7J6gleX81ca { display:block; }
 }@media only screen and (max-width: 763px) { #JmzX4K8v9xqq5wCTiCvbn2vxKJaSAKBm { width:11.125rem;height:2.1875rem;top:108.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggK3Nlseh3UfZPfFqIEcHxokXToIdZZg { display:block; }
 }@media only screen and (max-width: 763px) { #zHPpyeJ5vDIsRKCgxbNl0VDFBXkchH1J { top:114.875rem;left:39.0625rem;width:8.6875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw0ZqRkJTsSFGy7qgTTwwK7H53D9AvZ9 { top:114.8125rem;left:31.625rem;width:8.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kx7CfVNzH4nh2LMBU3xItvB4PxGxBqKx { top:110.625rem;left:17.125rem;width:17.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqsuhmekxk5ANM1hAGfQgMJWxMB18RMs { top:108.25rem;left:17.125rem;width:18.8125rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDNSJAHEIFozMVvglxOMAiWEZpV22KHy { top:114.8125rem;left:24.4375rem;width:7.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7WZpl0BwB9st7B1do3rd6HrlfLUhTz5 { top:114.8125rem;left:17.125rem;width:9.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFw1LGTcZ9Hx3dv8tBLByTPMogg0boOi { top:113.0625rem;left:17.125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmgQrveTAFOJxB1HtaSkAkkeIPhEVDT0 { top:108.5625rem;left:14.875rem;width:0.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpovV8B3fgExmg7dLRJaX1yeQFxRcP41 { width:19.25rem;height:9.9375rem;top:107.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh { display:block; }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OucTg1EHDiNeWUbTkT0MqgsmIfpsLKvZ { top:15.5rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrbKQ1gl13KIRKtlp06d7ab4wkHX0fdO { top:17.875rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXRWAM4cbtmu0xDNU54zrxQsU3I65kUi { top:11.6875rem;left:16.4375rem;width:13.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFsb3WNNVVE53HTyNdyfeqKLVWUBg7Dw { top:17.8125rem;left:14.5rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMQAckOUE9IN74AMHUdn3TRoUuLuUXXA { top:11.5625rem;left:14.75rem;width:0.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeX3HNTUlLhD3f0GAZWycgATsmP7Ho2T { top:2.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLE7KuTdvyE8bkDqcCA94BFapFfVxqFK { top:4.6875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRBRzbaTTJcWrWlTTlli4HAu612BpKxz { top:17.8125rem;left:22.375rem;width:7.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlziOw5wTv3HOUZnUhmzGaWEl0HsNch7 { top:17.8125rem;left:30.125rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMPCBsxHGQ9XcM0RhkLT5DQXTmpXO7Rk { width:20.25rem;height:12.25rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULXbOmkCPO6ToQe7mzkvQ0wVNuFuQnS5 { top:24rem;left:14.4375rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #othddRze8yH4iChPHg2pnTWADJPssqCO { top:24.0625rem;left:22.25rem;width:6.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txQooT18yW50gZaDAzLbxD7JFMz57lHb { top:24rem;left:30.3125rem;width:5.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #no0mdXcGnP4ZdIipgBWF9kGRI7WwMTZ0 { top:24.25rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzaSEpkSyTEn0rqXLNSQN1mMlRdRuyxr { width:9.875rem;height:1.125rem;top:23.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COkEbdU0MLSasg0v5JpyURZw3ciyEWfE { top:16.0625rem;left:14.5rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXcCJkOW7xFG0ucTa4kHik0cR8okwVil { top:22.1875rem;left:14.375rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oL4mqB3qAWr1EEwvhaUZQE2gCNdXsTRn { top:30.6875rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPnsHu2TF80mLXGFZ60rh8aNZxEhN923 { top:30.4375rem;left:30.625rem;width:5.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #itUuVmCX9LfOI2isHRqRkD1ukOytxwzV { top:30.5rem;left:22.125rem;width:7.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1ueQmbacBtkZCVkSKgS270kVR3DenmW { top:30.4375rem;left:14.3125rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTG9LuT4ZVeJs4IS4tMpBb4ey3pZrb7P { top:28.625rem;left:14.25rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkuhIKCeVKaUW7v59OXhgsZcuHz11JSU { top:36.9375rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STTySDQJUWhlh6HzUZTbzl54RvbdMt6e { top:36.6875rem;left:30.625rem;width:5.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR7GkAlOxTiIqpHx7zrgzrRLgNU921uO { top:36.75rem;left:22.0625rem;width:7.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUCAtieDN0UPsooi4XJVtRBq9l7K7dDt { top:36.6875rem;left:14.25rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxZn0cE31PQzvKSpL1J8eW5d0BHt4qqO { top:34.875rem;left:14.1875rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyu1b9wBmS3UO9cL7mg1SBkTomhSFAc2 { top:43.25rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT3sSiauOiI7b6k77gd6fDlJpebiANcZ { top:43rem;left:30.625rem;width:5.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lbms2A8hwBTo06RommA6uDWS7quBQy7P { top:43.0625rem;left:22.0625rem;width:7.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbzZm3SXv0v3THP8EmMpVmq9Dtw30hFx { top:43rem;left:14.25rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8WTBGCU58zDgOHF1oKkEJR8D0pn75fZ { top:41.1875rem;left:14.1875rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZampqBzxIxzK8xiq2p7TEs0XKTeCAxX { top:16.0625rem;left:22.34375rem;width:10.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu03fTKReWkSLtBVR7Jd5K8No2a0vC4J { top:17.8125rem;left:36.09375rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJbWbTJq8WGUJCpILXvauuE37mSZnda1 { top:24rem;left:36rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbCrUH760qgCb4fbLHdr3oORxhH9FX9k { top:30.5rem;left:36rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWTh90To6gVDNgceAZW256Td9A1LTBMq { top:36.75rem;left:36rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCt2ROsmQdfWJ13GpT0IwcN5u2CzEziE { top:43.0625rem;left:36rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZbGP6WPGmEfKME75MBX61iCmi0BVPOD { top:22.25rem;left:22.25rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLUC1n8gQahevdwQiaJdVbEWUHepfQo9 { top:28.625rem;left:22.125rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI9nAgtso3KtG7p58B3WI4B58SZxr96r { top:34.875rem;left:22.0625rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #trVgqCria2SFRAheGW2z1fdE2mplk2n8 { top:41.1875rem;left:22.0625rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgTkS0rKPKSIZHD8ibTwfcKavZUu34ZI { top:21.6875rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTCMXMUnxvcdZgT15GvPHDhG2e8Sl0Tc { top:27.9375rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5drwEdvwiBDt8zCxf2E6CIOyas3oy26 { top:34.1875rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDy1aFJZMPcbmi91q1NtQERcUPE2Xe2g { top:40.6875rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1kJ4BeyoMkevZw1TE9HxkfaVeGq3FU4 { width:11.125rem;height:2.1875rem;top:16.0625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moAnzwWFmivB6cfsGeXicDPALdcMoNZW { display:block; }
 }@media only screen and (max-width: 763px) { #xbpcm7zGGiHbsJaxE4T2TD1aKsZ6e7u7 { width:11.125rem;height:2.1875rem;top:18.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ9n79CSm88gFk6QicuBxKBbnpgvo6ge { display:block; }
 }@media only screen and (max-width: 763px) { #Q4fX0TD1o3f9X819Mrvx6sKOVlwU17JS { width:11.125rem;height:2.1875rem;top:22.1875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqIKRxUCnfK3QEedI7FrCZzTRe3eBioN { display:block; }
 }@media only screen and (max-width: 763px) { #JW1VJ0bwM3M8si3VexIPTf2W78OWeG8b { width:11.125rem;height:2.1875rem;top:24.625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJfU7iU2WwtHADCWzETQdh3turAr2UoT { display:block; }
 }@media only screen and (max-width: 763px) { #ZhSyS1nT2MvhWwPdfAl8rLhhaMkH5qyo { width:11.125rem;height:2.1875rem;top:28.375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7EmcK4UA11GiznI4AhTWdfPpgiQB6ho { display:block; }
 }@media only screen and (max-width: 763px) { #Lf64s5X9kQAkq6FTHnQOkRnC6HAdwb16 { width:11.125rem;height:2.1875rem;top:30.8125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6z1FOcWeaL5JTGBlp6NkHbcLcD7cB7z { display:block; }
 }@media only screen and (max-width: 763px) { #DyBnZ78XdQeMghqqayOPETVv62nVssZs { width:11.125rem;height:2.1875rem;top:34.8125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO5e9EOl74uVq1tgCp1DUdzpGhEzIKxm { display:block; }
 }@media only screen and (max-width: 763px) { #RWpwgIQhKxBrwtn2zNM6fATk3mvq0K9m { width:11.125rem;height:2.1875rem;top:37.1875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQyI7An9zPBGWOTZwacEWMuTu7zLkzaQ { display:block; }
 }@media only screen and (max-width: 763px) { #ua5NFEeGKelX5moLA6P7qfygIx2koz1k { width:11.125rem;height:2.1875rem;top:41.125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD8dPkolkZPI0AL5FowPJnzChnCZlLp8 { display:block; }
 }@media only screen and (max-width: 763px) { #oV5z2U5usmeA62ck2HkTxhC0TR8ibo6B { width:11.125rem;height:2.1875rem;top:43.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnvEW9KM2DoeNA7gowr9h40V4mOoW5gp { display:block; }
 }@media only screen and (max-width: 763px) { #ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT { display:block; }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzH4zJMKF79TzWWqmSOaoc4g239HU9JI { top:1.5625rem;left:16.4375rem;width:17.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvv918rSotwV6AN0DUzuR3QPqzZJpBTa { top:1.5rem;left:14.75rem;width:0.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH0RqODAEq10Nn6yMgb4qJykNlpSSTXq { width:21.875rem;height:10.6875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7lKJHhhq4JTXfEuxpoy5bFdhCfW9843 { width:9.875rem;height:1.125rem;top:11.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cctPDhTHzEkkQXniWeZkBBEVJHezgept { top:5.1875rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ulyd8SoPbVE2ZAVFJkvbaTbg3MLLShCr { top:5.75rem;left:14.5rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx5hqE3hDype1e842C5Og2tWchs8u3my { top:7.5rem;left:14.5rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKJPJlpy0srccEFKt1TcWycz2icHc0xJ { top:7.5rem;left:22.375rem;width:7.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCSOfDSXpOFw10iiV1QfByTTcpemhJcZ { top:5.75rem;left:22.375rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4h3ablT73cx5MfZvTbwmcV3cmG4DdUQ { top:7.5rem;left:30.125rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ6RSE2onmgIOkOGugowIv8NQZqb7hfr { top:7.5rem;left:35.8125rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvQ9PuHrDV5wtsey3HvGlet98vy0x2o8 { top:11.375rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXJ6MGrA2SJKRttB81frET6f8fwFBZk6 { top:11.875rem;left:14.375rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKqBFobOi0o3EzpeXOVNQthRF91DQXhv { top:11.9375rem;left:22.25rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmsLA9xJgb2qgWAnsJLyQtk9thQ3msyT { top:7.5625rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKr1IMmQvSWqbFXBinOCBdvJyePUoO2e { top:13.6875rem;left:14.4375rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfCxxfBHwRicb4U0sEXg1vTiqcHfblws { top:13.6875rem;left:30.3125rem;width:5.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCUa5blt9VLL71ps2rKC6LTLiaP70ADR { top:13.6875rem;left:35.6875rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #usqLk2BhgOhOKwvwgUZGAff8Tarn1zH1 { top:13.75rem;left:22.25rem;width:7.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svD0IDkrafqitwrryvmV7vRdAiyNzLs3 { top:13.9375rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJzU3RHt7VLGgSZMPt7pI3iMoUHdQRWJ { width:11.125rem;height:2.1875rem;top:5.75rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFBxxludTRKECvMzH7QxhdpJy7NAcOV9 { display:block; }
 }@media only screen and (max-width: 763px) { #ltLWINlA0zTw2gXFl0hZMwR9TUVvo3T5 { width:11.125rem;height:2.1875rem;top:8.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCP3MNMT4uoGBHO81JHnHWfrkt5U4qBw { display:block; }
 }@media only screen and (max-width: 763px) { #Vuo2pVhsgd5Unei0cllHXMOcGqneaMF0 { width:11.125rem;height:2.1875rem;top:11.875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POA1bWcBXnQdPqAMGPWc1rIRBlqkXuBl { display:block; }
 }@media only screen and (max-width: 763px) { #DJZlADKJkJ0HV7zph72MTT5TfbPrTWvN { width:11.125rem;height:2.1875rem;top:14.3125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIIi6aOcdi8HHE0JTESWLt18S0zhdiGE { display:block; }
 }@media only screen and (max-width: 763px) { #eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C { display:block; }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHkyRJ7SdTzv0JezI4FGuh5SO3EMOK1i { top:5.75rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3wm6CkDKa3wKA4CT7x8KJNVghF0Ji37 { top:8.125rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBow2XP0A8MHQ031rg8XqD3TLU3XtBfM { top:1.9375rem;left:16.4375rem;width:19.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQMrf0Vv6mJcWKSbyGXXLvKTLR9zbynT { top:8.0625rem;left:14.5rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQfmpxnDiZoXc68Hc8WauKWTNkDDRXnC { top:1.875rem;left:14.75rem;width:0.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4oyrxCH0WTnLgSUqhdUHVIVF4Qcy60T { top:8.0625rem;left:22.375rem;width:7.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgi0szTuC9CTRAhJEhbBbJKi8WzoFBbz { top:8.0625rem;left:30.125rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i48AeILipPUkkd1mQTNGhcWlEOMHaTJT { width:20.25rem;height:10.75rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTDPmOMnualvkZEn3UGDp38fTBQ9qI0h { top:14.25rem;left:14.4375rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ88VEsSKGu9615rAOU2NGh7dS7GNeNJ { top:14.3125rem;left:22.25rem;width:6.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqdoRfanuFZ3EsKKAIxV5mTFTcfybBC9 { top:14.25rem;left:30.3125rem;width:5.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRIpB5HKA2TaKlZmVa553ZwBbatnoN2Z { top:14.5rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3mAFIMB1splFq1rJQBuHd0KBQzvMMay { width:9.875rem;height:1.125rem;top:12.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gun4TXqEUFK9kT0bUafU4MbIsI6dZIu1 { top:6.3125rem;left:14.5rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T38GUL03VaXlvutVxHbsf59K9Ok8LgCk { top:12.4375rem;left:14.375rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaqKZRu8Xeg10PyrCT97RCmnkf0qrUQX { top:20.9375rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F724xnbNlebp0s4W7A7iK5vgqHwTCVTK { top:20.6875rem;left:30.625rem;width:5.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWP3BOWMnWrXW01qRqikpXoTo0OsqmSB { top:20.75rem;left:22.125rem;width:8.0625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWC93gbF6vLnNyuLWDCTDBqZxQeraEHg { top:20.6875rem;left:14.3125rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FddFnGTNn5yiho159Xfhtd1U7UZTZdnm { top:18.875rem;left:14.25rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEA6hFw6XesHiGerIh1hQX9BclJtOKr2 { top:27.1875rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynwtqFzJ4xklAeuaSg1KS3GHPaLe3xfe { top:26.9375rem;left:30.625rem;width:5.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt9BO0Pq1zKss3EWyMH1gSm4IetG4PHf { top:27rem;left:22.0625rem;width:7.4375rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0N0WolKOrwyAxn2m2UzOBECKbTKhXAo { top:26.9375rem;left:14.25rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMhFNHUdXAqLWG4gPyblVT7LTw6yPefS { top:25.125rem;left:14.1875rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7oPqF18mGUscMF8xXFtBxbu0sf0KIST { top:33.5rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0Eg6mFumI1Fvs00p4U8GFBlHpryKrzq { top:33.25rem;left:30.625rem;width:5.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4L1nf0VRE5isyxt7mZ2z5cI5iQImZgi { top:33.3125rem;left:22.0625rem;width:7.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPJc9Cvx6UfxJeT7Z6MGmSM3OV5NOPFG { top:33.25rem;left:14.25rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwMPBA7ZK1VLSNc7Zpy4SHsdbfVIcoAN { top:31.4375rem;left:14.1875rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1Ei9gMReefFFvS3MtMUEyCfy9MBhHNU { top:6.3125rem;left:22.375rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAVLGODywTtNqWUrm8MfekRar41T899R { top:8.0625rem;left:36.125rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVoklBo6uNVC8IPGWT1ddGWQpFHXtNgn { top:14.25rem;left:36rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS3oTTzxlidcrTmy0z6skzS6OQTP3hGz { top:20.75rem;left:36rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWWxsIJIBsy0LGTAyRiNXGWL8B3RNOmD { top:27rem;left:36rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CraV6HEsyvCh3RlsynpJ6noIMUiskRFU { top:33.3125rem;left:36rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG7K7JXov5x5Mu0LpO1xCoJOeTWze6IZ { top:12.5rem;left:22.25rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW1GgJ9sb0kcrE8g4gorg7elPkOMFm7K { top:18.9375rem;left:22.125rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCz53prFnLyeWa1kw4X4h0yi0zihbZ81 { top:25.125rem;left:22.0625rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1sfa7NvUcbrA7EGzF3O90nVhC3uvVB4 { top:31.4375rem;left:22.0625rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ0kIgWapTIsfA937tR9CEur96Pqe3tk { top:12rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUvKBAgJ08mAA2P1EmksWD0bv9rx3cvq { top:18.25rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b11n5Hy9bcMpRMrSmneKlSOn4w4FO8x4 { top:24.5rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoPmp4bCD0lyAMscigGKWrHdeiemxvHf { top:31rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSOzsRoRASwnBquVFKqS13WwTvdC8qDq { width:11.125rem;height:2.1875rem;top:6.3125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1A43i6aomPGGStDXMOqCCGFzGTCAZXg { display:block; }
 }@media only screen and (max-width: 763px) { #A4KWh3diieV0U926FxJGoaeEytcFhRBF { width:11.125rem;height:2.1875rem;top:8.8125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh5mdJkIk3enl131pAx1IT4MuHve730T { display:block; }
 }@media only screen and (max-width: 763px) { #PIKnB2w1rlmVJiE3hGLzgSyZ7NTfS3Ql { width:11.125rem;height:2.1875rem;top:12.4375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyIx82lvNv88i8n0pTrzyuxJ12XcbcMT { display:block; }
 }@media only screen and (max-width: 763px) { #foRU4ErtTB6entIHNPUKToJmHpcDUzB1 { width:11.125rem;height:2.1875rem;top:14.875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFfkz9Cudsg4kkdCDlVyGmkTNx4ia4z7 { display:block; }
 }@media only screen and (max-width: 763px) { #y5V1eHBTnU9E8h6vAratJxmhTyxAPtLA { width:11.125rem;height:2.1875rem;top:18.6875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee7ObJ6J658OU8slb1sRcnRu2FOEUmmo { display:block; }
 }@media only screen and (max-width: 763px) { #M72KHfOS5bo048lBfzsmHdVltaX98FHL { width:11.125rem;height:2.1875rem;top:21.0625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #As4OUL87K7UkDUPDPztxExuFwZ5cLsAJ { display:block; }
 }@media only screen and (max-width: 763px) { #TvAb3OsMCLNZ3ltKXPTcip9XaHae9GfH { width:11.125rem;height:2.1875rem;top:25.0625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHdRQXC9TvQvhTJNMeC9pd2nZ4Alx8it { display:block; }
 }@media only screen and (max-width: 763px) { #Kl0QxSkdlCTgcwuZhXd8I0GsK5qJZew6 { width:11.125rem;height:2.1875rem;top:27.4375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml9M866pHb76zNppE7Jnpmt8J4B5vpSI { display:block; }
 }@media only screen and (max-width: 763px) { #wGA8XeRICtzMk7QB5Ffx6rKtTBVTO7yP { width:11.125rem;height:2.1875rem;top:31.375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2fJuMHBGJ6uJZPwBt962Jvi75BpISxv { display:block; }
 }@media only screen and (max-width: 763px) { #QND4TMSt9fCED5KGUr6Wrf5wLwC9UhA1 { width:11.125rem;height:2.1875rem;top:33.8125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpEWc8cDT0Z0bdQczT0Ju11L7AE5TPpu { display:block; }
 }@media only screen and (max-width: 763px) { #MLZoRxrC6FNJx0tMfaQIPJcNnCuhsQ3x { top:37.3125rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrOFNCnbDrrsVpTREt5soVSJse0HOtvT { top:37.75rem;left:14.1875rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkXrCI6iJ2wTMvOvc6z9lZDILHJ3R4s6 { top:37.75rem;left:22.0625rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIcAcqF5gPltURTkM0iu7pH9XqkT2qEc { top:39.5625rem;left:30.625rem;width:5.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkPoVvQfvFsfy9fFTw6PxRKTELXAEpsP { top:39.5625rem;left:14.25rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csA4WdhkMCXAXrZhfl9xchoZQ0THKLJf { top:39.8125rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhG5ZUQbUfEIhSHuc0LTht9LhgH9hOr3 { top:39.625rem;left:22.0625rem;width:7.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZwpW2hzwdWgkMut3r2VxXJqzDC6p3EK { top:39.625rem;left:36rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOJz2xHdQv9au4kOp3o9M0s6TX70RufP { width:11.125rem;height:2.1875rem;top:37.6875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x91uJW0rHGUrtlswhE8mkXVKz1BERvHZ { display:block; }
 }@media only screen and (max-width: 763px) { #QvqErLsBMNGub4UGJT9pOzUThSpPmDfc { width:11.125rem;height:2.1875rem;top:40.125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTtpoNtPL7zhas4TkBnIwX5eUl4Ei5w1 { display:block; }
 }@media only screen and (max-width: 763px) { #AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC { display:block; }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJsKWbK87AeBR5aGJJJEUbZUendT1yeJ { top:1.5625rem;left:16.4375rem;width:17.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS8y0hvtt4O4KJ7i9ZLzzJGE8I8kPzd0 { top:1.5rem;left:14.75rem;width:0.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCn6TnoRtre5BPuGUAf2NdfUsCP5DtvW { width:17.875rem;height:11.5rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoaAJcyAuyrzEzA26xqWBc8TGT6lzbDc { width:9.875rem;height:1.125rem;top:12.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNzs2dpIZta4AmS0vEEepdHrwJRGHX7y { top:5.1875rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3esvNqvpyH6hWp1ZdlQglEb9wZb0Z0d { top:5.75rem;left:14.5rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT1nHc1KSK5M6Fe4yZ1iMZVIN8HzevLl { top:7.5rem;left:14.5rem;width:7.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBPG0EJazG52nOdUBpXw1DSKAD0tiD2h { top:7.5rem;left:22.375rem;width:7.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWALFL2Mo47S3TIU3tbWBk3A7ESXFVgf { top:5.75rem;left:22.375rem;width:13.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4rynei4bO87M72EMaALMQyx7oJqFT3P { top:7.5rem;left:30.125rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lysR1r7QBgItVXmIJEqrzDTdJzSeF2U4 { top:7.5rem;left:35.8125rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FknZmeu2qc4G7kIXowZ8eBl8TnuPyNrA { top:11.375rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBfOZazfUmnc6APTrDsHOCTntLaTFN8U { top:11.875rem;left:14.375rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbEtlXMf4GZSvK5b8Wz24Xo4yTTa3Gel { top:11.9375rem;left:22.25rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOO8b6f9bz90d78yqwuhp9wiydLvTkdT { top:7.5625rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKuIEDQTDpC0WHRKJOyHBODnpMPcVM5i { top:13.6875rem;left:14.4375rem;width:7.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgytDB4xrtXSQ0QN9W7R8O81UM6mokWU { top:13.6875rem;left:30.3125rem;width:5.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEwIzwv3hhTx31MfiToHTQ3NEfZKptNA { top:13.6875rem;left:35.6875rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrbyOwo1GJKxnHMLVmQQdeXK2gJffTc5 { top:13.75rem;left:22.25rem;width:7.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yezLDguEXJaPCItyie1N0wtM5oLzn7f1 { top:13.9375rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWwk5JACaKldQSJfcuVvs2AAS2Ie0IcB { width:11.125rem;height:2.1875rem;top:5.75rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p43tGIyW3RZuo4gcZ48bQakSzS11pJMH { display:block; }
 }@media only screen and (max-width: 763px) { #FUCc9rE1RPCXIhdJtsvRsk3aSlVudETz { width:11.125rem;height:2.1875rem;top:8.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaClmd54E2Tph2i2QGn3GVM51KWtT9FW { display:block; }
 }@media only screen and (max-width: 763px) { #MSIFP0cs6xkA4V7ES1gtJzD3Go14VShH { width:11.125rem;height:2.1875rem;top:11.875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7Usz9ur3UG0M6cTNnCCivlTT9MObNkc { display:block; }
 }@media only screen and (max-width: 763px) { #SFvO2UZgDH3ztVEDsJiddS8u3ViWnFXN { width:11.125rem;height:2.1875rem;top:14.3125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1urVGTeT070DoXTqs1i4W8ogbSv8FQ { display:block; }
 }@media only screen and (max-width: 763px) { #xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH { display:block; }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7wiHy8MBdCFuLfF5Lr51Dp53LTDOUSp { top:5.25rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC2QaZ8KIaKTtIEV0mNu5eLXXNxyBx35 { top:7.625rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er7HFPtw1ic2sdnFR8uLaztmT99ufaeB { top:1.4375rem;left:16.4375rem;width:13.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVUQ3OHBD6n0Ff4605OKRuldLgWmlWyR { top:7.5625rem;left:14.5rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnhaEcxqUTdJKWdqHXANRsymds0Zshdh { top:1.375rem;left:14.75rem;width:0.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EynckNh5Sq1wu3D3aHhu1zMue4d9kUis { top:7.5625rem;left:22.375rem;width:7.75rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeXRUbZktnyX945HFrmKScDpufQCtsUu { top:7.5625rem;left:30.125rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV2WouGDh2w2KyKeSlzrrCyQs0uATxaa { width:20.75rem;height:10.6875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPpuPWiTVhHASvgsFDETFHWcpi3xfhTT { top:13.75rem;left:14.4375rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiUIa2ogR29bUz6WcHny6WP7anasqDak { top:13.8125rem;left:22.25rem;width:7.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNARhedl8bwXQ8V3Qb7X2g5rEDXDZaZW { top:13.75rem;left:30.3125rem;width:5.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuskmXHxa21XZDLy37mDWDWtHWHpqHvZ { top:14rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFNlDhzFlAgehX7RGw4vPkq73B4WoC0f { width:9.875rem;height:1.125rem;top:12.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJLotCKNV0RNK3TUKgiQArqaHN8O5Act { top:5.8125rem;left:14.5rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLfOOsUm4AzR2sT9q4Spl6mN7IcL3s1I { top:11.9375rem;left:14.375rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD90GeuZf7z8z0xtH1hpDJOc0K6pMlwp { top:20.4375rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9nD7WR6PeysQc4UHSUUaB81ozv50eFr { top:20.1875rem;left:30.625rem;width:5.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbi0w1InyUQydITLwNdyGhUZbzTHNsXg { top:20.25rem;left:22.125rem;width:7.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #euvrV35EDraImosWRuT87bmXKP4idTiT { top:20.1875rem;left:14.3125rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVVWbzLH3NeuzdhcDiiFuWalGBdkICKB { top:18.375rem;left:14.25rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7O6SsuayDQbngKGdBO7wkvaFmJtBw7V { top:26.6875rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPW4eid6SOJL8sI22REr3lraWO6s7VoA { top:26.4375rem;left:30.625rem;width:5.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ing8WCGTzSvN8JZGVIyWv7bA3LT163c4 { top:26.5rem;left:22.0625rem;width:7.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW7TKUqaakZhTZGqwCCXEDzMNJFdD1QU { top:26.4375rem;left:14.25rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNemGk45ZB567HIU0sSWWWFLikaqadqd { top:24.625rem;left:14.1875rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #scxJhnIURXg9mzKMi6RfW9uA9ld60yIT { top:33rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATTzF7OUZ7h4bM2k6anThQsh0R3KM3qv { top:32.75rem;left:30.625rem;width:5.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0FU7WT7MHpW44iiUBrxAvWuKOTDTeRL { top:32.8125rem;left:22.0625rem;width:7.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmzmw06RhsMWeUBQWOZAQ60pR5oXiEoB { top:32.75rem;left:14.25rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITIi4TsDVUCkBklIleAvUlK9FcPr4Ko6 { top:30.9375rem;left:14.1875rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpSOaGTL38Ppb0As1I5iUq26dai16tTe { top:5.8125rem;left:22.375rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP3AgNRywlXMqFKaaQrxbTPXulQfEvJb { top:7.5625rem;left:36.125rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jptwygb1ZDsfeg8W0dklsyVhTQdd4vUA { top:13.75rem;left:36rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrTLEJsAhzwxi3D4tW6TlwSJwQCLUecI { top:20.25rem;left:36rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrqDpFxDXJefUu264rfq5r32OR2AHprR { top:26.5rem;left:36rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thyoBFdLMkgLU7bEqeTQILl6pE48elFb { top:32.8125rem;left:36rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbi2CrttHMZXWIeiMhnCzh56PpxgsihN { top:12rem;left:22.25rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyvVKAZnFbNpNMlAkI3g4w3pLKBgBkzx { top:18.4375rem;left:22.125rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT4g7Pr8PX6nXMw4X0hTa7WVmHD1eVcO { top:24.625rem;left:22.0625rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLs7KeNfKT07uFxvlC9HnBQm0VwB8zk1 { top:30.9375rem;left:22.0625rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yALQfCBR8qGOkxIL0RWKpmsqC41MO1Dq { top:11.5rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSKogVeWQ4KbEtglUQIOO0cMl9Ln6wwg { top:17.75rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n46kO6ZXvgf4leWOW2GdtaqGivVViOad { top:24rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNhio5PaC9cl1x0lByzFSD4voAtN3qTU { top:30.5rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPNUL0pTfrkCtqsaNKhxIxECR96dvZD9 { width:11.125rem;height:2.1875rem;top:5.8125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTsusgEh8lXP9vzKm7ceDJwuVA4fW7LV { display:block; }
 }@media only screen and (max-width: 763px) { #o56ui5vHrG5d5XVEPdIpN4nb9DOXeM6T { width:11.125rem;height:2.1875rem;top:8.3125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpTLll9xT22xQkheelzzwlWNkeGJwXgQ { display:block; }
 }@media only screen and (max-width: 763px) { #k4tDRq94e012zfqTRgfMwgNipEEMZ9EF { width:11.125rem;height:2.1875rem;top:11.9375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsqm3FwlHTdZum5fuTrXgGXD562w38Tw { display:block; }
 }@media only screen and (max-width: 763px) { #vKUqHvcT8o2UkdRpOy4ZhIAil4kGnIe5 { width:11.125rem;height:2.1875rem;top:14.375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMRcBnVe5Wd5Q6Ks7KcQ1FeZPsLSqUmL { display:block; }
 }@media only screen and (max-width: 763px) { #aVo6UT7hXitkEANdAWpz5PzLQ7i9IAv2 { width:11.125rem;height:2.1875rem;top:18.1875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdpTyNUAuWU3oB3onZ1XP5PcXpGcntO8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZcgTIs87xxT2r1T6OKN5cR3xRMl4tMt6 { width:11.125rem;height:2.1875rem;top:20.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnPR6TPWZBcD2tKgp7mSRTTCkXcFoLSD { display:block; }
 }@media only screen and (max-width: 763px) { #wG2cs6hQprT3TAd1FqUfWZo2mbztT7HE { width:11.125rem;height:2.1875rem;top:24.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM4rZebuTcGrqTO4BOfQHmMd8541THpd { display:block; }
 }@media only screen and (max-width: 763px) { #B2qdKoTJ2Qn6XxvIgsC9ZtUhUHRNScTy { width:11.125rem;height:2.1875rem;top:26.9375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPg3VVZsag5FxzkfPmD7wMkobpHOIOAD { display:block; }
 }@media only screen and (max-width: 763px) { #tHi4bhg9ecoWQVumXKidDxaKkIR9UnTB { width:11.125rem;height:2.1875rem;top:30.875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RshC8rvZUJlBTT6Jtxwku0p9cO4ho3u5 { display:block; }
 }@media only screen and (max-width: 763px) { #TckblBRt0FG1fbDfssCE0c5RRgm5DIwD { width:11.125rem;height:2.1875rem;top:33.3125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrzAJsIlvJxZABmnEnEe2k1uqqA0TRyU { display:block; }
 }@media only screen and (max-width: 763px) { #I7h9N3ShubvTM4RArJTuz1oexXxG6PXv { display:block; }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReBbe2tHC3ncXrgcEaBqxtv77sITSsAS { top:1.5625rem;left:16.4375rem;width:17.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKh2DuVzN0PT0MEfoDqT4S5i1Da4KmJx { top:1.5rem;left:14.75rem;width:0.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnMwugNkrxvvF7EmcEfkAxQDToqJhqQ5 { width:20.375rem;height:10.25rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkdRN6fLI3QTSLb2yrPyRkmNzMxd2PIZ { width:9.875rem;height:1.125rem;top:12.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IexpBAUiOKEqvq4gWTWCrel9JnFQChvA { top:5.1875rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihfTpZlsp2w8tGnLmnxVlSwsZHL8PKTN { top:5.75rem;left:14.5rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkvNZ6Tpql44DJccbdKTD3XZQB41MzLy { top:7.5rem;left:14.5rem;width:7.5rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoBEDEbNm5ml7nFt37KHIQfr2VLUJb64 { top:7.5rem;left:22.375rem;width:7.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csmIW5eazglXPQs2RMNFLAqWhZw5te0o { top:5.75rem;left:22.375rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOLUgSMVrVTFzegefdiu19RbTDKLeZgu { top:7.5rem;left:30.125rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTNgBuVlzvAzP73SrRNomekAPZvIE8Po { top:7.5rem;left:35.8125rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqDeCHhttyJBHlvebmisIatz3uPLModG { top:11.375rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LonRaVai4hBU5ROvGnGFccZqfsoGaJFf { top:11.875rem;left:14.375rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVr1Tcq3DlMUJTgsTMrRDLub6RdA51Cb { top:11.9375rem;left:22.25rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH9T5QZAUHEunkXn3d0e2IPsTV1K6Dfs { top:7.5625rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD5LVRIZC2OFwTnwzBswLNyo0XqXO0h8 { top:13.6875rem;left:14.4375rem;width:7.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDAofyTiav8PMrhxiiK4wNIegp7D6JS6 { top:13.6875rem;left:30.3125rem;width:5.6875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7rhUalRACNrhpBx5RoCIcRIB3TTxWBV { top:13.6875rem;left:35.6875rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB09rozJMBrVPLbDa3JIpMMwcKf1ucEm { top:13.75rem;left:22.25rem;width:7.4375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwycBfIXSWLb3XHMM5L8sDZIgS0Vu6r5 { top:13.9375rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GghMQZ4hFXvmCHd2hxVftFBRFyEHcexN { width:11.125rem;height:2.1875rem;top:5.75rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3wOUISfq6i29An1lazTZcaDdc2ND1CM { display:block; }
 }@media only screen and (max-width: 763px) { #In8fIZwKVHKZHyFm20TUnVDDgizlMXAD { width:11.125rem;height:2.1875rem;top:8.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCp8XcMffUH851ynBFntaoKnzX3eIgwD { display:block; }
 }@media only screen and (max-width: 763px) { #TGRTMOJyq6F1VZn5LPD25O72VLRKLHJi { width:11.125rem;height:2.1875rem;top:11.875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKrrcdkqURIdbiHwyeJMWwIGXRK32Ha { display:block; }
 }@media only screen and (max-width: 763px) { #QZ8WwLJIlgO3RadCm2SIbWGaTJTEUJqw { width:11.125rem;height:2.1875rem;top:14.3125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9gyTAk5lTc40PadN4dVKyFVgUEhsTuL { display:block; }
 }@media only screen and (max-width: 763px) { #VoCEbGtPs8zlvxNNg501CKNezQvEEdSi { display:block; }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiC8drfGBU90hbArxuwVuv8evzD8TEuE { top:1.5625rem;left:16.4375rem;width:17.6875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsJvK1u8Q7tTkMzKk01UkxRTvVPcIEkS { top:1.5rem;left:14.75rem;width:0.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S909pCIhqpTuJszqBbJs7ZDGkaokMDKv { width:20.375rem;height:10.1875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJQDTS4Ssqin8mzd2cdFkky81V2VR49s { width:9.875rem;height:1.125rem;top:12.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg7CmtWH4dD6KUp0FI71X2y3H6JTcHbX { top:5.1875rem;left:0rem;width:47.75rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur3yzaeZxb7HhpMZyTrd2beDKRAxqpCy { top:5.75rem;left:14.5rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdbQy3q11ClXDxLCAwtVBrnDI5XRK8fZ { top:7.5rem;left:14.5rem;width:9.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nULIacMCDcryXxOlFUJbKO1Wtuw6bQkv { top:7.5rem;left:22.375rem;width:7.1875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTXWEDB1DM7FHZ8G2yF3dQdX1iAtqFKW { top:5.75rem;left:22.375rem;width:10.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5F3BZRtt76iW1flfIIofeCwOeW3k1C5 { top:7.5rem;left:30.125rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U56VTT1URdTxHFW2zsX6gHBgymi8OqNG { top:7.5rem;left:35.8125rem;width:5.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5Q7AfMk1LS3quwRQLZeDSdnRItfgHbW { top:7.5625rem;left:39.0625rem;width:8.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxU8SbqKTRdDkXSdrhU9CXkbgwVqH4ol { width:11.125rem;height:2.1875rem;top:5.75rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSBF8PdZhyDwUEvapGBhXvoNPnTgLBZl { display:block; }
 }@media only screen and (max-width: 763px) { #J7MgFUz0nbXPK3dQDWxctzmCH65doRt0 { width:11.125rem;height:2.1875rem;top:8.25rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V83w9eIBVWHKPUI0vhSi6Tx9xariK6NW { display:block; }
 }@media only screen and (max-width: 763px) { #EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ { display:block; }#EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WofM47pKZgHdhbSGiXvqVyKS9oSfQQ6P { width:47.75rem;height:6.6319444444444rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2Ut09GAKOMbcP4fd4eabTwR8UM3GSVs { width:46.25rem;height:3.0625rem;top:3.6875rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPJ5QnNcNIhZ12BzwG4yOttWcI37X24T { width:46.875rem;height:;top:7rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrS0BlXMJJoyANpbFPhzVXoE2N0hL9qA { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7ONfxI19E3vsqSOW82rKcxDLRefrBSS { display:block; }#N7ONfxI19E3vsqSOW82rKcxDLRefrBSS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ae2RSftvc1NgPeymTezJSbTunZWNoURs { width:13.75rem;height:13.4375rem;top:7rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANnEvOFh2ZsVyhDkSUeA0aWJvFcJCN5C { width:32.375rem;height:2.75rem;top:2.8125rem;left:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfXMkgzbRuLIPfEW7dgHiA9F32KQG8Wc { width:11.125rem;height:2.75rem;top:2.8125rem;left:34.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTtlultHZ9UxfdMsE7DKapSnTQi7zE3g { width:37.4375rem;height:3.25rem;top:8.75rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeuQLRh9dmEy887phLnTKzdt0u4wdcpU { width:47rem;height:4.875rem;top:13.8125rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWJXduZovoC4AyJZgTX6TEicmATBliGv { display:block; }#BWJXduZovoC4AyJZgTX6TEicmATBliGv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-regular-label { display:block;width:36.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-text { width:36.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-text {padding-top: 0; padding-bottom: 0;}#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-textarea { width:36.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-select { width:36.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-select {padding-top: 0; padding-bottom: 0;}#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-button { width:36.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-checkbox-label { width:35rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl  { width:36.1875rem;height:auto;top:6.4375rem;left:4.53125rem; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .radio-container { width:36.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl {display:block;}#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl { width:36.1875rem;height:auto;top:6.4375rem;left:4.53125rem; }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #xPx7GsaNCe3AeoZnmZA6kKqg7nWKdO6n {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #cbZuxLTLtzqIgMvAsTmWKlJ0zNhJgkDk {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #vqHG3gHxhEPClku1Zip3sbtRpD0qCQRz {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #XtZXM9eeQph7KCTcGLma8F7gasrWrl04 {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #H8Rb87TPpLNs5yCuPd8P2ccxZ7X0em4i {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #LEFHKvsDk7ilbJIzdWWgvn3OBTK7CZ3r {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #gdtkJyTpPKTHr4wsqvzw1J1T49nvTmmC {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #q7zBvxE2cAFOpzM5pK69U9VXaNFL6860 {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #JA49A4ZmBcfRMssBUXBKCawyBU5Vey5a {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #nXBxIF7hhUC46NyuBROGMH1Zcw47y1Bl {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #bfPVSyOT1QIhU20Xsb9EQoUil909bEAs { display:none; }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #gLgEK70Tt9xrBeLdHPdCXtDIo8VckOzN {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #CQPBSFqTEq0IvF9mdRshIkHUgvM9xPU8 {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #SVBngNs2aBJk62BHiv35IK5flbfzLkrC {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #QAE3iTGByBwskoDCvx5XkuODPSAw6uTu {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #xUpOqGcTvdpeBwAIH8HdAOnxxOgnyn3O {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #knAVCCUwiS6bowQpuQHieQzHCBc6AMwc {  }
 }@media only screen and (max-width: 763px) { #yTdopcrII0RgFQcAS6HvqmQ94IpDLEG4 { width:38.6875rem;height:5.25rem;top:1.25rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfvXStTp8LVqQ5SsRmVo3L2yXZURr8Vt { width:25.25rem;height:;top:2rem;left:14.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgoTm3bvewC7MLt4B5goT6aatIN8UcdV { width:5.375rem;height:5.375rem;top:1.125rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV { display:block; }#fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n54g1UKm54QXG0VlV9oe3o28zmTOemX1 { width:12.5rem;height:3rem;top:3.0625rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klWL2akokighSZfXSmWtnkCRGyrrbS01 { width:12.5rem;height:1.5rem;top:7rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqmoCzneGrT6g9yevHUI8eh1wa94n84E { width:13.75rem;height:2.625rem;top:3.0625rem;left:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOb1WJ3n0irnm4oAihrHnCIN6uUVLDzP { width:13.75rem;height:2.625rem;top:6.0625rem;left:33rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkToJHlQ2Nf7yXbsnfGS0nXz7mPF3ZiI { width:19.0625rem;height:4.3125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WexSIgg0ZR0VbvqXGLy2bUhiP1WS80r7 { width:10.1875rem;height:1.75rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFOeu6QuFfvD3BBplbwe8idldJQoMtTn { width:8.1875rem;height:1.4375rem;top:1.59375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyzDRbhIgTtAg8DcA8FCUCKcvUbHCWUT { width:12.6875rem;height:2.875rem;top:3.625rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aydny2cqqgvffB03zG8XtG6p58Q1u5dH { display:block; }
 }@media only screen and (max-width: 763px) { #kENcA7AzKCM4FWO2gx3T1n9FkuHxKz18 { display:block; }#kENcA7AzKCM4FWO2gx3T1n9FkuHxKz18 > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/68bde7d7-99b6-4fd1-9cce-07a277367556/KopiaLANDINGELEMENTYGRAFICZNE14.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9.adaptive-delivery-prevent-bg, #hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9.lazyload, #hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9.lazyloading { background-image: none; }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .row .container { background-color: transparent; background-image: none; }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .row .container > .video-iframe-container { display: none; }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .row > .video-iframe-container { display: none; }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .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); }#hnSdQLO9SUIwPIvfrbfxO2gTfw2GnVT9 > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtGX4vRTk1w0PxKTC9U8c1WTL0m7c1Sc { width:20rem;height:7.9296875rem;top:2.68115234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPmpaqTQnHFGAwF4snZ0Ke141tZzrQm6 { width:19rem;height:1.21875rem;top:1.46240234375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n56arAw1ZLS7yCMnNCVKI0O80rAT3v1J { width:4.375rem;height:5.375rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc1Fd1rXbG2WGHnp2rw6y1fTKGb4t51E { width:14.9375rem;height:3.65625rem;top:21.1875rem;left:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx81OrrTrnsJ3TbTOHFOSWbP8ey8cl9A { width:19.375rem;height:2.76171875rem;top:26.3125rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5LgGiTX2csy5aBRd7LyRhMG7G6dDcI1 { width:20rem;height:3.219725rem;top:34.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wp7BTvv9zALsfAGiLxh6JIe8smQsIgla { width:16.5rem;height:2.2744125rem;top:31rem;left:1.75rem;font-size:0.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XuMMPqQT4GuBVgTLpNrQXS1PKe3ceHw0 { width:20rem;height:0.89355625rem;top:18.841796875rem;left:0rem;font-size:0.6875rem;color:#fafafa;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LDAwuS7UgMvixTmQ5IHhQcGnENOHgueL { width:20rem;height:12.484342379958rem;top:45.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBLC5QGklbz3d8X5Z65IPNTDsHvhs4Wx { width:9rem;height:1.75rem;top:46.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbATnKIGG708C3A6J9rM3x4FVATlPkME { display:block; }
 }@media only screen and (max-width: 763px) { #kklSJMWkiVV6hGEmKPiFdpfCdV9GGRJq { width:8.375rem;height:1.625rem;top:46.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTdxoqpeIcWTUC0GygpMwfTyAsHh2mb { display:block; }
 }@media only screen and (max-width: 763px) { #tbO5dEnm5GdVFKU2k585Ad8KOWU9RCfT { width:7.5rem;height:1.1875rem;top:48.875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqIVpzIx59A6qTJmTu8q4BeLpZmd7w8v { display:block; }
 }@media only screen and (max-width: 763px) { #UG5myxUJ0dyMUtIlvlrsLb241G81ai5M { width:6.6875rem;height:1.0625rem;top:48.9375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDsC7VcRu4I5CCNuh1L2nZl1aASTTTJq { display:block; }
 }@media only screen and (max-width: 763px) { #BNdZG3hX81h5htHltviqmMCHI910cudK { width:6.6875rem;height:1.0625rem;top:50.3125rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHqdykzFt1TClOpApaMhfytUGQH1daOC { display:block; }
 }@media only screen and (max-width: 763px) { #OaE0H8lBsXeIM6iWPoSJsBLJta6EtrZ2 { width:6.6875rem;height:1.0625rem;top:51.58544921875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovsf7QXRNWGH1Mly4KsHTgNRcxvfS5Tg { display:block; }
 }@media only screen and (max-width: 763px) { #WNObWRDvKcT30itZc2ThahQEy0fMNEBl { width:7.0625rem;height:1.125rem;top:53rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqThhP1bPNLrDXJdwCnQTDUpSJwNC46r { display:block; }
 }@media only screen and (max-width: 763px) { #iTXTDHkVTHW706Nz1Fsp9tqdEm7a8LFP { width:7.0625rem;height:1.125rem;top:50.1875rem;left:11.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9WV0xmVuZIE7l2dNDQJ0I8Pb6mmPoQH { display:block; }
 }@media only screen and (max-width: 763px) { #dsIyXEymF7WEpbJTewsb6tFwmLgRiU4y { width:7.5rem;height:1.1875rem;top:51.52294921875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVo6GARbr01zpQOnSITqlBT0nrZKCmFX { display:block; }
 }@media only screen and (max-width: 763px) { #gsQxni0boWzEKQRp4K0EqL8BaPEEgSoR { width:7.5rem;height:1.1875rem;top:52.96044921875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yksrvmRnxzgAI8c0NtN0EkaDKIfkdT4s { display:block; }
 }@media only screen and (max-width: 763px) { #SFmtFVuJtiKovBOb3MQ27WyRTvvl16Pr { width:7.5rem;height:1.1875rem;top:54.375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re8zcyp70fFmNbpJZEpHBBGTRGqFSIMD { display:block; }
 }@media only screen and (max-width: 763px) { #TyL76KMZCT26Ng3BnTW8aFoWWuC3keHR { width:7.5rem;height:1.1875rem;top:55.8125rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRIrHvRP7bVRMcWAdiA8RUchuokfToQF { display:block; }
 }@media only screen and (max-width: 763px) { #VCdbPUpxpf4vKWwhECEbbnuBdxPF4rXc { width:7.875rem;height:1.25rem;top:57.0458984375rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STgVPmQhorTc8DsxJ6KadWznXIAXQ33C { display:block; }
 }@media only screen and (max-width: 763px) { #UGQuhBzG8plEK85XsOAThBygsfRQkRQb { top:10.42333984375rem;left:0rem;width:20rem;height:9.5625rem;z-index:14998;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QcIv2Lo9uKJNCNmR2J7mh6C5TOAKre4Q { top:33.89892578125rem;left:0rem;width:15.625rem;height:5.3125rem;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gCUvXHdDUGZXEaRze0NrlQPibpU5rzFd { top:39.64892578125rem;left:3.5727040816326rem;width:16.4375rem;height:5.0625rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #akKRFsLETfLDBaWM37AfVPNf7Z7Mgmxw { top:45.78125rem;left:0rem;width:20rem;height:13.25rem;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iT5gsTzz04Qkg6cNEDUVZvubNKFUn8DT { top:30.5rem;left:0rem;width:20rem;height:14.8125rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-3),1);border-left:0.0625rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid rgba(var(--color-primary-3),1);border-bottom:0.0625rem solid rgba(var(--color-primary-3),1);display:block; }
 }@media only screen and (max-width: 763px) { #LIDNB6acLEnP49HgJnN1FnbIMWz9gDQ4 { display:block; }#LIDNB6acLEnP49HgJnN1FnbIMWz9gDQ4 > .row .container { width:20rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK { display:block; }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK { background-color: transparent; background-image: none; }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK > .row .container > .video-iframe-container { display: none; }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK > .row > .video-iframe-container { display: none; }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK > .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); }#MIUMut7ClTfqIJ2HhC5XFWEBls7euVXK > .row .container { width:20rem;height:301.5625rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfwJMwbyGspoVIgrIlmRRObsvNI6OVkI { width:20rem;height:33.75rem;top:7.5rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #otzirWP6TxgBCQ6mrAaXyQdyF1GEruxX { width:8.6875rem;height:2.5996125rem;top:31rem;left:5.65625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KqOZRGawvwoBxNx9CK3yNBXRI3qhXeP4 { width:15.375rem;height:2.4375rem;top:8.30078125rem;left:2.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uQfI8Ug1IuKsumPmSiaSVy21FUitx1in { width:14.3125rem;height:1.94970625rem;top:10.67578125rem;left:2.3125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U1G2vmlTLkLJHCVOWQZJCbAOXGPCwT7s { width:4.875rem;height:2.4375rem;top:27rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GPlHV900yVC2gXWgT2gGwJTZa8aXStIJ { width:0.625rem;height:3.75rem;top:8.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlsUkx9zBPR0RuH2b2U5gCQW1L87SkLB { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqPRKLCrxc1Tp3EdKig3Xd8GXbQnqJac { width:20rem;height:2.5996125rem;top:3.2138671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3tb8I4OPHgb6vU9cuBwPlFeQLQg7KCB { width:4.5625rem;height:2.4375rem;top:27rem;left:6.40625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ov5rluSsozu11e5lfH1vflC8RmGVz6Rs { width:8.125rem;height:2.4375rem;top:27rem;left:11.21875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NF9OuyCO08wEsLPHp1POVxNrNc9XqThG { width:11.125rem;height:2.1875rem;top:34.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqFQgGzTvptZPixaeQEq4XUdw8xCTQwV { display:block; }
 }@media only screen and (max-width: 763px) { #uVA89zMpbLBrqJ4E9rVwqaMZvzyv8IAP { width:17.5rem;height:10.875rem;top:12.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVLCqu8rNKbgAQWZhBnJoy4aHBSd2MWn { width:6.8125rem;height:1.21875rem;top:24.8125rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fiJTKGtrkdcuhuPgKFHZf20QEJPVz1vc { width:11.125rem;height:2.1875rem;top:38.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzPTdd3lbWcTckAgT0X2Ny0lnweJ3LHS { display:block; }
 }@media only screen and (max-width: 763px) { #WAM7MdUmwvxQcMg7DTdTpPf64t0hS0mw { width:20rem;height:33.625rem;top:42.375rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #HbbR2xFdAcmSEmT3tSAO54STEGiEUnV4 { width:10.0625rem;height:2.5996125rem;top:66.125rem;left:5rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zqBnf089QaOnAQqCsy511aHd1SLzy8So { width:8.9375rem;height:3.65625rem;top:61.375rem;left:11.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QSn9FyH0Z6oF8fJNDC5ObAUt9fRs7urv { width:5.0625rem;height:2.4375rem;top:61.375rem;left:6.40625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b6nTR24nzKAU5sZSI9mDWaBx4nBqwWVo { width:11.125rem;height:2.1875rem;top:72.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPWqGPDoiUQlaNETJAwNdx8rgBU49hJq { display:block; }
 }@media only screen and (max-width: 763px) { #tZaigGmgWseZdURuhiiKfEoR1fHOHQGg { width:9.875rem;height:2.4375rem;top:61.375rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #obtMs31uTDF2MGzTLvCSwx33Mg7NxInm { width:13.8125rem;height:1.94970625rem;top:45.65625rem;left:2.1875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xHXRw2zMpmlwd2nWMiJRaPTO2RqcB7i0 { width:6.8125rem;height:1.21875rem;top:59.0625rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MbvF7lCfgK0NLgMbQKkVWuKHdPQHiU0o { width:0.625rem;height:3.75rem;top:43.91796875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfggXg5D2i5g8QcIocR6BLnsVibeM91q { width:18.0625rem;height:10.1875rem;top:47.85546875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mV4sla992XOw10GiKashKsyxTzxiwErJ { width:15.6875rem;height:2.4375rem;top:43.23046875rem;left:2.15625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aDpywMRgJIRXMAtmtgvtLh0qmof7mB9C { width:11.125rem;height:2.1875rem;top:69.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgMCT45ERcCXG4ytTfGO6PmE9yTVDPyc { display:block; }
 }@media only screen and (max-width: 763px) { #WZqf6g370nR2CWOmrFnnrKpoXE2UrLNP { width:20rem;height:32.6875rem;top:77.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #r27ECfzVD4wSReHUv6OhcQBcQ3HTcT0e { width:9.6875rem;height:2.5996125rem;top:99.875rem;left:5.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xzLLo438uRqKTymV5tK4CEF326in3toy { width:11.125rem;height:2.1875rem;top:106.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6fEpgI4oCTAqpOXDwQJyofO5dEqqSNE { display:block; }
 }@media only screen and (max-width: 763px) { #qH6L59u9FmQCnSJTW3SOnTpXKPrbqh1l { width:6.875rem;height:2.4375rem;top:96.40625rem;left:10.96875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OHgqDgOTZlxDmvOc5ObrTxhK2zKu4gOr { width:11.125rem;height:2.1875rem;top:103.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH6y4VQ7l6FuLexR1eLOqzOzwfT1U3xa { display:block; }
 }@media only screen and (max-width: 763px) { #egAxbv16nnKGSdnzXAqZ1lP4oAAyIUnm { width:15.6875rem;height:2.4375rem;top:78rem;left:2.15625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rTyfNF31O1Z9N7LgLWkhI4bHaG851qfT { width:4.125rem;height:2.4375rem;top:96.40625rem;left:6.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AWCM2qwl8GUXzD8WKGSMJ1JeGtgS76Ck { width:13.8125rem;height:1.94970625rem;top:80.375rem;left:2.1875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z3FeRpfTL8tIOZN2sI3KgUEMsUCdlnuG { width:5.3125rem;height:2.4375rem;top:96.40625rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qTLJqluggCtUQKdJ1aOIMhnLsS92OhLu { width:6.8125rem;height:1.21875rem;top:94.0625rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oxUTHMKGdTm7Jygx9ZMCq0Hl7W7HvBQw { width:0.625rem;height:3.75rem;top:78.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ8ucmNXcruqVWoS40eUxMJTnnSUTwUJ { width:18.0625rem;height:9.875rem;top:83.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPaOuZgqPZWpx9soTe33QXx79JSRUnNV { width:20rem;height:32.5625rem;top:111.44140625rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #OBLUPtgLpmm2CaTr1LOt8o8t1WtsVrTu { width:10.0625rem;height:2.5996125rem;top:134.69140625rem;left:4.96875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Su0fxMxPrunLupDE7w7nWX4QTl0oRfU9 { width:8.9375rem;height:3.65625rem;top:130.06640625rem;left:11.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iH0Pu0Q3C8PK7oZVk0LDVKWqTh2sunhP { width:4.0625rem;height:2.4375rem;top:130.06640625rem;left:6.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TEbMlQTaZmtnNJ0dK6PEiGT95w4KuQ6U { width:5.25rem;height:2.4375rem;top:130.06640625rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #phlFOW9NIEme8w7BF7hQ7xfwbyWi5AKy { width:6.8125rem;height:1.21875rem;top:128.31640625rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JyFGAEkCr4382nFQIkRcJDCT1LE6nn8b { width:19.25rem;height:10.625rem;top:116.94140625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdbgW8JuZFisO8IorEIeKspLkFsHCecG { width:11.125rem;height:2.1875rem;top:140.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2mDyA50tPL5S2G6y45xwVFtPZwzBnyu { display:block; }
 }@media only screen and (max-width: 763px) { #MLqdR1FmPdWI34MvUmSTvVRl8ZGTtG9Q { width:17.0625rem;height:1.625rem;top:114.81640625rem;left:2.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f5Jp2MzzIa39u6oBQgra5ldQldiUM4cT { width:0.625rem;height:3.75rem;top:113.06640625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDz7VB7JwHT9d03ae76KMrHTynspWdC0 { width:11.125rem;height:2.1875rem;top:137.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNU73BWVRNQfQLQXE9MzU2IDZzJpoPRy { display:block; }
 }@media only screen and (max-width: 763px) { #DzNJ0n5m9oN7A33ndfb3376ATWuLTOtE { width:15.6875rem;height:2.4375rem;top:112.37890625rem;left:2.15625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hPrN5L5MTbge7J0dF7LZcCsDIIuCIMPO { width:20rem;height:30.625rem;top:145.265625rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #HIqllHKFDlLnA948U63hRBRS3UqVbD3X { width:9.8125rem;height:2.5996125rem;top:166.328125rem;left:5.09375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #esxLSvkxaox9XO9NlRhJGD3mgSBKvI9M { width:6.1875rem;height:2.4375rem;top:162.640625rem;left:11.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MTMFu9w4UpZ68fLhCXRbLvAQU2OhmqtD { width:4.0625rem;height:2.4375rem;top:162.640625rem;left:6.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #erUzUzIcJmefrgWUCTOoki1DvJT7fadT { width:5.25rem;height:2.4375rem;top:162.640625rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H0KgsLzfJngitMzEfJekTsJRumRnCcBB { width:6.8125rem;height:1.21875rem;top:160.8125rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dNiixiHTsuUIWr5JwXGuTPDBaPuXLlI8 { width:11.125rem;height:2.1875rem;top:172.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtk8qPApxkP7ASJZRUuvoe987bnAeyze { display:block; }
 }@media only screen and (max-width: 763px) { #nh4nNWhnp8xpGBeAu4rtQonKplEIdwDs { width:17.9375rem;height:1.94970625rem;top:148.36328125rem;left:2.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cfd4sMZ4tFDbho7bss1c9boLxbopGxMC { width:0.625rem;height:3.75rem;top:146.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g95TonDJxfTeOR9CD1UmVFonR2PTxRCz { width:11.125rem;height:2.1875rem;top:169.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkX6UuZfSvCVRPkq7WIrLf42B9u1TuLF { display:block; }
 }@media only screen and (max-width: 763px) { #wR6A3AhNTMOghifMcC454h9RRFpQxykb { width:15.6875rem;height:2.4375rem;top:145.9375rem;left:2.15625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rsSAihguAWDgc3bvW6sTUG7grBkHHO6Q { width:18.8125rem;height:10.3125rem;top:150.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMJyTTbimsGl4VCCVa7eWfI2qLaspU5x { width:20rem;height:30rem;top:177.40234375rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #ncb26A9NTTO1ZdW8VasTvUeVf6BGSBuT { width:11.125rem;height:2.1875rem;top:204.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHP2ALTlIirSXW19HTgZCOMPGUIy08eo { display:block; }
 }@media only screen and (max-width: 763px) { #SmQeac4ONeLLHwgOCuDUdyIGw4gloBNQ { width:10rem;height:2.5996125rem;top:197.96484375rem;left:5rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XugBBfLpf74RIkudDz9xO5f21n4avafz { width:7.0625rem;height:2.4375rem;top:194.65234375rem;left:11.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t0RHVinqg0MTidKR7b9Fcu4Mk6x0maMU { width:11.125rem;height:2.1875rem;top:201.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otq3kIRDcGKxgXN68D2PsfsrA4nC6WG7 { display:block; }
 }@media only screen and (max-width: 763px) { #HQD0l6RG8oVkJKnTfCgJmSTl6kA8CBgJ { width:17.9375rem;height:1.94970625rem;top:180.5625rem;left:2.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #etwSdyD24Tz5WziEy4A4WEx7HuGt1LbB { width:15.6875rem;height:2.4375rem;top:178.125rem;left:2.15625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yEAElhpNwUcDCK5R43uGxcTHzc9neg7A { width:4.5rem;height:2.4375rem;top:194.65234375rem;left:6.84375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bvqI1FF9uSkoqnAAwgAUqzNyTVskWTGh { width:5rem;height:2.4375rem;top:194.65234375rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KMKOclZTUXxV5VP5SlwTsVcThrfgSW0x { width:6.8125rem;height:1.21875rem;top:192.32421875rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eVZbpkzWRPZc0EB8p22d6NW7y1z6hI01 { width:0.625rem;height:3.75rem;top:178.724609375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaWMdvOFV3bWCZgCUyKpTl8dQJ7UUXVx { width:17rem;height:9.8125rem;top:182.51171875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9U7x4QvzsAz83GbfaKB3UUWB7O4nghJ { width:20rem;height:30.8125rem;top:208.875rem;left:0rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #vSAIK9JWEeiBKNXVxHQvQIpBGtN6FkWw { width:9.9375rem;height:2.5996125rem;top:230.1376953125rem;left:5.03125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vbKS9xJoBPsTKfyE81zXR7Mc8IkRuXcB { width:11.125rem;height:2.1875rem;top:236.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B63GyFQphkNsx8a3ITqTVZaXV0EuFEQT { display:block; }
 }@media only screen and (max-width: 763px) { #H3ofM3OqQwneC9esknQK5JKv7nQZgCwG { width:6.3125rem;height:2.4375rem;top:226.4375rem;left:11.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mH3OCLuyipGpELTUz5qCzqkKcq6AwmXn { width:17.9375rem;height:1.94970625rem;top:212.375rem;left:2.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZZbklCDK2ut30TNZ45IbQNNsLezWZpSL { width:4rem;height:2.4375rem;top:226.4375rem;left:6.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cH0sck2Nk4DzE8rJvX3y5n6ETvXp6fXo { width:4.9375rem;height:2.4375rem;top:226.3125rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iRTOTTWJhTgTURuTabFcZObZJGDswtdB { width:6.8125rem;height:1.21875rem;top:224.5625rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hZCCmpAmrVblmUwQbXJ8ZQ6ODXahZpPZ { width:11.125rem;height:2.1875rem;top:233.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJDUw1TFnkJERdCOAtiQQWyk5kTlTIh6 { display:block; }
 }@media only screen and (max-width: 763px) { #DTCf4NCr6dJ2rFS2pJCzynbsTMUkrsv1 { width:15.6875rem;height:2.4375rem;top:209.9375rem;left:2.15625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WeODHyGF6qFb5d9IT7UdS9hpIh1q6XhH { width:0.625rem;height:3.75rem;top:210.5390625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCiKXKTAqXLneTNmwm54HM4sVD9GbQKG { width:18.6875rem;height:10.25rem;top:214.32421875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGN9qk5TzWTzsAxbCOMLhxAUO7BF9vtP { width:20rem;height:28.6875rem;top:241.375rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #KNuMxcTPOMxfDueMTow3X4cg1HtXyLQk { width:11.125rem;height:2.1875rem;top:266.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReyJ8AfoykTAO7xM2P9cKnxLP1U6x638 { display:block; }
 }@media only screen and (max-width: 763px) { #HWQ3ZvBD589frfdrkWBoR7BWc3EJTqZO { width:10.125rem;height:2.5996125rem;top:260.900390625rem;left:4.9375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #txsaU3meS86dzcZpKcaJ8WZkCBhbw7gg { width:11.125rem;height:2.1875rem;top:263.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGaApTqupbhgsTnSVwDXPkLUdyEiQ0ME { display:block; }
 }@media only screen and (max-width: 763px) { #dHXKATZZuF3k7ex7lgwNAZJJgkgSSlH8 { width:7.5625rem;height:2.4375rem;top:257.4375rem;left:11.8125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VK9rByfTyvG663xhV9wsZrVU7k5QSMTh { width:17.9375rem;height:1.94970625rem;top:244.375rem;left:2.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d0COMLABCzq19KsGZPz1EHsuxfkdFK8G { width:15.6875rem;height:2.4375rem;top:241.9375rem;left:2.15625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dnddkXwINSWxJCUbdNx2pzbP96ZD8Lw2 { width:4.625rem;height:2.4375rem;top:257.4375rem;left:7.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zx06ga2uoAQ7TGlZw23KEBTiIlHOOVK9 { width:9.875rem;height:2.4375rem;top:257.4375rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sgxOTqds7VBPMpSUerzLsLDaChXCpEvf { width:6.8125rem;height:1.21875rem;top:255.6875rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RhObQnBlW4rx7aoqxtMaGMuqnta3uZqP { width:0.625rem;height:3.75rem;top:242.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvmuQcFGLyko1X4tGBNdCablSvh5OI7M { width:18.1875rem;height:9.375rem;top:246.32421875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxQxrCG7TL6nZr3dqt1GqBs8ZkOQzFU9 { width:20rem;height:29.4375rem;top:271.1875rem;left:0rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #VZrIpVhmTAZC9gfvT9HWgQBwJ4eNqdzP { width:11.125rem;height:2.1875rem;top:297.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFiahBT1TTbymzpiLaJAw7J6gleX81ca { display:block; }
 }@media only screen and (max-width: 763px) { #JmzX4K8v9xqq5wCTiCvbn2vxKJaSAKBm { width:11.125rem;height:2.1875rem;top:294.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggK3Nlseh3UfZPfFqIEcHxokXToIdZZg { display:block; }
 }@media only screen and (max-width: 763px) { #zHPpyeJ5vDIsRKCgxbNl0VDFBXkchH1J { width:10.0625rem;height:2.5996125rem;top:290.9375rem;left:4.96875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iw0ZqRkJTsSFGy7qgTTwwK7H53D9AvZ9 { width:5.5625rem;height:2.4375rem;top:287.1875rem;left:12.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kx7CfVNzH4nh2LMBU3xItvB4PxGxBqKx { width:12.125rem;height:1.94970625rem;top:274.375rem;left:1.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pqsuhmekxk5ANM1hAGfQgMJWxMB18RMs { width:18.375rem;height:2.4375rem;top:271.9375rem;left:1.625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TDNSJAHEIFozMVvglxOMAiWEZpV22KHy { width:4.4375rem;height:2.4375rem;top:287.1875rem;left:7.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T7WZpl0BwB9st7B1do3rd6HrlfLUhTz5 { width:5.4375rem;height:2.4375rem;top:287.125rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iFw1LGTcZ9Hx3dv8tBLByTPMogg0boOi { width:6.8125rem;height:1.21875rem;top:285.375rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QmgQrveTAFOJxB1HtaSkAkkeIPhEVDT0 { width:0.625rem;height:3.75rem;top:272.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpovV8B3fgExmg7dLRJaX1yeQFxRcP41 { width:17.75rem;height:9.0625rem;top:276.32421875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh { display:block; }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh { background-color: transparent; background-image: none; }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh > .row .container > .video-iframe-container { display: none; }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh > .row > .video-iframe-container { display: none; }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh > .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); }#hOBfKEenHoaIil1yxrE8rtNAwCDJoKVh > .row .container { width:20rem;height:130.8125rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OucTg1EHDiNeWUbTkT0MqgsmIfpsLKvZ { width:20rem;height:19.75rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrbKQ1gl13KIRKtlp06d7ab4wkHX0fdO { width:8.875rem;height:2.5996125rem;top:40.4375rem;left:5.5625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OXRWAM4cbtmu0xDNU54zrxQsU3I65kUi { width:13.8125rem;height:2.4375rem;top:13.65625rem;left:3.09375rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fFsb3WNNVVE53HTyNdyfeqKLVWUBg7Dw { width:7.6875rem;height:2.4375rem;top:34rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SMQAckOUE9IN74AMHUdn3TRoUuLuUXXA { width:0.25rem;height:5rem;top:12.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeX3HNTUlLhD3f0GAZWycgATsmP7Ho2T { width:20rem;height:3.16845625rem;top:1.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLE7KuTdvyE8bkDqcCA94BFapFfVxqFK { width:20rem;height:5.19921875rem;top:5.4638671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRBRzbaTTJcWrWlTTlli4HAu612BpKxz { width:7.1875rem;height:2.4375rem;top:34rem;left:9.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zlziOw5wTv3HOUZnUhmzGaWEl0HsNch7 { width:9.875rem;height:2.4375rem;top:37.1875rem;left:9.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CMPCBsxHGQ9XcM0RhkLT5DQXTmpXO7Rk { width:17.0625rem;height:10.1875rem;top:17.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULXbOmkCPO6ToQe7mzkvQ0wVNuFuQnS5 { width:9.875rem;height:2.4375rem;top:54.4375rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #othddRze8yH4iChPHg2pnTWADJPssqCO { width:7.1875rem;height:2.4375rem;top:54.4375rem;left:9.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #txQooT18yW50gZaDAzLbxD7JFMz57lHb { width:9.875rem;height:2.4375rem;top:57.375rem;left:9.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #no0mdXcGnP4ZdIipgBWF9kGRI7WwMTZ0 { width:8.6875rem;height:2.5996125rem;top:60.75rem;left:6.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pzaSEpkSyTEn0rqXLNSQN1mMlRdRuyxr { width:9.875rem;height:1.13720625rem;top:27.994140625rem;left:5.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COkEbdU0MLSasg0v5JpyURZw3ciyEWfE { width:6.8125rem;height:1.21875rem;top:31.6875rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FXcCJkOW7xFG0ucTa4kHik0cR8okwVil { width:6.8125rem;height:1.21875rem;top:52.3125rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oL4mqB3qAWr1EEwvhaUZQE2gCNdXsTRn { width:8.6875rem;height:2.5996125rem;top:80.5rem;left:5.6875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XPnsHu2TF80mLXGFZ60rh8aNZxEhN923 { width:5.8125rem;height:2.4375rem;top:77.1875rem;left:9.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #itUuVmCX9LfOI2isHRqRkD1ukOytxwzV { width:7.75rem;height:2.4375rem;top:74.0625rem;left:9.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C1ueQmbacBtkZCVkSKgS270kVR3DenmW { width:8.0625rem;height:2.4375rem;top:74.0625rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTG9LuT4ZVeJs4IS4tMpBb4ey3pZrb7P { width:6.8125rem;height:1.21875rem;top:71.625rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tkuhIKCeVKaUW7v59OXhgsZcuHz11JSU { width:8.6875rem;height:2.5996125rem;top:100.375rem;left:6.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #STTySDQJUWhlh6HzUZTbzl54RvbdMt6e { width:5.4375rem;height:2.4375rem;top:97.0625rem;left:9.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TR7GkAlOxTiIqpHx7zrgzrRLgNU921uO { width:7.1875rem;height:2.4375rem;top:93.8125rem;left:9.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QUCAtieDN0UPsooi4XJVtRBq9l7K7dDt { width:7.8125rem;height:2.4375rem;top:93.8125rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PxZn0cE31PQzvKSpL1J8eW5d0BHt4qqO { width:6.8125rem;height:1.21875rem;top:91.4375rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uyu1b9wBmS3UO9cL7mg1SBkTomhSFAc2 { width:8.6875rem;height:2.5996125rem;top:120.3125rem;left:6.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DT3sSiauOiI7b6k77gd6fDlJpebiANcZ { width:5.4375rem;height:2.4375rem;top:117.125rem;left:9.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Lbms2A8hwBTo06RommA6uDWS7quBQy7P { width:7.1875rem;height:2.4375rem;top:113.9375rem;left:9.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vbzZm3SXv0v3THP8EmMpVmq9Dtw30hFx { width:7.9375rem;height:2.4375rem;top:113.9375rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N8WTBGCU58zDgOHF1oKkEJR8D0pn75fZ { width:6.8125rem;height:1.21875rem;top:111.625rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kZampqBzxIxzK8xiq2p7TEs0XKTeCAxX { width:10.5rem;height:1.21875rem;top:31.6875rem;left:9.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Mu03fTKReWkSLtBVR7Jd5K8No2a0vC4J { width:5.875rem;height:2.4375rem;top:37.1875rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MJbWbTJq8WGUJCpILXvauuE37mSZnda1 { width:5.875rem;height:2.4375rem;top:57.375rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KbCrUH760qgCb4fbLHdr3oORxhH9FX9k { width:5.875rem;height:2.4375rem;top:77.1875rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aWTh90To6gVDNgceAZW256Td9A1LTBMq { width:5.875rem;height:2.4375rem;top:97.0625rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aCt2ROsmQdfWJ13GpT0IwcN5u2CzEziE { width:5.875rem;height:2.4375rem;top:117.125rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gZbGP6WPGmEfKME75MBX61iCmi0BVPOD { width:10.5rem;height:1.21875rem;top:52.3125rem;left:9.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bLUC1n8gQahevdwQiaJdVbEWUHepfQo9 { width:9.375rem;height:1.21875rem;top:71.625rem;left:9.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qI9nAgtso3KtG7p58B3WI4B58SZxr96r { width:10.5rem;height:1.21875rem;top:91.4375rem;left:9.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #trVgqCria2SFRAheGW2z1fdE2mplk2n8 { width:9.3125rem;height:1.21875rem;top:111.625rem;left:9.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bgTkS0rKPKSIZHD8ibTwfcKavZUu34ZI { width:20rem;height:18.9375rem;top:51.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTCMXMUnxvcdZgT15GvPHDhG2e8Sl0Tc { width:20rem;height:19.0625rem;top:70.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5drwEdvwiBDt8zCxf2E6CIOyas3oy26 { width:20rem;height:19.0625rem;top:90.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDy1aFJZMPcbmi91q1NtQERcUPE2Xe2g { width:20rem;height:18.9375rem;top:111.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1kJ4BeyoMkevZw1TE9HxkfaVeGq3FU4 { width:11.125rem;height:2.1875rem;top:43.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #moAnzwWFmivB6cfsGeXicDPALdcMoNZW { display:block; }
 }@media only screen and (max-width: 763px) { #xbpcm7zGGiHbsJaxE4T2TD1aKsZ6e7u7 { width:11.125rem;height:2.1875rem;top:46.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ9n79CSm88gFk6QicuBxKBbnpgvo6ge { display:block; }
 }@media only screen and (max-width: 763px) { #Q4fX0TD1o3f9X819Mrvx6sKOVlwU17JS { width:11.125rem;height:2.1875rem;top:64.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqIKRxUCnfK3QEedI7FrCZzTRe3eBioN { display:block; }
 }@media only screen and (max-width: 763px) { #JW1VJ0bwM3M8si3VexIPTf2W78OWeG8b { width:11.125rem;height:2.1875rem;top:67rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJfU7iU2WwtHADCWzETQdh3turAr2UoT { display:block; }
 }@media only screen and (max-width: 763px) { #ZhSyS1nT2MvhWwPdfAl8rLhhaMkH5qyo { width:11.125rem;height:2.1875rem;top:83.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7EmcK4UA11GiznI4AhTWdfPpgiQB6ho { display:block; }
 }@media only screen and (max-width: 763px) { #Lf64s5X9kQAkq6FTHnQOkRnC6HAdwb16 { width:11.125rem;height:2.1875rem;top:86.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6z1FOcWeaL5JTGBlp6NkHbcLcD7cB7z { display:block; }
 }@media only screen and (max-width: 763px) { #DyBnZ78XdQeMghqqayOPETVv62nVssZs { width:11.125rem;height:2.1875rem;top:103.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO5e9EOl74uVq1tgCp1DUdzpGhEzIKxm { display:block; }
 }@media only screen and (max-width: 763px) { #RWpwgIQhKxBrwtn2zNM6fATk3mvq0K9m { width:11.125rem;height:2.1875rem;top:106.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQyI7An9zPBGWOTZwacEWMuTu7zLkzaQ { display:block; }
 }@media only screen and (max-width: 763px) { #ua5NFEeGKelX5moLA6P7qfygIx2koz1k { width:11.125rem;height:2.1875rem;top:123.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aD8dPkolkZPI0AL5FowPJnzChnCZlLp8 { display:block; }
 }@media only screen and (max-width: 763px) { #oV5z2U5usmeA62ck2HkTxhC0TR8ibo6B { width:11.125rem;height:2.1875rem;top:126.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnvEW9KM2DoeNA7gowr9h40V4mOoW5gp { display:block; }
 }@media only screen and (max-width: 763px) { #ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT { display:block; }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT { background-color: transparent; background-image: none; }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT > .row .container > .video-iframe-container { display: none; }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT > .row > .video-iframe-container { display: none; }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT > .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); }#ZvUEWlcXVNoqub3AkCw1QweLkOTyCgJT > .row .container { width:20rem;height:58rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zzH4zJMKF79TzWWqmSOaoc4g239HU9JI { width:13.9375rem;height:2.4375rem;top:2.71875rem;left:3.03125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kvv918rSotwV6AN0DUzuR3QPqzZJpBTa { width:0.25rem;height:5rem;top:1.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH0RqODAEq10Nn6yMgb4qJykNlpSSTXq { width:17.9375rem;height:8.6875rem;top:6.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7lKJHhhq4JTXfEuxpoy5bFdhCfW9843 { width:9.875rem;height:1.13720625rem;top:15.125rem;left:6.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cctPDhTHzEkkQXniWeZkBBEVJHezgept { width:20rem;height:18.875rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ulyd8SoPbVE2ZAVFJkvbaTbg3MLLShCr { width:6.8125rem;height:1.21875rem;top:19rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tx5hqE3hDype1e842C5Og2tWchs8u3my { width:9.875rem;height:2.4375rem;top:21.3125rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gKJPJlpy0srccEFKt1TcWycz2icHc0xJ { width:7.1875rem;height:2.4375rem;top:21.3125rem;left:10rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vCSOfDSXpOFw10iiV1QfByTTcpemhJcZ { width:9.625rem;height:1.21875rem;top:19rem;left:9.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m4h3ablT73cx5MfZvTbwmcV3cmG4DdUQ { width:5.875rem;height:2.4375rem;top:24.375rem;left:10rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SQ6RSE2onmgIOkOGugowIv8NQZqb7hfr { width:5.875rem;height:2.4375rem;top:24.375rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yvQ9PuHrDV5wtsey3HvGlet98vy0x2o8 { width:20rem;height:18.875rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXJ6MGrA2SJKRttB81frET6f8fwFBZk6 { width:6.8125rem;height:1.21875rem;top:38.75rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GKqBFobOi0o3EzpeXOVNQthRF91DQXhv { width:9.5625rem;height:1.21875rem;top:38.75rem;left:10.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bmsLA9xJgb2qgWAnsJLyQtk9thQ3msyT { width:8.6875rem;height:2.5996125rem;top:27.4375rem;left:5.6875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TKr1IMmQvSWqbFXBinOCBdvJyePUoO2e { width:9.875rem;height:2.4375rem;top:41.125rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PfCxxfBHwRicb4U0sEXg1vTiqcHfblws { width:5.6875rem;height:2.4375rem;top:44.4375rem;left:10.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cCUa5blt9VLL71ps2rKC6LTLiaP70ADR { width:5.875rem;height:2.4375rem;top:44.4375rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #usqLk2BhgOhOKwvwgUZGAff8Tarn1zH1 { width:7.4375rem;height:2.4375rem;top:41.125rem;left:10.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #svD0IDkrafqitwrryvmV7vRdAiyNzLs3 { width:8.6875rem;height:2.5996125rem;top:47.5625rem;left:5.6875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FJzU3RHt7VLGgSZMPt7pI3iMoUHdQRWJ { width:11.125rem;height:2.1875rem;top:30.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFBxxludTRKECvMzH7QxhdpJy7NAcOV9 { display:block; }
 }@media only screen and (max-width: 763px) { #ltLWINlA0zTw2gXFl0hZMwR9TUVvo3T5 { width:11.125rem;height:2.1875rem;top:33.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCP3MNMT4uoGBHO81JHnHWfrkt5U4qBw { display:block; }
 }@media only screen and (max-width: 763px) { #Vuo2pVhsgd5Unei0cllHXMOcGqneaMF0 { width:11.125rem;height:2.1875rem;top:50.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POA1bWcBXnQdPqAMGPWc1rIRBlqkXuBl { display:block; }
 }@media only screen and (max-width: 763px) { #DJZlADKJkJ0HV7zph72MTT5TfbPrTWvN { width:11.125rem;height:2.1875rem;top:53.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIIi6aOcdi8HHE0JTESWLt18S0zhdiGE { display:block; }
 }@media only screen and (max-width: 763px) { #eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C { display:block; }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C { background-color: transparent; background-image: none; }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C > .row .container > .video-iframe-container { display: none; }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C > .row > .video-iframe-container { display: none; }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C > .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); }#eOXakl4bIIUdaEODCgnVQiDpeQKeUB5C > .row .container { width:20rem;height:137.5rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XHkyRJ7SdTzv0JezI4FGuh5SO3EMOK1i { width:20rem;height:18.8125rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3wm6CkDKa3wKA4CT7x8KJNVghF0Ji37 { width:8.625rem;height:2.5996125rem;top:27.75rem;left:5.6875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mBow2XP0A8MHQ031rg8XqD3TLU3XtBfM { width:17.6875rem;height:2.4375rem;top:2.40625rem;left:2.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EQMrf0Vv6mJcWKSbyGXXLvKTLR9zbynT { width:7.5625rem;height:2.4375rem;top:41.125rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZQfmpxnDiZoXc68Hc8WauKWTNkDDRXnC { width:0.25rem;height:5rem;top:1.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4oyrxCH0WTnLgSUqhdUHVIVF4Qcy60T { width:7.1875rem;height:2.4375rem;top:21.3125rem;left:9.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tgi0szTuC9CTRAhJEhbBbJKi8WzoFBbz { width:9.875rem;height:2.4375rem;top:24.5rem;left:9.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i48AeILipPUkkd1mQTNGhcWlEOMHaTJT { width:18.25rem;height:9.5rem;top:6.125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTDPmOMnualvkZEn3UGDp38fTBQ9qI0h { width:9.875rem;height:2.4375rem;top:21.3125rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qQ88VEsSKGu9615rAOU2NGh7dS7GNeNJ { width:7.1875rem;height:2.4375rem;top:41.1875rem;left:9.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WqdoRfanuFZ3EsKKAIxV5mTFTcfybBC9 { width:9.875rem;height:2.4375rem;top:44.375rem;left:9.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TRIpB5HKA2TaKlZmVa553ZwBbatnoN2Z { width:8.6875rem;height:2.5996125rem;top:47.6875rem;left:5.6875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b3mAFIMB1splFq1rJQBuHd0KBQzvMMay { width:9.875rem;height:1.13720625rem;top:15.625rem;left:6.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gun4TXqEUFK9kT0bUafU4MbIsI6dZIu1 { width:6.8125rem;height:1.21875rem;top:18.9375rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T38GUL03VaXlvutVxHbsf59K9Ok8LgCk { width:6.8125rem;height:1.21875rem;top:38.9375rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OaqKZRu8Xeg10PyrCT97RCmnkf0qrUQX { width:9.625rem;height:2.5996125rem;top:67.125rem;left:6.375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F724xnbNlebp0s4W7A7iK5vgqHwTCVTK { width:5.8125rem;height:2.4375rem;top:63.9375rem;left:9.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XWP3BOWMnWrXW01qRqikpXoTo0OsqmSB { width:8.5625rem;height:2.4375rem;top:60.9375rem;left:9.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OWC93gbF6vLnNyuLWDCTDBqZxQeraEHg { width:9.875rem;height:2.4375rem;top:61rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FddFnGTNn5yiho159Xfhtd1U7UZTZdnm { width:6.8125rem;height:1.21875rem;top:58.875rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZEA6hFw6XesHiGerIh1hQX9BclJtOKr2 { width:8.6875rem;height:2.5996125rem;top:86.5rem;left:6.3125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ynwtqFzJ4xklAeuaSg1KS3GHPaLe3xfe { width:5.4375rem;height:2.4375rem;top:83rem;left:9.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gt9BO0Pq1zKss3EWyMH1gSm4IetG4PHf { width:8.4375rem;height:2.4375rem;top:79.5625rem;left:9.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N0N0WolKOrwyAxn2m2UzOBECKbTKhXAo { width:7.6875rem;height:2.4375rem;top:79.5625rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EMhFNHUdXAqLWG4gPyblVT7LTw6yPefS { width:6.8125rem;height:1.21875rem;top:77.5rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I7oPqF18mGUscMF8xXFtBxbu0sf0KIST { width:9.5625rem;height:2.5996125rem;top:105.875rem;left:6.375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L0Eg6mFumI1Fvs00p4U8GFBlHpryKrzq { width:5.4375rem;height:2.4375rem;top:102.4375rem;left:9.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A4L1nf0VRE5isyxt7mZ2z5cI5iQImZgi { width:7.1875rem;height:2.4375rem;top:99.375rem;left:9.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NPJc9Cvx6UfxJeT7Z6MGmSM3OV5NOPFG { width:9.875rem;height:2.4375rem;top:99.375rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LwMPBA7ZK1VLSNc7Zpy4SHsdbfVIcoAN { width:6.8125rem;height:1.21875rem;top:97.125rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E1Ei9gMReefFFvS3MtMUEyCfy9MBhHNU { width:10.5rem;height:1.21875rem;top:18.9375rem;left:9.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CAVLGODywTtNqWUrm8MfekRar41T899R { width:5.875rem;height:2.4375rem;top:24.5rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VVoklBo6uNVC8IPGWT1ddGWQpFHXtNgn { width:5.875rem;height:2.4375rem;top:44.375rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZS3oTTzxlidcrTmy0z6skzS6OQTP3hGz { width:5.875rem;height:2.4375rem;top:63.9375rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QWWxsIJIBsy0LGTAyRiNXGWL8B3RNOmD { width:5.875rem;height:2.4375rem;top:83rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CraV6HEsyvCh3RlsynpJ6noIMUiskRFU { width:5.875rem;height:2.4375rem;top:102.375rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wG7K7JXov5x5Mu0LpO1xCoJOeTWze6IZ { width:10.5rem;height:1.21875rem;top:38.9375rem;left:9.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mW1GgJ9sb0kcrE8g4gorg7elPkOMFm7K { width:10.5rem;height:1.21875rem;top:58.875rem;left:9.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CCz53prFnLyeWa1kw4X4h0yi0zihbZ81 { width:10.5rem;height:1.21875rem;top:77.5rem;left:9.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D1sfa7NvUcbrA7EGzF3O90nVhC3uvVB4 { width:10.5rem;height:1.21875rem;top:97.125rem;left:9.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mJ0kIgWapTIsfA937tR9CEur96Pqe3tk { width:20rem;height:18.8125rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUvKBAgJ08mAA2P1EmksWD0bv9rx3cvq { width:20rem;height:18.0625rem;top:58.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b11n5Hy9bcMpRMrSmneKlSOn4w4FO8x4 { width:20rem;height:18.625rem;top:76.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoPmp4bCD0lyAMscigGKWrHdeiemxvHf { width:20rem;height:19.0625rem;top:96.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSOzsRoRASwnBquVFKqS13WwTvdC8qDq { width:11.125rem;height:2.1875rem;top:31.125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1A43i6aomPGGStDXMOqCCGFzGTCAZXg { display:block; }
 }@media only screen and (max-width: 763px) { #A4KWh3diieV0U926FxJGoaeEytcFhRBF { width:11.125rem;height:2.1875rem;top:33.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh5mdJkIk3enl131pAx1IT4MuHve730T { display:block; }
 }@media only screen and (max-width: 763px) { #PIKnB2w1rlmVJiE3hGLzgSyZ7NTfS3Ql { width:11.125rem;height:2.1875rem;top:51.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyIx82lvNv88i8n0pTrzyuxJ12XcbcMT { display:block; }
 }@media only screen and (max-width: 763px) { #foRU4ErtTB6entIHNPUKToJmHpcDUzB1 { width:11.125rem;height:2.1875rem;top:53.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFfkz9Cudsg4kkdCDlVyGmkTNx4ia4z7 { display:block; }
 }@media only screen and (max-width: 763px) { #y5V1eHBTnU9E8h6vAratJxmhTyxAPtLA { width:11.125rem;height:2.1875rem;top:70.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee7ObJ6J658OU8slb1sRcnRu2FOEUmmo { display:block; }
 }@media only screen and (max-width: 763px) { #M72KHfOS5bo048lBfzsmHdVltaX98FHL { width:11.125rem;height:2.1875rem;top:73.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #As4OUL87K7UkDUPDPztxExuFwZ5cLsAJ { display:block; }
 }@media only screen and (max-width: 763px) { #TvAb3OsMCLNZ3ltKXPTcip9XaHae9GfH { width:11.125rem;height:2.1875rem;top:89.5625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHdRQXC9TvQvhTJNMeC9pd2nZ4Alx8it { display:block; }
 }@media only screen and (max-width: 763px) { #Kl0QxSkdlCTgcwuZhXd8I0GsK5qJZew6 { width:11.125rem;height:2.1875rem;top:92.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml9M866pHb76zNppE7Jnpmt8J4B5vpSI { display:block; }
 }@media only screen and (max-width: 763px) { #wGA8XeRICtzMk7QB5Ffx6rKtTBVTO7yP { width:11.125rem;height:2.1875rem;top:109.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2fJuMHBGJ6uJZPwBt962Jvi75BpISxv { display:block; }
 }@media only screen and (max-width: 763px) { #QND4TMSt9fCED5KGUr6Wrf5wLwC9UhA1 { width:11.125rem;height:2.1875rem;top:112.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpEWc8cDT0Z0bdQczT0Ju11L7AE5TPpu { display:block; }
 }@media only screen and (max-width: 763px) { #MLZoRxrC6FNJx0tMfaQIPJcNnCuhsQ3x { width:20rem;height:20.125rem;top:116.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrOFNCnbDrrsVpTREt5soVSJse0HOtvT { width:6.8125rem;height:1.21875rem;top:117.125rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zkXrCI6iJ2wTMvOvc6z9lZDILHJ3R4s6 { width:9.625rem;height:1.21875rem;top:117.125rem;left:9.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HIcAcqF5gPltURTkM0iu7pH9XqkT2qEc { width:5.4375rem;height:2.4375rem;top:123.5rem;left:9.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CkPoVvQfvFsfy9fFTw6PxRKTELXAEpsP { width:8.0625rem;height:2.4375rem;top:120rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #csA4WdhkMCXAXrZhfl9xchoZQ0THKLJf { width:9.625rem;height:2.5996125rem;top:126.9375rem;left:5.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhG5ZUQbUfEIhSHuc0LTht9LhgH9hOr3 { width:7.1875rem;height:2.4375rem;top:120rem;left:9.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gZwpW2hzwdWgkMut3r2VxXJqzDC6p3EK { width:5.875rem;height:2.4375rem;top:123.5rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eOJz2xHdQv9au4kOp3o9M0s6TX70RufP { width:11.125rem;height:2.1875rem;top:130.3125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x91uJW0rHGUrtlswhE8mkXVKz1BERvHZ { display:block; }
 }@media only screen and (max-width: 763px) { #QvqErLsBMNGub4UGJT9pOzUThSpPmDfc { width:11.125rem;height:2.1875rem;top:133.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTtpoNtPL7zhas4TkBnIwX5eUl4Ei5w1 { display:block; }
 }@media only screen and (max-width: 763px) { #AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC { display:block; }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC { background-color: transparent; background-image: none; }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC > .row .container > .video-iframe-container { display: none; }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC > .row > .video-iframe-container { display: none; }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC > .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); }#AT7gQG0Ke0VBaukMWQdAI8nNJJJ61qvC > .row .container { width:20rem;height:63.625rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KJsKWbK87AeBR5aGJJJEUbZUendT1yeJ { width:17.1875rem;height:2.4375rem;top:2.59375rem;left:2.8125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WS8y0hvtt4O4KJ7i9ZLzzJGE8I8kPzd0 { width:0.25rem;height:5rem;top:1.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCn6TnoRtre5BPuGUAf2NdfUsCP5DtvW { width:17.625rem;height:11.375rem;top:6.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoaAJcyAuyrzEzA26xqWBc8TGT6lzbDc { width:9.875rem;height:1.13720625rem;top:17.6875rem;left:6.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNzs2dpIZta4AmS0vEEepdHrwJRGHX7y { width:20rem;height:21.125rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3esvNqvpyH6hWp1ZdlQglEb9wZb0Z0d { width:6.8125rem;height:1.21875rem;top:21.625rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nT1nHc1KSK5M6Fe4yZ1iMZVIN8HzevLl { width:9.875rem;height:2.4375rem;top:25.125rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QBPG0EJazG52nOdUBpXw1DSKAD0tiD2h { width:8.5625rem;height:2.4375rem;top:25.125rem;left:9.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DWALFL2Mo47S3TIU3tbWBk3A7ESXFVgf { width:10.5rem;height:2.4375rem;top:21.625rem;left:9.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e4rynei4bO87M72EMaALMQyx7oJqFT3P { width:5.875rem;height:2.4375rem;top:28.3125rem;left:9.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lysR1r7QBgItVXmIJEqrzDTdJzSeF2U4 { width:5.875rem;height:2.4375rem;top:28.3125rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FknZmeu2qc4G7kIXowZ8eBl8TnuPyNrA { width:20rem;height:20.625rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBfOZazfUmnc6APTrDsHOCTntLaTFN8U { width:6.8125rem;height:1.21875rem;top:43.1875rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PbEtlXMf4GZSvK5b8Wz24Xo4yTTa3Gel { width:10rem;height:1.21875rem;top:43.1875rem;left:9.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fOO8b6f9bz90d78yqwuhp9wiydLvTkdT { width:9.8125rem;height:2.5996125rem;top:31.9375rem;left:5.75rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rKuIEDQTDpC0WHRKJOyHBODnpMPcVM5i { width:9.875rem;height:2.4375rem;top:45.5rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wgytDB4xrtXSQ0QN9W7R8O81UM6mokWU { width:5.6875rem;height:2.4375rem;top:48.875rem;left:9.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nEwIzwv3hhTx31MfiToHTQ3NEfZKptNA { width:5.875rem;height:2.4375rem;top:48.875rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OrbyOwo1GJKxnHMLVmQQdeXK2gJffTc5 { width:7.4375rem;height:2.4375rem;top:45.5rem;left:9.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yezLDguEXJaPCItyie1N0wtM5oLzn7f1 { width:9.75rem;height:2.5996125rem;top:52.4375rem;left:5.125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZWwk5JACaKldQSJfcuVvs2AAS2Ie0IcB { width:11.125rem;height:2.1875rem;top:35.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p43tGIyW3RZuo4gcZ48bQakSzS11pJMH { display:block; }
 }@media only screen and (max-width: 763px) { #FUCc9rE1RPCXIhdJtsvRsk3aSlVudETz { width:11.125rem;height:2.1875rem;top:38.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaClmd54E2Tph2i2QGn3GVM51KWtT9FW { display:block; }
 }@media only screen and (max-width: 763px) { #MSIFP0cs6xkA4V7ES1gtJzD3Go14VShH { width:11.125rem;height:2.1875rem;top:56.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7Usz9ur3UG0M6cTNnCCivlTT9MObNkc { display:block; }
 }@media only screen and (max-width: 763px) { #SFvO2UZgDH3ztVEDsJiddS8u3ViWnFXN { width:11.125rem;height:2.1875rem;top:59.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1urVGTeT070DoXTqs1i4W8ogbSv8FQ { display:block; }
 }@media only screen and (max-width: 763px) { #xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH { display:block; }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH { background-color: transparent; background-image: none; }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH > .row .container > .video-iframe-container { display: none; }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH > .row > .video-iframe-container { display: none; }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH > .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); }#xfZD6lvpHK57dbFVNqdVfQRoBDd57OWH > .row .container { width:20rem;height:125rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7wiHy8MBdCFuLfF5Lr51Dp53LTDOUSp { width:20rem;height:20.3125rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC2QaZ8KIaKTtIEV0mNu5eLXXNxyBx35 { width:10.0625rem;height:2.5996125rem;top:28.375rem;left:5rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Er7HFPtw1ic2sdnFR8uLaztmT99ufaeB { width:15rem;height:2.4375rem;top:3.28125rem;left:2.96875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tVUQ3OHBD6n0Ff4605OKRuldLgWmlWyR { width:8rem;height:2.4375rem;top:21.75rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bnhaEcxqUTdJKWdqHXANRsymds0Zshdh { width:0.25rem;height:5rem;top:2rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EynckNh5Sq1wu3D3aHhu1zMue4d9kUis { width:8.5rem;height:2.4375rem;top:21.75rem;left:9.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TeXRUbZktnyX945HFrmKScDpufQCtsUu { width:9.875rem;height:2.4375rem;top:24.875rem;left:9.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RV2WouGDh2w2KyKeSlzrrCyQs0uATxaa { width:16.75rem;height:8.625rem;top:7rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPpuPWiTVhHASvgsFDETFHWcpi3xfhTT { width:9.875rem;height:2.4375rem;top:43.25rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZiUIa2ogR29bUz6WcHny6WP7anasqDak { width:8.25rem;height:2.4375rem;top:43.25rem;left:9.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eNARhedl8bwXQ8V3Qb7X2g5rEDXDZaZW { width:9.875rem;height:2.4375rem;top:46.8125rem;left:9.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UuskmXHxa21XZDLy37mDWDWtHWHpqHvZ { width:9.75rem;height:2.5996125rem;top:50.8125rem;left:5.125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TFNlDhzFlAgehX7RGw4vPkq73B4WoC0f { width:9.875rem;height:1.13720625rem;top:15.625rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJLotCKNV0RNK3TUKgiQArqaHN8O5Act { width:6.8125rem;height:1.21875rem;top:19.25rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NLfOOsUm4AzR2sT9q4Spl6mN7IcL3s1I { width:6.8125rem;height:1.21875rem;top:40.75rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PD90GeuZf7z8z0xtH1hpDJOc0K6pMlwp { width:9.6875rem;height:2.5996125rem;top:72.0625rem;left:5.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w9nD7WR6PeysQc4UHSUUaB81ozv50eFr { width:5.8125rem;height:2.4375rem;top:68.4375rem;left:9.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tbi0w1InyUQydITLwNdyGhUZbzTHNsXg { width:7.75rem;height:2.4375rem;top:64.6875rem;left:9.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #euvrV35EDraImosWRuT87bmXKP4idTiT { width:9.875rem;height:2.4375rem;top:64.6875rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vVVWbzLH3NeuzdhcDiiFuWalGBdkICKB { width:6.8125rem;height:1.21875rem;top:62.125rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g7O6SsuayDQbngKGdBO7wkvaFmJtBw7V { width:10.125rem;height:2.5996125rem;top:93.5625rem;left:4.9375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MPW4eid6SOJL8sI22REr3lraWO6s7VoA { width:5.4375rem;height:2.4375rem;top:89.75rem;left:9.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ing8WCGTzSvN8JZGVIyWv7bA3LT163c4 { width:7.1875rem;height:2.4375rem;top:86.5rem;left:9.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zW7TKUqaakZhTZGqwCCXEDzMNJFdD1QU { width:9.875rem;height:2.4375rem;top:86.5rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uNemGk45ZB567HIU0sSWWWFLikaqadqd { width:6.8125rem;height:1.21875rem;top:84rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #scxJhnIURXg9mzKMi6RfW9uA9ld60yIT { width:9.75rem;height:2.5996125rem;top:114.5rem;left:5.125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ATTzF7OUZ7h4bM2k6anThQsh0R3KM3qv { width:5.4375rem;height:2.4375rem;top:110.375rem;left:9.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k0FU7WT7MHpW44iiUBrxAvWuKOTDTeRL { width:7.1875rem;height:2.4375rem;top:107.1875rem;left:9.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wmzmw06RhsMWeUBQWOZAQ60pR5oXiEoB { width:9.875rem;height:2.4375rem;top:107.1875rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ITIi4TsDVUCkBklIleAvUlK9FcPr4Ko6 { width:6.8125rem;height:1.21875rem;top:104.75rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DpSOaGTL38Ppb0As1I5iUq26dai16tTe { width:10.5rem;height:1.21875rem;top:19.25rem;left:9.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cP3AgNRywlXMqFKaaQrxbTPXulQfEvJb { width:5.875rem;height:2.4375rem;top:24.875rem;left:1.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jptwygb1ZDsfeg8W0dklsyVhTQdd4vUA { width:5.875rem;height:2.4375rem;top:46.5625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zrTLEJsAhzwxi3D4tW6TlwSJwQCLUecI { width:5.875rem;height:2.4375rem;top:68.4375rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OrqDpFxDXJefUu264rfq5r32OR2AHprR { width:5.875rem;height:2.4375rem;top:89.75rem;left:0.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #thyoBFdLMkgLU7bEqeTQILl6pE48elFb { width:5.875rem;height:2.4375rem;top:110.375rem;left:1.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Cbi2CrttHMZXWIeiMhnCzh56PpxgsihN { width:10.5rem;height:1.21875rem;top:40.8125rem;left:9.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VyvVKAZnFbNpNMlAkI3g4w3pLKBgBkzx { width:10.5rem;height:1.21875rem;top:62.125rem;left:9.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MT4g7Pr8PX6nXMw4X0hTa7WVmHD1eVcO { width:10.5rem;height:1.21875rem;top:84rem;left:8.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cLs7KeNfKT07uFxvlC9HnBQm0VwB8zk1 { width:10.5rem;height:1.21875rem;top:104.75rem;left:9.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yALQfCBR8qGOkxIL0RWKpmsqC41MO1Dq { width:20rem;height:21.0625rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSKogVeWQ4KbEtglUQIOO0cMl9Ln6wwg { width:20rem;height:20.625rem;top:61.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n46kO6ZXvgf4leWOW2GdtaqGivVViOad { width:20rem;height:20.3125rem;top:83.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNhio5PaC9cl1x0lByzFSD4voAtN3qTU { width:20rem;height:19.9375rem;top:104.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPNUL0pTfrkCtqsaNKhxIxECR96dvZD9 { width:11.125rem;height:2.1875rem;top:31.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTsusgEh8lXP9vzKm7ceDJwuVA4fW7LV { display:block; }
 }@media only screen and (max-width: 763px) { #o56ui5vHrG5d5XVEPdIpN4nb9DOXeM6T { width:11.125rem;height:2.1875rem;top:34.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpTLll9xT22xQkheelzzwlWNkeGJwXgQ { display:block; }
 }@media only screen and (max-width: 763px) { #k4tDRq94e012zfqTRgfMwgNipEEMZ9EF { width:11.125rem;height:2.1875rem;top:54.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fsqm3FwlHTdZum5fuTrXgGXD562w38Tw { display:block; }
 }@media only screen and (max-width: 763px) { #vKUqHvcT8o2UkdRpOy4ZhIAil4kGnIe5 { width:11.125rem;height:2.1875rem;top:57.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMRcBnVe5Wd5Q6Ks7KcQ1FeZPsLSqUmL { display:block; }
 }@media only screen and (max-width: 763px) { #aVo6UT7hXitkEANdAWpz5PzLQ7i9IAv2 { width:11.125rem;height:2.1875rem;top:75.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdpTyNUAuWU3oB3onZ1XP5PcXpGcntO8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZcgTIs87xxT2r1T6OKN5cR3xRMl4tMt6 { width:11.125rem;height:2.1875rem;top:78.8125rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnPR6TPWZBcD2tKgp7mSRTTCkXcFoLSD { display:block; }
 }@media only screen and (max-width: 763px) { #wG2cs6hQprT3TAd1FqUfWZo2mbztT7HE { width:11.125rem;height:2.1875rem;top:97.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM4rZebuTcGrqTO4BOfQHmMd8541THpd { display:block; }
 }@media only screen and (max-width: 763px) { #B2qdKoTJ2Qn6XxvIgsC9ZtUhUHRNScTy { width:11.125rem;height:2.1875rem;top:100rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPg3VVZsag5FxzkfPmD7wMkobpHOIOAD { display:block; }
 }@media only screen and (max-width: 763px) { #tHi4bhg9ecoWQVumXKidDxaKkIR9UnTB { width:11.125rem;height:2.1875rem;top:117.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RshC8rvZUJlBTT6Jtxwku0p9cO4ho3u5 { display:block; }
 }@media only screen and (max-width: 763px) { #TckblBRt0FG1fbDfssCE0c5RRgm5DIwD { width:11.125rem;height:2.1875rem;top:120.875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrzAJsIlvJxZABmnEnEe2k1uqqA0TRyU { display:block; }
 }@media only screen and (max-width: 763px) { #I7h9N3ShubvTM4RArJTuz1oexXxG6PXv { display:block; }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv { background-color: transparent; background-image: none; }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv > .row .container > .video-iframe-container { display: none; }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv > .row > .video-iframe-container { display: none; }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv > .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); }#I7h9N3ShubvTM4RArJTuz1oexXxG6PXv > .row .container { width:20rem;height:60.25rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReBbe2tHC3ncXrgcEaBqxtv77sITSsAS { width:13rem;height:2.4375rem;top:3.03125rem;left:3.5rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NKh2DuVzN0PT0MEfoDqT4S5i1Da4KmJx { width:0.25rem;height:5rem;top:1.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnMwugNkrxvvF7EmcEfkAxQDToqJhqQ5 { width:16.3125rem;height:8.0625rem;top:6.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkdRN6fLI3QTSLb2yrPyRkmNzMxd2PIZ { width:9.875rem;height:1.13720625rem;top:14.8125rem;left:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IexpBAUiOKEqvq4gWTWCrel9JnFQChvA { width:20rem;height:20.4375rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihfTpZlsp2w8tGnLmnxVlSwsZHL8PKTN { width:6.8125rem;height:1.21875rem;top:18.375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UkvNZ6Tpql44DJccbdKTD3XZQB41MzLy { width:9.875rem;height:2.4375rem;top:20.9375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xoBEDEbNm5ml7nFt37KHIQfr2VLUJb64 { width:9rem;height:2.4375rem;top:20.9375rem;left:9.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #csmIW5eazglXPQs2RMNFLAqWhZw5te0o { width:10.5rem;height:1.21875rem;top:18.375rem;left:9.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AOLUgSMVrVTFzegefdiu19RbTDKLeZgu { width:5.875rem;height:2.4375rem;top:24.25rem;left:9.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VTNgBuVlzvAzP73SrRNomekAPZvIE8Po { width:5.875rem;height:2.4375rem;top:24.25rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wqDeCHhttyJBHlvebmisIatz3uPLModG { width:20rem;height:20.125rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LonRaVai4hBU5ROvGnGFccZqfsoGaJFf { width:6.8125rem;height:1.21875rem;top:40.0625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SVr1Tcq3DlMUJTgsTMrRDLub6RdA51Cb { width:10.5rem;height:1.21875rem;top:40.0625rem;left:9.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FH9T5QZAUHEunkXn3d0e2IPsTV1K6Dfs { width:9.8125rem;height:2.5996125rem;top:28.39990234375rem;left:5.09375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aD5LVRIZC2OFwTnwzBswLNyo0XqXO0h8 { width:9.875rem;height:2.4375rem;top:42.625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iDAofyTiav8PMrhxiiK4wNIegp7D6JS6 { width:5.6875rem;height:2.4375rem;top:45.8125rem;left:9.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t7rhUalRACNrhpBx5RoCIcRIB3TTxWBV { width:5.875rem;height:2.4375rem;top:45.8125rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WB09rozJMBrVPLbDa3JIpMMwcKf1ucEm { width:7.4375rem;height:2.4375rem;top:42.625rem;left:9.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KwycBfIXSWLb3XHMM5L8sDZIgS0Vu6r5 { width:8.6875rem;height:2.5996125rem;top:49.9375rem;left:6.4375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GghMQZ4hFXvmCHd2hxVftFBRFyEHcexN { width:11.125rem;height:2.1875rem;top:31.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3wOUISfq6i29An1lazTZcaDdc2ND1CM { display:block; }
 }@media only screen and (max-width: 763px) { #In8fIZwKVHKZHyFm20TUnVDDgizlMXAD { width:11.125rem;height:2.1875rem;top:34.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCp8XcMffUH851ynBFntaoKnzX3eIgwD { display:block; }
 }@media only screen and (max-width: 763px) { #TGRTMOJyq6F1VZn5LPD25O72VLRKLHJi { width:11.125rem;height:2.1875rem;top:53.0625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlKrrcdkqURIdbiHwyeJMWwIGXRK32Ha { display:block; }
 }@media only screen and (max-width: 763px) { #QZ8WwLJIlgO3RadCm2SIbWGaTJTEUJqw { width:11.125rem;height:2.1875rem;top:56.1875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9gyTAk5lTc40PadN4dVKyFVgUEhsTuL { display:block; }
 }@media only screen and (max-width: 763px) { #VoCEbGtPs8zlvxNNg501CKNezQvEEdSi { display:block; }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi { background-color: transparent; background-image: none; }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi > .row .container > .video-iframe-container { display: none; }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi > .row > .video-iframe-container { display: none; }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi > .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); }#VoCEbGtPs8zlvxNNg501CKNezQvEEdSi > .row .container { width:20rem;height:39.5625rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WiC8drfGBU90hbArxuwVuv8evzD8TEuE { width:16.25rem;height:2.4375rem;top:2.90625rem;left:2.53125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HsJvK1u8Q7tTkMzKk01UkxRTvVPcIEkS { width:0.25rem;height:5rem;top:1.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S909pCIhqpTuJszqBbJs7ZDGkaokMDKv { width:17.8125rem;height:8.6875rem;top:6.625rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJQDTS4Ssqin8mzd2cdFkky81V2VR49s { width:9.875rem;height:1.13720625rem;top:15.3125rem;left:5.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eg7CmtWH4dD6KUp0FI71X2y3H6JTcHbX { width:20rem;height:20.75rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ur3yzaeZxb7HhpMZyTrd2beDKRAxqpCy { width:6.8125rem;height:1.21875rem;top:18.6875rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cdbQy3q11ClXDxLCAwtVBrnDI5XRK8fZ { width:9.875rem;height:2.4375rem;top:21.25rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nULIacMCDcryXxOlFUJbKO1Wtuw6bQkv { width:7.1875rem;height:2.4375rem;top:21.25rem;left:9.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTXWEDB1DM7FHZ8G2yF3dQdX1iAtqFKW { width:10.5rem;height:1.21875rem;top:18.6875rem;left:9.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V5F3BZRtt76iW1flfIIofeCwOeW3k1C5 { width:5.875rem;height:2.4375rem;top:24.375rem;left:9.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U56VTT1URdTxHFW2zsX6gHBgymi8OqNG { width:5.875rem;height:2.4375rem;top:24.375rem;left:1.0625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q5Q7AfMk1LS3quwRQLZeDSdnRItfgHbW { width:10.0625rem;height:2.5996125rem;top:28.9375rem;left:4.96875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RxU8SbqKTRdDkXSdrhU9CXkbgwVqH4ol { width:11.125rem;height:2.1875rem;top:32.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSBF8PdZhyDwUEvapGBhXvoNPnTgLBZl { display:block; }
 }@media only screen and (max-width: 763px) { #J7MgFUz0nbXPK3dQDWxctzmCH65doRt0 { width:11.125rem;height:2.1875rem;top:35.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V83w9eIBVWHKPUI0vhSi6Tx9xariK6NW { display:block; }
 }@media only screen and (max-width: 763px) { #EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ { display:block; }#EBcoRr0yR2y9224EmuwiCkC9pH9nAKtJ > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WofM47pKZgHdhbSGiXvqVyKS9oSfQQ6P { width:20rem;height:2.6875rem;top:0.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y2Ut09GAKOMbcP4fd4eabTwR8UM3GSVs { width:18.125rem;height:6.09375rem;top:4.75rem;left:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPJ5QnNcNIhZ12BzwG4yOttWcI37X24T { width:18.1875rem;height:3.65625rem;top:11.75rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrS0BlXMJJoyANpbFPhzVXoE2N0hL9qA { top:0.75rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N7ONfxI19E3vsqSOW82rKcxDLRefrBSS { display:block; }#N7ONfxI19E3vsqSOW82rKcxDLRefrBSS > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ae2RSftvc1NgPeymTezJSbTunZWNoURs { width:7.5625rem;height:7.375rem;top:11.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANnEvOFh2ZsVyhDkSUeA0aWJvFcJCN5C { width:20rem;height:3.73730625rem;top:2.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfXMkgzbRuLIPfEW7dgHiA9F32KQG8Wc { width:8.875rem;height:1.86865rem;top:4rem;left:4.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTtlultHZ9UxfdMsE7DKapSnTQi7zE3g { width:20rem;height:3.8994125rem;top:6.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeuQLRh9dmEy887phLnTKzdt0u4wdcpU { width:20rem;height:5.6860375rem;top:19.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWJXduZovoC4AyJZgTX6TEicmATBliGv { display:block; }#BWJXduZovoC4AyJZgTX6TEicmATBliGv > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-text {padding-top: 0; padding-bottom: 0;}#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-select {padding-top: 0; padding-bottom: 0;}#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl  { width:17.5rem;height:auto;top:8.861328125rem;left:0rem; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl {display:block;}#Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl { width:17.5rem;height:auto;top:8.861328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #xPx7GsaNCe3AeoZnmZA6kKqg7nWKdO6n {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #cbZuxLTLtzqIgMvAsTmWKlJ0zNhJgkDk {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #vqHG3gHxhEPClku1Zip3sbtRpD0qCQRz {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #XtZXM9eeQph7KCTcGLma8F7gasrWrl04 {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #H8Rb87TPpLNs5yCuPd8P2ccxZ7X0em4i {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #LEFHKvsDk7ilbJIzdWWgvn3OBTK7CZ3r {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #gdtkJyTpPKTHr4wsqvzw1J1T49nvTmmC {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #q7zBvxE2cAFOpzM5pK69U9VXaNFL6860 {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #JA49A4ZmBcfRMssBUXBKCawyBU5Vey5a {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #nXBxIF7hhUC46NyuBROGMH1Zcw47y1Bl {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #bfPVSyOT1QIhU20Xsb9EQoUil909bEAs { display:none; }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #gLgEK70Tt9xrBeLdHPdCXtDIo8VckOzN {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #CQPBSFqTEq0IvF9mdRshIkHUgvM9xPU8 {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #SVBngNs2aBJk62BHiv35IK5flbfzLkrC {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #QAE3iTGByBwskoDCvx5XkuODPSAw6uTu {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #xUpOqGcTvdpeBwAIH8HdAOnxxOgnyn3O {  }
 }@media only screen and (max-width: 763px) { #Af8f6W1hSyTrXrTG1JWqIwIOcxbf8mVl #knAVCCUwiS6bowQpuQHieQzHCBc6AMwc {  }
 }@media only screen and (max-width: 763px) { #yTdopcrII0RgFQcAS6HvqmQ94IpDLEG4 { width:20rem;height:7.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfvXStTp8LVqQ5SsRmVo3L2yXZURr8Vt { width:18.625rem;height:2.76171875rem;top:5.099609375rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgoTm3bvewC7MLt4B5goT6aatIN8UcdV { display:flex;width:5.375rem;height:5.375rem;top:0.625rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV { display:block; }#fUfk38OU5RdAJvT9u8MDIBU2WmzVz5dV > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n54g1UKm54QXG0VlV9oe3o28zmTOemX1 { width:12.5rem;height:3rem;top:7.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klWL2akokighSZfXSmWtnkCRGyrrbS01 { width:12.5rem;height:1.5rem;top:11.15625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VqmoCzneGrT6g9yevHUI8eh1wa94n84E { width:13.75rem;height:2.625rem;top:14.375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOb1WJ3n0irnm4oAihrHnCIN6uUVLDzP { width:13.75rem;height:2.625rem;top:17.6875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkToJHlQ2Nf7yXbsnfGS0nXz7mPF3ZiI { width:16.125rem;height:3.5625rem;top:2.3125rem;left:1.9375rem;display:block; }
 }