.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,249,220;--color-primary-1:255,251,146;--color-primary-2:254,223,79;--color-primary-3:152,134,47;--color-primary-4:51,45,16;--color-secondary-0:219,223,234;--color-secondary-1:148,158,191;--color-secondary-2:77,93,149;--color-secondary-3:32,52,122;--color-secondary-4:1,0,79;--color-tertiary-0:255,255,255;--color-tertiary-1:85,85,85;--color-tertiary-2:85,85,84;--color-tertiary-3:78,78,78;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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-tertiary-0),0.71);background-image:url("https://images.assets-landingi.com/uc/ac2118e4-6a33-459c-8591-c535aa09d3ae/closeupofachesspieceinthehandsofachildTE59YEZ.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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:37.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#qWWkOQW6KZnowp4oTO4yNLQQ6rgcDe4J { color:rgba(var(--color-secondary-3),1);display:block;width:59.9375rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.13671875rem;left:0rem;height:7.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ikeakm3hg8nqRaLbvJBuvxLGpRp2I8hd { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.25rem;left:40.250001907349rem;display:block; }
#om978xLnwnLUX6q38dTTmTJ1CLvdXmb8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M7rdgVaZOTyd1sKxcrCLc9wQXWMSG7Tz { background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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:15.9375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:17.25rem;left:2.875rem;display:block; }
#hMAJSSTGeXRVOBJcvNmeneAOpHyu624h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mJs9kWT9wKDz2KTIWE8y7fUhPRXb4AKI { color:rgba(var(--color-secondary-3),1);display:block;width:59.9375rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13.025000572204rem;left:0rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ulNkuK0J5shFN9Ju7Q8GqIzRI3wfnqSs { position:absolute;display:block;z-index:15005;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:22.25rem;width:18.9375rem;top:14.625rem;left:20.531251907349rem;overflow:hidden;display:block; }
#sg4zgi6MTxz2NzB3QJQNp7Aw49gGVdmI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:5.0625rem;top:23.9375rem;left:45.687501907349rem;overflow:hidden;display:block; }
#N7VOBaBqs4T1TkU5atvANTZ0i9PoP3dI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:8.9375rem;top:24.0625rem;left:6.375rem;overflow:hidden;display:block; }
#Qb6PrHrNTqAsmtkGw1XS9FRnioErf68u { color:rgba(var(--color-primary-2),1);display:block;width:59.9375rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.9117188453675rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row .container { background-color: transparent; background-image: none; }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row .container > .video-iframe-container { display: none; }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row > .video-iframe-container { display: none; }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .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); }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row .container { border-width: 0; border-radius: 0; }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;position:relative;display:block; }#PdpxSWoyqSUMhGd0CguFC7vkygEJOhsE { position:absolute;display:block;z-index:15004;background-color:#efeeee;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:32.6875rem;width:32.6875rem;top:6.0625rem;left:3.9375rem;display:block; }
#EhTrPftSdchP3Qh9aLkTTfiehJKRX2W8 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6rem;width:6rem;top:3.1875rem;left:17.1875rem;display:block; }
#XU8SbH1Dbk2OtRUcv8ze9HVpJZ2WJvgv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:25.6875rem;top:10.8125rem;left:7.4375rem;overflow:hidden;display:block; }
#wNE2HqkekeenC1BcVq6n9KtbwAHof17N { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6rem;width:6rem;top:22.6875rem;left:32.1875rem;display:block; }
#EAzPTX1GIlIXF6EvTARPwCkZDCF9a8TJ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6rem;width:6rem;top:9.625rem;left:30.4375rem;display:block; }
#yzufealB5H3v9IIJUgIEpVGKfPCqD2iu { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-3),1);border-left:0.125rem solid rgba(var(--color-secondary-3),1);border-right:0.125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.125rem solid rgba(var(--color-secondary-3),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6rem;width:6rem;top:22.6875rem;left:2.125rem;display:block; }
#B5kCyGfWmRcbTnOE33g00WCs1TDE45vO { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:6rem;width:6rem;top:9.625rem;left:3.9375rem;display:block; }
#hETX5ZPi3fK8mNyDWeAeFMXgtONUHRNK { color:rgba(var(--color-tertiary-1),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.875rem;left:15.8125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S12FnnGVWdRBbEJPmMy5ztbh2biEvOna { color:rgba(var(--color-tertiary-1),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:15.875rem;left:3.1875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IHC4SZohfammPhyahOkCQ6Gzvr8VkhAC { color:rgba(var(--color-tertiary-1),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.875rem;left:28.6875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RSZAIg6T0uFMfIg830r7q6n6kF5gkBe5 { color:rgba(var(--color-tertiary-1),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:29.3125rem;left:0.75rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c8LuclMZ18GiuGTwfxGaJUTqE9zCVB6k { color:rgba(var(--color-tertiary-1),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:29.3125rem;left:31.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UmuvDX4m5Z37OmhqJaW0kB7ubClrncIW { color:rgba(var(--color-secondary-3),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:37.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U6FCgWJraTsSB6uB31nAKyTH9fvfINUe { color:rgba(var(--color-tertiary-1),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.4375rem;left:39.6875rem;height:10.6875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xeMdaN5REEpfaL7n0rE7m01v75U3SmHx { color:rgba(var(--color-tertiary-1),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:17.5625rem;left:40rem;height:19.59375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KdTfmrWVv91zMLnUCUfa3BgOMfRs4T0x { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:4.5625rem;top:3.8125rem;left:18.0625rem;overflow:hidden;display:block; }
#JAvQXnrR7EeLhkHrBIhPEJyGU8k5x4R1 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.125rem;top:9.4375rem;left:30.25rem;overflow:hidden;display:block; }
#cVx8CyTkuELud1CIx53wTXKJWGxc1bvP { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.5625rem;top:22.625rem;left:31.375rem;overflow:hidden;display:block; }
#GWspt88dVLSIGKpnkDQ5EeuFKXP803uV { 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:9.625rem;width:9.625rem;top:21rem;left:3.1875rem;overflow:hidden;display:block; }
#GKh9AOPNLivTTquqzgLQt9zsGFGOmt1J { position:absolute;display:block;z-index:15014;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.0625rem;width:6.0625rem;top:9.875rem;left:5rem;overflow:hidden;display:block; }
#BuCFKTkHHWaT43TNb5aeZx2tV7dhnLMz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BuCFKTkHHWaT43TNb5aeZx2tV7dhnLMz > .row .container { background-color: transparent; background-image: none; }#BuCFKTkHHWaT43TNb5aeZx2tV7dhnLMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuCFKTkHHWaT43TNb5aeZx2tV7dhnLMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuCFKTkHHWaT43TNb5aeZx2tV7dhnLMz > .row .container > .video-iframe-container { display: none; }#BuCFKTkHHWaT43TNb5aeZx2tV7dhnLMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BuCFKTkHHWaT43TNb5aeZx2tV7dhnLMz > .row > .video-iframe-container { display: none; }#BuCFKTkHHWaT43TNb5aeZx2tV7dhnLMz > .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); }#BuCFKTkHHWaT43TNb5aeZx2tV7dhnLMz > .row .container { border-width: 0; border-radius: 0; }#BuCFKTkHHWaT43TNb5aeZx2tV7dhnLMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BuCFKTkHHWaT43TNb5aeZx2tV7dhnLMz > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#Q6CexnmwT8ZlMXNOynSFpO3aAqil75VT { color:#686868;display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4929695129394rem;left:0rem;height:11.7rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#o0GcuG1uTm9odDzVggVpB1aQptzXqfH2 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.6875rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.143751144409rem;left:0rem;height:3.49375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gAHnFkTaV48BA5OZz4VG8RLGE86woMoK { color:rgba(var(--color-tertiary-1),1);display:block;width:59.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.21249961853rem;left:0rem;height:4.3875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#lddsDHWUUi0LaBU54Qd3oHcT1zuPXKKT { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5625rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.49375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fIfMZvSNPeyOmr2OWREFaxBnrk2bnIfB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:21.75rem;top:0.53125rem;left:37.749219894409rem;overflow:hidden;display:block; }
#iioRevtkBKrHpIXq6cH3KEa8DuyV9IhB { position:relative;display:none; }#iioRevtkBKrHpIXq6cH3KEa8DuyV9IhB { border-width: 0; border-radius: 0; }#iioRevtkBKrHpIXq6cH3KEa8DuyV9IhB > .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; }#iioRevtkBKrHpIXq6cH3KEa8DuyV9IhB > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ks9dQpX6JrtLLUWb3NTchsHT2WzJEKHQ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.3992195129394rem;left:5.0242195129394rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#GB0CKSpd87QweSvDQ1Obd2QnDEob0Zms { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GB0CKSpd87QweSvDQ1Obd2QnDEob0Zms > .row .container { border-width: 0; border-radius: 0; }#GB0CKSpd87QweSvDQ1Obd2QnDEob0Zms > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GB0CKSpd87QweSvDQ1Obd2QnDEob0Zms > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:60rem;position:relative;display:none; }#tT4kiJVZhJCczw2n8ZEG7quStW6WTaGS { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:29.5rem;width:18.75rem;top:10.625rem;left:0rem;display:block; }
#NhOiL4Qyu7iAEUGxSiiFX6a3Dm9CsJTU { position:absolute;display:block;z-index:15006;background-color:#008bd1;background-image:url("https://images.assets-landingi.com/F39esQbd/icon_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.375rem;width:7.375rem;top:12.5625rem;left:5.6875rem;display:block; }#NhOiL4Qyu7iAEUGxSiiFX6a3Dm9CsJTU.adaptive-delivery-prevent-bg, #NhOiL4Qyu7iAEUGxSiiFX6a3Dm9CsJTU.lazyload, #NhOiL4Qyu7iAEUGxSiiFX6a3Dm9CsJTU.lazyloading { background-image: none; }
#Iuw3s25LV3DN6RN8S6EptxuJ0qBHacCs { color:#008bd1;display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.9375rem;left:0.625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sb1TnSTDfPn4Tph6fZfRwvwEDi7Rdnne { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:18.75rem;top:26.437500774861rem;left:0rem;display:block; }
#mEzBwUCtvNCeivQ6NfOSRf3wX8GEuBWk { color:#2d2929;display:block;width:16.9375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.41250038147rem;left:0.90625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xkmbGz1DT2DTpPhdIpnqTGQ41zx2TC5b { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:30.875rem;width:18.75rem;top:10.624999821186rem;left:20.625001907349rem;display:block; }
#QuAHy4dBe3CPp3MTsbVcN7R9UDK5UUI9 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),0.83);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:18.75rem;top:26.437500774861rem;left:20.625001907349rem;display:block; }
#WBiEtQvarw0RFHq6Zxw5EQZDUqC6vxm8 { color:#2f59c8;display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.9375rem;left:21.250001907349rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANhD6Qrdh5hmJKmdJyATpt1HgGrJtdMb { position:absolute;display:block;z-index:15013;background-color:#2f59c8;background-image:url("https://images.assets-landingi.com/EFs0emZR/icon_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.375rem;width:7.375rem;top:12.5625rem;left:26.312501907349rem;display:block; }#ANhD6Qrdh5hmJKmdJyATpt1HgGrJtdMb.adaptive-delivery-prevent-bg, #ANhD6Qrdh5hmJKmdJyATpt1HgGrJtdMb.lazyload, #ANhD6Qrdh5hmJKmdJyATpt1HgGrJtdMb.lazyloading { background-image: none; }
#z4VVHN0LLMAP63NDx2ZuFRfw4k56f45n { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:29.625rem;width:18.75rem;top:10.625rem;left:41.250001907349rem;display:block; }
#sLXtqgCSixZqWCMr8TLpabVUyMLmflAb { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:18.75rem;top:26.437499403954rem;left:41.249291419983rem;display:block; }
#f0ZFckEpbuvVte9pfgNlVapKNro7IUJ6 { color:rgba(var(--color-secondary-3),1);display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:19.9375rem;left:41.875001907349rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wuRN9PE11ozODixI81oboUTK1R9hpe8X { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/ffOVd66a/icon_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.375rem;width:7.375rem;top:12.5625rem;left:46.937498092651rem;display:block; }#wuRN9PE11ozODixI81oboUTK1R9hpe8X.adaptive-delivery-prevent-bg, #wuRN9PE11ozODixI81oboUTK1R9hpe8X.lazyload, #wuRN9PE11ozODixI81oboUTK1R9hpe8X.lazyloading { background-image: none; }
#VrmTuqD4RFyR4ubF88HtTPsWA94zoySm { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.875rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0oe54tIZ5WwRFFU3CNva5celMiM0JQI { color:#2d2929;display:block;width:16.9375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:26.874290466309rem;left:21.531250953674rem;height:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MPBXfRGKlQ6G7V1NEgu8fXfSt5MTbaVf { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ngc2lzPTJFAGW4FGhNstGR8Llzs041a6 { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:3.49375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZfTDRRl1GeUc7PwXUAEEEzwTTG5CCa52 { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:41.64999961853rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X8egqcwlBLtP4281olIfs8BB84ZSqil5 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:21.887073993683rem;left:20.656250953674rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sKMJbv8f8d6KtTcwuPsulKuZEhmfWCJZ { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:23.174716949463rem;left:41.311791419983rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VMpVe7I5t8ftSpHgpDNT2CmOkp9QlKWg { color:#2d2929;display:block;width:18.25rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:26.874287962914rem;left:41.749291419983rem;height:8.775rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E50Ia9mlbxx4kTqnfg0lgfFqzZwVmLFn { color:#2d2929;display:block;width:16.9375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:26.693180084229rem;left:0.90625rem;height:5.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d3eVRdbbccKpCwELhbPD6KOnTy68WnyK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#d3eVRdbbccKpCwELhbPD6KOnTy68WnyK > .row .container { background-color: transparent; background-image: none; }#d3eVRdbbccKpCwELhbPD6KOnTy68WnyK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3eVRdbbccKpCwELhbPD6KOnTy68WnyK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3eVRdbbccKpCwELhbPD6KOnTy68WnyK > .row .container > .video-iframe-container { display: none; }#d3eVRdbbccKpCwELhbPD6KOnTy68WnyK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d3eVRdbbccKpCwELhbPD6KOnTy68WnyK > .row > .video-iframe-container { display: none; }#d3eVRdbbccKpCwELhbPD6KOnTy68WnyK > .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); }#d3eVRdbbccKpCwELhbPD6KOnTy68WnyK > .row .container { border-width: 0; border-radius: 0; }#d3eVRdbbccKpCwELhbPD6KOnTy68WnyK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d3eVRdbbccKpCwELhbPD6KOnTy68WnyK > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:60rem;position:relative;display:block; }#cl9c3D8U9Td4wg0fVEvS8Ba64wA1qAUi { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:25.1875rem;width:18.75rem;top:11.625rem;left:0rem;display:block; }
#df4OZ1hhhxs13JX3C9LrvqNiu2ubVTiC { position:absolute;display:block;z-index:15006;background-color:#008bd1;background-image:url("https://images.assets-landingi.com/F39esQbd/icon_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.375rem;width:7.375rem;top:12.5625rem;left:5.6875rem;display:block; }#df4OZ1hhhxs13JX3C9LrvqNiu2ubVTiC.adaptive-delivery-prevent-bg, #df4OZ1hhhxs13JX3C9LrvqNiu2ubVTiC.lazyload, #df4OZ1hhhxs13JX3C9LrvqNiu2ubVTiC.lazyloading { background-image: none; }
#IS6LUuD2vNExszv6vB1AtKTC1BPszKgr { color:#008bd1;display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.9375rem;left:0.625rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tThpXAP5RFQZLDfXu6pRTvClPb9arOV6 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:18.75rem;top:26.4375rem;left:0rem;display:block; }
#gJ2CQLnCk7nzgo1zTMFwEqOo8Ohx83mA { color:#2d2929;display:block;width:16.9375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.41250038147rem;left:0.90625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q653kzk8RwaiK6vbkD7dgsgMOGhXJndn { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:25rem;width:18.75rem;top:11.875rem;left:20.625001907349rem;display:block; }
#ud8A4CmLdGbI4pF45IfmNknJaaahK8aE { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),0.83);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9375rem;width:18.75rem;top:26.4375rem;left:20.625001907349rem;display:block; }
#Pq0teFoNVPP4BwmyfGDoDicg4JI7pWCr { color:#2f59c8;display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.9375rem;left:21.250001907349rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xt2OTyXyT3ZseMqxzlk6RzGOfgzdHGP0 { position:absolute;display:block;z-index:15013;background-color:#2f59c8;background-image:url("https://images.assets-landingi.com/EFs0emZR/icon_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.375rem;width:7.375rem;top:12.5625rem;left:26.312501907349rem;display:block; }#Xt2OTyXyT3ZseMqxzlk6RzGOfgzdHGP0.adaptive-delivery-prevent-bg, #Xt2OTyXyT3ZseMqxzlk6RzGOfgzdHGP0.lazyload, #Xt2OTyXyT3ZseMqxzlk6RzGOfgzdHGP0.lazyloading { background-image: none; }
#ODrOZtE6RrH61vDN45REbFeWMrzxkuVZ { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(var(--color-tertiary-4),0.21) ;height:24.875rem;width:18.75rem;top:12rem;left:41.250001907349rem;display:block; }
#a93PGgBXEQHn77MFHVRCmKZNOedEeqCk { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:18.8125rem;top:25.41250038147rem;left:41.312501907349rem;display:block; }
#slobE2wvVGMXnV2yG6G8odxmVEXLU2sO { color:rgba(var(--color-secondary-3),1);display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:19.9375rem;left:41.875001907349rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AkmaTsKC5THaEeMh0mbkR4cKqK1D8IzC { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/ffOVd66a/icon_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:7.375rem;width:7.375rem;top:12.5625rem;left:46.937498092651rem;display:block; }#AkmaTsKC5THaEeMh0mbkR4cKqK1D8IzC.adaptive-delivery-prevent-bg, #AkmaTsKC5THaEeMh0mbkR4cKqK1D8IzC.lazyload, #AkmaTsKC5THaEeMh0mbkR4cKqK1D8IzC.lazyloading { background-image: none; }
#iuXJinsLLK3VMGdbVXuwaUmxy74iVTct { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21.875rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SIQvBTXyTqgLNagUpISnvIk0y8RUtFKI { color:#f80202;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:4.625rem;left:0rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KUy8peGXBnB8KL2oFlP8gxAxF7uBt8OH { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:3.49375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KlTJHzg72pUcFUXaWZbxxtTI7vsVQyFi { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:37.11171913147rem;left:0rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fbe8BqQ1VHtSREySFfksGHfzvKenZfMz { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:21.887073993683rem;left:20.656250953674rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tybFlJ94TZ88lTzWRRKNzZmrd3eQBOX1 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:23.174716949463rem;left:41.311791419983rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntL5I186J1yzbDkgkzxQn3wf8mNHyJDf { color:#2d2929;display:block;width:18.25rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:26.874287962914rem;left:41.749291419983rem;height:5.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yMG15vBoKF3EAMWP38sURQAHBiLCIEvu { color:#2d2929;display:block;width:16.9375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:26.693180084229rem;left:0.90625rem;height:5.85rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V2gvlTa3LOlhtsquVTTABu2QfTqsxofg { color:#2d2929;display:block;width:17.9375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:26.23046875rem;left:21.093751907349rem;height:10.2375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E2aXoHaeRdwUn2Tlh8VK9XA4gXgoNnnM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#E2aXoHaeRdwUn2Tlh8VK9XA4gXgoNnnM > .row .container { border-width: 0; border-radius: 0; }#E2aXoHaeRdwUn2Tlh8VK9XA4gXgoNnnM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2aXoHaeRdwUn2Tlh8VK9XA4gXgoNnnM > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:60rem;position:relative;display:none; }#rpxUsT4dNrASMLeTThbEzqZxHUowyXh7 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5rem;left:8.25rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RIgMa9M8SGtWQyZllPWC8wvwLL1VKVWD { color:rgba(var(--color-tertiary-0),1);display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5625rem;left:9.875rem;height:5.3625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rz4F8oEIuUadU0GsHpJTd9cU4hct4JG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rz4F8oEIuUadU0GsHpJTd9cU4hct4JG8 > .row .container { background-color: transparent; background-image: none; }#Rz4F8oEIuUadU0GsHpJTd9cU4hct4JG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rz4F8oEIuUadU0GsHpJTd9cU4hct4JG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rz4F8oEIuUadU0GsHpJTd9cU4hct4JG8 > .row .container > .video-iframe-container { display: none; }#Rz4F8oEIuUadU0GsHpJTd9cU4hct4JG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rz4F8oEIuUadU0GsHpJTd9cU4hct4JG8 > .row > .video-iframe-container { display: none; }#Rz4F8oEIuUadU0GsHpJTd9cU4hct4JG8 > .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); }#Rz4F8oEIuUadU0GsHpJTd9cU4hct4JG8 > .row .container { border-width: 0; border-radius: 0; }#Rz4F8oEIuUadU0GsHpJTd9cU4hct4JG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rz4F8oEIuUadU0GsHpJTd9cU4hct4JG8 > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#oUJs7klrEzXw5twtRvRo4ELyVbG7Zyfn { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.875rem solid #9c9c9c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(var(--color-tertiary-4),0.35) ;height:18.75rem;width:59.1875rem;top:5.5902042388916rem;left:0.40625rem;display:block; }
#xvngDhdk1JiEIC7mMTS1rs1E9Ln7von2 { color:rgba(var(--color-primary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.4495735168456rem;left:21.312500953674rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuIrr8nIIMqcMkZQBCc0uND1zWHhVxii { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:3.49375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u11NgTyXKBBAVhLveQ4ozCMrpdF6nZNW { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:10.5rem;top:6.4495735168456rem;left:3.5000009536743rem;overflow:hidden;display:block; }
#KRwULcpRRhxoWIs7rGOgIOpsVRAHFGz5 { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:26.818193435669rem;left:0rem;height:7.3125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sy4qv85J7m4HQ7tCUPELA00rOqXXSEiq { color:rgba(var(--color-tertiary-3),1);display:block;width:42.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:11.388494491577rem;left:17.311791419983rem;height:7.8rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efeeee;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; }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row .container { background-color: transparent; background-image: none; }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row .container > .video-iframe-container { display: none; }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row > .video-iframe-container { display: none; }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .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); }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row .container { border-width: 0; border-radius: 0; }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;position:relative;display:block; }#PReg98OfHIyrTyE8AcURzo6IG4OF9iqc { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:0.9375rem;height:3.49375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tda4VVXq2UvD8SGhfFT0DmpbpXB2xp2h { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;height:4.625rem;width:28rem;top:6.4375rem;left:1rem;display:block; }
#qalPTqPm29T51TKTwv1QgUUTfZuK8TLX { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.4375rem;left:2rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wGQhZfxoPWZdE8L6LaS1KsrpTNaTXXtQ { color:rgba(var(--color-tertiary-1),1);display:block;width:27.8125rem;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:12.6875rem;left:1.0625rem;height:11.025rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#BeyCG3Xdl18GkfT21epb8VGv4cJGbTNd { color:rgba(var(--color-tertiary-2),1);display:block;width:29rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.125rem;left:31rem;height:6.9875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yimNrwFT766zM6u6WboT06gvix1ycBvv { color:rgba(var(--color-tertiary-1),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:24.575000762939rem;left:0rem;height:3.15rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#I8mC5vSKx5ZvQr0k6qh9w2M4GKAcVG6e { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:28.5625rem;top:8.7750005722044rem;left:30.718751907349rem;overflow:hidden;display:block; }
#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row .container { background-color: transparent; background-image: none; }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row .container > .video-iframe-container { display: none; }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row > .video-iframe-container { display: none; }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .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); }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row .container { border-width: 0; border-radius: 0; }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#a347puRBrR9m5spRkhXU9qLE7Lb02BTU { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:"times new roman";font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:3.49375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ohx1kk0iprXhKTLCBEkSiHCx57eTcqu1 { color:rgba(var(--color-tertiary-1),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5625150203705rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kIWWsPM51gNN97zbtZBTKEEsURZqpmdE { position:relative;display:block; }#kIWWsPM51gNN97zbtZBTKEEsURZqpmdE { background-color: transparent; background-image: none; }#kIWWsPM51gNN97zbtZBTKEEsURZqpmdE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIWWsPM51gNN97zbtZBTKEEsURZqpmdE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIWWsPM51gNN97zbtZBTKEEsURZqpmdE > .row .container > .video-iframe-container { display: none; }#kIWWsPM51gNN97zbtZBTKEEsURZqpmdE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kIWWsPM51gNN97zbtZBTKEEsURZqpmdE > .row > .video-iframe-container { display: none; }#kIWWsPM51gNN97zbtZBTKEEsURZqpmdE > .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); }#kIWWsPM51gNN97zbtZBTKEEsURZqpmdE { border-width: 0; border-radius: 0; }#kIWWsPM51gNN97zbtZBTKEEsURZqpmdE > .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; }#kIWWsPM51gNN97zbtZBTKEEsURZqpmdE > .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:21.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oZS7trAHs1JS4VuLP2yKTwkn3bC8hlmx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.875rem;width:26.5rem;top:0.609375rem;left:1.75rem;display:block; }
#bSgQBu5OI7rpO5yLEp3EfFcrdbH00lvk { color:rgba(var(--color-tertiary-1),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.850000858307rem;left:1.6875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d1D81ndhbrvnThUyuBbA68LeXgRpF0cy { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:14.875rem;width:26.5rem;top:0.55000019073486rem;left:31.89999961853rem;display:block; }
#v9lFLBoo4ubHI2pKyzWToqTcqV1z01pn { color:rgba(var(--color-tertiary-1),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:15.850001335144rem;left:31.656251907349rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k1xWbfzb33bM4bsDKdyE6XyHMk7RUndM { position:relative;display:block; }#k1xWbfzb33bM4bsDKdyE6XyHMk7RUndM { background-color: transparent; background-image: none; }#k1xWbfzb33bM4bsDKdyE6XyHMk7RUndM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1xWbfzb33bM4bsDKdyE6XyHMk7RUndM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1xWbfzb33bM4bsDKdyE6XyHMk7RUndM > .row .container > .video-iframe-container { display: none; }#k1xWbfzb33bM4bsDKdyE6XyHMk7RUndM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1xWbfzb33bM4bsDKdyE6XyHMk7RUndM > .row > .video-iframe-container { display: none; }#k1xWbfzb33bM4bsDKdyE6XyHMk7RUndM > .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); }#k1xWbfzb33bM4bsDKdyE6XyHMk7RUndM { border-width: 0; border-radius: 0; }#k1xWbfzb33bM4bsDKdyE6XyHMk7RUndM > .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; }#k1xWbfzb33bM4bsDKdyE6XyHMk7RUndM > .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:21.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KBWaw3xgXtiq4uUyqxl3nxze3V3kw2WL { color:rgba(var(--color-tertiary-1),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:15.850000858307rem;left:1.6875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XsFFmUbTObkANvfUxLaZByvTvmJEQU2d { color:rgba(var(--color-tertiary-1),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:15.850001335144rem;left:31.656251907349rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kKAqtddTPMZsyMXNE94mJBSiA0NJ9X5s { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:21.625rem;top:0rem;left:34.187501907349rem;overflow:hidden;display:block; }
#TAJZFL0svfqGTgGaq2u6dyBiESN1rNpe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:22.9375rem;top:0rem;left:3.53125rem;overflow:hidden;display:block; }
#TfyHZsR4nt0AXtzPDJosAkUHTfMnsH9e { 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/55756332-2f1d-40e7-ba56-b3e36bf2bcbe/3.crop_903x936_151,119.preview.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TfyHZsR4nt0AXtzPDJosAkUHTfMnsH9e.adaptive-delivery-prevent-bg, #TfyHZsR4nt0AXtzPDJosAkUHTfMnsH9e.lazyload, #TfyHZsR4nt0AXtzPDJosAkUHTfMnsH9e.lazyloading { background-image: none; }#TfyHZsR4nt0AXtzPDJosAkUHTfMnsH9e > .row .container { border-width: 0; border-radius: 0; }#TfyHZsR4nt0AXtzPDJosAkUHTfMnsH9e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfyHZsR4nt0AXtzPDJosAkUHTfMnsH9e > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;position:relative;display:none; }#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-form-header {  }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:27.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;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:27.3125rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-text {padding-top: 0; padding-bottom: 0;}#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;background-color:rgba(var(--color-tertiary-0),0.15);background-image:none;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:27.3125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--headlines-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-select {padding-top: 0; padding-bottom: 0;}#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#09089f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.75rem;margin-bottom:0.25rem;margin-left:2.75rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:21.8125rem;height:3.75rem;font-family:"titillium web";overflow:hidden;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:26.25rem;overflow:hidden;font-style:normal;float:none; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .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; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .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:var(--headlines-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-container:first-of-type{padding-top:0;}#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-container:last-of-type{padding-bottom:0;}#xIpfG8bfWDbCedNRFaci067K0NFxNyHz  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.24609375rem;left:25.750001907349rem; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.3125rem;display:block;vertical-align:top; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz {display:block;}#xIpfG8bfWDbCedNRFaci067K0NFxNyHz { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.24609375rem;left:25.750001907349rem; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #UrzVsnmhg1VxbOcaUyJAWAPvx2Prz0Su { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #EMUknuvCTv1OnHyv3rsHqH0Och84ZTyd { position:relative;display:none; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #WnWTlWQLrIztd0X65AT5ioeTIQ6SmETx { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #obqXn3cZT36RUtEywpsBEAgzguS36ek7 { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #kFkI0hpwN0GzMP1Z28J0TyfyQghxtu44 { position:relative;display:none; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #DoimiVE1h5Htkb29iFFz1lhIAXDSLl6e { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #GpPV8hTxuhKzW0EZ9yIBAHJOhnRI9iTK { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #Q39pJ3bV9ZaTLikFCHTrgSX8X2Kaynli { position:relative;display:none; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #g9d84olBzoJU7NoDwSgS4z13t9Rzye5G { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #kHAMh8CZ6XDq1FlxwLr5tGghXTAMoEn6 { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #Ubddwnu0Iwbmn1OaN2Ar7ip6NxZPTTMN { position:relative;display:none; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #E5NrSgEkrMXoaRR0lkbEv1y6rB7iwlyM { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #ETEe8C67B60eTD7a2CRZv6vNZUUCpUIS { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #vRisATF119BgPTstdSr2rwa3svZIun9P { position:relative;display:none; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #OTBNEK5EEh3AadbGN01g3ZZooDDC3xHT { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #O2iy2GEpqP5o3cSZUvo4pBl9xTAxCJu4 { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #Zk10CeL4WlhKVKcy262s4bRALDO4WRlT { position:relative;display:none; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #rwgWS74dzgpE0o1bFTNO7ZBdD1lavmz8 { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #tecEAAbplT1slXuJMFwSXikSv2X8Evfn { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #MZwfpWrQo71mLSPoFrQhcfguP2AuLtR7 { position:relative;display:none; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #aMICXv6BvOCJi0cI40mBTsJw73b5oXQI { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #N2Jn7ptN1zf9CGKPLdFDiOTUz2XezPEf { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #S9c7zZO2RrrPL84Wtv2XBhC5xtiOn6CS { position:relative;z-index:2; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #yqRTwGM5T19DGNnFPbbREvnQ9pnxS0uh { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #g8zGafavAmz6dtDg51SITCUrv1uKt14T { position:relative; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz #pd3EktgAyCblmTeWpKZt4Jgq28Q65Dvm { position:relative; }
#GzlOtLPW1QMTtvcTlBTTW2lq4Jbxedem { color:rgba(var(--color-tertiary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.8610229492188E-6rem;left:30.343750953674rem;height:5.525rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kKWm5MavoszCfiv4JbGRLAnua7JQ2Iwk { color:rgba(var(--color-tertiary-1),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:43.637061536312rem;left:29.250710487366rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pNw5X3rqWndTOIuR0HRo19r8AmuTwNMq { position:relative;display:block; }#pNw5X3rqWndTOIuR0HRo19r8AmuTwNMq { background-color: transparent; background-image: none; }#pNw5X3rqWndTOIuR0HRo19r8AmuTwNMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNw5X3rqWndTOIuR0HRo19r8AmuTwNMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNw5X3rqWndTOIuR0HRo19r8AmuTwNMq > .row .container > .video-iframe-container { display: none; }#pNw5X3rqWndTOIuR0HRo19r8AmuTwNMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNw5X3rqWndTOIuR0HRo19r8AmuTwNMq > .row > .video-iframe-container { display: none; }#pNw5X3rqWndTOIuR0HRo19r8AmuTwNMq > .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); }#pNw5X3rqWndTOIuR0HRo19r8AmuTwNMq { border-width: 0; border-radius: 0; }#pNw5X3rqWndTOIuR0HRo19r8AmuTwNMq > .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; }#pNw5X3rqWndTOIuR0HRo19r8AmuTwNMq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eR7q17kkdMtftkCadUnkANq49ef8rPhB { color:rgba(var(--color-tertiary-4),1);display:block;width:43.4375rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4500002861023rem;left:16.4375rem;height:5.85rem;text-align:center;text-align-last:center;display:block; }
#wFu2hlCgx75pRxa6RnZNz7kHNZPz1qWL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:17rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e { background-color:rgba(var(--color-secondary-3),1);background-image:none;z-index:;position:relative;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;display:block; }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row .container { background-color: transparent; background-image: none; }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row .container > .video-iframe-container { display: none; }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row > .video-iframe-container { display: none; }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .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); }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row .container { border-width: 0; border-radius: 0; }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:60rem;position:relative;display:block; }#M7MTOq5EEiXfLWhb07I5kri5mxrFACtk { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.2;top:10.600006103516rem;left:31.062501907349rem;background-color:transparent;background-image:none;height:1.8rem;text-align:center;text-align-last:center;color:#f9f9f9;display:block; }
#M0J8yRlIwF814v2pD5nehaB9e1pAvgHb { background-color:#ccd4db;background-image:none;height:12.5rem;width:0.0625rem;position:absolute;display:block;z-index:15006;top:3.25rem;left:29.6875rem;display:block; }
#aWwqJTGR6OiqKAbNDOEEArBrb0LFhf3O { display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;top:7.35546875rem;left:32.250001907349rem;background-color:transparent;background-image:none;height:1.8rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#tzKyq65EXJ3f6AIqyg2GqP4E0xyMgu3S { display:block;width:27.75rem;position:absolute;font-family:comfortaa;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;top:1.7624988555908rem;left:30.500001907349rem;background-color:transparent;background-image:none;height:1.575rem;text-align:center;text-align-last:center;color:#f9f9f9;font-style:normal;display:block; }
#STQcdMxUGLXyxZbHSdpfKz7JJbtMTPcN { box-sizing:content-box;color:#f9f9f9;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:10.4375rem;left:31.062501907349rem;display:block; }
#l8otTbtM66FPdMJctoMg3KQpnAah4kXt { box-sizing:content-box;color:#f9f9f9;font-size:2rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:6.7874984741213rem;left:31.062501907349rem;display:block; }
#xEeee8OZWCSCU1GWWx4plKZeqdeXcRs0 { color:rgba(var(--color-primary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.7620487213135rem;left:3.0312509536743rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AfyGNG86NsS8k29IerzNCEoJQmUyoFWo { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-3),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:15.9375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:9.0241222381594rem;left:9.9375009536744rem;display:block; }
#uzh7vhailkBFTLF7VA9anxokOmVwSQWQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yI0toVtlBCt4kIWuHt3vLK19cHuILg6Z { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:4.0625rem;left:30.187501907349rem;height:1.3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZ8clOfdZEooengBNCSCUXnBaTdyR6RP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:8.2499752044675rem;left:3.0312509536743rem; }
#OZ8clOfdZEooengBNCSCUXnBaTdyR6RP > img { max-width: 100%;max-height:100%; width:5rem; height:5rem; }#BiDChyH6MnO8yBnO28Rkl6w4o74IuqWB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:4.5rem;top:0.59798622131348rem;left:27.468750953674rem;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) { #qWWkOQW6KZnowp4oTO4yNLQQ6rgcDe4J { width:47.75rem;height:7.75rem;top:3.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikeakm3hg8nqRaLbvJBuvxLGpRp2I8hd { width:15.9375rem;height:3.4375rem;top:17.25rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #om978xLnwnLUX6q38dTTmTJ1CLvdXmb8 { display:block; }
 }@media only screen and (max-width: 763px) { #M7rdgVaZOTyd1sKxcrCLc9wQXWMSG7Tz { width:15.9375rem;height:3.4375rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMAJSSTGeXRVOBJcvNmeneAOpHyu624h { display:block; }
 }@media only screen and (max-width: 763px) { #mJs9kWT9wKDz2KTIWE8y7fUhPRXb4AKI { width:47.75rem;height:1.5625rem;top:13rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulNkuK0J5shFN9Ju7Q8GqIzRI3wfnqSs { top:14.625rem;left:14.406251907349rem;width:18.9375rem;height:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg4zgi6MTxz2NzB3QJQNp7Aw49gGVdmI { top:23.9375rem;left:39.562501907349rem;width:5.0625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7VOBaBqs4T1TkU5atvANTZ0i9PoP3dI { top:24.0625rem;left:0.25rem;width:8.9375rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb6PrHrNTqAsmtkGw1XS9FRnioErf68u { width:47.75rem;height:3.875rem;top:7.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw { display:block; }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdpxSWoyqSUMhGd0CguFC7vkygEJOhsE { width:32.6875rem;height:32.6875rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhTrPftSdchP3Qh9aLkTTfiehJKRX2W8 { width:6rem;height:6rem;top:3.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU8SbH1Dbk2OtRUcv8ze9HVpJZ2WJvgv { width:25.6875rem;height:25.6875rem;top:10.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNE2HqkekeenC1BcVq6n9KtbwAHof17N { width:6rem;height:6rem;top:22.6875rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAzPTX1GIlIXF6EvTARPwCkZDCF9a8TJ { width:6rem;height:6rem;top:9.625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzufealB5H3v9IIJUgIEpVGKfPCqD2iu { width:6rem;height:6rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5kCyGfWmRcbTnOE33g00WCs1TDE45vO { width:6rem;height:6rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hETX5ZPi3fK8mNyDWeAeFMXgtONUHRNK { width:41.9375rem;height:1.1875rem;top:9.875rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S12FnnGVWdRBbEJPmMy5ztbh2biEvOna { width:41.9375rem;height:1.1875rem;top:15.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHC4SZohfammPhyahOkCQ6Gzvr8VkhAC { width:28.5rem;height:1.1875rem;top:15.875rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSZAIg6T0uFMfIg830r7q6n6kF5gkBe5 { width:41.9375rem;height:1.1875rem;top:29.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8LuclMZ18GiuGTwfxGaJUTqE9zCVB6k { width:6.9375rem;height:1.1875rem;top:29.3125rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmuvDX4m5Z37OmhqJaW0kB7ubClrncIW { width:22.5625rem;height:2.375rem;top:1.4375rem;left:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6FCgWJraTsSB6uB31nAKyTH9fvfINUe { width:20.3125rem;height:10.5rem;top:5.4375rem;left:27.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeMdaN5REEpfaL7n0rE7m01v75U3SmHx { width:19.75rem;height:19.25rem;top:17.5625rem;left:28rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdTfmrWVv91zMLnUCUfa3BgOMfRs4T0x { width:4.5625rem;height:4.5625rem;top:3.8125rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAvQXnrR7EeLhkHrBIhPEJyGU8k5x4R1 { width:7.125rem;height:7.125rem;top:9.4375rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVx8CyTkuELud1CIx53wTXKJWGxc1bvP { width:6.5625rem;height:6.5625rem;top:22.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWspt88dVLSIGKpnkDQ5EeuFKXP803uV { width:9.625rem;height:9.625rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKh9AOPNLivTTquqzgLQt9zsGFGOmt1J { width:6.0625rem;height:6.0625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuCFKTkHHWaT43TNb5aeZx2tV7dhnLMz { display:block; }#BuCFKTkHHWaT43TNb5aeZx2tV7dhnLMz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6CexnmwT8ZlMXNOynSFpO3aAqil75VT { width:35.875rem;height:11.6875rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0GcuG1uTm9odDzVggVpB1aQptzXqfH2 { width:20.6875rem;height:3.4375rem;top:16.125rem;left:0rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAHnFkTaV48BA5OZz4VG8RLGE86woMoK { width:47.75rem;height:4.375rem;top:20.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lddsDHWUUi0LaBU54Qd3oHcT1zuPXKKT { width:47.75rem;height:3.4375rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIfMZvSNPeyOmr2OWREFaxBnrk2bnIfB { top:0.5rem;left:20.4375rem;width:21.75rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #iioRevtkBKrHpIXq6cH3KEa8DuyV9IhB { display:block; }#iioRevtkBKrHpIXq6cH3KEa8DuyV9IhB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ks9dQpX6JrtLLUWb3NTchsHT2WzJEKHQ { top:6.375rem;left:0rem;width:47.0625rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB0CKSpd87QweSvDQ1Obd2QnDEob0Zms { display:block; }#GB0CKSpd87QweSvDQ1Obd2QnDEob0Zms > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT4kiJVZhJCczw2n8ZEG7quStW6WTaGS { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhOiL4Qyu7iAEUGxSiiFX6a3Dm9CsJTU { width:7.375rem;height:7.375rem;top:12.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iuw3s25LV3DN6RN8S6EptxuJ0qBHacCs { width:15rem;height:0;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb1TnSTDfPn4Tph6fZfRwvwEDi7Rdnne { width:15rem;height:13.75rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEzBwUCtvNCeivQ6NfOSRf3wX8GEuBWk { width:12.6875rem;height:0;top:15.5rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkmbGz1DT2DTpPhdIpnqTGQ41zx2TC5b { width:15rem;height:33.125rem;top:0rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuAHy4dBe3CPp3MTsbVcN7R9UDK5UUI9 { width:15rem;height:13.75rem;top:13.5625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBiEtQvarw0RFHq6Zxw5EQZDUqC6vxm8 { width:15rem;height:0;top:10.3125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANhD6Qrdh5hmJKmdJyATpt1HgGrJtdMb { width:7.375rem;height:7.375rem;top:1.9375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4VVHN0LLMAP63NDx2ZuFRfw4k56f45n { width:15rem;height:33.125rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLXtqgCSixZqWCMr8TLpabVUyMLmflAb { width:15rem;height:13.75rem;top:13.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0ZFckEpbuvVte9pfgNlVapKNro7IUJ6 { width:15rem;height:0;top:10.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuRN9PE11ozODixI81oboUTK1R9hpe8X { width:7.375rem;height:7.375rem;top:1.9375rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrmTuqD4RFyR4ubF88HtTPsWA94zoySm { width:18.6875rem;height:3.875rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0oe54tIZ5WwRFFU3CNva5celMiM0JQI { width:12.6875rem;height:0;top:15.5rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPBXfRGKlQ6G7V1NEgu8fXfSt5MTbaVf { width:47.75rem;height:2.875rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngc2lzPTJFAGW4FGhNstGR8Llzs041a6 { width:47.75rem;height:3.4375rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfTDRRl1GeUc7PwXUAEEEzwTTG5CCa52 { width:47.75rem;height:2.875rem;top:41.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8egqcwlBLtP4281olIfs8BB84ZSqil5 { width:18.6875rem;height:3.875rem;top:21.875rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKMJbv8f8d6KtTcwuPsulKuZEhmfWCJZ { width:18.6875rem;height:1.25rem;top:23.125rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMpVe7I5t8ftSpHgpDNT2CmOkp9QlKWg { width:12.6875rem;height:0;top:15.5rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E50Ia9mlbxx4kTqnfg0lgfFqzZwVmLFn { width:12.6875rem;height:0;top:15.5rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3eVRdbbccKpCwELhbPD6KOnTy68WnyK { display:block; }#d3eVRdbbccKpCwELhbPD6KOnTy68WnyK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cl9c3D8U9Td4wg0fVEvS8Ba64wA1qAUi { width:15rem;height:33.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #df4OZ1hhhxs13JX3C9LrvqNiu2ubVTiC { width:7.375rem;height:7.375rem;top:12.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS6LUuD2vNExszv6vB1AtKTC1BPszKgr { width:15rem;height:0;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tThpXAP5RFQZLDfXu6pRTvClPb9arOV6 { width:15rem;height:13.75rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ2CQLnCk7nzgo1zTMFwEqOo8Ohx83mA { width:12.6875rem;height:0;top:15.5rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q653kzk8RwaiK6vbkD7dgsgMOGhXJndn { width:15rem;height:33.125rem;top:0rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud8A4CmLdGbI4pF45IfmNknJaaahK8aE { width:15rem;height:13.75rem;top:13.5625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq0teFoNVPP4BwmyfGDoDicg4JI7pWCr { width:15rem;height:0;top:10.3125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt2OTyXyT3ZseMqxzlk6RzGOfgzdHGP0 { width:7.375rem;height:7.375rem;top:1.9375rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODrOZtE6RrH61vDN45REbFeWMrzxkuVZ { width:15rem;height:33.125rem;top:0rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a93PGgBXEQHn77MFHVRCmKZNOedEeqCk { width:15rem;height:13.75rem;top:13.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #slobE2wvVGMXnV2yG6G8odxmVEXLU2sO { width:15rem;height:0;top:10.3125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkmaTsKC5THaEeMh0mbkR4cKqK1D8IzC { width:7.375rem;height:7.375rem;top:1.9375rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuXJinsLLK3VMGdbVXuwaUmxy74iVTct { width:18.6875rem;height:2.5625rem;top:21.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIQvBTXyTqgLNagUpISnvIk0y8RUtFKI { width:47.75rem;height:5.8125rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUy8peGXBnB8KL2oFlP8gxAxF7uBt8OH { width:47.75rem;height:3.4375rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlTJHzg72pUcFUXaWZbxxtTI7vsVQyFi { width:47.75rem;height:5.8125rem;top:37.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fbe8BqQ1VHtSREySFfksGHfzvKenZfMz { width:18.6875rem;height:3.875rem;top:21.875rem;left:13.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tybFlJ94TZ88lTzWRRKNzZmrd3eQBOX1 { width:18.6875rem;height:1.25rem;top:23.125rem;left:28.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntL5I186J1yzbDkgkzxQn3wf8mNHyJDf { width:12.6875rem;height:0;top:15.5rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMG15vBoKF3EAMWP38sURQAHBiLCIEvu { width:12.6875rem;height:0;top:15.5rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2gvlTa3LOlhtsquVTTABu2QfTqsxofg { width:12.6875rem;height:0;top:15.5rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2aXoHaeRdwUn2Tlh8VK9XA4gXgoNnnM { display:block; }#E2aXoHaeRdwUn2Tlh8VK9XA4gXgoNnnM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rpxUsT4dNrASMLeTThbEzqZxHUowyXh7 { width:43.5rem;height:2.875rem;top:3.5rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIgMa9M8SGtWQyZllPWC8wvwLL1VKVWD { width:40.25rem;height:5.3125rem;top:8.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz4F8oEIuUadU0GsHpJTd9cU4hct4JG8 { display:block; }#Rz4F8oEIuUadU0GsHpJTd9cU4hct4JG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUJs7klrEzXw5twtRvRo4ELyVbG7Zyfn { width:47.75rem;height:18.75rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvngDhdk1JiEIC7mMTS1rs1E9Ln7von2 { width:18.75rem;height:2.8125rem;top:6.4375rem;left:13rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuIrr8nIIMqcMkZQBCc0uND1zWHhVxii { width:47.75rem;height:3.4375rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u11NgTyXKBBAVhLveQ4ozCMrpdF6nZNW { top:6.4375rem;left:1.4375009536743rem;width:10.5rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRwULcpRRhxoWIs7rGOgIOpsVRAHFGz5 { width:47.75rem;height:7.25rem;top:26.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy4qv85J7m4HQ7tCUPELA00rOqXXSEiq { width:42.6875rem;height:7.75rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi { display:block; }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PReg98OfHIyrTyE8AcURzo6IG4OF9iqc { width:29rem;height:3.4375rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tda4VVXq2UvD8SGhfFT0DmpbpXB2xp2h { width:28rem;height:4.625rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qalPTqPm29T51TKTwv1QgUUTfZuK8TLX { width:26.875rem;height:2.375rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGQhZfxoPWZdE8L6LaS1KsrpTNaTXXtQ { width:27.8125rem;height:12.5625rem;top:12.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeyCG3Xdl18GkfT21epb8VGv4cJGbTNd { width:29rem;height:6.875rem;top:1.125rem;left:18.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yimNrwFT766zM6u6WboT06gvix1ycBvv { width:27.8125rem;height:3.125rem;top:24.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8mC5vSKx5ZvQr0k6qh9w2M4GKAcVG6e { top:8.75rem;left:19.1875rem;width:28.5625rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt { display:block; }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a347puRBrR9m5spRkhXU9qLE7Lb02BTU { width:47.75rem;height:3.4375rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohx1kk0iprXhKTLCBEkSiHCx57eTcqu1 { width:47.75rem;height:2.875rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIWWsPM51gNN97zbtZBTKEEsURZqpmdE { display:block; }#kIWWsPM51gNN97zbtZBTKEEsURZqpmdE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZS7trAHs1JS4VuLP2yKTwkn3bC8hlmx { top:0.5625rem;left:0rem;width:26.5rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSgQBu5OI7rpO5yLEp3EfFcrdbH00lvk { width:26.6875rem;height:2.875rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1D81ndhbrvnThUyuBbA68LeXgRpF0cy { top:0.5rem;left:21.25rem;width:26.5rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9lFLBoo4ubHI2pKyzWToqTcqV1z01pn { width:26.6875rem;height:4.3125rem;top:15.8125rem;left:21.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1xWbfzb33bM4bsDKdyE6XyHMk7RUndM { display:block; }#k1xWbfzb33bM4bsDKdyE6XyHMk7RUndM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBWaw3xgXtiq4uUyqxl3nxze3V3kw2WL { width:26.6875rem;height:2.875rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsFFmUbTObkANvfUxLaZByvTvmJEQU2d { width:26.6875rem;height:2.875rem;top:15.8125rem;left:21.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKAqtddTPMZsyMXNE94mJBSiA0NJ9X5s { top:0rem;left:25.000001907349rem;width:21.625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAJZFL0svfqGTgGaq2u6dyBiESN1rNpe { top:0rem;left:0.46875rem;width:22.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfyHZsR4nt0AXtzPDJosAkUHTfMnsH9e { display:block; }#TfyHZsR4nt0AXtzPDJosAkUHTfMnsH9e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-regular-label { width:27.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-text { width:27.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-text {padding-top: 0; padding-bottom: 0;}#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-textarea { width:27.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-select { width:27.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-select {padding-top: 0; padding-bottom: 0;}#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-button { width:21.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.75rem; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-checkbox-label { width:26.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz  { width:27.3125rem;height:auto;top:4.1875rem;left:17.9375rem; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .radio-container { width:27.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz {display:block;}#xIpfG8bfWDbCedNRFaci067K0NFxNyHz { width:27.3125rem;height:auto;top:4.1875rem;left:17.9375rem; }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #UrzVsnmhg1VxbOcaUyJAWAPvx2Prz0Su {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #EMUknuvCTv1OnHyv3rsHqH0Och84ZTyd { display:none; }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #WnWTlWQLrIztd0X65AT5ioeTIQ6SmETx {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #obqXn3cZT36RUtEywpsBEAgzguS36ek7 {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #kFkI0hpwN0GzMP1Z28J0TyfyQghxtu44 { display:none; }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #DoimiVE1h5Htkb29iFFz1lhIAXDSLl6e {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #GpPV8hTxuhKzW0EZ9yIBAHJOhnRI9iTK {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #Q39pJ3bV9ZaTLikFCHTrgSX8X2Kaynli { display:none; }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #g9d84olBzoJU7NoDwSgS4z13t9Rzye5G {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #kHAMh8CZ6XDq1FlxwLr5tGghXTAMoEn6 {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #Ubddwnu0Iwbmn1OaN2Ar7ip6NxZPTTMN { display:none; }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #E5NrSgEkrMXoaRR0lkbEv1y6rB7iwlyM {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #ETEe8C67B60eTD7a2CRZv6vNZUUCpUIS {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #vRisATF119BgPTstdSr2rwa3svZIun9P { display:none; }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #OTBNEK5EEh3AadbGN01g3ZZooDDC3xHT {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #O2iy2GEpqP5o3cSZUvo4pBl9xTAxCJu4 {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #Zk10CeL4WlhKVKcy262s4bRALDO4WRlT { display:none; }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #rwgWS74dzgpE0o1bFTNO7ZBdD1lavmz8 {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #tecEAAbplT1slXuJMFwSXikSv2X8Evfn {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #MZwfpWrQo71mLSPoFrQhcfguP2AuLtR7 { display:none; }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #aMICXv6BvOCJi0cI40mBTsJw73b5oXQI {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #N2Jn7ptN1zf9CGKPLdFDiOTUz2XezPEf {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #S9c7zZO2RrrPL84Wtv2XBhC5xtiOn6CS {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #yqRTwGM5T19DGNnFPbbREvnQ9pnxS0uh {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #g8zGafavAmz6dtDg51SITCUrv1uKt14T {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #pd3EktgAyCblmTeWpKZt4Jgq28Q65Dvm {  }
 }@media only screen and (max-width: 763px) { #GzlOtLPW1QMTtvcTlBTTW2lq4Jbxedem { width:24.25rem;height:5.5rem;top:0rem;left:23.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKWm5MavoszCfiv4JbGRLAnua7JQ2Iwk { width:30.5625rem;height:2.875rem;top:43.625rem;left:17.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNw5X3rqWndTOIuR0HRo19r8AmuTwNMq { display:block; }#pNw5X3rqWndTOIuR0HRo19r8AmuTwNMq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eR7q17kkdMtftkCadUnkANq49ef8rPhB { top:1.4375rem;left:4.3125rem;width:43.4375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFu2hlCgx75pRxa6RnZNz7kHNZPz1qWL { top:0.8125rem;left:0rem;width:17rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e { display:block; }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e { background-color: transparent; background-image: none; }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row .container > .video-iframe-container { display: none; }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row > .video-iframe-container { display: none; }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .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); }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7MTOq5EEiXfLWhb07I5kri5mxrFACtk { top:5.875rem;left:4.1875rem;width:12.5rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0J8yRlIwF814v2pD5nehaB9e1pAvgHb { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWwqJTGR6OiqKAbNDOEEArBrb0LFhf3O { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzKyq65EXJ3f6AIqyg2GqP4E0xyMgu3S { top:9.0625rem;left:27.625rem;width:19.8125rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQcdMxUGLXyxZbHSdpfKz7JJbtMTPcN { top:10.4375rem;left:24.937501907349rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8otTbtM66FPdMJctoMg3KQpnAah4kXt { top:6.75rem;left:24.937501907349rem;width:2.9375rem;height:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEeee8OZWCSCU1GWWx4plKZeqdeXcRs0 { width:22.1875rem;height:3.875rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfyGNG86NsS8k29IerzNCEoJQmUyoFWo { width:15.9375rem;height:3.4375rem;top:9rem;left:3.8125009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzh7vhailkBFTLF7VA9anxokOmVwSQWQ { display:block; }
 }@media only screen and (max-width: 763px) { #yI0toVtlBCt4kIWuHt3vLK19cHuILg6Z { width:29.5rem;height:1.25rem;top:4.0625rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ8clOfdZEooengBNCSCUXnBaTdyR6RP { top:8.1875rem;left:0rem;width:5rem;height:5rem;display:block; }
#OZ8clOfdZEooengBNCSCUXnBaTdyR6RP > img { max-width: 100%;max-height:100%; width:5rem; height:5rem; } }@media only screen and (max-width: 763px) { #BiDChyH6MnO8yBnO28Rkl6w4o74IuqWB { top:0.5625rem;left:21.343750953674rem;width:4.5rem;height:5.6875rem;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:20rem;height:21.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWWkOQW6KZnowp4oTO4yNLQQ6rgcDe4J { width:19.375rem;height:3.7375rem;top:1.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikeakm3hg8nqRaLbvJBuvxLGpRp2I8hd { width:9.3125rem;height:2.1875rem;top:9.0674715042112rem;left:10.686790168286rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #om978xLnwnLUX6q38dTTmTJ1CLvdXmb8 { display:block; }
 }@media only screen and (max-width: 763px) { #M7rdgVaZOTyd1sKxcrCLc9wQXWMSG7Tz { width:8.1875rem;height:2.0625rem;top:9.1299715042112rem;left:0.81250005960463rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMAJSSTGeXRVOBJcvNmeneAOpHyu624h { display:block; }
 }@media only screen and (max-width: 763px) { #mJs9kWT9wKDz2KTIWE8y7fUhPRXb4AKI { width:20rem;height:1.21875rem;top:6.7862219810488rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulNkuK0J5shFN9Ju7Q8GqIzRI3wfnqSs { width:6.5rem;height:7.625rem;top:12.004971504211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg4zgi6MTxz2NzB3QJQNp7Aw49gGVdmI { width:3.8125rem;height:7rem;top:12.317471504211rem;left:14.562500655651rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7VOBaBqs4T1TkU5atvANTZ0i9PoP3dI { width:5.5rem;height:5.5rem;top:12.908381462097rem;left:7.2500006556512rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb6PrHrNTqAsmtkGw1XS9FRnioErf68u { width:20rem;height:3.7375rem;top:3.0490057468414rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw { display:none; }#LtKEt3L49awfQGSrZE1aG1iqnZgCr4xw > .row .container { width:20rem;height:79rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PdpxSWoyqSUMhGd0CguFC7vkygEJOhsE { width:13.5625rem;height:14.4375rem;top:15.89915rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhTrPftSdchP3Qh9aLkTTfiehJKRX2W8 { width:2.875rem;height:2.875rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU8SbH1Dbk2OtRUcv8ze9HVpJZ2WJvgv { width:10.0625rem;height:10.125rem;top:20.64915rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNE2HqkekeenC1BcVq6n9KtbwAHof17N { width:6rem;height:6rem;top:32.52415rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAzPTX1GIlIXF6EvTARPwCkZDCF9a8TJ { width:3.0625rem;height:3.0625rem;top:19.46165rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzufealB5H3v9IIJUgIEpVGKfPCqD2iu { width:3.3125rem;height:3.375rem;top:11.02415rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5kCyGfWmRcbTnOE33g00WCs1TDE45vO { width:5.375rem;height:5.375rem;top:19.46165rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hETX5ZPi3fK8mNyDWeAeFMXgtONUHRNK { width:5.6875rem;height:2.6rem;top:19.71165rem;left:14.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S12FnnGVWdRBbEJPmMy5ztbh2biEvOna { width:20rem;height:1.3rem;top:8.47443125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHC4SZohfammPhyahOkCQ6Gzvr8VkhAC { width:6.75rem;height:2.6rem;top:25.71165rem;left:13.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSZAIg6T0uFMfIg830r7q6n6kF5gkBe5 { width:20rem;height:auto;top:29.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8LuclMZ18GiuGTwfxGaJUTqE9zCVB6k { width:5.5625rem;height:2.6rem;top:39.14915rem;left:14.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmuvDX4m5Z37OmhqJaW0kB7ubClrncIW { width:20rem;height:1.6rem;top:5.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6FCgWJraTsSB6uB31nAKyTH9fvfINUe { width:20rem;height:auto;top:5.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xeMdaN5REEpfaL7n0rE7m01v75U3SmHx { width:20rem;height:12.6rem;top:42.99858125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdTfmrWVv91zMLnUCUfa3BgOMfRs4T0x { width:2.375rem;height:2.375rem;top:1.875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAvQXnrR7EeLhkHrBIhPEJyGU8k5x4R1 { width:3.875rem;height:4.125rem;top:19.27415rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVx8CyTkuELud1CIx53wTXKJWGxc1bvP { width:6.5625rem;height:6.5625rem;top:32.46165rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWspt88dVLSIGKpnkDQ5EeuFKXP803uV { width:9.625rem;height:9.625rem;top:21rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GKh9AOPNLivTTquqzgLQt9zsGFGOmt1J { width:3.375rem;height:3.4375rem;top:19.71165rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuCFKTkHHWaT43TNb5aeZx2tV7dhnLMz { display:block; }#BuCFKTkHHWaT43TNb5aeZx2tV7dhnLMz > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6CexnmwT8ZlMXNOynSFpO3aAqil75VT { width:20rem;height:14.625rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0GcuG1uTm9odDzVggVpB1aQptzXqfH2 { width:0.625rem;height:0.08125rem;top:20.8125rem;left:9.6875rem;text-align:center;text-align-last:center;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAHnFkTaV48BA5OZz4VG8RLGE86woMoK { width:20rem;height:auto;top:20.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lddsDHWUUi0LaBU54Qd3oHcT1zuPXKKT { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIfMZvSNPeyOmr2OWREFaxBnrk2bnIfB { width:20rem;height:17.470875rem;top:22.142755625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iioRevtkBKrHpIXq6cH3KEa8DuyV9IhB { display:none; }#iioRevtkBKrHpIXq6cH3KEa8DuyV9IhB > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ks9dQpX6JrtLLUWb3NTchsHT2WzJEKHQ { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB0CKSpd87QweSvDQ1Obd2QnDEob0Zms { display:none; }#GB0CKSpd87QweSvDQ1Obd2QnDEob0Zms > .row .container { width:20rem;height:93.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tT4kiJVZhJCczw2n8ZEG7quStW6WTaGS { width:18.75rem;height:29.625rem;top:5.09871875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhOiL4Qyu7iAEUGxSiiFX6a3Dm9CsJTU { width:7.375rem;height:7.375rem;top:7.03621875rem;left:6.3125009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iuw3s25LV3DN6RN8S6EptxuJ0qBHacCs { width:17.5rem;height:1.95rem;top:14.41121875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb1TnSTDfPn4Tph6fZfRwvwEDi7Rdnne { width:18.75rem;height:13.75rem;top:20.91121875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEzBwUCtvNCeivQ6NfOSRf3wX8GEuBWk { width:12.6875rem;height:0;top:19.885652648926rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkmbGz1DT2DTpPhdIpnqTGQ41zx2TC5b { width:18.75rem;height:30.1875rem;top:35.97371875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuAHy4dBe3CPp3MTsbVcN7R9UDK5UUI9 { width:18.75rem;height:15.3125rem;top:51.785934448243rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBiEtQvarw0RFHq6Zxw5EQZDUqC6vxm8 { width:17.5rem;height:1.95rem;top:45.28621875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANhD6Qrdh5hmJKmdJyATpt1HgGrJtdMb { width:7.375rem;height:7.375rem;top:37.91121875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4VVHN0LLMAP63NDx2ZuFRfw4k56f45n { width:18.75rem;height:25.0625rem;top:66.669755935669rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLXtqgCSixZqWCMr8TLpabVUyMLmflAb { width:18.75rem;height:13.125rem;top:78.65980529785rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0ZFckEpbuvVte9pfgNlVapKNro7IUJ6 { width:17.5rem;height:1.95rem;top:74.855827331544rem;left:1.2492896914482rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuRN9PE11ozODixI81oboUTK1R9hpe8X { width:7.375rem;height:7.375rem;top:67.480822563169rem;left:6.3125001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrmTuqD4RFyR4ubF88HtTPsWA94zoySm { width:18.6875rem;height:3.9rem;top:16.34871875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0oe54tIZ5WwRFFU3CNva5celMiM0JQI { width:16.9375rem;height:14.625rem;top:52.223009216309rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPBXfRGKlQ6G7V1NEgu8fXfSt5MTbaVf { width:20rem;height:auto;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ngc2lzPTJFAGW4FGhNstGR8Llzs041a6 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfTDRRl1GeUc7PwXUAEEEzwTTG5CCa52 { width:20rem;height:auto;top:41.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8egqcwlBLtP4281olIfs8BB84ZSqil5 { width:18.6875rem;height:3.9rem;top:47.235796081543rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKMJbv8f8d6KtTcwuPsulKuZEhmfWCJZ { width:18.6875rem;height:1.3rem;top:76.805405616762rem;left:0.65625005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMpVe7I5t8ftSpHgpDNT2CmOkp9QlKWg { width:18.25rem;height:8.775rem;top:78.65980529785rem;left:0.87500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E50Ia9mlbxx4kTqnfg0lgfFqzZwVmLFn { width:16.9375rem;height:5.85rem;top:21.166193115234rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3eVRdbbccKpCwELhbPD6KOnTy68WnyK { display:block; }#d3eVRdbbccKpCwELhbPD6KOnTy68WnyK > .row .container { width:20rem;height:104.52187805176rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cl9c3D8U9Td4wg0fVEvS8Ba64wA1qAUi { width:18.75rem;height:29.625rem;top:5.09871875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #df4OZ1hhhxs13JX3C9LrvqNiu2ubVTiC { width:7.375rem;height:7.375rem;top:7.03621875rem;left:6.3125009536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS6LUuD2vNExszv6vB1AtKTC1BPszKgr { width:17.5rem;height:1.95rem;top:14.41121875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tThpXAP5RFQZLDfXu6pRTvClPb9arOV6 { width:18.75rem;height:13.75rem;top:20.91121875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ2CQLnCk7nzgo1zTMFwEqOo8Ohx83mA { width:12.6875rem;height:0;top:19.885652648926rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q653kzk8RwaiK6vbkD7dgsgMOGhXJndn { width:18.75rem;height:30.1875rem;top:35.97371875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud8A4CmLdGbI4pF45IfmNknJaaahK8aE { width:18.75rem;height:15.3125rem;top:51.785934448243rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pq0teFoNVPP4BwmyfGDoDicg4JI7pWCr { width:17.5rem;height:1.95rem;top:45.28621875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt2OTyXyT3ZseMqxzlk6RzGOfgzdHGP0 { width:7.375rem;height:7.375rem;top:37.91121875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODrOZtE6RrH61vDN45REbFeWMrzxkuVZ { width:18.75rem;height:25.0625rem;top:66.669755935669rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #a93PGgBXEQHn77MFHVRCmKZNOedEeqCk { width:18.75rem;height:13.125rem;top:78.65980529785rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slobE2wvVGMXnV2yG6G8odxmVEXLU2sO { width:17.5rem;height:1.95rem;top:74.855827331544rem;left:1.2492896914482rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkmaTsKC5THaEeMh0mbkR4cKqK1D8IzC { width:7.375rem;height:7.375rem;top:67.480822563169rem;left:6.3125001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuXJinsLLK3VMGdbVXuwaUmxy74iVTct { width:18.6875rem;height:3.9rem;top:16.34871875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIQvBTXyTqgLNagUpISnvIk0y8RUtFKI { width:20rem;height:auto;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KUy8peGXBnB8KL2oFlP8gxAxF7uBt8OH { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlTJHzg72pUcFUXaWZbxxtTI7vsVQyFi { width:20rem;height:auto;top:37.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fbe8BqQ1VHtSREySFfksGHfzvKenZfMz { width:18.6875rem;height:3.9rem;top:47.235796081543rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tybFlJ94TZ88lTzWRRKNzZmrd3eQBOX1 { width:18.6875rem;height:1.3rem;top:76.805405616762rem;left:0.65625005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntL5I186J1yzbDkgkzxQn3wf8mNHyJDf { width:18.25rem;height:8.775rem;top:78.65980529785rem;left:0.87500005960463rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMG15vBoKF3EAMWP38sURQAHBiLCIEvu { width:16.9375rem;height:5.85rem;top:21.166193115234rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2gvlTa3LOlhtsquVTTABu2QfTqsxofg { width:17.9375rem;height:0;top:93.034378051756rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2aXoHaeRdwUn2Tlh8VK9XA4gXgoNnnM { display:none; }#E2aXoHaeRdwUn2Tlh8VK9XA4gXgoNnnM > .row .container { width:20rem;height:27.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rpxUsT4dNrASMLeTThbEzqZxHUowyXh7 { width:20rem;height:5.4rem;top:4.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RIgMa9M8SGtWQyZllPWC8wvwLL1VKVWD { width:20rem;height:6.5rem;top:10.625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz4F8oEIuUadU0GsHpJTd9cU4hct4JG8 { display:block; }#Rz4F8oEIuUadU0GsHpJTd9cU4hct4JG8 > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oUJs7klrEzXw5twtRvRo4ELyVbG7Zyfn { width:18.8125rem;height:24.125rem;top:5.09871875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvngDhdk1JiEIC7mMTS1rs1E9Ln7von2 { width:11.5rem;height:2.1125rem;top:7.1434555053713rem;left:8.4992897510531rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuIrr8nIIMqcMkZQBCc0uND1zWHhVxii { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u11NgTyXKBBAVhLveQ4ozCMrpdF6nZNW { width:2.625rem;height:4.3125rem;top:6.0419034957886rem;left:1.9687499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRwULcpRRhxoWIs7rGOgIOpsVRAHFGz5 { width:20rem;height:auto;top:26.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sy4qv85J7m4HQ7tCUPELA00rOqXXSEiq { width:18.125rem;height:16.9rem;top:10.897012817382rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi { display:block; }#MAgo5mdtDZWQLTgbe4QkrQ7GTXUFfOHi > .row .container { width:20rem;height:65.904941850992rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PReg98OfHIyrTyE8AcURzo6IG4OF9iqc { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tda4VVXq2UvD8SGhfFT0DmpbpXB2xp2h { width:20rem;height:4.625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qalPTqPm29T51TKTwv1QgUUTfZuK8TLX { width:20rem;height:1.86875rem;top:5.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGQhZfxoPWZdE8L6LaS1KsrpTNaTXXtQ { width:20rem;height:9.8rem;top:10.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeyCG3Xdl18GkfT21epb8VGv4cJGbTNd { width:20rem;height:4.875rem;top:37.660938262939rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yimNrwFT766zM6u6WboT06gvix1ycBvv { width:20rem;height:5.6rem;top:44.538282394409rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8mC5vSKx5ZvQr0k6qh9w2M4GKAcVG6e { width:20rem;height:13.304157549234rem;top:51.350784301757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt { display:block; }#QpBgZZPEGTC7WHT5CLTToX1uvqOOmTBt > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a347puRBrR9m5spRkhXU9qLE7Lb02BTU { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohx1kk0iprXhKTLCBEkSiHCx57eTcqu1 { width:20rem;height:2.875rem;top:5.9375rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kIWWsPM51gNN97zbtZBTKEEsURZqpmdE { display:block; }#kIWWsPM51gNN97zbtZBTKEEsURZqpmdE > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZS7trAHs1JS4VuLP2yKTwkn3bC8hlmx { height:11.225125rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSgQBu5OI7rpO5yLEp3EfFcrdbH00lvk { width:20rem;height:auto;top:15.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d1D81ndhbrvnThUyuBbA68LeXgRpF0cy { height:11.225125rem;width:20rem;top:13.7244375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9lFLBoo4ubHI2pKyzWToqTcqV1z01pn { width:20rem;height:auto;top:15.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #k1xWbfzb33bM4bsDKdyE6XyHMk7RUndM { display:block; }#k1xWbfzb33bM4bsDKdyE6XyHMk7RUndM > .row .container { width:20rem;height:28.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBWaw3xgXtiq4uUyqxl3nxze3V3kw2WL { width:20rem;height:auto;top:15.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XsFFmUbTObkANvfUxLaZByvTvmJEQU2d { width:20rem;height:auto;top:15.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKAqtddTPMZsyMXNE94mJBSiA0NJ9X5s { width:20rem;height:13.871875rem;top:12.562499284744rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAJZFL0svfqGTgGaq2u6dyBiESN1rNpe { width:15.0625rem;height:10rem;top:1.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfyHZsR4nt0AXtzPDJosAkUHTfMnsH9e { background-color:#ffffff;background-image:none;display:none; }#TfyHZsR4nt0AXtzPDJosAkUHTfMnsH9e > .row .container { width:20rem;height:48.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #c32ea9;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #c32ea9; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-text {padding-top: 0; padding-bottom: 0;}#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0rem solid #d6d4d4;border-left:0rem solid #c32ea9;border-right:0rem solid #d6d4d4;border-bottom:0.0625rem solid #c32ea9; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-select {padding-top: 0; padding-bottom: 0;}#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.75rem; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz  { width:17.5rem;height:auto;top:7.4374828338625rem;left:0rem;background-color:transparent;background-image:none; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xIpfG8bfWDbCedNRFaci067K0NFxNyHz {display:block;}#xIpfG8bfWDbCedNRFaci067K0NFxNyHz { width:17.5rem;height:auto;top:7.4374828338625rem;left:0rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #UrzVsnmhg1VxbOcaUyJAWAPvx2Prz0Su {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #EMUknuvCTv1OnHyv3rsHqH0Och84ZTyd { display:none; }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #WnWTlWQLrIztd0X65AT5ioeTIQ6SmETx {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #obqXn3cZT36RUtEywpsBEAgzguS36ek7 {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #kFkI0hpwN0GzMP1Z28J0TyfyQghxtu44 { display:none; }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #DoimiVE1h5Htkb29iFFz1lhIAXDSLl6e {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #GpPV8hTxuhKzW0EZ9yIBAHJOhnRI9iTK {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #Q39pJ3bV9ZaTLikFCHTrgSX8X2Kaynli { display:none; }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #g9d84olBzoJU7NoDwSgS4z13t9Rzye5G {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #kHAMh8CZ6XDq1FlxwLr5tGghXTAMoEn6 {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #Ubddwnu0Iwbmn1OaN2Ar7ip6NxZPTTMN { display:none; }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #E5NrSgEkrMXoaRR0lkbEv1y6rB7iwlyM {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #ETEe8C67B60eTD7a2CRZv6vNZUUCpUIS {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #vRisATF119BgPTstdSr2rwa3svZIun9P { display:none; }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #OTBNEK5EEh3AadbGN01g3ZZooDDC3xHT {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #O2iy2GEpqP5o3cSZUvo4pBl9xTAxCJu4 {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #Zk10CeL4WlhKVKcy262s4bRALDO4WRlT { display:none; }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #rwgWS74dzgpE0o1bFTNO7ZBdD1lavmz8 {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #tecEAAbplT1slXuJMFwSXikSv2X8Evfn {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #MZwfpWrQo71mLSPoFrQhcfguP2AuLtR7 { display:none; }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #aMICXv6BvOCJi0cI40mBTsJw73b5oXQI {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #N2Jn7ptN1zf9CGKPLdFDiOTUz2XezPEf {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #S9c7zZO2RrrPL84Wtv2XBhC5xtiOn6CS {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #yqRTwGM5T19DGNnFPbbREvnQ9pnxS0uh {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #g8zGafavAmz6dtDg51SITCUrv1uKt14T {  }
 }@media only screen and (max-width: 763px) { #xIpfG8bfWDbCedNRFaci067K0NFxNyHz #pd3EktgAyCblmTeWpKZt4Jgq28Q65Dvm {  }
 }@media only screen and (max-width: 763px) { #GzlOtLPW1QMTtvcTlBTTW2lq4Jbxedem { width:20rem;height:4.875rem;top:2.2411346435547E-5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKWm5MavoszCfiv4JbGRLAnua7JQ2Iwk { width:20rem;height:auto;top:43.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNw5X3rqWndTOIuR0HRo19r8AmuTwNMq { display:block; }#pNw5X3rqWndTOIuR0HRo19r8AmuTwNMq > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eR7q17kkdMtftkCadUnkANq49ef8rPhB { width:20rem;height:11.7rem;top:8.1250009536744rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFu2hlCgx75pRxa6RnZNz7kHNZPz1qWL { width:17rem;height:8.8125rem;top:1.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e { background-color:#0b0b6f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row .container { background-color: transparent; background-image: none; }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row .container > .video-iframe-container { display: none; }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row > .video-iframe-container { display: none; }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .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); }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row .container { border-width: 0; border-radius: 0; }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uab9WXgIGV7WTJG2NUIT3avxbGAXJq9e > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7MTOq5EEiXfLWhb07I5kri5mxrFACtk { left:0rem;background-color:transparent;background-image:none;top:32.016335487366rem;width:20rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0J8yRlIwF814v2pD5nehaB9e1pAvgHb { left:6.875rem;background-color:#ccd4db;background-image:none;top:16.72371875rem;width:6.25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWwqJTGR6OiqKAbNDOEEArBrb0LFhf3O { left:2.9367899298668rem;background-color:transparent;background-image:none;top:29.422585487366rem;width:17.0625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzKyq65EXJ3f6AIqyg2GqP4E0xyMgu3S { left:0.0625rem;background-color:transparent;background-image:none;top:18.03621875rem;width:19.8125rem;height:1.4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQcdMxUGLXyxZbHSdpfKz7JJbtMTPcN { width:2.4375rem;height:2.4375rem;top:31.547585487366rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8otTbtM66FPdMJctoMg3KQpnAah4kXt { width:2.75rem;height:2.75rem;top:28.797585487366rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEeee8OZWCSCU1GWWx4plKZeqdeXcRs0 { width:15.625rem;height:2.6rem;top:1.25rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfyGNG86NsS8k29IerzNCEoJQmUyoFWo { width:15.9375rem;height:3.4375rem;top:12.03621875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzh7vhailkBFTLF7VA9anxokOmVwSQWQ { display:block; }
 }@media only screen and (max-width: 763px) { #yI0toVtlBCt4kIWuHt3vLK19cHuILg6Z { width:20rem;height:1.3rem;top:20.68536875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ8clOfdZEooengBNCSCUXnBaTdyR6RP { width:5rem;height:5rem;top:23.2350875rem;left:7.5rem;display:block; }
#OZ8clOfdZEooengBNCSCUXnBaTdyR6RP > img { max-width: 100%;max-height:100%; width:5rem; height:5rem; } }@media only screen and (max-width: 763px) { #BiDChyH6MnO8yBnO28Rkl6w4o74IuqWB { width:4.5rem;height:5.6875rem;top:5.09871875rem;left:7.75rem;display:block; }
 }