.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;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); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container { background-color: transparent; background-image: none; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container > .video-iframe-container { display: none; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row > .video-iframe-container { display: none; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .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); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container { border-width: 0; border-radius: 0; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#Oq17Uoa9iifrtpPXxR0ysEnh8q94h3it { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#mOaKTRU0VyqXr2AizeT25NWWM1inFGM6 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:11.0625rem;top:0rem;left:1.880859375rem;overflow:hidden;display:block; }
#wSAB1fLl6l8ApPiJOSg1tFAQLvk63TLc { position:absolute;display:block;z-index:14999;background-color:rgba(253,253,253,6.08);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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:28.4375rem;width:23.4375rem;top:5.75rem;left:0.9111328125rem;display:block; }
#qiHH9bxKc9FPyiPsFzrmO5fmbFhzqoFt { color:#000000;display:block;width:21.4980625rem;position:absolute;font-family:toyotatype;font-size:1.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:7.498046875rem;left:1.880859375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#Lxo8TxpvGsbRRxsKBsl7s7SBzmGcILLS { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:56.25rem;top:17.5625rem;left:0rem;overflow:hidden;display:none; }
#N0na0lnWtkMShD0eb5qwpOJknh3C9P7m { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:51.625rem;top:1.90625rem;left:23.375rem;overflow:hidden;display:block; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-form-header { font-size:0.875rem; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-regular-label { height:auto;display:block;font-family:toyotatype;font-size:0.875rem;font-weight:400;color:#000000;width:19.75rem;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;text-align:left;text-align-last:left;vertical-align:top;font-style:normal; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:19.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-text {padding-top: 0; padding-bottom: 0;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:19.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:19.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-select {padding-top: 0; padding-bottom: 0;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .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; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:1.25rem;font-weight:400;color:#ffffff;width:19.75rem;height:3.4375rem;font-family:toyotatype;overflow:hidden;font-style:normal;line-height:0;text-align:center;text-align-last:center; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:toyotatype;font-size:0.875rem; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:toyotatype;font-size:0.875rem; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:toyotatype;font-size:0.875rem; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:toyotatype;font-size:0.875rem; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .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:toyotatype;line-height:1.3;font-size:0.75rem;font-weight:400;color:#000000;vertical-align:top;width:18.5rem;overflow:hidden;font-style:normal;float:none; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .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; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-container:first-of-type{padding-top:0;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-container:last-of-type{padding-bottom:0;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.873046875rem;left:1.5048828125rem;font-size:0.875rem; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.75rem;display:block;vertical-align:top; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;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; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am {display:block;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.873046875rem;left:1.5048828125rem;font-size:0.875rem; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #S6eHqckMgdwuhxQosTSvbVpmkkgTuhyn { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #dC6mODCtvRbZe9nlcWd88iaBaxF1WSFg { position:relative;display:block; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #TA9AhCxk9fKz0Aknh9TtkDB1zI3SfCqM { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #ZSAgpUolc8bkPEevkkz3I729Be3syn3T { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #NZWkUwbcRoWDddmCFz94J9cq0PbPS5E9 { position:relative;display:block; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #IKCcoObNA7RuZn6MJIqN6U6TsEnyAnCn { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #mmEwiBWnVFXI1D10WtdTDfloKcSsBCxS { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #dA5SwgbN8UHpl23Twv02u6onXmUfN4ux { position:relative;display:block; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #XZ8DmgxdfWPPUKVx34R2CxDTsoM4UUsi { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #WLl3c2kyxhDUw93u8zU1wgLgyodFAlqZ { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #hQaRNHwC7Wz3BdF4O4Tf9dTIOBuC6yfW { position:relative;z-index:2; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #y7FMlaPZV8OtlLcfJtsRRK1mlkhneshV { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #vxFB7GKGuKuMPJdLDiKfaHs4mTnphTWS { position:relative; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #qSTdkBveiFC9K8m6ysBH4XO7Xobx4PHu { position:relative; }
#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru > .row .container { border-width: 0; border-radius: 0; }#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#tVsLyTMTlGIoya0fR8kG52XQKNRAqeP8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#QdIFJrBNKPNNJLWs5Ageu6xQCSZXJrZk { color:#000000;display:block;width:37.561875rem;position:absolute;font-family:toyotatype;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.1271696090698rem;left:5rem;height:3.24978125rem;font-style:normal;display:block; }
#pxrpzyFVg2qzvOMegkpvR6n0B4u1ktWx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4995625rem;width:37.686625rem;top:5.2517366409302rem;left:3.9930572509766rem;overflow:hidden;display:block; }
#ONl03IEIu4wOWq2mTi4pTo5DAbIQTTDU { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.25rem;left:48.75rem;height:1.8684875rem;display:block; }
#XeMlfhrIOCrAGCeSF2HQcvovrIF9WonZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:7rem;left:48.75rem;height:4.375rem;display:block; }
#Va8xStrK8t4PFvy9FEPQTo3XlHvOFhSW { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;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:15020;text-align:center;text-align-last:center;top:19.0625rem;left:48.75rem;display:block; }
#aR5R9SXPkVUNkIiX4bOzEnfGITw7d52T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pU9GeLnJzDxBCtsRcSVJfGpDDfxJH3XM { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.9375rem;left:58.875rem;height:1.8684875rem;display:block; }
#NCU2oN4ZrqwgF5TopNCtRs1N7vRS2JVs { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.8125rem;left:48.75rem;height:1.8684875rem;text-align:left;text-align-last:left;display:block; }
#oEC5GdEX3u31E63315FbV52iobbRL5rM { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:13.625rem;left:48.75rem;height:4.375rem;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; }
#eZMFdpXLrgBdtPQEmJXgHmxEBT3VwN6H { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.9375rem;left:54.9375rem;height:3.736975rem;display:block; }
#p0JrSM79CtTWZQckBv9kl2vX0uaJiPVg { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:13.625rem;left:60.0625rem;overflow:hidden;display:block; }
#cwdbWNUmms7HFgASTnODsQwoCHH0N00t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cwdbWNUmms7HFgASTnODsQwoCHH0N00t > .row .container { border-width: 0; border-radius: 0; }#cwdbWNUmms7HFgASTnODsQwoCHH0N00t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cwdbWNUmms7HFgASTnODsQwoCHH0N00t > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#KcWPPCtPTx93KRpSA5gfPhq1vLXZdiee { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#qtuN30KvTvmXRPHeOHaQzDOX44VRgelN { color:#000000;display:block;width:37.561875rem;position:absolute;font-family:toyotatype;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.0696620941162rem;left:3.7565116882324rem;height:3.25rem;font-style:normal;display:block; }
#psJltRICrr9BuIBIddbzRyx8UmC5oZTb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.3125rem;width:35.75rem;top:5.3743486404419rem;left:5rem;overflow:hidden;display:block; }
#c9AxzwpTFTSO2XyDXgBfS2BukXITamMm { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.25rem;left:48.75rem;height:1.86875rem;display:block; }
#dC7mfy1GATJ7i2bH6m1p1viaV1RvU8IZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:7rem;left:48.75rem;height:4.375rem;display:block; }
#c4q3wmBlZVQX3HTqLPD7NATrMhTOQEBn { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;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:15020;text-align:center;text-align-last:center;top:19.0625rem;left:48.75rem;display:block; }
#RBXcbQomeWwsymOTu2HClDToacvtBGQt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tLUILJ0q61mPrSZWhR3CcfH6UT2SFRnf { color:#000000;display:block;width:10.5625rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.9375rem;left:59.999998092651rem;height:1.86875rem;display:block; }
#dXs4LppZDwzbgUKRtGpXJHv4NITPTunP { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.8125rem;left:48.75rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#TvItr0ygu1GFDUtutsT5gCD4ePIo14fc { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:13.625rem;left:48.75rem;height:4.375rem;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; }
#IAZkUX7HZcNI8gpgFISryA4u0Qg8retq { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:14rem;left:56.0625rem;height:3.7375rem;display:block; }
#PIFvytDS9iwyuxMsJRBM64pHhbsID5mE { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:13.681249856949rem;left:60.499998092651rem;overflow:hidden;display:block; }
#PxXNUhDNhTwApB1xgX189exIzNxcfcNV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row .container { background-color: transparent; background-image: none; }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row .container > .video-iframe-container { display: none; }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row > .video-iframe-container { display: none; }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .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); }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row .container { border-width: 0; border-radius: 0; }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#sgfv30eszy58mfRnHlRmpHSzraqOuZFT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#cnzWqJPgpAEBOwKteNET5KeQdakhBl0G { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:toyotatype;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.0695343017578rem;left:3.7562494277954rem;height:3.25rem;font-style:normal;display:block; }
#pgsDtRcd8TT5ibv23tJCQcZiqwhhf5hh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:34.1875rem;top:6.0000019073486rem;left:4.75rem;overflow:hidden;display:block; }
#APpLurP1UQu90AoQxAuhWQnnEghknInI { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.25rem;left:48.75rem;height:1.86875rem;display:block; }
#kIlhT5pwzxulQMFLuid8N18IGdeD8SLM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:7rem;left:48.75rem;height:4.375rem;display:block; }
#tLz82T8nnkcQZHfdd0ubUSTSg2JtuWhr { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;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:15020;text-align:center;text-align-last:center;top:19.0625rem;left:48.75rem;display:block; }
#BDF7uS7idUVuaMDCd8RnrCSf9fVyDuaA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JACcxKdhvDMnViqP61xvpUI8i2FNmgk2 { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.9375rem;left:58.875rem;height:1.86875rem;display:block; }
#f5sh0wTXuy2rm7rANTiTXhzXSRa7DKLE { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.8125rem;left:48.75rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#BnPo9WyfQR9V8intKifHR18VWNTiZq2g { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:13.625rem;left:48.75rem;height:4.375rem;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; }
#XAcV69DAgJyzAIeAuDIc9cQATgqrBtOG { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.9375rem;left:54.9375rem;height:3.736975rem;display:block; }
#X9IN3W95ZeNiczz86XiOiPWqwmy52zAp { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:13.625rem;left:60.0625rem;overflow:hidden;display:block; }
#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container { background-color: transparent; background-image: none; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container > .video-iframe-container { display: none; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row > .video-iframe-container { display: none; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .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); }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container { border-width: 0; border-radius: 0; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#LTRw5xZl7XtLt0V691033HrOkRiO7U1R { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#tMhaCFZvOWfI5c524KA3VyUkIAgTV4oc { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:toyotatype;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.0695343017578rem;left:3.7562494277954rem;height:3.25rem;font-style:normal;display:block; }
#P1aVzJHB14iKb2XfcozGUcrNnQby6fTo { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:41.6875rem;top:7.0000002384187rem;left:5.00390625rem;overflow:hidden;display:block; }
#HFdG19Zzu1QthI6ZnEiAuJZkAWw4I3Xf { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.25rem;left:48.75rem;height:1.86875rem;display:block; }
#TdOLT0NnRBTChyiuXxQUfZc9pWbCGyTd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:7rem;left:48.75rem;height:4.375rem;display:block; }
#ylONTMxJR4TLKTweKfIEA2NEJCE0fcSG { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;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:15020;text-align:center;text-align-last:center;top:19.0625rem;left:48.75rem;display:block; }
#riTI222VBq59nKb7cKO6aI2Ai3xKsm2d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aih8NA6SNMws06Blu8hp0QZlXITX3IJn { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.9375rem;left:58.875rem;height:1.86875rem;display:block; }
#xDsMu0BaXLogzA3R2x5tRtqAfScEiF0D { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.8125rem;left:48.75rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#yHcH0kCf8vMgiyOIo01q3Pl57lxxyngC { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:13.625rem;left:48.75rem;height:4.375rem;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; }
#UhrhuhbeT0xbXsz3OoBA5f7x5VntQ1OJ { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.9375rem;left:54.9375rem;height:3.736975rem;display:block; }
#at7toUlCfIzPn9VMX3IdUCP2UKT8dGTv { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:13.625rem;left:60.0625rem;overflow:hidden;display:block; }
#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row .container { background-color: transparent; background-image: none; }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row .container > .video-iframe-container { display: none; }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row > .video-iframe-container { display: none; }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .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); }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row .container { border-width: 0; border-radius: 0; }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#SAimKcT85fteGchXrfi8gIo5Gb9Elyed { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.875rem;left:44.90625rem;overflow:hidden;display:none; }
#bTz3qSTzmxGeE5sfEP3VbG9vGdmLZdFS { color:#000000;display:block;width:37.5615rem;position:absolute;font-family:toyotatype;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.1943359375rem;left:3.4052734375rem;height:3.25rem;font-style:normal;display:block; }
#aemdGbmbEFN284Vyc5L5wL5pUiPP1SMp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:44.5625rem;top:8.9375rem;left:0rem;overflow:hidden;display:block; }
#GdTlQQ1Ac9WMPc4rcbqqE8FTaAs1HsZG { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.25rem;left:48.75rem;height:1.86875rem;display:block; }
#D0NgeXuHEVyR3smwp7DUnDZNtrh01Q1b { color:#000000;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:7rem;left:48.75rem;height:4.375rem;display:block; }
#kkon4lvzg7fHO2tJzlK6C9sC1XQVwJz2 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;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:15020;text-align:center;text-align-last:center;top:19.0625rem;left:48.75rem;display:block; }
#T8Ea1uaHgazFTWTOuP4oWIp3atwpM07l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T1C4rPz7GRImV9lfIbeX7OPzGWs8qQRn { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:8.9375rem;left:60.249998092651rem;height:1.86875rem;display:block; }
#FvyXVeUl63xtOvNqqsXyKSqbz0Kps0aD { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:11.8125rem;left:48.75rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#IkXEfCpRpQDTUWFMkxetywVE0vRXZmQM { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:13.625rem;left:48.75rem;height:4.375rem;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; }
#FpVno5EMMzhLoDWa1kDzg50oVLsXPUpS { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.9375rem;left:54.9375rem;height:3.736975rem;display:block; }
#FrDT9XRp13BApKFycc349bnF4fLIOa6t { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:13.625rem;left:60.0625rem;overflow:hidden;display:block; }
#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container { background-color: transparent; background-image: none; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container > .video-iframe-container { display: none; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row > .video-iframe-container { display: none; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .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); }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container { border-width: 0; border-radius: 0; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#yThZbA2UVBKbn0WKc8kqmdcHS37IkQdV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.1875rem;left:41.40625rem;overflow:hidden;display:none; }
#WEhk7Zq2wk33DJa0aPaZP4dE0Ly33BTL { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.625rem;left:48.75rem;height:1.86875rem;display:block; }
#ls7I8fFDWZEOlfW75Ouqvk5DWnirzJs2 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:7.375rem;left:48.75rem;height:5rem;display:block; }
#cJlNbNVwxG64vrxOT0CtpTTp5RqTbi4C { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;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:15014;text-align:center;text-align-last:center;top:18.9375rem;left:48.75rem;display:block; }
#oCioHVAaweTPM2JsZQI42KFI5AmyOGzL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cWLwJk4uPhcCw7m44kExg1fDcfskIHZ8 { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.6875rem;left:60.0625rem;height:1.86875rem;display:block; }
#sZEWLx5aENsZTSXPyKmnTGwCbCyJMXRZ { color:#000000;display:block;width:9.625rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:14.437500476837rem;left:56.312498092651rem;height:3.736975rem;display:block; }
#toWkmeWTKqZCgU97o83OZsmIMK6NZRrJ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:14.125rem;left:61.125rem;overflow:hidden;display:block; }
#nNcf0s2ySxcTw1bPer4eU3WItNkC4AUa { color:#02708c;display:block;width:9rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:14.11874961853rem;left:48.75rem;height:4.375rem;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; }
#gX8zcCKFy4cRyD2xIuW9KLi8SlwE6dHM { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:12.3125rem;left:48.75rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#tdgXieXke86lgmyCb4PVE7RCHS2orAbL { color:#000000;display:block;width:37.5615rem;position:absolute;font-family:toyotatype;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.89990234375rem;left:4.39892578125rem;height:3.25rem;font-style:normal;display:block; }
#H3WNSFWw6U6LRIbTwyckwcMylmw3Rkn8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:34.125rem;top:4.96875rem;left:4.3984375rem;overflow:hidden;display:block; }
#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .row .container { background-color: transparent; background-image: none; }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .row .container > .video-iframe-container { display: none; }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .row > .video-iframe-container { display: none; }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .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); }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .row .container { border-width: 0; border-radius: 0; }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#fKyW5HQeRNtA0F6z3IRrIPtgUCcIoTB7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:40rem;top:5.9619140625rem;left:1.4921875rem;overflow:hidden;display:block; }
#W4H2hBavHIhaEEPK5Q7DgTdRFnqD5MGw { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.1875rem;left:41.40625rem;overflow:hidden;display:none; }
#cDlghSgD0SsPVKghAx5AS35GPfPaZuUt { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.625rem;left:48.75rem;height:1.86875rem;display:block; }
#avG9TX6GPOSgBih9tH6agMTCmTmMZNAT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:7.375rem;left:48.75rem;height:5rem;display:block; }
#T0llAVKwD592sZUQyXR0sRQSTr2iBePt { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;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:15014;text-align:center;text-align-last:center;top:18.9375rem;left:48.75rem;display:block; }
#gntqT2a9o8PWdBumEGXqlMo8v2IhSwTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W9DqRqbmpgKodWlcxdHhhTwcic8KPhHZ { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.6875rem;left:60.0625rem;height:1.86875rem;display:block; }
#AhAJ4UqTO9UNy86m8w9fs7yQJRBPht5O { color:#000000;display:block;width:9.625rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:14.437500476837rem;left:56.312498092651rem;height:3.736975rem;display:block; }
#yUT3RwBWJmJm6QU3ioThFmaVbRST76Dn { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:14.125rem;left:61.125rem;overflow:hidden;display:block; }
#DUlQpu2bXqdcpufU0wEGZoPgNUgTtiL7 { color:#02708c;display:block;width:9rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:14.11874961853rem;left:48.75rem;height:4.375rem;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; }
#CN5KTKQS6AI4UVJgXPobek39zPc1ef95 { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:12.3125rem;left:48.75rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#wguNwxH57RU1B460vnaWHoik5LzfOy3n { color:#000000;display:block;width:37.5615rem;position:absolute;font-family:toyotatype;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.89990234375rem;left:4.39892578125rem;height:3.25rem;font-style:normal;display:block; }
#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .row .container { background-color: transparent; background-image: none; }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .row .container > .video-iframe-container { display: none; }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .row > .video-iframe-container { display: none; }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .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); }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .row .container { border-width: 0; border-radius: 0; }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#fbmCDohTyXkNZo614r8bRlc3ZObfPHsH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:2.1875rem;left:41.40625rem;overflow:hidden;display:none; }
#yKLopMLuA2bNhaBwrbfVcFVOATS45UxH { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.625rem;left:48.75rem;height:1.86875rem;display:block; }
#boWkMPCIn4TKtLfnQ9Sli4dI0gHXWU23 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:7.375rem;left:48.75rem;height:5rem;display:block; }
#BKBR4iPZ6c0qqFTqn0BM5sl561ECUOto { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;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:15014;text-align:center;text-align-last:center;top:18.9375rem;left:48.75rem;display:block; }
#xzLuBzKXrNw9wsa5TrXpluzT4gTyTQVC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhfBMkInUqNLNIgfT4HloKssFndm9MWd { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:9.6875rem;left:60.0625rem;height:1.86875rem;display:block; }
#FisPp5JRHf8qIMbHzXHO6NbPIk4q8QSM { color:#000000;display:block;width:9.625rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:14.437500476837rem;left:56.312498092651rem;height:3.736975rem;display:block; }
#gII9b79AZUvHE2Uq681RI6viA9dktONQ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3125rem;top:14.125rem;left:61.125rem;overflow:hidden;display:block; }
#FM2xbUyS9PuXc3wTPn3HvNcqdouFyDL5 { color:#02708c;display:block;width:9rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:14.11874961853rem;left:48.75rem;height:4.375rem;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; }
#aAVTVJdPG1iWslkCDES0tT0MT0Qq6wvK { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:12.3125rem;left:48.75rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#nt6szu7yNOqOhTJ32dkosNtftdaq6uoN { color:#000000;display:block;width:37.5615rem;position:absolute;font-family:toyotatype;font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.89990234375rem;left:4.39892578125rem;height:3.25rem;font-style:normal;display:block; }
#sLOGgiWwbCHiz59HvE7SQ6xD4lQi22qk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:39.25rem;top:3.90625rem;left:2.771484375rem;overflow:hidden;display:block; }
#Wm3nrrUVccxSDF4RmXTJgUzg4Buw9vfN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Wm3nrrUVccxSDF4RmXTJgUzg4Buw9vfN > .row .container { border-width: 0; border-radius: 0; }#Wm3nrrUVccxSDF4RmXTJgUzg4Buw9vfN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wm3nrrUVccxSDF4RmXTJgUzg4Buw9vfN > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:none; }#dibNklwa9LJwwqH30loEFObETKNoZHem { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.125rem;width:20.6875rem;top:1.8125rem;left:46.40625rem;overflow:hidden;display:none; }
#CBr1GXl8m9OJpz8FfQBP4gcI8gVbZ63g { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.375rem;left:48.75rem;height:1.86875rem;display:block; }
#Xy1XTzABBOwDKxItxzTUvtEHitrln5c9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15019;line-height:1.6;letter-spacing:0;top:8.125rem;left:48.75rem;height:5rem;display:block; }
#P2QPQU0aWP7tzcIrFpmLMNNoardu67FU { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.0625rem;width:31.875rem;top:6.6875rem;left:5.3343744277954rem;overflow:hidden;display:block; }
#qQQWPvIWseFQc7NN7HIPBGdETZ2nwCJu { color:#000000;display:block;width:37.561875rem;position:absolute;font-family:toyotatype;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.9446601867676rem;left:5.3342018127441rem;height:3.25rem;font-style:normal;display:block; }
#dVoWymqxp93dcQ5N8W3XbCdWy5pgGxaB { color:#000000;display:block;width:10.7498125rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.249572753906rem;left:60.061855316162rem;height:1.86875rem;display:block; }
#Dy76D4kFIJyiuFdmb1xA4TWb2waP0r2H { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;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:15020;text-align:center;text-align-last:center;top:20.0625rem;left:48.75rem;display:block; }
#FTsk8BkVvOcM47yLSGd9gtcJ0VrHUkoB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#glFpsKOc46DcvMLgC1X6B2ST6GRh5BTC { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:15.0625rem;left:56.25rem;height:3.7375rem;display:block; }
#CZwngpKteuOTDCVtnK0ph2UwFCc0yx2I { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.3123125rem;top:14.75rem;left:61.0625rem;overflow:hidden;display:block; }
#S5hSnbOek9RTcAfUVlosXAXv2x5s6NeN { color:#02708c;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:3.125rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:14.75rem;left:48.75rem;height:4.375rem;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; }
#VHGbfHmkXbmNrT5OxvPWTVixUyHTsoiv { color:#000000;display:block;width:10.75rem;position:absolute;font-family:toyotatype;font-size:1.4375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13rem;left:48.75rem;height:1.86875rem;text-align:left;text-align-last:left;display:block; }
#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { background-color: transparent; background-image: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .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); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { border-width: 0; border-radius: 0; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#qeanhA0uTv3PVXvzNbRFui6GhSrdDd7m { color:#000000;display:block;width:17.5rem;position:absolute;font-family:toyotatype;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5rem;left:28.75rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#M2EXbrU7T03qPzOhEWeqkZD71Az9JaNX { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:toyotatype;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.25rem;left:26.09375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Ivt8h8NIdQmkxip4T2MQtCWRV7FrD6Db { color:#ffffff;display:block;width:72.3125rem;position:absolute;font-family:toyotatype;font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:1.34375rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row .container { background-color: transparent; background-image: none; }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row .container > .video-iframe-container { display: none; }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row > .video-iframe-container { display: none; }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .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); }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row .container { border-width: 0; border-radius: 0; }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#XzJnSaOZE8KEhm3eFm9Ass9kXt46Z62v { color:#000000;display:block;width:49.123046875rem;position:absolute;font-family:toyotatype;font-size:0.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.1875rem;left:12.9384765625rem;height:1.0556625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL { display:block; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container { width:47.75rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oq17Uoa9iifrtpPXxR0ysEnh8q94h3it { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOaKTRU0VyqXr2AizeT25NWWM1inFGM6 { width:2.375rem;height:1.25rem;top:1.6875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSAB1fLl6l8ApPiJOSg1tFAQLvk63TLc { width:23.4375rem;height:28.4375rem;top:5.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiHH9bxKc9FPyiPsFzrmO5fmbFhzqoFt { width:21.4375rem;height:2.4375rem;top:7.4375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lxo8TxpvGsbRRxsKBsl7s7SBzmGcILLS { width:37.5rem;height:9.4375rem;top:16.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0na0lnWtkMShD0eb5qwpOJknh3C9P7m { width:47.75rem;height:31.9375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-text {padding-top: 0; padding-bottom: 0;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-select {padding-top: 0; padding-bottom: 0;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-checkbox-label { width:18.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am  { width:19.75rem;height:auto;top:9.8125rem;left:0rem; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am {display:block;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am { width:19.75rem;height:auto;top:9.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #S6eHqckMgdwuhxQosTSvbVpmkkgTuhyn {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #dC6mODCtvRbZe9nlcWd88iaBaxF1WSFg {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #TA9AhCxk9fKz0Aknh9TtkDB1zI3SfCqM {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #ZSAgpUolc8bkPEevkkz3I729Be3syn3T {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #NZWkUwbcRoWDddmCFz94J9cq0PbPS5E9 {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #IKCcoObNA7RuZn6MJIqN6U6TsEnyAnCn {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #mmEwiBWnVFXI1D10WtdTDfloKcSsBCxS {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #dA5SwgbN8UHpl23Twv02u6onXmUfN4ux {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #XZ8DmgxdfWPPUKVx34R2CxDTsoM4UUsi {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #WLl3c2kyxhDUw93u8zU1wgLgyodFAlqZ {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #hQaRNHwC7Wz3BdF4O4Tf9dTIOBuC6yfW {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #y7FMlaPZV8OtlLcfJtsRRK1mlkhneshV {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #vxFB7GKGuKuMPJdLDiKfaHs4mTnphTWS {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #qSTdkBveiFC9K8m6ysBH4XO7Xobx4PHu {  }
 }@media only screen and (max-width: 763px) { #ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru { display:block; }#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVsLyTMTlGIoya0fR8kG52XQKNRAqeP8 { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdIFJrBNKPNNJLWs5Ageu6xQCSZXJrZk { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxrpzyFVg2qzvOMegkpvR6n0B4u1ktWx { width:13rem;height:9.1875rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONl03IEIu4wOWq2mTi4pTo5DAbIQTTDU { width:10.6875rem;height:1.8681625rem;top:6.25rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeMlfhrIOCrAGCeSF2HQcvovrIF9WonZ { width:12.5rem;height:4.375rem;top:6.9375rem;left:35.125003814698rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va8xStrK8t4PFvy9FEPQTo3XlHvOFhSW { width:17.5rem;height:3.4375rem;top:19.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR5R9SXPkVUNkIiX4bOzEnfGITw7d52T { display:block; }
 }@media only screen and (max-width: 763px) { #pU9GeLnJzDxBCtsRcSVJfGpDDfxJH3XM { width:10.6875rem;height:1.8681625rem;top:8.9375rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCU2oN4ZrqwgF5TopNCtRs1N7vRS2JVs { width:10.6875rem;height:1.8681625rem;top:11.8125rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEC5GdEX3u31E63315FbV52iobbRL5rM { width:12.5rem;height:4.0244125rem;top:13.5625rem;left:35.125003814698rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZMFdpXLrgBdtPQEmJXgHmxEBT3VwN6H { width:10.6875rem;height:3.736325rem;top:13.9375rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0JrSM79CtTWZQckBv9kl2vX0uaJiPVg { width:7.25rem;height:4.3377180611469rem;top:13.625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwdbWNUmms7HFgASTnODsQwoCHH0N00t { display:block; }#cwdbWNUmms7HFgASTnODsQwoCHH0N00t > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KcWPPCtPTx93KRpSA5gfPhq1vLXZdiee { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtuN30KvTvmXRPHeOHaQzDOX44VRgelN { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psJltRICrr9BuIBIddbzRyx8UmC5oZTb { width:13rem;height:9.1875rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9AxzwpTFTSO2XyDXgBfS2BukXITamMm { width:10.6875rem;height:1.8681625rem;top:6.25rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC7mfy1GATJ7i2bH6m1p1viaV1RvU8IZ { width:12.5rem;height:4.375rem;top:7rem;left:35.125001907349rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4q3wmBlZVQX3HTqLPD7NATrMhTOQEBn { width:17.5rem;height:3.4375rem;top:19.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBXcbQomeWwsymOTu2HClDToacvtBGQt { display:block; }
 }@media only screen and (max-width: 763px) { #tLUILJ0q61mPrSZWhR3CcfH6UT2SFRnf { width:10.5625rem;height:1.8681625rem;top:8.9375rem;left:37.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXs4LppZDwzbgUKRtGpXJHv4NITPTunP { width:10.6875rem;height:1.8681625rem;top:11.8125rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvItr0ygu1GFDUtutsT5gCD4ePIo14fc { width:12.5rem;height:4.0244125rem;top:13.625rem;left:35.125001907349rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAZkUX7HZcNI8gpgFISryA4u0Qg8retq { width:10.75rem;height:3.736325rem;top:14rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIFvytDS9iwyuxMsJRBM64pHhbsID5mE { width:7.3125rem;height:4.375rem;top:13.625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxXNUhDNhTwApB1xgX189exIzNxcfcNV { display:block; }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgfv30eszy58mfRnHlRmpHSzraqOuZFT { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnzWqJPgpAEBOwKteNET5KeQdakhBl0G { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgsDtRcd8TT5ibv23tJCQcZiqwhhf5hh { width:12.375rem;height:8.9375rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APpLurP1UQu90AoQxAuhWQnnEghknInI { width:10.6875rem;height:1.8681625rem;top:6.25rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIlhT5pwzxulQMFLuid8N18IGdeD8SLM { width:12.5rem;height:4.375rem;top:7rem;left:35.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLz82T8nnkcQZHfdd0ubUSTSg2JtuWhr { width:17.5rem;height:3.4375rem;top:19.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDF7uS7idUVuaMDCd8RnrCSf9fVyDuaA { display:block; }
 }@media only screen and (max-width: 763px) { #JACcxKdhvDMnViqP61xvpUI8i2FNmgk2 { width:10.6875rem;height:1.8681625rem;top:8.9375rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5sh0wTXuy2rm7rANTiTXhzXSRa7DKLE { width:10.6875rem;height:1.8681625rem;top:11.8125rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnPo9WyfQR9V8intKifHR18VWNTiZq2g { width:12.5rem;height:4.375rem;top:13.625rem;left:35.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAcV69DAgJyzAIeAuDIc9cQATgqrBtOG { width:10.6875rem;height:3.736325rem;top:13.9375rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9IN3W95ZeNiczz86XiOiPWqwmy52zAp { width:7.25rem;height:4.3377180611469rem;top:13.625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed53q1I7AMsXTc97W04MdmyA9vINJfAA { display:block; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTRw5xZl7XtLt0V691033HrOkRiO7U1R { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMhaCFZvOWfI5c524KA3VyUkIAgTV4oc { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1aVzJHB14iKb2XfcozGUcrNnQby6fTo { width:13.1875rem;height:6.1875rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFdG19Zzu1QthI6ZnEiAuJZkAWw4I3Xf { width:10.6875rem;height:1.8681625rem;top:6.25rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdOLT0NnRBTChyiuXxQUfZc9pWbCGyTd { width:12.5rem;height:4.375rem;top:7rem;left:35.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylONTMxJR4TLKTweKfIEA2NEJCE0fcSG { width:17.5rem;height:3.4375rem;top:19.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #riTI222VBq59nKb7cKO6aI2Ai3xKsm2d { display:block; }
 }@media only screen and (max-width: 763px) { #aih8NA6SNMws06Blu8hp0QZlXITX3IJn { width:10.6875rem;height:1.8681625rem;top:8.9375rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDsMu0BaXLogzA3R2x5tRtqAfScEiF0D { width:10.6875rem;height:1.8681625rem;top:11.8125rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHcH0kCf8vMgiyOIo01q3Pl57lxxyngC { width:12.5rem;height:4.375rem;top:13.625rem;left:35.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhrhuhbeT0xbXsz3OoBA5f7x5VntQ1OJ { width:10.6875rem;height:3.736325rem;top:13.9375rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #at7toUlCfIzPn9VMX3IdUCP2UKT8dGTv { width:7.25rem;height:4.3377180611469rem;top:13.625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA { display:block; }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAimKcT85fteGchXrfi8gIo5Gb9Elyed { width:17.875rem;height:8.75rem;top:0.5rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTz3qSTzmxGeE5sfEP3VbG9vGdmLZdFS { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aemdGbmbEFN284Vyc5L5wL5pUiPP1SMp { width:13.1875rem;height:4.625rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdTlQQ1Ac9WMPc4rcbqqE8FTaAs1HsZG { width:10.6875rem;height:1.8681625rem;top:6.25rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0NgeXuHEVyR3smwp7DUnDZNtrh01Q1b { width:12.5rem;height:4.375rem;top:7rem;left:35.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkon4lvzg7fHO2tJzlK6C9sC1XQVwJz2 { width:17.5rem;height:3.4375rem;top:19.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8Ea1uaHgazFTWTOuP4oWIp3atwpM07l { display:block; }
 }@media only screen and (max-width: 763px) { #T1C4rPz7GRImV9lfIbeX7OPzGWs8qQRn { width:10.6875rem;height:1.8681625rem;top:8.9375rem;left:37.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvyXVeUl63xtOvNqqsXyKSqbz0Kps0aD { width:10.6875rem;height:1.8681625rem;top:11.8125rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkXEfCpRpQDTUWFMkxetywVE0vRXZmQM { width:12.5rem;height:4.375rem;top:13.625rem;left:35.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpVno5EMMzhLoDWa1kDzg50oVLsXPUpS { width:10.6875rem;height:3.736325rem;top:13.9375rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrDT9XRp13BApKFycc349bnF4fLIOa6t { width:7.25rem;height:4.3377180611469rem;top:13.625rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EblowpWhl9NmsSddrc7E1ZOMZpURkOrM { display:block; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yThZbA2UVBKbn0WKc8kqmdcHS37IkQdV { width:17.875rem;height:8.75rem;top:2.1875rem;left:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WEhk7Zq2wk33DJa0aPaZP4dE0Ly33BTL { width:10.6875rem;height:1.8681625rem;top:6.625rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls7I8fFDWZEOlfW75Ouqvk5DWnirzJs2 { width:12.5rem;height:5rem;top:7.375rem;left:35.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJlNbNVwxG64vrxOT0CtpTTp5RqTbi4C { width:17.5rem;height:3.4375rem;top:18.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCioHVAaweTPM2JsZQI42KFI5AmyOGzL { display:block; }
 }@media only screen and (max-width: 763px) { #cWLwJk4uPhcCw7m44kExg1fDcfskIHZ8 { width:10.6875rem;height:1.8681625rem;top:9.6875rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZEWLx5aENsZTSXPyKmnTGwCbCyJMXRZ { width:9.625rem;height:3.736325rem;top:14.4375rem;left:37.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toWkmeWTKqZCgU97o83OZsmIMK6NZRrJ { width:7.3125rem;height:4.375rem;top:14.125rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNcf0s2ySxcTw1bPer4eU3WItNkC4AUa { width:9rem;height:4.375rem;top:14.0625rem;left:35.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX8zcCKFy4cRyD2xIuW9KLi8SlwE6dHM { width:10.6875rem;height:1.8681625rem;top:12.3125rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdgXieXke86lgmyCb4PVE7RCHS2orAbL { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3WNSFWw6U6LRIbTwyckwcMylmw3Rkn8 { width:8.0625rem;height:4.9375rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso { display:block; }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKyW5HQeRNtA0F6z3IRrIPtgUCcIoTB7 { width:13.625rem;height:6rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4H2hBavHIhaEEPK5Q7DgTdRFnqD5MGw { width:17.875rem;height:8.75rem;top:2.1875rem;left:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDlghSgD0SsPVKghAx5AS35GPfPaZuUt { width:10.6875rem;height:1.8681625rem;top:6.625rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avG9TX6GPOSgBih9tH6agMTCmTmMZNAT { width:12.5rem;height:5rem;top:7.375rem;left:35.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0llAVKwD592sZUQyXR0sRQSTr2iBePt { width:17.5rem;height:3.4375rem;top:18.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gntqT2a9o8PWdBumEGXqlMo8v2IhSwTO { display:block; }
 }@media only screen and (max-width: 763px) { #W9DqRqbmpgKodWlcxdHhhTwcic8KPhHZ { width:10.6875rem;height:1.8681625rem;top:9.6875rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhAJ4UqTO9UNy86m8w9fs7yQJRBPht5O { width:9.625rem;height:3.736325rem;top:14.4375rem;left:37.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUT3RwBWJmJm6QU3ioThFmaVbRST76Dn { width:7.3125rem;height:4.375rem;top:14.125rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUlQpu2bXqdcpufU0wEGZoPgNUgTtiL7 { width:9rem;height:4.375rem;top:14.0625rem;left:35.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN5KTKQS6AI4UVJgXPobek39zPc1ef95 { width:10.6875rem;height:1.8681625rem;top:12.3125rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wguNwxH57RU1B460vnaWHoik5LzfOy3n { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt { display:block; }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbmCDohTyXkNZo614r8bRlc3ZObfPHsH { width:17.875rem;height:8.75rem;top:2.1875rem;left:24.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKLopMLuA2bNhaBwrbfVcFVOATS45UxH { width:10.6875rem;height:1.8681625rem;top:6.625rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boWkMPCIn4TKtLfnQ9Sli4dI0gHXWU23 { width:12.5rem;height:5rem;top:7.375rem;left:35.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKBR4iPZ6c0qqFTqn0BM5sl561ECUOto { width:17.5rem;height:3.4375rem;top:18.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzLuBzKXrNw9wsa5TrXpluzT4gTyTQVC { display:block; }
 }@media only screen and (max-width: 763px) { #rhfBMkInUqNLNIgfT4HloKssFndm9MWd { width:10.6875rem;height:1.8681625rem;top:9.6875rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FisPp5JRHf8qIMbHzXHO6NbPIk4q8QSM { width:9.625rem;height:3.736325rem;top:14.4375rem;left:37.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gII9b79AZUvHE2Uq681RI6viA9dktONQ { width:7.3125rem;height:4.375rem;top:14.125rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM2xbUyS9PuXc3wTPn3HvNcqdouFyDL5 { width:9rem;height:4.375rem;top:14.0625rem;left:35.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAVTVJdPG1iWslkCDES0tT0MT0Qq6wvK { width:10.6875rem;height:1.8681625rem;top:12.3125rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt6szu7yNOqOhTJ32dkosNtftdaq6uoN { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLOGgiWwbCHiz59HvE7SQ6xD4lQi22qk { width:6rem;height:3.5rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm3nrrUVccxSDF4RmXTJgUzg4Buw9vfN { display:block; }#Wm3nrrUVccxSDF4RmXTJgUzg4Buw9vfN > .row .container { width:47.75rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dibNklwa9LJwwqH30loEFObETKNoZHem { width:17.875rem;height:8.75rem;top:1rem;left:25.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBr1GXl8m9OJpz8FfQBP4gcI8gVbZ63g { width:10.6875rem;height:1.8681625rem;top:7.375rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy1XTzABBOwDKxItxzTUvtEHitrln5c9 { width:12.5rem;height:5rem;top:8.125rem;left:35.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2QPQU0aWP7tzcIrFpmLMNNoardu67FU { width:13.5rem;height:9.375rem;top:10.8125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQQWPvIWseFQc7NN7HIPBGdETZ2nwCJu { width:29rem;height:2.03125rem;top:4.5625rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVoWymqxp93dcQ5N8W3XbCdWy5pgGxaB { width:10.6875rem;height:1.8681625rem;top:10.1875rem;left:37rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy76D4kFIJyiuFdmb1xA4TWb2waP0r2H { width:17.5rem;height:3.4375rem;top:20.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTsk8BkVvOcM47yLSGd9gtcJ0VrHUkoB { display:block; }
 }@media only screen and (max-width: 763px) { #glFpsKOc46DcvMLgC1X6B2ST6GRh5BTC { width:10.6875rem;height:3.736325rem;top:15.0625rem;left:37.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZwngpKteuOTDCVtnK0ph2UwFCc0yx2I { width:7.25rem;height:4.3377180611469rem;top:14.75rem;left:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5hSnbOek9RTcAfUVlosXAXv2x5s6NeN { width:12.5rem;height:4.0244125rem;top:14.75rem;left:35.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHGbfHmkXbmNrT5OxvPWTVixUyHTsoiv { width:10.6875rem;height:1.8681625rem;top:13rem;left:35.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW { display:block; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { width:47.75rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeanhA0uTv3PVXvzNbRFui6GhSrdDd7m { width:15.749080657959rem;height:3.1669875rem;top:4.2899780273438rem;left:26.434970676899rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2EXbrU7T03qPzOhEWeqkZD71Az9JaNX { width:20.4365234375rem;height:2.4375rem;top:1.232421875rem;left:24.0908203125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivt8h8NIdQmkxip4T2MQtCWRV7FrD6Db { width:20.4365234375rem;height:26.8125rem;top:1.232421875rem;left:24.0908203125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 { display:block; }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row .container { width:47.75rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzJnSaOZE8KEhm3eFm9Ass9kXt46Z62v { width:35.8125rem;height:1.13671875rem;top:1.8125rem;left:5.96875rem;font-size:0.875rem;font-family:bebas;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL { background-color:#ffffff;background-image:none;display:block; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container { background-color: transparent; background-image: none; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container > .video-iframe-container { display: none; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row > .video-iframe-container { display: none; }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .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); }#Ux1rnlIp6WlLhGvxChvbFOZcdJiM8AAL > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oq17Uoa9iifrtpPXxR0ysEnh8q94h3it { top:0.9375rem;left:0rem;width:20rem;height:22.875rem;z-index:14998;background-color:#e91918;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOaKTRU0VyqXr2AizeT25NWWM1inFGM6 { width:5.6875rem;height:3rem;top:0.808376789093rem;left:5.7812500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSAB1fLl6l8ApPiJOSg1tFAQLvk63TLc { width:20rem;height:18.4375rem;top:42.7275390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiHH9bxKc9FPyiPsFzrmO5fmbFhzqoFt { width:16.375rem;height:0;top:8.43359375rem;left:1.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lxo8TxpvGsbRRxsKBsl7s7SBzmGcILLS { width:20rem;height:5.0439453125rem;top:18.93359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0na0lnWtkMShD0eb5qwpOJknh3C9P7m { width:20rem;height:13.375rem;top:3.056640625rem;left:0rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-text {padding-top: 0; padding-bottom: 0;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-select {padding-top: 0; padding-bottom: 0;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am  { width:17.5rem;height:auto;top:18.450521469116rem;left:0rem;z-index:14997; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am {display:block;}#HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am { width:17.5rem;height:auto;top:18.450521469116rem;left:0rem;z-index:14997; }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #S6eHqckMgdwuhxQosTSvbVpmkkgTuhyn {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #dC6mODCtvRbZe9nlcWd88iaBaxF1WSFg { display:block; }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #TA9AhCxk9fKz0Aknh9TtkDB1zI3SfCqM {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #ZSAgpUolc8bkPEevkkz3I729Be3syn3T {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #NZWkUwbcRoWDddmCFz94J9cq0PbPS5E9 { display:block; }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #IKCcoObNA7RuZn6MJIqN6U6TsEnyAnCn {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #mmEwiBWnVFXI1D10WtdTDfloKcSsBCxS {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #dA5SwgbN8UHpl23Twv02u6onXmUfN4ux { display:block; }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #XZ8DmgxdfWPPUKVx34R2CxDTsoM4UUsi {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #WLl3c2kyxhDUw93u8zU1wgLgyodFAlqZ {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #hQaRNHwC7Wz3BdF4O4Tf9dTIOBuC6yfW {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #y7FMlaPZV8OtlLcfJtsRRK1mlkhneshV {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #vxFB7GKGuKuMPJdLDiKfaHs4mTnphTWS {  }
 }@media only screen and (max-width: 763px) { #HNMa8y5NV8MdkWN5TqW9s8eVbCT6W4am #qSTdkBveiFC9K8m6ysBH4XO7Xobx4PHu {  }
 }@media only screen and (max-width: 763px) { #ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru { background-color:#ffffff;background-image:none;display:none; }#ASVcLrKqNkJIRK4LMb5W13KyE6mJgzru > .row .container { width:20rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tVsLyTMTlGIoya0fR8kG52XQKNRAqeP8 { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QdIFJrBNKPNNJLWs5Ageu6xQCSZXJrZk { width:20rem;height:1.62435rem;top:0.81163215637206rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pxrpzyFVg2qzvOMegkpvR6n0B4u1ktWx { width:20rem;height:14.0625rem;top:0.99934959411619rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ONl03IEIu4wOWq2mTi4pTo5DAbIQTTDU { width:10.7483125rem;height:1.8684875rem;top:13.125rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeMlfhrIOCrAGCeSF2HQcvovrIF9WonZ { width:12.5rem;height:2.79948125rem;top:15rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va8xStrK8t4PFvy9FEPQTo3XlHvOFhSW { width:17.5rem;height:3.4375rem;top:25.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR5R9SXPkVUNkIiX4bOzEnfGITw7d52T { display:block; }
 }@media only screen and (max-width: 763px) { #pU9GeLnJzDxBCtsRcSVJfGpDDfxJH3XM { width:10.7483125rem;height:1.7252625rem;top:16rem;left:7.8125rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NCU2oN4ZrqwgF5TopNCtRs1N7vRS2JVs { width:10.7483125rem;height:1.8684875rem;top:18.375rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEC5GdEX3u31E63315FbV52iobbRL5rM { width:12.5rem;height:4.8882375rem;top:19.875rem;left:1rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eZMFdpXLrgBdtPQEmJXgHmxEBT3VwN6H { width:10.7483125rem;height:2.8754375rem;top:20.875rem;left:6.625rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #p0JrSM79CtTWZQckBv9kl2vX0uaJiPVg { width:7.312rem;height:4.375rem;top:20.125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwdbWNUmms7HFgASTnODsQwoCHH0N00t { background-color:#ffffff;background-image:none;display:none; }#cwdbWNUmms7HFgASTnODsQwoCHH0N00t > .row .container { width:20rem;height:34.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KcWPPCtPTx93KRpSA5gfPhq1vLXZdiee { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtuN30KvTvmXRPHeOHaQzDOX44VRgelN { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #psJltRICrr9BuIBIddbzRyx8UmC5oZTb { width:20rem;height:14.125rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c9AxzwpTFTSO2XyDXgBfS2BukXITamMm { width:10.7483125rem;height:1.86875rem;top:17.084419250488rem;left:1.2500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC7mfy1GATJ7i2bH6m1p1viaV1RvU8IZ { width:12.5rem;height:2.8rem;top:18.951824188233rem;left:1.2500000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4q3wmBlZVQX3HTqLPD7NATrMhTOQEBn { width:17.5rem;height:3.4375rem;top:29.459630012512rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBXcbQomeWwsymOTu2HClDToacvtBGQt { display:block; }
 }@media only screen and (max-width: 763px) { #tLUILJ0q61mPrSZWhR3CcfH6UT2SFRnf { width:10.747625rem;height:2.15625rem;top:19.489285469055rem;left:8.9348210692406rem;font-size:1.4375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dXs4LppZDwzbgUKRtGpXJHv4NITPTunP { width:10.7483125rem;height:1.86875rem;top:22.305774688721rem;left:1.2478298544884rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvItr0ygu1GFDUtutsT5gCD4ePIo14fc { width:12.5rem;height:4.8875rem;top:23.814018249512rem;left:1.2500000596046rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IAZkUX7HZcNI8gpgFISryA4u0Qg8retq { width:10.747625rem;height:2.875rem;top:24.82008934021rem;left:8.0589284300806rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PIFvytDS9iwyuxMsJRBM64pHhbsID5mE { width:7.312rem;height:4.375rem;top:24.1875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxXNUhDNhTwApB1xgX189exIzNxcfcNV { background-color:#ffffff;background-image:none;display:block; }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row .container { background-color: transparent; background-image: none; }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row .container > .video-iframe-container { display: none; }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row > .video-iframe-container { display: none; }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .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); }#PxXNUhDNhTwApB1xgX189exIzNxcfcNV > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgfv30eszy58mfRnHlRmpHSzraqOuZFT { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnzWqJPgpAEBOwKteNET5KeQdakhBl0G { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pgsDtRcd8TT5ibv23tJCQcZiqwhhf5hh { width:18.75rem;height:13.5625rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #APpLurP1UQu90AoQxAuhWQnnEghknInI { width:10.7483125rem;height:1.86875rem;top:17.084419250488rem;left:1.2500000596046rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIlhT5pwzxulQMFLuid8N18IGdeD8SLM { width:12.5rem;height:2.8rem;top:18.951824188233rem;left:1.2500000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLz82T8nnkcQZHfdd0ubUSTSg2JtuWhr { width:17.5rem;height:3.4375rem;top:29.459630012512rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDF7uS7idUVuaMDCd8RnrCSf9fVyDuaA { display:block; }
 }@media only screen and (max-width: 763px) { #JACcxKdhvDMnViqP61xvpUI8i2FNmgk2 { width:10.7483125rem;height:1.7246125rem;top:19.953342437744rem;left:8.0707464814187rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #f5sh0wTXuy2rm7rANTiTXhzXSRa7DKLE { width:10.7483125rem;height:1.86875rem;top:22.305774688721rem;left:1.2478298544884rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnPo9WyfQR9V8intKifHR18VWNTiZq2g { width:12.5rem;height:4.8875rem;top:23.814018249512rem;left:1.2500000596046rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XAcV69DAgJyzAIeAuDIc9cQATgqrBtOG { width:10.7483125rem;height:2.8754375rem;top:24.817710876465rem;left:6.8728299736975rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #X9IN3W95ZeNiczz86XiOiPWqwmy52zAp { width:7.312rem;height:4.375rem;top:24.066842079163rem;left:11.997613012791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed53q1I7AMsXTc97W04MdmyA9vINJfAA { background-color:#ffffff;background-image:none;display:block; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container { background-color: transparent; background-image: none; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container > .video-iframe-container { display: none; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row > .video-iframe-container { display: none; }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .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); }#Ed53q1I7AMsXTc97W04MdmyA9vINJfAA > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTRw5xZl7XtLt0V691033HrOkRiO7U1R { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMhaCFZvOWfI5c524KA3VyUkIAgTV4oc { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1aVzJHB14iKb2XfcozGUcrNnQby6fTo { width:20rem;height:9.3125rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HFdG19Zzu1QthI6ZnEiAuJZkAWw4I3Xf { width:10.7483125rem;height:1.86875rem;top:13.4375rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdOLT0NnRBTChyiuXxQUfZc9pWbCGyTd { width:12.5rem;height:2.8rem;top:15.3125rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylONTMxJR4TLKTweKfIEA2NEJCE0fcSG { width:17.5rem;height:3.4375rem;top:25.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riTI222VBq59nKb7cKO6aI2Ai3xKsm2d { display:block; }
 }@media only screen and (max-width: 763px) { #aih8NA6SNMws06Blu8hp0QZlXITX3IJn { width:10.7483125rem;height:1.725rem;top:16.3125rem;left:7.8125rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #xDsMu0BaXLogzA3R2x5tRtqAfScEiF0D { width:10.7483125rem;height:1.86875rem;top:18.6875rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHcH0kCf8vMgiyOIo01q3Pl57lxxyngC { width:12.5rem;height:4.8875rem;top:20.1875rem;left:1rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UhrhuhbeT0xbXsz3OoBA5f7x5VntQ1OJ { width:10.7483125rem;height:2.875rem;top:21.1875rem;left:6.625rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #at7toUlCfIzPn9VMX3IdUCP2UKT8dGTv { width:7.312rem;height:4.375rem;top:20.4375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA { background-color:#ffffff;background-image:none;display:block; }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row .container { background-color: transparent; background-image: none; }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row .container > .video-iframe-container { display: none; }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row > .video-iframe-container { display: none; }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .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); }#Ld5U7HErbFaNdXau9lWB9CqNROTkZKIA > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAimKcT85fteGchXrfi8gIo5Gb9Elyed { width:12.75rem;height:6.25rem;top:1.625rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTz3qSTzmxGeE5sfEP3VbG9vGdmLZdFS { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aemdGbmbEFN284Vyc5L5wL5pUiPP1SMp { width:20rem;height:7rem;top:5.0625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GdTlQQ1Ac9WMPc4rcbqqE8FTaAs1HsZG { width:10.7483125rem;height:1.86875rem;top:13.3125rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0NgeXuHEVyR3smwp7DUnDZNtrh01Q1b { width:12.5rem;height:2.8rem;top:15.1875rem;left:1rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkon4lvzg7fHO2tJzlK6C9sC1XQVwJz2 { width:17.5rem;height:3.4375rem;top:25.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8Ea1uaHgazFTWTOuP4oWIp3atwpM07l { display:block; }
 }@media only screen and (max-width: 763px) { #T1C4rPz7GRImV9lfIbeX7OPzGWs8qQRn { width:10.747625rem;height:1.725rem;top:15.974994659424rem;left:8.3640626668931rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FvyXVeUl63xtOvNqqsXyKSqbz0Kps0aD { width:10.7483125rem;height:1.86875rem;top:18.5625rem;left:1rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkXEfCpRpQDTUWFMkxetywVE0vRXZmQM { width:12.5rem;height:4.8875rem;top:20.0625rem;left:1rem;font-size:2.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #FpVno5EMMzhLoDWa1kDzg50oVLsXPUpS { width:10.7483125rem;height:2.8754375rem;top:21.0625rem;left:6.625rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FrDT9XRp13BApKFycc349bnF4fLIOa6t { width:7.312rem;height:4.375rem;top:20.3125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EblowpWhl9NmsSddrc7E1ZOMZpURkOrM { background-color:#ffffff;background-image:none;display:block; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container { background-color: transparent; background-image: none; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container > .video-iframe-container { display: none; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row > .video-iframe-container { display: none; }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .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); }#EblowpWhl9NmsSddrc7E1ZOMZpURkOrM > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yThZbA2UVBKbn0WKc8kqmdcHS37IkQdV { width:12.75rem;height:6.25rem;top:1.3125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WEhk7Zq2wk33DJa0aPaZP4dE0Ly33BTL { width:10.7498125rem;height:1.86875rem;top:14.875rem;left:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls7I8fFDWZEOlfW75Ouqvk5DWnirzJs2 { width:12.5rem;height:3.2rem;top:16.75rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJlNbNVwxG64vrxOT0CtpTTp5RqTbi4C { width:17.5rem;height:3.4375rem;top:28rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCioHVAaweTPM2JsZQI42KFI5AmyOGzL { display:block; }
 }@media only screen and (max-width: 763px) { #cWLwJk4uPhcCw7m44kExg1fDcfskIHZ8 { width:10.7486875rem;height:2.3rem;top:17.375rem;left:8.8125rem;font-size:1.4375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #sZEWLx5aENsZTSXPyKmnTGwCbCyJMXRZ { width:9.5625rem;height:2.875rem;top:23.375rem;left:8.0625003576281rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #toWkmeWTKqZCgU97o83OZsmIMK6NZRrJ { width:7.3123125rem;height:4.375rem;top:22.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNcf0s2ySxcTw1bPer4eU3WItNkC4AUa { width:8.9985rem;height:4.025rem;top:22.8125rem;left:1.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX8zcCKFy4cRyD2xIuW9KLi8SlwE6dHM { width:10.7486875rem;height:1.86875rem;top:20.8125rem;left:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdgXieXke86lgmyCb4PVE7RCHS2orAbL { width:20rem;height:1.625rem;top:0.9384765625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3WNSFWw6U6LRIbTwyckwcMylmw3Rkn8 { width:17rem;height:10.25rem;top:4.0009765625rem;left:1.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso { background-color:#ffffff;background-image:none;display:block; }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .row .container { background-color: transparent; background-image: none; }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .row .container > .video-iframe-container { display: none; }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .row > .video-iframe-container { display: none; }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .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); }#CFtvZuB1vI1Z1GxTRba5LmqnsFP8bpso > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fKyW5HQeRNtA0F6z3IRrIPtgUCcIoTB7 { width:17.9375rem;height:7.8125rem;top:4.6884765625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W4H2hBavHIhaEEPK5Q7DgTdRFnqD5MGw { width:12.75rem;height:6.25rem;top:1.3125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDlghSgD0SsPVKghAx5AS35GPfPaZuUt { width:10.7498125rem;height:1.86875rem;top:14.875rem;left:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avG9TX6GPOSgBih9tH6agMTCmTmMZNAT { width:12.5rem;height:3.2rem;top:16.75rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0llAVKwD592sZUQyXR0sRQSTr2iBePt { width:17.5rem;height:3.4375rem;top:28rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gntqT2a9o8PWdBumEGXqlMo8v2IhSwTO { display:block; }
 }@media only screen and (max-width: 763px) { #W9DqRqbmpgKodWlcxdHhhTwcic8KPhHZ { width:10.7486875rem;height:2.3rem;top:17.375rem;left:8.8125rem;font-size:1.4375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #AhAJ4UqTO9UNy86m8w9fs7yQJRBPht5O { width:9.5625rem;height:2.875rem;top:23.375rem;left:8.0625003576281rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yUT3RwBWJmJm6QU3ioThFmaVbRST76Dn { width:7.3123125rem;height:4.375rem;top:22.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUlQpu2bXqdcpufU0wEGZoPgNUgTtiL7 { width:8.9985rem;height:4.025rem;top:22.8125rem;left:1.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN5KTKQS6AI4UVJgXPobek39zPc1ef95 { width:10.7486875rem;height:1.86875rem;top:20.8125rem;left:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wguNwxH57RU1B460vnaWHoik5LzfOy3n { width:20rem;height:1.625rem;top:1.3134765625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt { background-color:#ffffff;background-image:none;display:block; }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .row .container { background-color: transparent; background-image: none; }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .row .container > .video-iframe-container { display: none; }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .row > .video-iframe-container { display: none; }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .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); }#NwLDASsIsFVG3eFFwkaLqiQ5lg4TltHt > .row .container { width:20rem;height:35.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbmCDohTyXkNZo614r8bRlc3ZObfPHsH { width:12.75rem;height:6.25rem;top:1.3125rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKLopMLuA2bNhaBwrbfVcFVOATS45UxH { width:10.7498125rem;height:1.86875rem;top:14.875rem;left:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boWkMPCIn4TKtLfnQ9Sli4dI0gHXWU23 { width:12.5rem;height:3.2rem;top:16.75rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKBR4iPZ6c0qqFTqn0BM5sl561ECUOto { width:17.5rem;height:3.4375rem;top:28rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzLuBzKXrNw9wsa5TrXpluzT4gTyTQVC { display:block; }
 }@media only screen and (max-width: 763px) { #rhfBMkInUqNLNIgfT4HloKssFndm9MWd { width:10.7486875rem;height:2.3rem;top:17.375rem;left:8.8125rem;font-size:1.4375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FisPp5JRHf8qIMbHzXHO6NbPIk4q8QSM { width:9.5625rem;height:2.875rem;top:23.375rem;left:8.0625003576281rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #gII9b79AZUvHE2Uq681RI6viA9dktONQ { width:7.3123125rem;height:4.375rem;top:22.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM2xbUyS9PuXc3wTPn3HvNcqdouFyDL5 { width:8.9985rem;height:4.025rem;top:22.8125rem;left:1.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAVTVJdPG1iWslkCDES0tT0MT0Qq6wvK { width:10.7486875rem;height:1.86875rem;top:20.8125rem;left:1.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nt6szu7yNOqOhTJ32dkosNtftdaq6uoN { width:20rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLOGgiWwbCHiz59HvE7SQ6xD4lQi22qk { width:15.75rem;height:9.0625rem;top:4.5009765625rem;left:2.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Wm3nrrUVccxSDF4RmXTJgUzg4Buw9vfN { background-color:#ffffff;background-image:none;display:none; }#Wm3nrrUVccxSDF4RmXTJgUzg4Buw9vfN > .row .container { width:20rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dibNklwa9LJwwqH30loEFObETKNoZHem { width:12.75rem;height:6.25rem;top:1.25rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBr1GXl8m9OJpz8FfQBP4gcI8gVbZ63g { width:10.7483125rem;height:1.86875rem;top:16.3125rem;left:0.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy1XTzABBOwDKxItxzTUvtEHitrln5c9 { width:12.5rem;height:3.2rem;top:18.1875rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2QPQU0aWP7tzcIrFpmLMNNoardu67FU { width:20rem;height:13.875rem;top:4.12475625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qQQWPvIWseFQc7NN7HIPBGdETZ2nwCJu { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dVoWymqxp93dcQ5N8W3XbCdWy5pgGxaB { width:10.7483125rem;height:2.30035rem;top:18.875rem;left:8.4375rem;font-size:1.4375rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Dy76D4kFIJyiuFdmb1xA4TWb2waP0r2H { width:17.5rem;height:3.4375rem;top:29.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTsk8BkVvOcM47yLSGd9gtcJ0VrHUkoB { display:block; }
 }@media only screen and (max-width: 763px) { #glFpsKOc46DcvMLgC1X6B2ST6GRh5BTC { width:10.7483125rem;height:2.8754375rem;top:24.9375rem;left:7.6875rem;font-size:1.4375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #CZwngpKteuOTDCVtnK0ph2UwFCc0yx2I { width:7.3123125rem;height:4.375rem;top:24.187285423279rem;left:12.686632215977rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5hSnbOek9RTcAfUVlosXAXv2x5s6NeN { width:12.5rem;height:3.162975rem;top:24.8125rem;left:0.875rem;font-size:2.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VHGbfHmkXbmNrT5OxvPWTVixUyHTsoiv { width:10.7483125rem;height:1.86875rem;top:21.9375rem;left:0.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW { background-color:#ffffff;background-image:none;display:block; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { background-color: transparent; background-image: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row > .video-iframe-container { display: none; }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .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); }#eegmMe8AcRtTzFLsdFN9pTXs4sqdemJW > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeanhA0uTv3PVXvzNbRFui6GhSrdDd7m { width:16.0625rem;height:3.1669875rem;top:5rem;left:1.9687500596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2EXbrU7T03qPzOhEWeqkZD71Az9JaNX { width:18.1875rem;height:3.25rem;top:1.1875rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ivt8h8NIdQmkxip4T2MQtCWRV7FrD6Db { width:20rem;height:3.8984375rem;top:9.7282981872556rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 { display:block; }#nd4lu2w4pKZUc9xZfDrSH88IVR4vPW16 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XzJnSaOZE8KEhm3eFm9Ass9kXt46Z62v { width:20rem;height:1.94921875rem;top:2.310546875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }