.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,244,225;--color-primary-1:248,218,154;--color-primary-2:241,180,52;--color-primary-3:121,90,26;--color-primary-4:36,27,8;--color-secondary-0:222,223,227;--color-secondary-1:144,149,162;--color-secondary-2:32,42,68;--color-secondary-3:16,21,34;--color-secondary-4:5,6,10;--color-tertiary-0:222,223,227;--color-tertiary-1:144,149,162;--color-tertiary-2:32,42,68;--color-tertiary-3:16,21,34;--color-tertiary-4:5,6,10;--headlines-font-family:Graphik UPSA;--paragraphs-font-family:Graphik UPSA; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fffdfd;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6580bd2a-7767-4d88-a2ee-6b3e1fafd361/header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.adaptive-delivery-prevent-bg, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyload, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyloading { background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { background-color: transparent; background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .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); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { border-width: 0; border-radius: 0; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:75rem;position:relative;display:block; }#OvC9G2XmvCxeZuKimgDkE7H60BBkw3RU { color:#fffdfd;display:block;width:46.125rem;position:absolute;font-family:"graphik upsa2";font-size:6.5625rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:15.3125rem;left:13.625rem;height:8.53125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#CsXhAC6xmR1e9AJhovaUuTPIGgw0FP1X { color:#fffdfd;display:block;width:62.125rem;position:absolute;font-family:"bodoni st book";font-size:10rem;font-weight:700;z-index:15025;line-height:.9;letter-spacing:0;top:24.875rem;left:5.625rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l6StP2G1KOao9Sw5h7AZe8x5q2rl9CUh { position:absolute;display:block;z-index:15028;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.125rem;width:13.125rem;top:2.9791667461395rem;left:2.5104179382324rem;overflow:hidden;display:block; }
#wdTI74AVW0Q6reQM6vIBwun5WPoAbHRa { position:absolute;display:block;z-index:15028;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:4rem;width:10.125rem;top:34.957683563233rem;left:2.2604179382324rem;overflow:hidden;display:none; }
#W03htuWw5TX1BH59Qudmxe0U5xxoUd2u { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:12.0625rem;display:none; }
#vXR7m0geedTLya15ClFk6by3bSoHQa0r { color:rgba(238,238,238,0.54);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:26.9375rem;left:0.25rem;height:6.9873125rem;text-align:center;text-align-last:center;display:none; }
#tcwy3Cf0b9mA38Vzn8Sem5qiCPGZrk37 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#tcwy3Cf0b9mA38Vzn8Sem5qiCPGZrk37 > .row .container { background-color: transparent; background-image: none; }#tcwy3Cf0b9mA38Vzn8Sem5qiCPGZrk37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcwy3Cf0b9mA38Vzn8Sem5qiCPGZrk37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcwy3Cf0b9mA38Vzn8Sem5qiCPGZrk37 > .row .container > .video-iframe-container { display: none; }#tcwy3Cf0b9mA38Vzn8Sem5qiCPGZrk37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcwy3Cf0b9mA38Vzn8Sem5qiCPGZrk37 > .row > .video-iframe-container { display: none; }#tcwy3Cf0b9mA38Vzn8Sem5qiCPGZrk37 > .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); }#tcwy3Cf0b9mA38Vzn8Sem5qiCPGZrk37 > .row .container { border-width: 0; border-radius: 0; }#tcwy3Cf0b9mA38Vzn8Sem5qiCPGZrk37 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcwy3Cf0b9mA38Vzn8Sem5qiCPGZrk37 > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#bpHoP3muaFvETB3Dh6LZ2bx36uu41bqo { color:#eeeeee;display:block;width:51.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:7.7988125rem;display:block; }
#zUXX6HmiEuyDXDs1Os6rVzBnP2oOUP38 { color:#fffdfd;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:14.875000953674rem;left:0rem;height:8.4375rem;text-align:justify;text-align-last:initial;display:block; }
#rFq1aMSDVt0aGJWdzbiCKWNKvSlg28Bi { box-sizing:content-box;height:0.3125rem;width:52.4375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.3125rem;left:0rem;display:block; }
#zZSXHUpy7OmDeDNy1IkaqBAaDu5mElA5 { color:#fffdfd;display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8997375rem;display:none; }
#HW3tfIDdZsZWKsa5GV4lDMGswhfIAhZ9 { color:#000000;display:block;width:20rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12.9375rem;top:11.625rem;left:0rem;display:none; }
#JH3iNV9IVxOVDI3wk17JApaRUKKiltA6 { color:#fffdfd;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:31.1875rem;left:3.25rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#HuUVh5Ai639U5IefWlPB0LvkfAJ6UJ0A { color:#fffdfd;display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:28.75rem;left:3.25rem;height:2.03125rem;text-align:justify;text-align-last:initial;display:block; }
#xDDwncWkC3mN54AhMEMnMs7oH2wt5QQn { color:#fffdfd;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:31.1875rem;left:22.75rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#d3u6G627xs9zHctIm96sqI0gz2X7nNOd { color:#fffdfd;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:28.75rem;left:22.75rem;height:2.0317375rem;text-align:justify;text-align-last:initial;display:block; }
#ZWLuAuMJqU26fZvU2HD32zWfg2fWH5zb { color:#fffdfd;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:31.125rem;left:44rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#dWTTvR0ew2NmaULRIQTDpxtDu9fzf1eu { color:#fffdfd;display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:28.6875rem;left:43.8125rem;height:2.0317375rem;text-align:justify;text-align-last:initial;display:block; }
#u4CG6NBOsqaHXQSTJOgUVGCWwFL9a5fc { color:#fffdfd;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:31.1875rem;left:62.0625rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#XbBbxImVazfnvZHvBZ9Ne4TbQrm3rhFI { color:#fffdfd;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:28.6875rem;left:62rem;height:2.0317375rem;text-align:justify;text-align-last:initial;display:block; }
#oX0EKCKyFZhKhbuvSIW3thZBuZlK3JkO { color:rgba(238,238,238,0.54);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:26.9375rem;left:0.25rem;height:6.9873125rem;text-align:center;text-align-last:center;display:block; }
#yrFacpZfBTQOTqvgvGHucgWKvb9H07e4 { color:rgba(238,238,238,0.54);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:27.0625rem;left:20.75rem;height:6.9873125rem;text-align:center;text-align-last:center;display:block; }
#o0vXothUzvFL4Sb9hbTXvZIlmrWT78F1 { color:rgba(238,238,238,0.54);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26.8125rem;left:41.5rem;height:6.9873125rem;text-align:center;text-align-last:center;display:block; }
#JCi6tCh3fU5gF8AE3UArRVR2q9n35oSs { color:rgba(238,238,238,0.54);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:26.8125rem;left:59.5rem;height:6.9873125rem;text-align:center;text-align-last:center;display:block; }
#nEfTq8B23JPMzLbGZdLBfTUh2k1OsMXy { color:#fffdfd;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:31.1875rem;left:3.25rem;height:6rem;text-align:left;text-align-last:left;display:none; }
#tWGI1WNqNeeDuCDwtaGXQ63BkvD45NZ3 { color:#fffdfd;display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:28.75rem;left:3.25rem;height:2.03125rem;text-align:justify;text-align-last:initial;display:none; }
#FXmqq3QNZAbnntUJ3t8FU0bHHiEf520G { color:rgba(238,238,238,0.54);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:26.9375rem;left:0.25rem;height:6.9873125rem;text-align:center;text-align-last:center;display:none; }
#vJq7DtoEOpILRIkbbmfodMkX4hl03aWS { color:#fffdfd;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:31.1875rem;left:3.25rem;height:6rem;text-align:left;text-align-last:left;display:none; }
#yXzChl2O9gvm6RQSo0THpMyLqiI1TWEx { color:#fffdfd;display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:28.75rem;left:3.25rem;height:2.03125rem;text-align:justify;text-align-last:initial;display:none; }
#JnrqJ0hVwJWXxInlWDh9J0ilvEpHuT54 { color:rgba(238,238,238,0.54);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:26.9375rem;left:0.25rem;height:6.9873125rem;text-align:center;text-align-last:center;display:none; }
#cVg7SCitTDUaTTLyBNDTrd3mgubN4Evv { color:rgba(238,238,238,0.54);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:26.9375rem;left:0.25rem;height:6.9873125rem;text-align:center;text-align-last:center;display:none; }
#bzhheKlen4suqRtV03sXdKkb4FJbmzpI { color:#fffdfd;display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:31.1875rem;left:3.25rem;height:6rem;text-align:left;text-align-last:left;display:none; }
#JT480XdfraiWhXo9TEAwnOmaRZNd2HSM { color:rgba(238,238,238,0.54);display:block;width:3rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.375rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:26.9375rem;left:0.25rem;height:6.9873125rem;text-align:center;text-align-last:center;display:none; }
#e3mDWDQsunGClvZch75xDrvuRod60CXc { color:#fffdfd;display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8997375rem;display:none; }
#TNWkrrrXtNKD1yiSZcas07c2p8dbyhJS { color:#fffdfd;display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8997375rem;display:none; }
#vkTD6qWrPqgDLLEIKtDyrlrkoJcAifze { color:#000000;display:block;width:18.5rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:32.5rem;left:1.5625rem;display:none; }
#Xg4fAW8OHZOLNJU8NiHySbW3zw0tItHT { color:#000000;display:block;width:17.25rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:37.375rem;left:1.5625rem;display:none; }
#gysP12PtshyPR8USXct7ag8WU8eaFZhd { color:#fffdfd;display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8997375rem;display:none; }
#v7DtzeufOsEeeoEAETok4zh3uUQ4LVK5 { color:#fffdfd;display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8997375rem;display:none; }
#irdOp73O99XpIQvngAGVG1s0uqQMwm7L { color:#000000;display:block;width:17.25rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:43.375rem;left:1.5625rem;display:none; }
#kfQXLD1oCvJuzpHZH2fyCIEvIGWucbgd { color:#fffdfd;display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8997375rem;display:none; }
#isOLxsshQdgRovRrNb7O8k3dm8CRiBTH { color:#fffdfd;display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8997375rem;display:none; }
#eQZaM4Np9nRiqRWb1aRLfHzcDbMI1w3g { color:#000000;display:block;width:17.25rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:49.75rem;left:1.5625rem;display:none; }
#shq1horfx9CuFu2tys3zTkV1t4vKkikU { color:#fffdfd;display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8997375rem;display:none; }
#pDpTco6KDd8nPDLZMfCvUNmzWEfZEiWJ { color:#fffdfd;display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8997375rem;display:none; }
#mfCs8w95BklWn8gBVgGS29bW8wNObJzU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { background-color: transparent; background-image: none; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container > .video-iframe-container { display: none; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row > .video-iframe-container { display: none; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .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); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { border-width: 0; border-radius: 0; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#zy2FEJaPdXxAl0oaZf1gp37upb1eTEFH { color:#fffdfd;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.9375rem;left:20.6875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#ImRWrZS3SphedfRkB18ETGOIW9uSKwxu { color:#fffdfd;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7.5rem;left:20.5625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#bWlHQJed9x5pXmvFNeUIi58pSX21J1LB { color:#fffdfd;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:7.5rem;left:41.3125rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#L6ifmKnLp48ae7nkMUKe3piyWUbpiPzI { color:#fffdfd;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:41.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#Iwz1zkLOoJCTFu1VZayq4BSJkoJE8Vn4 { color:#fffdfd;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:7.5rem;left:59.4375rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
#sOPrFHkydgCz1Qix24vbD7zosCKepT5f { color:#fffdfd;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.9375rem;left:59.5625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#MmGDw3AxaFI1XHcTnDhsuuBu1WTnr4B7 { color:#fffdfd;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:2.76171875rem;text-align:center;text-align-last:center;display:block; }
#ZItpQ9fb6mGphC1xrnEdHbJE9pefP67U { color:#fffdfd;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0.125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/40fcdab7-7268-45b6-8ed4-c3a6ee78c651/header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT.adaptive-delivery-prevent-bg, #TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT.lazyload, #TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT.lazyloading { background-image: none; }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .row .container { background-color: transparent; background-image: none; }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .row .container > .video-iframe-container { display: none; }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .row > .video-iframe-container { display: none; }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .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); }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .row .container { border-width: 0; border-radius: 0; }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#C23KqmrM7DwSfNIGpckxDhmbqkUrmDMU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfd;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; }#C23KqmrM7DwSfNIGpckxDhmbqkUrmDMU > .row .container { background-color: transparent; background-image: none; }#C23KqmrM7DwSfNIGpckxDhmbqkUrmDMU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C23KqmrM7DwSfNIGpckxDhmbqkUrmDMU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C23KqmrM7DwSfNIGpckxDhmbqkUrmDMU > .row .container > .video-iframe-container { display: none; }#C23KqmrM7DwSfNIGpckxDhmbqkUrmDMU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C23KqmrM7DwSfNIGpckxDhmbqkUrmDMU > .row > .video-iframe-container { display: none; }#C23KqmrM7DwSfNIGpckxDhmbqkUrmDMU > .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); }#C23KqmrM7DwSfNIGpckxDhmbqkUrmDMU > .row .container { border-width: 0; border-radius: 0; }#C23KqmrM7DwSfNIGpckxDhmbqkUrmDMU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C23KqmrM7DwSfNIGpckxDhmbqkUrmDMU > .row .container { font-size:0.875rem;font-family:arial;height:64.375rem;width:75rem;position:relative;display:block; }#DAaT9L3RxQVtGtc21p6K0GpppcaS4bLH { color:rgba(var(--color-tertiary-2),1);display:block;width:43.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.8994125rem;display:block; }
#IoLAyWUMQrCGFxVB20gblb4bxOUuFhtX { box-sizing:content-box;height:0.3125rem;width:44.3125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.3125rem;left:0rem;display:block; }
#sRItnDpezu5dS6gTiUh3T0G0TdeOqkeH { color:rgba(var(--color-tertiary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:9.625rem;left:0rem;height:5.0625rem;text-align:justify;text-align-last:initial;display:block; }
#b2TJWNU6ITNBDP2RTMBfNJoTagzzVyNI { color:#202a44;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:42.5rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#b7Tqp9W5ODNMXIAVPo9T6tOAFL6N0UoJ { color:#202a44;display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:46.9375rem;left:0.25rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#U1wPk0D9cn5cDSaJKhiWaKTkN26OWTRS { color:#202a44;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:42.5625rem;left:20.3125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#uS8rgXuOUEHAV6q7Fw5t1cHI01D6Q2A3 { color:#202a44;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:47rem;left:20.5625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#DXOgdIAmLmBGaH9NL4FEMUuxL3xEk4hx { color:#202a44;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:27.3125rem;left:40.375rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#E5TOlna3zh5qHATDzdDVA3AJsfsBqff3 { color:#202a44;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:22.875rem;left:40.125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#kdDDuNqLJRqgzNHLOMJz3PIq205eziyI { color:#202a44;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:27.3125rem;left:60.1875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#NtsM4ZgdK3mD8cMdtn0H0tHDxo4hTiEs { color:#202a44;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:22.875rem;left:59.6875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#r4eiExsGQrlmmTyUKyWd32zALQFP2siF { color:#202a44;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:27.375rem;left:20.125rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#KdXtZf45mmkQ9LuLPDZhA4AulQM2K1ET { color:#202a44;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:47.75rem;left:39.9375rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#V4cPvLq6ICuFd00TBBTxrayxC8nbaXEu { color:#202a44;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:47.75rem;left:60.1875rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#xgMluOUcC2gUEzd2MBNoLV9vWOghICbf { color:#202a44;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:27.375rem;left:0.5625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#TU14Uqz4iCvwiKAX5eAdKodbxb0DnnPO { color:#202a44;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:22.9375rem;left:0.3125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#ACkPb96TulM5KSrgSXpTbxh87V9hRAoq { color:#202a44;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:22.9375rem;left:20.3125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#IA06c1LC1BSweVWtUscvpxm5A7xLyslF { color:#202a44;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:43.3125rem;left:40.125rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#Xx48Co4hBndwzSL9De1C83rBmJSTPvz6 { color:#202a44;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:43.3125rem;left:59.6875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#rErVzIQXqiOlCyNURA5edToFvzlfdGwG { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:4.4375rem;top:37.4375rem;left:5.4375rem;overflow:hidden;display:block; }
#mw1AqwAdnkL6rSoQfTdJigCQKAmldZt8 { position:absolute;display:block;z-index:15044;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:37.4375rem;left:25.75rem;overflow:hidden;display:block; }
#xf6gX0nMhMZOyFFXyKcwgo8prhaFbThz { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:18.0625rem;left:45.8125rem;overflow:hidden;display:block; }
#MAbRubtXnBQqnhdfWy0STiqVfdA3TNGi { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:17.875rem;left:65.625rem;overflow:hidden;display:block; }
#tzEQDqVo9RJfvA4snpagr0ZxeiIaxq8V { position:absolute;display:block;z-index:15047;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:37.615886688233rem;left:45.625rem;overflow:hidden;display:block; }
#ydEuW6WQe7pRVrAewWbTihdsa4mFNhA1 { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:4.0625rem;top:17.375rem;left:25.9375rem;overflow:hidden;display:block; }
#kaV6QtJyWorQd4zeX8gopnJ2mlX98ulg { position:absolute;display:block;z-index:15049;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:17.8125rem;left:6.125rem;overflow:hidden;display:block; }
#i1NEWVS4MLcRRy0bwuQOo5Z2KX0hBsog { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:4.875rem;top:37.334636688233rem;left:65.15625rem;overflow:hidden;display:block; }
#TvdqhPbIR8TXGQt1UaVwcv5k6rFZaQlE { color:#202a44;display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:58.249996185302rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;display:block; }
#DHVhgW2QtOFlobgzagi4V859XJuO1FZI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6d8bd804-1212-4ec3-a804-4d4fd24b184a/FOT08777Editada.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI.adaptive-delivery-prevent-bg, #DHVhgW2QtOFlobgzagi4V859XJuO1FZI.lazyload, #DHVhgW2QtOFlobgzagi4V859XJuO1FZI.lazyloading { background-image: none; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container { background-color: transparent; background-image: none; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container > .video-iframe-container { display: none; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row > .video-iframe-container { display: none; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .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); }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container { border-width: 0; border-radius: 0; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V { position:relative;display:block; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V { background-color: transparent; background-image: none; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row .container > .video-iframe-container { display: none; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row > .video-iframe-container { display: none; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .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); }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V { border-width: 0; border-radius: 0; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .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; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kl7SkaG6y5yfUlTUfC6xDDsgd79hSTTH { color:rgba(var(--color-tertiary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:1.3808625rem;text-align:justify;text-align-last:initial;display:block; }
#VJ9wroykMsWnlqVUTiwzxC62qMTHdLts { box-sizing:content-box;height:0.3125rem;width:59.375rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.4375rem;left:0rem;display:block; }
#wgtKy1HawWIq5sBdGq0VTX2Cwvyx2Gul { color:rgba(var(--color-tertiary-2),1);display:block;width:57.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:3.8994125rem;display:block; }
#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { position:relative;display:block; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { background-color: transparent; background-image: none; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container > .video-iframe-container { display: none; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row > .video-iframe-container { display: none; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .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); }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { border-width: 0; border-radius: 0; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .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; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DBK0dwQetXAqbmFQrxepScqLEJ5GC56w { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:1.7875rem;display:block; }
#QaILqX5PWEmxrRJPgWNm61ueef1qTtWJ { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.9375rem;left:3.4375rem;height:1.38125rem;display:block; }
#v6tknUzXXrpcGwv5ktJsTNIaytx9cJDv { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.1875rem;left:1.875rem;display:block; }
#UHXhb8hXx9FaUEX77aCnhVUUwBQ3gFsA { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:8.0625rem;left:3.4375rem;height:1.38125rem;display:block; }
#Say376OHt6HWiADUhQxQK888WThD0w4z { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.3125rem;left:1.875rem;display:block; }
#WPmfbaoPqiv4MlhBLm1mm2WhBlgi07VR { color:rgba(var(--color-tertiary-2),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.5625rem;left:3.4375rem;height:1.38125rem;display:block; }
#OkAaTyU4gIk6XgwqP1lU76zelzzA4VrS { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.5625rem;left:1.875rem;display:block; }
#au2ucOMEBK6C6LCSABWtmclOLRIbgOIp { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.3125rem;left:3.4375rem;height:1.38125rem;display:block; }
#TceNqu40yLhaGdDrw0wEFZH7ANBZNrT1 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.8125rem;left:1.875rem;display:block; }
#ePEeEcHmwPvfcO4CPcM8ouEsJoGwz614 { position:absolute;display:block;z-index:15025;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:11.75rem;width:12.0625rem;top:2.6875rem;left:23.3125rem;overflow:hidden;display:block; }
#AfOn8L49Xit0z7aNdZu5yGab4e9o2gpn { color:rgba(var(--color-tertiary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:10.1875rem;left:41.5rem;height:2.76171875rem;display:block; }
#RDpd7NJVxSlrKSRkVv9fB8zHgMz0OGed { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:8.0625rem;left:41.5rem;height:1.3808625rem;display:block; }
#ClIkGT4reiFkUseWmxRm9FGkST1GZT9T { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:5.75rem;left:41.5rem;height:1.38125rem;display:block; }
#WTl76CBLEmAH8nSDirKpOHBKeeErS3nu { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.5rem;left:38.0625rem;height:1.7875rem;display:block; }
#J65D8Oxf0fNdW3DpdO57XkxR1x8rM5Ke { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6rem;left:39.9375rem;display:block; }
#x7h1vCFIFO7ECkQWJOQXnrnSd0iEK0zO { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.25rem;left:39.9375rem;display:block; }
#TPWpqa1NflnJ1rqeluGRavRSf5goGluU { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.375rem;left:39.9375rem;display:block; }
#Ic9WTJhEXOQU8rA6ZUCe5bo6oDlUtuh1 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:12.125rem;top:2.6875rem;left:60.6875rem;overflow:hidden;display:block; }
#hsyUo8TfgDLKVLCIm49fPKangbMIRVHH { position:absolute;display:block;z-index:15029;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:8.625rem;top:0rem;left:20.75rem;overflow:hidden;display:block; }
#F1WOBM0tAlCm71BHR62Gv0N5uqmCf0MN { color:rgba(var(--color-tertiary-2),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:14.875rem;left:3.4375rem;height:1.38125rem;display:block; }
#qeecbsZluSrqDA8voaNwg2CAQ4qPZ0GO { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.125rem;left:1.875rem;display:block; }
#svZhAuC23FAoblbt1dGx6aK8T8XRKV6f { color:rgba(var(--color-tertiary-2),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:17.25rem;left:3.4375rem;height:1.38125rem;display:block; }
#zrQ3PRE4EvoN2hSelmHIgIFHZwnRRgBF { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.5rem;left:1.875rem;display:block; }
#TQgURmWInUTQAbswbRIgDAg7TuyUac7U { position:relative;display:none; }#TQgURmWInUTQAbswbRIgDAg7TuyUac7U { border-width: 0; border-radius: 0; }#TQgURmWInUTQAbswbRIgDAg7TuyUac7U > .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; }#TQgURmWInUTQAbswbRIgDAg7TuyUac7U > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UlQTW5PcRLlAqZ4BHRV41OySypPN8z82 { position:relative;display:none; }#UlQTW5PcRLlAqZ4BHRV41OySypPN8z82 { border-width: 0; border-radius: 0; }#UlQTW5PcRLlAqZ4BHRV41OySypPN8z82 > .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; }#UlQTW5PcRLlAqZ4BHRV41OySypPN8z82 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qTxm1GAbTopFUn6xNRzfIwWtTnZw5Qpa { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:1.7871125rem;display:block; }
#nwTmJHGPnyVhlLdAiufO8lu1AeMLGoER { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.25rem;left:3.5625rem;height:2.76171875rem;display:block; }
#uwcu6w4Qv4RkC6kpeABhso6v9gJ1GQkn { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.5rem;left:2rem;display:block; }
#VS6B2l8PnVBKOTni1SbFp7Z8347XnInr { color:rgba(var(--color-tertiary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8.1875rem;left:41.5rem;height:1.3808625rem;display:block; }
#i8h6KPpU94DBTdrtQ8fF9PXK4T0Sazcf { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6rem;left:41.5rem;height:1.3808625rem;display:block; }
#hQF0tZXkHWUgpNLrpHnbmmywZspSPTsg { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.25rem;left:39.9375rem;display:block; }
#cUz4PmsVvT0y2rdinCaMUqU6EMwgOcMO { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.375rem;left:39.9375rem;display:block; }
#L2SHWsff9xqtN6hUspkWWSlSb4cprCLE { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:14.8125rem;top:2.6875rem;left:60.1875rem;overflow:hidden;display:block; }
#yJhqDv1rLVINhuvhFm05Q7BGy5OFvInF { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.6875rem;left:3.5625rem;height:2.76171875rem;display:block; }
#qUgoElVsR1SNnvN7xilyfK4eTauB0LKi { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.9375rem;left:2rem;display:block; }
#TLloyqZ08aytT4e06pIyFavQbp2ctPpo { position:absolute;display:block;z-index:15025;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:12rem;width:14.5625rem;top:2.6875rem;left:23rem;overflow:hidden;display:block; }
#wJHmPq2cV1CaG43J2z3DiutMaPTQiMo4 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:10.4375rem;left:41.5rem;height:2.76171875rem;display:block; }
#R7KxX0edvf8R3bamkDvdDRmvwCPAH3af { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.6875rem;left:39.9375rem;display:block; }
#G4SGuKUPnNUxwX1rUxyUZqUWLPlIZoT2 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:16.1875rem;left:3.5625rem;height:2.76171875rem;display:block; }
#X4eeI5Tm9F944nWqe2RHCOglwqfrwTip { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.4375rem;left:2rem;display:block; }
#aoXCtgTs2pIK4ihDezzmLlETl5HLBvFF { color:rgba(var(--color-tertiary-2),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.875rem;left:41.5rem;height:2.76171875rem;display:block; }
#Tn7JV9folJC916uyeQNIf7fz8NaogekB { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.125rem;left:39.9375rem;display:block; }
#GrFDpa75Pf83BvkOF0msrC8P0eTAXk1d { color:rgba(var(--color-tertiary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.5rem;left:38.0625rem;height:1.7871125rem;display:block; }
#FsmAOkNTfgXviKzVlqW0XNDLmSCtXkF5 { position:absolute;display:block;z-index:15028;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:8.625rem;top:0rem;left:57.5625rem;overflow:hidden;display:block; }
#ooWbPmKapH3rulA8otW3nDUApt2HUzMK { position:relative;display:none; }#ooWbPmKapH3rulA8otW3nDUApt2HUzMK { border-width: 0; border-radius: 0; }#ooWbPmKapH3rulA8otW3nDUApt2HUzMK > .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; }#ooWbPmKapH3rulA8otW3nDUApt2HUzMK > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#fLcX4VSZknCtFuGRnJZJfAEb7bWycMAh { position:relative;display:none; }#fLcX4VSZknCtFuGRnJZJfAEb7bWycMAh { border-width: 0; border-radius: 0; }#fLcX4VSZknCtFuGRnJZJfAEb7bWycMAh > .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; }#fLcX4VSZknCtFuGRnJZJfAEb7bWycMAh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KTpo1DKoLgxhoXGR0vXOHpmpx1uG8LOw { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:1.7871125rem;display:block; }
#RCuyZw7GSr8T33HOn7I4RXCTG04OsBSv { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.75rem;left:3.5625rem;height:2.76171875rem;display:block; }
#XWUvB4TIzXxyHPGi6UTsdiboM3QV3vid { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6rem;left:2rem;display:block; }
#Z87sl2C1aaautQ6uMAwG9H5lOQNDEAHo { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.25rem;left:3.5625rem;height:2.76171875rem;display:block; }
#BnbfAINcuzrlh779dJXxLTGHrpKHcnVy { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.5rem;left:2rem;display:block; }
#Rdpw3ZfMZhua80DgWEr92sVCxNbTBsqH { color:rgba(var(--color-tertiary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8.1875rem;left:41.5rem;height:1.3808625rem;display:block; }
#iX1HXm5QVZulTQALLefbI0ivhtk7Rnn7 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6rem;left:41.5rem;height:1.3808625rem;display:block; }
#HJyXNW38Fow45mwLtSmzo9rD3aJuGEaO { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.25rem;left:39.9375rem;display:block; }
#tanRqTTCMJri70QEt46uNMxekDMC8Q7d { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.375rem;left:39.9375rem;display:block; }
#m0xXtKOSliJvnCnyERz0JKIoXfvCzDou { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:14.8125rem;top:2.6875rem;left:60.1875rem;overflow:hidden;display:block; }
#Od27DH1T0tFCdkwXtVM7ms8MW8mlTkFt { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.6875rem;left:3.5625rem;height:2.76171875rem;display:block; }
#KBtObPOBFB8C63OktH9pJTcOXibooTQ8 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.9375rem;left:2rem;display:block; }
#KeGIfXoMVxT8TZ8QLRUN5Qd8pNJMn9aK { position:absolute;display:block;z-index:15025;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:12rem;width:14.5625rem;top:2.6875rem;left:23rem;overflow:hidden;display:block; }
#rPTBSPwMyt2UeGcy3l550UXgbHTXGmTN { color:rgba(var(--color-tertiary-2),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:10.4375rem;left:41.5rem;height:2.76171875rem;display:block; }
#n4ZqBqOieb3wxs7oyCGfWcnITvLemIW1 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.6875rem;left:39.9375rem;display:block; }
#wusl7ycg7KEtExTBuIAcGitX4G1Gg2z3 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.4375rem;left:2rem;display:block; }
#KlPHMVT1bDdrwxTR7NBDTQq7kRZli1Ly { color:rgba(var(--color-tertiary-2),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.875rem;left:41.5rem;height:2.76171875rem;display:block; }
#diX5glCqPTz6S2PG2H2KFtvZg8oqPS8z { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.125rem;left:39.9375rem;display:block; }
#b2LQQHNpFFI1wPWObdLorbOwwK4IT801 { color:rgba(var(--color-tertiary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.5rem;left:38.0625rem;height:1.7871125rem;display:block; }
#NagLxZdHyTvlCMkGCF3WeVAfPVfPneqF { position:absolute;display:block;z-index:15028;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:8.625rem;top:0rem;left:57.5625rem;overflow:hidden;display:block; }
#H4n6obiktXV9fIR3ILTZzTxIeVAs8XaL { position:absolute;display:block;z-index:15029;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:8.625rem;top:0rem;left:20.75rem;overflow:hidden;display:none; }
#VhcBgAJ4ltsbnDEFVahwFWdlhBFBoCnQ { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.6875rem;left:3.5625rem;height:2.76171875rem;display:none; }
#DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc { position:relative;display:none; }#DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc { border-width: 0; border-radius: 0; }#DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc > .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; }#DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv { position:relative;display:block; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv { background-color: transparent; background-image: none; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row .container > .video-iframe-container { display: none; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row > .video-iframe-container { display: none; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .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); }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv { border-width: 0; border-radius: 0; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .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; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RXnUMKhCvvrACyKieuSKmM9r2RlyJxnO { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0rem;height:1.7875rem;display:block; }
#okEyd4NsBSX62Cyh7EGbMlpDi59tGArH { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.75rem;left:3.5625rem;height:2.76171875rem;display:block; }
#ORou1wxZthQPda1F5TJFmbyJ7vAxuRTG { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6rem;left:2rem;display:block; }
#FVUD4dWXCu61r1cJU8lAtU8tK4vi9T4B { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.25rem;left:3.5625rem;height:2.76171875rem;display:block; }
#fS5cuOfaMKcsRIKiUimXM63y2UI61m8z { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.5rem;left:2rem;display:block; }
#vdBXRitUIEOiMofPorwOWhyaZJFZGh4l { color:rgba(var(--color-tertiary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:8.1875rem;left:41.5rem;height:1.38125rem;display:block; }
#nx8X0MQwr4CVEGoWkGumT3fvC0bFxHfT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:6rem;left:41.5rem;height:1.38125rem;display:block; }
#U94z4MWO9u2sPUIIwf69LRCSTfDsxG2x { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.25rem;left:39.9375rem;display:block; }
#OztEyonI5d94dRvw69PR72GKpZ7ATFlI { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.375rem;left:39.9375rem;display:block; }
#gqyenRyXqXmqlB0tIUBFDvbkgS9FTeH6 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:14.8125rem;top:2.6875rem;left:60.1875rem;overflow:hidden;display:block; }
#gBKBH63T8GJftAd4L9Icswv8pspLZgcu { color:rgba(var(--color-tertiary-2),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.6875rem;left:3.5625rem;height:2.76171875rem;display:block; }
#zShbJTlR9JFRwfMexUz1Wk6fZXVt5CNh { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.9375rem;left:2rem;display:block; }
#aUMtLcBHb4TPdZChHB6IGSah90AV9E1d { position:absolute;display:block;z-index:15025;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:12rem;width:14.5625rem;top:2.6875rem;left:23rem;overflow:hidden;display:block; }
#ZZlI8TT3BIF8H5J5hTh2pUaF3etskKJh { color:rgba(var(--color-tertiary-2),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:10.4375rem;left:41.5rem;height:2.76171875rem;display:block; }
#akvVaP1CP7OfmE0IXUx2S0xuVdudLyBy { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.6875rem;left:39.9375rem;display:block; }
#zRanHFRRF7UNw9TPb7WZZO442nS1UktD { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:16.1875rem;left:3.5625rem;height:2.76171875rem;display:block; }
#AKbTenVVU0u9KfgIC17O07BHNpr3vIFZ { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:16.4375rem;left:2rem;display:block; }
#Pr3NzLJ7RGEcCI9i0Hm90PC5fkvILhil { color:rgba(var(--color-tertiary-2),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.875rem;left:41.5rem;height:2.76171875rem;display:block; }
#pTMrl8FEnH5dhw4xulW9uCpr2zniEfXp { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:14.125rem;left:39.9375rem;display:block; }
#qrpSysUKNPFNnbVfIX61hye9ATBTuwe7 { position:absolute;display:block;z-index:15029;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:7.3125rem;top:7.375rem;left:14.9375rem;overflow:hidden;display:block; }
#vEADidb83oH1RAaeFpBNFwxapILAJ3u3 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:7.25rem;top:11.1875rem;left:14.9375rem;overflow:hidden;display:block; }
#TgxqELzEoSp12uhwIOenngP47uL41htf { color:rgba(var(--color-tertiary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.5rem;left:38.0625rem;height:1.7875rem;display:block; }
#dZPtkJ0fOxl4rI7EZ1H9pOxgy2IHiUVP { position:absolute;display:block;z-index:15028;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:8.625rem;top:0rem;left:57.5625rem;overflow:hidden;display:block; }
#AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2 { position:relative;display:none; }#AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2 { border-width: 0; border-radius: 0; }#AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2 > .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; }#AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2 > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sl8dwz9z1zBmvETv4x43WN5t3Sw2bsTa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfd;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; }#sl8dwz9z1zBmvETv4x43WN5t3Sw2bsTa > .row .container { background-color: transparent; background-image: none; }#sl8dwz9z1zBmvETv4x43WN5t3Sw2bsTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sl8dwz9z1zBmvETv4x43WN5t3Sw2bsTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sl8dwz9z1zBmvETv4x43WN5t3Sw2bsTa > .row .container > .video-iframe-container { display: none; }#sl8dwz9z1zBmvETv4x43WN5t3Sw2bsTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sl8dwz9z1zBmvETv4x43WN5t3Sw2bsTa > .row > .video-iframe-container { display: none; }#sl8dwz9z1zBmvETv4x43WN5t3Sw2bsTa > .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); }#sl8dwz9z1zBmvETv4x43WN5t3Sw2bsTa > .row .container { border-width: 0; border-radius: 0; }#sl8dwz9z1zBmvETv4x43WN5t3Sw2bsTa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sl8dwz9z1zBmvETv4x43WN5t3Sw2bsTa > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#VcfDFp61VDF8D89dfT7aN6fDoewp01iw { position:absolute;display:block;z-index:15025;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:12rem;width:14.5625rem;top:1rem;left:41.75rem;overflow:hidden;display:block; }
#W1J9kxvcRl4Db0y4nZPcNBUkVEac3g08 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.9375rem;left:22.8125rem;height:1.3808625rem;display:block; }
#P36e3tyzxiqLlmoOnFmWWRWmVguBppeU { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1rem;left:18.75rem;height:1.7871125rem;display:block; }
#JbMqbdswvR617E3FZEpBkVMVnHOl1hEF { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.1875rem;left:21.25rem;display:block; }
#uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF { position:relative;display:none; }#uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF { border-width: 0; border-radius: 0; }#uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF > .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; }#uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Li7MsL1TxVQWchHky3dZ4sLUKdIc6vHF { position:relative;display:block; }#Li7MsL1TxVQWchHky3dZ4sLUKdIc6vHF { background-color: transparent; background-image: none; }#Li7MsL1TxVQWchHky3dZ4sLUKdIc6vHF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li7MsL1TxVQWchHky3dZ4sLUKdIc6vHF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li7MsL1TxVQWchHky3dZ4sLUKdIc6vHF > .row .container > .video-iframe-container { display: none; }#Li7MsL1TxVQWchHky3dZ4sLUKdIc6vHF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li7MsL1TxVQWchHky3dZ4sLUKdIc6vHF > .row > .video-iframe-container { display: none; }#Li7MsL1TxVQWchHky3dZ4sLUKdIc6vHF > .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); }#Li7MsL1TxVQWchHky3dZ4sLUKdIc6vHF { border-width: 0; border-radius: 0; }#Li7MsL1TxVQWchHky3dZ4sLUKdIc6vHF > .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; }#Li7MsL1TxVQWchHky3dZ4sLUKdIc6vHF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fffdfd;background-image:none;font-size:0.875rem;font-family:arial;height:13.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h581dvzqdBV2Br5af54u3UE82oTEqyN1 { color:rgba(var(--color-tertiary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:8.1875rem;left:0rem;height:3.1875rem;text-align:justify;text-align-last:initial;display:block; }
#Hff9cNA5Eiwwpz5FkfSTbAMubckhXzvP { box-sizing:content-box;height:0.3125rem;width:35rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.25rem;left:0rem;display:block; }
#wsHQ9bhRt55fwXdniTbln0zJzUEbQM6J { color:rgba(var(--color-tertiary-2),1);display:block;width:36.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1.625rem;left:0rem;height:3.9rem;display:block; }
#yb34DJKR5lKOT0fSuu0bgz6ypxvXRWCq { color:rgba(var(--color-tertiary-2),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:8.1875rem;left:0rem;height:3.1875rem;text-align:justify;text-align-last:initial;display:none; }
#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu { position:relative;display:block; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu { background-color: transparent; background-image: none; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row .container > .video-iframe-container { display: none; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row > .video-iframe-container { display: none; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .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); }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu { border-width: 0; border-radius: 0; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .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; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HkHs0k68z1AQv8W0wm6TvisWC0K5zMDi { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.1875rem;left:0rem;height:3.575rem;display:block; }
#PkTcQzyDTy1Td3FqMwvItI6udRstz4Dz { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.5625rem;height:1.38125rem;display:block; }
#T0Cu5UMf3PxOFU3XMB7LFo0J48TIK5f8 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.5rem;left:2rem;display:block; }
#i7kpAi1OQB5ObJnr9BmChzmoiOiOysB0 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.5625rem;height:1.38125rem;display:block; }
#EDyQsw1DvOJ6I8roDRhyy2UQ5i1ey3sb { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.625rem;left:2rem;display:block; }
#vbSBDGgZef5ELaTCpgNoPN8XTUm2WwlK { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:14.6875rem;top:0.1875rem;left:22.875rem;overflow:hidden;display:block; }
#UzxU86oDqKGlhxMfzn7gGUGqTHhg9hf9 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:9.6875rem;left:41.5rem;height:2.76171875rem;display:block; }
#dsu0KvzWlKBHCJWHD2VaQM4l1kKkQb5b { color:rgba(var(--color-tertiary-2),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:7.4375rem;left:41.5rem;height:1.38125rem;display:block; }
#wofl32hpyGakcH06KTBTgFf90pFMI4hr { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:5.0625rem;left:41.5rem;height:1.38125rem;display:block; }
#I71k10vVvDdqWlToxqMk5cDPiS3NR8sE { color:rgba(var(--color-tertiary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:0rem;left:38.0625rem;height:3.575rem;display:block; }
#pfRFRVGGUClNOdBsb2H7TSkEEK5n1Hb1 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.3125rem;left:39.9375rem;display:block; }
#ugRfePtgEdpbAZpdPc4lAToPzzD9iTIz { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.625rem;left:39.9375rem;display:block; }
#swhDEIOFMNJTtJL3S4yMUtnKZVrFPeha { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.875rem;left:39.9375rem;display:block; }
#XBAvb7X0pstkNh3ESG589Mm48SxpuNPb { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:14.875rem;top:0.1875rem;left:60.125rem;overflow:hidden;display:block; }
#Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND { position:relative;display:none; }#Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND { border-width: 0; border-radius: 0; }#Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND > .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; }#Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qFy98px3I9PKzaO1gBaHn5fbUmKFsNsh { position:relative;display:none; }#qFy98px3I9PKzaO1gBaHn5fbUmKFsNsh { border-width: 0; border-radius: 0; }#qFy98px3I9PKzaO1gBaHn5fbUmKFsNsh > .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; }#qFy98px3I9PKzaO1gBaHn5fbUmKFsNsh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TTnVFBAXlvV5KTgz0JGkF6esXLcKpCe0 { color:rgba(var(--color-tertiary-2),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.1875rem;left:0rem;height:3.57421875rem;display:block; }
#IOpKoqpWqyMT1tCZGweUax9RnL0Qr185 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.25rem;left:3.5625rem;height:1.3808625rem;display:block; }
#yvXN9RrVCDpHsglIV8y516lLpXGNhqyy { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.5rem;left:2rem;display:block; }
#CJVOz8ubfVRzuWbkK6hK4S5sbweRklf6 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.5625rem;height:1.3808625rem;display:block; }
#D5KGTk8bHL53gfnDvOBCCTMHOcPGQ0vD { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.625rem;left:2rem;display:block; }
#F4UpodcAgDLArUZ4pvnMmWCB7JS0fbLN { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.125rem;width:14.6875rem;top:0.1875rem;left:22.875rem;overflow:hidden;display:block; }
#XL5MDKrK3CNmZkd9OoDfIZfJJ6RA65i7 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:9.5625rem;left:41.5rem;height:2.76171875rem;display:block; }
#wDv0fWfNROTeR9a8mtfQOtIE2qbD8Fkq { color:rgba(var(--color-tertiary-2),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:7.4375rem;left:41.5rem;height:1.3808625rem;display:block; }
#kQSFgJw25zsx0h5Wsl66ocQVeEPlHXWR { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:5.0625rem;left:41.5rem;height:1.3808625rem;display:block; }
#cNwMGq3nDzhhS1Vc2zxxJD476tDXkDxR { color:rgba(var(--color-tertiary-2),1);display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:0rem;left:38.0625rem;height:3.57421875rem;display:block; }
#KDR2ii1fqAD2RhV9a9l8JRI3dKxALqHP { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.3125rem;left:39.9375rem;display:block; }
#l5z2Z5m2g4GQLcOxxQWs848anwIHpWtv { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.625rem;left:39.9375rem;display:block; }
#qTnr3Myzd8bTBw5cTzHqhNMXgJmv5lF9 { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.75rem;left:39.9375rem;display:block; }
#qnrzTOA5KA4JbIGCB9NiptSfDPI2C0TG { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:14.875rem;top:0.1875rem;left:60.125rem;overflow:hidden;display:block; }
#FxthOTXF4Urd0y2sO8gB7Eh9sdoVngVM { color:rgba(var(--color-tertiary-2),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.375rem;left:3.5625rem;height:1.3808625rem;display:none; }
#xSXOaey6HkaOx6zlfRZsGV7I6yhyNMTu { box-sizing:content-box;height:0.9375rem;width:0.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.625rem;left:2rem;display:none; }
#ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f { position:relative;display:none; }#ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f { border-width: 0; border-radius: 0; }#ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f > .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; }#ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f > .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:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TRegR99cHkx4whgDL84xET21UcWQb504 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202a44;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; }#TRegR99cHkx4whgDL84xET21UcWQb504 > .row .container { background-color: transparent; background-image: none; }#TRegR99cHkx4whgDL84xET21UcWQb504::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRegR99cHkx4whgDL84xET21UcWQb504 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRegR99cHkx4whgDL84xET21UcWQb504 > .row .container > .video-iframe-container { display: none; }#TRegR99cHkx4whgDL84xET21UcWQb504 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRegR99cHkx4whgDL84xET21UcWQb504 > .row > .video-iframe-container { display: none; }#TRegR99cHkx4whgDL84xET21UcWQb504 > .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); }#TRegR99cHkx4whgDL84xET21UcWQb504 > .row .container { border-width: 0; border-radius: 0; }#TRegR99cHkx4whgDL84xET21UcWQb504 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRegR99cHkx4whgDL84xET21UcWQb504 > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#hih7X9dMsJWywpipUCT3xl1RS0W4LAy8 { color:#fffdfd;display:block;width:37.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:7.7988125rem;display:block; }
#CBzR7sy6S8vkCZtb9eWaMfeotfwZGRT1 { box-sizing:content-box;height:0.3125rem;width:35.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.375rem;left:0rem;display:block; }
#nGCe7JXvZRp4HHQcpPzleoQqMZGbskqJ { color:#fffdfd;display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:13.5rem;left:0rem;height:11.04689375rem;text-align:justify;text-align-last:initial;display:block; }
#HS1CZs6cLscuS77ufMKCdzwv4UFo4uN4 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.125rem;width:34.0625rem;top:2.8125rem;left:39.21875rem;display:block; }
#Wbu04CnHLWxakgr4ppxkN14TxgwytTzQ { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:14.5625rem;top:21.9375rem;left:37.5rem;overflow:hidden;display:block; }
#FkW9gDHuCawTahoT4hAs8RDSanfPBVcB { color:#fffdfd;display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:13.5rem;left:0rem;height:11.04689375rem;text-align:justify;text-align-last:initial;display:none; }
#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx { 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/a8d74e06-92b6-4385-8804-79a55ca93d61/_MR_26531crop_2388x2000_3330preview.crop_2048x1419_0,177.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx.adaptive-delivery-prevent-bg, #r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx.lazyload, #r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx.lazyloading { background-image: none; }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .row .container { background-color: transparent; background-image: none; }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .row .container > .video-iframe-container { display: none; }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .row > .video-iframe-container { display: none; }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .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); }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .row .container { border-width: 0; border-radius: 0; }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfd;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; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container { background-color: transparent; background-image: none; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container > .video-iframe-container { display: none; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row > .video-iframe-container { display: none; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .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); }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container { border-width: 0; border-radius: 0; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#KTO3Ch04dRPF7cdaP6WZGTd4JANs1O7H { color:#fffdfd;display:block;width:63.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.3125rem;left:0rem;height:3.8994125rem;display:block; }
#Wt2EyMbuyqequ7U6ktomywtBWqEukiwW { color:#202a44;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:10.436193466186rem;left:0rem;height:5.0625rem;text-align:justify;text-align-last:initial;display:block; }
#Fv5exT34s0uX9yCNTTyoHJInCC6VtQSQ { box-sizing:content-box;height:0.3125rem;width:64.5625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:8.5625rem;left:0rem;display:block; }
#LpsTLqBNXod1ZAZrgJ4gzSyTIpcF1FLE { color:#202a44;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:24.25rem;left:0.6875rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#H2uOeEgLJltGM57JVTaSITPzvQylvPKs { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:18.25rem;left:6.625rem;overflow:hidden;display:block; }
#bUL8FqRMeaywaFfa82lHgktoCBErWs5x { color:#202a44;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:24.25rem;left:20.25rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#MvS6VgMkw17cDoR1pJCKnKCRERH1RcqP { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:18.25rem;left:26.1875rem;overflow:hidden;display:block; }
#epFlkX79mszu6cwE0oIVTiTLZbMXy4Ql { color:#202a44;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:24.25rem;left:39.75rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#cqycGtUG0EodJuZTA0kAgKwJUtZ32IFH { position:absolute;display:block;z-index:15052;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:4.9375rem;top:18.375rem;left:45.125rem;overflow:hidden;display:block; }
#drlDTOGDOK3uoxxHilklDEh1zWlKmFq1 { color:#202a44;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:27.1875rem;left:0rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#NCG1NdfsONL52q2wTfeFUIEm7cJMkymZ { color:#202a44;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:27.125rem;left:19.5625rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#xTRbQDqO34FgaVk7CDTHTTpUBU5q1wiP { color:#202a44;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:27.1875rem;left:39.0625rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#zJc22GCPc3kAlr5fzGZBKI7fFm2XzF14 { color:#202a44;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:27.1875rem;left:58.3125rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#n1b5AA5mBbDmcnWtgS26BV5RwLpAdsmA { color:#202a44;display:block;width:15.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:24.25rem;left:59rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#DKOWUqcJTJTXQZodfndo4K7gK9ABoskW { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:18.25rem;left:64.9375rem;overflow:hidden;display:block; }
#KAAohtdz4gLoVHgoUt5bKXN9vnyTtQsL { color:rgba(var(--color-tertiary-2),1);display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:;display:none; }
#l8QuMnyybqMCG7TZASUWotdlNtXvtlBZ { color:#202a44;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:27.1875rem;left:0rem;height:7.5rem;text-align:center;text-align-last:center;display:none; }
#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV { 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/25e3ac42-c8c4-462f-99ca-45b35b7c554b/header2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV.adaptive-delivery-prevent-bg, #aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV.lazyload, #aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV.lazyloading { background-image: none; }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .row .container { background-color: transparent; background-image: none; }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .row .container > .video-iframe-container { display: none; }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .row > .video-iframe-container { display: none; }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .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); }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .row .container { border-width: 0; border-radius: 0; }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#rqloVQB7CeAc7JEL16eBog55l7rvZoeW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffdfd;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; }#rqloVQB7CeAc7JEL16eBog55l7rvZoeW > .row .container { background-color: transparent; background-image: none; }#rqloVQB7CeAc7JEL16eBog55l7rvZoeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqloVQB7CeAc7JEL16eBog55l7rvZoeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqloVQB7CeAc7JEL16eBog55l7rvZoeW > .row .container > .video-iframe-container { display: none; }#rqloVQB7CeAc7JEL16eBog55l7rvZoeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rqloVQB7CeAc7JEL16eBog55l7rvZoeW > .row > .video-iframe-container { display: none; }#rqloVQB7CeAc7JEL16eBog55l7rvZoeW > .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); }#rqloVQB7CeAc7JEL16eBog55l7rvZoeW > .row .container { border-width: 0; border-radius: 0; }#rqloVQB7CeAc7JEL16eBog55l7rvZoeW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rqloVQB7CeAc7JEL16eBog55l7rvZoeW > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#I1KbhUbFPlMNkAX8gDwQ2R1cANfNsURt { color:rgba(var(--color-tertiary-2),1);display:block;width:35.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:;display:block; }
#pCKZrhAFtTkzomxF54Tvaop5kMs07bzq { box-sizing:content-box;height:0.3125rem;width:32.0625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;top:6.5625rem;left:0rem;display:block; }
#lOXeABsEAfaQQ8vWEnhwp6paJUWwhSXl { color:rgba(var(--color-tertiary-2),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:12.42775rem;text-align:justify;text-align-last:initial;display:block; }
#kAMqUklZtxkmq23bN6DbR1XdsHNgMT0n { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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:26.125rem;width:37.6875rem;top:0rem;left:37.3125rem;overflow:hidden;display:block; }
#dDzAb1UUmeBPMmTk0fxDu9GHvhROJLgW { color:rgba(var(--color-tertiary-2),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:8.5rem;left:0rem;height:12.42775rem;text-align:justify;text-align-last:initial;display:none; }
#u580FvT5aQRF1v0Cc7kckG37xWrnnirp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#u580FvT5aQRF1v0Cc7kckG37xWrnnirp > .row .container { background-color: transparent; background-image: none; }#u580FvT5aQRF1v0Cc7kckG37xWrnnirp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u580FvT5aQRF1v0Cc7kckG37xWrnnirp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u580FvT5aQRF1v0Cc7kckG37xWrnnirp > .row .container > .video-iframe-container { display: none; }#u580FvT5aQRF1v0Cc7kckG37xWrnnirp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u580FvT5aQRF1v0Cc7kckG37xWrnnirp > .row > .video-iframe-container { display: none; }#u580FvT5aQRF1v0Cc7kckG37xWrnnirp > .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); }#u580FvT5aQRF1v0Cc7kckG37xWrnnirp > .row .container { border-width: 0; border-radius: 0; }#u580FvT5aQRF1v0Cc7kckG37xWrnnirp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u580FvT5aQRF1v0Cc7kckG37xWrnnirp > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#FlWOtWG2LpcJ33pfdL8IAUhsIkygi5fi { color:#fffdfd;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:25.5rem;left:16.375rem;height:4.78125rem;text-align:left;text-align-last:left;display:block; }
#v5M10w7az4G5B6KnwGip6WFgxiG1teNe { color:#fffdfd;display:block;width:16.624375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:22.875rem;left:16.125rem;height:1.7875rem;text-align:left;text-align-last:left;display:block; }
#l0vcxEJO5hLtHmLhIeic6fOb2bXInTtS { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:13.8125rem;top:21.5rem;left:0rem;overflow:hidden;display:block; }
#CfgSFFvtQwGomTR1HcdcTuBx7i2xcnP9 { color:#fffdfd;display:block;width:16.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:3.9rem;display:block; }
#eQGNbsfVx9xCOcNloNLGtuCkSQOTNzaR { box-sizing:content-box;height:0.3125rem;width:15.625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.3125rem;left:0rem;display:block; }
#Dkw70tnca3KIAf8XzyxJ6UGcG787BMoz { color:#fffdfd;display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:11.875rem;left:0rem;height:6.75rem;text-align:justify;text-align-last:initial;display:block; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-form-header {  }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:26.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.5;overflow:hidden; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.0625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-textarea { 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.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.0625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;font-weight:400;font-style:normal; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#fffdfd;width:26.0625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um [class*="-text"]:-moz-placeholder { color:#eeeeee;font-family:"graphik upsa2";font-size:0.875rem; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um [class*="-text"]::-moz-placeholder { color:#eeeeee;font-family:"graphik upsa2";font-size:0.875rem; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um [class*="-text"]:-ms-input-placeholder { color:#eeeeee;font-family:"graphik upsa2";font-size:0.875rem; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um [class*="-text"]::-webkit-input-placeholder { color:#eeeeee;font-family:"graphik upsa2";font-size:0.875rem; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .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(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.6875rem;overflow:hidden;font-style:normal; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .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; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .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(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-container:first-of-type{padding-top:0;}#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-container:last-of-type{padding-bottom:0;}#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um  { background-color:#fffdfd;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15029;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:4.75rem;left:42rem; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.0625rem; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color: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; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um {display:block;}#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um { background-color:#fffdfd;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15029;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:4.75rem;left:42rem; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #zlmbkF8TqXn8ibQ0fiCe3xhQRcCLZIq7 { position:relative; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #grqLszad4iG0OUALAQNcANQxPS3az7lf { position:relative;display:block; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #x4iDSLM3RlXydUxRaVywex3trWxmcpVg { position:relative; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #OHlwl2WCF3Z329HPyiPHw6wnem2TNw7q { position:relative; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #Tu5wc7ITKaVRvdaLZL4zKuoFSlUWm1Vc { position:relative;display:block; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #yXJJNAgrbqO7elq89DOtBKZtSTgZ9eFm { position:relative; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #vlQu6NmnAnJNqerq7OOeKQG8MDikTpz2 { position:relative; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #eTomo692xBqRPg8SQKZkOGGakoLUbZ6A { position:relative;display:block; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #nyn9keLhq3k8emtFATad0WTfzbITVUu4 { position:relative; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #isp7zh5o4Jax15fphXTuFpzXRtPKnRPB { position:relative; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #iEKXfVhJ83X7TBKVZDkLkqZysMaDtGG5 { position:relative;display:block; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #lxiJx1ewBLCeAUhXp4Cvpk0onHRiuu73 { position:relative; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #EI23XBGKOEFdahE4mMX7G2bglBveIznc { position:relative; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #FOeCFDNHGXVNhZkHuxEQ1szpeNOLHfcu { position:relative;display:block; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #uv851ZUfw0Nkw8a3iybO8UFqLX6ECkO3 { position:relative; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #v975GdlmQeEgV0mZRZqt72LW4TXJvtfa { position:relative; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #QRgAsqHzfQIe0asebZszCBSqGU9Bm0mD { position:relative;display:block; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #GHVe3g0a3VW9UqE83GbzZTEFEXz3K85B { position:relative; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #nQcDXAiVg6CgVeIuCUaQH6mUieeEcXKZ { position:relative; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #Ur17Ih3lDKR30eE6BZyDhKiVk7EsLTCC { position:relative; }
#caUKTcHlmiHzhABquMZe3vinKTuc3efT { color:#fffdfd;display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:11.875rem;left:0rem;height:6.75rem;text-align:justify;text-align-last:initial;display:none; }
#tvGyVazcrcVXx6R3GRApnlA284JTsZKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),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; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { background-color: transparent; background-image: none; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container > .video-iframe-container { display: none; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row > .video-iframe-container { display: none; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .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); }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { border-width: 0; border-radius: 0; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#TGeP0PFCGuoHmLAc11BIqXEoUX4wLnuc { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.125rem;top:11.125rem;left:43.5rem;overflow:hidden;display:block; }
#F3Ayoy04ulu8xSDHSWH1ue08yAqnHiAS { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:11.125rem;left:40.625rem;overflow:hidden;display:block; }
#kTayHOaRDGnamwUHf1O06lHk2ieZO5Ua { color:#fffdfd;display:block;width:18.8125rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:8.6875rem;left:28.125rem;height:1.05rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VJx78kLqnE8M5vebkOoc1rXFcNCH62sf { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.125rem;top:11.125rem;left:37.9375rem;overflow:hidden;display:block; }
#N7Q8ClknAXIDqTpcBbpQTzUeTPrC85vK { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:11rem;left:35.5625rem;overflow:hidden;display:block; }
#aUMCchQ7n32m73WqTqPk5L3ZTHrr0FSS { position:absolute;display:block;z-index:15043;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.6875rem;width:11.625rem;top:2.5625rem;left:31.6875rem;overflow:hidden;display:block; }
#Uq7oP2upQuGmZXsC4SeqMsb2TAgqG6Jc { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:11rem;left:33rem;overflow:hidden;display:block; }
#z6CZG98xRPqp7Ip7DoCMyTPoMzUzPIJQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:11rem;left:30.375rem; }
#z6CZG98xRPqp7Ip7DoCMyTPoMzUzPIJQ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq { display:block; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvC9G2XmvCxeZuKimgDkE7H60BBkw3RU { top:15.3125rem;left:0rem;width:46.125rem;height:8.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsXhAC6xmR1e9AJhovaUuTPIGgw0FP1X { top:24.875rem;left:0rem;width:47.75rem;height:9rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6StP2G1KOao9Sw5h7AZe8x5q2rl9CUh { top:2.9375rem;left:0rem;width:13.125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdTI74AVW0Q6reQM6vIBwun5WPoAbHRa { top:34.9375rem;left:0rem;width:10.125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #W03htuWw5TX1BH59Qudmxe0U5xxoUd2u { width:12.0625rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vXR7m0geedTLya15ClFk6by3bSoHQa0r { top:26.9375rem;left:0rem;width:3rem;height:6.9375rem;font-size:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcwy3Cf0b9mA38Vzn8Sem5qiCPGZrk37 { display:block; }#tcwy3Cf0b9mA38Vzn8Sem5qiCPGZrk37 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpHoP3muaFvETB3Dh6LZ2bx36uu41bqo { top:3.3125rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUXX6HmiEuyDXDs1Os6rVzBnP2oOUP38 { top:14.875rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFq1aMSDVt0aGJWdzbiCKWNKvSlg28Bi { top:12.3125rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZSXHUpy7OmDeDNy1IkaqBAaDu5mElA5 { top:1.9375rem;left:0rem;width:18.625rem;height:9.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HW3tfIDdZsZWKsa5GV4lDMGswhfIAhZ9 { top:11.625rem;left:0rem;width:20rem;height:12.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JH3iNV9IVxOVDI3wk17JApaRUKKiltA6 { top:31.1875rem;left:0rem;width:12.8125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuUVh5Ai639U5IefWlPB0LvkfAJ6UJ0A { top:28.75rem;left:0rem;width:8.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDDwncWkC3mN54AhMEMnMs7oH2wt5QQn { top:31.1875rem;left:9.125rem;width:12.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3u6G627xs9zHctIm96sqI0gz2X7nNOd { top:28.75rem;left:9.125rem;width:7.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWLuAuMJqU26fZvU2HD32zWfg2fWH5zb { top:31.125rem;left:30.375rem;width:12rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWTTvR0ew2NmaULRIQTDpxtDu9fzf1eu { top:28.6875rem;left:30.1875rem;width:6.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4CG6NBOsqaHXQSTJOgUVGCWwFL9a5fc { top:31.1875rem;left:35rem;width:12.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbBbxImVazfnvZHvBZ9Ne4TbQrm3rhFI { top:28.6875rem;left:39.9375rem;width:7.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oX0EKCKyFZhKhbuvSIW3thZBuZlK3JkO { top:26.9375rem;left:0rem;width:3rem;height:6.9375rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrFacpZfBTQOTqvgvGHucgWKvb9H07e4 { top:27.0625rem;left:7.125rem;width:3rem;height:6.9375rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0vXothUzvFL4Sb9hbTXvZIlmrWT78F1 { top:26.8125rem;left:27.875rem;width:3rem;height:6.9375rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCi6tCh3fU5gF8AE3UArRVR2q9n35oSs { top:26.8125rem;left:44.75rem;width:3rem;height:6.9375rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEfTq8B23JPMzLbGZdLBfTUh2k1OsMXy { top:31.1875rem;left:0rem;width:12.8125rem;height:6rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWGI1WNqNeeDuCDwtaGXQ63BkvD45NZ3 { top:28.75rem;left:0rem;width:8.375rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXmqq3QNZAbnntUJ3t8FU0bHHiEf520G { top:26.9375rem;left:0rem;width:3rem;height:6.9375rem;font-size:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vJq7DtoEOpILRIkbbmfodMkX4hl03aWS { top:31.1875rem;left:0rem;width:12.8125rem;height:6rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yXzChl2O9gvm6RQSo0THpMyLqiI1TWEx { top:28.75rem;left:0rem;width:8.375rem;height:2rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JnrqJ0hVwJWXxInlWDh9J0ilvEpHuT54 { top:26.9375rem;left:0rem;width:3rem;height:6.9375rem;font-size:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVg7SCitTDUaTTLyBNDTrd3mgubN4Evv { top:26.9375rem;left:0rem;width:3rem;height:6.9375rem;font-size:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzhheKlen4suqRtV03sXdKkb4FJbmzpI { top:31.1875rem;left:0rem;width:12.8125rem;height:6rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JT480XdfraiWhXo9TEAwnOmaRZNd2HSM { top:26.9375rem;left:0rem;width:3rem;height:6.9375rem;font-size:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3mDWDQsunGClvZch75xDrvuRod60CXc { top:30.9375rem;left:0rem;width:16.5625rem;height:2.3125rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNWkrrrXtNKD1yiSZcas07c2p8dbyhJS { top:30.5625rem;left:0rem;width:8.4375rem;height:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkTD6qWrPqgDLLEIKtDyrlrkoJcAifze { top:32.5rem;left:0rem;width:18.5rem;height:3.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xg4fAW8OHZOLNJU8NiHySbW3zw0tItHT { top:37.375rem;left:0rem;width:17.25rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gysP12PtshyPR8USXct7ag8WU8eaFZhd { top:35.5rem;left:0rem;width:6.3125rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7DtzeufOsEeeoEAETok4zh3uUQ4LVK5 { top:34.8125rem;left:0rem;width:2.375rem;height:4rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #irdOp73O99XpIQvngAGVG1s0uqQMwm7L { top:43.375rem;left:0rem;width:17.25rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kfQXLD1oCvJuzpHZH2fyCIEvIGWucbgd { top:40.8125rem;left:0rem;width:2.375rem;height:4rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #isOLxsshQdgRovRrNb7O8k3dm8CRiBTH { top:41.5rem;left:0rem;width:6.3125rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eQZaM4Np9nRiqRWb1aRLfHzcDbMI1w3g { top:49.75rem;left:0rem;width:17.25rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #shq1horfx9CuFu2tys3zTkV1t4vKkikU { top:47.875rem;left:0rem;width:6.3125rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDpTco6KDd8nPDLZMfCvUNmzWEfZEiWJ { top:47.1875rem;left:0rem;width:2.375rem;height:4rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mfCs8w95BklWn8gBVgGS29bW8wNObJzU { display:block; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zy2FEJaPdXxAl0oaZf1gp37upb1eTEFH { top:2.9375rem;left:7.0625rem;width:15.3125rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImRWrZS3SphedfRkB18ETGOIW9uSKwxu { top:7.5rem;left:6.9375rem;width:15.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWlHQJed9x5pXmvFNeUIi58pSX21J1LB { top:7.5rem;left:27.6875rem;width:15.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ifmKnLp48ae7nkMUKe3piyWUbpiPzI { top:2.9375rem;left:27.8125rem;width:15.3125rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwz1zkLOoJCTFu1VZayq4BSJkoJE8Vn4 { top:7.5rem;left:32.1875rem;width:15.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOPrFHkydgCz1Qix24vbD7zosCKepT5f { top:2.9375rem;left:32.4375rem;width:15.3125rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmGDw3AxaFI1XHcTnDhsuuBu1WTnr4B7 { top:7.5rem;left:0rem;width:15.5625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZItpQ9fb6mGphC1xrnEdHbJE9pefP67U { top:2.9375rem;left:0rem;width:15.3125rem;height:3.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT { display:block; }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C23KqmrM7DwSfNIGpckxDhmbqkUrmDMU { display:block; }#C23KqmrM7DwSfNIGpckxDhmbqkUrmDMU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAaT9L3RxQVtGtc21p6K0GpppcaS4bLH { top:2.6875rem;left:0rem;width:43.6875rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoLAyWUMQrCGFxVB20gblb4bxOUuFhtX { top:7.3125rem;left:0rem;width:44.3125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRItnDpezu5dS6gTiUh3T0G0TdeOqkeH { top:9.625rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2TJWNU6ITNBDP2RTMBfNJoTagzzVyNI { top:42.5rem;left:0rem;width:15.3125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7Tqp9W5ODNMXIAVPo9T6tOAFL6N0UoJ { top:46.9375rem;left:0rem;width:15.4375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1wPk0D9cn5cDSaJKhiWaKTkN26OWTRS { top:42.5625rem;left:6.6875rem;width:15.3125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS8rgXuOUEHAV6q7Fw5t1cHI01D6Q2A3 { top:47rem;left:6.9375rem;width:14.8125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXOgdIAmLmBGaH9NL4FEMUuxL3xEk4hx { top:27.3125rem;left:26.75rem;width:14.8125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5TOlna3zh5qHATDzdDVA3AJsfsBqff3 { top:22.875rem;left:26.5rem;width:15.3125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdDDuNqLJRqgzNHLOMJz3PIq205eziyI { top:27.3125rem;left:32.9375rem;width:14.8125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtsM4ZgdK3mD8cMdtn0H0tHDxo4hTiEs { top:22.875rem;left:32.4375rem;width:15.3125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4eiExsGQrlmmTyUKyWd32zALQFP2siF { top:27.375rem;left:6.5rem;width:15.75rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdXtZf45mmkQ9LuLPDZhA4AulQM2K1ET { top:47.75rem;left:26.3125rem;width:15.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4cPvLq6ICuFd00TBBTxrayxC8nbaXEu { top:47.75rem;left:32.9375rem;width:14.8125rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgMluOUcC2gUEzd2MBNoLV9vWOghICbf { top:27.375rem;left:0rem;width:14.8125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU14Uqz4iCvwiKAX5eAdKodbxb0DnnPO { top:22.9375rem;left:0rem;width:15.3125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACkPb96TulM5KSrgSXpTbxh87V9hRAoq { top:22.9375rem;left:6.6875rem;width:15.3125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA06c1LC1BSweVWtUscvpxm5A7xLyslF { top:43.3125rem;left:26.5rem;width:15.3125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx48Co4hBndwzSL9De1C83rBmJSTPvz6 { top:43.3125rem;left:32.4375rem;width:15.3125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rErVzIQXqiOlCyNURA5edToFvzlfdGwG { top:37.4375rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw1AqwAdnkL6rSoQfTdJigCQKAmldZt8 { top:37.4375rem;left:12.125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xf6gX0nMhMZOyFFXyKcwgo8prhaFbThz { top:18.0625rem;left:32.1875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAbRubtXnBQqnhdfWy0STiqVfdA3TNGi { top:17.875rem;left:43.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzEQDqVo9RJfvA4snpagr0ZxeiIaxq8V { top:37.5625rem;left:32rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydEuW6WQe7pRVrAewWbTihdsa4mFNhA1 { top:17.375rem;left:12.3125rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaV6QtJyWorQd4zeX8gopnJ2mlX98ulg { top:17.8125rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1NEWVS4MLcRRy0bwuQOo5Z2KX0hBsog { top:37.3125rem;left:42.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvdqhPbIR8TXGQt1UaVwcv5k6rFZaQlE { top:58.1875rem;left:0rem;width:45.5625rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHVhgW2QtOFlobgzagi4V859XJuO1FZI { display:block; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL5zFr6K7i9LFxh5iEexNf4T5acC482V { display:block; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kl7SkaG6y5yfUlTUfC6xDDsgd79hSTTH { top:9.375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ9wroykMsWnlqVUTiwzxC62qMTHdLts { top:7.4375rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgtKy1HawWIq5sBdGq0VTX2Cwvyx2Gul { top:2.6875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { display:block; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBK0dwQetXAqbmFQrxepScqLEJ5GC56w { top:2.6875rem;left:0rem;width:21.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaILqX5PWEmxrRJPgWNm61ueef1qTtWJ { top:5.9375rem;left:0rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6tknUzXXrpcGwv5ktJsTNIaytx9cJDv { top:6.1875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHXhb8hXx9FaUEX77aCnhVUUwBQ3gFsA { top:8.0625rem;left:0rem;width:11.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Say376OHt6HWiADUhQxQK888WThD0w4z { top:8.3125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPmfbaoPqiv4MlhBLm1mm2WhBlgi07VR { top:12.5625rem;left:0rem;width:22.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkAaTyU4gIk6XgwqP1lU76zelzzA4VrS { top:10.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #au2ucOMEBK6C6LCSABWtmclOLRIbgOIp { top:10.3125rem;left:0rem;width:18.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TceNqu40yLhaGdDrw0wEFZH7ANBZNrT1 { top:12.8125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePEeEcHmwPvfcO4CPcM8ouEsJoGwz614 { top:2.6875rem;left:11.8125rem;width:12.0625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfOn8L49Xit0z7aNdZu5yGab4e9o2gpn { top:10.1875rem;left:23.875rem;width:14.625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDpd7NJVxSlrKSRkVv9fB8zHgMz0OGed { top:8.0625rem;left:23.875rem;width:18.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClIkGT4reiFkUseWmxRm9FGkST1GZT9T { top:5.75rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTl76CBLEmAH8nSDirKpOHBKeeErS3nu { top:2.5rem;left:23.875rem;width:21.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J65D8Oxf0fNdW3DpdO57XkxR1x8rM5Ke { top:6rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7h1vCFIFO7ECkQWJOQXnrnSd0iEK0zO { top:8.25rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPWpqa1NflnJ1rqeluGRavRSf5goGluU { top:10.375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic9WTJhEXOQU8rA6ZUCe5bo6oDlUtuh1 { top:2.6875rem;left:35.625rem;width:12.125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsyUo8TfgDLKVLCIm49fPKangbMIRVHH { top:0rem;left:13.9375rem;width:8.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1WOBM0tAlCm71BHR62Gv0N5uqmCf0MN { top:14.875rem;left:0rem;width:30.6875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeecbsZluSrqDA8voaNwg2CAQ4qPZ0GO { top:15.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svZhAuC23FAoblbt1dGx6aK8T8XRKV6f { top:17.25rem;left:0rem;width:30.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrQ3PRE4EvoN2hSelmHIgIFHZwnRRgBF { top:17.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQgURmWInUTQAbswbRIgDAg7TuyUac7U { display:none; }#TQgURmWInUTQAbswbRIgDAg7TuyUac7U > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UlQTW5PcRLlAqZ4BHRV41OySypPN8z82 { display:none; }#UlQTW5PcRLlAqZ4BHRV41OySypPN8z82 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qTxm1GAbTopFUn6xNRzfIwWtTnZw5Qpa { top:1.625rem;left:0rem;width:16.5625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwTmJHGPnyVhlLdAiufO8lu1AeMLGoER { top:10.5rem;left:0rem;width:11.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwcu6w4Qv4RkC6kpeABhso6v9gJ1GQkn { top:9.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS6B2l8PnVBKOTni1SbFp7Z8347XnInr { top:8.1875rem;left:23.875rem;width:17.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8h6KPpU94DBTdrtQ8fF9PXK4T0Sazcf { top:6rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQF0tZXkHWUgpNLrpHnbmmywZspSPTsg { top:6.25rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUz4PmsVvT0y2rdinCaMUqU6EMwgOcMO { top:8.375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2SHWsff9xqtN6hUspkWWSlSb4cprCLE { top:2.6875rem;left:32.9375rem;width:14.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJhqDv1rLVINhuvhFm05Q7BGy5OFvInF { top:15.4375rem;left:0rem;width:11.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUgoElVsR1SNnvN7xilyfK4eTauB0LKi { top:12.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLloyqZ08aytT4e06pIyFavQbp2ctPpo { top:2.6875rem;left:9.3125rem;width:14.5625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJHmPq2cV1CaG43J2z3DiutMaPTQiMo4 { top:10.4375rem;left:23.875rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7KxX0edvf8R3bamkDvdDRmvwCPAH3af { top:10.6875rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4SGuKUPnNUxwX1rUxyUZqUWLPlIZoT2 { top:20.1875rem;left:0rem;width:16.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4eeI5Tm9F944nWqe2RHCOglwqfrwTip { top:16.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoXCtgTs2pIK4ihDezzmLlETl5HLBvFF { top:13.875rem;left:23.875rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn7JV9folJC916uyeQNIf7fz8NaogekB { top:14.125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrFDpa75Pf83BvkOF0msrC8P0eTAXk1d { top:2.5rem;left:23.875rem;width:22.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsmAOkNTfgXviKzVlqW0XNDLmSCtXkF5 { top:0rem;left:37.125rem;width:8.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooWbPmKapH3rulA8otW3nDUApt2HUzMK { display:none; }#ooWbPmKapH3rulA8otW3nDUApt2HUzMK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fLcX4VSZknCtFuGRnJZJfAEb7bWycMAh { display:none; }#fLcX4VSZknCtFuGRnJZJfAEb7bWycMAh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KTpo1DKoLgxhoXGR0vXOHpmpx1uG8LOw { top:1.625rem;left:0rem;width:16.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCuyZw7GSr8T33HOn7I4RXCTG04OsBSv { top:6.5625rem;left:0rem;width:16.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWUvB4TIzXxyHPGi6UTsdiboM3QV3vid { top:6rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z87sl2C1aaautQ6uMAwG9H5lOQNDEAHo { top:10.875rem;left:0rem;width:11.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnbfAINcuzrlh779dJXxLTGHrpKHcnVy { top:9.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdpw3ZfMZhua80DgWEr92sVCxNbTBsqH { top:8.1875rem;left:23.875rem;width:17.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX1HXm5QVZulTQALLefbI0ivhtk7Rnn7 { top:6rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJyXNW38Fow45mwLtSmzo9rD3aJuGEaO { top:6.25rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tanRqTTCMJri70QEt46uNMxekDMC8Q7d { top:8.375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0xXtKOSliJvnCnyERz0JKIoXfvCzDou { top:2.6875rem;left:32.9375rem;width:14.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od27DH1T0tFCdkwXtVM7ms8MW8mlTkFt { top:12.5625rem;left:0rem;width:18.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBtObPOBFB8C63OktH9pJTcOXibooTQ8 { top:12.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeGIfXoMVxT8TZ8QLRUN5Qd8pNJMn9aK { top:2.6875rem;left:9.3125rem;width:14.5625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPTBSPwMyt2UeGcy3l550UXgbHTXGmTN { top:10.4375rem;left:23.875rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ZqBqOieb3wxs7oyCGfWcnITvLemIW1 { top:10.6875rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wusl7ycg7KEtExTBuIAcGitX4G1Gg2z3 { top:16.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlPHMVT1bDdrwxTR7NBDTQq7kRZli1Ly { top:13.875rem;left:23.875rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diX5glCqPTz6S2PG2H2KFtvZg8oqPS8z { top:14.125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2LQQHNpFFI1wPWObdLorbOwwK4IT801 { top:2.5rem;left:23.875rem;width:22.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NagLxZdHyTvlCMkGCF3WeVAfPVfPneqF { top:0rem;left:37.125rem;width:8.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4n6obiktXV9fIR3ILTZzTxIeVAs8XaL { top:0rem;left:13.9375rem;width:8.625rem;height:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VhcBgAJ4ltsbnDEFVahwFWdlhBFBoCnQ { top:17.5625rem;left:0rem;width:18.125rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc { display:none; }#DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv { display:block; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXnUMKhCvvrACyKieuSKmM9r2RlyJxnO { top:2.6875rem;left:0rem;width:21.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okEyd4NsBSX62Cyh7EGbMlpDi59tGArH { top:5.75rem;left:0rem;width:19rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORou1wxZthQPda1F5TJFmbyJ7vAxuRTG { top:6rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVUD4dWXCu61r1cJU8lAtU8tK4vi9T4B { top:9.25rem;left:0rem;width:11.3125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS5cuOfaMKcsRIKiUimXM63y2UI61m8z { top:9.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdBXRitUIEOiMofPorwOWhyaZJFZGh4l { top:8.1875rem;left:23.875rem;width:17.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx8X0MQwr4CVEGoWkGumT3fvC0bFxHfT { top:6rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U94z4MWO9u2sPUIIwf69LRCSTfDsxG2x { top:6.25rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OztEyonI5d94dRvw69PR72GKpZ7ATFlI { top:8.375rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqyenRyXqXmqlB0tIUBFDvbkgS9FTeH6 { top:2.6875rem;left:32.9375rem;width:14.8125rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBKBH63T8GJftAd4L9Icswv8pspLZgcu { top:12.6875rem;left:0rem;width:11.5625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zShbJTlR9JFRwfMexUz1Wk6fZXVt5CNh { top:12.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUMtLcBHb4TPdZChHB6IGSah90AV9E1d { top:2.6875rem;left:9.3125rem;width:14.5625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZlI8TT3BIF8H5J5hTh2pUaF3etskKJh { top:10.4375rem;left:23.875rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akvVaP1CP7OfmE0IXUx2S0xuVdudLyBy { top:10.6875rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRanHFRRF7UNw9TPb7WZZO442nS1UktD { top:16.1875rem;left:0rem;width:16.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKbTenVVU0u9KfgIC17O07BHNpr3vIFZ { top:16.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr3NzLJ7RGEcCI9i0Hm90PC5fkvILhil { top:13.875rem;left:23.875rem;width:22.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTMrl8FEnH5dhw4xulW9uCpr2zniEfXp { top:14.125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrpSysUKNPFNnbVfIX61hye9ATBTuwe7 { top:7.375rem;left:8.125rem;width:7.3125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEADidb83oH1RAaeFpBNFwxapILAJ3u3 { top:11.1875rem;left:8.125rem;width:7.25rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgxqELzEoSp12uhwIOenngP47uL41htf { top:2.5rem;left:23.875rem;width:22.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZPtkJ0fOxl4rI7EZ1H9pOxgy2IHiUVP { top:0rem;left:37.125rem;width:8.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2 { display:none; }#AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sl8dwz9z1zBmvETv4x43WN5t3Sw2bsTa { display:block; }#sl8dwz9z1zBmvETv4x43WN5t3Sw2bsTa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcfDFp61VDF8D89dfT7aN6fDoewp01iw { top:1rem;left:28.125rem;width:14.5625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1J9kxvcRl4Db0y4nZPcNBUkVEac3g08 { top:4.9375rem;left:9.1875rem;width:13.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P36e3tyzxiqLlmoOnFmWWRWmVguBppeU { top:1rem;left:5.125rem;width:21.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbMqbdswvR617E3FZEpBkVMVnHOl1hEF { top:5.1875rem;left:7.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF { display:none; }#uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Li7MsL1TxVQWchHky3dZ4sLUKdIc6vHF { display:block; }#Li7MsL1TxVQWchHky3dZ4sLUKdIc6vHF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h581dvzqdBV2Br5af54u3UE82oTEqyN1 { top:8.1875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hff9cNA5Eiwwpz5FkfSTbAMubckhXzvP { top:6.25rem;left:0rem;width:35rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsHQ9bhRt55fwXdniTbln0zJzUEbQM6J { top:1.625rem;left:0rem;width:36.0625rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb34DJKR5lKOT0fSuu0bgz6ypxvXRWCq { top:6.125rem;left:0rem;width:19.9375rem;height:7.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGi9DrxUJCDrv1nHfRhu08K24OUlNalu { display:block; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkHs0k68z1AQv8W0wm6TvisWC0K5zMDi { top:0.1875rem;left:0rem;width:21.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkTcQzyDTy1Td3FqMwvItI6udRstz4Dz { top:5.25rem;left:0rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0Cu5UMf3PxOFU3XMB7LFo0J48TIK5f8 { top:5.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7kpAi1OQB5ObJnr9BmChzmoiOiOysB0 { top:7.375rem;left:0rem;width:13.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDyQsw1DvOJ6I8roDRhyy2UQ5i1ey3sb { top:7.625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbSBDGgZef5ELaTCpgNoPN8XTUm2WwlK { top:0.1875rem;left:9.1875rem;width:14.6875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzxU86oDqKGlhxMfzn7gGUGqTHhg9hf9 { top:9.6875rem;left:23.875rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsu0KvzWlKBHCJWHD2VaQM4l1kKkQb5b { top:7.4375rem;left:23.875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wofl32hpyGakcH06KTBTgFf90pFMI4hr { top:5.0625rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I71k10vVvDdqWlToxqMk5cDPiS3NR8sE { top:0rem;left:23.875rem;width:22.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfRFRVGGUClNOdBsb2H7TSkEEK5n1Hb1 { top:5.3125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugRfePtgEdpbAZpdPc4lAToPzzD9iTIz { top:7.625rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swhDEIOFMNJTtJL3S4yMUtnKZVrFPeha { top:9.875rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBAvb7X0pstkNh3ESG589Mm48SxpuNPb { top:0.1875rem;left:32.875rem;width:14.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND { display:none; }#Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qFy98px3I9PKzaO1gBaHn5fbUmKFsNsh { display:none; }#qFy98px3I9PKzaO1gBaHn5fbUmKFsNsh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TTnVFBAXlvV5KTgz0JGkF6esXLcKpCe0 { top:1.1875rem;left:0rem;width:20rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOpKoqpWqyMT1tCZGweUax9RnL0Qr185 { top:7.625rem;left:0rem;width:16.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvXN9RrVCDpHsglIV8y516lLpXGNhqyy { top:5.5rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJVOz8ubfVRzuWbkK6hK4S5sbweRklf6 { top:10rem;left:0rem;width:13.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5KGTk8bHL53gfnDvOBCCTMHOcPGQ0vD { top:7.625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4UpodcAgDLArUZ4pvnMmWCB7JS0fbLN { top:0.1875rem;left:9.1875rem;width:14.6875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL5MDKrK3CNmZkd9OoDfIZfJJ6RA65i7 { top:9.5625rem;left:23.875rem;width:18.75rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDv0fWfNROTeR9a8mtfQOtIE2qbD8Fkq { top:7.4375rem;left:23.875rem;width:13.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQSFgJw25zsx0h5Wsl66ocQVeEPlHXWR { top:5.0625rem;left:23.875rem;width:18.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNwMGq3nDzhhS1Vc2zxxJD476tDXkDxR { top:0rem;left:23.875rem;width:22.1875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDR2ii1fqAD2RhV9a9l8JRI3dKxALqHP { top:5.3125rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5z2Z5m2g4GQLcOxxQWs848anwIHpWtv { top:7.625rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTnr3Myzd8bTBw5cTzHqhNMXgJmv5lF9 { top:9.75rem;left:23.875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnrzTOA5KA4JbIGCB9NiptSfDPI2C0TG { top:0.1875rem;left:32.875rem;width:14.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxthOTXF4Urd0y2sO8gB7Eh9sdoVngVM { top:12.4375rem;left:0rem;width:18.3125rem;height:2.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xSXOaey6HkaOx6zlfRZsGV7I6yhyNMTu { top:7.625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f { display:none; }#ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TRegR99cHkx4whgDL84xET21UcWQb504 { display:block; }#TRegR99cHkx4whgDL84xET21UcWQb504 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hih7X9dMsJWywpipUCT3xl1RS0W4LAy8 { top:2.8125rem;left:0rem;width:37.1875rem;height:7.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBzR7sy6S8vkCZtb9eWaMfeotfwZGRT1 { top:11.375rem;left:0rem;width:35.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGCe7JXvZRp4HHQcpPzleoQqMZGbskqJ { top:13.5rem;left:0rem;width:35.0625rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HS1CZs6cLscuS77ufMKCdzwv4UFo4uN4 { top:2.8125rem;left:13.6875rem;width:34.0625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbu04CnHLWxakgr4ppxkN14TxgwytTzQ { top:21.9375rem;left:23.875rem;width:14.5625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkW9gDHuCawTahoT4hAs8RDSanfPBVcB { top:8.875rem;left:0rem;width:19.9375rem;height:15.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx { display:block; }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLb1foyrhSfKrAupZPlK5StuiRIXU8kD { display:block; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTO3Ch04dRPF7cdaP6WZGTd4JANs1O7H { top:3.3125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wt2EyMbuyqequ7U6ktomywtBWqEukiwW { top:10.375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv5exT34s0uX9yCNTTyoHJInCC6VtQSQ { top:8.5625rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpsTLqBNXod1ZAZrgJ4gzSyTIpcF1FLE { top:24.25rem;left:0rem;width:15.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2uOeEgLJltGM57JVTaSITPzvQylvPKs { top:18.25rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUL8FqRMeaywaFfa82lHgktoCBErWs5x { top:24.25rem;left:6.625rem;width:15.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvS6VgMkw17cDoR1pJCKnKCRERH1RcqP { top:18.25rem;left:12.5625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epFlkX79mszu6cwE0oIVTiTLZbMXy4Ql { top:24.25rem;left:26.125rem;width:15.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqycGtUG0EodJuZTA0kAgKwJUtZ32IFH { top:18.375rem;left:31.5rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #drlDTOGDOK3uoxxHilklDEh1zWlKmFq1 { top:27.1875rem;left:0rem;width:16.6875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCG1NdfsONL52q2wTfeFUIEm7cJMkymZ { top:27.125rem;left:5.9375rem;width:16.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTRbQDqO34FgaVk7CDTHTTpUBU5q1wiP { top:27.1875rem;left:25.4375rem;width:16.6875rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJc22GCPc3kAlr5fzGZBKI7fFm2XzF14 { top:27.1875rem;left:31.0625rem;width:16.6875rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1b5AA5mBbDmcnWtgS26BV5RwLpAdsmA { top:24.25rem;left:32.4375rem;width:15.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKOWUqcJTJTXQZodfndo4K7gK9ABoskW { top:18.25rem;left:43.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAAohtdz4gLoVHgoUt5bKXN9vnyTtQsL { top:1.625rem;left:0rem;width:19.9375rem;height:4.6875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8QuMnyybqMCG7TZASUWotdlNtXvtlBZ { top:8.6875rem;left:0rem;width:20rem;height:12rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV { display:block; }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqloVQB7CeAc7JEL16eBog55l7rvZoeW { display:block; }#rqloVQB7CeAc7JEL16eBog55l7rvZoeW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1KbhUbFPlMNkAX8gDwQ2R1cANfNsURt { top:1.875rem;left:0rem;width:35.9375rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCKZrhAFtTkzomxF54Tvaop5kMs07bzq { top:6.5625rem;left:0rem;width:32.0625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOXeABsEAfaQQ8vWEnhwp6paJUWwhSXl { top:8.5rem;left:0rem;width:34.625rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAMqUklZtxkmq23bN6DbR1XdsHNgMT0n { top:0rem;left:0rem;width:37.6875rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDzAb1UUmeBPMmTk0fxDu9GHvhROJLgW { top:5.9375rem;left:0rem;width:19.9375rem;height:17.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u580FvT5aQRF1v0Cc7kckG37xWrnnirp { display:block; }#u580FvT5aQRF1v0Cc7kckG37xWrnnirp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlWOtWG2LpcJ33pfdL8IAUhsIkygi5fi { top:25.5rem;left:7.75rem;width:16.125rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5M10w7az4G5B6KnwGip6WFgxiG1teNe { top:22.875rem;left:7.3125rem;width:16.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0vcxEJO5hLtHmLhIeic6fOb2bXInTtS { top:21.5rem;left:0rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfgSFFvtQwGomTR1HcdcTuBx7i2xcnP9 { top:4.3125rem;left:0rem;width:16.5rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQGNbsfVx9xCOcNloNLGtuCkSQOTNzaR { top:9.3125rem;left:0rem;width:15.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkw70tnca3KIAf8XzyxJ6UGcG787BMoz { top:11.875rem;left:0rem;width:35.875rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-regular-label { width:26.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-input-text { width:26.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-textarea { width:26.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-input-select { width:26.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-input-button { width:26.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-checkbox-label { width:24.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um  { width:26.0625rem;height:auto;top:4.75rem;left:19.1875rem; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .radio-container { width:26.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um {display:block;}#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um { width:26.0625rem;height:auto;top:4.75rem;left:19.1875rem; }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #zlmbkF8TqXn8ibQ0fiCe3xhQRcCLZIq7 {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #grqLszad4iG0OUALAQNcANQxPS3az7lf {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #x4iDSLM3RlXydUxRaVywex3trWxmcpVg {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #OHlwl2WCF3Z329HPyiPHw6wnem2TNw7q {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #Tu5wc7ITKaVRvdaLZL4zKuoFSlUWm1Vc {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #yXJJNAgrbqO7elq89DOtBKZtSTgZ9eFm {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #vlQu6NmnAnJNqerq7OOeKQG8MDikTpz2 {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #eTomo692xBqRPg8SQKZkOGGakoLUbZ6A {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #nyn9keLhq3k8emtFATad0WTfzbITVUu4 {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #isp7zh5o4Jax15fphXTuFpzXRtPKnRPB {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #iEKXfVhJ83X7TBKVZDkLkqZysMaDtGG5 {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #lxiJx1ewBLCeAUhXp4Cvpk0onHRiuu73 {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #EI23XBGKOEFdahE4mMX7G2bglBveIznc {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #FOeCFDNHGXVNhZkHuxEQ1szpeNOLHfcu {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #uv851ZUfw0Nkw8a3iybO8UFqLX6ECkO3 {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #v975GdlmQeEgV0mZRZqt72LW4TXJvtfa {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #QRgAsqHzfQIe0asebZszCBSqGU9Bm0mD {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #GHVe3g0a3VW9UqE83GbzZTEFEXz3K85B {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #nQcDXAiVg6CgVeIuCUaQH6mUieeEcXKZ {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #Ur17Ih3lDKR30eE6BZyDhKiVk7EsLTCC {  }
 }@media only screen and (max-width: 763px) { #caUKTcHlmiHzhABquMZe3vinKTuc3efT { top:7.8125rem;left:0rem;width:20rem;height:6.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvGyVazcrcVXx6R3GRApnlA284JTsZKL { display:block; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGeP0PFCGuoHmLAc11BIqXEoUX4wLnuc { top:11.125rem;left:29.875rem;width:1.125rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Ayoy04ulu8xSDHSWH1ue08yAqnHiAS { top:11.125rem;left:27rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTayHOaRDGnamwUHf1O06lHk2ieZO5Ua { top:8.6875rem;left:14.5rem;width:18.8125rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJx78kLqnE8M5vebkOoc1rXFcNCH62sf { top:11.125rem;left:24.3125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Q8ClknAXIDqTpcBbpQTzUeTPrC85vK { top:11rem;left:21.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUMCchQ7n32m73WqTqPk5L3ZTHrr0FSS { top:2.5625rem;left:18.0625rem;width:11.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq7oP2upQuGmZXsC4SeqMsb2TAgqG6Jc { top:11rem;left:19.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6CZG98xRPqp7Ip7DoCMyTPoMzUzPIJQ { top:11rem;left:16.75rem;width:1.25rem;height:1.25rem;display:block; }
#z6CZG98xRPqp7Ip7DoCMyTPoMzUzPIJQ > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6580bd2a-7767-4d88-a2ee-6b3e1fafd361/header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.adaptive-delivery-prevent-bg, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyload, #UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq.lazyloading { background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { background-color: transparent; background-image: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row > .video-iframe-container { display: none; }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .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); }#UAo3JPe3cHxAPwza83bwqvgiuI3SVLfq > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvC9G2XmvCxeZuKimgDkE7H60BBkw3RU { width:19.6875rem;height:3.0869125rem;top:13.875rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsXhAC6xmR1e9AJhovaUuTPIGgw0FP1X { width:19.25rem;height:2.92529375rem;top:17.9375rem;left:0.25rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6StP2G1KOao9Sw5h7AZe8x5q2rl9CUh { width:4.75rem;height:1.9375rem;top:27.533855438233rem;left:7.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #wdTI74AVW0Q6reQM6vIBwun5WPoAbHRa { width:3.875rem;height:3.875rem;top:14.9374995rem;left:-1.75rem;overflow:hidden;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #W03htuWw5TX1BH59Qudmxe0U5xxoUd2u { top:2.74951171875rem;left:1.99951171875rem;width:6.4995rem;height:2.625rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vXR7m0geedTLya15ClFk6by3bSoHQa0r { width:3rem;height:0;top:25.375rem;left:-11.59375rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #tcwy3Cf0b9mA38Vzn8Sem5qiCPGZrk37 { display:block; }#tcwy3Cf0b9mA38Vzn8Sem5qiCPGZrk37 > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bpHoP3muaFvETB3Dh6LZ2bx36uu41bqo { width:20rem;height:4.0625rem;top:2.0937519073486rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #zUXX6HmiEuyDXDs1Os6rVzBnP2oOUP38 { width:20rem;height:8.7734375rem;top:9.9375rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #rFq1aMSDVt0aGJWdzbiCKWNKvSlg28Bi { width:17rem;height:0.3125rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZSXHUpy7OmDeDNy1IkaqBAaDu5mElA5 { width:16.5625rem;height:7.03125rem;top:2.03125rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;z-index:15013;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HW3tfIDdZsZWKsa5GV4lDMGswhfIAhZ9 { top:11.625rem;left:0rem;width:20rem;height:12rem;z-index:15028;color:#fffdfd;font-family:"graphik upsa2";font-weight:400;font-style:normal;text-align:justify;text-align-last:initial;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JH3iNV9IVxOVDI3wk17JApaRUKKiltA6 { width:12.8125rem;height:auto;top:31.1875rem;left:3.5625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #HuUVh5Ai639U5IefWlPB0LvkfAJ6UJ0A { width:8.375rem;height:auto;top:28.75rem;left:5.8125rem;font-size:1.5625rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #xDDwncWkC3mN54AhMEMnMs7oH2wt5QQn { width:12.5625rem;height:auto;top:31.1875rem;left:3.6875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #d3u6G627xs9zHctIm96sqI0gz2X7nNOd { width:7.375rem;height:auto;top:28.75rem;left:6.3125rem;font-size:1.5625rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #ZWLuAuMJqU26fZvU2HD32zWfg2fWH5zb { width:12rem;height:auto;top:31.125rem;left:4rem;font-size:1rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #dWTTvR0ew2NmaULRIQTDpxtDu9fzf1eu { width:6.0625rem;height:auto;top:28.6875rem;left:6.9375rem;font-size:1.5625rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #u4CG6NBOsqaHXQSTJOgUVGCWwFL9a5fc { width:12.75rem;height:auto;top:31.1875rem;left:3.625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #XbBbxImVazfnvZHvBZ9Ne4TbQrm3rhFI { width:7.8125rem;height:auto;top:28.6875rem;left:6.0625rem;font-size:1.5625rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #oX0EKCKyFZhKhbuvSIW3thZBuZlK3JkO { width:3rem;height:auto;top:26.9375rem;left:8.5rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #yrFacpZfBTQOTqvgvGHucgWKvb9H07e4 { width:3rem;height:auto;top:27.0625rem;left:8.5rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #o0vXothUzvFL4Sb9hbTXvZIlmrWT78F1 { width:3rem;height:auto;top:26.8125rem;left:8.5rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #JCi6tCh3fU5gF8AE3UArRVR2q9n35oSs { width:3rem;height:auto;top:26.8125rem;left:8.5rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nEfTq8B23JPMzLbGZdLBfTUh2k1OsMXy { width:12.8125rem;height:0;top:36.875rem;left:5.03125rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #tWGI1WNqNeeDuCDwtaGXQ63BkvD45NZ3 { width:8.375rem;height:0;top:34.4375rem;left:5.03125rem;font-size:1.5625rem;text-align:justify;text-align-last:initial;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #FXmqq3QNZAbnntUJ3t8FU0bHHiEf520G { width:3rem;height:0;top:32.625rem;left:2.03125rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #vJq7DtoEOpILRIkbbmfodMkX4hl03aWS { width:12.8125rem;height:0;top:32.1875rem;left:2.46875rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #yXzChl2O9gvm6RQSo0THpMyLqiI1TWEx { width:8.375rem;height:0;top:29.75rem;left:2.46875rem;font-size:1.5625rem;text-align:justify;text-align-last:initial;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #JnrqJ0hVwJWXxInlWDh9J0ilvEpHuT54 { width:3rem;height:0;top:27.9375rem;left:-0.53125rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #cVg7SCitTDUaTTLyBNDTrd3mgubN4Evv { width:3rem;height:0;top:49.6875rem;left:4.96875rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #bzhheKlen4suqRtV03sXdKkb4FJbmzpI { width:12.8125rem;height:0;top:47rem;left:7.90625rem;font-size:1rem;text-align:justify;text-align-last:initial;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #JT480XdfraiWhXo9TEAwnOmaRZNd2HSM { width:3rem;height:0;top:46.5625rem;left:5.84375rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #e3mDWDQsunGClvZch75xDrvuRod60CXc { width:2.375rem;height:4.03125rem;top:28.375rem;left:0rem;font-size:2.6875rem;text-align:left;text-align-last:left;z-index:15014;line-height:1.5;color:rgba(255,253,253,0.54);display:block; }
 }@media only screen and (max-width: 763px) { #TNWkrrrXtNKD1yiSZcas07c2p8dbyhJS { width:6.3125rem;height:1.875rem;top:29.125rem;left:1.375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15014;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vkTD6qWrPqgDLLEIKtDyrlrkoJcAifze { top:31rem;left:1.5625rem;width:17.25rem;height:2.625rem;z-index:15029;color:#fffdfd;font-family:"graphik upsa2";font-weight:400;font-style:normal;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Xg4fAW8OHZOLNJU8NiHySbW3zw0tItHT { top:36.5rem;left:1.5625rem;width:17.25rem;height:2.625rem;z-index:15032;color:#fffdfd;font-family:"graphik upsa2";font-weight:400;font-style:normal;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gysP12PtshyPR8USXct7ag8WU8eaFZhd { width:6.3125rem;height:1.875rem;top:34.625rem;left:1.375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15017;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v7DtzeufOsEeeoEAETok4zh3uUQ4LVK5 { width:2.375rem;height:4.03125rem;top:33.9375rem;left:0rem;font-size:2.6875rem;text-align:left;text-align-last:left;z-index:15017;line-height:1.5;color:rgba(255,253,253,0.54);display:block; }
 }@media only screen and (max-width: 763px) { #irdOp73O99XpIQvngAGVG1s0uqQMwm7L { top:43.1875rem;left:1.5625rem;width:17.25rem;height:2.625rem;z-index:15035;color:#fffdfd;font-family:"graphik upsa2";font-weight:400;font-style:normal;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kfQXLD1oCvJuzpHZH2fyCIEvIGWucbgd { width:2.375rem;height:4.03125rem;top:40.625rem;left:0rem;font-size:2.6875rem;text-align:left;text-align-last:left;z-index:15020;line-height:1.5;color:rgba(255,253,253,0.54);display:block; }
 }@media only screen and (max-width: 763px) { #isOLxsshQdgRovRrNb7O8k3dm8CRiBTH { width:6.3125rem;height:1.875rem;top:41.3125rem;left:1.375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15020;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eQZaM4Np9nRiqRWb1aRLfHzcDbMI1w3g { top:50.3125rem;left:1.5625rem;width:17.25rem;height:1.3125rem;z-index:15038;color:#fffdfd;font-family:"graphik upsa2";font-weight:400;font-style:normal;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #shq1horfx9CuFu2tys3zTkV1t4vKkikU { width:6.3125rem;height:1.875rem;top:48.4375rem;left:1.375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15023;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pDpTco6KDd8nPDLZMfCvUNmzWEfZEiWJ { width:2.375rem;height:4.03125rem;top:47.75rem;left:0rem;font-size:2.6875rem;text-align:left;text-align-last:left;z-index:15023;line-height:1.5;color:rgba(255,253,253,0.54);display:block; }
 }@media only screen and (max-width: 763px) { #mfCs8w95BklWn8gBVgGS29bW8wNObJzU { background-color:#f1b434;background-image:none;display:block; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { background-color: transparent; background-image: none; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container > .video-iframe-container { display: none; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row > .video-iframe-container { display: none; }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .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); }#mfCs8w95BklWn8gBVgGS29bW8wNObJzU > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zy2FEJaPdXxAl0oaZf1gp37upb1eTEFH { width:15.3125rem;height:2.4375rem;top:2.4375rem;left:2.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ImRWrZS3SphedfRkB18ETGOIW9uSKwxu { width:15.5625rem;height:1.3808625rem;top:4.875rem;left:2.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWlHQJed9x5pXmvFNeUIi58pSX21J1LB { width:15.5625rem;height:1.3808625rem;top:10.75rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6ifmKnLp48ae7nkMUKe3piyWUbpiPzI { width:15.3125rem;height:2.4375rem;top:8.3125rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iwz1zkLOoJCTFu1VZayq4BSJkoJE8Vn4 { width:15.5625rem;height:1.3808625rem;top:16.9375rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOPrFHkydgCz1Qix24vbD7zosCKepT5f { width:15.3125rem;height:2.4375rem;top:14.5625rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MmGDw3AxaFI1XHcTnDhsuuBu1WTnr4B7 { width:15.5625rem;height:3.1875rem;top:23.5625rem;left:2.25rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZItpQ9fb6mGphC1xrnEdHbJE9pefP67U { width:15.3125rem;height:2.4375rem;top:20.625rem;left:2.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/40fcdab7-7268-45b6-8ed4-c3a6ee78c651/header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT.adaptive-delivery-prevent-bg, #TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT.lazyload, #TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT.lazyloading { background-image: none; }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .row .container { background-color: transparent; background-image: none; }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .row .container > .video-iframe-container { display: none; }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .row > .video-iframe-container { display: none; }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .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); }#TtsTRD3ZUXdNKmkqdOkHBcXEaNIelZlT > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C23KqmrM7DwSfNIGpckxDhmbqkUrmDMU { display:block; }#C23KqmrM7DwSfNIGpckxDhmbqkUrmDMU > .row .container { width:20rem;height:88.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAaT9L3RxQVtGtc21p6K0GpppcaS4bLH { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IoLAyWUMQrCGFxVB20gblb4bxOUuFhtX { width:17.3125rem;height:0.3125rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRItnDpezu5dS6gTiUh3T0G0TdeOqkeH { width:20rem;height:13.5rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2TJWNU6ITNBDP2RTMBfNJoTagzzVyNI { width:14.625rem;height:3.75rem;top:72.875rem;left:2.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7Tqp9W5ODNMXIAVPo9T6tOAFL6N0UoJ { width:20rem;height:4.5rem;top:77.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1wPk0D9cn5cDSaJKhiWaKTkN26OWTRS { width:15.3125rem;height:3.75rem;top:54.875rem;left:2.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uS8rgXuOUEHAV6q7Fw5t1cHI01D6Q2A3 { width:17.5rem;height:6rem;top:81.5625rem;left:2.59375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXOgdIAmLmBGaH9NL4FEMUuxL3xEk4hx { width:14.8125rem;height:7.5rem;top:77.375rem;left:4rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E5TOlna3zh5qHATDzdDVA3AJsfsBqff3 { width:15.3125rem;height:3.75rem;top:68.5625rem;left:4.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kdDDuNqLJRqgzNHLOMJz3PIq205eziyI { width:14.8125rem;height:7.5rem;top:84.5rem;left:2.34375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NtsM4ZgdK3mD8cMdtn0H0tHDxo4hTiEs { width:15.3125rem;height:3.75rem;top:73.5625rem;left:4.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #r4eiExsGQrlmmTyUKyWd32zALQFP2siF { width:20rem;height:4.5rem;top:61.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdXtZf45mmkQ9LuLPDZhA4AulQM2K1ET { width:14.8125rem;height:6rem;top:141.125rem;left:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #V4cPvLq6ICuFd00TBBTxrayxC8nbaXEu { width:20rem;height:6rem;top:45.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgMluOUcC2gUEzd2MBNoLV9vWOghICbf { width:20rem;height:4.5rem;top:31.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU14Uqz4iCvwiKAX5eAdKodbxb0DnnPO { width:15.3125rem;height:3.75rem;top:26.9375rem;left:2.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACkPb96TulM5KSrgSXpTbxh87V9hRAoq { width:15.3125rem;height:3.75rem;top:57.3125rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IA06c1LC1BSweVWtUscvpxm5A7xLyslF { width:15.3125rem;height:3.75rem;top:121.125rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Xx48Co4hBndwzSL9De1C83rBmJSTPvz6 { width:20rem;height:3.75rem;top:41.25rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rErVzIQXqiOlCyNURA5edToFvzlfdGwG { width:3.5rem;height:3.5rem;top:68.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw1AqwAdnkL6rSoQfTdJigCQKAmldZt8 { width:3.9375rem;height:3.9375rem;top:71.1875rem;left:2.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xf6gX0nMhMZOyFFXyKcwgo8prhaFbThz { width:3.9375rem;height:3.9375rem;top:48.1875rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAbRubtXnBQqnhdfWy0STiqVfdA3TNGi { width:3.9375rem;height:3.9375rem;top:53.375rem;left:10.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzEQDqVo9RJfvA4snpagr0ZxeiIaxq8V { width:3.9375rem;height:3.9375rem;top:100.75rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydEuW6WQe7pRVrAewWbTihdsa4mFNhA1 { width:3rem;height:3rem;top:53.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaV6QtJyWorQd4zeX8gopnJ2mlX98ulg { width:2.625rem;height:2.625rem;top:23.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1NEWVS4MLcRRy0bwuQOo5Z2KX0hBsog { width:3.3125rem;height:3.3125rem;top:37.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvdqhPbIR8TXGQt1UaVwcv5k6rFZaQlE { width:19.999rem;height:2.25rem;top:83.3115234375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHVhgW2QtOFlobgzagi4V859XJuO1FZI { display:block; }#DHVhgW2QtOFlobgzagi4V859XJuO1FZI > .row .container { width:20rem;height:15.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qL5zFr6K7i9LFxh5iEexNf4T5acC482V { display:block; }#qL5zFr6K7i9LFxh5iEexNf4T5acC482V > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kl7SkaG6y5yfUlTUfC6xDDsgd79hSTTH { width:20rem;height:5.5234375rem;top:8.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ9wroykMsWnlqVUTiwzxC62qMTHdLts { width:17.5625rem;height:0.3125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgtKy1HawWIq5sBdGq0VTX2Cwvyx2Gul { width:18.75rem;height:4.6875rem;top:1.5rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya { display:block; }#v8ONRZhSRe98UhJ8sEfvzBcOapsE3vya > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBK0dwQetXAqbmFQrxepScqLEJ5GC56w { width:9.9375rem;height:3.57421875rem;top:2.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QaILqX5PWEmxrRJPgWNm61ueef1qTtWJ { width:12.3125rem;height:2.76171875rem;top:7.3125rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v6tknUzXXrpcGwv5ktJsTNIaytx9cJDv { width:0.9375rem;height:0.9375rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHXhb8hXx9FaUEX77aCnhVUUwBQ3gFsA { width:11.375rem;height:1.3808625rem;top:11.25rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Say376OHt6HWiADUhQxQK888WThD0w4z { width:0.9375rem;height:0.9375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPmfbaoPqiv4MlhBLm1mm2WhBlgi07VR { width:10.8125rem;height:1.3808625rem;top:18.75rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OkAaTyU4gIk6XgwqP1lU76zelzzA4VrS { width:0.9375rem;height:0.9375rem;top:14.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #au2ucOMEBK6C6LCSABWtmclOLRIbgOIp { width:12.125rem;height:2.76171875rem;top:14.4375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TceNqu40yLhaGdDrw0wEFZH7ANBZNrT1 { width:0.9375rem;height:0.9375rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePEeEcHmwPvfcO4CPcM8ouEsJoGwz614 { width:8.25rem;height:8.0625rem;top:0rem;left:11.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #AfOn8L49Xit0z7aNdZu5yGab4e9o2gpn { width:14.5625rem;height:2.76171875rem;top:56.75rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #RDpd7NJVxSlrKSRkVv9fB8zHgMz0OGed { width:11.25rem;height:1.3808625rem;top:53.902997970581rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ClIkGT4reiFkUseWmxRm9FGkST1GZT9T { width:10.875rem;height:1.3808625rem;top:48.090496063233rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #WTl76CBLEmAH8nSDirKpOHBKeeErS3nu { width:14.4375rem;height:3.57421875rem;top:42.6875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #J65D8Oxf0fNdW3DpdO57XkxR1x8rM5Ke { width:0.9375rem;height:0.9375rem;top:48.312501907349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x7h1vCFIFO7ECkQWJOQXnrnSd0iEK0zO { width:0.9375rem;height:0.9375rem;top:54.125001907349rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPWpqa1NflnJ1rqeluGRavRSf5goGluU { width:0.9375rem;height:0.9375rem;top:57.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ic9WTJhEXOQU8rA6ZUCe5bo6oDlUtuh1 { width:8.25rem;height:8.0625rem;top:40.069661468267rem;left:11.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hsyUo8TfgDLKVLCIm49fPKangbMIRVHH { width:8rem;height:6.5625rem;top:0.75rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1WOBM0tAlCm71BHR62Gv0N5uqmCf0MN { width:16.375rem;height:2.76171875rem;top:21.9375rem;left:1.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qeecbsZluSrqDA8voaNwg2CAQ4qPZ0GO { width:0.9375rem;height:0.9375rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svZhAuC23FAoblbt1dGx6aK8T8XRKV6f { width:14.6875rem;height:2.76171875rem;top:26.1875rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zrQ3PRE4EvoN2hSelmHIgIFHZwnRRgBF { width:0.9375rem;height:0.9375rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQgURmWInUTQAbswbRIgDAg7TuyUac7U { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4ab9ada6-e50e-4a16-aa50-66c964bdec86/comu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TQgURmWInUTQAbswbRIgDAg7TuyUac7U.adaptive-delivery-prevent-bg, #TQgURmWInUTQAbswbRIgDAg7TuyUac7U.lazyload, #TQgURmWInUTQAbswbRIgDAg7TuyUac7U.lazyloading { background-image: none; }#TQgURmWInUTQAbswbRIgDAg7TuyUac7U > .row .container { background-color: transparent; background-image: none; }#TQgURmWInUTQAbswbRIgDAg7TuyUac7U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQgURmWInUTQAbswbRIgDAg7TuyUac7U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQgURmWInUTQAbswbRIgDAg7TuyUac7U > .row .container > .video-iframe-container { display: none; }#TQgURmWInUTQAbswbRIgDAg7TuyUac7U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQgURmWInUTQAbswbRIgDAg7TuyUac7U > .row > .video-iframe-container { display: none; }#TQgURmWInUTQAbswbRIgDAg7TuyUac7U > .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); }#TQgURmWInUTQAbswbRIgDAg7TuyUac7U > .row .container { border-width: 0; border-radius: 0; }#TQgURmWInUTQAbswbRIgDAg7TuyUac7U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQgURmWInUTQAbswbRIgDAg7TuyUac7U > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlQTW5PcRLlAqZ4BHRV41OySypPN8z82 { display:block; }#UlQTW5PcRLlAqZ4BHRV41OySypPN8z82 > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTxm1GAbTopFUn6xNRzfIwWtTnZw5Qpa { width:20rem;height:3.57421875rem;top:1.6868476867676rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nwTmJHGPnyVhlLdAiufO8lu1AeMLGoER { width:11.3125rem;height:1.3808625rem;top:6.625rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uwcu6w4Qv4RkC6kpeABhso6v9gJ1GQkn { width:0.9375rem;height:0.9375rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS6B2l8PnVBKOTni1SbFp7Z8347XnInr { width:17.25rem;height:1.3808625rem;top:43.9375rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #i8h6KPpU94DBTdrtQ8fF9PXK4T0Sazcf { width:18.5rem;height:1.3808625rem;top:28.5rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hQF0tZXkHWUgpNLrpHnbmmywZspSPTsg { width:0.9375rem;height:0.9375rem;top:39.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUz4PmsVvT0y2rdinCaMUqU6EMwgOcMO { width:0.9375rem;height:0.9375rem;top:41.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #L2SHWsff9xqtN6hUspkWWSlSb4cprCLE { width:14.8125rem;height:12.1875rem;top:52.75rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJhqDv1rLVINhuvhFm05Q7BGy5OFvInF { width:11.5625rem;height:1.3808625rem;top:9.375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qUgoElVsR1SNnvN7xilyfK4eTauB0LKi { width:0.9375rem;height:0.9375rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLloyqZ08aytT4e06pIyFavQbp2ctPpo { width:14.5625rem;height:12rem;top:29.5rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJHmPq2cV1CaG43J2z3DiutMaPTQiMo4 { width:20rem;height:2.76171875rem;top:48.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #R7KxX0edvf8R3bamkDvdDRmvwCPAH3af { width:0.9375rem;height:0.9375rem;top:46.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #G4SGuKUPnNUxwX1rUxyUZqUWLPlIZoT2 { width:18.125rem;height:2.76171875rem;top:12.25rem;left:1.8125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X4eeI5Tm9F944nWqe2RHCOglwqfrwTip { width:0.9375rem;height:0.9375rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoXCtgTs2pIK4ihDezzmLlETl5HLBvFF { width:20rem;height:2.76171875rem;top:68.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Tn7JV9folJC916uyeQNIf7fz8NaogekB { width:0.9375rem;height:0.9375rem;top:66.1875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GrFDpa75Pf83BvkOF0msrC8P0eTAXk1d { width:20rem;height:1.7871125rem;top:25.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FsmAOkNTfgXviKzVlqW0XNDLmSCtXkF5 { width:8.625rem;height:7.125rem;top:31.1875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ooWbPmKapH3rulA8otW3nDUApt2HUzMK { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/93be63bb-d8be-4b30-a320-2c6b43eead6f/s.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ooWbPmKapH3rulA8otW3nDUApt2HUzMK.adaptive-delivery-prevent-bg, #ooWbPmKapH3rulA8otW3nDUApt2HUzMK.lazyload, #ooWbPmKapH3rulA8otW3nDUApt2HUzMK.lazyloading { background-image: none; }#ooWbPmKapH3rulA8otW3nDUApt2HUzMK > .row .container { background-color: transparent; background-image: none; }#ooWbPmKapH3rulA8otW3nDUApt2HUzMK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooWbPmKapH3rulA8otW3nDUApt2HUzMK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooWbPmKapH3rulA8otW3nDUApt2HUzMK > .row .container > .video-iframe-container { display: none; }#ooWbPmKapH3rulA8otW3nDUApt2HUzMK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ooWbPmKapH3rulA8otW3nDUApt2HUzMK > .row > .video-iframe-container { display: none; }#ooWbPmKapH3rulA8otW3nDUApt2HUzMK > .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); }#ooWbPmKapH3rulA8otW3nDUApt2HUzMK > .row .container { border-width: 0; border-radius: 0; }#ooWbPmKapH3rulA8otW3nDUApt2HUzMK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ooWbPmKapH3rulA8otW3nDUApt2HUzMK > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLcX4VSZknCtFuGRnJZJfAEb7bWycMAh { display:block; }#fLcX4VSZknCtFuGRnJZJfAEb7bWycMAh > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTpo1DKoLgxhoXGR0vXOHpmpx1uG8LOw { width:11.8125rem;height:3.57421875rem;top:1.6868515014649rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RCuyZw7GSr8T33HOn7I4RXCTG04OsBSv { width:16.625rem;height:1.3808625rem;top:6.5625rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XWUvB4TIzXxyHPGi6UTsdiboM3QV3vid { width:0.9375rem;height:0.9375rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z87sl2C1aaautQ6uMAwG9H5lOQNDEAHo { width:17.625rem;height:1.3808625rem;top:9.4375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BnbfAINcuzrlh779dJXxLTGHrpKHcnVy { width:0.9375rem;height:0.9375rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdpw3ZfMZhua80DgWEr92sVCxNbTBsqH { width:17.25rem;height:1.3808625rem;top:43.9375rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iX1HXm5QVZulTQALLefbI0ivhtk7Rnn7 { width:18.5rem;height:1.3808625rem;top:28.5rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HJyXNW38Fow45mwLtSmzo9rD3aJuGEaO { width:0.9375rem;height:0.9375rem;top:39.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tanRqTTCMJri70QEt46uNMxekDMC8Q7d { width:0.9375rem;height:0.9375rem;top:41.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0xXtKOSliJvnCnyERz0JKIoXfvCzDou { width:14.8125rem;height:12.1875rem;top:52.75rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Od27DH1T0tFCdkwXtVM7ms8MW8mlTkFt { width:18.125rem;height:2.76171875rem;top:12.375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBtObPOBFB8C63OktH9pJTcOXibooTQ8 { width:0.9375rem;height:0.9375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeGIfXoMVxT8TZ8QLRUN5Qd8pNJMn9aK { width:14.5625rem;height:12rem;top:29.5rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPTBSPwMyt2UeGcy3l550UXgbHTXGmTN { width:20rem;height:2.76171875rem;top:48.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #n4ZqBqOieb3wxs7oyCGfWcnITvLemIW1 { width:0.9375rem;height:0.9375rem;top:46.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wusl7ycg7KEtExTBuIAcGitX4G1Gg2z3 { width:0.9375rem;height:0.9375rem;top:16.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlPHMVT1bDdrwxTR7NBDTQq7kRZli1Ly { width:20rem;height:2.76171875rem;top:68.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #diX5glCqPTz6S2PG2H2KFtvZg8oqPS8z { width:0.9375rem;height:0.9375rem;top:66.1875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2LQQHNpFFI1wPWObdLorbOwwK4IT801 { width:20rem;height:1.7871125rem;top:25.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #NagLxZdHyTvlCMkGCF3WeVAfPVfPneqF { width:8.625rem;height:7.125rem;top:31.1875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4n6obiktXV9fIR3ILTZzTxIeVAs8XaL { width:8rem;height:6.5625rem;top:0rem;left:12rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #VhcBgAJ4ltsbnDEFVahwFWdlhBFBoCnQ { width:18.125rem;height:2.76171875rem;top:16.625rem;left:1.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f8d558b9-b575-421a-a100-08a15308e06c/info.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc.adaptive-delivery-prevent-bg, #DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc.lazyload, #DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc.lazyloading { background-image: none; }#DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc > .row .container { background-color: transparent; background-image: none; }#DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc > .row .container > .video-iframe-container { display: none; }#DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc > .row > .video-iframe-container { display: none; }#DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc > .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); }#DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc > .row .container { border-width: 0; border-radius: 0; }#DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DhFEEKaHmmsALdw0vaPUfmwNgwi7AXmc > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv { display:block; }#RArmDoFe8KihSX6wfPGoTn2JPRyQm1kv > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXnUMKhCvvrACyKieuSKmM9r2RlyJxnO { width:16.624375rem;height:1.7871125rem;top:1.6874809265137rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #okEyd4NsBSX62Cyh7EGbMlpDi59tGArH { width:16.625rem;height:2.76171875rem;top:5rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ORou1wxZthQPda1F5TJFmbyJ7vAxuRTG { width:0.9375rem;height:0.9375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVUD4dWXCu61r1cJU8lAtU8tK4vi9T4B { width:11.3125rem;height:2.76171875rem;top:9.3125rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fS5cuOfaMKcsRIKiUimXM63y2UI61m8z { width:0.9375rem;height:0.9375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdBXRitUIEOiMofPorwOWhyaZJFZGh4l { width:17.25rem;height:1.3808625rem;top:43.9375rem;left:1.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #nx8X0MQwr4CVEGoWkGumT3fvC0bFxHfT { width:18.5rem;height:1.3808625rem;top:28.5rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #U94z4MWO9u2sPUIIwf69LRCSTfDsxG2x { width:0.9375rem;height:0.9375rem;top:39.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OztEyonI5d94dRvw69PR72GKpZ7ATFlI { width:0.9375rem;height:0.9375rem;top:41.75rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqyenRyXqXmqlB0tIUBFDvbkgS9FTeH6 { width:14.8125rem;height:12.1875rem;top:52.75rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gBKBH63T8GJftAd4L9Icswv8pspLZgcu { width:11.5625rem;height:2.76171875rem;top:14.25rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zShbJTlR9JFRwfMexUz1Wk6fZXVt5CNh { width:0.9375rem;height:0.9375rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUMtLcBHb4TPdZChHB6IGSah90AV9E1d { width:14.5625rem;height:12rem;top:29.5rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZZlI8TT3BIF8H5J5hTh2pUaF3etskKJh { width:20rem;height:2.76171875rem;top:48.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #akvVaP1CP7OfmE0IXUx2S0xuVdudLyBy { width:0.9375rem;height:0.9375rem;top:46.5625rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRanHFRRF7UNw9TPb7WZZO442nS1UktD { width:16.875rem;height:2.76171875rem;top:18.979168891907rem;left:1.7916667461395rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AKbTenVVU0u9KfgIC17O07BHNpr3vIFZ { width:0.9375rem;height:0.9375rem;top:19.229168891907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pr3NzLJ7RGEcCI9i0Hm90PC5fkvILhil { width:20rem;height:2.76171875rem;top:68.375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pTMrl8FEnH5dhw4xulW9uCpr2zniEfXp { width:0.9375rem;height:0.9375rem;top:66.1875rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrpSysUKNPFNnbVfIX61hye9ATBTuwe7 { width:6.8125rem;height:5.625rem;top:7.7617206573488rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEADidb83oH1RAaeFpBNFwxapILAJ3u3 { width:6.6875rem;height:5.5rem;top:12.880859375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgxqELzEoSp12uhwIOenngP47uL41htf { width:20rem;height:1.7871125rem;top:25.5rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dZPtkJ0fOxl4rI7EZ1H9pOxgy2IHiUVP { width:8.625rem;height:7.125rem;top:31.1875rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9b752b90-5328-4a88-9c38-2858b9d911f7/edu.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2.adaptive-delivery-prevent-bg, #AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2.lazyload, #AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2.lazyloading { background-image: none; }#AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2 > .row .container { background-color: transparent; background-image: none; }#AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2 > .row .container > .video-iframe-container { display: none; }#AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2 > .row > .video-iframe-container { display: none; }#AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2 > .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); }#AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2 > .row .container { border-width: 0; border-radius: 0; }#AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AiGvrJMFDpIxOm7AV2U8t246RSpMCFq2 > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sl8dwz9z1zBmvETv4x43WN5t3Sw2bsTa { display:block; }#sl8dwz9z1zBmvETv4x43WN5t3Sw2bsTa > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VcfDFp61VDF8D89dfT7aN6fDoewp01iw { width:14.5625rem;height:12rem;top:37.138675rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1J9kxvcRl4Db0y4nZPcNBUkVEac3g08 { width:16.625rem;height:1.3808625rem;top:5.0625rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P36e3tyzxiqLlmoOnFmWWRWmVguBppeU { width:16.62475rem;height:1.7871125rem;top:1.9375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JbMqbdswvR617E3FZEpBkVMVnHOl1hEF { width:0.9375rem;height:0.9375rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/97816329-4299-4456-a0e0-baa7acef8e1a/psico.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF.adaptive-delivery-prevent-bg, #uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF.lazyload, #uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF.lazyloading { background-image: none; }#uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF > .row .container { background-color: transparent; background-image: none; }#uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF > .row .container > .video-iframe-container { display: none; }#uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF > .row > .video-iframe-container { display: none; }#uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF > .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); }#uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF > .row .container { border-width: 0; border-radius: 0; }#uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uStErbDH1BZCwNOwPLoTgS3rtwAVyQAF > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Li7MsL1TxVQWchHky3dZ4sLUKdIc6vHF { display:block; }#Li7MsL1TxVQWchHky3dZ4sLUKdIc6vHF > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h581dvzqdBV2Br5af54u3UE82oTEqyN1 { width:19.999rem;height:14.34375rem;top:6.5rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hff9cNA5Eiwwpz5FkfSTbAMubckhXzvP { width:18.75rem;height:0.3125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsHQ9bhRt55fwXdniTbln0zJzUEbQM6J { width:19.9995rem;height:2.34375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yb34DJKR5lKOT0fSuu0bgz6ypxvXRWCq { width:19.9980625rem;height:7.96875rem;top:6.125rem;left:0rem;font-size:1.0625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #IGi9DrxUJCDrv1nHfRhu08K24OUlNalu { display:block; }#IGi9DrxUJCDrv1nHfRhu08K24OUlNalu > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkHs0k68z1AQv8W0wm6TvisWC0K5zMDi { width:16.624375rem;height:3.57421875rem;top:1.1907558441162rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PkTcQzyDTy1Td3FqMwvItI6udRstz4Dz { width:13.4375rem;height:1.3808625rem;top:6.0625rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T0Cu5UMf3PxOFU3XMB7LFo0J48TIK5f8 { width:0.9375rem;height:0.9375rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7kpAi1OQB5ObJnr9BmChzmoiOiOysB0 { width:13.8125rem;height:1.3808625rem;top:8.791015625rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EDyQsw1DvOJ6I8roDRhyy2UQ5i1ey3sb { width:0.9375rem;height:0.9375rem;top:8.638671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbSBDGgZef5ELaTCpgNoPN8XTUm2WwlK { width:14.6875rem;height:12.125rem;top:41.9570375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzxU86oDqKGlhxMfzn7gGUGqTHhg9hf9 { width:18.75rem;height:2.76171875rem;top:33.125rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dsu0KvzWlKBHCJWHD2VaQM4l1kKkQb5b { width:13.0625rem;height:1.3808625rem;top:28.3125rem;left:3.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #wofl32hpyGakcH06KTBTgFf90pFMI4hr { width:18.5rem;height:1.3808625rem;top:23.5rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #I71k10vVvDdqWlToxqMk5cDPiS3NR8sE { width:20rem;height:5.361325rem;top:14.6875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pfRFRVGGUClNOdBsb2H7TSkEEK5n1Hb1 { width:0.9375rem;height:0.9375rem;top:21.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugRfePtgEdpbAZpdPc4lAToPzzD9iTIz { width:0.9375rem;height:0.9375rem;top:26.125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #swhDEIOFMNJTtJL3S4yMUtnKZVrFPeha { width:0.9375rem;height:0.9375rem;top:30.9375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XBAvb7X0pstkNh3ESG589Mm48SxpuNPb { width:14.875rem;height:12.25rem;top:77.77865625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9eecbeae-bc1a-4532-9881-75529d66957f/filo.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND.adaptive-delivery-prevent-bg, #Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND.lazyload, #Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND.lazyloading { background-image: none; }#Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND > .row .container { background-color: transparent; background-image: none; }#Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND > .row .container > .video-iframe-container { display: none; }#Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND > .row > .video-iframe-container { display: none; }#Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND > .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); }#Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND > .row .container { border-width: 0; border-radius: 0; }#Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jhc2DhbtHtt58aNtmhaGrE6Cm4KWEFND > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFy98px3I9PKzaO1gBaHn5fbUmKFsNsh { display:block; }#qFy98px3I9PKzaO1gBaHn5fbUmKFsNsh > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTnVFBAXlvV5KTgz0JGkF6esXLcKpCe0 { width:20rem;height:5.361325rem;top:1.1907577514649rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IOpKoqpWqyMT1tCZGweUax9RnL0Qr185 { width:16.625rem;height:1.3808625rem;top:7.625rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yvXN9RrVCDpHsglIV8y516lLpXGNhqyy { width:0.9375rem;height:0.9375rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJVOz8ubfVRzuWbkK6hK4S5sbweRklf6 { width:13.8125rem;height:1.3808625rem;top:10rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D5KGTk8bHL53gfnDvOBCCTMHOcPGQ0vD { width:0.9375rem;height:0.9375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4UpodcAgDLArUZ4pvnMmWCB7JS0fbLN { width:14.6875rem;height:12.125rem;top:41.9570375rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XL5MDKrK3CNmZkd9OoDfIZfJJ6RA65i7 { width:18.75rem;height:2.76171875rem;top:33.125rem;left:0.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #wDv0fWfNROTeR9a8mtfQOtIE2qbD8Fkq { width:13.0625rem;height:1.3808625rem;top:28.3125rem;left:3.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #kQSFgJw25zsx0h5Wsl66ocQVeEPlHXWR { width:18.5rem;height:1.3808625rem;top:23.5rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cNwMGq3nDzhhS1Vc2zxxJD476tDXkDxR { width:20rem;height:5.361325rem;top:14.6875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KDR2ii1fqAD2RhV9a9l8JRI3dKxALqHP { width:0.9375rem;height:0.9375rem;top:21.3125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5z2Z5m2g4GQLcOxxQWs848anwIHpWtv { width:0.9375rem;height:0.9375rem;top:26.125rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTnr3Myzd8bTBw5cTzHqhNMXgJmv5lF9 { width:0.9375rem;height:0.9375rem;top:30.9375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnrzTOA5KA4JbIGCB9NiptSfDPI2C0TG { width:14.875rem;height:12.25rem;top:77.77865625rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FxthOTXF4Urd0y2sO8gB7Eh9sdoVngVM { width:18.3125rem;height:2.76171875rem;top:12.4375rem;left:1.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #xSXOaey6HkaOx6zlfRZsGV7I6yhyNMTu { width:0.9375rem;height:0.9375rem;top:12.625rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/13cb1b91-4a08-4b30-a0af-798963afdd8a/seg.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f.adaptive-delivery-prevent-bg, #ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f.lazyload, #ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f.lazyloading { background-image: none; }#ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f > .row .container { background-color: transparent; background-image: none; }#ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f > .row .container > .video-iframe-container { display: none; }#ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f > .row > .video-iframe-container { display: none; }#ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f > .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); }#ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f > .row .container { border-width: 0; border-radius: 0; }#ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODx6bZI4ySHW5RrtPgcA7ueTUSv7oP8f > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRegR99cHkx4whgDL84xET21UcWQb504 { display:block; }#TRegR99cHkx4whgDL84xET21UcWQb504 > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hih7X9dMsJWywpipUCT3xl1RS0W4LAy8 { width:19.9995rem;height:4.6875rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CBzR7sy6S8vkCZtb9eWaMfeotfwZGRT1 { width:20rem;height:0.3125rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGCe7JXvZRp4HHQcpPzleoQqMZGbskqJ { width:19.9995rem;height:17.951175rem;top:11.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HS1CZs6cLscuS77ufMKCdzwv4UFo4uN4 { height:11.2285rem;width:20rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbu04CnHLWxakgr4ppxkN14TxgwytTzQ { width:12.25rem;height:6.625rem;top:37.0400390625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkW9gDHuCawTahoT4hAs8RDSanfPBVcB { width:19.999rem;height:15.189425rem;top:8.875rem;left:0rem;font-size:1.0625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a8d74e06-92b6-4385-8804-79a55ca93d61/_MR_26531crop_2388x2000_3330preview.crop_2048x1419_0,177.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx.adaptive-delivery-prevent-bg, #r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx.lazyload, #r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx.lazyloading { background-image: none; }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .row .container { background-color: transparent; background-image: none; }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .row .container > .video-iframe-container { display: none; }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .row > .video-iframe-container { display: none; }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .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); }#r6KsySMwHJZ5y8pem7GRxIlI6DZfVVxx > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLb1foyrhSfKrAupZPlK5StuiRIXU8kD { display:block; }#bLb1foyrhSfKrAupZPlK5StuiRIXU8kD > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KTO3Ch04dRPF7cdaP6WZGTd4JANs1O7H { width:20rem;height:4.0625rem;top:2.0937519073486rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Wt2EyMbuyqequ7U6ktomywtBWqEukiwW { width:20rem;height:8.7734375rem;top:9.9375rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #Fv5exT34s0uX9yCNTTyoHJInCC6VtQSQ { width:20rem;height:0.3125rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpsTLqBNXod1ZAZrgJ4gzSyTIpcF1FLE { width:15.3115rem;height:1.875rem;top:28.0849609375rem;left:2.3427734375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H2uOeEgLJltGM57JVTaSITPzvQylvPKs { width:3.9375rem;height:3.9375rem;top:23.0849609375rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUL8FqRMeaywaFfa82lHgktoCBErWs5x { width:15.3115rem;height:1.875rem;top:44.75rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MvS6VgMkw17cDoR1pJCKnKCRERH1RcqP { width:3.9375rem;height:3.9375rem;top:40.125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epFlkX79mszu6cwE0oIVTiTLZbMXy4Ql { width:15.3115rem;height:1.875rem;top:61.25rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cqycGtUG0EodJuZTA0kAgKwJUtZ32IFH { width:4.9375rem;height:4.9375rem;top:55.1875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drlDTOGDOK3uoxxHilklDEh1zWlKmFq1 { width:16.6875rem;height:7.5rem;top:30.5791015625rem;left:1.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCG1NdfsONL52q2wTfeFUIEm7cJMkymZ { width:16.6875rem;height:6rem;top:47.3125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTRbQDqO34FgaVk7CDTHTTpUBU5q1wiP { width:16.6875rem;height:7.5rem;top:64rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJc22GCPc3kAlr5fzGZBKI7fFm2XzF14 { width:16.6875rem;height:6rem;top:80.5rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1b5AA5mBbDmcnWtgS26BV5RwLpAdsmA { width:15.3115rem;height:1.875rem;top:78rem;left:2.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKOWUqcJTJTXQZodfndo4K7gK9ABoskW { width:3.9375rem;height:3.9375rem;top:73.4375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAAohtdz4gLoVHgoUt5bKXN9vnyTtQsL { width:19.9980625rem;height:4.6875rem;top:1.625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.5;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #l8QuMnyybqMCG7TZASUWotdlNtXvtlBZ { width:20rem;height:12rem;top:8.6875rem;left:0rem;font-size:1rem;z-index:15040;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/25e3ac42-c8c4-462f-99ca-45b35b7c554b/header2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV.adaptive-delivery-prevent-bg, #aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV.lazyload, #aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV.lazyloading { background-image: none; }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .row .container { background-color: transparent; background-image: none; }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .row .container > .video-iframe-container { display: none; }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .row > .video-iframe-container { display: none; }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .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); }#aPw8qT6JyXHV6UIqVH2sO42I84VPeBaV > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rqloVQB7CeAc7JEL16eBog55l7rvZoeW { display:block; }#rqloVQB7CeAc7JEL16eBog55l7rvZoeW > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1KbhUbFPlMNkAX8gDwQ2R1cANfNsURt { width:19.999rem;height:2.34375rem;top:1.4375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pCKZrhAFtTkzomxF54Tvaop5kMs07bzq { width:17.125rem;height:0.3125rem;top:4.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOXeABsEAfaQQ8vWEnhwp6paJUWwhSXl { width:19.999rem;height:20.712925rem;top:6.25rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAMqUklZtxkmq23bN6DbR1XdsHNgMT0n { width:20rem;height:13.8623125rem;top:26.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDzAb1UUmeBPMmTk0fxDu9GHvhROJLgW { width:19.9980625rem;height:17.951175rem;top:5.9375rem;left:0rem;font-size:1.0625rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #u580FvT5aQRF1v0Cc7kckG37xWrnnirp { display:block; }#u580FvT5aQRF1v0Cc7kckG37xWrnnirp > .row .container { width:20rem;height:78.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlWOtWG2LpcJ33pfdL8IAUhsIkygi5fi { width:20rem;height:4.5rem;top:32rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v5M10w7az4G5B6KnwGip6WFgxiG1teNe { width:16.625rem;height:1.625rem;top:29.75rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l0vcxEJO5hLtHmLhIeic6fOb2bXInTtS { width:14.9375rem;height:14.9375rem;top:13.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfgSFFvtQwGomTR1HcdcTuBx7i2xcnP9 { width:10.5625rem;height:2.03125rem;top:2.375rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eQGNbsfVx9xCOcNloNLGtuCkSQOTNzaR { width:9.0625rem;height:0.3125rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkw70tnca3KIAf8XzyxJ6UGcG787BMoz { width:20rem;height:11.8125rem;top:7.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-input-text {padding-top: 0; padding-bottom: 0;}#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-input-select {padding-top: 0; padding-bottom: 0;}#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um  { width:17.5rem;height:auto;top:38.6845703125rem;left:0rem; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um {display:block;}#Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um { width:17.5rem;height:auto;top:38.6845703125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #zlmbkF8TqXn8ibQ0fiCe3xhQRcCLZIq7 {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #grqLszad4iG0OUALAQNcANQxPS3az7lf {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #x4iDSLM3RlXydUxRaVywex3trWxmcpVg {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #OHlwl2WCF3Z329HPyiPHw6wnem2TNw7q {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #Tu5wc7ITKaVRvdaLZL4zKuoFSlUWm1Vc {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #yXJJNAgrbqO7elq89DOtBKZtSTgZ9eFm {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #vlQu6NmnAnJNqerq7OOeKQG8MDikTpz2 {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #eTomo692xBqRPg8SQKZkOGGakoLUbZ6A {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #nyn9keLhq3k8emtFATad0WTfzbITVUu4 {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #isp7zh5o4Jax15fphXTuFpzXRtPKnRPB {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #iEKXfVhJ83X7TBKVZDkLkqZysMaDtGG5 {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #lxiJx1ewBLCeAUhXp4Cvpk0onHRiuu73 {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #EI23XBGKOEFdahE4mMX7G2bglBveIznc {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #FOeCFDNHGXVNhZkHuxEQ1szpeNOLHfcu {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #uv851ZUfw0Nkw8a3iybO8UFqLX6ECkO3 {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #v975GdlmQeEgV0mZRZqt72LW4TXJvtfa {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #QRgAsqHzfQIe0asebZszCBSqGU9Bm0mD {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #GHVe3g0a3VW9UqE83GbzZTEFEXz3K85B {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #nQcDXAiVg6CgVeIuCUaQH6mUieeEcXKZ {  }
 }@media only screen and (max-width: 763px) { #Wf0yxeP4k0bHse3HNhsTGyEoi3Fk21um #Ur17Ih3lDKR30eE6BZyDhKiVk7EsLTCC {  }
 }@media only screen and (max-width: 763px) { #caUKTcHlmiHzhABquMZe3vinKTuc3efT { width:20rem;height:4.5rem;top:7.1875rem;left:0rem;font-size:1rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #tvGyVazcrcVXx6R3GRApnlA284JTsZKL { display:block; }#tvGyVazcrcVXx6R3GRApnlA284JTsZKL > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGeP0PFCGuoHmLAc11BIqXEoUX4wLnuc { width:1rem;height:1.0625rem;top:9.9375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Ayoy04ulu8xSDHSWH1ue08yAqnHiAS { width:1rem;height:1rem;top:10rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTayHOaRDGnamwUHf1O06lHk2ieZO5Ua { width:18.8125rem;height:0.875rem;top:7.75rem;left:0.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJx78kLqnE8M5vebkOoc1rXFcNCH62sf { width:1rem;height:1rem;top:10.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7Q8ClknAXIDqTpcBbpQTzUeTPrC85vK { width:1.25rem;height:1.25rem;top:9.9375rem;left:8.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aUMCchQ7n32m73WqTqPk5L3ZTHrr0FSS { width:11.625rem;height:4.6875rem;top:1.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq7oP2upQuGmZXsC4SeqMsb2TAgqG6Jc { width:1.0625rem;height:1.0625rem;top:10rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6CZG98xRPqp7Ip7DoCMyTPoMzUzPIJQ { display:flex;width:1.0625rem;height:1.0625rem;top:9.96875rem;left:3.875rem; }
#z6CZG98xRPqp7Ip7DoCMyTPoMzUzPIJQ > img { max-width: 100%;max-height:100%; width:1.0625rem; height:1.0625rem; } }