.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:253,229,210;--color-primary-1:248,177,121;--color-primary-2:244,125,32;--color-primary-3:255,230,0;--color-primary-4:149,194,60;--color-secondary-0:251,223,237;--color-secondary-1:241,149,195;--color-secondary-2:226,42,134;--color-secondary-3:113,21,67;--color-secondary-4:34,6,20;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Signika";--paragraphs-font-family:"Signika"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/43ee0abd-0976-4bd1-8eff-ec2af7eefbcc/HDtlo2.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#l8SZtaos56AdafcDeRBJ5aHTIgxN9tFb { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:15.302735328674rem;left:0rem;height:9.446625rem;font-style:normal;display:block; }
#dCKLNMT28IolBIR7U8a1n0apL4ITT47r { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:29.6875rem;left:1.375rem;height:2.62478125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTxm6AJ1oa4Fa03I7gzi3xtEb5h8DTuS { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:32.4375rem;left:2rem;height:1.7252625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xipscOHZJGbxnTgogtMxwZwtBorsdvDK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:10.375rem;top:5.6875rem;left:0rem;overflow:hidden;display:block; }
#PcUfdPLlskBvxC3iUXrH3WIg3ypLuCxD { box-sizing:content-box;height:0.4375rem;width:31.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:24.681858062744rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#GLgEb5Mu5QFkXv0L2M5chHF9dvR5LUOa { box-sizing:content-box;height:6.5rem;width:15.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:28.875rem;left:0rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }
#iHTvkDqODgtBmdyWalwAT2MurfC30VFd { position:absolute;display:block;z-index:15016;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:39.75rem;width:40.0625rem;top:5rem;left:34.9375rem;overflow:hidden;display:block; }
#kcnDLMLcV9TkQ1o2fw0gqcwKBrQQOagM { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:37.375rem;left:0rem;height:2.0247375rem;font-style:normal;display:block; }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.36125rem;padding-right:0.325rem;padding-bottom:0.36125rem;padding-left:0.325rem;display:block;align-items:center;width:1.945rem;min-width:1.945rem;height:1.94125rem;position:relative;font-family:"open sans";font-size:1.445625rem;font-weight:700;line-height:31.06px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.595rem;height:0.76625rem;position:relative;font-family:"open sans";font-size:0.5425rem;font-weight:400;line-height:12.26px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.375rem;height:3.65625rem;padding-top:0.451875rem;padding-right:0.46375rem;padding-bottom:0.451875rem;padding-left:0.46375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:40.259332656861rem;left:0rem;z-index:15017; }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #wCo9dQk7u1WGNrlFE10RkTMeM0JL6P3T { display:flex;position:relative;top:0rem;left:0rem; }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #Cu3b0iCsMGooPObNfTD6JH0ALsVGT4Cx { width:auto; }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #dboDoMD88Fmlq4WbsmmkKa8nNMRe2iFd {  }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #ZrxPJ6pGUrd1cq17wvauTHgOmVUOpK64 { display:flex;position:relative;top:0rem;left:0rem; }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #tWAPt27m9x20cT0ilO3kRIgyst82wnVS {  }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #hFEgRw8xAztOxkMKzNXBaLmCb25GVPUI {  }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #OBtP4g24nOrnsB4ON0vGa8pFnFVIMtlX { display:flex;position:relative;top:0rem;left:0rem; }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #HbGQZdZgnzyZlddaNrHJzTnGJ21UiRR8 {  }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #Q3VNJ1zNeev0GBdmZ74wS8Tx41asTuw9 {  }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #CaaDU5VmF6AXRqr5855oE2IEoFe0wVZF { display:flex;position:relative;top:0rem;left:0rem; }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #dHFWDrTABnguq6pqvI8NBPk5J4O4SWex {  }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #WPUF4ytg6r451N57JTXHNweicJurSIm5 {  }
#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/92cb7a59-6160-4974-a2d0-3b4787c41a2a/HelenDoronLP2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2.adaptive-delivery-prevent-bg, #U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2.lazyload, #U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2.lazyloading { background-image: none; }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .row .container { background-color: transparent; background-image: none; }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.81); }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .row .container > .video-iframe-container { display: none; }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.81); }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .row > .video-iframe-container { display: none; }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .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); }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .row .container { border-width: 0; border-radius: 0; }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#B0IzHmvcQTixTn35MaAMJvu4q9TyrEWS { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:26.875rem;left:0.0625rem;height:3.75rem;font-style:normal;display:block; }
#xnbDauzU0BEDeHpDTQFsLsAuaJtfFGFG { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:19rem;left:0.0625rem;height:5.625rem;font-style:normal;display:block; }
#QZlTJsVXDZIBZu00wr5BVTkVy97lMhKq { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:9.125rem;left:0.0625rem;height:7.19725rem;font-style:normal;display:block; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-form-header {  }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;color:#faffff;width:34.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.4; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-text { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#faffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:34.5625rem;box-sizing:border-box;height:2.5625rem;color:#231f20;font-size:0.875rem;overflow:hidden;font-family:"easy peasy";font-weight:300;font-style:normal; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-text {padding-top: 0; padding-bottom: 0;}#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-textarea { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#faffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:34.5625rem;box-sizing:border-box;height:4.375rem;color:#231f20;font-size:0.875rem;overflow:hidden;font-family:"easy peasy";font-weight:300;font-style:normal; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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:34.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"easy peasy";font-size:1.125rem;overflow:hidden;font-weight:300;font-style:normal; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-select {padding-top: 0; padding-bottom: 0;}#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:11rem;margin-bottom:0.25rem;margin-left:11.9375rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:10.6875rem;height:2.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V [class*="-text"]:-moz-placeholder { color:#126655;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V [class*="-text"]::-moz-placeholder { color:#126655;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V [class*="-text"]:-ms-input-placeholder { color:#126655;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V [class*="-text"]::-webkit-input-placeholder { color:#126655;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:33.1875rem;overflow:hidden;font-style:normal; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .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; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-container:first-of-type{padding-top:0;}#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-container:last-of-type{padding-bottom:0;}#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V  { background-color:rgba(var(--color-primary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:4.8111877441406rem;left:37.936197280884rem; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.5625rem; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#faffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V {display:block;}#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V { background-color:rgba(var(--color-primary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:4.8111877441406rem;left:37.936197280884rem; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #CgvtVqoLTQdpu33rrwLLAaMoHggGnG3G { position:relative; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #EytQg2LLA5CThCdeTqBQKhqSZPI465hc { position:relative;display:block; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #Qm0kiNQTlrJ0J1WudTs9t9WoHTBiuZpB { position:relative; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #nsTQoWWOPsQkhsduOu42umQgG78G1TSm { position:relative; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #aOzNVdO8CuuViOlFyk3uw4TByTauzWTz { position:relative;display:block; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #KqWi86E2eU8FJBPUqHVlWZODQT1A8Odd { position:relative; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #akUFDOpynSuUZGU7vMvDyEBdnJIJVin7 { position:relative; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #FzaT9mm6h4Tqe8L8lpQXk94e5quVXJIw { position:relative;display:block; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #c6rv40ThcBSJ9cX8k17qUDcf1xTHp6qr { position:relative; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #BmLkZCuAc30oJAq6yERWzzDC1bTwTQ17 { position:relative;display:block;z-index:15000; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #atcJbHmBzqAFuWZdmUv0iMTA9IxyFpIA { position:relative;display:block;z-index:15000; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #vmKIxZPOZVXvBQa7FnQrbfvwGPC55hzL { position:relative; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #ItyHy6v1V2DIp65lG0RQ3nJPycb292Iv { position:relative; }
#oAwEnnZVmReGT2wK4xIqToBt8qC15i61 { box-sizing:content-box;height:0.4375rem;width:32.4375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-3),1);background-image:none;top:16.375rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#k4TcQfq9KCWWta0TEUI0KzIFQUzHVWlm { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:9.311rem;top:29.756946563721rem;left:25.319013595581rem;overflow:hidden;display:block; }
#TdzqxVSLwBmxrXWJVQCTLvexWisPR4uA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00aeef;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; }#TdzqxVSLwBmxrXWJVQCTLvexWisPR4uA > .row .container { background-color: transparent; background-image: none; }#TdzqxVSLwBmxrXWJVQCTLvexWisPR4uA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdzqxVSLwBmxrXWJVQCTLvexWisPR4uA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdzqxVSLwBmxrXWJVQCTLvexWisPR4uA > .row .container > .video-iframe-container { display: none; }#TdzqxVSLwBmxrXWJVQCTLvexWisPR4uA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdzqxVSLwBmxrXWJVQCTLvexWisPR4uA > .row > .video-iframe-container { display: none; }#TdzqxVSLwBmxrXWJVQCTLvexWisPR4uA > .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); }#TdzqxVSLwBmxrXWJVQCTLvexWisPR4uA > .row .container { border-width: 0; border-radius: 0; }#TdzqxVSLwBmxrXWJVQCTLvexWisPR4uA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdzqxVSLwBmxrXWJVQCTLvexWisPR4uA > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#OQW4QzvuMDmNzPmWJO2RRypyp4mnWUJw { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.6875rem;left:20.25rem;height:4.798175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsMBvgAZcxF4P4sB3X4PaPdlXk2Rk3Q6 { box-sizing:content-box;height:0.4375rem;width:21.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;top:10.5625rem;left:26.5625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#EH0DBUmVNeoHv2K3pbTn6J6meBduZ9Ba { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00aeef;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; }#EH0DBUmVNeoHv2K3pbTn6J6meBduZ9Ba > .row .container { background-color: transparent; background-image: none; }#EH0DBUmVNeoHv2K3pbTn6J6meBduZ9Ba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EH0DBUmVNeoHv2K3pbTn6J6meBduZ9Ba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EH0DBUmVNeoHv2K3pbTn6J6meBduZ9Ba > .row .container > .video-iframe-container { display: none; }#EH0DBUmVNeoHv2K3pbTn6J6meBduZ9Ba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EH0DBUmVNeoHv2K3pbTn6J6meBduZ9Ba > .row > .video-iframe-container { display: none; }#EH0DBUmVNeoHv2K3pbTn6J6meBduZ9Ba > .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); }#EH0DBUmVNeoHv2K3pbTn6J6meBduZ9Ba > .row .container { border-width: 0; border-radius: 0; }#EH0DBUmVNeoHv2K3pbTn6J6meBduZ9Ba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EH0DBUmVNeoHv2K3pbTn6J6meBduZ9Ba > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#qd9ZFrwi1TsWD2tUbwAxRWeflLJVSwhH { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:9.6875rem;left:1.8125rem;height:3.5980875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zo7XqVSQZAT8wBf0lRoTqOrA3xJVdIKQ { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:9.6875rem;left:26.8125rem;height:1.79904375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6qTcXixarZ25SwgJ8mfzcBSpVRPGtMo { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:9.6875rem;left:53rem;height:3.5980875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aEpWR3KfLAe5uXZT9kV0uL9zNXySTl8T { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.5rem;left:34.1875rem; }
#FThA7CHikAXlt92qnwkXgpkJN0qnBntu { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.5rem;left:9.375rem; }
#J4nrDkkLZJKntieD3MwJnFDCxSqDaig6 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.5rem;left:59.375rem; }
#QBRTGAEDZ2E98xEJGDsZtOcG0yFiTfWr { box-sizing:content-box;height:0.4375rem;width:16.8125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:13.4375rem;left:4.09375rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#omS1u9MlDlqnkw1fIQAsxzWSbJf1NtmV { box-sizing:content-box;height:0.4375rem;width:15.875rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-4),1);background-image:none;top:11.4375rem;left:29.5625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#oQiPCc9bxhLqxIL90WyDGOwEXUPovP3b { box-sizing:content-box;height:0.4375rem;width:9.9375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.25rem;left:57.46875rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#FItuqeXUb3kQcTtGrTM7lokAWoeq3Ttl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00aeef;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; }#FItuqeXUb3kQcTtGrTM7lokAWoeq3Ttl > .row .container { background-color: transparent; background-image: none; }#FItuqeXUb3kQcTtGrTM7lokAWoeq3Ttl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FItuqeXUb3kQcTtGrTM7lokAWoeq3Ttl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FItuqeXUb3kQcTtGrTM7lokAWoeq3Ttl > .row .container > .video-iframe-container { display: none; }#FItuqeXUb3kQcTtGrTM7lokAWoeq3Ttl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FItuqeXUb3kQcTtGrTM7lokAWoeq3Ttl > .row > .video-iframe-container { display: none; }#FItuqeXUb3kQcTtGrTM7lokAWoeq3Ttl > .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); }#FItuqeXUb3kQcTtGrTM7lokAWoeq3Ttl > .row .container { border-width: 0; border-radius: 0; }#FItuqeXUb3kQcTtGrTM7lokAWoeq3Ttl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FItuqeXUb3kQcTtGrTM7lokAWoeq3Ttl > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#cyQEFrFQGHqPTMM6MEQBBfG1dAarV4hT { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:9.875rem;left:1.875rem;height:3.5980875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uFMaTKlu22Ubx1e1GXZW7NqmRBLvlQOl { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:9.875rem;left:19.625rem;height:3.5980875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wvzAnBwdVoD5tUnINoVnXThmIQho3EU6 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.875rem;left:40.0625rem;height:3.5980875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DCyHUzsvLpoJckp6EeGa4ZGBahwz7mos { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:9.875rem;left:59.875rem;height:3.5980875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDTvUNvzPTGtPg8Wv66NH1LxgISzhQLr { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.9375rem;left:43.8125rem; }
#G6NBuuB3OiJLCzT5DmkUTKulfiUXKORv { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.1875rem;left:25.0625rem; }
#igwsxUGZOaGA2AcTLSdBMl79cDcinZFn { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:2.125rem;left:6.3125rem; }
#p0rvnGsayod8dNTl8upoDL4wKJnO8TB8 { box-sizing:content-box;color:#5d92ff;font-size:4.375rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2rem;left:62.5625rem; }
#H77pkuT3VmzxhQ3nZPXIlxVLnTwEVXah { box-sizing:content-box;height:0.4375rem;width:7.8125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:13.4375rem;left:24.25rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#bP8kVO2pK1sb1LK2rL03WHQBxhf4Ibhl { box-sizing:content-box;height:0.4375rem;width:8.1875rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-4),1);background-image:none;top:13.5rem;left:61.5625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#d70tb377TmfpxDUVwEKvaO0fATgV4G3B { box-sizing:content-box;height:0.4375rem;width:6.4375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:13.5rem;left:43.625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#dQ3Jaiekg7zEmsoStvdwbJFVLNbbMLTm { box-sizing:content-box;height:0.4375rem;width:14.9375rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;top:13.5rem;left:1.875rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#Qcat2nbWrNWttIi7hG2vsST8Ga4cJmbD { position:relative;display:block; }#Qcat2nbWrNWttIi7hG2vsST8Ga4cJmbD { background-color: transparent; background-image: none; }#Qcat2nbWrNWttIi7hG2vsST8Ga4cJmbD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcat2nbWrNWttIi7hG2vsST8Ga4cJmbD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcat2nbWrNWttIi7hG2vsST8Ga4cJmbD > .row .container > .video-iframe-container { display: none; }#Qcat2nbWrNWttIi7hG2vsST8Ga4cJmbD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qcat2nbWrNWttIi7hG2vsST8Ga4cJmbD > .row > .video-iframe-container { display: none; }#Qcat2nbWrNWttIi7hG2vsST8Ga4cJmbD > .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); }#Qcat2nbWrNWttIi7hG2vsST8Ga4cJmbD { border-width: 0; border-radius: 0; }#Qcat2nbWrNWttIi7hG2vsST8Ga4cJmbD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qcat2nbWrNWttIi7hG2vsST8Ga4cJmbD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rMhaFWUcgyLK1tuRyh2U39pUCVSPHvoB { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:9.6875rem;left:20.25rem;height:3.2986125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/55fa1780-cdf7-432d-ad62-2699ba39328c/HD_okrag2.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH.adaptive-delivery-prevent-bg, #GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH.lazyload, #GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH.lazyloading { background-image: none; }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .row .container { background-color: transparent; background-image: none; }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .row .container > .video-iframe-container { display: none; }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .row > .video-iframe-container { display: none; }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .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); }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .row .container { border-width: 0; border-radius: 0; }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#vAcbGX1pQooDh76bNX9Uk1PuZmRVJcnk { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:8.125rem;left:37.5rem;height:2.3990875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FSVshrGw8A2EnKclni9BnaTvuuR9AJhX { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:12.125rem;left:37.375rem;height:12.59549375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WCPTKBraIniV48g3pptkUVpFMxXLgUkf { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:29.75rem;width:29.75rem;top:3.0625rem;left:3.84375rem;overflow:hidden;display:block; }
#lqDDS8eE638mTuVPt2PhWzryDNPmf32P { box-sizing:content-box;height:0.4375rem;width:11.875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:10.375rem;left:37.5rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/88e47d9f-ac9f-474d-9511-4e97793bc1bd/HD_okrag1.svg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15.adaptive-delivery-prevent-bg, #MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15.lazyload, #MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15.lazyloading { background-image: none; }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .row .container { background-color: transparent; background-image: none; }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .row .container > .video-iframe-container { display: none; }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .row > .video-iframe-container { display: none; }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .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); }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .row .container { border-width: 0; border-radius: 0; }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .row .container { font-size:0.875rem;font-family:arial;height:51.125rem;width:75rem;position:relative;display:block; }#a3Z39oo3i1pOeZaQhKkF9IPfunH1yisx { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:12.8125rem;left:0rem;height:2.3990875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eS4ProAGkPwJ8hTfs02S70ahAXbe1p1Q { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:17.3125rem;left:0rem;height:3.14886875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XMzLDQPrsn735RoUGkFc9bFqBlg5E6Co { color:rgba(var(--color-tertiary-4),1);display:block;width:38.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:32.75rem;left:0rem;height:4.72330625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f4dEAlRSH7sVKpPsJBAyMu2tNw0wIf2V { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:27.0625rem;left:0rem;height:4.72330625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MNT64PdqOmepo0mF04KrmPLHbxRsyK7F { color:rgba(var(--color-tertiary-4),1);display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:21.4375rem;left:0rem;height:4.72330625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R1sQl0cyrA9Zk7gdfJvymTnZFwDpic88 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:44.6875rem;width:29.8125rem;top:2.75rem;left:41.34375rem;overflow:hidden;display:block; }
#y4miXev7SH3Q8vLrCE5iZHS5a6PbH2Hi { box-sizing:content-box;height:0.4375rem;width:25.9375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-4),1);background-image:none;top:15.1875rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#tEUidst8ST0z1JS24qNO8noBLfRFuJUB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/43ee0abd-0976-4bd1-8eff-ec2af7eefbcc/HDtlo2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tEUidst8ST0z1JS24qNO8noBLfRFuJUB.adaptive-delivery-prevent-bg, #tEUidst8ST0z1JS24qNO8noBLfRFuJUB.lazyload, #tEUidst8ST0z1JS24qNO8noBLfRFuJUB.lazyloading { background-image: none; }#tEUidst8ST0z1JS24qNO8noBLfRFuJUB > .row .container { background-color: transparent; background-image: none; }#tEUidst8ST0z1JS24qNO8noBLfRFuJUB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEUidst8ST0z1JS24qNO8noBLfRFuJUB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEUidst8ST0z1JS24qNO8noBLfRFuJUB > .row .container > .video-iframe-container { display: none; }#tEUidst8ST0z1JS24qNO8noBLfRFuJUB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tEUidst8ST0z1JS24qNO8noBLfRFuJUB > .row > .video-iframe-container { display: none; }#tEUidst8ST0z1JS24qNO8noBLfRFuJUB > .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); }#tEUidst8ST0z1JS24qNO8noBLfRFuJUB > .row .container { border-width: 0; border-radius: 0; }#tEUidst8ST0z1JS24qNO8noBLfRFuJUB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tEUidst8ST0z1JS24qNO8noBLfRFuJUB > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#POx3edDuVCTFAkkMQ3uvhiDQ4D7KBP6l { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.8125rem;left:20.25rem;height:2.84939375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iW4zMxKVNqT8rNAcmhNfAP1zDNF4TOZw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:25.3125rem;width:45.125rem;top:12.0625rem;left:14.9375rem;display:block; }
#mmpb5KTntP70Exd1XknfnqDTMGtloyf4 { box-sizing:content-box;height:0.4375rem;width:23.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.75rem;left:25.65625rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1507b8c-9aa0-4ac8-b6d2-b28c8288a953/HelenDoronLP3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq.adaptive-delivery-prevent-bg, #Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq.lazyload, #Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq.lazyloading { background-image: none; }#Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq > .row .container { background-color: transparent; background-image: none; }#Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.85); }#Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq > .row .container > .video-iframe-container { display: none; }#Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.85); }#Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq > .row > .video-iframe-container { display: none; }#Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq > .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); }#Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq > .row .container { border-width: 0; border-radius: 0; }#Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#mfliqzFydD46fsJJ9ik024fAz3tL4MZL { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.9375rem;left:0rem;height:3.2986125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BFzm6pN3E09NuiFp9Wh11SbstmEytiRF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:10.625rem;left:0rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d16howzlpugxSvTagVWVp36SQa3Bm13O { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:5.625rem;left:0rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kbtTuaOSo1naHneMhr8fOaP21FKKvs6l { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:6.875rem;left:25rem;height:3.2986125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K18N1sEADDXTxTvbHGN465yyVQgkpvrV { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:10.625rem;left:25rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XIr5n9AOrK7PHfTBklJ6ll96DNFCtdg2 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:5.5rem;left:25rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fFUHRovLon5815d4bMrsqs6vCpFuCgvQ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:6.875rem;left:50rem;height:3.2986125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C9KyAIS4n4lPdIVdhPoKr53O7FckofWA { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:10.625rem;left:50rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H13ufZTF3hB07vTEwtZviahHlaGuvOJV { box-sizing:content-box;height:0.4375rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;top:9.9375rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#TnukQMnlmspafQAk5xcbFaIT3py9nGIK { box-sizing:content-box;height:0.4375rem;width:6.875rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;top:9.8125rem;left:25rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#TZulvrXkhry9iqlmspuJrswXKf4bTsWp { box-sizing:content-box;height:0.4375rem;width:15.4375rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;top:9.8125rem;left:50rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#RTKLpiUZOhlwhZFwJTyQAB8s0Ns59V0J { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:22.125rem;left:29.375rem;height:1.2000875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jov5uQMhmB0kkTTEDNnfKy5Lcpqvfoe5 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:16.125rem;left:17.75rem;height:5.6987875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#etma7yKVqUSD1PWZD8V2PT9CXpMl6U4k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00aeef;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; }#etma7yKVqUSD1PWZD8V2PT9CXpMl6U4k > .row .container { background-color: transparent; background-image: none; }#etma7yKVqUSD1PWZD8V2PT9CXpMl6U4k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etma7yKVqUSD1PWZD8V2PT9CXpMl6U4k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etma7yKVqUSD1PWZD8V2PT9CXpMl6U4k > .row .container > .video-iframe-container { display: none; }#etma7yKVqUSD1PWZD8V2PT9CXpMl6U4k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etma7yKVqUSD1PWZD8V2PT9CXpMl6U4k > .row > .video-iframe-container { display: none; }#etma7yKVqUSD1PWZD8V2PT9CXpMl6U4k > .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); }#etma7yKVqUSD1PWZD8V2PT9CXpMl6U4k > .row .container { border-width: 0; border-radius: 0; }#etma7yKVqUSD1PWZD8V2PT9CXpMl6U4k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#etma7yKVqUSD1PWZD8V2PT9CXpMl6U4k > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;position:relative;display:block; }#aurcHE0zVRCJZuOeLyTcrVZdE2FirpFV { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:6.81099319458rem;left:15.562067031861rem;height:5.39930625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#erh7OLMPu9HUr1NsdKf9oXQv1KNw94Tr { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:48.8125rem;top:16.5rem;left:13.09375rem;overflow:hidden;display:block; }
#TBfD7oTcIT287SnrhpK2mlGMfUUNq7aC { box-sizing:content-box;height:0.375rem;width:42.8125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-4),1);background-image:none;top:12.210287094116rem;left:16.248914718628rem;display:block; }
#TicaRWt660SCGccUc6cb5T3GlIauM5vO { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:47.0625rem;left:28.75rem;display:block; }
#u7BJpdUul3VTaTDZTs36PVsEH0hnaP7M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#upK406stWhF5bqQk7ibWQS7LDah1M0mv { position:relative;display:block; }#upK406stWhF5bqQk7ibWQS7LDah1M0mv { background-color: transparent; background-image: none; }#upK406stWhF5bqQk7ibWQS7LDah1M0mv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upK406stWhF5bqQk7ibWQS7LDah1M0mv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upK406stWhF5bqQk7ibWQS7LDah1M0mv > .row .container > .video-iframe-container { display: none; }#upK406stWhF5bqQk7ibWQS7LDah1M0mv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#upK406stWhF5bqQk7ibWQS7LDah1M0mv > .row > .video-iframe-container { display: none; }#upK406stWhF5bqQk7ibWQS7LDah1M0mv > .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); }#upK406stWhF5bqQk7ibWQS7LDah1M0mv { border-width: 0; border-radius: 0; }#upK406stWhF5bqQk7ibWQS7LDah1M0mv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#upK406stWhF5bqQk7ibWQS7LDah1M0mv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GKUR1tnIeh5r5QF2yMm2UQTO4x3UsNwH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:14.9375rem;top:0rem;left:30.03125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8SZtaos56AdafcDeRBJ5aHTIgxN9tFb { top:15.25rem;left:0rem;width:33.125rem;height:9.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCKLNMT28IolBIR7U8a1n0apL4ITT47r { top:29.6875rem;left:0rem;width:12.25rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTxm6AJ1oa4Fa03I7gzi3xtEb5h8DTuS { top:32.4375rem;left:0rem;width:11rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xipscOHZJGbxnTgogtMxwZwtBorsdvDK { top:5.6875rem;left:0rem;width:10.375rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcUfdPLlskBvxC3iUXrH3WIg3ypLuCxD { top:24.625rem;left:0rem;width:31.125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLgEb5Mu5QFkXv0L2M5chHF9dvR5LUOa { top:28.875rem;left:0rem;width:15.5rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHTvkDqODgtBmdyWalwAT2MurfC30VFd { top:5rem;left:7.6875rem;width:40.0625rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcnDLMLcV9TkQ1o2fw0gqcwKBrQQOagM { top:37.375rem;left:0rem;width:19.125rem;height:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 { display:flex;width:18rem;height:5.0625rem;top:37.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #wCo9dQk7u1WGNrlFE10RkTMeM0JL6P3T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #Cu3b0iCsMGooPObNfTD6JH0ALsVGT4Cx {  }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #dboDoMD88Fmlq4WbsmmkKa8nNMRe2iFd {  }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #ZrxPJ6pGUrd1cq17wvauTHgOmVUOpK64 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #tWAPt27m9x20cT0ilO3kRIgyst82wnVS {  }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #hFEgRw8xAztOxkMKzNXBaLmCb25GVPUI {  }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #OBtP4g24nOrnsB4ON0vGa8pFnFVIMtlX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #HbGQZdZgnzyZlddaNrHJzTnGJ21UiRR8 {  }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #Q3VNJ1zNeev0GBdmZ74wS8Tx41asTuw9 {  }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #CaaDU5VmF6AXRqr5855oE2IEoFe0wVZF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #dHFWDrTABnguq6pqvI8NBPk5J4O4SWex {  }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #WPUF4ytg6r451N57JTXHNweicJurSIm5 {  }
 }@media only screen and (max-width: 763px) { #U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 { display:block; }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0IzHmvcQTixTn35MaAMJvu4q9TyrEWS { top:26.875rem;left:0rem;width:34.4375rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnbDauzU0BEDeHpDTQFsLsAuaJtfFGFG { top:19rem;left:0rem;width:34.5rem;height:5.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZlTJsVXDZIBZu00wr5BVTkVy97lMhKq { top:9.125rem;left:0rem;width:34.5rem;height:7.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-regular-label { width:34.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-text { width:34.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-text {padding-top: 0; padding-bottom: 0;}#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-textarea { width:34.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-select { width:34.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-select {padding-top: 0; padding-bottom: 0;}#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:11.5625rem; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-checkbox-label { width:33.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V  { width:34.5625rem;height:auto;top:2.375rem;left:5.34375rem; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .radio-container { width:34.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V {display:block;}#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V { width:34.5625rem;height:auto;top:2.375rem;left:5.34375rem; }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #CgvtVqoLTQdpu33rrwLLAaMoHggGnG3G {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #EytQg2LLA5CThCdeTqBQKhqSZPI465hc { display:block; }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #Qm0kiNQTlrJ0J1WudTs9t9WoHTBiuZpB {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #nsTQoWWOPsQkhsduOu42umQgG78G1TSm {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #aOzNVdO8CuuViOlFyk3uw4TByTauzWTz { display:block; }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #KqWi86E2eU8FJBPUqHVlWZODQT1A8Odd {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #akUFDOpynSuUZGU7vMvDyEBdnJIJVin7 {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #FzaT9mm6h4Tqe8L8lpQXk94e5quVXJIw { display:block; }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #c6rv40ThcBSJ9cX8k17qUDcf1xTHp6qr {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #BmLkZCuAc30oJAq6yERWzzDC1bTwTQ17 {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #atcJbHmBzqAFuWZdmUv0iMTA9IxyFpIA {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #vmKIxZPOZVXvBQa7FnQrbfvwGPC55hzL {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #ItyHy6v1V2DIp65lG0RQ3nJPycb292Iv {  }
 }@media only screen and (max-width: 763px) { #oAwEnnZVmReGT2wK4xIqToBt8qC15i61 { top:16.375rem;left:0rem;width:32.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4TcQfq9KCWWta0TEUI0KzIFQUzHVWlm { top:29.75rem;left:14.625rem;width:9.25rem;height:0.9313580710987rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdzqxVSLwBmxrXWJVQCTLvexWisPR4uA { display:block; }#TdzqxVSLwBmxrXWJVQCTLvexWisPR4uA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQW4QzvuMDmNzPmWJO2RRypyp4mnWUJw { top:5.6875rem;left:6.625rem;width:34.5rem;height:4.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsMBvgAZcxF4P4sB3X4PaPdlXk2Rk3Q6 { top:10.5625rem;left:12.9375rem;width:21.75rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH0DBUmVNeoHv2K3pbTn6J6meBduZ9Ba { display:block; }#EH0DBUmVNeoHv2K3pbTn6J6meBduZ9Ba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qd9ZFrwi1TsWD2tUbwAxRWeflLJVSwhH { top:9.6875rem;left:0rem;width:21.4375rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo7XqVSQZAT8wBf0lRoTqOrA3xJVdIKQ { top:9.6875rem;left:10.3125rem;width:21.4375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6qTcXixarZ25SwgJ8mfzcBSpVRPGtMo { top:9.6875rem;left:28.625rem;width:19rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEpWR3KfLAe5uXZT9kV0uL9zNXySTl8T { top:2.5rem;left:20.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FThA7CHikAXlt92qnwkXgpkJN0qnBntu { top:2.5rem;left:4.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4nrDkkLZJKntieD3MwJnFDCxSqDaig6 { top:2.5rem;left:36.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBRTGAEDZ2E98xEJGDsZtOcG0yFiTfWr { top:13.4375rem;left:0rem;width:16.8125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omS1u9MlDlqnkw1fIQAsxzWSbJf1NtmV { top:11.4375rem;left:15.875rem;width:15.875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQiPCc9bxhLqxIL90WyDGOwEXUPovP3b { top:13.25rem;left:34.65625rem;width:9.9375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FItuqeXUb3kQcTtGrTM7lokAWoeq3Ttl { display:block; }#FItuqeXUb3kQcTtGrTM7lokAWoeq3Ttl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyQEFrFQGHqPTMM6MEQBBfG1dAarV4hT { top:9.875rem;left:0rem;width:15.1875rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFMaTKlu22Ubx1e1GXZW7NqmRBLvlQOl { top:9.875rem;left:6.75rem;width:17.125rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvzAnBwdVoD5tUnINoVnXThmIQho3EU6 { top:9.875rem;left:22rem;width:13.8125rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCyHUzsvLpoJckp6EeGa4ZGBahwz7mos { top:9.875rem;left:36.03125rem;width:11.6875rem;height:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDTvUNvzPTGtPg8Wv66NH1LxgISzhQLr { top:1.9375rem;left:26.78125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6NBuuB3OiJLCzT5DmkUTKulfiUXKORv { top:2.1875rem;left:14.84375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #igwsxUGZOaGA2AcTLSdBMl79cDcinZFn { top:2.125rem;left:2.90625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0rvnGsayod8dNTl8upoDL4wKJnO8TB8 { top:2rem;left:38.71875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H77pkuT3VmzxhQ3nZPXIlxVLnTwEVXah { top:13.4375rem;left:14.03125rem;width:7.8125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP8kVO2pK1sb1LK2rL03WHQBxhf4Ibhl { top:13.5rem;left:37.71875rem;width:8.1875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d70tb377TmfpxDUVwEKvaO0fATgV4G3B { top:13.5rem;left:26.59375rem;width:6.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ3Jaiekg7zEmsoStvdwbJFVLNbbMLTm { top:13.5rem;left:0rem;width:14.9375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcat2nbWrNWttIi7hG2vsST8Ga4cJmbD { display:block; }#Qcat2nbWrNWttIi7hG2vsST8Ga4cJmbD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMhaFWUcgyLK1tuRyh2U39pUCVSPHvoB { top:9.6875rem;left:6.625rem;width:34.5rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH { display:block; }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAcbGX1pQooDh76bNX9Uk1PuZmRVJcnk { top:8.125rem;left:13.3125rem;width:34.4375rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSVshrGw8A2EnKclni9BnaTvuuR9AJhX { top:12.0625rem;left:0rem;width:37.5625rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCPTKBraIniV48g3pptkUVpFMxXLgUkf { top:3.0625rem;left:0rem;width:29.75rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqDDS8eE638mTuVPt2PhWzryDNPmf32P { top:10.375rem;left:23.875rem;width:11.875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 { display:block; }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3Z39oo3i1pOeZaQhKkF9IPfunH1yisx { top:12.8125rem;left:0rem;width:34.5rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS4ProAGkPwJ8hTfs02S70ahAXbe1p1Q { top:17.3125rem;left:0rem;width:37.625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMzLDQPrsn735RoUGkFc9bFqBlg5E6Co { top:32.75rem;left:0rem;width:38.0625rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4dEAlRSH7sVKpPsJBAyMu2tNw0wIf2V { top:27.0625rem;left:0rem;width:37.625rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNT64PdqOmepo0mF04KrmPLHbxRsyK7F { top:21.4375rem;left:0rem;width:37.625rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1sQl0cyrA9Zk7gdfJvymTnZFwDpic88 { top:2.75rem;left:17.9375rem;width:29.8125rem;height:44.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4miXev7SH3Q8vLrCE5iZHS5a6PbH2Hi { top:15.1875rem;left:0rem;width:25.9375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEUidst8ST0z1JS24qNO8noBLfRFuJUB { display:block; }#tEUidst8ST0z1JS24qNO8noBLfRFuJUB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POx3edDuVCTFAkkMQ3uvhiDQ4D7KBP6l { top:6.8125rem;left:6.625rem;width:34.5rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW4zMxKVNqT8rNAcmhNfAP1zDNF4TOZw { top:12.0625rem;left:1.3125rem;width:45.125rem;height:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmpb5KTntP70Exd1XknfnqDTMGtloyf4 { top:9.75rem;left:12.03125rem;width:23.375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq { display:block; }#Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfliqzFydD46fsJJ9ik024fAz3tL4MZL { top:6.875rem;left:0rem;width:20.625rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFzm6pN3E09NuiFp9Wh11SbstmEytiRF { top:10.625rem;left:0rem;width:16.25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d16howzlpugxSvTagVWVp36SQa3Bm13O { top:5.625rem;left:0rem;width:16.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbtTuaOSo1naHneMhr8fOaP21FKKvs6l { top:6.875rem;left:15.5rem;width:16.25rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K18N1sEADDXTxTvbHGN465yyVQgkpvrV { top:10.625rem;left:15.5rem;width:16.25rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIr5n9AOrK7PHfTBklJ6ll96DNFCtdg2 { top:5.5rem;left:15.5rem;width:16.25rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFUHRovLon5815d4bMrsqs6vCpFuCgvQ { top:6.875rem;left:31.375rem;width:16.25rem;height:3.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9KyAIS4n4lPdIVdhPoKr53O7FckofWA { top:10.625rem;left:27.6875rem;width:19.9375rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H13ufZTF3hB07vTEwtZviahHlaGuvOJV { top:9.9375rem;left:0rem;width:17.5rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnukQMnlmspafQAk5xcbFaIT3py9nGIK { top:9.8125rem;left:14.25rem;width:6.875rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZulvrXkhry9iqlmspuJrswXKf4bTsWp { top:9.8125rem;left:30.125rem;width:15.4375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTKLpiUZOhlwhZFwJTyQAB8s0Ns59V0J { top:22.125rem;left:15.5rem;width:16.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jov5uQMhmB0kkTTEDNnfKy5Lcpqvfoe5 { top:16.125rem;left:0rem;width:39.5625rem;height:5.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etma7yKVqUSD1PWZD8V2PT9CXpMl6U4k { display:block; }#etma7yKVqUSD1PWZD8V2PT9CXpMl6U4k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aurcHE0zVRCJZuOeLyTcrVZdE2FirpFV { top:6.75rem;left:1.9370670318604rem;width:43.8125rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #erh7OLMPu9HUr1NsdKf9oXQv1KNw94Tr { top:16.5rem;left:0rem;width:47.75rem;height:25.189500640205rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBfD7oTcIT287SnrhpK2mlGMfUUNq7aC { top:12.1875rem;left:2.6239147186279rem;width:42.8125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TicaRWt660SCGccUc6cb5T3GlIauM5vO { width:17.5rem;height:3.4375rem;top:47.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7BJpdUul3VTaTDZTs36PVsEH0hnaP7M { display:block; }
 }@media only screen and (max-width: 763px) { #upK406stWhF5bqQk7ibWQS7LDah1M0mv { display:block; }#upK406stWhF5bqQk7ibWQS7LDah1M0mv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKUR1tnIeh5r5QF2yMm2UQTO4x3UsNwH { top:0rem;left:16.40625rem;width:14.9375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#95c23c;background-image:url("https://images.assets-landingi.com/uc/43ee0abd-0976-4bd1-8eff-ec2af7eefbcc/HDtlo2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8SZtaos56AdafcDeRBJ5aHTIgxN9tFb { width:17.3123125rem;height:14.3945rem;top:10.607639312744rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCKLNMT28IolBIR7U8a1n0apL4ITT47r { width:9.75rem;height:2.0996125rem;top:30.3125rem;left:1.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTxm6AJ1oa4Fa03I7gzi3xtEb5h8DTuS { width:9.625rem;height:1.349825rem;top:32.5rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xipscOHZJGbxnTgogtMxwZwtBorsdvDK { width:10.375rem;height:4.5rem;top:2.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcUfdPLlskBvxC3iUXrH3WIg3ypLuCxD { width:9.375rem;height:0.437283125rem;top:24.931642532349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLgEb5Mu5QFkXv0L2M5chHF9dvR5LUOa { width:12.625rem;height:5.1875rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHTvkDqODgtBmdyWalwAT2MurfC30VFd { width:16.4375rem;height:16.3125rem;top:31.5rem;left:3.5625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #kcnDLMLcV9TkQ1o2fw0gqcwKBrQQOagM { width:19.124375rem;height:2.0247375rem;top:50.1875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 .widget-text.counter-number { padding-top:0.426875rem;padding-right:0.383125rem;padding-bottom:0.426875rem;padding-left:0.383125rem;width:2.2975rem;min-width:2.2975rem;height:2.295rem;font-size:1.708125rem;line-height:36.72px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.266875rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.063125rem;height:0.906875rem;font-size:0.640625rem;line-height:14.51px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 { display:flex;width:16.25rem;height:4.3225rem;top:53.5rem;left:0rem;padding-top:0.42375rem;padding-right:0.440625rem;padding-bottom:0.42375rem;padding-left:0.440625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #wCo9dQk7u1WGNrlFE10RkTMeM0JL6P3T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #Cu3b0iCsMGooPObNfTD6JH0ALsVGT4Cx {  }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #dboDoMD88Fmlq4WbsmmkKa8nNMRe2iFd {  }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #ZrxPJ6pGUrd1cq17wvauTHgOmVUOpK64 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #tWAPt27m9x20cT0ilO3kRIgyst82wnVS {  }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #hFEgRw8xAztOxkMKzNXBaLmCb25GVPUI {  }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #OBtP4g24nOrnsB4ON0vGa8pFnFVIMtlX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #HbGQZdZgnzyZlddaNrHJzTnGJ21UiRR8 {  }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #Q3VNJ1zNeev0GBdmZ74wS8Tx41asTuw9 {  }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #CaaDU5VmF6AXRqr5855oE2IEoFe0wVZF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #dHFWDrTABnguq6pqvI8NBPk5J4O4SWex {  }
 }@media only screen and (max-width: 763px) { #MUdf90w4a0ePrXS0pBJKIvsi7ttKcwt8 #WPUF4ytg6r451N57JTXHNweicJurSIm5 {  }
 }@media only screen and (max-width: 763px) { #U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/92cb7a59-6160-4974-a2d0-3b4787c41a2a/HelenDoronLP2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2.adaptive-delivery-prevent-bg, #U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2.lazyload, #U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2.lazyloading { background-image: none; }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .row .container { background-color: transparent; background-image: none; }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,42,134,0.81); }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .row .container > .video-iframe-container { display: none; }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(226,42,134,0.81); }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .row > .video-iframe-container { display: none; }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .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); }#U8dryaOsNo2ZqLgdcwmJh5BFmefspCM2 > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0IzHmvcQTixTn35MaAMJvu4q9TyrEWS { width:20rem;height:7.5rem;top:30.998266339302rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xnbDauzU0BEDeHpDTQFsLsAuaJtfFGFG { width:20rem;height:9.375rem;top:19.686417818069rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZlTJsVXDZIBZu00wr5BVTkVy97lMhKq { width:20rem;height:14.3945rem;top:2.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;height:auto;background-color:transparent;background-image:none;font-family:signika;font-size:0.875rem;overflow:hidden;display:block; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-text {padding-top: 0; padding-bottom: 0;}#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-select {padding-top: 0; padding-bottom: 0;}#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-input-button { width:7.5rem;margin-top:0.25rem;margin-right:5rem;margin-bottom:0.25rem;margin-left:5rem;font-family:signika;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-size:1.0625rem;overflow:hidden; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V  { width:17.5rem;height:auto;top:40.333119392395rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V .widget-info-text { text-align:center;text-align-last:center; }
#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V {display:block;}#iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V { width:17.5rem;height:auto;top:40.333119392395rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #CgvtVqoLTQdpu33rrwLLAaMoHggGnG3G {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #EytQg2LLA5CThCdeTqBQKhqSZPI465hc { display:block; }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #Qm0kiNQTlrJ0J1WudTs9t9WoHTBiuZpB {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #nsTQoWWOPsQkhsduOu42umQgG78G1TSm {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #aOzNVdO8CuuViOlFyk3uw4TByTauzWTz { display:block; }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #KqWi86E2eU8FJBPUqHVlWZODQT1A8Odd {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #akUFDOpynSuUZGU7vMvDyEBdnJIJVin7 {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #FzaT9mm6h4Tqe8L8lpQXk94e5quVXJIw { display:block; }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #c6rv40ThcBSJ9cX8k17qUDcf1xTHp6qr {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #BmLkZCuAc30oJAq6yERWzzDC1bTwTQ17 {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #atcJbHmBzqAFuWZdmUv0iMTA9IxyFpIA {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #vmKIxZPOZVXvBQa7FnQrbfvwGPC55hzL {  }
 }@media only screen and (max-width: 763px) { #iu8CwQsDNVINr9q5l2eBf48FFNpHBz3V #ItyHy6v1V2DIp65lG0RQ3nJPycb292Iv {  }
 }@media only screen and (max-width: 763px) { #oAwEnnZVmReGT2wK4xIqToBt8qC15i61 { width:13.3125rem;height:0.4375rem;top:17.25rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4TcQfq9KCWWta0TEUI0KzIFQUzHVWlm { width:9.3125rem;height:0.9375rem;top:32.1875rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdzqxVSLwBmxrXWJVQCTLvexWisPR4uA { display:block; }#TdzqxVSLwBmxrXWJVQCTLvexWisPR4uA > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQW4QzvuMDmNzPmWJO2RRypyp4mnWUJw { width:20rem;height:6.9759375rem;top:3.125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsMBvgAZcxF4P4sB3X4PaPdlXk2Rk3Q6 { width:15.9375rem;height:0.4375rem;top:10.375rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH0DBUmVNeoHv2K3pbTn6J6meBduZ9Ba { display:block; }#EH0DBUmVNeoHv2K3pbTn6J6meBduZ9Ba > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qd9ZFrwi1TsWD2tUbwAxRWeflLJVSwhH { width:20rem;height:3.5980875rem;top:7.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo7XqVSQZAT8wBf0lRoTqOrA3xJVdIKQ { width:20rem;height:1.79980625rem;top:21.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6qTcXixarZ25SwgJ8mfzcBSpVRPGtMo { width:19rem;height:3.5980875rem;top:33.1875rem;left:0.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEpWR3KfLAe5uXZT9kV0uL9zNXySTl8T { display:flex;width:6.25rem;height:6.25rem;top:14.5625rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #FThA7CHikAXlt92qnwkXgpkJN0qnBntu { display:flex;width:6.25rem;height:6.25rem;top:0.5rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #J4nrDkkLZJKntieD3MwJnFDCxSqDaig6 { display:flex;width:6.25rem;height:6.25rem;top:26.4375rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #QBRTGAEDZ2E98xEJGDsZtOcG0yFiTfWr { width:19.5625rem;height:0.4375rem;top:11.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omS1u9MlDlqnkw1fIQAsxzWSbJf1NtmV { width:15.875rem;height:0.4375rem;top:23.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQiPCc9bxhLqxIL90WyDGOwEXUPovP3b { width:9.9375rem;height:0.4375rem;top:36.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FItuqeXUb3kQcTtGrTM7lokAWoeq3Ttl { display:block; }#FItuqeXUb3kQcTtGrTM7lokAWoeq3Ttl > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyQEFrFQGHqPTMM6MEQBBfG1dAarV4hT { width:15.1875rem;height:3.5980875rem;top:8.75rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFMaTKlu22Ubx1e1GXZW7NqmRBLvlQOl { width:17.125rem;height:3.5980875rem;top:22.9375rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvzAnBwdVoD5tUnINoVnXThmIQho3EU6 { width:13.8125rem;height:3.5980875rem;top:36.625rem;left:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCyHUzsvLpoJckp6EeGa4ZGBahwz7mos { width:11.6875rem;height:3.5980875rem;top:50.0625rem;left:4.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDTvUNvzPTGtPg8Wv66NH1LxgISzhQLr { display:flex;width:6.25rem;height:6.25rem;top:29.6875rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #G6NBuuB3OiJLCzT5DmkUTKulfiUXKORv { display:flex;width:6.25rem;height:6.25rem;top:16.125rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #igwsxUGZOaGA2AcTLSdBMl79cDcinZFn { display:flex;width:6.25rem;height:6.25rem;top:1.5rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #p0rvnGsayod8dNTl8upoDL4wKJnO8TB8 { display:flex;width:6.25rem;height:6.25rem;top:43.5rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #H77pkuT3VmzxhQ3nZPXIlxVLnTwEVXah { width:7.1875rem;height:0.4375rem;top:26.75rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP8kVO2pK1sb1LK2rL03WHQBxhf4Ibhl { width:8.1875rem;height:0.4375rem;top:53.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d70tb377TmfpxDUVwEKvaO0fATgV4G3B { width:6.4375rem;height:0.4375rem;top:40.3125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQ3Jaiekg7zEmsoStvdwbJFVLNbbMLTm { width:14.9375rem;height:0.4375rem;top:12.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qcat2nbWrNWttIi7hG2vsST8Ga4cJmbD { display:block; }#Qcat2nbWrNWttIi7hG2vsST8Ga4cJmbD > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rMhaFWUcgyLK1tuRyh2U39pUCVSPHvoB { width:20rem;height:4.798825rem;top:3.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/55fa1780-cdf7-432d-ad62-2699ba39328c/HD_okrag2.svg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH.adaptive-delivery-prevent-bg, #GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH.lazyload, #GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH.lazyloading { background-image: none; }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .row .container { background-color: transparent; background-image: none; }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .row .container > .video-iframe-container { display: none; }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .row > .video-iframe-container { display: none; }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .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); }#GLPiW5SPmkxzGyWwCkn4HJQPJXLHadaH > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vAcbGX1pQooDh76bNX9Uk1PuZmRVJcnk { width:20rem;height:2.3990875rem;top:42.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSVshrGw8A2EnKclni9BnaTvuuR9AJhX { width:20rem;height:20.4676875rem;top:46.624357223511rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCPTKBraIniV48g3pptkUVpFMxXLgUkf { width:20rem;height:20rem;top:10.874568462372rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #lqDDS8eE638mTuVPt2PhWzryDNPmf32P { width:11.875rem;height:0.4375rem;top:44.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/88e47d9f-ac9f-474d-9511-4e97793bc1bd/HD_okrag1.svg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15.adaptive-delivery-prevent-bg, #MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15.lazyload, #MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15.lazyloading { background-image: none; }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .row .container { background-color: transparent; background-image: none; }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .row .container > .video-iframe-container { display: none; }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .row > .video-iframe-container { display: none; }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .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); }#MCc0QBkZZgkr4VSg0EpTPbnRJiiqcd15 > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3Z39oo3i1pOeZaQhKkF9IPfunH1yisx { width:18.625rem;height:4.798825rem;top:38.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS4ProAGkPwJ8hTfs02S70ahAXbe1p1Q { width:20rem;height:6.29775rem;top:45.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMzLDQPrsn735RoUGkFc9bFqBlg5E6Co { width:20rem;height:9.446625rem;top:72.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4dEAlRSH7sVKpPsJBAyMu2tNw0wIf2V { width:20rem;height:9.446625rem;top:62rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNT64PdqOmepo0mF04KrmPLHbxRsyK7F { width:20rem;height:7.8721875rem;top:52.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1sQl0cyrA9Zk7gdfJvymTnZFwDpic88 { width:20rem;height:29.978515625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4miXev7SH3Q8vLrCE5iZHS5a6PbH2Hi { width:16.5625rem;height:0.4375rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEUidst8ST0z1JS24qNO8noBLfRFuJUB { display:block; }#tEUidst8ST0z1JS24qNO8noBLfRFuJUB > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #POx3edDuVCTFAkkMQ3uvhiDQ4D7KBP6l { width:20rem;height:2.3994125rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iW4zMxKVNqT8rNAcmhNfAP1zDNF4TOZw { height:11.21875rem;width:20rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmpb5KTntP70Exd1XknfnqDTMGtloyf4 { width:20rem;height:0.375rem;top:5.583740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq { display:block; }#Snhn0ic9tNaIH9tw0vwGaEwd2SPQVIuq > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfliqzFydD46fsJJ9ik024fAz3tL4MZL { width:20rem;height:3.2986125rem;top:5.25rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFzm6pN3E09NuiFp9Wh11SbstmEytiRF { width:16.25rem;height:1.875rem;top:9.1875rem;left:1.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d16howzlpugxSvTagVWVp36SQa3Bm13O { width:16.25rem;height:1.5rem;top:3.75rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbtTuaOSo1naHneMhr8fOaP21FKKvs6l { width:16.25rem;height:3.2986125rem;top:15.5rem;left:1.875rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K18N1sEADDXTxTvbHGN465yyVQgkpvrV { width:16.25rem;height:1.875rem;top:19rem;left:1.875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIr5n9AOrK7PHfTBklJ6ll96DNFCtdg2 { width:16.25rem;height:1.5rem;top:14.1875rem;left:1.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFUHRovLon5815d4bMrsqs6vCpFuCgvQ { width:16.25rem;height:3.2986125rem;top:22.8125rem;left:1.9375rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C9KyAIS4n4lPdIVdhPoKr53O7FckofWA { width:19.9375rem;height:1.875rem;top:27.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H13ufZTF3hB07vTEwtZviahHlaGuvOJV { width:17.625rem;height:0.4375rem;top:8.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnukQMnlmspafQAk5xcbFaIT3py9nGIK { width:6.875rem;height:0.4375rem;top:18.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZulvrXkhry9iqlmspuJrswXKf4bTsWp { width:15.4375rem;height:0.4375rem;top:26.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTKLpiUZOhlwhZFwJTyQAB8s0Ns59V0J { width:16.25rem;height:1.2000875rem;top:43.875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jov5uQMhmB0kkTTEDNnfKy5Lcpqvfoe5 { width:20rem;height:9.596375rem;top:33.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etma7yKVqUSD1PWZD8V2PT9CXpMl6U4k { display:block; }#etma7yKVqUSD1PWZD8V2PT9CXpMl6U4k > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aurcHE0zVRCJZuOeLyTcrVZdE2FirpFV { width:20rem;height:11.9954375rem;top:2.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #erh7OLMPu9HUr1NsdKf9oXQv1KNw94Tr { width:20rem;height:10.5498046875rem;top:17.693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBfD7oTcIT287SnrhpK2mlGMfUUNq7aC { width:9.1875rem;height:0.375rem;top:14.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TicaRWt660SCGccUc6cb5T3GlIauM5vO { width:17.5rem;height:3.4375rem;top:30.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7BJpdUul3VTaTDZTs36PVsEH0hnaP7M { display:block; }
 }@media only screen and (max-width: 763px) { #upK406stWhF5bqQk7ibWQS7LDah1M0mv { display:block; }#upK406stWhF5bqQk7ibWQS7LDah1M0mv > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GKUR1tnIeh5r5QF2yMm2UQTO4x3UsNwH { width:14.9375rem;height:6.5625rem;top:1.25rem;left:2.5rem;display:block; }
 }