.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:#5ce1e6;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); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { background-color: transparent; background-image: none; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container > .video-iframe-container { display: none; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row > .video-iframe-container { display: none; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .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); }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { border-width: 0; border-radius: 0; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { font-size:0.875rem;font-family:"display toyo";height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#ybWvu4uwFxDwF497JssTOMcE4P5Wb6E3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#f56600;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"display toyo";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.78125rem;left:45.5rem;display:block; }
#Fx5wZVDTET5loD8k1STzXGdyrBFGkHUp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVmE32v9PJdfIloguqnCkqDTKzLpB42T { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#f56600;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"display toyo";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.78125rem;left:38.8125rem;display:block; }
#klFA7DRzsrw4MVTA9avJrMRINWe29IKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rNBSLmdZOkwqlsd0ngmD74tKTyQhLDy6 { position:absolute;display:block;z-index:15074;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:12.5625rem;top:1.3125rem;left:0rem;overflow:hidden;display:block; }
#EWGCp9U5BbS3l32nAVn73LfeDgM0CUaS { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.75rem;top:0.8125rem;left:14.875rem;overflow:hidden;display:block; }
#doMq7RHFgpdEKW91g9swLLiKVwvJSbNr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:toyotatype;font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:2.005859375rem;left:49.5rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#JRwpztmUCTozlbev9UET918G1UIqSxoc { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:1.5rem;left:62.8125rem;overflow:hidden;display:block; }
#I67rNtakxk18ETbfKdtgzIQdMw265Tsp { color:#282830;display:block;width:8.8125rem;position:absolute;font-family:toyotatype;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:1.9375rem;left:66.1875rem;height:1.44360625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/831ec2d6-ce5c-49f9-a495-cc0c962e25aa/IMG_4368.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN.adaptive-delivery-prevent-bg, #dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN.lazyload, #dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN.lazyloading { background-image: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { background-color: transparent; background-image: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container > .video-iframe-container { display: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row > .video-iframe-container { display: none; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .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); }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { border-width: 0; border-radius: 0; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-form-header {  }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/3852909e-e1af-4330-884c-17b202c7f6be/poz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:3.125rem;color:#cecfd0;font-size:0.875rem;overflow:hidden;font-family:toyotatype;vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text.adaptive-delivery-prevent-bg, #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text.lazyload, #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text.lazyloading { background-image: none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/3852909e-e1af-4330-884c-17b202c7f6be/poz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:4.375rem;color:#cecfd0;font-size:0.875rem;overflow:hidden;font-family:toyotatype;vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea.adaptive-delivery-prevent-bg, #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea.lazyload, #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea.lazyloading { background-image: none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e1e4eb;border-left:0.0625rem solid #e1e4eb;border-right:0.0625rem solid #e1e4eb;border-bottom:0.0625rem solid #e1e4eb;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.375rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:"display toyo";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#e91918;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:0.8125rem;font-weight:bold;color:#ffffff;width:19.375rem;height:2.9375rem;font-family:toyotatype;overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC [class*="-text"]:-moz-placeholder { color:#6f6f74;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC [class*="-text"]::-moz-placeholder { color:#6f6f74;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC [class*="-text"]:-ms-input-placeholder { color:#6f6f74;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC [class*="-text"]::-webkit-input-placeholder { color:#6f6f74;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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;font-size:0.5625rem;font-weight:400;color:#d5d5d5;vertical-align:top;width:18.3125rem;overflow:hidden;font-style:normal;float:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:first-of-type{padding-top:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:last-of-type{padding-bottom:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.375rem;left:53.125rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem;display:block;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC {display:block;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.375rem;left:53.125rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #KpqmzA95HPguPJwbLN9M3qm7uSAs3mpk { position:relative;z-index:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #zdREVHNe3JCXWl56usMn3T9WOpqn9Ogu { position:relative;display:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #bXmAUsqkJHVW95ilL4fTQDzmI7Zqfuz9 { position:relative; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #XESK3b0wsfKoauHCbqcanhkdzlUBrBHT { position:relative;z-index:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #fiiLvA99uzGU2EhzzSpGgv4T57ZzcnuP { position:relative;display:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #M18piGCcQks91vHQ6XWUTby66hUUSesC { position:relative; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #ERATvbgXnh8zRg61cP6ozM3DvT7eMC5x { position:relative;z-index:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #Ql9aEuDdIpOHCG2nboFRaDKqwJbEoZ8g { position:relative;display:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #UCtzp5Tv14oP54UEAKIL9mR7DRg8kevM { position:relative; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #HU2pLx8B9P1Ocz086zNsUINOufzSKc2t { position:relative;z-index:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #kc9JZum9fDqbEcEUrtc1nJWPtEuADIp4 { position:relative;z-index:2; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #wfgGqaSHHX4wdkTwZhhMBcxmxuQcPlHo { position:relative; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #f9fVy2wCcFkLzaBHqEBKTzBDvBBWS5PT { position:relative;z-index:1; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #mtfLMuJ35nlNo8UmxJ9h16no6iTRE9G6 { position:relative; }
#BNTfOovdmGIOhpAnPzJzTPXW6TUqnZBC { box-sizing:content-box;height:29.311rem;width:21.9998125rem;position:absolute;display:block;z-index:15010;background-color:#333333;background-image:none;top:4.5625rem;left:53.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#tZ7rdTSSE5bgyxxXJMB6U2qouhHnwT8k { color:#ffffff;display:block;width:20.686875rem;position:absolute;font-family:"display toyo";font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:4.5610893964768rem;left:53.718535423279rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EVlN4sk4TkTIJrtI0PCVF9gb6NkmRbOh { color:#ff0000;display:block;width:73.8125rem;position:absolute;font-family:"display toyo";font-size:2.875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.1239150762558rem;left:0rem;height:3.73698125rem;font-style:normal;display:block; }
#gKDHMg57ceETxz9LiDK58poiO4Ls73Tg { box-sizing:content-box;height:3.8125rem;width:53.1875rem;position:absolute;display:block;z-index:15009;background-color:#acff6f;background-image:none;top:2.6865235567093rem;left:-1.5rem;display:block; }
#O80NuKcPCDPiggIEIc5GLozaQ8v5VFie { color:#ffffff;display:block;width:50.4373125rem;position:absolute;font-family:"display toyo";font-size:3.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #006b97;top:5.4372833967209rem;left:1.2841787338257rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n8Kk78QGLPym1DEmNNDFVsk3DNIcpkTZ { position:absolute;display:block;z-index:15017;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:21rem;width:38.0625rem;top:15.686416506768rem;left:0rem;overflow:hidden;display:block; }
#CrgR6XTB9bk0UF0fXV00NgRuuCigiTJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0081b7;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; }#CrgR6XTB9bk0UF0fXV00NgRuuCigiTJb > .row .container { background-color: transparent; background-image: none; }#CrgR6XTB9bk0UF0fXV00NgRuuCigiTJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrgR6XTB9bk0UF0fXV00NgRuuCigiTJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrgR6XTB9bk0UF0fXV00NgRuuCigiTJb > .row .container > .video-iframe-container { display: none; }#CrgR6XTB9bk0UF0fXV00NgRuuCigiTJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrgR6XTB9bk0UF0fXV00NgRuuCigiTJb > .row > .video-iframe-container { display: none; }#CrgR6XTB9bk0UF0fXV00NgRuuCigiTJb > .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); }#CrgR6XTB9bk0UF0fXV00NgRuuCigiTJb > .row .container { border-width: 0; border-radius: 0; }#CrgR6XTB9bk0UF0fXV00NgRuuCigiTJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CrgR6XTB9bk0UF0fXV00NgRuuCigiTJb > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#Km9BfNtOWmWhShtPWcrml06MzZsGpwz0 { color:#ffffff;display:block;width:58.8125rem;position:absolute;font-family:"display toyo";font-size:2.6875rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:0.82411003112794rem;left:2.4370660781861rem;height:2.956275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gASkrZqkAbCa7lLVfbxVNTkhwCxQT902 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;box-sizing:border-box;color:#f56600;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3120625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:5.2495670318604rem;left:49.060873985291rem;display:block; }
#sipIkX4Mwo3IfJ9ayiMizKT9ce0l3bwM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UXpwrf34Lahdfy7WMK8q4VG1CxAnn3oB { color:#ffffff;display:block;width:50.687375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:6.5625rem;left:2.4375rem;height:2.91145625rem;display:block; }#UXpwrf34Lahdfy7WMK8q4VG1CxAnn3oB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UXpwrf34Lahdfy7WMK8q4VG1CxAnn3oB li:before{  }
#deaycArug3oQNNo86zQQpuKk5lQJTdko { color:#ffffff;display:block;width:50.686875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.25rem;left:2.4375rem;height:1.29948125rem;display:block; }
#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row .container { background-color: transparent; background-image: none; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row .container > .video-iframe-container { display: none; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row > .video-iframe-container { display: none; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .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); }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row .container { border-width: 0; border-radius: 0; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#i9WTfxQ7IssaLHgQgcS4FmRUPBW4VtK2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"display toyo";font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:1.312255859375rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pP8W6ckAS5D8IQhU88okNaarW9kQMHav { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#pP8W6ckAS5D8IQhU88okNaarW9kQMHav > .row .container { background-color: transparent; background-image: none; }#pP8W6ckAS5D8IQhU88okNaarW9kQMHav::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pP8W6ckAS5D8IQhU88okNaarW9kQMHav > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pP8W6ckAS5D8IQhU88okNaarW9kQMHav > .row .container > .video-iframe-container { display: none; }#pP8W6ckAS5D8IQhU88okNaarW9kQMHav > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pP8W6ckAS5D8IQhU88okNaarW9kQMHav > .row > .video-iframe-container { display: none; }#pP8W6ckAS5D8IQhU88okNaarW9kQMHav > .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); }#pP8W6ckAS5D8IQhU88okNaarW9kQMHav > .row .container { border-width: 0; border-radius: 0; }#pP8W6ckAS5D8IQhU88okNaarW9kQMHav > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pP8W6ckAS5D8IQhU88okNaarW9kQMHav > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#QeESOqDzIdfSRTy8vFkO2lUP97U1qKxB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.312125rem;width:35.562125rem;top:2.09228515625rem;left:0.9674072265625rem;overflow:hidden;display:block; }
#MJRuSrfQZIFvNWZXCgKAV96Ii9gffJgW { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6873125rem;width:34.749875rem;top:2.0914716720581rem;left:39.378798484803rem;overflow:hidden;display:block; }
#IeZ6eJ6UtIsSiOdTD4uEnTfTDDTDFdxO { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"display toyo";font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:19.435424804688rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tE7QL3W7blaPkZGrcGWB1JZAeAkE9hvS { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"display toyo";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:19.435222625733rem;left:37.500002861023rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Zx8O7Ds2vGVioRsyXoohiaTbKAmhNWc6 { color:#f56600;display:block;width:15rem;position:absolute;font-family:"display toyo";font-size:5rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:22.317504882812rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#l46xbkVHRRczWLxvu1AoRefNJ58mqIE0 { color:#f56600;display:block;width:21.75rem;position:absolute;font-family:"display toyo";font-size:5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:22.317504882812rem;left:37.437744140625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xxpxubBma57b4zWLflEOhGiB0bIngZLA { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:"display toyo";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:24.122924804688rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#MhGZE8FCmEQu5mqbFvexqqfHNwW7Ht3l { color:#ffffff;display:block;width:30.8111875rem;position:absolute;font-family:"display toyo";font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:24.122314453125rem;left:44.188232421875rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ArSiUnrgAU0rx6GR4gqWsFI7tZTnu9WH { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.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:15000;text-align:center;text-align-last:center;display:none; }
#xW0xk67lpVBx7vyXVcaZDXL88fZCJfq5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CA53ksyabQzoFtOPzCeOzMDlucIZWyyP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:28.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:28.499349594116rem;left:37.500002861023rem;display:block; }
#SOuByAA4cIOVCHIwc1gmamaBnVWRh8mU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TtoZFXP0eOix7TwPm2LB8TqMtOuyV4oA { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:28.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:28.499349594116rem;left:0rem;display:block; }
#nNu7EnBanOV4XieKfE6slR201IRel34X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ttMquAJZf06NH7fvJlptXIAifegUs8Nd { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:28.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#y1NKaRw9ViJrZLKEyBcihbVFa36WCiIb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VyXG1dyMwC662JQIB9SMVITuzTybA5FT { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"display toyo";font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:19.435222625733rem;left:16.312392234802rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#wE9Cuigo64HenONUxxxqnNODylk3a8Bb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:28.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:0rem;left:37.500002861023rem;display:block; }
#RsuInJR3HCeXvuXOm65ygmDx1d4Bnmkd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h1APgLldrhF9CUUseNrOJqpSzJEfJd3W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#h1APgLldrhF9CUUseNrOJqpSzJEfJd3W > .row .container { background-color: transparent; background-image: none; }#h1APgLldrhF9CUUseNrOJqpSzJEfJd3W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1APgLldrhF9CUUseNrOJqpSzJEfJd3W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1APgLldrhF9CUUseNrOJqpSzJEfJd3W > .row .container > .video-iframe-container { display: none; }#h1APgLldrhF9CUUseNrOJqpSzJEfJd3W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h1APgLldrhF9CUUseNrOJqpSzJEfJd3W > .row > .video-iframe-container { display: none; }#h1APgLldrhF9CUUseNrOJqpSzJEfJd3W > .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); }#h1APgLldrhF9CUUseNrOJqpSzJEfJd3W > .row .container { border-width: 0; border-radius: 0; }#h1APgLldrhF9CUUseNrOJqpSzJEfJd3W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h1APgLldrhF9CUUseNrOJqpSzJEfJd3W > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#MNEBP4FGhWnWXhl7IbJsSnyPaG5PA9C1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.0625rem;width:35.5rem;top:2.09228515625rem;left:0.9674072265625rem;overflow:hidden;display:block; }
#RXcLIiKKHvsI1dAbDX6dSSVm7qCtOBUu { position:absolute;display:block;z-index:14999;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.937rem;width:55rem;top:1.4996337890625rem;left:20rem;overflow:hidden;display:block; }
#wCQdwZsNd2sUENrg5Pfh554UZvGWLru0 { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"display toyo";font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:19.435424804688rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XWm1PmJTGZmTFrNlncyo1ukd7W7XQlKU { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"display toyo";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:19.435424804688rem;left:37.5rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#a1JavLMHQU8xuF1O89ovdO6tS8nFe5XR { color:#f56600;display:block;width:15rem;position:absolute;font-family:"display toyo";font-size:5rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:22.317504882812rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vxTRNr7yTNvSN0kxEmW0zufSXMW0CHVN { color:#f56600;display:block;width:21.75rem;position:absolute;font-family:"display toyo";font-size:5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:22.317504882812rem;left:37.437744140625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JvkWSiIero8gourr9dkc1V8V6NNyMGu2 { color:#ffffff;display:block;width:30.8125rem;position:absolute;font-family:"display toyo";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:24.122924804688rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#qrKP3xyu0OtTvhlOX4Z0WMTR9qHl7uNI { color:#ffffff;display:block;width:30.8111875rem;position:absolute;font-family:"display toyo";font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:24.122314453125rem;left:44.188232421875rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#AETbk9JU55D3MeBD5BSXTM4yVaWlSa7E { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.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:15000;text-align:center;text-align-last:center;display:none; }
#McJNekRm6KreMvGgVIZ4xbFtSTSIfM1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oTf6yLL4h9u94EC41t5SoPK1tGncL0cV { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:28.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:28.499349594116rem;left:0rem;display:block; }
#yq0xDQJdBQhnrzUXQSFd6sFk26zLqimi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GgighmQxByN11RpClDZb196L8AKEvEVB { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.5rem;height:28.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:28.499351501465rem;left:37.500002861023rem;display:block; }
#TUAHA2RbxlNJHz5uEJPIrzWaFTg4csAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I7pArhtFwO7z3ez8D19AJDAdFMiGbihU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#I7pArhtFwO7z3ez8D19AJDAdFMiGbihU > .row .container { background-color: transparent; background-image: none; }#I7pArhtFwO7z3ez8D19AJDAdFMiGbihU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7pArhtFwO7z3ez8D19AJDAdFMiGbihU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7pArhtFwO7z3ez8D19AJDAdFMiGbihU > .row .container > .video-iframe-container { display: none; }#I7pArhtFwO7z3ez8D19AJDAdFMiGbihU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I7pArhtFwO7z3ez8D19AJDAdFMiGbihU > .row > .video-iframe-container { display: none; }#I7pArhtFwO7z3ez8D19AJDAdFMiGbihU > .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); }#I7pArhtFwO7z3ez8D19AJDAdFMiGbihU > .row .container { border-width: 0; border-radius: 0; }#I7pArhtFwO7z3ez8D19AJDAdFMiGbihU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I7pArhtFwO7z3ez8D19AJDAdFMiGbihU > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#xgIhIzx5XH2dppQkTEb6NaDyHpzFq7U1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:34.5625rem;top:1.312255859375rem;left:1.9989013671875rem;overflow:hidden;display:block; }
#THN9dlwHQCQKEmlCVgblfrGcBd7Xeic8 { 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:23.125rem;width:29.874875rem;top:1.312255859375rem;left:42.073364257812rem;overflow:hidden;display:block; }
#HadQHru2AtKHVo9cfI0l1Tvo7gpA3e5n { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"display toyo";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:18.935546875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#c6rCxcLvKT9ITqxtVNAAVW0lRJBpWIEX { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:"display toyo";font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:18.934936523438rem;left:37.5rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#kB2ss4AoNpbOZlMgu0iNaaLUD1vGyx5X { color:#f56600;display:block;width:15.4375rem;position:absolute;font-family:"display toyo";font-size:5rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:21.934814453125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HH35DpRcXHXD9zwWZTuBrqQObsevgBNy { color:#f56600;display:block;width:21.1875rem;position:absolute;font-family:"display toyo";font-size:5rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:21.934814453125rem;left:37.438354492188rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zwp4SMTwusTTrtdEv6X9LtAAe7018iFh { color:#ffffff;display:block;width:30.812375rem;position:absolute;font-family:"display toyo";font-size:2.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:23.184814453125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#dVI8LiqXGbZQnfW4AiTi0dDBToOd95Tz { color:#ffffff;display:block;width:30.81175rem;position:absolute;font-family:"display toyo";font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:23.184814453125rem;left:44.188232421875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0073a0;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; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container { background-color: transparent; background-image: none; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container > .video-iframe-container { display: none; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row > .video-iframe-container { display: none; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .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); }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container { border-width: 0; border-radius: 0; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container { font-size:0.875rem;font-family:arial;height:45.375rem;width:75rem;position:relative;display:block; }#ZsXNDQihEChOCFqtzqkrt4TD0czWPzDW { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:toyotatype;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:26.25rem;left:12.125rem;height:3.89844375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GEaEETTdmqMiBDGNLVIzabmmTIr0cKVC { color:#000000;display:block;width:75rem;position:absolute;font-family:toyota;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.522521972656rem;left:0rem;height:0;text-align:center;text-align-last:center;display:none; }
#Dhge8O2dvrmooItrKMK5TZ3p3dGT4hzv { color:#ffffff;display:block;width:51.0623125rem;position:absolute;font-family:toyotatype;font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:37.937286376953rem;left:8.8123922348025rem;height:0.97485625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eWgMn7PTr57yQUt5NA92gqT0pbQLhvcS { color:#000000;display:block;width:57.4375rem;position:absolute;font-family:toyotatype;font-size:0.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:39.5rem;left:8.8125rem;height:0.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vIHIgVQ24aZTIdaJwvzCn2OvfP78chvB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#f56600;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:toyotatype;font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.4375rem;left:12.0625rem;display:block; }
#PRtHxxdTr9Tm4kbqTWXzC3a2dvBira74 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQOIXvI8nH9Tao0oUrNS3p875BSiO2Gm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:18.6875rem;top:22.625rem;left:12.5625rem;overflow:hidden;display:block; }
#OrVB3IbSTgv7UoHqvRqlX6bI6d0zJbdg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:18.75rem;width:20.375rem;top:3.0625rem;left:11.625rem;overflow:hidden;display:block; }
#hRQznwGy20upfxEh4i8UPeB0U5qCkwDK { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:"display toyo";font-size:1.5rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:3.0625rem;left:41.9375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-form-header {  }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/3852909e-e1af-4330-884c-17b202c7f6be/poz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:3.125rem;color:#cecfd0;font-size:0.875rem;overflow:hidden;font-family:toyotatype;vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-text.adaptive-delivery-prevent-bg, #s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-text.lazyload, #s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-text.lazyloading { background-image: none; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-text {padding-top: 0; padding-bottom: 0;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/3852909e-e1af-4330-884c-17b202c7f6be/poz1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:4.375rem;color:#cecfd0;font-size:0.875rem;overflow:hidden;font-family:toyotatype;vertical-align:top;font-weight:400;font-style:normal;line-height:.9;text-align:center;text-align-last:center; }#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-textarea.adaptive-delivery-prevent-bg, #s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-textarea.lazyload, #s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-textarea.lazyloading { background-image: none; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e1e4eb;border-left:0.0625rem solid #e1e4eb;border-right:0.0625rem solid #e1e4eb;border-bottom:0.0625rem solid #e1e4eb;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.375rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:"display toyo";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-select {padding-top: 0; padding-bottom: 0;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#e91918;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:0.8125rem;font-weight:bold;color:#ffffff;width:19.375rem;height:2.9375rem;font-family:toyotatype;overflow:hidden;box-shadow: none;text-align:center;text-align-last:center;line-height:1; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs [class*="-text"]:-moz-placeholder { color:#6f6f74;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs [class*="-text"]::-moz-placeholder { color:#6f6f74;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs [class*="-text"]:-ms-input-placeholder { color:#6f6f74;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs [class*="-text"]::-webkit-input-placeholder { color:#6f6f74;font-family:toyotatype;font-size:0.875rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .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;font-size:0.5625rem;font-weight:400;color:#000000;vertical-align:top;width:18.3125rem;overflow:hidden;font-style:normal;float:none; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .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; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-container:first-of-type{padding-top:0;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-container:last-of-type{padding-bottom:0;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.5618591308594rem;left:43.936851501465rem; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem;display:block;vertical-align:top; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs {display:block;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.5618591308594rem;left:43.936851501465rem; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs #NFSx1BXRKxvLGgstmCXMCa3HnUKhyhv6 { position:relative;z-index:1; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs #sCIfqyHt1A6C9cDN6GmgKlMfw0TH4pmN { position:relative;display:none; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs #vQ1avmgirBcFEbLSU83bJTJT4ohC4Cds { position:relative; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs #OCURdghZTAqx5wmA5SOAfaqr8kbsg3O3 { position:relative;z-index:1; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs #BfT03z1185DheFwSo8IwQOu9CgTV0Obe { position:relative;display:none; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs #RfQN4s9TA7LyzHH6h1ym6rL2bOmgGltJ { position:relative; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs #ldUL6bHuhazBnXoPaXJ2vtBleTTGhDbM { position:relative;z-index:1; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs #dmKfuqtwZ4meWyoNovIHKSVDGiSUM2J4 { position:relative;display:none; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs #cHHPtcpbc5TZzwaC3ubavPGmggy8314f { position:relative; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs #K4rgFuKXdILNHkpcIO8r2RADXwrOa8nM { position:relative;z-index:1; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs #oB2NOpFVzAE5rB8DTv6Wtf2WTSS0vpLD { position:relative;z-index:2; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs #LnWUHgJTdk494fh0LiW5kQvqHpBd1oru { position:relative; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs #Rtp3X8ZsWsy5A9u6cbhoxJv0mZCMs89q { position:relative;z-index:1; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs #rQ00lf7LuATX22TMrZ7K1whhBXLDr86z { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw { display:block; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { width:47.75rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybWvu4uwFxDwF497JssTOMcE4P5Wb6E3 { width:6.875rem;height:2.5rem;top:1.5rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fx5wZVDTET5loD8k1STzXGdyrBFGkHUp { display:block; }
 }@media only screen and (max-width: 763px) { #nVmE32v9PJdfIloguqnCkqDTKzLpB42T { width:6.875rem;height:2.5rem;top:1.5rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #klFA7DRzsrw4MVTA9avJrMRINWe29IKo { display:block; }
 }@media only screen and (max-width: 763px) { #rNBSLmdZOkwqlsd0ngmD74tKTyQhLDy6 { width:12.5625rem;height:2.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWGCp9U5BbS3l32nAVn73LfeDgM0CUaS { width:11.75rem;height:2.9375rem;top:0.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #doMq7RHFgpdEKW91g9swLLiKVwvJSbNr { width:12.5rem;height:1.13736875rem;top:2rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRwpztmUCTozlbev9UET918G1UIqSxoc { width:2.3125rem;height:2.3125rem;top:1.5rem;left:45.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I67rNtakxk18ETbfKdtgzIQdMw265Tsp { top:1.9375rem;left:38.9375rem;width:8.8125rem;height:1.4375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN { display:block; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-regular-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-checkbox-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:first-of-type{padding-top:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:last-of-type{padding-bottom:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC  { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .radio-container { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC {display:block;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #KpqmzA95HPguPJwbLN9M3qm7uSAs3mpk {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #zdREVHNe3JCXWl56usMn3T9WOpqn9Ogu { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #bXmAUsqkJHVW95ilL4fTQDzmI7Zqfuz9 {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #XESK3b0wsfKoauHCbqcanhkdzlUBrBHT {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #fiiLvA99uzGU2EhzzSpGgv4T57ZzcnuP { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #M18piGCcQks91vHQ6XWUTby66hUUSesC {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #ERATvbgXnh8zRg61cP6ozM3DvT7eMC5x {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #Ql9aEuDdIpOHCG2nboFRaDKqwJbEoZ8g { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #UCtzp5Tv14oP54UEAKIL9mR7DRg8kevM {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #HU2pLx8B9P1Ocz086zNsUINOufzSKc2t {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #kc9JZum9fDqbEcEUrtc1nJWPtEuADIp4 {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #wfgGqaSHHX4wdkTwZhhMBcxmxuQcPlHo {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #f9fVy2wCcFkLzaBHqEBKTzBDvBBWS5PT {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #mtfLMuJ35nlNo8UmxJ9h16no6iTRE9G6 {  }
 }@media only screen and (max-width: 763px) { #BNTfOovdmGIOhpAnPzJzTPXW6TUqnZBC { width:21.9375rem;height:29.25rem;top:4.5625rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7rdTSSE5bgyxxXJMB6U2qouhHnwT8k { top:4.5rem;left:27.125rem;width:20.625rem;height:4.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVlN4sk4TkTIJrtI0PCVF9gb6NkmRbOh { width:47.75rem;height:3.6875rem;top:3.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKDHMg57ceETxz9LiDK58poiO4Ls73Tg { width:47.75rem;height:3.8125rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O80NuKcPCDPiggIEIc5GLozaQ8v5VFie { width:47.75rem;height:4.0625rem;top:5.375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8Kk78QGLPym1DEmNNDFVsk3DNIcpkTZ { width:38.0625rem;height:21rem;top:15.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrgR6XTB9bk0UF0fXV00NgRuuCigiTJb { display:block; }#CrgR6XTB9bk0UF0fXV00NgRuuCigiTJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Km9BfNtOWmWhShtPWcrml06MzZsGpwz0 { top:0.8125rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gASkrZqkAbCa7lLVfbxVNTkhwCxQT902 { width:24.25rem;height:3.4375rem;top:5.1875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sipIkX4Mwo3IfJ9ayiMizKT9ce0l3bwM { display:block; }
 }@media only screen and (max-width: 763px) { #UXpwrf34Lahdfy7WMK8q4VG1CxAnn3oB { width:47.75rem;height:2.875rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }#UXpwrf34Lahdfy7WMK8q4VG1CxAnn3oB li:before{  }
 }@media only screen and (max-width: 763px) { #deaycArug3oQNNo86zQQpuKk5lQJTdko { width:47.75rem;height:1.25rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToWSDtpR17XrFl0gKctxV1XwveA0gbzK { display:block; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9WTfxQ7IssaLHgQgcS4FmRUPBW4VtK2 { top:1.25rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP8W6ckAS5D8IQhU88okNaarW9kQMHav { display:block; }#pP8W6ckAS5D8IQhU88okNaarW9kQMHav > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeESOqDzIdfSRTy8vFkO2lUP97U1qKxB { width:35.5rem;height:24.269653107063rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJRuSrfQZIFvNWZXCgKAV96Ii9gffJgW { width:34.6875rem;height:16.65735926658rem;top:2.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeZ6eJ6UtIsSiOdTD4uEnTfTDDTDFdxO { top:19.375rem;left:0rem;width:37.5rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE7QL3W7blaPkZGrcGWB1JZAeAkE9hvS { top:19.375rem;left:10.25rem;width:37.5rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx8O7Ds2vGVioRsyXoohiaTbKAmhNWc6 { top:22.3125rem;left:0rem;width:15rem;height:;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l46xbkVHRRczWLxvu1AoRefNJ58mqIE0 { top:22.3125rem;left:2.1875rem;width:21.6875rem;height:;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxpxubBma57b4zWLflEOhGiB0bIngZLA { top:24.0625rem;left:0rem;width:30.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhGZE8FCmEQu5mqbFvexqqfHNwW7Ht3l { top:24.0625rem;left:17rem;width:30.75rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArSiUnrgAU0rx6GR4gqWsFI7tZTnu9WH { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xW0xk67lpVBx7vyXVcaZDXL88fZCJfq5 { display:block; }
 }@media only screen and (max-width: 763px) { #CA53ksyabQzoFtOPzCeOzMDlucIZWyyP { width:37.5rem;height:28.4375rem;top:28.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOuByAA4cIOVCHIwc1gmamaBnVWRh8mU { display:block; }
 }@media only screen and (max-width: 763px) { #TtoZFXP0eOix7TwPm2LB8TqMtOuyV4oA { width:37.5rem;height:28.4375rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNu7EnBanOV4XieKfE6slR201IRel34X { display:block; }
 }@media only screen and (max-width: 763px) { #ttMquAJZf06NH7fvJlptXIAifegUs8Nd { width:37.5rem;height:28.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1NKaRw9ViJrZLKEyBcihbVFa36WCiIb { display:block; }
 }@media only screen and (max-width: 763px) { #VyXG1dyMwC662JQIB9SMVITuzTybA5FT { top:19.375rem;left:0rem;width:37.5rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE9Cuigo64HenONUxxxqnNODylk3a8Bb { width:37.5rem;height:28.4375rem;top:0rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsuInJR3HCeXvuXOm65ygmDx1d4Bnmkd { display:block; }
 }@media only screen and (max-width: 763px) { #h1APgLldrhF9CUUseNrOJqpSzJEfJd3W { display:block; }#h1APgLldrhF9CUUseNrOJqpSzJEfJd3W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNEBP4FGhWnWXhl7IbJsSnyPaG5PA9C1 { width:35.5rem;height:17.0625rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXcLIiKKHvsI1dAbDX6dSSVm7qCtOBUu { width:47.75rem;height:15.572577272727rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCQdwZsNd2sUENrg5Pfh554UZvGWLru0 { top:19.375rem;left:0rem;width:37.5rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWm1PmJTGZmTFrNlncyo1ukd7W7XQlKU { top:19.375rem;left:10.25rem;width:37.5rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1JavLMHQU8xuF1O89ovdO6tS8nFe5XR { top:22.3125rem;left:0rem;width:15rem;height:;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxTRNr7yTNvSN0kxEmW0zufSXMW0CHVN { top:22.3125rem;left:2.1875rem;width:21.6875rem;height:;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvkWSiIero8gourr9dkc1V8V6NNyMGu2 { top:24.0625rem;left:0rem;width:30.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrKP3xyu0OtTvhlOX4Z0WMTR9qHl7uNI { top:24.0625rem;left:17rem;width:30.75rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AETbk9JU55D3MeBD5BSXTM4yVaWlSa7E { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #McJNekRm6KreMvGgVIZ4xbFtSTSIfM1p { display:block; }
 }@media only screen and (max-width: 763px) { #oTf6yLL4h9u94EC41t5SoPK1tGncL0cV { width:37.5rem;height:28.4375rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq0xDQJdBQhnrzUXQSFd6sFk26zLqimi { display:block; }
 }@media only screen and (max-width: 763px) { #GgighmQxByN11RpClDZb196L8AKEvEVB { width:37.5rem;height:28.375rem;top:28.4375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAHA2RbxlNJHz5uEJPIrzWaFTg4csAT { display:block; }
 }@media only screen and (max-width: 763px) { #I7pArhtFwO7z3ez8D19AJDAdFMiGbihU { display:block; }#I7pArhtFwO7z3ez8D19AJDAdFMiGbihU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgIhIzx5XH2dppQkTEb6NaDyHpzFq7U1 { width:34.5625rem;height:16.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THN9dlwHQCQKEmlCVgblfrGcBd7Xeic8 { width:29.8125rem;height:23.076717894217rem;top:1.25rem;left:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HadQHru2AtKHVo9cfI0l1Tvo7gpA3e5n { top:18.875rem;left:0rem;width:37.5rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6rCxcLvKT9ITqxtVNAAVW0lRJBpWIEX { top:18.875rem;left:10.25rem;width:37.5rem;height:2.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB2ss4AoNpbOZlMgu0iNaaLUD1vGyx5X { top:21.875rem;left:0rem;width:15.375rem;height:;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH35DpRcXHXD9zwWZTuBrqQObsevgBNy { top:21.875rem;left:2.75rem;width:21.125rem;height:;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwp4SMTwusTTrtdEv6X9LtAAe7018iFh { top:23.125rem;left:0rem;width:30.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVI8LiqXGbZQnfW4AiTi0dDBToOd95Tz { top:23.125rem;left:17rem;width:30.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT { display:block; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsXNDQihEChOCFqtzqkrt4TD0czWPzDW { width:19.375rem;height:3.875rem;top:26.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEaEETTdmqMiBDGNLVIzabmmTIr0cKVC { width:47.75rem;height:3.8125rem;top:13.5rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dhge8O2dvrmooItrKMK5TZ3p3dGT4hzv { width:47.75rem;height:0.9375rem;top:37.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWgMn7PTr57yQUt5NA92gqT0pbQLhvcS { width:47.75rem;height:0.8125rem;top:39.5rem;left:0rem;font-size:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIHIgVQ24aZTIdaJwvzCn2OvfP78chvB { width:19.375rem;height:3.75rem;top:31.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRtHxxdTr9Tm4kbqTWXzC3a2dvBira74 { display:block; }
 }@media only screen and (max-width: 763px) { #cQOIXvI8nH9Tao0oUrNS3p875BSiO2Gm { width:18.6875rem;height:2.625rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrVB3IbSTgv7UoHqvRqlX6bI6d0zJbdg { width:20.375rem;height:18.75rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRQznwGy20upfxEh4i8UPeB0U5qCkwDK { top:3rem;left:21.9375rem;width:25.8125rem;height:4.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-regular-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-text { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-text {padding-top: 0; padding-bottom: 0;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-textarea { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-select { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-select {padding-top: 0; padding-bottom: 0;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-button { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-checkbox-label { width:13.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-container:first-of-type{padding-top:0;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-container:last-of-type{padding-bottom:0;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs  { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .radio-container { width:14.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs {display:block;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs { width:14.5625rem;height:auto;top:4.625rem;left:27.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #NFSx1BXRKxvLGgstmCXMCa3HnUKhyhv6 {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #sCIfqyHt1A6C9cDN6GmgKlMfw0TH4pmN { display:none; }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #vQ1avmgirBcFEbLSU83bJTJT4ohC4Cds {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #OCURdghZTAqx5wmA5SOAfaqr8kbsg3O3 {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #BfT03z1185DheFwSo8IwQOu9CgTV0Obe { display:none; }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #RfQN4s9TA7LyzHH6h1ym6rL2bOmgGltJ {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #ldUL6bHuhazBnXoPaXJ2vtBleTTGhDbM {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #dmKfuqtwZ4meWyoNovIHKSVDGiSUM2J4 { display:none; }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #cHHPtcpbc5TZzwaC3ubavPGmggy8314f {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #K4rgFuKXdILNHkpcIO8r2RADXwrOa8nM {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #oB2NOpFVzAE5rB8DTv6Wtf2WTSS0vpLD {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #LnWUHgJTdk494fh0LiW5kQvqHpBd1oru {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #Rtp3X8ZsWsy5A9u6cbhoxJv0mZCMs89q {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #rQ00lf7LuATX22TMrZ7K1whhBXLDr86z {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw { display:block; }#KmMh7rIZUJPCmHWUwoFaVVHXweSwt1Mw > .row .container { width:20rem;height:9.443359375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybWvu4uwFxDwF497JssTOMcE4P5Wb6E3 { width:4.6875rem;height:2.1875rem;top:6.4375rem;left:5.3125rem;font-size:0.75rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #Fx5wZVDTET5loD8k1STzXGdyrBFGkHUp { display:block; }
 }@media only screen and (max-width: 763px) { #nVmE32v9PJdfIloguqnCkqDTKzLpB42T { width:5rem;height:2.1875rem;top:4.25rem;left:12.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #klFA7DRzsrw4MVTA9avJrMRINWe29IKo { display:block; }
 }@media only screen and (max-width: 763px) { #rNBSLmdZOkwqlsd0ngmD74tKTyQhLDy6 { width:10.875rem;height:1.8125rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EWGCp9U5BbS3l32nAVn73LfeDgM0CUaS { width:8.9375rem;height:2.1875rem;top:2.46875rem;left:10.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #doMq7RHFgpdEKW91g9swLLiKVwvJSbNr { width:7.4375rem;height:1.13769375rem;top:8.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRwpztmUCTozlbev9UET918G1UIqSxoc { width:1.625rem;height:1.625rem;top:7.818359375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I67rNtakxk18ETbfKdtgzIQdMw265Tsp { width:8.8125rem;height:1.09971875rem;top:8.0807294845581rem;left:11.1875rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#282830;display:block; }
 }@media only screen and (max-width: 763px) { #dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN { display:block; }#dIr7CilJS3XrWsRQCw2nGfrHXAiww7CN > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-regular-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.0625rem;display:block;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-checkbox-label { width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:first-of-type{padding-top:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .widget-container:last-of-type{padding-bottom:0;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC  { width:15.9375rem;height:auto;top:5.5rem;left:0.78125rem;z-index:15014;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC {display:block;}#ndBAhkCP4CeSJGznovKKwVtitS0sTJfC { width:15.9375rem;height:auto;top:5.5rem;left:0.78125rem;z-index:15014;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #KpqmzA95HPguPJwbLN9M3qm7uSAs3mpk {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #zdREVHNe3JCXWl56usMn3T9WOpqn9Ogu { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #bXmAUsqkJHVW95ilL4fTQDzmI7Zqfuz9 {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #XESK3b0wsfKoauHCbqcanhkdzlUBrBHT {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #fiiLvA99uzGU2EhzzSpGgv4T57ZzcnuP { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #M18piGCcQks91vHQ6XWUTby66hUUSesC {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #ERATvbgXnh8zRg61cP6ozM3DvT7eMC5x {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #Ql9aEuDdIpOHCG2nboFRaDKqwJbEoZ8g { display:none; }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #UCtzp5Tv14oP54UEAKIL9mR7DRg8kevM {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #HU2pLx8B9P1Ocz086zNsUINOufzSKc2t {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #kc9JZum9fDqbEcEUrtc1nJWPtEuADIp4 {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #wfgGqaSHHX4wdkTwZhhMBcxmxuQcPlHo {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #f9fVy2wCcFkLzaBHqEBKTzBDvBBWS5PT {  }
 }@media only screen and (max-width: 763px) { #ndBAhkCP4CeSJGznovKKwVtitS0sTJfC #mtfLMuJ35nlNo8UmxJ9h16no6iTRE9G6 {  }
 }@media only screen and (max-width: 763px) { #BNTfOovdmGIOhpAnPzJzTPXW6TUqnZBC { width:20rem;height:29.2496875rem;top:1.2782125473023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ7rdTSSE5bgyxxXJMB6U2qouhHnwT8k { width:17.9375rem;height:3rem;top:1.7897138595581rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EVlN4sk4TkTIJrtI0PCVF9gb6NkmRbOh { width:20rem;height:4.22395625rem;top:32.33984375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gKDHMg57ceETxz9LiDK58poiO4Ls73Tg { width:20rem;height:5rem;top:31.777345657349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O80NuKcPCDPiggIEIc5GLozaQ8v5VFie { width:20rem;height:5.19921875rem;top:45.888274093628rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8Kk78QGLPym1DEmNNDFVsk3DNIcpkTZ { width:20rem;height:11.034543911014rem;top:52.336842843628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrgR6XTB9bk0UF0fXV00NgRuuCigiTJb { display:block; }#CrgR6XTB9bk0UF0fXV00NgRuuCigiTJb > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Km9BfNtOWmWhShtPWcrml06MzZsGpwz0 { width:20rem;height:6.599625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gASkrZqkAbCa7lLVfbxVNTkhwCxQT902 { width:19rem;height:3.4375rem;top:21.00643125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sipIkX4Mwo3IfJ9ayiMizKT9ce0l3bwM { display:block; }
 }@media only screen and (max-width: 763px) { #UXpwrf34Lahdfy7WMK8q4VG1CxAnn3oB { width:20rem;height:6.809875rem;top:12.94705625rem;left:0rem;font-size:1rem;display:block; }#UXpwrf34Lahdfy7WMK8q4VG1CxAnn3oB li:before{  }
 }@media only screen and (max-width: 763px) { #deaycArug3oQNNo86zQQpuKk5lQJTdko { width:20rem;height:2.59895625rem;top:9.0983125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToWSDtpR17XrFl0gKctxV1XwveA0gbzK { display:block; }#ToWSDtpR17XrFl0gKctxV1XwveA0gbzK > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9WTfxQ7IssaLHgQgcS4FmRUPBW4VtK2 { width:20rem;height:4.79948125rem;top:0.7872178554535rem;left:0rem;font-size:2rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #pP8W6ckAS5D8IQhU88okNaarW9kQMHav { display:block; }#pP8W6ckAS5D8IQhU88okNaarW9kQMHav > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeESOqDzIdfSRTy8vFkO2lUP97U1qKxB { width:20rem;height:13.672932806546rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJRuSrfQZIFvNWZXCgKAV96Ii9gffJgW { width:13.5rem;height:6.5rem;top:21.734477996826rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeZ6eJ6UtIsSiOdTD4uEnTfTDDTDFdxO { width:20rem;height:2.3997375rem;top:10.944011688233rem;left:0rem;font-size:2rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #tE7QL3W7blaPkZGrcGWB1JZAeAkE9hvS { width:20rem;height:2.3997375rem;top:28.255752325058rem;left:0rem;font-size:2rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #Zx8O7Ds2vGVioRsyXoohiaTbKAmhNWc6 { width:6.124675rem;height:2.19986875rem;top:14.007162094116rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l46xbkVHRRczWLxvu1AoRefNJ58mqIE0 { width:7.1875rem;height:2.19986875rem;top:30.655383825302rem;left:0.8740234375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxpxubBma57b4zWLflEOhGiB0bIngZLA { width:18.25rem;height:2.3997375rem;top:13.906793594361rem;left:0rem;font-size:2rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #MhGZE8FCmEQu5mqbFvexqqfHNwW7Ht3l { width:20rem;height:2.3997375rem;top:30.655383825302rem;left:0rem;font-size:2rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #ArSiUnrgAU0rx6GR4gqWsFI7tZTnu9WH { top:0rem;left:0rem;width:20rem;height:34.1875rem;z-index:15152;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xW0xk67lpVBx7vyXVcaZDXL88fZCJfq5 { display:block; }
 }@media only screen and (max-width: 763px) { #CA53ksyabQzoFtOPzCeOzMDlucIZWyyP { width:18.9995625rem;height:28.4375rem;top:6.3981124162675rem;left:0rem;z-index:15152;display:none; }
 }@media only screen and (max-width: 763px) { #SOuByAA4cIOVCHIwc1gmamaBnVWRh8mU { display:block; }
 }@media only screen and (max-width: 763px) { #TtoZFXP0eOix7TwPm2LB8TqMtOuyV4oA { width:18.9995625rem;height:28.4375rem;top:19.148222178221rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNu7EnBanOV4XieKfE6slR201IRel34X { display:block; }
 }@media only screen and (max-width: 763px) { #ttMquAJZf06NH7fvJlptXIAifegUs8Nd { width:19rem;height:28.4375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y1NKaRw9ViJrZLKEyBcihbVFa36WCiIb { display:block; }
 }@media only screen and (max-width: 763px) { #VyXG1dyMwC662JQIB9SMVITuzTybA5FT { width:20rem;height:2.5247375rem;top:35.4373125rem;left:0rem;font-size:2rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #wE9Cuigo64HenONUxxxqnNODylk3a8Bb { width:19rem;height:28.4375rem;top:0rem;left:0rem;z-index:15152;display:none; }
 }@media only screen and (max-width: 763px) { #RsuInJR3HCeXvuXOm65ygmDx1d4Bnmkd { display:block; }
 }@media only screen and (max-width: 763px) { #h1APgLldrhF9CUUseNrOJqpSzJEfJd3W { display:block; }#h1APgLldrhF9CUUseNrOJqpSzJEfJd3W > .row .container { width:20rem;height:37.421875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MNEBP4FGhWnWXhl7IbJsSnyPaG5PA9C1 { width:20rem;height:9.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXcLIiKKHvsI1dAbDX6dSSVm7qCtOBUu { width:20rem;height:6.5218125rem;top:21.734477996826rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCQdwZsNd2sUENrg5Pfh554UZvGWLru0 { width:20rem;height:2.3997375rem;top:10.944011688233rem;left:0rem;font-size:2rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #XWm1PmJTGZmTFrNlncyo1ukd7W7XQlKU { width:20rem;height:2.3997375rem;top:28.255752325058rem;left:0rem;font-size:2rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #a1JavLMHQU8xuF1O89ovdO6tS8nFe5XR { width:6.124675rem;height:2.19986875rem;top:14.007162094116rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vxTRNr7yTNvSN0kxEmW0zufSXMW0CHVN { width:7.1875rem;height:2.19986875rem;top:30.655383825302rem;left:0.8740234375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JvkWSiIero8gourr9dkc1V8V6NNyMGu2 { width:18.25rem;height:2.3997375rem;top:13.906793594361rem;left:0rem;font-size:2rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #qrKP3xyu0OtTvhlOX4Z0WMTR9qHl7uNI { width:20rem;height:2.3997375rem;top:30.655383825302rem;left:0rem;font-size:2rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #AETbk9JU55D3MeBD5BSXTM4yVaWlSa7E { top:0rem;left:0rem;width:20rem;height:34.1875rem;z-index:15152;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #McJNekRm6KreMvGgVIZ4xbFtSTSIfM1p { display:block; }
 }@media only screen and (max-width: 763px) { #oTf6yLL4h9u94EC41t5SoPK1tGncL0cV { width:20rem;height:17.25rem;top:0.6092563867569rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yq0xDQJdBQhnrzUXQSFd6sFk26zLqimi { display:block; }
 }@media only screen and (max-width: 763px) { #GgighmQxByN11RpClDZb196L8AKEvEVB { width:19rem;height:20.8125rem;top:16.609699249267rem;left:0.49967455863952rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUAHA2RbxlNJHz5uEJPIrzWaFTg4csAT { display:block; }
 }@media only screen and (max-width: 763px) { #I7pArhtFwO7z3ez8D19AJDAdFMiGbihU { display:block; }#I7pArhtFwO7z3ez8D19AJDAdFMiGbihU > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgIhIzx5XH2dppQkTEb6NaDyHpzFq7U1 { width:20rem;height:9.5117161364056rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THN9dlwHQCQKEmlCVgblfrGcBd7Xeic8 { width:20rem;height:15.48125rem;top:20.823038101196rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HadQHru2AtKHVo9cfI0l1Tvo7gpA3e5n { width:20rem;height:2.3999rem;top:12.011125rem;left:0rem;font-size:2rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #c6rCxcLvKT9ITqxtVNAAVW0lRJBpWIEX { width:20rem;height:2.3997375rem;top:32.83257317543rem;left:0rem;font-size:2rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #kB2ss4AoNpbOZlMgu0iNaaLUD1vGyx5X { width:7.375rem;height:2.19986875rem;top:14.410265266895rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HH35DpRcXHXD9zwWZTuBrqQObsevgBNy { width:8.875rem;height:2.19986875rem;top:35.231663703919rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwp4SMTwusTTrtdEv6X9LtAAe7018iFh { width:18.9375rem;height:2.3997375rem;top:14.244249641895rem;left:0rem;font-size:2rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #dVI8LiqXGbZQnfW4AiTi0dDBToOd95Tz { width:20rem;height:2.3997375rem;top:35.066191673279rem;left:0rem;font-size:2rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT { display:block; }#TLDgswtDbJAa4gRULQQxeZUWQUUW1pbT > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZsXNDQihEChOCFqtzqkrt4TD0czWPzDW { width:19.1855625rem;height:3.1679625rem;top:37.6875rem;left:0.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #GEaEETTdmqMiBDGNLVIzabmmTIr0cKVC { width:20rem;height:12.426469802856rem;top:13.5rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Dhge8O2dvrmooItrKMK5TZ3p3dGT4hzv { width:20rem;height:0.40625rem;top:45.1875rem;left:0rem;font-size:0.3125rem;text-align:center;text-align-last:center;font-family:toyotatype;display:block; }
 }@media only screen and (max-width: 763px) { #eWgMn7PTr57yQUt5NA92gqT0pbQLhvcS { width:20rem;height:2.434891875rem;top:46.75rem;left:0rem;font-size:0.375rem;font-family:toyotatype;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vIHIgVQ24aZTIdaJwvzCn2OvfP78chvB { width:8.625rem;height:1.8125rem;top:42.125rem;left:5.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRtHxxdTr9Tm4kbqTWXzC3a2dvBira74 { display:block; }
 }@media only screen and (max-width: 763px) { #cQOIXvI8nH9Tao0oUrNS3p875BSiO2Gm { width:11.5rem;height:1.6875rem;top:34.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrVB3IbSTgv7UoHqvRqlX6bI6d0zJbdg { width:20rem;height:18.40490797546rem;top:15.949209619141rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRQznwGy20upfxEh4i8UPeB0U5qCkwDK { width:18.0625rem;height:3rem;top:5.7220458984375E-6rem;left:0.96875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.0625rem;display:block;vertical-align:top; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-text {padding-top: 0; padding-bottom: 0;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-select {padding-top: 0; padding-bottom: 0;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-container:first-of-type{padding-top:0;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs .widget-container:last-of-type{padding-bottom:0;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs  { width:17.5rem;height:auto;top:3.5625rem;left:0rem;z-index:15014;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#s1vf38sA0opOKEOl57KM9HAH0DupURLs {display:block;}#s1vf38sA0opOKEOl57KM9HAH0DupURLs { width:17.5rem;height:auto;top:3.5625rem;left:0rem;z-index:15014;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none; }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #NFSx1BXRKxvLGgstmCXMCa3HnUKhyhv6 {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #sCIfqyHt1A6C9cDN6GmgKlMfw0TH4pmN { display:none; }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #vQ1avmgirBcFEbLSU83bJTJT4ohC4Cds {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #OCURdghZTAqx5wmA5SOAfaqr8kbsg3O3 {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #BfT03z1185DheFwSo8IwQOu9CgTV0Obe { display:none; }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #RfQN4s9TA7LyzHH6h1ym6rL2bOmgGltJ {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #ldUL6bHuhazBnXoPaXJ2vtBleTTGhDbM {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #dmKfuqtwZ4meWyoNovIHKSVDGiSUM2J4 { display:none; }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #cHHPtcpbc5TZzwaC3ubavPGmggy8314f {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #K4rgFuKXdILNHkpcIO8r2RADXwrOa8nM {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #oB2NOpFVzAE5rB8DTv6Wtf2WTSS0vpLD {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #LnWUHgJTdk494fh0LiW5kQvqHpBd1oru {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #Rtp3X8ZsWsy5A9u6cbhoxJv0mZCMs89q {  }
 }@media only screen and (max-width: 763px) { #s1vf38sA0opOKEOl57KM9HAH0DupURLs #rQ00lf7LuATX22TMrZ7K1whhBXLDr86z {  }
 }