.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:243,225,225;--color-primary-1:215,154,156;--color-primary-2:174,53,56;--color-primary-3:87,27,28;--color-primary-4:26,8,8;--color-secondary-0:229,235,237;--color-secondary-1:177,196,201;--color-secondary-2:125,157,165;--color-secondary-3:75,94,99;--color-secondary-4:38,92,105;--color-tertiary-0:255,255,255;--color-tertiary-1:247,247,247;--color-tertiary-2:229,229,229;--color-tertiary-3:115,115,115;--color-tertiary-4:23,23,23;--headlines-font-family:"Exo";--paragraphs-font-family:"Exo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1e73287b-ef54-48c2-a2a3-feae6ccd10ad/puma185_webbanner_V2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { border-width: 0; border-radius: 0; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { color:rgba(var(--color-tertiary-2),1);display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:300;z-index:15021;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.3125rem;left:0rem;height:6.5234375rem;font-style:normal;display:block; }
#N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4990234375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:40.25rem;left:5.5625rem;display:block; }
#aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o4yfhwoHWI4Lg42d3dWFTOKLScecmcQO { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4990234375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:40.25rem;left:28.125rem;display:block; }
#dA8hp8EJhUSt0WM8OwT6DmKrzQ6vakAx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:15.1875rem;top:1.625rem;left:58.5625rem;overflow:hidden;display:block; }
#ManOZ6b2GRrEuZJKq2DXJF0sVT5aIpMv { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15022;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:23.9375rem;left:0rem;height:2.0625rem;font-style:normal;display:block; }
#g0VbH7ctJsdKhK6ai9ZCd30LsTGGLTLy { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:29.5625rem;left:0rem;height:2.0625rem;font-style:normal;display:block; }
#fJDI8HN7NmCrJGwZciwLd05TKcq3TyEm { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15024;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:26.6875rem;left:0rem;height:2.0625rem;font-style:normal;display:block; }
#I2R2cT5sGs56KIga8fCu0w6MSSitczmS { color:rgba(var(--color-tertiary-2),1);display:block;width:45.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15022;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.34);top:8.25rem;left:0rem;height:7.199225rem;font-style:normal;display:block; }
#Obdtemo0bixxfBJP5FGnW9mNCCV5V0RR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4990234375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:40.25rem;left:50.75rem;display:block; }
#GbukJJt7mTOa7wOEaHRbAMTCTdLZQm6N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { background-color: transparent; background-image: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { display: none; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .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); }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { border-width: 0; border-radius: 0; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:1.65625rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { background-color: transparent; background-image: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container > .video-iframe-container { display: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container { display: none; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .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); }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { border-width: 0; border-radius: 0; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { color:rgba(var(--color-tertiary-3),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:7.34375rem;left:38.75rem;height:17.31646875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/35fc3c70-2b59-4770-a840-5f9314b0e437/Techpomlokalna3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.25rem;width:35rem;top:0.75rem;left:0rem;display:block; }#q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ.adaptive-delivery-prevent-bg, #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ.lazyload, #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ.lazyloading { background-image: none; }
#yFHnw5Nl1WFyW1LU936BGmXTJ01raWsk { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.8125rem;top:23.125rem;left:24.4375rem;display:block; }
#KcVWTrHXMffLxwyuEquOtaZwHLk0h7He { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:24.1875rem;left:25.65625rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lXZfF9ehH3DxsGw7dmOabnAaFVM4VTZS { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4980625rem;width:11.624rem;top:0rem;left:23.9375rem;display:block; }
#QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { color:rgba(var(--color-tertiary-4),1);display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.5625rem;left:38.75rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X4UMpPCSCglSyDeSngktlROrCvd9Gd9O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:26.875rem;left:40.625rem; }
#sQbyMzprAba0dn84r39FlWLz1XlzI1iz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:26.875rem;left:50rem; }
#ifQIG1TLTFCq6vLJCZAsmfmnUCGFTHmh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:26.875rem;left:59.25rem; }
#Q5ZJO1yyDQsLgXcT3b7B3xRw27RLTTz0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:26.875rem;left:68.5rem; }
#SawfFL9bgFCqesbkEtEixghfqwVAraI4 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:31.25rem;left:37.875rem;height:3.8994125rem;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; }
#nV1qgA7pIW6l6B9IRIW2nJzMIT5V9OyL { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:31.25rem;left:47.125rem;height:3.8994125rem;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; }
#CpcTuITorfA9btXNhoQuNnSnKJXDFiJZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:31.25rem;left:56.375rem;height:3.8994125rem;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; }
#bXUPbUK1fMQRC2hvlWBoRZBiwrmTP7O6 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:31.25rem;left:65.625rem;height:5.19921875rem;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; }
#rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/56f98e0d-75e9-4e9f-b675-ec547bafd017/Puma220CVXDrivecaseih_puma_220_cvxdrive_at_2007_a7303646_ret_ew214ef56ab4668f4c48be64333f8278e719.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34.adaptive-delivery-prevent-bg, #rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34.lazyload, #rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34.lazyloading { background-image: none; }#rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34 > .row .container { background-color: transparent; background-image: none; }#rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(174,53,56,0.8); }#rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34 > .row .container > .video-iframe-container { display: none; }#rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(174,53,56,0.8); }#rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34 > .row > .video-iframe-container { display: none; }#rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34 > .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); }#rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34 > .row .container { border-width: 0; border-radius: 0; }#rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34 > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-form-header {  }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:32.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:32.75rem;box-sizing:border-box;height:2.5rem;color:#1a0808;font-size:1rem;overflow:hidden;font-family:exo;vertical-align:top;text-align:left;text-align-last:left; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-input-text {padding-top: 0; padding-bottom: 0;}#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:32.75rem;box-sizing:border-box;height:4.375rem;color:#1a0808;font-size:1rem;overflow:hidden;font-family:exo;vertical-align:top;text-align:left;text-align-last:left; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:2.5rem;color:rgba(22,22,22,0.23);font-family:"open sans";font-size:1rem;overflow:hidden;vertical-align:top; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-input-select {padding-top: 0; padding-bottom: 0;}#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .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; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:13.125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:19.625rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.8);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.8);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.8);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.8);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:31.6875rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .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; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .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; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-container:first-of-type{padding-top:0;}#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-container:last-of-type{padding-bottom:0;}#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.40625rem;left:0rem; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.75rem;display:block;vertical-align:top; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .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; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk {display:block;}#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.40625rem;left:0rem; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #nwcR1kTFxz74Cod3BLC5uWOVkL4xhBpE { position:relative; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #GJLXIwKiBn0mxKGxWKSSQ4DyixXQWEZK { position:relative;display:none; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #zbkbZ5Hd6s0Uy01ueoecVIFlqAPhfu2v { position:relative; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #K3XvLohZ5WyNFPc1GOUM3Vd5lJ37M7eD { position:relative; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #ixT3yt4Wr5DpLwTtVWZk4aVsfRxIC886 { position:relative;display:none; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #ZsnRzxUARODM9gWMrGfZqOwdfyND2MSa { position:relative; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #yXCu9ravoumo590spcxfdMiIrOAfUhQ6 { position:relative; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #BPZItTIogdqDlIVeB5E2AFtUnPCt6WTr { position:relative;display:none; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #eiJsc1RFzTLAOheCD0mf9VO5rISikZyd { position:relative; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #LmNz6bpPSsQoO94fAmFCQAiQ5Oyods8J { position:relative; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #ivWIUqPhJBnG2NemSLposTh6JmHdfVNa { position:relative;z-index:2; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #UQDqD6Hy8GaTZK1ZNHLkMXQFSzSoV1N7 { position:relative; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #kMfxzoXcbO9iIXgFu5BJzEPNVZVSnc8r { position:relative; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #nVOAZWI0MuxbThJa9t80f1OF6T8SSQFH { position:relative; }
#QvIEt6TCeF6SPGipvErkiIKaXo4Xf8ea { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:8.40625rem;left:50.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x1Ant83HHGXT5MLJmndi6RqquQP0oaUE { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:8.15625rem;left:46.5625rem;display:block; }
#Zyba2dZuR9NCCeZHn2CT9A3vOAGLxPIV { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:12.03125rem;left:47rem;display:block; }
#DAkvV5JKSBZVeL3ddt0poGmGcTrsKisV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:11.90625rem;left:50.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v5CiR7Fil8Lqd3xgCDUcbHmkCVa4nB36 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:15.40625rem;left:50.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t4dQRi7DEuHeVHTzIkA0BwmtsnOvvUBM { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:15.21875rem;left:46.6875rem;display:block; }
#WGCquMIR2AP9FaoD87oaDVnXE1aR3OCz { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:4.060546875rem;left:0.625rem;height:2rem;font-style:normal;display:block; }
#FaVU1lT9Haaat9oWHSSTwklwJFsZuDCL { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:7.8125rem;left:46.3125rem;display:block; }
#K2PJaFrpztzP6aogvp1VvCzTzTQTdJhS { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.3125rem;left:46.3125rem;display:block; }
#d4xmfs0I8h110bqAZttiGR5dByPGKHKt { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:14.8125rem;left:46.3125rem;display:block; }
#KaHyFcu3TQFlCVgvOoTVyq8oMPTeipxK { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.1875rem;top:7.8125rem;left:40.28125rem;display:block; }
#r5PKEni8kG6d9LLIOJvW4kHV01thPyhX { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.341796875rem;left:46.3125rem;display:block; }
#cB3MPwA1bdhn5URH1DBr7soP5bgLwMgL { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:18.748046875rem;left:46.6875rem;display:block; }
#hnts4GZ0FRGLxvPUrgpbqhqg0aFuLgZS { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:18.935546875rem;left:50.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tmy4OZDPx2fut2GOuFXq7fu9MXihGeHt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tmy4OZDPx2fut2GOuFXq7fu9MXihGeHt > .row .container { background-color: transparent; background-image: none; }#Tmy4OZDPx2fut2GOuFXq7fu9MXihGeHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmy4OZDPx2fut2GOuFXq7fu9MXihGeHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmy4OZDPx2fut2GOuFXq7fu9MXihGeHt > .row .container > .video-iframe-container { display: none; }#Tmy4OZDPx2fut2GOuFXq7fu9MXihGeHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmy4OZDPx2fut2GOuFXq7fu9MXihGeHt > .row > .video-iframe-container { display: none; }#Tmy4OZDPx2fut2GOuFXq7fu9MXihGeHt > .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); }#Tmy4OZDPx2fut2GOuFXq7fu9MXihGeHt > .row .container { border-width: 0; border-radius: 0; }#Tmy4OZDPx2fut2GOuFXq7fu9MXihGeHt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tmy4OZDPx2fut2GOuFXq7fu9MXihGeHt > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#MDJZ7rw0NppAv9xleAUZrb0FVTOSZlds { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:1.65625rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { background-color: transparent; background-image: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container > .video-iframe-container { display: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container { display: none; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .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); }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { border-width: 0; border-radius: 0; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#zEQOoz3z6xCqiLxwPd7xH11BMy1hmCsQ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.25rem;height:3.898925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e1FncGTuAqu1epPpqFx4uEPA9QhveUks { color:rgba(var(--color-tertiary-3),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:7.1875rem;left:1.25rem;height:15.74221875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2 { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/84984e79-1b7f-47db-85cb-2e311a223634/car_2000x2000px.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.25rem;width:35rem;top:0.75rem;left:39.875rem;display:block; }#JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2.adaptive-delivery-prevent-bg, #JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2.lazyload, #JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2.lazyloading { background-image: none; }
#NaB0e0NvAPAuRaR4LciZPWcv6NfauWOb { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.4980625rem;width:11.624rem;top:0rem;left:39.0625rem;display:block; }
#nXSaeh1iQLXIVGZ4wEDoFEpc6SCUIydS { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.8125rem;top:22.75rem;left:36.1875rem;display:block; }
#Ix4PSuz0zZJKLQAWhwGoJK01nvtnzxfl { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:23.8125rem;left:37.5rem;height:3.8994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WI79w6ZX1XaARDq6nLq1l7XTqAbQevdu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:26.875rem;left:3.125rem; }
#VaHQhtVww3NJ3TkX1TgTB1elLz18VcTS { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:31.25rem;left:0.375rem;height:3.8994125rem;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; }
#bxtINR8mrAMDn5HTILkDatvgx0RAfhSP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:26.875rem;left:12.5rem; }
#LTznJazLE7xiwRqpCbb4QqsqoIydISNT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:31.25rem;left:9.625rem;height:3.8994125rem;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; }
#RlbBNuL41CkGFaTXJmbOPdizC4MFlqTs { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:31.25rem;left:18.875rem;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:center;text-align-last:center;display:block; }
#S3LwPHpMK7FVANql21HueStpM4JfvcdO { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:31.25rem;left:28.125rem;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:center;text-align-last:center;display:block; }
#hafUg1DKGHi4DPcMGA8SRTbSc7kz7RMI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:26.875rem;left:21.75rem; }
#GNaaafTZK7b5xtZZq8l9JvHE3EIIhO4h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:26.875rem;left:31rem; }
#y0DUfTcLFQK1Uw1SlV5es1rDnGstcdy3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:23.75rem;left:1.25rem;height:1.4625rem;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; }
#UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/56f98e0d-75e9-4e9f-b675-ec547bafd017/Puma220CVXDrivecaseih_puma_220_cvxdrive_at_2007_a7303646_ret_ew214ef56ab4668f4c48be64333f8278e719.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu.adaptive-delivery-prevent-bg, #UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu.lazyload, #UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu.lazyloading { background-image: none; }#UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu > .row .container { background-color: transparent; background-image: none; }#UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(174,53,56,0.8); }#UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu > .row .container > .video-iframe-container { display: none; }#UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(174,53,56,0.8); }#UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu > .row > .video-iframe-container { display: none; }#UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu > .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); }#UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu > .row .container { border-width: 0; border-radius: 0; }#UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-form-header {  }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:32.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:32.75rem;box-sizing:border-box;height:2.5rem;color:#171717;font-size:1rem;overflow:hidden;font-family:exo;vertical-align:top;text-align:left;text-align-last:left; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-input-text {padding-top: 0; padding-bottom: 0;}#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:32.75rem;box-sizing:border-box;height:4.375rem;color:#171717;font-size:1rem;overflow:hidden;font-family:exo;vertical-align:top;text-align:left;text-align-last:left; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:2.5rem;color:rgba(22,22,22,0.23);font-family:"open sans";font-size:1rem;overflow:hidden;vertical-align:top; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-input-select {padding-top: 0; padding-bottom: 0;}#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .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; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:13.125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:19.625rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.8);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.8);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.8);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.8);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:31.6875rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .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; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .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; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-container:first-of-type{padding-top:0;}#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-container:last-of-type{padding-bottom:0;}#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.40625rem;left:0rem; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.75rem;display:block;vertical-align:top; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .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; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH {display:block;}#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.40625rem;left:0rem; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #cDzRFIv5ielTELE4qampxDU79bDEmJrK { position:relative; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #sTQootOlJOfSc0ZpabeN5OF83hIMgSUL { position:relative;display:none; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #nb6GDqIcQkWNpcx4v6M8xV0KrTHLaCuR { position:relative; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #Wf9bOCccwbuGRhOnTfZGVeTD2laKfh9p { position:relative; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #CmHTiAz98TycGKCta5NB94GdkhNDyTm0 { position:relative;display:none; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #UwyrKVAT99Uee6GgsxMfdK9cw80eFgZO { position:relative; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #elWOMOv8wGvICJTasHwGu0buwdpaiV8p { position:relative; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #uwwunSGxnQ6JaHXFZSzaP6zmH5P0V5i4 { position:relative;display:none; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #X5rFZnQv8bEygFwNxO4LZKMAfMo08mUq { position:relative; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #bk9pHsRmuGUAqe2K9FnwayHR4gF9rfB4 { position:relative; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #xgO93BtAHHcItCyv6nH0VPTEOHAcZ9ix { position:relative;z-index:2; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #VbTx7v28uc17Wpo9IBfBh8mW4w6nPRbx { position:relative; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #HqFIxVUPraRnT8Hs36QSbtTcXFVgbr8E { position:relative; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #o8bJyGUUCsvGkkQEFOsh4a5pzUgUgIOz { position:relative; }
#xQ0MfoPq72yC9xNmBpFLuZZmHGzvxdTv { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:8.15625rem;left:46.5625rem;display:block; }
#SFu897N0Zmzb9lR2aArXTqwV5Mb69azT { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:12.03125rem;left:47rem;display:block; }
#wyPzTpotb2S76tprw9BNxfnZCyplZqTO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:11.90625rem;left:50.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oTCgurqTsc8TNZV9T46fb4ZHIpJ1f14r { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:15.40625rem;left:50.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#viOwkNceliHd9QRpRZLM8neVM2UxwKDd { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:15.21875rem;left:46.6875rem;display:block; }
#c6eyS6Nf2QCPy8qpNlGk7QP3mT61faD1 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:4.060546875rem;left:0.625rem;height:2rem;font-style:normal;display:block; }
#xQTPNTzKJKo9ykNLT7FqwT3UsgMhrDST { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:7.8125rem;left:46.3125rem;display:block; }
#DSiGFGhQlcvhEETHETSPimbOBv7XvtsO { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.3125rem;left:46.3125rem;display:block; }
#a2v5SGLnFAIQVbTR1HtShzcdSlEQ4NC1 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:14.8125rem;left:46.3125rem;display:block; }
#bk7EEo3NIuffvyB6p9Xt1IAmGaI2sVcE { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.1875rem;top:7.8125rem;left:40.28125rem;display:block; }
#A5iJqkISf9KDsEOP8I1OZHJa6DFANoTT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:8.42041015625rem;left:50.186767578125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TAVH6GgtoBnFpb2a8BWWLLuXckGuafC8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TAVH6GgtoBnFpb2a8BWWLLuXckGuafC8 > .row .container { background-color: transparent; background-image: none; }#TAVH6GgtoBnFpb2a8BWWLLuXckGuafC8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAVH6GgtoBnFpb2a8BWWLLuXckGuafC8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAVH6GgtoBnFpb2a8BWWLLuXckGuafC8 > .row .container > .video-iframe-container { display: none; }#TAVH6GgtoBnFpb2a8BWWLLuXckGuafC8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TAVH6GgtoBnFpb2a8BWWLLuXckGuafC8 > .row > .video-iframe-container { display: none; }#TAVH6GgtoBnFpb2a8BWWLLuXckGuafC8 > .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); }#TAVH6GgtoBnFpb2a8BWWLLuXckGuafC8 > .row .container { border-width: 0; border-radius: 0; }#TAVH6GgtoBnFpb2a8BWWLLuXckGuafC8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TAVH6GgtoBnFpb2a8BWWLLuXckGuafC8 > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#f0JaLKVB2PJ4ySdAcgJC9GbWiFQT2UaU { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:1.65625rem;left:0rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row .container { background-color: transparent; background-image: none; }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row .container > .video-iframe-container { display: none; }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row > .video-iframe-container { display: none; }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .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); }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row .container { border-width: 0; border-radius: 0; }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#aTq1PkNUzOLWD2dTaKvqkhC2HuhDr8yJ { color:rgba(var(--color-tertiary-3),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:5.3125rem;left:38.75rem;height:17.31646875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xGkb1aigBISg7rIF551WdfuA47Wvies3 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:1.5625rem;left:38.75rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#taRlZ0GLiHsuIN4gS8tdhSWRiRPpg6DK { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a0094687-ca79-46a4-a9c0-efa4f79f7b54/PXL_20260304_123102846.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.25rem;width:35rem;top:0.6875rem;left:0rem;display:block; }#taRlZ0GLiHsuIN4gS8tdhSWRiRPpg6DK.adaptive-delivery-prevent-bg, #taRlZ0GLiHsuIN4gS8tdhSWRiRPpg6DK.lazyload, #taRlZ0GLiHsuIN4gS8tdhSWRiRPpg6DK.lazyloading { background-image: none; }
#QcD5aNAEZezlptaUzUQ3dul6yDv1FQdb { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.8125rem;top:23.0625rem;left:24.4375rem;display:block; }
#QTAqlBHy8zxTUmZXA1cPqg3io924SmnZ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:24.75rem;left:25.09375rem;height:2.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WOw4DhTbw1ALOUk2KXe5S5PcUaNUntAm { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.499rem;width:11.624rem;top:0rem;left:24.1875rem;display:block; }
#cIL20o6GnsWoQSKi9bnG8550v6tmeAQm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:26.875rem;left:40.625rem; }
#eWrwTKGmBg5ldzoPuQvst5Fxxx8odkgF { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:31.25rem;left:37.875rem;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:center;text-align-last:center;display:block; }
#aSWQrs4vvVnQcAPW87bSoRcbgET8unKz { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:31.25rem;left:65.625rem;height:5.19921875rem;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; }
#zuGOs4o0vJO5O8NhfX7EJl2wl13wUtkz { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:31.25rem;left:56.375rem;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:center;text-align-last:center;display:block; }
#LIfkLOE9thZxcL1b9bp3WDCkHXvaXG1q { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:31.25rem;left:47.125rem;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:center;text-align-last:center;display:block; }
#VToGQqtU1oiquMRVLtnKLTZcqQeZtzUn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:26.875rem;left:50rem; }
#uTv3XvErVqnBWCpX7Z0SsXuDX20yEGCO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:26.875rem;left:59.25rem; }
#kE9R3hIvPSCw4KHJXpWd13S98rLbzk7d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:26.875rem;left:68.5rem; }
#aT0J2Re18UOEn4HVdRBW7nN4vu7ApkHy { color:rgba(var(--color-tertiary-4),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:23.75rem;left:38.75rem;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; }
#TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/56f98e0d-75e9-4e9f-b675-ec547bafd017/Puma220CVXDrivecaseih_puma_220_cvxdrive_at_2007_a7303646_ret_ew214ef56ab4668f4c48be64333f8278e719.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r.adaptive-delivery-prevent-bg, #TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r.lazyload, #TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r.lazyloading { background-image: none; }#TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r > .row .container { background-color: transparent; background-image: none; }#TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(174,53,56,0.8); }#TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r > .row .container > .video-iframe-container { display: none; }#TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(174,53,56,0.8); }#TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r > .row > .video-iframe-container { display: none; }#TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r > .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); }#TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r > .row .container { border-width: 0; border-radius: 0; }#TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-form-header {  }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:32.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:32.75rem;box-sizing:border-box;height:2.5rem;color:#000000;font-size:1rem;overflow:hidden;font-family:exo;vertical-align:top;text-align:left;text-align-last:left; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-input-text {padding-top: 0; padding-bottom: 0;}#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:32.75rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:exo;vertical-align:top;text-align:left;text-align-last:left; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:2.5rem;color:rgba(22,22,22,0.23);font-family:"open sans";font-size:1rem;overflow:hidden;vertical-align:top; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-input-select {padding-top: 0; padding-bottom: 0;}#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .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; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:13.125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:19.625rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.8);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.8);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.8);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.8);font-family:var(--paragraphs-font-family);font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:31.6875rem;overflow:hidden;font-style:normal;line-height:1.7;float:none; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .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; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .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; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-container:first-of-type{padding-top:0;}#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-container:last-of-type{padding-bottom:0;}#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.40625rem;left:0rem; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.75rem;display:block;vertical-align:top; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .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; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms {display:block;}#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.40625rem;left:0rem; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #nOOTbcsRQItgT8zPu5nACWgRQSoBoeK9 { position:relative; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #tA9X9rCeLcnd8mDxCoOAlzASpBn62y0K { position:relative;display:none; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #weevvuQTnaky81AxZxF6wWFfTbiI8DOF { position:relative; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #Guf9nWurOQdD0C1KsA0Jka3iDszTJbd9 { position:relative; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #DURXF8CwLdvzTircyikdeNRRKzSGkTF0 { position:relative;display:none; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #Wv6Btx6REsObAzFDVvhTcK5d0J989FrT { position:relative; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #N5LVV1wg3f7IbA0lNIMXPJHsAnla0cob { position:relative; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #QJrnu6hESnSWLTAhP8syTftNIiDkreoO { position:relative;display:none; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #QBgH81REoqIwbRTkOtmBDXbsoxhQaCpP { position:relative; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #xqfV2CnfWy8Uk6vM5yJkoBfF6ixmXcli { position:relative; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #hRainr8L7BwqehT7e1M4QyJCX6CW6oxH { position:relative;z-index:2; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #NadTMSQKyyBulyoAz8GDLB76DoruT0ya { position:relative; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #im3ot4Dg4rTL9WltWKZhVmfLiWCuRlqJ { position:relative; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #Fuu0Eyzz7AkAIu828as3dQ3pwKAzITUT { position:relative; }
#ChF3fpOLQKdP3Tbz0UvK66teTkaloS0L { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:8.40625rem;left:50.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DSsIFWpHnRdOGPDnhM9h8w9rH4eIigiX { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15040;top:8.15625rem;left:46.5625rem;display:block; }
#NLkDVPawpBvDsZdWq9LDpPnv2DceEToV { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:12.03125rem;left:47rem;display:block; }
#FBO6WmRPZuAmAaVeCcgMWs6mlSUNVIC0 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:11.90625rem;left:50.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NAGqZZaeQ04RWymwtQ8uX9k1kPU1sl95 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:15.40625rem;left:50.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PDrsSkRuxBaOdGmLmMEZFrLX2cp1enBp { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:15.21875rem;left:46.6875rem;display:block; }
#vTPCFPq5SaR24guG5as3CdwUdFOTKCwN { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:4.060546875rem;left:0.625rem;height:2rem;font-style:normal;display:block; }
#s3QfbnVBAIkzaFL74WbNuOxnBi98Jlaw { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:7.8125rem;left:46.3125rem;display:block; }
#WWE11nmWUWghIMWGxFTql8tenOSae7lT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:11.3125rem;left:46.3125rem;display:block; }
#HtmTOO53Ze5pUexqbL2tERneZ02O54oz { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:14.8125rem;left:46.3125rem;display:block; }
#fU1On8kNoA6m6pm1nrGWuIBnL9n2LzQI { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:0.1875rem;top:7.8125rem;left:40.28125rem;display:block; }
#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:rgba(var(--color-tertiary-1),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { border-width: 0; border-radius: 0; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { color:rgba(var(--color-tertiary-3),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:1.7548828125rem;left:62.435546875rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:17.875rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:45.9375rem;height:9.75rem;top:12.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:18.75rem;height:3.4375rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #o4yfhwoHWI4Lg42d3dWFTOKLScecmcQO { width:18.75rem;height:3.4375rem;top:40.25rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA8hp8EJhUSt0WM8OwT6DmKrzQ6vakAx { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:15.1875rem;height:2.4375rem;top:1.625rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ManOZ6b2GRrEuZJKq2DXJF0sVT5aIpMv { width:40.75rem;height:2.0625rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0VbH7ctJsdKhK6ai9ZCd30LsTGGLTLy { width:40.75rem;height:2.0625rem;top:29.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJDI8HN7NmCrJGwZciwLd05TKcq3TyEm { width:40.75rem;height:2.0625rem;top:26.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2R2cT5sGs56KIga8fCu0w6MSSitczmS { width:45.9375rem;height:7.125rem;top:8.25rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Obdtemo0bixxfBJP5FGnW9mNCCV5V0RR { width:18.75rem;height:3.4375rem;top:40.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbukJJt7mTOa7wOEaHRbAMTCTdLZQm6N { display:block; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:47.75rem;height:2.625rem;top:1.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { width:34.75rem;height:17.1875rem;top:7.375rem;left:12.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ { width:35rem;height:30.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFHnw5Nl1WFyW1LU936BGmXTJ01raWsk { width:12.8125rem;height:5.875rem;top:23.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcVWTrHXMffLxwyuEquOtaZwHLk0h7He { width:10.375rem;height:3.75rem;top:24.1875rem;left:13.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXZfF9ehH3DxsGw7dmOabnAaFVM4VTZS { width:11.5625rem;height:31.4375rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { width:34rem;height:3.875rem;top:1.5625rem;left:13.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4UMpPCSCglSyDeSngktlROrCvd9Gd9O { top:26.875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQbyMzprAba0dn84r39FlWLz1XlzI1iz { top:26.875rem;left:29.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifQIG1TLTFCq6vLJCZAsmfmnUCGFTHmh { top:26.875rem;left:38.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5ZJO1yyDQsLgXcT3b7B3xRw27RLTTz0 { top:26.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SawfFL9bgFCqesbkEtEixghfqwVAraI4 { top:31.25rem;left:23.875rem;width:8.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nV1qgA7pIW6l6B9IRIW2nJzMIT5V9OyL { top:31.25rem;left:26.6875rem;width:8.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpcTuITorfA9btXNhoQuNnSnKJXDFiJZ { top:31.25rem;left:35.9375rem;width:8.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXUPbUK1fMQRC2hvlWBoRZBiwrmTP7O6 { top:31.25rem;left:38.875rem;width:8.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34 { display:block; }#rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-regular-label { width:32.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-input-text { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-input-text {padding-top: 0; padding-bottom: 0;}#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-textarea { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-input-select { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-input-select {padding-top: 0; padding-bottom: 0;}#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-checkbox-label { width:31.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk  { width:32.75rem;height:auto;top:6.375rem;left:0rem; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .radio-container { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk {display:block;}#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk { width:32.75rem;height:auto;top:6.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #nwcR1kTFxz74Cod3BLC5uWOVkL4xhBpE {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #GJLXIwKiBn0mxKGxWKSSQ4DyixXQWEZK { display:none; }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #zbkbZ5Hd6s0Uy01ueoecVIFlqAPhfu2v {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #K3XvLohZ5WyNFPc1GOUM3Vd5lJ37M7eD {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #ixT3yt4Wr5DpLwTtVWZk4aVsfRxIC886 { display:none; }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #ZsnRzxUARODM9gWMrGfZqOwdfyND2MSa {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #yXCu9ravoumo590spcxfdMiIrOAfUhQ6 {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #BPZItTIogdqDlIVeB5E2AFtUnPCt6WTr {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #eiJsc1RFzTLAOheCD0mf9VO5rISikZyd {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #LmNz6bpPSsQoO94fAmFCQAiQ5Oyods8J {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #ivWIUqPhJBnG2NemSLposTh6JmHdfVNa {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #UQDqD6Hy8GaTZK1ZNHLkMXQFSzSoV1N7 {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #kMfxzoXcbO9iIXgFu5BJzEPNVZVSnc8r {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #nVOAZWI0MuxbThJa9t80f1OF6T8SSQFH {  }
 }@media only screen and (max-width: 763px) { #QvIEt6TCeF6SPGipvErkiIKaXo4Xf8ea { width:13.75rem;height:1.625rem;top:8.375rem;left:34rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1Ant83HHGXT5MLJmndi6RqquQP0oaUE { width:2.3125rem;height:2.125rem;top:8.125rem;left:32.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyba2dZuR9NCCeZHn2CT9A3vOAGLxPIV { width:1.4375rem;height:1.375rem;top:12rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAkvV5JKSBZVeL3ddt0poGmGcTrsKisV { width:15.875rem;height:1.625rem;top:11.875rem;left:31.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5CiR7Fil8Lqd3xgCDUcbHmkCVa4nB36 { width:18.75rem;height:1.625rem;top:15.375rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4dQRi7DEuHeVHTzIkA0BwmtsnOvvUBM { width:2.0625rem;height:2rem;top:15.1875rem;left:33.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGCquMIR2AP9FaoD87oaDVnXE1aR3OCz { width:37.0625rem;height:2rem;top:4.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaVU1lT9Haaat9oWHSSTwklwJFsZuDCL { width:2.8125rem;height:2.8125rem;top:7.8125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2PJaFrpztzP6aogvp1VvCzTzTQTdJhS { width:2.8125rem;height:2.8125rem;top:11.3125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4xmfs0I8h110bqAZttiGR5dByPGKHKt { width:2.8125rem;height:2.8125rem;top:14.8125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaHyFcu3TQFlCVgvOoTVyq8oMPTeipxK { width:0.1875rem;height:12.5rem;top:7.8125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5PKEni8kG6d9LLIOJvW4kHV01thPyhX { width:2.8125rem;height:2.8125rem;top:18.3125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB3MPwA1bdhn5URH1DBr7soP5bgLwMgL { width:2.0625rem;height:2rem;top:18.6875rem;left:33.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnts4GZ0FRGLxvPUrgpbqhqg0aFuLgZS { width:18.125rem;height:1.625rem;top:18.875rem;left:29.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmy4OZDPx2fut2GOuFXq7fu9MXihGeHt { display:block; }#Tmy4OZDPx2fut2GOuFXq7fu9MXihGeHt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDJZ7rw0NppAv9xleAUZrb0FVTOSZlds { width:47.75rem;height:2.625rem;top:1.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { display:block; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEQOoz3z6xCqiLxwPd7xH11BMy1hmCsQ { width:33.75rem;height:3.875rem;top:1.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1FncGTuAqu1epPpqFx4uEPA9QhveUks { width:34.75rem;height:15.625rem;top:7.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2 { width:35rem;height:30.25rem;top:0.75rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaB0e0NvAPAuRaR4LciZPWcv6NfauWOb { width:11.5625rem;height:31.4375rem;top:0rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXSaeh1iQLXIVGZ4wEDoFEpc6SCUIydS { width:12.8125rem;height:5.875rem;top:22.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix4PSuz0zZJKLQAWhwGoJK01nvtnzxfl { width:10.4375rem;height:3.75rem;top:23.8125rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WI79w6ZX1XaARDq6nLq1l7XTqAbQevdu { top:26.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaHQhtVww3NJ3TkX1TgTB1elLz18VcTS { top:31.25rem;left:0rem;width:8.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxtINR8mrAMDn5HTILkDatvgx0RAfhSP { top:26.875rem;left:5.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTznJazLE7xiwRqpCbb4QqsqoIydISNT { top:31.25rem;left:2.8125rem;width:8.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlbBNuL41CkGFaTXJmbOPdizC4MFlqTs { top:31.25rem;left:12.0625rem;width:8.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3LwPHpMK7FVANql21HueStpM4JfvcdO { top:31.25rem;left:15rem;width:8.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hafUg1DKGHi4DPcMGA8SRTbSc7kz7RMI { top:26.875rem;left:14.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNaaafTZK7b5xtZZq8l9JvHE3EIIhO4h { top:26.875rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0DUfTcLFQK1Uw1SlV5es1rDnGstcdy3 { top:23.75rem;left:0rem;width:20.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu { display:block; }#UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-regular-label { width:32.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-input-text { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-input-text {padding-top: 0; padding-bottom: 0;}#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-textarea { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-input-select { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-input-select {padding-top: 0; padding-bottom: 0;}#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-checkbox-label { width:31.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH  { width:32.75rem;height:auto;top:6.375rem;left:0rem; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .radio-container { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH {display:block;}#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH { width:32.75rem;height:auto;top:6.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #cDzRFIv5ielTELE4qampxDU79bDEmJrK {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #sTQootOlJOfSc0ZpabeN5OF83hIMgSUL { display:none; }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #nb6GDqIcQkWNpcx4v6M8xV0KrTHLaCuR {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #Wf9bOCccwbuGRhOnTfZGVeTD2laKfh9p {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #CmHTiAz98TycGKCta5NB94GdkhNDyTm0 { display:none; }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #UwyrKVAT99Uee6GgsxMfdK9cw80eFgZO {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #elWOMOv8wGvICJTasHwGu0buwdpaiV8p {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #uwwunSGxnQ6JaHXFZSzaP6zmH5P0V5i4 {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #X5rFZnQv8bEygFwNxO4LZKMAfMo08mUq {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #bk9pHsRmuGUAqe2K9FnwayHR4gF9rfB4 {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #xgO93BtAHHcItCyv6nH0VPTEOHAcZ9ix {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #VbTx7v28uc17Wpo9IBfBh8mW4w6nPRbx {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #HqFIxVUPraRnT8Hs36QSbtTcXFVgbr8E {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #o8bJyGUUCsvGkkQEFOsh4a5pzUgUgIOz {  }
 }@media only screen and (max-width: 763px) { #xQ0MfoPq72yC9xNmBpFLuZZmHGzvxdTv { width:2.3125rem;height:2.125rem;top:8.125rem;left:32.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFu897N0Zmzb9lR2aArXTqwV5Mb69azT { width:1.4375rem;height:1.375rem;top:12rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyPzTpotb2S76tprw9BNxfnZCyplZqTO { width:15.875rem;height:1.625rem;top:11.875rem;left:31.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTCgurqTsc8TNZV9T46fb4ZHIpJ1f14r { width:18.75rem;height:1.625rem;top:15.375rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #viOwkNceliHd9QRpRZLM8neVM2UxwKDd { width:2.0625rem;height:2rem;top:15.1875rem;left:33.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6eyS6Nf2QCPy8qpNlGk7QP3mT61faD1 { width:37.0625rem;height:2rem;top:4rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQTPNTzKJKo9ykNLT7FqwT3UsgMhrDST { width:2.8125rem;height:2.8125rem;top:7.8125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSiGFGhQlcvhEETHETSPimbOBv7XvtsO { width:2.8125rem;height:2.8125rem;top:11.3125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2v5SGLnFAIQVbTR1HtShzcdSlEQ4NC1 { width:2.8125rem;height:2.8125rem;top:14.8125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk7EEo3NIuffvyB6p9Xt1IAmGaI2sVcE { width:0.1875rem;height:12.5rem;top:7.8125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5iJqkISf9KDsEOP8I1OZHJa6DFANoTT { width:13.75rem;height:1.5625rem;top:8.375rem;left:34rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVH6GgtoBnFpb2a8BWWLLuXckGuafC8 { display:block; }#TAVH6GgtoBnFpb2a8BWWLLuXckGuafC8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0JaLKVB2PJ4ySdAcgJC9GbWiFQT2UaU { width:47.75rem;height:2.625rem;top:1.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 { display:block; }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTq1PkNUzOLWD2dTaKvqkhC2HuhDr8yJ { width:34.75rem;height:17.1875rem;top:5.3125rem;left:13rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGkb1aigBISg7rIF551WdfuA47Wvies3 { width:33.75rem;height:1.9375rem;top:1.5625rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taRlZ0GLiHsuIN4gS8tdhSWRiRPpg6DK { width:35rem;height:30.25rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcD5aNAEZezlptaUzUQ3dul6yDv1FQdb { width:12.8125rem;height:5.875rem;top:23.0625rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTAqlBHy8zxTUmZXA1cPqg3io924SmnZ { width:11.5rem;height:2.5rem;top:24.75rem;left:12.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOw4DhTbw1ALOUk2KXe5S5PcUaNUntAm { width:11.5625rem;height:31.4375rem;top:0rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIL20o6GnsWoQSKi9bnG8550v6tmeAQm { top:26.875rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWrwTKGmBg5ldzoPuQvst5Fxxx8odkgF { top:31.25rem;left:23.875rem;width:8.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSWQrs4vvVnQcAPW87bSoRcbgET8unKz { top:31.25rem;left:38.875rem;width:8.875rem;height:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuGOs4o0vJO5O8NhfX7EJl2wl13wUtkz { top:31.25rem;left:35.9375rem;width:8.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIfkLOE9thZxcL1b9bp3WDCkHXvaXG1q { top:31.25rem;left:26.6875rem;width:8.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VToGQqtU1oiquMRVLtnKLTZcqQeZtzUn { top:26.875rem;left:29.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTv3XvErVqnBWCpX7Z0SsXuDX20yEGCO { top:26.875rem;left:38.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kE9R3hIvPSCw4KHJXpWd13S98rLbzk7d { top:26.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT0J2Re18UOEn4HVdRBW7nN4vu7ApkHy { top:23.75rem;left:23.875rem;width:20.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r { display:block; }#TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-regular-label { width:32.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-input-text { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-input-text {padding-top: 0; padding-bottom: 0;}#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-textarea { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-input-select { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-input-select {padding-top: 0; padding-bottom: 0;}#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-input-button { width:19.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-checkbox-label { width:31.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms  { width:32.75rem;height:auto;top:6.375rem;left:0rem; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .radio-container { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms {display:block;}#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms { width:32.75rem;height:auto;top:6.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #nOOTbcsRQItgT8zPu5nACWgRQSoBoeK9 {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #tA9X9rCeLcnd8mDxCoOAlzASpBn62y0K { display:none; }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #weevvuQTnaky81AxZxF6wWFfTbiI8DOF {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #Guf9nWurOQdD0C1KsA0Jka3iDszTJbd9 {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #DURXF8CwLdvzTircyikdeNRRKzSGkTF0 { display:none; }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #Wv6Btx6REsObAzFDVvhTcK5d0J989FrT {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #N5LVV1wg3f7IbA0lNIMXPJHsAnla0cob {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #QJrnu6hESnSWLTAhP8syTftNIiDkreoO {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #QBgH81REoqIwbRTkOtmBDXbsoxhQaCpP {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #xqfV2CnfWy8Uk6vM5yJkoBfF6ixmXcli {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #hRainr8L7BwqehT7e1M4QyJCX6CW6oxH {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #NadTMSQKyyBulyoAz8GDLB76DoruT0ya {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #im3ot4Dg4rTL9WltWKZhVmfLiWCuRlqJ {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #Fuu0Eyzz7AkAIu828as3dQ3pwKAzITUT {  }
 }@media only screen and (max-width: 763px) { #ChF3fpOLQKdP3Tbz0UvK66teTkaloS0L { width:13.75rem;height:1.625rem;top:8.375rem;left:34rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSsIFWpHnRdOGPDnhM9h8w9rH4eIigiX { width:2.3125rem;height:2.125rem;top:8.125rem;left:32.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLkDVPawpBvDsZdWq9LDpPnv2DceEToV { width:1.4375rem;height:1.375rem;top:12rem;left:33.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBO6WmRPZuAmAaVeCcgMWs6mlSUNVIC0 { width:15.875rem;height:1.625rem;top:11.875rem;left:31.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAGqZZaeQ04RWymwtQ8uX9k1kPU1sl95 { width:18.75rem;height:1.625rem;top:15.375rem;left:29rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDrsSkRuxBaOdGmLmMEZFrLX2cp1enBp { width:2.0625rem;height:2rem;top:15.1875rem;left:33.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTPCFPq5SaR24guG5as3CdwUdFOTKCwN { width:37.0625rem;height:2rem;top:4rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3QfbnVBAIkzaFL74WbNuOxnBi98Jlaw { width:2.8125rem;height:2.8125rem;top:7.8125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWE11nmWUWghIMWGxFTql8tenOSae7lT { width:2.8125rem;height:2.8125rem;top:11.3125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtmTOO53Ze5pUexqbL2tERneZ02O54oz { width:2.8125rem;height:2.8125rem;top:14.8125rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU1On8kNoA6m6pm1nrGWuIBnL9n2LzQI { width:0.1875rem;height:12.5rem;top:7.8125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:12.4375rem;height:1.25rem;top:1.75rem;left:35.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { width:17.875rem;height:2.875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e78a3e56-99d3-4efd-8f4d-de4068a51075/caseih_puma_240_cvxdrive_0720_at_a7308905_ret2min.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.adaptive-delivery-prevent-bg, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyload, #qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1.lazyloading { background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { background-color: transparent; background-image: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.03); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.03); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row > .video-iframe-container { display: none; }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .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); }#qbAFcUUXRJvrJcbB5HIkMy5tku5Dw4v1 > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrgO7CXR8e794IewOwC2XCL1PQBa3mgr { width:15.4375rem;height:3rem;top:8.2490234375rem;left:2.28125rem;text-align:center;text-align-last:center;font-size:1.5rem;color:rgba(var(--color-tertiary-0),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #N82hMSnfXg2WWKKySSV7BOdcUqqpADHM { width:10rem;height:2.625rem;top:29.5rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW8TWTuVJpZus7GcXTOpEoM4eHwkTbkt { display:block; }
 }@media only screen and (max-width: 763px) { #o4yfhwoHWI4Lg42d3dWFTOKLScecmcQO { width:10rem;height:2.625rem;top:32.875rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dA8hp8EJhUSt0WM8OwT6DmKrzQ6vakAx { display:block; }
 }@media only screen and (max-width: 763px) { #r8RHTAIl3TvvLep1GZABqx88sxeIWp58 { width:7.125rem;height:1.25rem;top:1.875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ManOZ6b2GRrEuZJKq2DXJF0sVT5aIpMv { width:19.375rem;height:1.19921875rem;top:12.3740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-0),1);line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #g0VbH7ctJsdKhK6ai9ZCd30LsTGGLTLy { width:19.375rem;height:1.19921875rem;top:14.7490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-0),1);line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fJDI8HN7NmCrJGwZciwLd05TKcq3TyEm { width:19.375rem;height:1.19921875rem;top:13.5615234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-0),1);line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #I2R2cT5sGs56KIga8fCu0w6MSSitczmS { width:20rem;height:3.625rem;top:5.9365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Obdtemo0bixxfBJP5FGnW9mNCCV5V0RR { width:10rem;height:2.625rem;top:36.25rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbukJJt7mTOa7wOEaHRbAMTCTdLZQm6N { display:block; }
 }@media only screen and (max-width: 763px) { #UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t { display:block; }#UsAgCTJoJptTKtiMz57OGfgQ6CpDZ16t > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBMNnk2uFdHuiS4oEItN35RnfsH3RBS7 { width:19.375rem;height:2.25rem;top:0.4375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT { display:block; }#a8GB8FsTW2iaT2P42nN21ZuSc5cnH8XT > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FF4CuV4RIOI8cTmBrleMCMBiDTTE2nfR { width:19.375rem;height:13.64743125rem;top:21.4375rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #q49wMCCT3ifnNTQB1ow6kMzrFGcLgtnQ { width:19.375rem;height:13.75rem;top:2.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFHnw5Nl1WFyW1LU936BGmXTJ01raWsk { width:9.375rem;height:4.125rem;top:4.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcVWTrHXMffLxwyuEquOtaZwHLk0h7He { width:7.625rem;height:2.923825rem;top:5.59375rem;left:11.5rem;text-align:left;text-align-last:left;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lXZfF9ehH3DxsGw7dmOabnAaFVM4VTZS { width:8.875rem;height:15rem;top:1.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcOm5xaVoanJHPhd5rDy6bJ4puCVZ5gT { width:19.375rem;height:2.923825rem;top:17.75rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #X4UMpPCSCglSyDeSngktlROrCvd9Gd9O { display:flex;width:2.5rem;height:2.5rem;top:35.8125rem;left:1.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #sQbyMzprAba0dn84r39FlWLz1XlzI1iz { display:flex;width:2.5rem;height:2.5rem;top:38.875rem;left:1.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ifQIG1TLTFCq6vLJCZAsmfmnUCGFTHmh { display:flex;width:2.5rem;height:2.5rem;top:42rem;left:1.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Q5ZJO1yyDQsLgXcT3b7B3xRw27RLTTz0 { display:flex;width:2.5rem;height:2.5rem;top:45.125rem;left:1.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #SawfFL9bgFCqesbkEtEixghfqwVAraI4 { width:10.5rem;height:2.2734375rem;top:35.9375rem;left:5.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nV1qgA7pIW6l6B9IRIW2nJzMIT5V9OyL { width:11.25rem;height:2.2734375rem;top:39rem;left:5.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CpcTuITorfA9btXNhoQuNnSnKJXDFiJZ { width:10.875rem;height:2.2734375rem;top:42.125rem;left:5.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bXUPbUK1fMQRC2hvlWBoRZBiwrmTP7O6 { width:11.5625rem;height:2.2734375rem;top:45.25rem;left:5.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34 { display:block; }#rXKwXtT6xdkTQmPVLXMwmK3Nss6G8s34 > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-input-text {padding-top: 0; padding-bottom: 0;}#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-input-select {padding-top: 0; padding-bottom: 0;}#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk  { width:17.5rem;height:auto;top:4.7978515625rem;left:0rem; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk {display:block;}#b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk { width:17.5rem;height:auto;top:4.7978515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #nwcR1kTFxz74Cod3BLC5uWOVkL4xhBpE {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #GJLXIwKiBn0mxKGxWKSSQ4DyixXQWEZK { display:none; }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #zbkbZ5Hd6s0Uy01ueoecVIFlqAPhfu2v {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #K3XvLohZ5WyNFPc1GOUM3Vd5lJ37M7eD {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #ixT3yt4Wr5DpLwTtVWZk4aVsfRxIC886 { display:none; }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #ZsnRzxUARODM9gWMrGfZqOwdfyND2MSa {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #yXCu9ravoumo590spcxfdMiIrOAfUhQ6 {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #BPZItTIogdqDlIVeB5E2AFtUnPCt6WTr {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #eiJsc1RFzTLAOheCD0mf9VO5rISikZyd {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #LmNz6bpPSsQoO94fAmFCQAiQ5Oyods8J {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #ivWIUqPhJBnG2NemSLposTh6JmHdfVNa {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #UQDqD6Hy8GaTZK1ZNHLkMXQFSzSoV1N7 {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #kMfxzoXcbO9iIXgFu5BJzEPNVZVSnc8r {  }
 }@media only screen and (max-width: 763px) { #b4V7dOUN2Tct8NTJsDSa82sk6RHrVADk #nVOAZWI0MuxbThJa9t80f1OF6T8SSQFH {  }
 }@media only screen and (max-width: 763px) { #QvIEt6TCeF6SPGipvErkiIKaXo4Xf8ea { width:14.625rem;height:1.4619125rem;top:24.4853515625rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x1Ant83HHGXT5MLJmndi6RqquQP0oaUE { width:2.3125rem;height:2.125rem;top:24.1416015625rem;left:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyba2dZuR9NCCeZHn2CT9A3vOAGLxPIV { width:1.4375rem;height:1.375rem;top:28.21875rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAkvV5JKSBZVeL3ddt0poGmGcTrsKisV { width:14.625rem;height:1.4619125rem;top:28.1875rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #v5CiR7Fil8Lqd3xgCDUcbHmkCVa4nB36 { width:14.625rem;height:2.923825rem;top:31.3125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t4dQRi7DEuHeVHTzIkA0BwmtsnOvvUBM { width:2.0625rem;height:2rem;top:31.75rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGCquMIR2AP9FaoD87oaDVnXE1aR3OCz { width:20rem;height:2.5rem;top:2.2978515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaVU1lT9Haaat9oWHSSTwklwJFsZuDCL { width:2.8125rem;height:2.8125rem;top:23.7978515625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2PJaFrpztzP6aogvp1VvCzTzTQTdJhS { width:2.8125rem;height:2.8125rem;top:27.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4xmfs0I8h110bqAZttiGR5dByPGKHKt { width:2.8125rem;height:2.8125rem;top:31.34375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaHyFcu3TQFlCVgvOoTVyq8oMPTeipxK { width:12.5rem;height:0.1875rem;top:44.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r5PKEni8kG6d9LLIOJvW4kHV01thPyhX { width:2.8125rem;height:2.8125rem;top:35.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB3MPwA1bdhn5URH1DBr7soP5bgLwMgL { width:2.0625rem;height:2rem;top:35.59375rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnts4GZ0FRGLxvPUrgpbqhqg0aFuLgZS { width:14.0625rem;height:2.923825rem;top:35.15625rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tmy4OZDPx2fut2GOuFXq7fu9MXihGeHt { display:block; }#Tmy4OZDPx2fut2GOuFXq7fu9MXihGeHt > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDJZ7rw0NppAv9xleAUZrb0FVTOSZlds { width:19.375rem;height:3.75rem;top:0.625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #UzC1tocrxofAtaEbgXtS8udUpqoGdLXq { display:block; }#UzC1tocrxofAtaEbgXtS8udUpqoGdLXq > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEQOoz3z6xCqiLxwPd7xH11BMy1hmCsQ { width:19.375rem;height:2.923825rem;top:18.75rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #e1FncGTuAqu1epPpqFx4uEPA9QhveUks { width:19.375rem;height:12.59764375rem;top:22.5rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #JbcxttkUw1OUifJZBPSHxiRPGrw0FtC2 { width:19.375rem;height:13.75rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaB0e0NvAPAuRaR4LciZPWcv6NfauWOb { width:8.875rem;height:15rem;top:2.5rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXSaeh1iQLXIVGZ4wEDoFEpc6SCUIydS { width:9.375rem;height:4.125rem;top:5.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix4PSuz0zZJKLQAWhwGoJK01nvtnzxfl { width:7.3125rem;height:2.923825rem;top:5.78125rem;left:11.71875rem;text-align:left;text-align-last:left;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WI79w6ZX1XaARDq6nLq1l7XTqAbQevdu { display:flex;width:2.5rem;height:2.5rem;top:38rem;left:1.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #VaHQhtVww3NJ3TkX1TgTB1elLz18VcTS { width:11.375rem;height:2.2734375rem;top:38.125rem;left:5.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bxtINR8mrAMDn5HTILkDatvgx0RAfhSP { display:flex;width:2.5rem;height:2.5rem;top:41.125rem;left:1.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #LTznJazLE7xiwRqpCbb4QqsqoIydISNT { width:10.8125rem;height:2.2734375rem;top:41.25rem;left:5.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RlbBNuL41CkGFaTXJmbOPdizC4MFlqTs { width:11.25rem;height:2.2734375rem;top:44.375rem;left:5.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S3LwPHpMK7FVANql21HueStpM4JfvcdO { width:10.125rem;height:2.2734375rem;top:47.5rem;left:5.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hafUg1DKGHi4DPcMGA8SRTbSc7kz7RMI { display:flex;width:2.5rem;height:2.5rem;top:44.25rem;left:1.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #GNaaafTZK7b5xtZZq8l9JvHE3EIIhO4h { display:flex;width:2.5rem;height:2.5rem;top:47.375rem;left:1.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #y0DUfTcLFQK1Uw1SlV5es1rDnGstcdy3 { width:19.375rem;height:1.29980625rem;top:35.375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu { display:block; }#UAwZSfqHtAvBbnC5l2oWDChdfTiOeZfu > .row .container { width:20rem;height:37.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-input-text {padding-top: 0; padding-bottom: 0;}#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-input-select {padding-top: 0; padding-bottom: 0;}#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH  { width:17.5rem;height:auto;top:3.5478515625rem;left:0rem; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH {display:block;}#cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH { width:17.5rem;height:auto;top:3.5478515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #cDzRFIv5ielTELE4qampxDU79bDEmJrK {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #sTQootOlJOfSc0ZpabeN5OF83hIMgSUL { display:none; }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #nb6GDqIcQkWNpcx4v6M8xV0KrTHLaCuR {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #Wf9bOCccwbuGRhOnTfZGVeTD2laKfh9p {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #CmHTiAz98TycGKCta5NB94GdkhNDyTm0 { display:none; }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #UwyrKVAT99Uee6GgsxMfdK9cw80eFgZO {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #elWOMOv8wGvICJTasHwGu0buwdpaiV8p {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #uwwunSGxnQ6JaHXFZSzaP6zmH5P0V5i4 {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #X5rFZnQv8bEygFwNxO4LZKMAfMo08mUq {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #bk9pHsRmuGUAqe2K9FnwayHR4gF9rfB4 {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #xgO93BtAHHcItCyv6nH0VPTEOHAcZ9ix {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #VbTx7v28uc17Wpo9IBfBh8mW4w6nPRbx {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #HqFIxVUPraRnT8Hs36QSbtTcXFVgbr8E {  }
 }@media only screen and (max-width: 763px) { #cAtH99TWMaTNEedsOlN3NVzxwmfFZPGH #o8bJyGUUCsvGkkQEFOsh4a5pzUgUgIOz {  }
 }@media only screen and (max-width: 763px) { #xQ0MfoPq72yC9xNmBpFLuZZmHGzvxdTv { width:2.3125rem;height:2.125rem;top:22.96875rem;left:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFu897N0Zmzb9lR2aArXTqwV5Mb69azT { width:1.4375rem;height:1.375rem;top:26.96875rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyPzTpotb2S76tprw9BNxfnZCyplZqTO { width:14.625rem;height:1.4619125rem;top:26.9375rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oTCgurqTsc8TNZV9T46fb4ZHIpJ1f14r { width:14.625rem;height:2.923825rem;top:30.0625rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #viOwkNceliHd9QRpRZLM8neVM2UxwKDd { width:2.0625rem;height:2rem;top:30.5rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6eyS6Nf2QCPy8qpNlGk7QP3mT61faD1 { width:20rem;height:1.25rem;top:2.2978515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQTPNTzKJKo9ykNLT7FqwT3UsgMhrDST { width:2.8125rem;height:2.8125rem;top:22.5478515625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSiGFGhQlcvhEETHETSPimbOBv7XvtsO { width:2.8125rem;height:2.8125rem;top:26.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2v5SGLnFAIQVbTR1HtShzcdSlEQ4NC1 { width:2.8125rem;height:2.8125rem;top:30.09375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bk7EEo3NIuffvyB6p9Xt1IAmGaI2sVcE { width:12.5rem;height:0.1875rem;top:44.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5iJqkISf9KDsEOP8I1OZHJa6DFANoTT { width:13.75rem;height:1.4619125rem;top:23.30078125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TAVH6GgtoBnFpb2a8BWWLLuXckGuafC8 { display:block; }#TAVH6GgtoBnFpb2a8BWWLLuXckGuafC8 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0JaLKVB2PJ4ySdAcgJC9GbWiFQT2UaU { width:19.375rem;height:2.25rem;top:0.4375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 { display:block; }#a9bnXKnfIfkyuXifKpHOs5N8fQP4qS06 > .row .container { width:20rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTq1PkNUzOLWD2dTaKvqkhC2HuhDr8yJ { width:19.375rem;height:13.64743125rem;top:19.625rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.75rem;color:#666666;display:block; }
 }@media only screen and (max-width: 763px) { #xGkb1aigBISg7rIF551WdfuA47Wvies3 { width:19.375rem;height:1.4619125rem;top:17.625rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #taRlZ0GLiHsuIN4gS8tdhSWRiRPpg6DK { width:19.375rem;height:13.75rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcD5aNAEZezlptaUzUQ3dul6yDv1FQdb { width:9.75rem;height:4.125rem;top:4.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTAqlBHy8zxTUmZXA1cPqg3io924SmnZ { width:7.4375rem;height:2.923825rem;top:4.96875rem;left:11.40625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WOw4DhTbw1ALOUk2KXe5S5PcUaNUntAm { width:8.875rem;height:15rem;top:1.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIL20o6GnsWoQSKi9bnG8550v6tmeAQm { display:flex;width:2.5rem;height:2.5rem;top:35.5rem;left:1.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #eWrwTKGmBg5ldzoPuQvst5Fxxx8odkgF { width:9.5rem;height:2.2734375rem;top:35.625rem;left:5.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aSWQrs4vvVnQcAPW87bSoRcbgET8unKz { width:11.5625rem;height:2.2734375rem;top:45rem;left:5.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zuGOs4o0vJO5O8NhfX7EJl2wl13wUtkz { width:10.125rem;height:2.2734375rem;top:41.875rem;left:5.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LIfkLOE9thZxcL1b9bp3WDCkHXvaXG1q { width:12.5rem;height:2.2734375rem;top:38.75rem;left:5.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VToGQqtU1oiquMRVLtnKLTZcqQeZtzUn { display:flex;width:2.5rem;height:2.5rem;top:38.625rem;left:1.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #uTv3XvErVqnBWCpX7Z0SsXuDX20yEGCO { display:flex;width:2.5rem;height:2.5rem;top:41.75rem;left:1.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #kE9R3hIvPSCw4KHJXpWd13S98rLbzk7d { display:flex;width:2.5rem;height:2.5rem;top:44.875rem;left:1.8125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #aT0J2Re18UOEn4HVdRBW7nN4vu7ApkHy { width:19.375rem;height:1.29980625rem;top:33.25rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r { display:block; }#TyvpnTqvvWhwnZTAsHBToGCqsZ2gWQ7r > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-input-text {padding-top: 0; padding-bottom: 0;}#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-input-select {padding-top: 0; padding-bottom: 0;}#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms  { width:17.5rem;height:auto;top:4.7978515625rem;left:0rem; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms {display:block;}#VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms { width:17.5rem;height:auto;top:4.7978515625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #nOOTbcsRQItgT8zPu5nACWgRQSoBoeK9 {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #tA9X9rCeLcnd8mDxCoOAlzASpBn62y0K { display:none; }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #weevvuQTnaky81AxZxF6wWFfTbiI8DOF {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #Guf9nWurOQdD0C1KsA0Jka3iDszTJbd9 {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #DURXF8CwLdvzTircyikdeNRRKzSGkTF0 { display:none; }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #Wv6Btx6REsObAzFDVvhTcK5d0J989FrT {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #N5LVV1wg3f7IbA0lNIMXPJHsAnla0cob {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #QJrnu6hESnSWLTAhP8syTftNIiDkreoO {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #QBgH81REoqIwbRTkOtmBDXbsoxhQaCpP {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #xqfV2CnfWy8Uk6vM5yJkoBfF6ixmXcli {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #hRainr8L7BwqehT7e1M4QyJCX6CW6oxH {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #NadTMSQKyyBulyoAz8GDLB76DoruT0ya {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #im3ot4Dg4rTL9WltWKZhVmfLiWCuRlqJ {  }
 }@media only screen and (max-width: 763px) { #VTA35kbF4hr4oyuLSGxSSgPzNNNWmQms #Fuu0Eyzz7AkAIu828as3dQ3pwKAzITUT {  }
 }@media only screen and (max-width: 763px) { #ChF3fpOLQKdP3Tbz0UvK66teTkaloS0L { width:14.625rem;height:1.4619125rem;top:24.4853515625rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DSsIFWpHnRdOGPDnhM9h8w9rH4eIigiX { width:2.3125rem;height:2.125rem;top:24.1416015625rem;left:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLkDVPawpBvDsZdWq9LDpPnv2DceEToV { width:1.4375rem;height:1.375rem;top:28.15625rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBO6WmRPZuAmAaVeCcgMWs6mlSUNVIC0 { width:14.625rem;height:1.4619125rem;top:28.125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NAGqZZaeQ04RWymwtQ8uX9k1kPU1sl95 { width:14.625rem;height:2.923825rem;top:31.125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PDrsSkRuxBaOdGmLmMEZFrLX2cp1enBp { width:2.0625rem;height:2rem;top:31.5625rem;left:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTPCFPq5SaR24guG5as3CdwUdFOTKCwN { width:20rem;height:2.5rem;top:2.2978515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3QfbnVBAIkzaFL74WbNuOxnBi98Jlaw { width:2.8125rem;height:2.8125rem;top:23.7978515625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWE11nmWUWghIMWGxFTql8tenOSae7lT { width:2.8125rem;height:2.8125rem;top:27.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtmTOO53Ze5pUexqbL2tERneZ02O54oz { width:2.8125rem;height:2.8125rem;top:31.15625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU1On8kNoA6m6pm1nrGWuIBnL9n2LzQI { width:12.5rem;height:0.1875rem;top:44.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt { background-color:#f3f3f3;background-image:none;display:block; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { background-color: transparent; background-image: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row > .video-iframe-container { display: none; }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .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); }#AWmHt35bMC7rAa1vZM2Da95BSdM1lrnt > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fRuzQwv2KEHDzoQ2WEofReBKbMvwU2qh { width:8.625rem;height:1.13671875rem;top:1.3125rem;left:11.375rem;text-align:right;text-align-last:right;font-size:0.875rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #er6U0zyb0T0pdkJIxJBqezF7T28XoXrt { width:10.0625rem;height:1.6875rem;top:1.03125rem;left:0rem;display:block; }
 }