.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#2a2c32;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g { background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/db5cabb8-0b1e-4120-b7c9-078da1a18749/LPbg.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g.adaptive-delivery-prevent-bg, #I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g.lazyload, #I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g.lazyloading { background-image: none; }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .row .container { background-color: transparent; background-image: none; }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .row .container > .video-iframe-container { display: none; }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .row > .video-iframe-container { display: none; }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .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); }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .row .container { border-width: 0; border-radius: 0; }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .row .container { font-size:0.875rem;font-family:arial;height:60.375rem;width:75rem;overflow:visible;position:relative;display:block; }#IOaE7BJEqhXkkk9tAzc0mqTdZkUnfOvW { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:10.4375rem;left:1.8125rem;height:5.9985375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T5QkV6Aozk5bwDtAe3oCr6ytzvdZlCGH { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:21.4375rem;left:1.8125rem;height:14.4043rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#tC1VdTvoAI1MfJ6sqiU6zKcSN62TxF8q { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.0625rem 2.125rem #f9c9c4 ;height:50.9375rem;width:31.125rem;top:6.590576171875rem;left:41.405029296875rem;display:block; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-form-header {  }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:1rem;font-weight:400;color:#2a2c32;width:26.4375rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(125,125,125,0.43);border-left:0.0625rem solid rgba(125,125,125,0.43);border-right:0.0625rem solid rgba(125,125,125,0.43);border-bottom:0.0625rem solid rgba(125,125,125,0.43);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:26.4375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:proxima;vertical-align:top;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-weight:400;font-style:normal; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-input-text {padding-top: 0; padding-bottom: 0;}#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(125,125,125,0.43);border-left:0.0625rem solid rgba(125,125,125,0.43);border-right:0.0625rem solid rgba(125,125,125,0.43);border-bottom:0.0625rem solid rgba(125,125,125,0.43);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:26.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:proxima;vertical-align:top;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-weight:400;font-style:normal; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.4375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-input-select {padding-top: 0; padding-bottom: 0;}#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#2a2c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#f2f9ff;width:26.4375rem;height:3.4375rem;font-family:poppins;overflow:hidden;font-style:normal; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .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:poppins;line-height:1.3;font-size:0.8125rem;font-weight:400;color:#64676d;vertical-align:top;width:25.1875rem;overflow:hidden;font-style:normal; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .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; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.4375rem;vertical-align:middle;font-family:proxima;font-size:0.9375rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-container:first-of-type{padding-top:0;}#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-container:last-of-type{padding-bottom:0;}#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.4375rem;height:auto;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;left:42.5rem;top:8.935546875rem;z-index:15027;position:absolute; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.4375rem;display:block;vertical-align:top; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-info-text { display:block;height:auto;font-family:proxima;font-size:0.8125rem;line-height:1.3;font-weight:400;color:#64676d;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA {display:block;}#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.4375rem;height:auto;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;left:42.5rem;top:8.935546875rem;z-index:15027;position:absolute; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #TZTVcsULBauPUoQP8GXqAaTTGbCfvzgU { position:relative; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #QRoQmWnhyaRh2gW3MNC4yMcTapCutffx { position:relative;display:block; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #CzcvnMPZmACBt2exhllr5GOHaBQeGpdI { position:relative; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #SUGyPU3lPDiJD2BCuSw5CMDRqeU67Ns1 { position:relative; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #KpTeyUn2427k6UCIl3h9qwfy5UwHsFdX { position:relative;display:block; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #AlHTDpzMyx7KhSHLcvVQSuJ07sItEsAf { position:relative; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #HxVuC5Tn4Fla8QdmzKnHIhiFcfkqAts2 { position:relative; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #QxZsqeve8s8ySzyMAcLNxdzrZaUL2U6A { position:relative;display:block; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #fmLVAO6t98zaNIHxkpRmxxn3ll93E0tT { position:relative; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #pgfJiX6CiExOxWyvfFR0VHGcxZTn3rnT { position:relative; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #cWru5P4moJ0EdrPPmdIh0ClE3ckx4J4J { position:relative;display:block; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #Kwyu7V5Z9orQOss3S2n23T68UmMPdvqS { position:relative; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #H5axGG6LV6G61ZCM4q4DrHHZOwfb8uBu { position:relative; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #QDHk7RGETDLiE8CSipF27DdWIc7gb8FU { position:relative;display:block; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #lI17NZvT5qRCw5lo1P5NviHM6gIIEQwt { position:relative; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #dB0QgRQOn0qd1fETT71awbEZIsKml9v9 { position:relative; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #sg2ZNMhzSA9nLksXC4BEvGXNiD1kNI5o { position:relative;display:block; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #uavrE7K0axVTgp6VIUbPoU2SAvEzPCXT { position:relative; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #BFJ1009qq8pOf7aEbcTzoegEL2xKELlA { position:relative; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #OGDf1h9Bv4r1zkxLRycZCHoi7904BKTL { position:relative;display:block; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #WJgt8P6pCpM7BOThRhoXcBe4uFWbsTJ4 { position:relative; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #ya8wiyCQxiwQXFxOz5dcxLRt6BDxAAsl { position:relative; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #lZLzCvTmqQhRmXadzVdON3uEwelEwWwk { position:relative;z-index:2; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #xC1is2iOuqoCRTfZxd8EPJx94AVJJQTV { position:relative; }
#qT4g9inPvSvduBomBxZumRHPUNwuUSa7 { position:relative;display:block; }
#nIxIEOVVztB0wZsTLybexAEe68XTK8TT { position:relative;display:block; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #kLAv2vBKq069W9yWRorsVa0JTnRUZ96p { position:relative; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #GSoCWc1C5MHEWZ8caTTgwIIrDD0y1DIt { position:relative; }
#ZhRXrlLTDrhZB1x5nSHI00gCNvlhmwAP { position:absolute;display:block;z-index:15012;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:8.25rem;width:6.5625rem;top:22.375rem;left:34.21875rem;overflow:hidden;display:block; }
#rk85mBAy59EqET23FbrhTl7KSvyXyRzW { position:absolute;display:block;z-index:15056;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:11.1875rem;top:2.125rem;left:0.25rem;overflow:hidden;display:block; }
#XMRoDXo8NBDyaVidHBIDK8revzfz2Tpv { color:#ffffff;display:block;width:33.625rem;position:absolute;font-family:besley;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:7.625rem;left:1.8125rem;height:1.375rem;font-style:italic;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; }
#zMJLE6lwXO94m5ZZt8SKaGreJNP0BTRa { position:absolute;display:block;z-index:15057;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:15rem;width:31.25rem;top:40.125rem;left:1.8125rem;overflow:hidden;display:block; }
#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .row .container { background-color: transparent; background-image: none; }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .row .container > .video-iframe-container { display: none; }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .row > .video-iframe-container { display: none; }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .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); }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .row .container { border-width: 0; border-radius: 0; }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#DJ1wFiVarWpPeqiVHqNQfRhKAscHxI8w { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:20.125rem;top:4.78125rem;left:37.25rem;overflow:hidden;display:none; }
#gkqHwdhf8gUAl0x4lSPfBdP6WyHIHKxg { position:absolute;display:block;z-index:14999;background-color:#967fd8;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.75rem;width:59.375rem;top:4.78125rem;left:7.8125rem;display:block; }
#RpETNERdHPIbnqcTUU4geUfLHDk5KL5Z { color:#ffffff;display:block;width:24.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:11.3125rem;left:11.6875rem;height:5.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; }
#dxlBpSDrkqPWGufCEkClt4sGvideolqx { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:20.4375rem;left:11.6875rem;height:1.40625rem;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; }
#alxMbEv6M8p8IGBSLTbvNb0R9r80H6rP { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.9375rem;top:6.5rem;left:11.6875rem;overflow:hidden;display:block; }
#K4vRfVouTKuUalV3tKFP6gqTWBLAxseA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:28.3125rem;top:4.8125rem;left:37.5625rem;overflow:hidden;display:block; }
#x14oDxnTlkfDpZOwGQ6w2MsiItkiCQvK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2c32;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; }#x14oDxnTlkfDpZOwGQ6w2MsiItkiCQvK > .row .container { background-color: transparent; background-image: none; }#x14oDxnTlkfDpZOwGQ6w2MsiItkiCQvK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x14oDxnTlkfDpZOwGQ6w2MsiItkiCQvK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x14oDxnTlkfDpZOwGQ6w2MsiItkiCQvK > .row .container > .video-iframe-container { display: none; }#x14oDxnTlkfDpZOwGQ6w2MsiItkiCQvK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x14oDxnTlkfDpZOwGQ6w2MsiItkiCQvK > .row > .video-iframe-container { display: none; }#x14oDxnTlkfDpZOwGQ6w2MsiItkiCQvK > .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); }#x14oDxnTlkfDpZOwGQ6w2MsiItkiCQvK > .row .container { border-width: 0; border-radius: 0; }#x14oDxnTlkfDpZOwGQ6w2MsiItkiCQvK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x14oDxnTlkfDpZOwGQ6w2MsiItkiCQvK > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#ID4TMBL1624OP9Q1D7SqqeE0TLHkLzPq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:8.75rem;top:1.625rem;left:2.1875rem;overflow:hidden;display:block; }
#F3y3aoUwkw9scWfVfLfce384GoNnvi4v { color:#ffffff;display:block;width:9.625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.865234375rem;left:10.9375rem;height:1.70605625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g { display:block; }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOaE7BJEqhXkkk9tAzc0mqTdZkUnfOvW { top:10.4375rem;left:0rem;width:33.5625rem;height:9rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5QkV6Aozk5bwDtAe3oCr6ytzvdZlCGH { top:21.4375rem;left:0rem;width:32.8125rem;height:16.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC1VdTvoAI1MfJ6sqiU6zKcSN62TxF8q { top:6.5625rem;left:16.625rem;width:31.125rem;height:50.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-regular-label { display:block;height:auto; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-checkbox-label { width:25.1875rem; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA  { width:26.4375rem;height:auto; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA {display:block;}#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA { width:26.4375rem;height:auto; }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #TZTVcsULBauPUoQP8GXqAaTTGbCfvzgU {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #QRoQmWnhyaRh2gW3MNC4yMcTapCutffx { display:block; }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #CzcvnMPZmACBt2exhllr5GOHaBQeGpdI {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #SUGyPU3lPDiJD2BCuSw5CMDRqeU67Ns1 {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #KpTeyUn2427k6UCIl3h9qwfy5UwHsFdX {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #AlHTDpzMyx7KhSHLcvVQSuJ07sItEsAf {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #HxVuC5Tn4Fla8QdmzKnHIhiFcfkqAts2 {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #QxZsqeve8s8ySzyMAcLNxdzrZaUL2U6A {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #fmLVAO6t98zaNIHxkpRmxxn3ll93E0tT {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #pgfJiX6CiExOxWyvfFR0VHGcxZTn3rnT {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #cWru5P4moJ0EdrPPmdIh0ClE3ckx4J4J {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #Kwyu7V5Z9orQOss3S2n23T68UmMPdvqS {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #H5axGG6LV6G61ZCM4q4DrHHZOwfb8uBu {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #QDHk7RGETDLiE8CSipF27DdWIc7gb8FU { display:block; }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #lI17NZvT5qRCw5lo1P5NviHM6gIIEQwt {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #dB0QgRQOn0qd1fETT71awbEZIsKml9v9 {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #sg2ZNMhzSA9nLksXC4BEvGXNiD1kNI5o {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #uavrE7K0axVTgp6VIUbPoU2SAvEzPCXT {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #BFJ1009qq8pOf7aEbcTzoegEL2xKELlA {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #OGDf1h9Bv4r1zkxLRycZCHoi7904BKTL {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #WJgt8P6pCpM7BOThRhoXcBe4uFWbsTJ4 {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #ya8wiyCQxiwQXFxOz5dcxLRt6BDxAAsl {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #lZLzCvTmqQhRmXadzVdON3uEwelEwWwk { z-index:2; }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #xC1is2iOuqoCRTfZxd8EPJx94AVJJQTV {  }
 }@media only screen and (max-width: 763px) { #qT4g9inPvSvduBomBxZumRHPUNwuUSa7 { display:block; }
 }@media only screen and (max-width: 763px) { #nIxIEOVVztB0wZsTLybexAEe68XTK8TT { display:block; }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #kLAv2vBKq069W9yWRorsVa0JTnRUZ96p {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #GSoCWc1C5MHEWZ8caTTgwIIrDD0y1DIt {  }
 }@media only screen and (max-width: 763px) { #ZhRXrlLTDrhZB1x5nSHI00gCNvlhmwAP { top:22.375rem;left:20.59375rem;width:6.5625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk85mBAy59EqET23FbrhTl7KSvyXyRzW { top:2.125rem;left:0rem;width:11.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMRoDXo8NBDyaVidHBIDK8revzfz2Tpv { top:7.625rem;left:0rem;width:33.625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMJLE6lwXO94m5ZZt8SKaGreJNP0BTRa { top:40.125rem;left:0rem;width:31.25rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ { display:block; }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ1wFiVarWpPeqiVHqNQfRhKAscHxI8w { top:4.75rem;left:19.5625rem;width:20.125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkqHwdhf8gUAl0x4lSPfBdP6WyHIHKxg { top:4.75rem;left:0rem;width:47.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpETNERdHPIbnqcTUU4geUfLHDk5KL5Z { top:11.3125rem;left:0rem;width:24.5rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxlBpSDrkqPWGufCEkClt4sGvideolqx { top:20.4375rem;left:0rem;width:19.6875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alxMbEv6M8p8IGBSLTbvNb0R9r80H6rP { top:6.5rem;left:0rem;width:3.9375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4vRfVouTKuUalV3tKFP6gqTWBLAxseA { top:4.8125rem;left:19.4375rem;width:28.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x14oDxnTlkfDpZOwGQ6w2MsiItkiCQvK { display:block; }#x14oDxnTlkfDpZOwGQ6w2MsiItkiCQvK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ID4TMBL1624OP9Q1D7SqqeE0TLHkLzPq { top:1.625rem;left:0rem;width:8.75rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3y3aoUwkw9scWfVfLfce384GoNnvi4v { top:1.8125rem;left:0rem;width:9.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g { background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/db5cabb8-0b1e-4120-b7c9-078da1a18749/LPbg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g.adaptive-delivery-prevent-bg, #I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g.lazyload, #I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g.lazyloading { background-image: none; }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .row .container { background-color: transparent; background-image: none; }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .row .container > .video-iframe-container { display: none; }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .row > .video-iframe-container { display: none; }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .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); }#I3GupmX7hiX7PGh19R4F4PkUBXR6xA6g > .row .container { width:20rem;height:101.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IOaE7BJEqhXkkk9tAzc0mqTdZkUnfOvW { width:20rem;height:6.2988125rem;top:9.6728515625rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5QkV6Aozk5bwDtAe3oCr6ytzvdZlCGH { width:20rem;height:19.5rem;top:69.765625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;color:#2a2c32;display:block; }
 }@media only screen and (max-width: 763px) { #tC1VdTvoAI1MfJ6sqiU6zKcSN62TxF8q { width:20rem;height:48.9375rem;top:18.624877929688rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-form-header {  }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:#2a2c32;width:17.5rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(125,125,125,0.57);border-left:0.0625rem solid rgba(125,125,125,0.57);border-right:0.0625rem solid rgba(125,125,125,0.57);border-bottom:0.0625rem solid rgba(125,125,125,0.57);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:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-input-text {padding-top: 0; padding-bottom: 0;}#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(125,125,125,0.57);border-left:0.0625rem solid rgba(125,125,125,0.57);border-right:0.0625rem solid rgba(125,125,125,0.57);border-bottom:0.0625rem solid rgba(125,125,125,0.57);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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-input-select {padding-top: 0; padding-bottom: 0;}#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#2a2c32;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#f2f9ff;width:17.5rem;height:3.4375rem;font-family:poppins;overflow:hidden;font-style:normal; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .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:poppins;line-height:1.3;font-size:0.75rem;font-weight:400;color:#64676d;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .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; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.25rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:3; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-container:first-of-type{padding-top:0;}#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-container:last-of-type{padding-bottom:0;}#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:0rem;top:20.04150390625rem;z-index:15002; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA .widget-info-text { display:block;height:auto;font-family:proxima;font-size:0.8125rem;line-height:1.3;font-weight:400;color:#64676d;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA {display:block;}#suaAkllgRKOTpANHdzKgUXeJXcnxJCHA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;left:0rem;top:20.04150390625rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #TZTVcsULBauPUoQP8GXqAaTTGbCfvzgU {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #QRoQmWnhyaRh2gW3MNC4yMcTapCutffx { display:block; }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #CzcvnMPZmACBt2exhllr5GOHaBQeGpdI {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #SUGyPU3lPDiJD2BCuSw5CMDRqeU67Ns1 {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #KpTeyUn2427k6UCIl3h9qwfy5UwHsFdX { display:block; }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #AlHTDpzMyx7KhSHLcvVQSuJ07sItEsAf {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #HxVuC5Tn4Fla8QdmzKnHIhiFcfkqAts2 {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #QxZsqeve8s8ySzyMAcLNxdzrZaUL2U6A {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #fmLVAO6t98zaNIHxkpRmxxn3ll93E0tT {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #pgfJiX6CiExOxWyvfFR0VHGcxZTn3rnT {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #cWru5P4moJ0EdrPPmdIh0ClE3ckx4J4J { display:block; }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #Kwyu7V5Z9orQOss3S2n23T68UmMPdvqS {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #H5axGG6LV6G61ZCM4q4DrHHZOwfb8uBu {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #QDHk7RGETDLiE8CSipF27DdWIc7gb8FU { display:block; }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #lI17NZvT5qRCw5lo1P5NviHM6gIIEQwt {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #dB0QgRQOn0qd1fETT71awbEZIsKml9v9 {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #sg2ZNMhzSA9nLksXC4BEvGXNiD1kNI5o { display:block; }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #uavrE7K0axVTgp6VIUbPoU2SAvEzPCXT {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #BFJ1009qq8pOf7aEbcTzoegEL2xKELlA {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #OGDf1h9Bv4r1zkxLRycZCHoi7904BKTL {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #WJgt8P6pCpM7BOThRhoXcBe4uFWbsTJ4 {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #ya8wiyCQxiwQXFxOz5dcxLRt6BDxAAsl {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #lZLzCvTmqQhRmXadzVdON3uEwelEwWwk { z-index:2; }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #xC1is2iOuqoCRTfZxd8EPJx94AVJJQTV {  }
 }@media only screen and (max-width: 763px) { #qT4g9inPvSvduBomBxZumRHPUNwuUSa7 { display:block; }
 }@media only screen and (max-width: 763px) { #nIxIEOVVztB0wZsTLybexAEe68XTK8TT { display:block; }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #kLAv2vBKq069W9yWRorsVa0JTnRUZ96p {  }
 }@media only screen and (max-width: 763px) { #suaAkllgRKOTpANHdzKgUXeJXcnxJCHA #GSoCWc1C5MHEWZ8caTTgwIIrDD0y1DIt {  }
 }@media only screen and (max-width: 763px) { #ZhRXrlLTDrhZB1x5nSHI00gCNvlhmwAP { width:6.5625rem;height:8.25rem;top:15.970703125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk85mBAy59EqET23FbrhTl7KSvyXyRzW { width:11.1875rem;height:2.4375rem;top:2.0478515625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMRoDXo8NBDyaVidHBIDK8revzfz2Tpv { width:20rem;height:2.75rem;top:5.6728515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zMJLE6lwXO94m5ZZt8SKaGreJNP0BTRa { width:20rem;height:9.6rem;top:90.515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ { background-color:#2a2c32;background-image:none;display:block; }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .row .container { background-color: transparent; background-image: none; }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .row .container > .video-iframe-container { display: none; }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .row > .video-iframe-container { display: none; }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .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); }#hTGwAxn0qNCa4TbZE5MTFuKsWefKt7dZ > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJ1wFiVarWpPeqiVHqNQfRhKAscHxI8w { width:12.8125rem;height:11.9375rem;top:20.5625rem;left:6rem;overflow:hidden;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkqHwdhf8gUAl0x4lSPfBdP6WyHIHKxg { width:17.625rem;height:29.4375rem;top:3rem;left:1.1875rem;background-color:#967fd8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RpETNERdHPIbnqcTUU4geUfLHDk5KL5Z { width:15rem;height:9rem;top:9.1875rem;left:2.5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15008;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dxlBpSDrkqPWGufCEkClt4sGvideolqx { width:12.8125rem;height:2.62573125rem;top:19.3583984375rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15008;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #alxMbEv6M8p8IGBSLTbvNb0R9r80H6rP { width:3.9375rem;height:3.0625rem;top:4.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4vRfVouTKuUalV3tKFP6gqTWBLAxseA { width:20rem;height:13.245033112582rem;top:1.28125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #x14oDxnTlkfDpZOwGQ6w2MsiItkiCQvK { display:block; }#x14oDxnTlkfDpZOwGQ6w2MsiItkiCQvK > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ID4TMBL1624OP9Q1D7SqqeE0TLHkLzPq { width:8.75rem;height:1.875rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3y3aoUwkw9scWfVfLfce384GoNnvi4v { width:13.5rem;height:1.4624rem;top:3.75rem;left:3.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }