.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:255,237,239;--color-primary-1:255,194,202;--color-primary-2:255,133,148;--color-primary-3:128,67,74;--color-primary-4:38,20,22;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:220,217,227;--color-tertiary-1:138,128,163;--color-tertiary-2:20,0,70;--color-tertiary-3:10,0,35;--color-tertiary-4:3,0,11;--headlines-font-family:"Pluto Sans";--paragraphs-font-family:"Pluto Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/PFV0rt36/tlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { border-width: 0; border-radius: 0; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#Ze3o6cNrfinR2814CJ8bMl551ooRvcdp { color:rgba(var(--color-tertiary-2),1);display:block;width:38.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:22rem;left:0rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JSZTp2FcgkPQr5THdaAriooAvl6D8o6x { color:rgba(var(--color-tertiary-2),1);display:block;width:30.9375rem;position:absolute;font-family:"pluto sans light";font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:30.59375rem;left:0rem;height:8.53125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GfZokuye9ZZw5sxvvcsuW0VHZqbiGOzy { 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:3.56228125rem;width:18.4375rem;top:2.0616321563721rem;left:0rem;overflow:hidden;display:block; }
#BvF76MvQmTy9c91tLipkI0aP19LDf2Ds { position:relative;display:block; }#BvF76MvQmTy9c91tLipkI0aP19LDf2Ds { background-color: transparent; background-image: none; }#BvF76MvQmTy9c91tLipkI0aP19LDf2Ds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvF76MvQmTy9c91tLipkI0aP19LDf2Ds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvF76MvQmTy9c91tLipkI0aP19LDf2Ds > .row .container > .video-iframe-container { display: none; }#BvF76MvQmTy9c91tLipkI0aP19LDf2Ds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BvF76MvQmTy9c91tLipkI0aP19LDf2Ds > .row > .video-iframe-container { display: none; }#BvF76MvQmTy9c91tLipkI0aP19LDf2Ds > .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); }#BvF76MvQmTy9c91tLipkI0aP19LDf2Ds { border-width: 0; border-radius: 0; }#BvF76MvQmTy9c91tLipkI0aP19LDf2Ds > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BvF76MvQmTy9c91tLipkI0aP19LDf2Ds > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-form-header {  }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:41.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-input-text { background-color:rgba(225,225,225,0.2);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.0625rem solid #9e9e9e;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:41.9375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-textarea { background-color:rgba(225,225,225,0.2);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.0625rem solid #9e9e9e;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:41.9375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:41.9375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .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; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:41.9375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"pluto sans light";font-size:1rem;font-weight:700;font-style:normal; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"pluto sans light";font-size:1rem;font-weight:700;font-style:normal; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"pluto sans light";font-size:1rem;font-weight:700;font-style:normal; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"pluto sans light";font-size:1rem;font-weight:700;font-style:normal; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .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:"pluto sans light";line-height:1.3;font-size:0.625rem;font-weight:700;color:#9e9e9e;vertical-align:top;width:40.6875rem;overflow:hidden;font-style:normal;float:none; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .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; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-container:first-of-type{padding-top:0;}#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-container:last-of-type{padding-bottom:0;}#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ  { background-color:rgba(var(--color-secondary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.2) ;left:7.7804679870606rem;top:6.7554702758787rem;z-index:15007;position:absolute; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:41.9375rem;display:block;vertical-align:top; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ {display:block;}#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ { background-color:rgba(var(--color-secondary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:41.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.2) ;left:7.7804679870606rem;top:6.7554702758787rem;z-index:15007;position:absolute; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #PDMNVFG60vBPd2rJPxewbdsPnbFPwzuM { position:relative; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #znvPs3VIVNbhERSDNDS7CAPQ9uWhckAW { position:relative;display:none; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #uDlyC8Q2IMTdF0xGKvKCBCpLo6N2HiIP { position:relative; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #RIIn0tfEnPpnWXEXOPMWLhK3eO5au87J { position:relative; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #bW7Op2RJJGor3E5p8RDTuqWlaTPsKrdd { position:relative;display:none; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #sL6VTWGv93cW83xKl9pESSUkW3Bl35TA { position:relative; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #tvFJea70G58CuMydSdNXpfRSpO6AQgdN { position:relative; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #amUDqWLb1Xg1XVnHMzwsCTLBf5OEHZlp { position:relative;display:none; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #HlSf4JCqviHqLCGOXVPN8pBC21e7sulI { position:relative; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #LVZ99VnhLQ08lpbnyTqKGBcKiLXRUyIh { position:relative; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #bwnLKUy2mVEVVXDeV6sf3AE9EQzZVKAq { position:relative;z-index:2; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #qe7FVTCQvcwhTgA82lpCJ6HQyzJ5zqgK { position:relative; }
#dt9r3u2CLFQwloK5WPtcbXnTNaDPdFHW { position:relative;display:block;z-index:100000;display:block; }
#MMTAL5DE65nKURCN6lF8f8sVOzFgmR6O { position:relative;display:block;z-index:100000;display:block; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #QTrnB8HZQUrxf7igmIU0r3v7SwcDbdCI { position:relative; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #nvZWu5FaF81vSv3yXMn3nUExuNQfUixR { position:relative; }
#RNnfIVfcPxz67AM61DyeygpUd9vMA6aF { color:rgba(var(--color-tertiary-2),1);display:block;width:40.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:11.342967987061rem;height:3.00625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hvnlAouqI1CCmu6pF3gMNGrCGHT6Qekd { color:#000000;display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:2.5rem;left:0.9375rem;display:none; }
#luLN5MAMaPbfZW4RZUehCIeeVnZGbm97 { position:relative;display:block; }#luLN5MAMaPbfZW4RZUehCIeeVnZGbm97 { background-color: transparent; background-image: none; }#luLN5MAMaPbfZW4RZUehCIeeVnZGbm97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luLN5MAMaPbfZW4RZUehCIeeVnZGbm97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luLN5MAMaPbfZW4RZUehCIeeVnZGbm97 > .row .container > .video-iframe-container { display: none; }#luLN5MAMaPbfZW4RZUehCIeeVnZGbm97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luLN5MAMaPbfZW4RZUehCIeeVnZGbm97 > .row > .video-iframe-container { display: none; }#luLN5MAMaPbfZW4RZUehCIeeVnZGbm97 > .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); }#luLN5MAMaPbfZW4RZUehCIeeVnZGbm97 { border-width: 0; border-radius: 0; }#luLN5MAMaPbfZW4RZUehCIeeVnZGbm97 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#luLN5MAMaPbfZW4RZUehCIeeVnZGbm97 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DMK0OvoOfmXLXKcSHPuRLyh4fyAKzzuS { color:rgba(var(--color-tertiary-2),1);display:block;width:32.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:2.09375rem;left:19.843751907349rem;height:2.92535rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f0RaS4RlRiVeDf0WHOJXVsEgGm63qsQp { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:"pluto sans light";font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.8117198944094rem;left:19.937501907349rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M1m0PeqFX98ovkIw9BT8fqdUTqswKcG9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.4375rem;width:13.625rem;top:1.25rem;left:8.78125rem;overflow:hidden;display:block; }
#zFwlyIvhpwhi7Sipx0Uw7JCK1E4zs6I8 { position:relative;display:block; }#zFwlyIvhpwhi7Sipx0Uw7JCK1E4zs6I8 { background-color: transparent; background-image: none; }#zFwlyIvhpwhi7Sipx0Uw7JCK1E4zs6I8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFwlyIvhpwhi7Sipx0Uw7JCK1E4zs6I8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFwlyIvhpwhi7Sipx0Uw7JCK1E4zs6I8 > .row .container > .video-iframe-container { display: none; }#zFwlyIvhpwhi7Sipx0Uw7JCK1E4zs6I8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFwlyIvhpwhi7Sipx0Uw7JCK1E4zs6I8 > .row > .video-iframe-container { display: none; }#zFwlyIvhpwhi7Sipx0Uw7JCK1E4zs6I8 > .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); }#zFwlyIvhpwhi7Sipx0Uw7JCK1E4zs6I8 { border-width: 0; border-radius: 0; }#zFwlyIvhpwhi7Sipx0Uw7JCK1E4zs6I8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zFwlyIvhpwhi7Sipx0Uw7JCK1E4zs6I8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ASy5CumhOdgM8kRm8LrDr3tIO6zT7s7h { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:8.4375rem;top:3.1875rem;left:4.375rem;overflow:hidden;display:block; }
#aoT2hSdFpywO9nulaBhBHqO2GEeGEuq1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5625rem;top:3.125rem;left:2.6875rem;overflow:hidden;display:block; }
#I9BedEwLZ9GtfQbyMlnxNlmXmbSGN7UA { color:rgba(var(--color-tertiary-2),1);display:block;width:49.75rem;position:absolute;font-family:"pluto sans light";font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.5rem;left:5.125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#os9dm82XD1IWqyTe1XFT3zfUH2TPkczx { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5625rem;position:absolute;font-family:"pluto sans light";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:4.5625rem;left:22.375001907349rem;height:3rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TZHoMiZnUCog7MFoLFZqTSlDcxHWUFMd { color:rgba(var(--color-tertiary-2),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:1.0562467575073rem;left:21.812501907349rem;height:2.19375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fbMPiqASfM1HWnHHGMFdKChWC4xrdomp { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.81175rem;width:15.6859375rem;top:14.625000178814rem;left:8.3125rem;overflow:hidden;display:block; }
#ZpTLSGs6sWWrvIvmscxyWwcOgX8ugkKv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3734375rem;width:17.3734375rem;top:15.125003814698rem;left:0.3125rem;overflow:hidden;display:block; }
#rZ1SHgkh1lGbEUqFsJs9hT9MRA0O61Dz { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.125rem;width:19.1866875rem;top:15.437503814698rem;left:20.500001907349rem;overflow:hidden;display:block; }
#FVW9hSzxyRcWQxPPEiJOt0kE22R0Vty0 { position:absolute;display:block;z-index:14993;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.375rem;top:15.937500238419rem;left:21.812501907349rem;overflow:hidden;display:block; }
#PPg9SuoUb5oVSouDKBE3nAUMW35sFdkD { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.500003814698rem;left:5rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rEPbG7uEL2MUnHvkvlWt2a1ATr8GRhkS { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.375rem;top:16.000003814698rem;left:3.6875rem;overflow:hidden;display:block; }
#XB6Zy8LbVgBefFlP4wN5h5zR0TZhyM7g { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1859375rem;width:10.6875rem;top:15.937500238419rem;left:42.312501907349rem;overflow:hidden;display:block; }
#C4idSPyPZTcvn3y9LxZ3hAmGCN58hlU6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.125rem;width:16.375rem;top:15.937500238419rem;left:42.312501907349rem;overflow:hidden;display:block; }
#AimegkUAh6WstN1RRFzSD206B5t9u32Q { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.7484375rem;width:7.93675rem;top:12.687500119209rem;left:48.374998092651rem;overflow:hidden;display:block; }
#GdFCCvfmrRnFsb1LZUlIgrFd1HoDdSHq { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0616875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:34.437503814698rem;left:42.000001907349rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JBg1UOZnOpOBgEwJZRtdt5MUx88vvCRT { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1241875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:34.437503814698rem;left:22.625001907349rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X08yfkymvCMJeUEXedECVTb6TG2eMpXe { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:34.437503814698rem;left:1.875rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BX69aZelVwHUVJV8Jyh0zA8cwluSDzIe { position:absolute;display:block;z-index:15003;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-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:0.34687519073486rem;left:20.93593788147rem;display:block; }
#EpPi5AL2rAwxwTdi1MBmpgTnUhVwTOye { position:absolute;display:block;z-index:15004;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-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:0.625rem;width:0.625rem;top:4.9375rem;left:20.93593788147rem;display:block; }
#FrePT1BTMNxxRpzF8KhWAO284eBetIRE { position:absolute;display:block;z-index:15005;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-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:0.625rem;width:0.625rem;top:6.4375rem;left:20.89999961853rem;display:block; }
#JEUStTm7xROkDihzvEzxqk0OQmPddF8u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),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; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { background-color: transparent; background-image: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container { display: none; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .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); }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { border-width: 0; border-radius: 0; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;position:relative;display:block; }#x019nAJG0haSaGRIFCz3b5w3fDyXMd3Z { position:absolute;display:block;z-index:15023;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.875rem;width:12.625rem;top:3.4375009536743rem;left:4.3421878814697rem;overflow:hidden;display:block; }
#kOqUxgivP2logGAD80nFeyvqxIhpWJKG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5625rem;top:3.125rem;left:2.6875rem;overflow:hidden;display:block; }
#KL9CdvFV4UhcRskdelHlrDNcEOTqqexT { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:0.8125rem;left:21.812501907349rem;height:2.19375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G2A4grahxbFDZ3xT8P6LxCAhzBWJR58i { color:rgba(var(--color-tertiary-2),1);display:block;width:32.375rem;position:absolute;font-family:"pluto sans light";font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:4.5625rem;left:22.562501907349rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vmZRlaWwxqug7oTdimvlxeKA8IgRSrcD { position:absolute;display:block;z-index:15007;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-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:0.1875rem;left:20.90859413147rem;display:block; }
#LfxUPOZP927Lb15uSB3TrzVMJx3ahLJn { color:rgba(var(--color-tertiary-2),1);display:block;width:54.875rem;position:absolute;font-family:"pluto sans light";font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:8rem;left:5.125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#splTOmKX41wpi5CVK5wKHbwDipWs2gsT { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11.987495422363rem;left:4.9710941314697rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mgD333cILJs2ITtSN6xy4ZTv7TsqdEaf { position:absolute;display:block;z-index:15040;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.999625rem;width:8.124625rem;top:18.75rem;left:14.25rem;overflow:hidden;display:block; }
#Q3L3oH2wiuXx43dTNf3lET28uuo1ukDA { position:absolute;display:block;z-index:15041;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:13.8116875rem;width:9.3116875rem;top:19.8125rem;left:5.75rem;overflow:hidden;display:block; }
#EXIf6B82obVGHHIOkwrDWCtVQ8DrWCf6 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.937125rem;width:15.437125rem;top:18.625rem;left:29.250001907349rem;overflow:hidden;display:block; }
#KsHR17HxMg84Vf2Ibpd3sN1hZ1ysKcZ4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.874625rem;width:14.9355625rem;top:14.1875rem;left:37.625001907349rem;overflow:hidden;display:block; }
#kCH1Sdcfx7prWtATubCqQcKA9aKFOIaD { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:36.75rem;left:31.4375rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iPDwR0g1Ow4tkwOdUWp5yBchTGHX3NhF { color:#000000;display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:36.75rem;left:6.8125rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MqOCyuTzJrcdVhzIyy8owI6Muq6ll3rJ { position:absolute;display:block;z-index:15006;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;height:21.8125rem;width:22.125rem;top:14.030464172363rem;left:2.875rem;overflow:hidden;display:block; }
#Sf6mpwoagHME02lHHCNIxOUFcyDnAmJT { position:absolute;display:block;z-index:15002;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;height:21.8125rem;width:22.125rem;top:14.112495422363rem;left:28.937501907349rem;overflow:hidden;display:block; }
#MbODPGzpG86iSs6ynOiatRoNIMtT7wt8 { position:absolute;display:block;z-index:15006;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-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:0.625rem;width:0.625rem;top:4.9375rem;left:20.89999961853rem;display:block; }
#RqEdia4O5w09hCg4CQvhzaOSvP6ShOqa { position:relative;display:block; }#RqEdia4O5w09hCg4CQvhzaOSvP6ShOqa { background-color: transparent; background-image: none; }#RqEdia4O5w09hCg4CQvhzaOSvP6ShOqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqEdia4O5w09hCg4CQvhzaOSvP6ShOqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqEdia4O5w09hCg4CQvhzaOSvP6ShOqa > .row .container > .video-iframe-container { display: none; }#RqEdia4O5w09hCg4CQvhzaOSvP6ShOqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqEdia4O5w09hCg4CQvhzaOSvP6ShOqa > .row > .video-iframe-container { display: none; }#RqEdia4O5w09hCg4CQvhzaOSvP6ShOqa > .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); }#RqEdia4O5w09hCg4CQvhzaOSvP6ShOqa { border-width: 0; border-radius: 0; }#RqEdia4O5w09hCg4CQvhzaOSvP6ShOqa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RqEdia4O5w09hCg4CQvhzaOSvP6ShOqa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:39.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ftTQQUQ60Rhfl8JmCLexET54Q6dxKWLU { position:absolute;display:block;z-index:15039;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:7.25rem;width:4.9375rem;top:1.75rem;left:4.7492179870606rem;overflow:hidden;display:block; }
#pFcJFHXQbr6FMGncldeVroq1rzJ7PiGi { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5625rem;top:3.125rem;left:2.875rem;overflow:hidden;display:block; }
#nehaGGw4IDqf1ax4RkkRnpw8fENzxCSD { 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-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:0.28437614440918rem;left:21.000001907349rem;display:block; }
#cktNO3NEFOQyMSZrKr3oCNz8sH98EUyN { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:0.8125rem;left:21.8125rem;height:2.19375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TeM8V3fdy4uT0sJixJIqe2k5OpwhTrZ5 { color:rgba(var(--color-tertiary-2),1);display:block;width:32.5625rem;position:absolute;font-family:"pluto sans light";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:4.875rem;left:22.375001907349rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vJ6URCX6fFJPWUUC4u8NBA95UMkpcfog { color:rgba(var(--color-tertiary-2),1);display:block;width:54.9375rem;position:absolute;font-family:"pluto sans light";font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:9.6875rem;left:5.0625rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WJCST8voAu1UVaA7KFi79OgucXlv3tWh { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:13.500000953674rem;left:5rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rQVfbKkxC8aDdcKbprfgQsdeRzT1HO9b { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.75rem;width:11.312125rem;top:17.875rem;left:41.312501907349rem;overflow:hidden;display:block; }
#DNZ1eTsd8bu2NxeVAz193bf3LrhItnu1 { position:absolute;display:block;z-index:15044;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:0;top:18.5rem;left:41.4375rem;overflow:hidden;display:block; }
#LLiim6GuQITTGKtFrbmzBhONCRTlo1CT { position:absolute;display:block;z-index:15045;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:0;top:18.5rem;left:42.4375rem;overflow:hidden;display:block; }
#zF03z0aLCVJw6iRZMHcXW7D8NtwBZf0N { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.0605625rem;width:11.499625rem;top:17.5625rem;left:24.312501907349rem;overflow:hidden;display:block; }
#vZpsbMaxBlTSS4OoshTNDU26XRlElRgI { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.2491875rem;width:14.499625rem;top:19.1875rem;left:7.375rem;overflow:hidden;display:block; }
#BOSo5XKzZalJg0UrRDJGgNvl0ni0lTpO { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0615rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:35.875rem;left:37.9375rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UWAA9DPXwy4wtgFGJofTUV5p8HZXD8sT { color:rgba(var(--color-tertiary-2),1);display:block;width:17.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:35.875rem;left:21.4365234375rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G0QD6pCscXIhsyLIsBlo0gTUhDxzBv4Z { color:rgba(var(--color-tertiary-2),1);display:block;width:17.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:35.875rem;left:5.5625rem;height:0.975rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xiIp8HtgTBtT7BUUaEcLNqgCxMQvoVJl { position:absolute;display:block;z-index:15007;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-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:0.625rem;width:0.625rem;top:5.25rem;left:20.96249961853rem;display:block; }
#wWtIxUUvaHpk3EWW8FUVaAKQnrkqTmB0 { position:absolute;display:block;z-index:15008;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-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:0.625rem;width:0.625rem;top:6.75rem;left:20.96249961853rem;display:block; }
#aWhiEb2aIEAHHem314dpSFTBXXuJPSkF { position:relative;display:block; }#aWhiEb2aIEAHHem314dpSFTBXXuJPSkF { background-color: transparent; background-image: none; }#aWhiEb2aIEAHHem314dpSFTBXXuJPSkF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWhiEb2aIEAHHem314dpSFTBXXuJPSkF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWhiEb2aIEAHHem314dpSFTBXXuJPSkF > .row .container > .video-iframe-container { display: none; }#aWhiEb2aIEAHHem314dpSFTBXXuJPSkF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aWhiEb2aIEAHHem314dpSFTBXXuJPSkF > .row > .video-iframe-container { display: none; }#aWhiEb2aIEAHHem314dpSFTBXXuJPSkF > .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); }#aWhiEb2aIEAHHem314dpSFTBXXuJPSkF { border-width: 0; border-radius: 0; }#aWhiEb2aIEAHHem314dpSFTBXXuJPSkF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aWhiEb2aIEAHHem314dpSFTBXXuJPSkF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Pq6F2T9TxpG2oRTsWbo8rpxTTdyTS7Qk { color:rgba(var(--color-tertiary-2),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:2.0625rem;left:19.937501907349rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GMo79nWgufLHvubabXiqMDCuqRCr8iPI { color:rgba(var(--color-tertiary-2),1);display:block;width:40.125rem;position:absolute;font-family:"pluto sans light";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.4375rem;left:19.937501907349rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XOy9D4npuTlLoNVxFrVqRlitz3sBftaw { position:absolute;display:block;z-index:15007;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.4375rem;width:13.625rem;top:0.90625rem;left:8.3367195129394rem;overflow:hidden;display:block; }
#NgcQ6PykFBXH1XOeJLFuIgGsxc2uwOIu { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8125rem;width:30.625rem;top:10.311724662781rem;left:29.375001907349rem;overflow:hidden;display:block; }
#XIGypaP1VmmEnge7kgSse5S0uuy9fMAL { position:relative;display:block; }#XIGypaP1VmmEnge7kgSse5S0uuy9fMAL { background-color: transparent; background-image: none; }#XIGypaP1VmmEnge7kgSse5S0uuy9fMAL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIGypaP1VmmEnge7kgSse5S0uuy9fMAL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIGypaP1VmmEnge7kgSse5S0uuy9fMAL > .row .container > .video-iframe-container { display: none; }#XIGypaP1VmmEnge7kgSse5S0uuy9fMAL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIGypaP1VmmEnge7kgSse5S0uuy9fMAL > .row > .video-iframe-container { display: none; }#XIGypaP1VmmEnge7kgSse5S0uuy9fMAL > .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); }#XIGypaP1VmmEnge7kgSse5S0uuy9fMAL { border-width: 0; border-radius: 0; }#XIGypaP1VmmEnge7kgSse5S0uuy9fMAL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XIGypaP1VmmEnge7kgSse5S0uuy9fMAL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xQzFkFLTK7VzsUPlNf1y6vcir7NTiIzq { position:absolute;display:block;z-index:15012;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-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:0.625rem;width:0.625rem;top:4.8125rem;left:7.1875rem;display:block; }
#PwLfegXl34gcK8VJ8JQbE1ZDnDdvZkrr { color:rgba(var(--color-tertiary-2),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:8.0625rem;left:8.5625rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sS1qI1aiMWJJqcQRLqgJ9wKTSlF5SESq { color:rgba(var(--color-tertiary-2),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5625rem;left:8.5625rem;height:1.462675rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iKh5rtGl4mcnVF5DXUVaE7Adsg8w5gLD { position:absolute;display:block;z-index:15011;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-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:0.625rem;width:0.625rem;top:8.3125rem;left:7.1875rem;display:block; }
#qmiRP0zE72aSUwZPuTIfD7MTFLJow5cO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:16.75rem;top:18.688281536103rem;left:6.54296875rem;overflow:hidden;display:block; }
#HGKPOhkSmG3ptEMXwMFQUmGravnUwgcm { position:relative;display:block; }#HGKPOhkSmG3ptEMXwMFQUmGravnUwgcm { background-color: transparent; background-image: none; }#HGKPOhkSmG3ptEMXwMFQUmGravnUwgcm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGKPOhkSmG3ptEMXwMFQUmGravnUwgcm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGKPOhkSmG3ptEMXwMFQUmGravnUwgcm > .row .container > .video-iframe-container { display: none; }#HGKPOhkSmG3ptEMXwMFQUmGravnUwgcm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGKPOhkSmG3ptEMXwMFQUmGravnUwgcm > .row > .video-iframe-container { display: none; }#HGKPOhkSmG3ptEMXwMFQUmGravnUwgcm > .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); }#HGKPOhkSmG3ptEMXwMFQUmGravnUwgcm { border-width: 0; border-radius: 0; }#HGKPOhkSmG3ptEMXwMFQUmGravnUwgcm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HGKPOhkSmG3ptEMXwMFQUmGravnUwgcm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TWeAXuruPTn5ZAAenqxUIhGQV0bTAgdR { color:rgba(var(--color-tertiary-2),1);display:block;width:21.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:4.0625rem;left:20.0625rem;height:2.7625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eBKcwM0oZD0TTTzxdsMWeDsZKB3ebqz2 { color:rgba(var(--color-tertiary-2),1);display:block;width:36.4359375rem;position:absolute;font-family:"pluto sans light";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.6875rem;left:20.0625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qUU0qDI2TBKTkPLTscWFw9S3oFyzGt6w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),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; }#qUU0qDI2TBKTkPLTscWFw9S3oFyzGt6w > .row .container { background-color: transparent; background-image: none; }#qUU0qDI2TBKTkPLTscWFw9S3oFyzGt6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUU0qDI2TBKTkPLTscWFw9S3oFyzGt6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUU0qDI2TBKTkPLTscWFw9S3oFyzGt6w > .row .container > .video-iframe-container { display: none; }#qUU0qDI2TBKTkPLTscWFw9S3oFyzGt6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUU0qDI2TBKTkPLTscWFw9S3oFyzGt6w > .row > .video-iframe-container { display: none; }#qUU0qDI2TBKTkPLTscWFw9S3oFyzGt6w > .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); }#qUU0qDI2TBKTkPLTscWFw9S3oFyzGt6w > .row .container { border-width: 0; border-radius: 0; }#qUU0qDI2TBKTkPLTscWFw9S3oFyzGt6w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qUU0qDI2TBKTkPLTscWFw9S3oFyzGt6w > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:60rem;position:relative;display:block; }#wDvNd2fy4uEgi1tQwaGTIfHI5vmLMazE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:30.0625rem;top:9.75rem;left:29.9375rem;overflow:hidden;display:block; }
#XJeLtQhGUn1SoByGbDy5fBvigSgG0Fm0 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:24.6875rem;left:31.875rem;height:1.462675rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MlTFtyZ8yLPXzXXgGUo9HNJhTJQ2TMTn { color:rgba(var(--color-tertiary-2),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:27rem;left:31.875rem;height:2.92535rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KKIyENDXuU2g3MOAenHxwlcpocSwckxF { color:rgba(var(--color-tertiary-2),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:16rem;left:2.5rem;height:1.462675rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EupdoK2dZvyZc9B3dLCMpa6HUaJSXr0E { color:rgba(var(--color-tertiary-2),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:18.4375rem;left:2.5rem;height:4.3875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gXL8Ioqp0vX7IGPqhI3mLNsyZnBFwvA6 { 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:21.5rem;width:29.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xHimzORO4wr6LkNzRuBbQ9moM5zrp758 { position:absolute;display:block;z-index:15007;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;height:21.8125rem;width:22.125rem;top:6.4250154495237rem;left:33.375001907349rem;overflow:hidden;display:block; }
#OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/eh5AJOFQ/plama8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE.adaptive-delivery-prevent-bg, #OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE.lazyload, #OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE.lazyloading { background-image: none; }#OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE > .row .container { background-color: transparent; background-image: none; }#OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE > .row .container > .video-iframe-container { display: none; }#OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE > .row > .video-iframe-container { display: none; }#OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE > .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); }#OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE > .row .container { border-width: 0; border-radius: 0; }#OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;position:relative;display:block; }#zWew0P6y82uR1t4CEz53RTle0guyJ5lD { color:rgba(var(--color-tertiary-2),1);display:block;width:32.375rem;position:absolute;font-family:"pluto sans light";font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5.2835941314697rem;left:5rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PBqfPUKetcqPBZOUEZm3nnWqTGFLDFf4 { color:rgba(var(--color-tertiary-2),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:0.46562576293945rem;left:21.937501907349rem;height:2.19375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qqPq9lB0Tqxc47bnO2PSWwgB9iaBWs81 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:14.75rem;top:12.4375rem;left:41.875rem;overflow:hidden;display:block; }
#Eecvc4nDQrvTITDq4qQn14FkD4CiGF29 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:14.75rem;top:12.5rem;left:21.9375rem;overflow:hidden;display:block; }
#DngG6C6qlZZFuWQeMv6ILOJ39zRFTTPh { 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:14.6875rem;width:14.6875rem;top:12.437068939209rem;left:0rem;overflow:hidden;display:block; }
#roX7AUGHbbiwJF9zhaddC1TQMKGOBIZ7 { position:absolute;display:block;z-index:15006;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-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:1.9073486328125E-6rem;left:20.812501907349rem;display:block; }
#TBs9abH3C2fL6HZbU2h6df3mTWlxaqeV { position:relative;display:block; }#TBs9abH3C2fL6HZbU2h6df3mTWlxaqeV { background-color: transparent; background-image: none; }#TBs9abH3C2fL6HZbU2h6df3mTWlxaqeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBs9abH3C2fL6HZbU2h6df3mTWlxaqeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBs9abH3C2fL6HZbU2h6df3mTWlxaqeV > .row .container > .video-iframe-container { display: none; }#TBs9abH3C2fL6HZbU2h6df3mTWlxaqeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TBs9abH3C2fL6HZbU2h6df3mTWlxaqeV > .row > .video-iframe-container { display: none; }#TBs9abH3C2fL6HZbU2h6df3mTWlxaqeV > .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); }#TBs9abH3C2fL6HZbU2h6df3mTWlxaqeV { border-width: 0; border-radius: 0; }#TBs9abH3C2fL6HZbU2h6df3mTWlxaqeV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TBs9abH3C2fL6HZbU2h6df3mTWlxaqeV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mtWCfXxCZuQSmgsuBdTrRN2xQIWtaRxA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:25.375rem;top:1.0625rem;left:-2.5rem;overflow:hidden;display:block; }
#R2vEaG6Tr9T949te7kQ5P1GNyNmAqJGU { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.5625rem;left:22.125rem;height:2.19375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D27JAC3zoaqdgO0RpBTR5nCifFbESfZE { color:rgba(var(--color-tertiary-2),1);display:block;width:31.875rem;position:absolute;font-family:"pluto sans light";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:7.5rem;left:20.96249961853rem;height:7.2005rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p1gsJgEzTAXBkK82IWuDqmSO7BZdkXsq { position:absolute;display:block;z-index:15011;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-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:1.0625rem;left:20.875001907349rem;display:block; }
#dxClnZoQy47hcr3dvs3aHV1XefP5cw9z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/bHAgSBHX/plama7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dxClnZoQy47hcr3dvs3aHV1XefP5cw9z.adaptive-delivery-prevent-bg, #dxClnZoQy47hcr3dvs3aHV1XefP5cw9z.lazyload, #dxClnZoQy47hcr3dvs3aHV1XefP5cw9z.lazyloading { background-image: none; }#dxClnZoQy47hcr3dvs3aHV1XefP5cw9z > .row .container { background-color: transparent; background-image: none; }#dxClnZoQy47hcr3dvs3aHV1XefP5cw9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxClnZoQy47hcr3dvs3aHV1XefP5cw9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxClnZoQy47hcr3dvs3aHV1XefP5cw9z > .row .container > .video-iframe-container { display: none; }#dxClnZoQy47hcr3dvs3aHV1XefP5cw9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxClnZoQy47hcr3dvs3aHV1XefP5cw9z > .row > .video-iframe-container { display: none; }#dxClnZoQy47hcr3dvs3aHV1XefP5cw9z > .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); }#dxClnZoQy47hcr3dvs3aHV1XefP5cw9z > .row .container { border-width: 0; border-radius: 0; }#dxClnZoQy47hcr3dvs3aHV1XefP5cw9z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dxClnZoQy47hcr3dvs3aHV1XefP5cw9z > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:60rem;position:relative;display:block; }#IkedGoVxvOmJ8v9vKEP6Zd136PBNbvrT { color:rgba(var(--color-tertiary-2),1);display:block;width:34.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.875rem;left:21.8125rem;height:6.58125rem;font-style:normal;display:block; }
#aqdAASuybwPWWqN45e9cR46Tnyzw85Qv { color:rgba(var(--color-tertiary-2),1);display:block;width:31.625rem;position:absolute;font-family:"pluto sans light";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:13.187503814698rem;left:5.125rem;height:4.5rem;font-style:normal;display:block; }
#WMEsuwbH7DyVVqKlTFqLgIrvJZe2LGQq { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.25rem rgba(51,51,51,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:14.000003814698rem;left:42.811721801757rem;display:block; }
#i5OPDBQZAUPO0IKUF7FD0PPquiAxCZhd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eFHyJyKtSBh9FMxmonAyA3U1N2I9ViOm { position:absolute;display:block;z-index:15002;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-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:4.0000038146972rem;left:20.8125rem;display:block; }
#lOFnm8qFVdrC5kPkwVwxmrpszEJkQ92q { position:relative;display:block; }#lOFnm8qFVdrC5kPkwVwxmrpszEJkQ92q { background-color: transparent; background-image: none; }#lOFnm8qFVdrC5kPkwVwxmrpszEJkQ92q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOFnm8qFVdrC5kPkwVwxmrpszEJkQ92q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOFnm8qFVdrC5kPkwVwxmrpszEJkQ92q > .row .container > .video-iframe-container { display: none; }#lOFnm8qFVdrC5kPkwVwxmrpszEJkQ92q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOFnm8qFVdrC5kPkwVwxmrpszEJkQ92q > .row > .video-iframe-container { display: none; }#lOFnm8qFVdrC5kPkwVwxmrpszEJkQ92q > .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); }#lOFnm8qFVdrC5kPkwVwxmrpszEJkQ92q { border-width: 0; border-radius: 0; }#lOFnm8qFVdrC5kPkwVwxmrpszEJkQ92q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lOFnm8qFVdrC5kPkwVwxmrpszEJkQ92q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-form-header {  }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.875rem;font-weight:400;color:#000000;width:39.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.3125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.3125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.3125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .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; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:39.3125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"pluto sans light";font-size:1rem;font-weight:700;font-style:normal; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"pluto sans light";font-size:1rem;font-weight:700;font-style:normal; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"pluto sans light";font-size:1rem;font-weight:700;font-style:normal; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"pluto sans light";font-size:1rem;font-weight:700;font-style:normal; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .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:"pluto sans light";line-height:1.3;font-size:0.625rem;font-weight:700;color:#9e9e9e;vertical-align:top;width:38.0625rem;overflow:hidden;font-style:normal;float:none; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .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; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-container:first-of-type{padding-top:0;}#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-container:last-of-type{padding-bottom:0;}#VD4MByx43Qs2neARlpz4yS3EV4rl66M0  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem #cacaca ;left:7.21875rem;top:9.7492370605469rem;z-index:15000;position:absolute; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:39.3125rem;display:block;vertical-align:top; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 {display:block;}#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem #cacaca ;left:7.21875rem;top:9.7492370605469rem;z-index:15000;position:absolute; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #Z0dphZQC4rI9CZF8Ddl562KLm6XtLNOl { position:relative; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #OrWa3gQ0x6L8h3Sk6IEG4tcgg8LyBizT { position:relative;display:none; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #b71HbOSwdJurWD3c0TFlHmirVmgwtFXO { position:relative; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #Lr4wKV9PicNI8INDZTf3OVE6O3pP3a4X { position:relative; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #XeGG8HvRxOcTCUPCItCeHsqAwOiwT7hw { position:relative;display:none; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #p53xP2HxB6fxkkiHr9DWTNeiBiHAZWFh { position:relative; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #pAspUpcix2RSCLiv8scdsOIXExxTP2oO { position:relative; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #Tlh3xAFm0CeTBKsJf1OSZRQuKwNH95SN { position:relative;display:none; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #SAXlQ32ppRgVoQ2SbcTeEbssnhvzBRLA { position:relative; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #sLskanooeoC9BykNl881vNrGmpiuwZ9r { position:relative; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #DxcdRLhfWRAI52s4z6NarKJSw5R2XNCn { position:relative;display:none; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #Wy5R1KMvnGN9oMLmc151UhKZESISzWMc { position:relative; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #p11m9lefKAkJOm536v8qQPp5hSkXWTgE { position:relative; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #hd59w1ATAvZUxUSPCO9IJ2UNkfksR9U9 { position:relative;display:none; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #TAstpbhslE4BpLQNEFquHgGJmmkxyq9n { position:relative; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #l3muaWqQTTye9XQMJV54S9cPZClU4QTf { position:relative; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #qM6QyFcQs4ha9X3KvDfpnFu9HN3WGeDv { position:relative;z-index:2; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #tLFsWPvLbUxJuEuGe40OTldD2rSey01T { position:relative; }
#DypS0HX90CQ39RKSFXqrTxFUce2Igcef { position:relative;display:block;z-index:100000;display:block; }
#ZZv1WHpp42JHtTTTJmBRMO3UWgfkp2UJ { position:relative;display:block;z-index:100000;display:block; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #FM4RNTq0lkS0KHnTaQHdX3kHZIsmlQlC { position:relative; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #nTTNpp6hZVQkncK2CtdpXPE231w73EAf { position:relative; }
#ncz0plGUQSe6WCO4Ihz3gcQ6AVbMQANE { color:rgba(var(--color-tertiary-2),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.8124942779541rem;left:7.21875rem;height:4.3875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s0uFgCIN8ALx7hulqcLzmVo7ut8RTFFJ { position:absolute;display:block;z-index:15004;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-left-radius:8.9375rem;border-top-right-radius:8.9375rem;border-bottom-left-radius:8.9375rem;border-bottom-right-radius:8.9375rem;box-shadow: none;height:3.125rem;width:3.125rem;top:1.125rem;left:5.0625rem;display:block; }
#zu8bWqRnRiaKV6eio6n9WE5I1k3TZnxd { color:rgba(var(--color-tertiary-2),1);display:block;width:36.75rem;position:absolute;font-family:"pluto sans light";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:7.5609321594237rem;left:7.21875rem;height:1.5rem;font-style:normal;display:block; }
#XcmcFtyFMJgUwOBrmmObBUZNgBFLGs4E { background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#XcmcFtyFMJgUwOBrmmObBUZNgBFLGs4E > .row .container { background-color: transparent; background-image: none; }#XcmcFtyFMJgUwOBrmmObBUZNgBFLGs4E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcmcFtyFMJgUwOBrmmObBUZNgBFLGs4E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcmcFtyFMJgUwOBrmmObBUZNgBFLGs4E > .row .container > .video-iframe-container { display: none; }#XcmcFtyFMJgUwOBrmmObBUZNgBFLGs4E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcmcFtyFMJgUwOBrmmObBUZNgBFLGs4E > .row > .video-iframe-container { display: none; }#XcmcFtyFMJgUwOBrmmObBUZNgBFLGs4E > .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); }#XcmcFtyFMJgUwOBrmmObBUZNgBFLGs4E > .row .container { border-width: 0; border-radius: 0; }#XcmcFtyFMJgUwOBrmmObBUZNgBFLGs4E > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#XcmcFtyFMJgUwOBrmmObBUZNgBFLGs4E > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#Mg7nFPrCog8fLge28kZLRA9V25hAvPWR { 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:3.125rem;width:16.1875rem;top:1.375rem;left:-2.3187484741211rem;overflow:hidden;display:block; }
#epWmRsX6WBKr6GkBa9Opt2W5DuTe1rti { color:#f9f9f9;display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.43359375rem;left:49.75rem;height:1.38125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/zNDV2cuF/tablet.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:47.75rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ze3o6cNrfinR2814CJ8bMl551ooRvcdp { width:38.6875rem;height:4.875rem;top:18.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSZTp2FcgkPQr5THdaAriooAvl6D8o6x { width:19.625rem;height:6.09375rem;top:24.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfZokuye9ZZw5sxvvcsuW0VHZqbiGOzy { width:18rem;height:3.5rem;top:0rem;left:-1.2884615384616rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvF76MvQmTy9c91tLipkI0aP19LDf2Ds { display:block; }#BvF76MvQmTy9c91tLipkI0aP19LDf2Ds > .row .container { width:47.75rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-regular-label { width:32.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-input-text { width:32.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-textarea { width:32.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-input-select { width:32.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-input-button { width:32.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-checkbox-label { width:31.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ  { width:32.25rem;height:auto;top:5.8750009536743rem;left:6.4999998807906rem; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .radio-container { width:32.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ {display:block;}#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ { width:32.25rem;height:auto;top:5.8750009536743rem;left:6.4999998807906rem; }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #PDMNVFG60vBPd2rJPxewbdsPnbFPwzuM {  }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #znvPs3VIVNbhERSDNDS7CAPQ9uWhckAW { display:none; }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #uDlyC8Q2IMTdF0xGKvKCBCpLo6N2HiIP {  }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #RIIn0tfEnPpnWXEXOPMWLhK3eO5au87J {  }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #bW7Op2RJJGor3E5p8RDTuqWlaTPsKrdd { display:none; }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #sL6VTWGv93cW83xKl9pESSUkW3Bl35TA {  }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #tvFJea70G58CuMydSdNXpfRSpO6AQgdN {  }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #amUDqWLb1Xg1XVnHMzwsCTLBf5OEHZlp { display:none; }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #HlSf4JCqviHqLCGOXVPN8pBC21e7sulI {  }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #LVZ99VnhLQ08lpbnyTqKGBcKiLXRUyIh {  }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #bwnLKUy2mVEVVXDeV6sf3AE9EQzZVKAq { z-index:2; }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #qe7FVTCQvcwhTgA82lpCJ6HQyzJ5zqgK {  }
 }@media only screen and (max-width: 763px) { #dt9r3u2CLFQwloK5WPtcbXnTNaDPdFHW { display:block; }
 }@media only screen and (max-width: 763px) { #MMTAL5DE65nKURCN6lF8f8sVOzFgmR6O { display:block; }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #QTrnB8HZQUrxf7igmIU0r3v7SwcDbdCI {  }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #nvZWu5FaF81vSv3yXMn3nUExuNQfUixR {  }
 }@media only screen and (max-width: 763px) { #RNnfIVfcPxz67AM61DyeygpUd9vMA6aF { width:32.25rem;height:2.03125rem;top:2.0625rem;left:15.500000357628rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvnlAouqI1CCmu6pF3gMNGrCGHT6Qekd { width:18.125rem;height:1.75rem;top:2.5rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #luLN5MAMaPbfZW4RZUehCIeeVnZGbm97 { display:block; }#luLN5MAMaPbfZW4RZUehCIeeVnZGbm97 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMK0OvoOfmXLXKcSHPuRLyh4fyAKzzuS { width:19.6875rem;height:1.7875rem;top:2.6875rem;left:21.500000357628rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0RaS4RlRiVeDf0WHOJXVsEgGm63qsQp { width:19.9375rem;height:4.875rem;top:6rem;left:21.375000357628rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1m0PeqFX98ovkIw9BT8fqdUTqswKcG9 { width:12.9375rem;height:11.6875rem;top:1.625rem;left:10.312500357628rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #zFwlyIvhpwhi7Sipx0Uw7JCK1E4zs6I8 { display:block; }#zFwlyIvhpwhi7Sipx0Uw7JCK1E4zs6I8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASy5CumhOdgM8kRm8LrDr3tIO6zT7s7h { width:8.4375rem;height:4.3125rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoT2hSdFpywO9nulaBhBHqO2GEeGEuq1 { width:16.9375rem;height:16.625rem;top:63.4375rem;left:-1.1476814516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9BedEwLZ9GtfQbyMlnxNlmXmbSGN7UA { width:24.125rem;height:1.625rem;top:14.374218940735rem;left:2.0625001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #os9dm82XD1IWqyTe1XFT3zfUH2TPkczx { width:31.5625rem;height:2.8rem;top:7.8749997615813rem;left:15.500000357628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZHoMiZnUCog7MFoLFZqTSlDcxHWUFMd { width:17.875rem;height:1.7875rem;top:5.0000009536743rem;left:16.815624594688rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbMPiqASfM1HWnHHGMFdKChWC4xrdomp { width:15.625rem;height:15.750323737424rem;top:14.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpTLSGs6sWWrvIvmscxyWwcOgX8ugkKv { width:17.3125rem;height:17.3125rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ1SHgkh1lGbEUqFsJs9hT9MRA0O61Dz { width:19.125rem;height:19.064256046909rem;top:15.4375rem;left:14.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVW9hSzxyRcWQxPPEiJOt0kE22R0Vty0 { width:14.375rem;height:14.3125rem;top:25.625rem;left:-1.1425993781923rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPg9SuoUb5oVSouDKBE3nAUMW35sFdkD { width:40rem;height:1.7875rem;top:2.875rem;left:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEPbG7uEL2MUnHvkvlWt2a1ATr8GRhkS { width:14.375rem;height:14.3125rem;top:25.625rem;left:-1.1425993781923rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB6Zy8LbVgBefFlP4wN5h5zR0TZhyM7g { width:10.6875rem;height:17.1859375rem;top:15.9375rem;left:36.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4idSPyPZTcvn3y9LxZ3hAmGCN58hlU6 { width:14.375rem;height:14.3125rem;top:25.625rem;left:-1.1425993781923rem;display:block; }
 }@media only screen and (max-width: 763px) { #AimegkUAh6WstN1RRFzSD206B5t9u32Q { width:7.875rem;height:20.587009205594rem;top:12.6875rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdFCCvfmrRnFsb1LZUlIgrFd1HoDdSHq { width:40rem;height:1.7875rem;top:2.875rem;left:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBg1UOZnOpOBgEwJZRtdt5MUx88vvCRT { width:40rem;height:1.7875rem;top:2.875rem;left:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X08yfkymvCMJeUEXedECVTb6TG2eMpXe { width:40rem;height:1.7875rem;top:2.875rem;left:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX69aZelVwHUVJV8Jyh0zA8cwluSDzIe { width:3.375rem;height:3.3125rem;top:3.9867191314698rem;left:15.500000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpPi5AL2rAwxwTdi1MBmpgTnUhVwTOye { width:3.375rem;height:3.3125rem;top:3.9867191314698rem;left:15.500000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrePT1BTMNxxRpzF8KhWAO284eBetIRE { width:3.375rem;height:3.3125rem;top:3.9867191314698rem;left:15.500000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEUStTm7xROkDihzvEzxqk0OQmPddF8u { display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { width:47.75rem;height:157.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x019nAJG0haSaGRIFCz3b5w3fDyXMd3Z { width:12.625rem;height:3.875rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOqUxgivP2logGAD80nFeyvqxIhpWJKG { width:16.9375rem;height:16.625rem;top:63.4375rem;left:-1.1476814516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL9CdvFV4UhcRskdelHlrDNcEOTqqexT { width:17.875rem;height:3.6375rem;top:5.0000009536743rem;left:16.815624594688rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2A4grahxbFDZ3xT8P6LxCAhzBWJR58i { width:31.5625rem;height:1.4rem;top:7.8749997615813rem;left:15.500000357628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmZRlaWwxqug7oTdimvlxeKA8IgRSrcD { width:3.375rem;height:3.3125rem;top:3.9867191314698rem;left:15.500000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfxUPOZP927Lb15uSB3TrzVMJx3ahLJn { width:24.125rem;height:1.625rem;top:14.374218940735rem;left:2.0625001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #splTOmKX41wpi5CVK5wKHbwDipWs2gsT { width:40rem;height:1.7875rem;top:2.875rem;left:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgD333cILJs2ITtSN6xy4ZTv7TsqdEaf { width:8.0625rem;height:12.900446579684rem;top:18.75rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3L3oH2wiuXx43dTNf3lET28uuo1ukDA { width:9.25rem;height:13.72054874979rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXIf6B82obVGHHIOkwrDWCtVQ8DrWCf6 { width:15.375rem;height:16.8689374585rem;top:18.625rem;left:23.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsHR17HxMg84Vf2Ibpd3sN1hZ1ysKcZ4 { width:14.875rem;height:20.790153350742rem;top:14.1875rem;left:31.500001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCH1Sdcfx7prWtATubCqQcKA9aKFOIaD { width:40rem;height:1.7875rem;top:2.875rem;left:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPDwR0g1Ow4tkwOdUWp5yBchTGHX3NhF { width:40rem;height:1.7875rem;top:2.875rem;left:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqOCyuTzJrcdVhzIyy8owI6Muq6ll3rJ { width:14.375rem;height:14.3125rem;top:25.625rem;left:-1.1425993781923rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf6mpwoagHME02lHHCNIxOUFcyDnAmJT { width:14.375rem;height:14.3125rem;top:25.625rem;left:-1.1425993781923rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbODPGzpG86iSs6ynOiatRoNIMtT7wt8 { width:3.375rem;height:3.3125rem;top:3.9867191314698rem;left:15.500000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqEdia4O5w09hCg4CQvhzaOSvP6ShOqa { display:block; }#RqEdia4O5w09hCg4CQvhzaOSvP6ShOqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftTQQUQ60Rhfl8JmCLexET54Q6dxKWLU { width:4.9375rem;height:7.25rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFcJFHXQbr6FMGncldeVroq1rzJ7PiGi { width:16.9375rem;height:16.625rem;top:63.4375rem;left:-1.1476814516129rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehaGGw4IDqf1ax4RkkRnpw8fENzxCSD { width:3.375rem;height:3.3125rem;top:3.9867191314698rem;left:15.500000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #cktNO3NEFOQyMSZrKr3oCNz8sH98EUyN { width:17.875rem;height:3.6375rem;top:5.0000009536743rem;left:16.815624594688rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeM8V3fdy4uT0sJixJIqe2k5OpwhTrZ5 { width:31.5625rem;height:1.4rem;top:7.8749997615813rem;left:15.500000357628rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ6URCX6fFJPWUUC4u8NBA95UMkpcfog { width:24.125rem;height:1.625rem;top:14.374218940735rem;left:2.0625001192093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJCST8voAu1UVaA7KFi79OgucXlv3tWh { width:40rem;height:1.7875rem;top:2.875rem;left:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQVfbKkxC8aDdcKbprfgQsdeRzT1HO9b { width:11.25rem;height:15.664021924106rem;top:17.875rem;left:35.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNZ1eTsd8bu2NxeVAz193bf3LrhItnu1 { width:0;height:15rem;top:18.5rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLiim6GuQITTGKtFrbmzBhONCRTlo1CT { width:0;height:15rem;top:18.5rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF03z0aLCVJw6iRZMHcXW7D8NtwBZf0N { width:11.4375rem;height:15.973883486966rem;top:17.5625rem;left:18.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZpsbMaxBlTSS4OoshTNDU26XRlElRgI { width:14.4375rem;height:16.179237988603rem;top:19.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOSo5XKzZalJg0UrRDJGgNvl0ni0lTpO { width:40rem;height:1.7875rem;top:2.875rem;left:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWAA9DPXwy4wtgFGJofTUV5p8HZXD8sT { width:40rem;height:1.7875rem;top:2.875rem;left:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0QD6pCscXIhsyLIsBlo0gTUhDxzBv4Z { width:40rem;height:1.7875rem;top:2.875rem;left:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiIp8HtgTBtT7BUUaEcLNqgCxMQvoVJl { width:3.375rem;height:3.3125rem;top:3.9867191314698rem;left:15.500000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWtIxUUvaHpk3EWW8FUVaAKQnrkqTmB0 { width:3.375rem;height:3.3125rem;top:3.9867191314698rem;left:15.500000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWhiEb2aIEAHHem314dpSFTBXXuJPSkF { display:block; }#aWhiEb2aIEAHHem314dpSFTBXXuJPSkF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pq6F2T9TxpG2oRTsWbo8rpxTTdyTS7Qk { width:40rem;height:1.7871125rem;top:2.875rem;left:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMo79nWgufLHvubabXiqMDCuqRCr8iPI { width:40rem;height:3.25078125rem;top:5.125rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOy9D4npuTlLoNVxFrVqRlitz3sBftaw { width:12.5rem;height:11.625rem;top:6.375rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgcQ6PykFBXH1XOeJLFuIgGsxc2uwOIu { width:26rem;height:26.0625rem;top:125.625rem;left:23.370270862552rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIGypaP1VmmEnge7kgSse5S0uuy9fMAL { display:block; }#XIGypaP1VmmEnge7kgSse5S0uuy9fMAL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQzFkFLTK7VzsUPlNf1y6vcir7NTiIzq { width:0.8125rem;height:0.75rem;top:34.6875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwLfegXl34gcK8VJ8JQbE1ZDnDdvZkrr { width:19.125rem;height:2.76171875rem;top:30.5625rem;left:8.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS1qI1aiMWJJqcQRLqgJ9wKTSlF5SESq { width:19.125rem;height:1.3808625rem;top:30.5625rem;left:8.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKh5rtGl4mcnVF5DXUVaE7Adsg8w5gLD { width:0.8125rem;height:0.75rem;top:34.6875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmiRP0zE72aSUwZPuTIfD7MTFLJow5cO { width:16.0625rem;height:14.75rem;top:1.875rem;left:-0.95220588235294rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGKPOhkSmG3ptEMXwMFQUmGravnUwgcm { display:block; }#HGKPOhkSmG3ptEMXwMFQUmGravnUwgcm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWeAXuruPTn5ZAAenqxUIhGQV0bTAgdR { width:40rem;height:1.7871125rem;top:2.875rem;left:7.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBKcwM0oZD0TTTzxdsMWeDsZKB3ebqz2 { width:40rem;height:1.6253875rem;top:5.125rem;left:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUU0qDI2TBKTkPLTscWFw9S3oFyzGt6w { display:block; }#qUU0qDI2TBKTkPLTscWFw9S3oFyzGt6w > .row .container { width:47.75rem;height:50.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDvNd2fy4uEgi1tQwaGTIfHI5vmLMazE { width:23.6875rem;height:11.1875rem;top:17.999988079071rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJeLtQhGUn1SoByGbDy5fBvigSgG0Fm0 { width:19.125rem;height:1.3816375rem;top:30.5625rem;left:8.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlTFtyZ8yLPXzXXgGUo9HNJhTJQ2TMTn { width:19.125rem;height:2.761725rem;top:30.5625rem;left:8.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKIyENDXuU2g3MOAenHxwlcpocSwckxF { width:19.125rem;height:1.3816375rem;top:30.5625rem;left:8.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EupdoK2dZvyZc9B3dLCMpa6HUaJSXr0E { width:19.125rem;height:5.52344375rem;top:30.5625rem;left:8.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXL8Ioqp0vX7IGPqhI3mLNsyZnBFwvA6 { width:24.6875rem;height:17.9375rem;top:32.436718940735rem;left:-1.2953125238419rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHimzORO4wr6LkNzRuBbQ9moM5zrp758 { width:14.375rem;height:14.3125rem;top:25.625rem;left:-1.1425993781923rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE { display:block; }#OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE > .row .container { width:47.75rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWew0P6y82uR1t4CEz53RTle0guyJ5lD { width:38.3125rem;height:3.25rem;top:8.8125004768369rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBqfPUKetcqPBZOUEZm3nnWqTGFLDFf4 { width:37.0625rem;height:1.7875rem;top:5.8874864578247rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqPq9lB0Tqxc47bnO2PSWwgB9iaBWs81 { width:14.125rem;height:14.125rem;top:14.187500476837rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eecvc4nDQrvTITDq4qQn14FkD4CiGF29 { width:13.6875rem;height:13.6875rem;top:14.406250476837rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DngG6C6qlZZFuWQeMv6ILOJ39zRFTTPh { width:13.375rem;height:13.375rem;top:14.562500476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #roX7AUGHbbiwJF9zhaddC1TQMKGOBIZ7 { width:3.625rem;height:3.625rem;top:4.674204826355rem;left:-0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBs9abH3C2fL6HZbU2h6df3mTWlxaqeV { display:block; }#TBs9abH3C2fL6HZbU2h6df3mTWlxaqeV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtWCfXxCZuQSmgsuBdTrRN2xQIWtaRxA { width:17.5rem;height:17.5rem;top:2.8375015258789rem;left:30.744211948583rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2vEaG6Tr9T949te7kQ5P1GNyNmAqJGU { width:37.0625rem;height:1.7871125rem;top:3.2039070129394rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D27JAC3zoaqdgO0RpBTR5nCifFbESfZE { width:29.0625rem;height:5.59765625rem;top:7.5000114440919rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1gsJgEzTAXBkK82IWuDqmSO7BZdkXsq { width:3.375rem;height:3.5rem;top:2.03515625rem;left:-0.43032786885246rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxClnZoQy47hcr3dvs3aHV1XefP5cw9z { display:block; }#dxClnZoQy47hcr3dvs3aHV1XefP5cw9z > .row .container { width:47.75rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkedGoVxvOmJ8v9vKEP6Zd136PBNbvrT { width:39.8125rem;height:3.6375rem;top:6.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqdAASuybwPWWqN45e9cR46Tnyzw85Qv { width:29.0625rem;height:4.2rem;top:12.612499237061rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMEsuwbH7DyVVqKlTFqLgIrvJZe2LGQq { width:13.3125rem;height:3.75rem;top:12.836719512939rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5OPDBQZAUPO0IKUF7FD0PPquiAxCZhd { display:block; }
 }@media only screen and (max-width: 763px) { #eFHyJyKtSBh9FMxmonAyA3U1N2I9ViOm { width:3.625rem;height:3.75rem;top:5.0617179870606rem;left:-0.42265623807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOFnm8qFVdrC5kPkwVwxmrpszEJkQ92q { display:block; }#lOFnm8qFVdrC5kPkwVwxmrpszEJkQ92q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-regular-label { width:25.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-input-text { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-textarea { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-input-select { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-input-button { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-checkbox-label { width:23.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0  { width:25.125rem;height:auto;top:12.750000953674rem;left:0rem; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .radio-container { width:25.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 {display:block;}#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 { width:25.125rem;height:auto;top:12.750000953674rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #Z0dphZQC4rI9CZF8Ddl562KLm6XtLNOl {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #OrWa3gQ0x6L8h3Sk6IEG4tcgg8LyBizT { display:none; }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #b71HbOSwdJurWD3c0TFlHmirVmgwtFXO {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #Lr4wKV9PicNI8INDZTf3OVE6O3pP3a4X {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #XeGG8HvRxOcTCUPCItCeHsqAwOiwT7hw { display:none; }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #p53xP2HxB6fxkkiHr9DWTNeiBiHAZWFh {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #pAspUpcix2RSCLiv8scdsOIXExxTP2oO {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #Tlh3xAFm0CeTBKsJf1OSZRQuKwNH95SN { display:none; }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #SAXlQ32ppRgVoQ2SbcTeEbssnhvzBRLA {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #sLskanooeoC9BykNl881vNrGmpiuwZ9r {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #DxcdRLhfWRAI52s4z6NarKJSw5R2XNCn { display:none; }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #Wy5R1KMvnGN9oMLmc151UhKZESISzWMc {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #p11m9lefKAkJOm536v8qQPp5hSkXWTgE {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #hd59w1ATAvZUxUSPCO9IJ2UNkfksR9U9 { display:none; }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #TAstpbhslE4BpLQNEFquHgGJmmkxyq9n {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #l3muaWqQTTye9XQMJV54S9cPZClU4QTf {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #qM6QyFcQs4ha9X3KvDfpnFu9HN3WGeDv { z-index:2; }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #tLFsWPvLbUxJuEuGe40OTldD2rSey01T {  }
 }@media only screen and (max-width: 763px) { #DypS0HX90CQ39RKSFXqrTxFUce2Igcef { display:block; }
 }@media only screen and (max-width: 763px) { #ZZv1WHpp42JHtTTTJmBRMO3UWgfkp2UJ { display:block; }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #FM4RNTq0lkS0KHnTaQHdX3kHZIsmlQlC {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #nTTNpp6hZVQkncK2CtdpXPE231w73EAf {  }
 }@media only screen and (max-width: 763px) { #ncz0plGUQSe6WCO4Ihz3gcQ6AVbMQANE { width:43.75rem;height:4.375rem;top:1.75rem;left:1.09375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0uFgCIN8ALx7hulqcLzmVo7ut8RTFFJ { width:4.1875rem;height:4.0625rem;top:0.6875rem;left:-0.45161290322581rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu8bWqRnRiaKV6eio6n9WE5I1k3TZnxd { width:36.4375rem;height:3.4rem;top:7.1250133514406rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcmcFtyFMJgUwOBrmmObBUZNgBFLGs4E { display:block; }#XcmcFtyFMJgUwOBrmmObBUZNgBFLGs4E > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mg7nFPrCog8fLge28kZLRA9V25hAvPWR { width:16.1875rem;height:3.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #epWmRsX6WBKr6GkBa9Opt2W5DuTe1rti { width:10.25rem;height:1.375rem;top:2.375rem;left:31.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VEicvU82v0vHc3rF3IMf6EMaAociKeWG { background-color:transparent;background-image:url("https://images.assets-landingi.com/U5yYispl/mobile.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG.adaptive-delivery-prevent-bg, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyload, #VEicvU82v0vHc3rF3IMf6EMaAociKeWG.lazyloading { background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { background-color: transparent; background-image: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row > .video-iframe-container { display: none; }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .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); }#VEicvU82v0vHc3rF3IMf6EMaAociKeWG > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ze3o6cNrfinR2814CJ8bMl551ooRvcdp { width:15.5625rem;height:3.75rem;top:29.29921913147rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5625rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JSZTp2FcgkPQr5THdaAriooAvl6D8o6x { width:17.5rem;height:4.95rem;top:34.48671913147rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #GfZokuye9ZZw5sxvvcsuW0VHZqbiGOzy { width:11.5rem;height:2.1875rem;top:0rem;left:-1.0370370370371rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvF76MvQmTy9c91tLipkI0aP19LDf2Ds { display:block; }#BvF76MvQmTy9c91tLipkI0aP19LDf2Ds > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-regular-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-input-text { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-textarea { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-input-select { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .widget-checkbox-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ  { width:15.75rem;height:auto;top:3.6875rem;left:0.875rem; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ .radio-container { width:15.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ {display:block;}#N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ { width:15.75rem;height:auto;top:3.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #PDMNVFG60vBPd2rJPxewbdsPnbFPwzuM {  }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #znvPs3VIVNbhERSDNDS7CAPQ9uWhckAW { display:none; }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #uDlyC8Q2IMTdF0xGKvKCBCpLo6N2HiIP {  }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #RIIn0tfEnPpnWXEXOPMWLhK3eO5au87J {  }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #bW7Op2RJJGor3E5p8RDTuqWlaTPsKrdd { display:none; }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #sL6VTWGv93cW83xKl9pESSUkW3Bl35TA {  }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #tvFJea70G58CuMydSdNXpfRSpO6AQgdN {  }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #amUDqWLb1Xg1XVnHMzwsCTLBf5OEHZlp { display:none; }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #HlSf4JCqviHqLCGOXVPN8pBC21e7sulI {  }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #LVZ99VnhLQ08lpbnyTqKGBcKiLXRUyIh {  }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #bwnLKUy2mVEVVXDeV6sf3AE9EQzZVKAq { z-index:2; }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #qe7FVTCQvcwhTgA82lpCJ6HQyzJ5zqgK {  }
 }@media only screen and (max-width: 763px) { #dt9r3u2CLFQwloK5WPtcbXnTNaDPdFHW { display:block; }
 }@media only screen and (max-width: 763px) { #MMTAL5DE65nKURCN6lF8f8sVOzFgmR6O { display:block; }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #QTrnB8HZQUrxf7igmIU0r3v7SwcDbdCI {  }
 }@media only screen and (max-width: 763px) { #N2whrcDNBfAhEwKPTGXslnA2bsXaSSJQ #nvZWu5FaF81vSv3yXMn3nUExuNQfUixR {  }
 }@media only screen and (max-width: 763px) { #RNnfIVfcPxz67AM61DyeygpUd9vMA6aF { width:20rem;height:2.025rem;top:21.4835625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hvnlAouqI1CCmu6pF3gMNGrCGHT6Qekd { top:1.125rem;left:0.9375rem;width:18.125rem;height:1.7875rem;z-index:15008;font-family:"pluto sans";font-weight:300;font-style:normal;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #luLN5MAMaPbfZW4RZUehCIeeVnZGbm97 { display:block; }#luLN5MAMaPbfZW4RZUehCIeeVnZGbm97 > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DMK0OvoOfmXLXKcSHPuRLyh4fyAKzzuS { width:18.625rem;height:2.75rem;top:3.0000019073486rem;left:0rem;text-align:right;text-align-last:right;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #f0RaS4RlRiVeDf0WHOJXVsEgGm63qsQp { width:18.5625rem;height:3.16875rem;top:6.5rem;left:0rem;text-align:right;text-align-last:right;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #M1m0PeqFX98ovkIw9BT8fqdUTqswKcG9 { width:7.125rem;height:6.625rem;top:1.3750019073486rem;left:0.5625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #zFwlyIvhpwhi7Sipx0Uw7JCK1E4zs6I8 { display:block; }#zFwlyIvhpwhi7Sipx0Uw7JCK1E4zs6I8 > .row .container { width:20rem;height:72.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ASy5CumhOdgM8kRm8LrDr3tIO6zT7s7h { width:5.375rem;height:2.6875rem;top:1.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoT2hSdFpywO9nulaBhBHqO2GEeGEuq1 { width:3.8125rem;height:3.75rem;top:0.5625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9BedEwLZ9GtfQbyMlnxNlmXmbSGN7UA { width:20rem;height:1.0625rem;top:14.8916015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #os9dm82XD1IWqyTe1XFT3zfUH2TPkczx { width:16.1875rem;height:5.2rem;top:8.2119140625rem;left:2.375rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZHoMiZnUCog7MFoLFZqTSlDcxHWUFMd { width:20rem;height:1.375rem;top:5.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fbMPiqASfM1HWnHHGMFdKChWC4xrdomp { width:14.5rem;height:14.625rem;top:15.999218940735rem;left:6.8567518248175rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ZpTLSGs6sWWrvIvmscxyWwcOgX8ugkKv { width:17.3125rem;height:17.3125rem;top:18.1865234375rem;left:-2rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #rZ1SHgkh1lGbEUqFsJs9hT9MRA0O61Dz { width:19.125rem;height:19.0633125rem;top:34.5625rem;left:0.875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #FVW9hSzxyRcWQxPPEiJOt0kE22R0Vty0 { width:16.375rem;height:16.125rem;top:55.25rem;left:1.75rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #PPg9SuoUb5oVSouDKBE3nAUMW35sFdkD { width:20rem;height:1.0625rem;top:17.3115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rEPbG7uEL2MUnHvkvlWt2a1ATr8GRhkS { width:15rem;height:14.75rem;top:37.875rem;left:2.5rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #XB6Zy8LbVgBefFlP4wN5h5zR0TZhyM7g { width:10.6875rem;height:17.1859375rem;top:54.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4idSPyPZTcvn3y9LxZ3hAmGCN58hlU6 { width:16.375rem;height:16.125rem;top:19.625rem;left:2.28125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #AimegkUAh6WstN1RRFzSD206B5t9u32Q { width:7.875rem;height:20.58675rem;top:51.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdFCCvfmrRnFsb1LZUlIgrFd1HoDdSHq { width:18rem;height:0;top:77.875rem;left:1rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #JBg1UOZnOpOBgEwJZRtdt5MUx88vvCRT { width:17.0625rem;height:0;top:54.500781059265rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #X08yfkymvCMJeUEXedECVTb6TG2eMpXe { width:17.9375rem;height:0;top:34rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #BX69aZelVwHUVJV8Jyh0zA8cwluSDzIe { width:3.6875rem;height:3.625rem;top:5.4375rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpPi5AL2rAwxwTdi1MBmpgTnUhVwTOye { width:0.625rem;height:0.625rem;top:8.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrePT1BTMNxxRpzF8KhWAO284eBetIRE { width:0.625rem;height:0.625rem;top:11.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEUStTm7xROkDihzvEzxqk0OQmPddF8u { display:block; }#JEUStTm7xROkDihzvEzxqk0OQmPddF8u > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x019nAJG0haSaGRIFCz3b5w3fDyXMd3Z { width:12.625rem;height:3.875rem;top:0.31249618530274rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOqUxgivP2logGAD80nFeyvqxIhpWJKG { width:4.5625rem;height:4.5rem;top:0rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL9CdvFV4UhcRskdelHlrDNcEOTqqexT { width:20rem;height:2.75rem;top:7rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #G2A4grahxbFDZ3xT8P6LxCAhzBWJR58i { width:13.8125rem;height:2.6rem;top:10.625rem;left:3.6875rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmZRlaWwxqug7oTdimvlxeKA8IgRSrcD { width:3.625rem;height:3.625rem;top:5.25rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LfxUPOZP927Lb15uSB3TrzVMJx3ahLJn { width:20rem;height:1.0625rem;top:14.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #splTOmKX41wpi5CVK5wKHbwDipWs2gsT { width:20rem;height:1.0625rem;top:16.8125rem;left:-0.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mgD333cILJs2ITtSN6xy4ZTv7TsqdEaf { width:8.0625rem;height:12.9rem;top:21.000000953674rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3L3oH2wiuXx43dTNf3lET28uuo1ukDA { width:9.25rem;height:13.7203125rem;top:23.499996185302rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXIf6B82obVGHHIOkwrDWCtVQ8DrWCf6 { width:14.25rem;height:15.75rem;top:43.560546875rem;left:-1.234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsHR17HxMg84Vf2Ibpd3sN1hZ1ysKcZ4 { width:14.875rem;height:21.125rem;top:36.6455078125rem;left:6.453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCH1Sdcfx7prWtATubCqQcKA9aKFOIaD { width:19rem;height:0;top:64.4375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #iPDwR0g1Ow4tkwOdUWp5yBchTGHX3NhF { width:16.3125rem;height:0;top:39.50000166893rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #MqOCyuTzJrcdVhzIyy8owI6Muq6ll3rJ { width:17.5625rem;height:17.25rem;top:20.999999642372rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf6mpwoagHME02lHHCNIxOUFcyDnAmJT { width:17.1875rem;height:16.9375rem;top:40.4365234375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbODPGzpG86iSs6ynOiatRoNIMtT7wt8 { width:0.625rem;height:0.625rem;top:10.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqEdia4O5w09hCg4CQvhzaOSvP6ShOqa { display:block; }#RqEdia4O5w09hCg4CQvhzaOSvP6ShOqa > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ftTQQUQ60Rhfl8JmCLexET54Q6dxKWLU { width:4.9375rem;height:7.25rem;top:0.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFcJFHXQbr6FMGncldeVroq1rzJ7PiGi { width:4.5625rem;height:4.5rem;top:0.625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehaGGw4IDqf1ax4RkkRnpw8fENzxCSD { width:3.125rem;height:3.125rem;top:8.6875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cktNO3NEFOQyMSZrKr3oCNz8sH98EUyN { width:20rem;height:2.75rem;top:10.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TeM8V3fdy4uT0sJixJIqe2k5OpwhTrZ5 { width:15.125rem;height:2.6rem;top:14.125rem;left:3.1875rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ6URCX6fFJPWUUC4u8NBA95UMkpcfog { width:20rem;height:1.0625rem;top:17.578119277954rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WJCST8voAu1UVaA7KFi79OgucXlv3tWh { width:19.0625rem;height:1.0625rem;top:19.328125476837rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rQVfbKkxC8aDdcKbprfgQsdeRzT1HO9b { width:9.1875rem;height:12.8125rem;top:48.7900390625rem;left:6.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #DNZ1eTsd8bu2NxeVAz193bf3LrhItnu1 { width:0;height:15rem;top:139.95625076294rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #LLiim6GuQITTGKtFrbmzBhONCRTlo1CT { width:0;height:15rem;top:156.20625076294rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #zF03z0aLCVJw6iRZMHcXW7D8NtwBZf0N { width:8.625rem;height:12.125rem;top:35.078125rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZpsbMaxBlTSS4OoshTNDU26XRlElRgI { width:11.875rem;height:13.25rem;top:21.015625rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOSo5XKzZalJg0UrRDJGgNvl0ni0lTpO { width:18rem;height:0;top:70.812488555906rem;left:1rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #UWAA9DPXwy4wtgFGJofTUV5p8HZXD8sT { width:17.0625rem;height:0;top:52.000002861023rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #G0QD6pCscXIhsyLIsBlo0gTUhDxzBv4Z { width:17.9375rem;height:0;top:33.640625953674rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #xiIp8HtgTBtT7BUUaEcLNqgCxMQvoVJl { width:0.625rem;height:0.625rem;top:14.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWtIxUUvaHpk3EWW8FUVaAKQnrkqTmB0 { width:0.625rem;height:0.625rem;top:15.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWhiEb2aIEAHHem314dpSFTBXXuJPSkF { display:block; }#aWhiEb2aIEAHHem314dpSFTBXXuJPSkF > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pq6F2T9TxpG2oRTsWbo8rpxTTdyTS7Qk { width:14.5rem;height:1.375rem;top:1.6875rem;left:4.25rem;text-align:right;text-align-last:right;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GMo79nWgufLHvubabXiqMDCuqRCr8iPI { width:12.25rem;height:4.225rem;top:3.6875rem;left:6.5rem;text-align:right;text-align-last:right;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XOy9D4npuTlLoNVxFrVqRlitz3sBftaw { width:7.9375rem;height:7.25rem;top:1.1867198944092rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgcQ6PykFBXH1XOeJLFuIgGsxc2uwOIu { width:16.5rem;height:16.75rem;top:8.4367193225769rem;left:4.3644366197183rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIGypaP1VmmEnge7kgSse5S0uuy9fMAL { display:block; }#XIGypaP1VmmEnge7kgSse5S0uuy9fMAL > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQzFkFLTK7VzsUPlNf1y6vcir7NTiIzq { width:0.75rem;height:0.75rem;top:0.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwLfegXl34gcK8VJ8JQbE1ZDnDdvZkrr { width:12.25rem;height:2.1125rem;top:2.5rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sS1qI1aiMWJJqcQRLqgJ9wKTSlF5SESq { width:13.9375rem;height:1.05625rem;top:0.5625rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKh5rtGl4mcnVF5DXUVaE7Adsg8w5gLD { width:0.75rem;height:0.75rem;top:2.625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmiRP0zE72aSUwZPuTIfD7MTFLJow5cO { width:13.5rem;height:12.3125rem;top:4.6125278472901rem;left:3.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGKPOhkSmG3ptEMXwMFQUmGravnUwgcm { display:block; }#HGKPOhkSmG3ptEMXwMFQUmGravnUwgcm > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWeAXuruPTn5ZAAenqxUIhGQV0bTAgdR { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eBKcwM0oZD0TTTzxdsMWeDsZKB3ebqz2 { width:16rem;height:2.1125rem;top:3.375rem;left:2rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qUU0qDI2TBKTkPLTscWFw9S3oFyzGt6w { display:block; }#qUU0qDI2TBKTkPLTscWFw9S3oFyzGt6w > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDvNd2fy4uEgi1tQwaGTIfHI5vmLMazE { width:20rem;height:9.4375rem;top:19.474999904633rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJeLtQhGUn1SoByGbDy5fBvigSgG0Fm0 { width:20rem;height:1.38125rem;top:29.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlTFtyZ8yLPXzXXgGUo9HNJhTJQ2TMTn { width:20rem;height:2.7625rem;top:31.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKIyENDXuU2g3MOAenHxwlcpocSwckxF { width:20rem;height:1.38125rem;top:12.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EupdoK2dZvyZc9B3dLCMpa6HUaJSXr0E { width:20rem;height:4.14375rem;top:14.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXL8Ioqp0vX7IGPqhI3mLNsyZnBFwvA6 { width:20rem;height:14.575rem;top:0.56875038146973rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHimzORO4wr6LkNzRuBbQ9moM5zrp758 { width:15.625rem;height:15.5rem;top:17.700006106868rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE { display:block; }#OU0RiFZTtQlTW52vvI29BrSUAGCFnRFE > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zWew0P6y82uR1t4CEz53RTle0guyJ5lD { width:17.8125rem;height:2.1125rem;top:8.6875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PBqfPUKetcqPBZOUEZm3nnWqTGFLDFf4 { width:20rem;height:1.375rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qqPq9lB0Tqxc47bnO2PSWwgB9iaBWs81 { width:13.5625rem;height:13.5625rem;top:41.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eecvc4nDQrvTITDq4qQn14FkD4CiGF29 { width:13.625rem;height:13.625rem;top:26.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DngG6C6qlZZFuWQeMv6ILOJ39zRFTTPh { width:13.3125rem;height:13.3125rem;top:12.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #roX7AUGHbbiwJF9zhaddC1TQMKGOBIZ7 { width:4.125rem;height:4.0625rem;top:3.875rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBs9abH3C2fL6HZbU2h6df3mTWlxaqeV { display:block; }#TBs9abH3C2fL6HZbU2h6df3mTWlxaqeV > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mtWCfXxCZuQSmgsuBdTrRN2xQIWtaRxA { width:14.875rem;height:14.875rem;top:0.6875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2vEaG6Tr9T949te7kQ5P1GNyNmAqJGU { width:20rem;height:1.375rem;top:16.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #D27JAC3zoaqdgO0RpBTR5nCifFbESfZE { width:20rem;height:6.5rem;top:19.5703125rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1gsJgEzTAXBkK82IWuDqmSO7BZdkXsq { width:3.125rem;height:3.125rem;top:16.75rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dxClnZoQy47hcr3dvs3aHV1XefP5cw9z { display:block; }#dxClnZoQy47hcr3dvs3aHV1XefP5cw9z > .row .container { width:20rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkedGoVxvOmJ8v9vKEP6Zd136PBNbvrT { width:20rem;height:6.6rem;top:5.8117189407349rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aqdAASuybwPWWqN45e9cR46Tnyzw85Qv { width:20rem;height:5.2rem;top:14.054688453674rem;left:0rem;text-align:justify;text-align-last:initial;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMEsuwbH7DyVVqKlTFqLgIrvJZe2LGQq { width:13.3125rem;height:3.75rem;top:20.999218940735rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5OPDBQZAUPO0IKUF7FD0PPquiAxCZhd { display:block; }
 }@media only screen and (max-width: 763px) { #eFHyJyKtSBh9FMxmonAyA3U1N2I9ViOm { width:3.375rem;height:3.5rem;top:3.8125009536743rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lOFnm8qFVdrC5kPkwVwxmrpszEJkQ92q { display:block; }#lOFnm8qFVdrC5kPkwVwxmrpszEJkQ92q > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0  { width:17.5rem;height:auto;top:25.3740234375rem;left:0rem; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 {display:block;}#VD4MByx43Qs2neARlpz4yS3EV4rl66M0 { width:17.5rem;height:auto;top:25.3740234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #Z0dphZQC4rI9CZF8Ddl562KLm6XtLNOl {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #OrWa3gQ0x6L8h3Sk6IEG4tcgg8LyBizT { display:none; }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #b71HbOSwdJurWD3c0TFlHmirVmgwtFXO {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #Lr4wKV9PicNI8INDZTf3OVE6O3pP3a4X {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #XeGG8HvRxOcTCUPCItCeHsqAwOiwT7hw { display:none; }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #p53xP2HxB6fxkkiHr9DWTNeiBiHAZWFh {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #pAspUpcix2RSCLiv8scdsOIXExxTP2oO {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #Tlh3xAFm0CeTBKsJf1OSZRQuKwNH95SN { display:none; }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #SAXlQ32ppRgVoQ2SbcTeEbssnhvzBRLA {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #sLskanooeoC9BykNl881vNrGmpiuwZ9r {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #DxcdRLhfWRAI52s4z6NarKJSw5R2XNCn { display:none; }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #Wy5R1KMvnGN9oMLmc151UhKZESISzWMc {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #p11m9lefKAkJOm536v8qQPp5hSkXWTgE {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #hd59w1ATAvZUxUSPCO9IJ2UNkfksR9U9 { display:none; }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #TAstpbhslE4BpLQNEFquHgGJmmkxyq9n {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #l3muaWqQTTye9XQMJV54S9cPZClU4QTf {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #qM6QyFcQs4ha9X3KvDfpnFu9HN3WGeDv { z-index:2; }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #tLFsWPvLbUxJuEuGe40OTldD2rSey01T {  }
 }@media only screen and (max-width: 763px) { #DypS0HX90CQ39RKSFXqrTxFUce2Igcef { display:block; }
 }@media only screen and (max-width: 763px) { #ZZv1WHpp42JHtTTTJmBRMO3UWgfkp2UJ { display:block; }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #FM4RNTq0lkS0KHnTaQHdX3kHZIsmlQlC {  }
 }@media only screen and (max-width: 763px) { #VD4MByx43Qs2neARlpz4yS3EV4rl66M0 #nTTNpp6hZVQkncK2CtdpXPE231w73EAf {  }
 }@media only screen and (max-width: 763px) { #ncz0plGUQSe6WCO4Ihz3gcQ6AVbMQANE { width:20rem;height:6.6rem;top:2.3109378814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #s0uFgCIN8ALx7hulqcLzmVo7ut8RTFFJ { width:3.375rem;height:3.25rem;top:0.9375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zu8bWqRnRiaKV6eio6n9WE5I1k3TZnxd { width:20rem;height:1.05625rem;top:9.5038825990631rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XcmcFtyFMJgUwOBrmmObBUZNgBFLGs4E { display:block; }#XcmcFtyFMJgUwOBrmmObBUZNgBFLGs4E > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mg7nFPrCog8fLge28kZLRA9V25hAvPWR { width:12.125rem;height:2.375rem;top:1.125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epWmRsX6WBKr6GkBa9Opt2W5DuTe1rti { width:20rem;height:1.3rem;top:4.25rem;left:0.0625rem;text-align:center;text-align-last:center;display:block; }
 }