.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:213,252,240;--color-primary-1:128,247,209;--color-primary-2:43,241,178;--color-primary-3:6,221,253;--color-primary-4:9,48,36;--color-secondary-0:219,225,228;--color-secondary-1:135,157,164;--color-secondary-2:15,58,72;--color-secondary-3:8,29,36;--color-secondary-4:2,9,11;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:106,106,106;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@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-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/80f86d5f-16b2-4055-8197-20dee56aec47/fondolnding.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .row > .video-iframe-container { display: none; }#HTLOFnSak62BR5t41CHXQaiJ7nISTxXM > .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); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno { background-color:rgba(0,0,0,0);background-image:none;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;position:relative;z-index:auto;display:block; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { background-color: transparent; background-image: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container > .video-iframe-container { display: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row > .video-iframe-container { display: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .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); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { border-width: 0; border-radius: 0; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { width:60rem;height:58.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#mnfPqsnBI3rsUKZ6SozQ0DuTGdJgRlC2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.3) ;height:32.125rem;width:57.625rem;top:19.1875rem;left:1.1875rem;display:block; }
#QAwqlTNTV1WCAJdT746rNQlSRmLAxTBi { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:21.1875rem;top:3.4375rem;left:19.40625rem;overflow:hidden;display:block; }
#JgMZCpwWXLHKwo0uTd7hvy15TtfvaLSL { color:#254b5b;display:block;width:60rem;position:absolute;font-family:"yeseva one";font-size:3.4375rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0rem 0.125rem 0rem #000000;top:9.375rem;left:0rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ks1w1g5GlIO7mE0c11v4Cx9niS0ubhqy { z-index:15003;top:53rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #000000, #00ffba);background-image: -moz-linear-gradient(216deg, #000000, #00ffba);background-image: -ms-linear-gradient(216deg, #000000, #00ffba);background-image: -o-linear-gradient(216deg, #000000, #00ffba);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffba' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffba' );";background-image: linear-gradient(216deg, #000000, #00ffba);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wMFsmxmNmCnI0xn8heEZDWVbraseTsQk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-form-header { font-size:0.75rem; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:#ffffff;width:15rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;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:15rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);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;width:15rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;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:15rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .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; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, #081227, #00ffbb);background-image: -moz-linear-gradient(13deg, #081227, #00ffbb);background-image: -ms-linear-gradient(13deg, #081227, #00ffbb);background-image: -o-linear-gradient(13deg, #081227, #00ffbb);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#081227', endColorstr='#00ffbb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#081227', endColorstr='#00ffbb' );";background-image: linear-gradient(13deg, #081227, #00ffbb);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:15rem;height:4.375rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:13.75rem;overflow:hidden;font-style:normal;float:none; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .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; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-container:first-of-type{padding-top:0;}#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-container:last-of-type{padding-bottom:0;}#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #11162f, rgba(190,190,202,0.83));background-image: -moz-linear-gradient(180deg, #11162f, rgba(190,190,202,0.83));background-image: -ms-linear-gradient(180deg, #11162f, rgba(190,190,202,0.83));background-image: -o-linear-gradient(180deg, #11162f, rgba(190,190,202,0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#bebecad3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#bebecad3' );";background-image: linear-gradient(180deg, #11162f, rgba(190,190,202,0.83));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:21.25rem;top:21.76953125rem;z-index:15006;position:absolute; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 {display:block;}#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #11162f, rgba(190,190,202,0.83));background-image: -moz-linear-gradient(180deg, #11162f, rgba(190,190,202,0.83));background-image: -ms-linear-gradient(180deg, #11162f, rgba(190,190,202,0.83));background-image: -o-linear-gradient(180deg, #11162f, rgba(190,190,202,0.83));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#bebecad3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#11162f', endColorstr='#bebecad3' );";background-image: linear-gradient(180deg, #11162f, rgba(190,190,202,0.83));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:21.25rem;top:21.76953125rem;z-index:15006;position:absolute; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #veC9vuGgab9SAT976HeIJIhvR6kcQdZb { position:relative; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #BQdIPt88oBSAWUCFIQKPrWEz0huEzmUa { position:relative;display:block; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #mcb6SmJDOcAr4bEZqfVuTI8dodrvUnhy { position:relative; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #Tmstxn5ViBpaGJBaXItT7GD4VyflTf3R { position:relative; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #WMnEQimKbJ3wsXVvMzJsxBi1eqW65oVf { position:relative;display:block; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #hzglh0shdl85CKpyuWQ2ThP4F4EQOx6V { position:relative; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #uhQkVskxJKHXBNSIl3Kwmo9diaz5ANxr { position:relative; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #uMraXGTcvZufPXNZV3WipC64vgtLHpzl { position:relative;display:block; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #GNJo17ZxtqBgnLw6CZRImWMf9agffdXi { position:relative; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #S0dzN2gitplkCKJC2Q16xZ5yaPNeNDZF { position:relative; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #S0dzN2gitplkCKJC2Q16xZ5yaPNeNDZF .container-column{width:50%;}#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #yvm1XUuhaov4F8plQCHuNn8d2lpLOidm { position:relative;display:block; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #W09EqOKJoPoUmpviZkyIIBnrLoo8Oyon { position:relative;z-index:2; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #xK8sOe9nETglUt00euH4eJMH8HPBSOB5 { position:relative; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #CFFVMT98cKfFpZ3pS2iVhe34HI2MmEAm { position:relative;z-index:2; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #XPzCnrWAxzhkJrkaKO2rioTaRDWPLZZo { position:relative; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #BiQ35qNUSOs0g0zs5JC9pEkSnxfyD3pO { position:relative;z-index:2; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #KEuZm6FpwpgP4KtE5bZe5TD1E9oMrXzf { position:relative; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #umihBeBWTa53KtL717ERWMK6tHwdmNLy { position:relative;z-index:2; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #tAuzVT84FPSG2H5gTMaxx24qwi6bpXdu { position:relative; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #TrJbIcCW7Texw35LD4SkmTQMBPkXOBw2 { position:relative; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #vUmr69gRPIsO86EV5h9ganzT5FEd0tA7 { position:relative;z-index:2; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #Q2orbKAUQMJIDA3EACz40xxQom3rPRxu { position:relative; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #xTrO1pF8IfaPs3hPhMIWxUkbU0V56C4w { position:relative; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #cmCuAqg7H2R4PHoJVtydx7xFQxTdMEH0 { position:relative; }
#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { background-color: transparent; background-image: none; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container > .video-iframe-container { display: none; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row > .video-iframe-container { display: none; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .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); }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { border-width: 0; border-radius: 0; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#SpTTpmV2O3yX0npRQ3hasBrXMHpqPesT { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.6875rem;left:0rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#laSATIMxGofgJIEKggtC6qEM6WTHb94z { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { background-color: transparent; background-image: none; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container > .video-iframe-container { display: none; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row > .video-iframe-container { display: none; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .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); }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { border-width: 0; border-radius: 0; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#KI0w0PSVeDWkETzAFOTvk2mBHCznRJOy { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(var(--color-tertiary-4),0.15) ;height:4.6875rem;width:4.6875rem;top:0.75rem;left:7.65625rem;display:block; }
#knF4ALGlTofuRBc7ki9SZ4McvxfaMSiT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:6.625rem;left:0.9375rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0PttnS8Sfhc7cAx4mkOnBETCIb1subp { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:9.125rem;left:0.9375rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#atZf3b8E18WkoGTQMozP3iatuLmdigHM { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(var(--color-tertiary-4),0.15) ;height:4.6875rem;width:4.6875rem;top:0.75rem;left:27.6875rem;display:block; }
#JrI67RgpFp2DTFQsD3zvhq9FicyJnCRv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:6.625rem;left:20.9375rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iGzl8trSePEDGIBpZgTgpR9F7GNTlfq0 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.125rem;left:20.9375rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mNaLwLwo1O5RCw6DUv0VTW14Z2EIXkPw { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(var(--color-tertiary-4),0.15) ;height:4.6875rem;width:4.6875rem;top:0.75rem;left:47.6875rem;display:block; }
#S4w5TWmlMNqcpIaKX7TZGoLWuAkEivJi { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:6.625rem;left:40.9375rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qxUPAgXA6Efa2pRTgnqTme45KSVX25i1 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:9.125rem;left:40.9375rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oMOpuNuxI6fUL0tFHLVufdLhSrZAq1T7 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:2.03125rem;left:8.9375rem; }
#WS7UMEa0FRqQDsDTTxiuIAndENBOgIKD { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:2.03125rem;left:48.9375rem; }
#tVtrNhrd3X8Vyzr0h5PEiOo4XRhD40Um { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:2.03125rem;left:28.9375rem; }
#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { background-color: transparent; background-image: none; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container > .video-iframe-container { display: none; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row > .video-iframe-container { display: none; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .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); }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { border-width: 0; border-radius: 0; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { font-size:0.875rem;font-family:arial;height:14.0625rem;width:60rem;position:relative;display:block; }#G9GzuRg0ZXbqBDsSMeBcxdA3q2klhlSM { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(var(--color-tertiary-4),0.15) ;height:4.6875rem;width:4.6875rem;top:0.75rem;left:7.65625rem;display:block; }
#otCDkD7KNm7B5rPKW0pdEi091WTErnxl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:6.625rem;left:0.9375rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WuxeORnb4fNxlTCuQNfymU3ci357v2Rc { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:9.125rem;left:0.9375rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qp3EVtnOd5KgotmNZs1qFE5UnThObbIH { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(var(--color-tertiary-4),0.15) ;height:4.6875rem;width:4.6875rem;top:0.75rem;left:27.6875rem;display:block; }
#Tg5FJ4e6pLPiOMJLOtuqeL671B89FsVt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:6.625rem;left:20.9375rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MivcUx0PK9wTnURykA5Qu6v3G7KUmqAv { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:9.125rem;left:20.9375rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W9B04PVhbi4f1XEWeZBvyu6SCo5tx0K6 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(var(--color-tertiary-4),0.15) ;height:4.6875rem;width:4.6875rem;top:0.75rem;left:47.6875rem;display:block; }
#rllUhlytdTu0yZ4N5BN19C8wcqbqoq5x { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:6.625rem;left:40.9375rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ia1n8pz2OWZJCcCPMST5he9RHqoT5gys { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:9.125rem;left:40.9375rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmc7aRfrqMTJOxxW0zVy2qvzUncpmJXw { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:2.03125rem;left:28.9375rem; }
#Wn7vJpZIloreo9eztEzh5v8bK96aFK04 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:2.03125rem;left:8.9375rem; }
#d2AMbBaryRTiFZ2WwgJdJOpZT1tbTbth { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:2.03125rem;left:48.9375rem; }
#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { background-color: transparent; background-image: none; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container > .video-iframe-container { display: none; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row > .video-iframe-container { display: none; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .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); }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { border-width: 0; border-radius: 0; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f1f4;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv.adaptive-delivery-prevent-bg, #LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv.lazyload, #LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv.lazyloading { background-image: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { background-color: transparent; background-image: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container > .video-iframe-container { display: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container { display: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .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); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { border-width: 0; border-radius: 0; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#Br6lOtpqFt80IcveWZ6sbuU5732xfcet { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.625rem;left:0rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tBCFRmwLqpha4Vowh5IakJt4sHphDHbs { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f1f4;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28.adaptive-delivery-prevent-bg, #wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28.lazyload, #wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28.lazyloading { background-image: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { background-color: transparent; background-image: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container > .video-iframe-container { display: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container { display: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .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); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { border-width: 0; border-radius: 0; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;position:relative;display:block; }#WWex6yVNG6mIi92teOR9VisXTuosuWcu { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.58);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(var(--color-tertiary-4),0.15) ;height:31.8125rem;width:28.125rem;top:0.3125rem;left:0.9375rem;display:block; }
#f9oekIC5Id7EHSxvil3WMHSJ1RaUZuP9 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:17.4375rem;left:5.9375rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FR6XP8TTGzRq2leGRmHx9J3ra08vSCWQ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:19.2373046875rem;left:5.9375rem;height:11.0195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xFBq9TAFaObzLDEPvButFnTkpkRea26v { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:14.375rem;width:21.5625rem;top:2.375rem;left:4.21875rem;overflow:hidden;display:block; }
#qTJlVsTZQof8bsG2s42zbfszU0lpcUtT { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.58);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:31.625rem;width:28.125rem;top:0.4375rem;left:30.9375rem;display:block; }
#hZLKfn9F0Tkh4SNsWzTul1kBVXABDgh2 { color:rgba(var(--color-tertiary-3),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:19.2373046875rem;left:32.3125rem;height:11.0195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yzQH42sNCzszF8Ev2zHEyfBsA2tB377K { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:17.4375rem;left:35.1875rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pQr6wpLX0Dh0oJPEiuQNhBDnEODG8L8P { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:14.375rem;width:21.5625rem;top:2.375rem;left:34.21875rem;overflow:hidden;display:block; }
#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f1f4;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ.adaptive-delivery-prevent-bg, #Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ.lazyload, #Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ.lazyloading { background-image: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { background-color: transparent; background-image: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container > .video-iframe-container { display: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container { display: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .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); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { border-width: 0; border-radius: 0; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;position:relative;display:block; }#oW06wzGHrDFoTNMTz3k7ZZizdkPcy3A2 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.58);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:30rem;width:28.125rem;top:0.3125rem;left:0.9375rem;display:block; }
#T2tX0GBOhyGqso1oU3t55gdkuDOzq7nV { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:17rem;left:5.1875rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3TQX9ioVyo2X7l3UD6aVUV9oOuGyats { color:rgba(var(--color-tertiary-3),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:18.7998046875rem;left:4.8125rem;height:9.4453125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liBITwzLa5PF8PN4SqcBGwIEfSvOLuCt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:14.375rem;width:21.5625rem;top:1.875rem;left:4.21875rem;overflow:hidden;display:block; }
#yUClHLueKqPvqPBtR547R1gyfoyomZH3 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.58);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(var(--color-tertiary-4),0.15) ;height:30rem;width:28.125rem;top:0.3125rem;left:30.9375rem;display:block; }
#p89bKGAWXnyEidBO8KgaEiOwpP1zsiGP { color:rgba(var(--color-tertiary-3),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:18.7998046875rem;left:32.8125rem;height:7.871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fnz2ywaumoXrleMKG2TPvnxSuPNS0tun { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:17rem;left:34.0625rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6ZyP1vbD4MxxlrtHkEvbeoaNMzAgifd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:14.375rem;width:21.5625rem;top:1.875rem;left:34.21875rem;overflow:hidden;display:block; }
#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9f1f4;background-image:url("https://images.assets-landingi.com/ddcd3wcq/bg02_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg.adaptive-delivery-prevent-bg, #hzEx2QnLelpvVAK5iCCf78lxk0oqDysg.lazyload, #hzEx2QnLelpvVAK5iCCf78lxk0oqDysg.lazyloading { background-image: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { background-color: transparent; background-image: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container > .video-iframe-container { display: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container { display: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .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); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { border-width: 0; border-radius: 0; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !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; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container { background-color: transparent; background-image: none; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container > .video-iframe-container { display: none; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row > .video-iframe-container { display: none; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .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); }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container { border-width: 0; border-radius: 0; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#tnFecGTOOTPifqinovnslEZgcvRVHQX7 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.60546875rem;left:4.53125rem;height:5.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iNh647KIeG0QoIORLXtaKsc8fRuzAfTW { background-color:rgba(var(--color-secondary-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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.65625rem;left:40.03125rem;display:block; }
#PgHe7ecBKgMPdUwlzgJxhp8WQvOH0qyy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8.adaptive-delivery-prevent-bg, #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8.lazyload, #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8.lazyloading { background-image: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { background-color: transparent; background-image: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container > .video-iframe-container { display: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row > .video-iframe-container { display: none; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .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); }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { border-width: 0; border-radius: 0; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#yp42w5lJsLdmqaeIITc4QQT5cecM3h3r { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.625rem;left:0rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ww4qOQIW9dy9GCTmVPeOhlnTFJ20eLUl { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:5.5625rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G.adaptive-delivery-prevent-bg, #TIwpue0HyL1ALtrnG64td0qAsTUNrE3G.lazyload, #TIwpue0HyL1ALtrnG64td0qAsTUNrE3G.lazyloading { background-image: none; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { background-color: transparent; background-image: none; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container > .video-iframe-container { display: none; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row > .video-iframe-container { display: none; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .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); }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { border-width: 0; border-radius: 0; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#vZNGk4NfUfH1xA7Vz5Kftl2g6zHJeDGQ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(var(--color-tertiary-4),0.15) ;height:7.9375rem;width:7.9375rem;top:0.875rem;left:6.03125rem;display:block; }
#Q7VQTDpZAGtMH74yN7K9kPJ0RQ1kLEmf { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:9.8125rem;left:0.9375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCIEzrZx5QU8EivsfcysQ0ZiFiV38743 { color:rgba(var(--color-primary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:3.34375rem;left:6.09375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTwWBxkV9kVV3Ax5ZLaSikempDw78H8t { color:rgba(var(--color-primary-2),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:3.34375rem;left:26.09375rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1fCARvzUTbVSNR2dTlh8T47tykmQfdl { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(var(--color-tertiary-4),0.15) ;height:7.9375rem;width:7.9375rem;top:0.875rem;left:26.03125rem;display:block; }
#zJ66c9STWRmTBIKpesTmHfgeWKrEFAeh { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:9.8125rem;left:20.9375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PgTrdJdTLbvxpJNamsRUNUDkq1FwzneQ { color:rgba(var(--color-primary-3),1);display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:3.34375rem;left:46.09375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nT76kKFvhxUAFn5VRaEXO4AeOpdDSWho { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(var(--color-tertiary-4),0.15) ;height:7.9375rem;width:7.9375rem;top:0.875rem;left:46.03125rem;display:block; }
#FSm6dhZtM1fSNwUAB611Frh9K7eJKEU4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:9.8125rem;left:40.9375rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/6X4ebZbm/img07_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs.adaptive-delivery-prevent-bg, #IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs.lazyload, #IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs.lazyloading { background-image: none; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { background-color: transparent; background-image: none; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container > .video-iframe-container { display: none; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row > .video-iframe-container { display: none; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .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); }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { border-width: 0; border-radius: 0; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container { background-color: transparent; background-image: none; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container > .video-iframe-container { display: none; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row > .video-iframe-container { display: none; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .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); }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container { border-width: 0; border-radius: 0; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#ZpgXa2MEaPGCaEepsKCpUCDNbQABGg6L { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.6875rem;left:0rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGE2vHZvzqB2Evyv4fC2QEgkebJFFuZ4 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:5.5rem;left:0rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container { background-color: transparent; background-image: none; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container > .video-iframe-container { display: none; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row > .video-iframe-container { display: none; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .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); }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container { border-width: 0; border-radius: 0; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#klKET7QBb1P16Vvz7J8KMKpKWPxRXTc4 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(var(--color-tertiary-4),0.15) ;height:4.0625rem;width:4.0625rem;top:0.375rem;left:4.125rem;display:block; }
#s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c1c5a710-b203-4af8-9cf9-e754a266dafb/ChatGPTImage16feb202619_57_42.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:2.25rem;left:6.1875rem;display:block; }#s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL.adaptive-delivery-prevent-bg, #s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL.lazyload, #s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL.lazyloading { background-image: none; }
#V7tNUuuUBCA9hR8JHMXM0mpdHhw2VF3x { color:rgba(var(--color-tertiary-3),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:6.3125rem;left:18.4375rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sxlTFwGDx0Zw3PeXPk8l2pWhS85iHdBT { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:3.8125rem;left:18.4375rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QL4vhFIFzn2uDqa8VbpceW1t5pHt1Our { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:1.65625rem;left:5.40625rem; }
#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container { background-color: transparent; background-image: none; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container > .video-iframe-container { display: none; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row > .video-iframe-container { display: none; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .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); }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container { border-width: 0; border-radius: 0; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:60rem;position:relative;display:block; }#OnyVMrS3DECBQoFH9SVvBeT3AhQR7zTm { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(var(--color-tertiary-4),0.15) ;height:4.0625rem;width:4.0625rem;top:2.3125rem;left:4.125rem;display:block; }
#ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/eb6516d2-1d76-426c-a3c4-8a9165606d04/ChatGPTImage16feb202619_29_18.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.1875rem;left:6.1875rem;display:block; }#ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB.adaptive-delivery-prevent-bg, #ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB.lazyload, #ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB.lazyloading { background-image: none; }
#XauONSPzwl9Vn222m1aNQLt6mAyfzTMP { color:rgba(var(--color-tertiary-3),1);display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:8.25rem;left:18.4375rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cpcMQkOfwc0NTVwC73HWbJazLfvxVWnD { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:5.75rem;left:18.4375rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rv47N1lNhkklxBIPytLQUCBna4T0MI8a { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.58);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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(var(--color-tertiary-4),0.15) ;height:16.0625rem;width:58.75rem;top:0.53125rem;left:0.625rem;display:block; }
#y9QRg2Gx9goLnzMNB3X8TF6IwInCbFcO { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:3.59375rem;left:5.40625rem; }
#cN57ityBVt35dTHaQAvrVyyQzO72IUJd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container { background-color: transparent; background-image: none; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container > .video-iframe-container { display: none; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row > .video-iframe-container { display: none; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .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); }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container { border-width: 0; border-radius: 0; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#QRQsvSCTMsfnvma0Ut8QNzxNgTnmvBKn { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),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:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: -0.3125rem 0.3125rem 2.5rem rgba(var(--color-tertiary-4),0.15) ;height:4.0625rem;width:4.0625rem;top:0.375rem;left:4.125rem;display:block; }
#A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e6f5ae26-530c-4f59-be47-a129d625365b/FOTOFLOREN.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:2.25rem;left:6.1875rem;display:block; }#A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2.adaptive-delivery-prevent-bg, #A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2.lazyload, #A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2.lazyloading { background-image: none; }
#OBF1xzvaGF20pw1X8bVxUPwhlErvl5oO { color:rgba(var(--color-tertiary-3),1);display:block;width:40.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:6.3125rem;left:18.4375rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ENvF4fiNJXfDm7zcWKET80HgUVGLbS4U { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:3.8125rem;left:18.4375rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KGPxhK4Xi2T6RCMSqd8Ox0arqAKtsVEa { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:1.65625rem;left:5.40625rem; }
#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container { background-color: transparent; background-image: none; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container > .video-iframe-container { display: none; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row > .video-iframe-container { display: none; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .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); }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container { border-width: 0; border-radius: 0; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;position:relative;display:block; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-2),0.7));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-2),0.7));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-2),0.7));background-image: -o-linear-gradient(top, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-2),0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='rgba(var(--color-primary-2),0.7)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),0.7)', endColorstr='rgba(var(--color-primary-2),0.7)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-3),0.7), rgba(var(--color-primary-2),0.7));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container { background-color: transparent; background-image: none; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container > .video-iframe-container { display: none; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row > .video-iframe-container { display: none; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .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); }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container { border-width: 0; border-radius: 0; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container { width:60rem;height:28.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#gidSgQf7Eb3xEfIvbm55dtIhcccb9Q9G { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.75rem;left:0rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sHBlw1svhhgzK75G31pv5vQq1yyULyS5 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:16rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N7w9kDiTrGZwEmaTSwCUQoIcSKUBc2P3 { background-color:rgba(var(--color-secondary-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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:22.375rem;left:24.0625rem;display:block; }
#fw9EzkSkI83TD2dH45B2vnvUmcPHOi10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #leTTHSqwkoRO6FGd3eBiIxglDCR87eno { display:block; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnfPqsnBI3rsUKZ6SozQ0DuTGdJgRlC2 { width:47.75rem;height:26.619848156182rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAwqlTNTV1WCAJdT746rNQlSRmLAxTBi { width:21.1875rem;height:6rem;top:3.4375rem;left:13.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgMZCpwWXLHKwo0uTd7hvy15TtfvaLSL { width:47.75rem;height:8.25rem;top:9.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks1w1g5GlIO7mE0c11v4Cx9niS0ubhqy { top:53rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMFsmxmNmCnI0xn8heEZDWVbraseTsQk { display:block; }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8  { width:15rem;height:24.4375rem;top:21.75rem;left:15.125rem; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 {display:block;}#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 { width:15rem;height:24.4375rem;top:21.75rem;left:15.125rem; }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #veC9vuGgab9SAT976HeIJIhvR6kcQdZb {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #BQdIPt88oBSAWUCFIQKPrWEz0huEzmUa { display:block; }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #mcb6SmJDOcAr4bEZqfVuTI8dodrvUnhy {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #Tmstxn5ViBpaGJBaXItT7GD4VyflTf3R {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #WMnEQimKbJ3wsXVvMzJsxBi1eqW65oVf { display:block; }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #hzglh0shdl85CKpyuWQ2ThP4F4EQOx6V {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #uhQkVskxJKHXBNSIl3Kwmo9diaz5ANxr {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #uMraXGTcvZufPXNZV3WipC64vgtLHpzl { display:block; }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #GNJo17ZxtqBgnLw6CZRImWMf9agffdXi {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #S0dzN2gitplkCKJC2Q16xZ5yaPNeNDZF {  }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #S0dzN2gitplkCKJC2Q16xZ5yaPNeNDZF .container-column{width:50%;} }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #yvm1XUuhaov4F8plQCHuNn8d2lpLOidm {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #W09EqOKJoPoUmpviZkyIIBnrLoo8Oyon {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #xK8sOe9nETglUt00euH4eJMH8HPBSOB5 {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #CFFVMT98cKfFpZ3pS2iVhe34HI2MmEAm {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #XPzCnrWAxzhkJrkaKO2rioTaRDWPLZZo {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #BiQ35qNUSOs0g0zs5JC9pEkSnxfyD3pO {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #KEuZm6FpwpgP4KtE5bZe5TD1E9oMrXzf {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #umihBeBWTa53KtL717ERWMK6tHwdmNLy {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #tAuzVT84FPSG2H5gTMaxx24qwi6bpXdu {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #TrJbIcCW7Texw35LD4SkmTQMBPkXOBw2 {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #vUmr69gRPIsO86EV5h9ganzT5FEd0tA7 {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #Q2orbKAUQMJIDA3EACz40xxQom3rPRxu {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #xTrO1pF8IfaPs3hPhMIWxUkbU0V56C4w {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #cmCuAqg7H2R4PHoJVtydx7xFQxTdMEH0 {  }
 }@media only screen and (max-width: 763px) { #vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld { display:block; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpTTpmV2O3yX0npRQ3hasBrXMHpqPesT { width:47.75rem;height:1.3125rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laSATIMxGofgJIEKggtC6qEM6WTHb94z { width:47.75rem;height:3.125rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y04BHvb9MMzZGobR5K3tsBbErLrgFeXg { display:block; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KI0w0PSVeDWkETzAFOTvk2mBHCznRJOy { width:4.6875rem;height:4.6875rem;top:0.75rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knF4ALGlTofuRBc7ki9SZ4McvxfaMSiT { width:15.625rem;height:1.75rem;top:6.625rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0PttnS8Sfhc7cAx4mkOnBETCIb1subp { width:15.625rem;height:3.125rem;top:10.5rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atZf3b8E18WkoGTQMozP3iatuLmdigHM { width:4.6875rem;height:4.6875rem;top:0.75rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrI67RgpFp2DTFQsD3zvhq9FicyJnCRv { width:15.625rem;height:1.75rem;top:6.625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGzl8trSePEDGIBpZgTgpR9F7GNTlfq0 { width:15.625rem;height:3.125rem;top:10.5rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNaLwLwo1O5RCw6DUv0VTW14Z2EIXkPw { width:4.6875rem;height:4.6875rem;top:0.75rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4w5TWmlMNqcpIaKX7TZGoLWuAkEivJi { width:15.625rem;height:1.75rem;top:6.625rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxUPAgXA6Efa2pRTgnqTme45KSVX25i1 { width:15.625rem;height:3.125rem;top:10.5rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMOpuNuxI6fUL0tFHLVufdLhSrZAq1T7 { width:2.125rem;height:2.125rem;top:2rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS7UMEa0FRqQDsDTTxiuIAndENBOgIKD { width:2.125rem;height:2.125rem;top:2rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVtrNhrd3X8Vyzr0h5PEiOo4XRhD40Um { width:2.125rem;height:2.125rem;top:2rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar { display:block; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { width:47.75rem;height:15.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9GzuRg0ZXbqBDsSMeBcxdA3q2klhlSM { width:4.6875rem;height:4.6875rem;top:0.75rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otCDkD7KNm7B5rPKW0pdEi091WTErnxl { width:15.625rem;height:1.75rem;top:6.625rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuxeORnb4fNxlTCuQNfymU3ci357v2Rc { width:15.625rem;height:3.125rem;top:10.625rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp3EVtnOd5KgotmNZs1qFE5UnThObbIH { width:4.6875rem;height:4.6875rem;top:0.75rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg5FJ4e6pLPiOMJLOtuqeL671B89FsVt { width:15.625rem;height:1.75rem;top:6.65625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MivcUx0PK9wTnURykA5Qu6v3G7KUmqAv { width:15.625rem;height:3.125rem;top:10.625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9B04PVhbi4f1XEWeZBvyu6SCo5tx0K6 { width:4.6875rem;height:4.6875rem;top:0.75rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rllUhlytdTu0yZ4N5BN19C8wcqbqoq5x { width:15.625rem;height:1.75rem;top:6.65625rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ia1n8pz2OWZJCcCPMST5he9RHqoT5gys { width:15.625rem;height:3.125rem;top:10.625rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmc7aRfrqMTJOxxW0zVy2qvzUncpmJXw { width:2.125rem;height:2.125rem;top:2rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn7vJpZIloreo9eztEzh5v8bK96aFK04 { width:2.125rem;height:2.125rem;top:2rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2AMbBaryRTiFZ2WwgJdJOpZT1tbTbth { width:2.125rem;height:2.125rem;top:2rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q30xoqHLFOx6c9TV752pmRvpTl5qTRJt { display:block; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv { display:block; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Br6lOtpqFt80IcveWZ6sbuU5732xfcet { width:47.75rem;height:1.3125rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBCFRmwLqpha4Vowh5IakJt4sHphDHbs { width:47.75rem;height:3.125rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 { display:block; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWex6yVNG6mIi92teOR9VisXTuosuWcu { width:23.625rem;height:30rem;top:0.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9oekIC5Id7EHSxvil3WMHSJ1RaUZuP9 { width:18.125rem;height:1.75rem;top:17.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FR6XP8TTGzRq2leGRmHx9J3ra08vSCWQ { width:18.125rem;height:11rem;top:19.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFBq9TAFaObzLDEPvButFnTkpkRea26v { width:21.5625rem;height:14.375rem;top:2.375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJlVsTZQof8bsG2s42zbfszU0lpcUtT { width:23.625rem;height:30rem;top:4.4375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZLKfn9F0Tkh4SNsWzTul1kBVXABDgh2 { width:25.375rem;height:11rem;top:19.1875rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzQH42sNCzszF8Ev2zHEyfBsA2tB377K { width:19.625rem;height:1.75rem;top:17.4375rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQr6wpLX0Dh0oJPEiuQNhBDnEODG8L8P { width:21.5625rem;height:14.375rem;top:2.375rem;left:25.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ { display:block; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oW06wzGHrDFoTNMTz3k7ZZizdkPcy3A2 { width:23.625rem;height:30rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tX0GBOhyGqso1oU3t55gdkuDOzq7nV { width:19.625rem;height:1.75rem;top:17rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3TQX9ioVyo2X7l3UD6aVUV9oOuGyats { width:20.375rem;height:9.4375rem;top:18.75rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #liBITwzLa5PF8PN4SqcBGwIEfSvOLuCt { width:21.5625rem;height:14.375rem;top:1.875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUClHLueKqPvqPBtR547R1gyfoyomZH3 { width:23.625rem;height:30rem;top:4.4375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #p89bKGAWXnyEidBO8KgaEiOwpP1zsiGP { width:24.375rem;height:7.8125rem;top:18.75rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnz2ywaumoXrleMKG2TPvnxSuPNS0tun { width:21.875rem;height:1.75rem;top:17rem;left:24.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6ZyP1vbD4MxxlrtHkEvbeoaNMzAgifd { width:21.5625rem;height:14.375rem;top:1.875rem;left:25.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzEx2QnLelpvVAK5iCCf78lxk0oqDysg { display:block; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs { display:block; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnFecGTOOTPifqinovnslEZgcvRVHQX7 { width:35.5625rem;height:5.0625rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNh647KIeG0QoIORLXtaKsc8fRuzAfTW { width:11.875rem;height:3rem;top:3.625rem;left:33.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgHe7ecBKgMPdUwlzgJxhp8WQvOH0qyy { display:block; }
 }@media only screen and (max-width: 763px) { #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 { display:block; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yp42w5lJsLdmqaeIITc4QQT5cecM3h3r { width:47.75rem;height:1.3125rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww4qOQIW9dy9GCTmVPeOhlnTFJ20eLUl { width:47.75rem;height:3.125rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIwpue0HyL1ALtrnG64td0qAsTUNrE3G { display:block; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZNGk4NfUfH1xA7Vz5Kftl2g6zHJeDGQ { width:7.9375rem;height:7.9375rem;top:0.875rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7VQTDpZAGtMH74yN7K9kPJ0RQ1kLEmf { width:15.625rem;height:1.75rem;top:9.8125rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCIEzrZx5QU8EivsfcysQ0ZiFiV38743 { width:7.8125rem;height:3rem;top:3.3125rem;left:4.03125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwWBxkV9kVV3Ax5ZLaSikempDw78H8t { width:7.8125rem;height:2.6875rem;top:3.3125rem;left:19.90625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1fCARvzUTbVSNR2dTlh8T47tykmQfdl { width:7.9375rem;height:7.9375rem;top:0.875rem;left:19.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ66c9STWRmTBIKpesTmHfgeWKrEFAeh { width:15.625rem;height:1.75rem;top:9.8125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgTrdJdTLbvxpJNamsRUNUDkq1FwzneQ { width:7.8125rem;height:2.875rem;top:3.3125rem;left:35.78125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT76kKFvhxUAFn5VRaEXO4AeOpdDSWho { width:7.9375rem;height:7.9375rem;top:0.875rem;left:35.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSm6dhZtM1fSNwUAB611Frh9K7eJKEU4 { width:15.625rem;height:1.75rem;top:9.8125rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs { display:block; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ { display:block; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpgXa2MEaPGCaEepsKCpUCDNbQABGg6L { width:47.75rem;height:1.3125rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGE2vHZvzqB2Evyv4fC2QEgkebJFFuZ4 { width:47.75rem;height:3.125rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 { display:block; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klKET7QBb1P16Vvz7J8KMKpKWPxRXTc4 { width:4.0625rem;height:4.0625rem;top:0.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL { width:10.3125rem;height:10.3125rem;top:2.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7tNUuuUBCA9hR8JHMXM0mpdHhw2VF3x { width:34.375rem;height:4.6875rem;top:5.875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxlTFwGDx0Zw3PeXPk8l2pWhS85iHdBT { width:34.375rem;height:1.75rem;top:3.375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL4vhFIFzn2uDqa8VbpceW1t5pHt1Our { width:1.5rem;height:1.5rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 { display:block; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnyVMrS3DECBQoFH9SVvBeT3AhQR7zTm { width:4.0625rem;height:4.0625rem;top:2.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB { width:10.3125rem;height:10.3125rem;top:4.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XauONSPzwl9Vn222m1aNQLt6mAyfzTMP { width:34.375rem;height:4.6875rem;top:7.9375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpcMQkOfwc0NTVwC73HWbJazLfvxVWnD { width:34.375rem;height:1.75rem;top:5.4375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rv47N1lNhkklxBIPytLQUCBna4T0MI8a { width:47.75rem;height:16.0625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9QRg2Gx9goLnzMNB3X8TF6IwInCbFcO { width:1.5rem;height:1.5rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN57ityBVt35dTHaQAvrVyyQzO72IUJd { display:block; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRQsvSCTMsfnvma0Ut8QNzxNgTnmvBKn { width:4.0625rem;height:4.0625rem;top:0.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2 { width:10.3125rem;height:10.3125rem;top:2.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBF1xzvaGF20pw1X8bVxUPwhlErvl5oO { width:34.375rem;height:4.6875rem;top:5.9375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENvF4fiNJXfDm7zcWKET80HgUVGLbS4U { width:34.375rem;height:1.75rem;top:3.4375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGPxhK4Xi2T6RCMSqd8Ox0arqAKtsVEa { width:1.5rem;height:1.5rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB { display:block; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt { display:block; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gidSgQf7Eb3xEfIvbm55dtIhcccb9Q9G { width:47.75rem;height:8.25rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHBlw1svhhgzK75G31pv5vQq1yyULyS5 { width:47.75rem;height:3.5625rem;top:16rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7w9kDiTrGZwEmaTSwCUQoIcSKUBc2P3 { width:11.875rem;height:3rem;top:22.375rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw9EzkSkI83TD2dH45B2vnvUmcPHOi10 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #leTTHSqwkoRO6FGd3eBiIxglDCR87eno { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/80f86d5f-16b2-4055-8197-20dee56aec47/fondolnding.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno.adaptive-delivery-prevent-bg, #leTTHSqwkoRO6FGd3eBiIxglDCR87eno.lazyload, #leTTHSqwkoRO6FGd3eBiIxglDCR87eno.lazyloading { background-image: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { background-color: transparent; background-image: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container > .video-iframe-container { display: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row > .video-iframe-container { display: none; }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .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); }#leTTHSqwkoRO6FGd3eBiIxglDCR87eno > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnfPqsnBI3rsUKZ6SozQ0DuTGdJgRlC2 { height:11.25rem;width:20rem;top:19.85546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAwqlTNTV1WCAJdT746rNQlSRmLAxTBi { width:14.8125rem;height:3.75rem;top:0.75rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgMZCpwWXLHKwo0uTd7hvy15TtfvaLSL { width:19rem;height:5.625rem;top:5.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ks1w1g5GlIO7mE0c11v4Cx9niS0ubhqy { top:39.8125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #070733, #00ffda);background-image: -moz-linear-gradient(216deg, #070733, #00ffda);background-image: -ms-linear-gradient(216deg, #070733, #00ffda);background-image: -o-linear-gradient(216deg, #070733, #00ffda);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#070733', endColorstr='#00ffda' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#070733', endColorstr='#00ffda' );";background-image: linear-gradient(216deg, #070733, #00ffda);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wMFsmxmNmCnI0xn8heEZDWVbraseTsQk { display:block; }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-regular-label { display:block; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 .widget-checkbox-label { width:13.75rem; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8  { width:15rem;height:auto;top:12rem;left:1.25rem; }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 {display:block;}#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 { width:15rem;height:auto;top:12rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #veC9vuGgab9SAT976HeIJIhvR6kcQdZb {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #BQdIPt88oBSAWUCFIQKPrWEz0huEzmUa { display:block; }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #mcb6SmJDOcAr4bEZqfVuTI8dodrvUnhy {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #Tmstxn5ViBpaGJBaXItT7GD4VyflTf3R {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #WMnEQimKbJ3wsXVvMzJsxBi1eqW65oVf { display:block; }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #hzglh0shdl85CKpyuWQ2ThP4F4EQOx6V {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #uhQkVskxJKHXBNSIl3Kwmo9diaz5ANxr {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #uMraXGTcvZufPXNZV3WipC64vgtLHpzl { display:block; }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #GNJo17ZxtqBgnLw6CZRImWMf9agffdXi {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #S0dzN2gitplkCKJC2Q16xZ5yaPNeNDZF {  }
#m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #S0dzN2gitplkCKJC2Q16xZ5yaPNeNDZF .container-column{width:50%;} }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #yvm1XUuhaov4F8plQCHuNn8d2lpLOidm { display:block; }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #W09EqOKJoPoUmpviZkyIIBnrLoo8Oyon {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #xK8sOe9nETglUt00euH4eJMH8HPBSOB5 {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #CFFVMT98cKfFpZ3pS2iVhe34HI2MmEAm {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #XPzCnrWAxzhkJrkaKO2rioTaRDWPLZZo {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #BiQ35qNUSOs0g0zs5JC9pEkSnxfyD3pO {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #KEuZm6FpwpgP4KtE5bZe5TD1E9oMrXzf {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #umihBeBWTa53KtL717ERWMK6tHwdmNLy {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #tAuzVT84FPSG2H5gTMaxx24qwi6bpXdu {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #TrJbIcCW7Texw35LD4SkmTQMBPkXOBw2 {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #vUmr69gRPIsO86EV5h9ganzT5FEd0tA7 {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #Q2orbKAUQMJIDA3EACz40xxQom3rPRxu {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #xTrO1pF8IfaPs3hPhMIWxUkbU0V56C4w {  }
 }@media only screen and (max-width: 763px) { #m8RGN34x5yUOWkfDhn9dcNXBVou8eac8 #cmCuAqg7H2R4PHoJVtydx7xFQxTdMEH0 {  }
 }@media only screen and (max-width: 763px) { #vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld { display:block; }#vUsVig5tSeEEyyR8bMwBuRR8HGWzLTld > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpTTpmV2O3yX0npRQ3hasBrXMHpqPesT { width:20rem;height:1.19970625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #laSATIMxGofgJIEKggtC6qEM6WTHb94z { width:20rem;height:4.5rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y04BHvb9MMzZGobR5K3tsBbErLrgFeXg { display:block; }#y04BHvb9MMzZGobR5K3tsBbErLrgFeXg > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KI0w0PSVeDWkETzAFOTvk2mBHCznRJOy { width:4.6875rem;height:4.6875rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knF4ALGlTofuRBc7ki9SZ4McvxfaMSiT { width:18.125rem;height:1.3496125rem;top:7.3125rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K0PttnS8Sfhc7cAx4mkOnBETCIb1subp { width:18.125rem;height:4.19824375rem;top:10.3125rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #atZf3b8E18WkoGTQMozP3iatuLmdigHM { width:4.6875rem;height:4.6875rem;top:14.5625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrI67RgpFp2DTFQsD3zvhq9FicyJnCRv { width:18.125rem;height:1.3496125rem;top:20.5625rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGzl8trSePEDGIBpZgTgpR9F7GNTlfq0 { width:18.125rem;height:2.798825rem;top:23.5625rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNaLwLwo1O5RCw6DUv0VTW14Z2EIXkPw { width:4.6875rem;height:4.6875rem;top:27.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4w5TWmlMNqcpIaKX7TZGoLWuAkEivJi { width:18.125rem;height:1.3496125rem;top:34rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxUPAgXA6Efa2pRTgnqTme45KSVX25i1 { width:18.125rem;height:2.798825rem;top:37rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oMOpuNuxI6fUL0tFHLVufdLhSrZAq1T7 { width:2.125rem;height:2.125rem;top:2.53125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS7UMEa0FRqQDsDTTxiuIAndENBOgIKD { width:2.125rem;height:2.125rem;top:29.03125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVtrNhrd3X8Vyzr0h5PEiOo4XRhD40Um { width:2.125rem;height:2.125rem;top:15.84375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar { display:block; }#kyfBbgywZaTxJqNuLPvPlu7roe3b2Zar > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G9GzuRg0ZXbqBDsSMeBcxdA3q2klhlSM { width:4.6875rem;height:4.6875rem;top:0.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otCDkD7KNm7B5rPKW0pdEi091WTErnxl { width:18.125rem;height:1.3496125rem;top:6.5rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WuxeORnb4fNxlTCuQNfymU3ci357v2Rc { width:18.125rem;height:2.798825rem;top:9.5rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qp3EVtnOd5KgotmNZs1qFE5UnThObbIH { width:4.6875rem;height:4.6875rem;top:13.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg5FJ4e6pLPiOMJLOtuqeL671B89FsVt { width:18.125rem;height:1.3496125rem;top:19.9375rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MivcUx0PK9wTnURykA5Qu6v3G7KUmqAv { width:18.125rem;height:2.798825rem;top:22.9375rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9B04PVhbi4f1XEWeZBvyu6SCo5tx0K6 { width:4.6875rem;height:4.6875rem;top:27.0625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rllUhlytdTu0yZ4N5BN19C8wcqbqoq5x { width:18.125rem;height:1.3496125rem;top:33.4375rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ia1n8pz2OWZJCcCPMST5he9RHqoT5gys { width:18.125rem;height:2.798825rem;top:36.4375rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mmc7aRfrqMTJOxxW0zVy2qvzUncpmJXw { width:2.125rem;height:2.125rem;top:14.90625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn7vJpZIloreo9eztEzh5v8bK96aFK04 { width:2.125rem;height:2.125rem;top:1.78125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2AMbBaryRTiFZ2WwgJdJOpZT1tbTbth { width:2.125rem;height:2.125rem;top:28.34375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #q30xoqHLFOx6c9TV752pmRvpTl5qTRJt { display:block; }#q30xoqHLFOx6c9TV752pmRvpTl5qTRJt > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv { background-color:#e9f1f4;background-image:none;display:block; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { background-color: transparent; background-image: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container > .video-iframe-container { display: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row > .video-iframe-container { display: none; }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .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); }#LIGyWiWVc8MnWFTaxEAz6lQ4Ez6JD4xv > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Br6lOtpqFt80IcveWZ6sbuU5732xfcet { width:20rem;height:1.19921875rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBCFRmwLqpha4Vowh5IakJt4sHphDHbs { width:20rem;height:4.5rem;top:3.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 { background-color:#e9f1f4;background-image:none;display:block; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { background-color: transparent; background-image: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container > .video-iframe-container { display: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row > .video-iframe-container { display: none; }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .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); }#wh6Nd0muOemhUKtBJX5Ph5bmuHnr3V28 > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWex6yVNG6mIi92teOR9VisXTuosuWcu { width:20rem;height:26.6875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9oekIC5Id7EHSxvil3WMHSJ1RaUZuP9 { width:18.125rem;height:1.19921875rem;top:15.1875rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FR6XP8TTGzRq2leGRmHx9J3ra08vSCWQ { width:18.125rem;height:9.795875rem;top:16.4375rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xFBq9TAFaObzLDEPvButFnTkpkRea26v { width:18rem;height:12rem;top:2.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTJlVsTZQof8bsG2s42zbfszU0lpcUtT { width:20rem;height:30rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZLKfn9F0Tkh4SNsWzTul1kBVXABDgh2 { width:18.125rem;height:12.59475rem;top:45.716796875rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yzQH42sNCzszF8Ev2zHEyfBsA2tB377K { width:18.125rem;height:1.19921875rem;top:43.75rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQr6wpLX0Dh0oJPEiuQNhBDnEODG8L8P { width:19rem;height:12.625rem;top:30.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ { background-color:#e9f1f4;background-image:none;display:block; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { background-color: transparent; background-image: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container > .video-iframe-container { display: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row > .video-iframe-container { display: none; }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .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); }#Cm7QtIcAqz3GI4fRg9UrA6TwxHnwloHQ > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oW06wzGHrDFoTNMTz3k7ZZizdkPcy3A2 { width:20rem;height:25.625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tX0GBOhyGqso1oU3t55gdkuDOzq7nV { width:18.125rem;height:1.19921875rem;top:14.650390625rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3TQX9ioVyo2X7l3UD6aVUV9oOuGyats { width:18.125rem;height:8.3965rem;top:15.849609375rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #liBITwzLa5PF8PN4SqcBGwIEfSvOLuCt { width:18rem;height:12rem;top:2.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUClHLueKqPvqPBtR547R1gyfoyomZH3 { width:20rem;height:27.6875rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p89bKGAWXnyEidBO8KgaEiOwpP1zsiGP { width:18.125rem;height:9.795875rem;top:43.19921875rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fnz2ywaumoXrleMKG2TPvnxSuPNS0tun { width:18.125rem;height:1.19921875rem;top:42rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6ZyP1vbD4MxxlrtHkEvbeoaNMzAgifd { width:19rem;height:12.625rem;top:28.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzEx2QnLelpvVAK5iCCf78lxk0oqDysg { background-color:#e9f1f4;background-image:none;display:block; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { background-color: transparent; background-image: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container > .video-iframe-container { display: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row > .video-iframe-container { display: none; }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .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); }#hzEx2QnLelpvVAK5iCCf78lxk0oqDysg > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs { display:block; }#U3zBqnCk6pLhZ10tE5y8kuorexSAzxUs > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnFecGTOOTPifqinovnslEZgcvRVHQX7 { width:20rem;height:3.75rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNh647KIeG0QoIORLXtaKsc8fRuzAfTW { width:11.875rem;height:3rem;top:6.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgHe7ecBKgMPdUwlzgJxhp8WQvOH0qyy { display:block; }
 }@media only screen and (max-width: 763px) { #QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 { display:block; }#QO1hrTDnOh6xI4BFrrpJ4uZO0BxcZQH8 > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yp42w5lJsLdmqaeIITc4QQT5cecM3h3r { width:20rem;height:1.19970625rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ww4qOQIW9dy9GCTmVPeOhlnTFJ20eLUl { width:20rem;height:4.5rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIwpue0HyL1ALtrnG64td0qAsTUNrE3G { display:block; }#TIwpue0HyL1ALtrnG64td0qAsTUNrE3G > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZNGk4NfUfH1xA7Vz5Kftl2g6zHJeDGQ { width:7.9375rem;height:7.9375rem;top:1.5rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7VQTDpZAGtMH74yN7K9kPJ0RQ1kLEmf { width:18.125rem;height:3.75rem;top:9.375rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CCIEzrZx5QU8EivsfcysQ0ZiFiV38743 { width:7.8125rem;height:3.1494125rem;top:4rem;left:6.1875rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTwWBxkV9kVV3Ax5ZLaSikempDw78H8t { width:7.8125rem;height:2.69921875rem;top:17.5rem;left:6.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1fCARvzUTbVSNR2dTlh8T47tykmQfdl { width:7.9375rem;height:7.9375rem;top:14.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ66c9STWRmTBIKpesTmHfgeWKrEFAeh { width:18.125rem;height:3.75rem;top:22.9375rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PgTrdJdTLbvxpJNamsRUNUDkq1FwzneQ { width:7.8125rem;height:2.92480625rem;top:30.8125rem;left:6.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nT76kKFvhxUAFn5VRaEXO4AeOpdDSWho { width:7.9375rem;height:7.9375rem;top:28.3125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSm6dhZtM1fSNwUAB611Frh9K7eJKEU4 { width:18.125rem;height:3.5996125rem;top:36.1875rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs { display:block; }#IunvREDZq0VfO7kg6ZLlKM4EA3vaTEQs > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ { display:block; }#sfIT9cyHlEqXXI7k6whGnkKdW5UDUVFJ > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpgXa2MEaPGCaEepsKCpUCDNbQABGg6L { width:20rem;height:1.19970625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hGE2vHZvzqB2Evyv4fC2QEgkebJFFuZ4 { width:20rem;height:4.5rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 { display:block; }#E2vRq0VGmTswkw78lLdAIHlb5IaiAng3 > .row .container { width:20rem;height:31rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klKET7QBb1P16Vvz7J8KMKpKWPxRXTc4 { width:4.0625rem;height:4.0625rem;top:0.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s69hpUcKrMNxh3GIyliLh2GFtLTWPyzL { width:10.3125rem;height:10.3125rem;top:2.125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7tNUuuUBCA9hR8JHMXM0mpdHhw2VF3x { width:18.75rem;height:14.168rem;top:16.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sxlTFwGDx0Zw3PeXPk8l2pWhS85iHdBT { width:18.75rem;height:3.5996125rem;top:13.2744140625rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QL4vhFIFzn2uDqa8VbpceW1t5pHt1Our { width:1.5rem;height:1.5rem;top:1.65625rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 { display:block; }#AordbuMbgwMw8EGhciBkNmOTR7ueeyK7 > .row .container { width:20rem;height:32.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnyVMrS3DECBQoFH9SVvBeT3AhQR7zTm { width:4.0625rem;height:4.0625rem;top:2.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot5ECd5RAqVDlUAeXpmXkD2oBaiGBLOB { width:10.3125rem;height:10.3125rem;top:4.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XauONSPzwl9Vn222m1aNQLt6mAyfzTMP { width:18.75rem;height:12.59375rem;top:18.6875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cpcMQkOfwc0NTVwC73HWbJazLfvxVWnD { width:18.75rem;height:3.5996125rem;top:14.63671875rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rv47N1lNhkklxBIPytLQUCBna4T0MI8a { width:20rem;height:31.1875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9QRg2Gx9goLnzMNB3X8TF6IwInCbFcO { width:1.5rem;height:1.5rem;top:3.59375rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN57ityBVt35dTHaQAvrVyyQzO72IUJd { display:block; }#cN57ityBVt35dTHaQAvrVyyQzO72IUJd > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRQsvSCTMsfnvma0Ut8QNzxNgTnmvBKn { width:4.0625rem;height:4.0625rem;top:0.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6ErH7Jh8sIF3DndIuQCTKhroy4q4eE2 { width:10.3125rem;height:10.3125rem;top:2.1875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBF1xzvaGF20pw1X8bVxUPwhlErvl5oO { width:18.75rem;height:12.59375rem;top:17.8984375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENvF4fiNJXfDm7zcWKET80HgUVGLbS4U { width:18.75rem;height:5.3994125rem;top:12.5rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KGPxhK4Xi2T6RCMSqd8Ox0arqAKtsVEa { width:1.5rem;height:1.5rem;top:1.71875rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB { display:block; }#TxlQhU2HqZeSRoXgbOlVzvIa2fKp2KNB > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt { display:block; }#wGDDkzqTI9NTBiUoBJDXS5Q3KPRuVeHt > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gidSgQf7Eb3xEfIvbm55dtIhcccb9Q9G { width:20rem;height:10.5rem;top:0.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHBlw1svhhgzK75G31pv5vQq1yyULyS5 { width:20rem;height:4.796875rem;top:12.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7w9kDiTrGZwEmaTSwCUQoIcSKUBc2P3 { width:11.875rem;height:3rem;top:18.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw9EzkSkI83TD2dH45B2vnvUmcPHOi10 { display:block; }
 }