.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:0,75,135;--color-primary-1:32,42,68;--color-primary-2:0,56,100;--color-primary-3:0,50,90;--color-primary-4:5,30,49;--color-secondary-0:252,240,214;--color-secondary-1:247,210,133;--color-secondary-2:241,180,52;--color-secondary-3:235,189,0;--color-secondary-4:48,36,10;--color-tertiary-0:255,255,255;--color-tertiary-1:194,196,197;--color-tertiary-2:124,130,135;--color-tertiary-3:83,86,90;--color-tertiary-4:0,0,0;--headlines-font-family:"graphik";--paragraphs-font-family:"graphik"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container { background-color: transparent; background-image: none; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container > .video-iframe-container { display: none; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row > .video-iframe-container { display: none; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .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); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container { border-width: 0; border-radius: 0; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container { font-size:0.875rem;font-family:arial;height:5.875rem;width:75rem;position:relative;display:block; }#e3P50SZJ7BkHlt8r9i7SacU4w5Z9TwaS { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0.0625rem;top:0.75rem;left:11.0625rem;display:block; }
#LskK60zruoALs81VNF8eRmLXJblTwuoW { color:rgba(var(--color-tertiary-3),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.0625rem;left:11.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#X1ceH7qr0Zy7zfPy3AzIJ3evfDgzUxKG { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;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.875rem;width:0.125rem;top:2.25rem;left:45.9375rem;display:none; }
#mOM9XPhqLTvXRu62fNDVST7wNeqzfKsT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.8125rem;top:2.21875rem;left:37.4375rem;overflow:hidden;display:none; }
#cGtkyZOlnX2yM3TMm4iO61eUt3MpUBfe { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.375rem;left:57.8125rem;display:block; }
#KguMdHvDky2cdwdFz0oNsc2h7oG17fFh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BV6t5SklkXb2CgEuo2xm3OOxL6ePAhMd { position:absolute;display:block;z-index:15001;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.0625rem;top:0.59375rem;left:0rem;overflow:hidden;display:block; }
#k3sQDwmi1KfMMbTTHwGJAmkrku7Nm1Fs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:2.125rem;left:45.875rem; }
#BPQaUQM0DwZnuSanQsbwPenTVmxZ9WgP { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:2.0625rem;left:48.3125rem;height:1.86889375rem;font-style:normal;display:block; }
#JfsolkGmkIkBZVhEHNC9buBg3RfG54l7 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#w0dAxqvPE8JitENsNnAGmCH908c4WCCz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PXvpaKGDzgg05DhRWlBgTwwQbkoEBHnS { position:relative;display:block; }#PXvpaKGDzgg05DhRWlBgTwwQbkoEBHnS { background-color: transparent; background-image: none; }#PXvpaKGDzgg05DhRWlBgTwwQbkoEBHnS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXvpaKGDzgg05DhRWlBgTwwQbkoEBHnS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXvpaKGDzgg05DhRWlBgTwwQbkoEBHnS > .row .container > .video-iframe-container { display: none; }#PXvpaKGDzgg05DhRWlBgTwwQbkoEBHnS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXvpaKGDzgg05DhRWlBgTwwQbkoEBHnS > .row > .video-iframe-container { display: none; }#PXvpaKGDzgg05DhRWlBgTwwQbkoEBHnS > .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); }#PXvpaKGDzgg05DhRWlBgTwwQbkoEBHnS { border-width: 0; border-radius: 0; }#PXvpaKGDzgg05DhRWlBgTwwQbkoEBHnS > .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; }#PXvpaKGDzgg05DhRWlBgTwwQbkoEBHnS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;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; }#R4udG1E2ZCXnmxNroLDfDlzsif6xTZeu { position:absolute;display:block;z-index:15024;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.0625rem;top:1.28125rem;left:0rem;overflow:hidden;display:block; }
#oWfBm8wfADVD0h1k1TXZOeSmx88728rN { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.71875rem;left:57.75rem;display:block; }
#DEf6ElrTuJ8uCoTdeH9oWJETFe045xUf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yZWdUeALxQ8AEoJEIq9IghWg9eusr0aM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:2.34765625rem;left:48.625rem;height:1.86889375rem;font-style:normal;display:block; }
#wm7K66uixVbITNZBJXiJCkHbh4wTJD1m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:2.375rem;left:46.0625rem; }
#wbDwkJikIDkEerPxgsEozo0UOLzmRZgq { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:2.75rem;left:11.875rem;height:1.29980625rem;font-style:normal;display:block; }
#S2BTAAOXHgGgg4URyxNMmDxg5AtqKiw6 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0.0625rem;top:1.4375rem;left:11rem;display:block; }
#O707d5osStEuWhCLKTx2F9frmlo9cnSX { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container { background-color: transparent; background-image: none; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.32); }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container > .video-iframe-container { display: none; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.32); }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row > .video-iframe-container { display: block; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .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); }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container { border-width: 0; border-radius: 0; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;overflow:visible;position:relative;display:block; }#olQ4uDncIvAItWriba9BUgX0LolNiWz6 { color:rgba(var(--color-primary-2),1);display:block;width:19.3125rem;position:absolute;font-family:"graphik upsa2";font-size:1.25rem;font-weight:300;z-index:15055;line-height:1.2;letter-spacing:0;top:4.111328125rem;left:52.312133789062rem;height:1.49963125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HITUpTlH585Aua61rVWzqCEqm0R1Shk8 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:21.125rem;top:11.84375rem;left:53.875rem;display:none; }
#z1Uo6Oi8bNLPIyJrHa1Bm8tq4oACwISw { 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:4rem;width:9.875rem;top:0.75rem;left:0rem;overflow:hidden;display:none; }
#l9fosNKkiFZAJMbPEvTrAh55POTaNlat { color:rgba(var(--color-tertiary-0),0.53);display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:65.1875rem;height:0;font-style:normal;display:none; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-form-header { font-size:0.75rem; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:rgba(var(--color-primary-2),1);width:18.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-text { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(55,122,174,0.15);border-left:0.0625rem solid rgba(55,122,174,0.15);border-right:0.0625rem solid rgba(55,122,174,0.15);border-bottom:0.0625rem solid rgba(55,122,174,0.15);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:18.625rem;box-sizing:border-box;height:2.1875rem;color:#0a3c62;font-size:0.6875rem;overflow:hidden;font-family:var(--paragraphs-font-family);line-height:1;text-align:left;text-align-last:left;vertical-align:top; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-text {padding-top: 0; padding-bottom: 0;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-textarea { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(55,122,174,0.15);border-left:0.0625rem solid rgba(55,122,174,0.15);border-right:0.0625rem solid rgba(55,122,174,0.15);border-bottom:0.0625rem solid rgba(55,122,174,0.15);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:18.625rem;box-sizing:border-box;height:4.375rem;color:#0a3c62;font-size:0.6875rem;overflow:hidden;font-family:var(--paragraphs-font-family);line-height:1;text-align:left;text-align-last:left;vertical-align:top; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(55,122,174,0.15);border-left:0.0625rem solid rgba(55,122,174,0.15);border-right:0.0625rem solid rgba(55,122,174,0.15);border-bottom:0.0625rem solid rgba(55,122,174,0.15);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:18.625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-select {padding-top: 0; padding-bottom: 0;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:18.625rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center;font-style:normal; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-2),0.4);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-2),0.4);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-2),0.4);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-2),0.4);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .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.625rem;font-weight:400;color:rgba(var(--color-primary-2),1);vertical-align:top;width:17.375rem;overflow:hidden;font-style:normal;float:none; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .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; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-container:first-of-type{padding-top:0;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-container:last-of-type{padding-bottom:0;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15038;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:15.25rem;left:53.875rem;font-size:0.75rem; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.625rem;display:block;vertical-align:top; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp {display:block;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15038;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:15.25rem;left:53.875rem;font-size:0.75rem;display:none; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #ruHWCekPuMzcR4VHTSpa5wew1QJuplvf { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #eeir31SEHGCMMeTCzKRAwgbvAH2Txqah { position:relative;display:block; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #zbueINrSItx94xTZ9klJXowqv1TtydeI { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #JM0xgHWrTAsUfTkuy43PaVSc7ZIhFGQs { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #E7n5BfI68507RJVqnM80bk4uiSOk2DsI { position:relative;display:block; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #biA4nUdXLqXQ1qkbFF5NEnoUI5fGdvtr { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #JriWJiFEwNfFgT2RuUGkZTLXTxNtydsA { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #mOQc1zRe4pEskOPCMyGtKHIsbOXLexq7 { position:relative;display:block; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #VLgKtGZCOGR46TXTTMvukndo7mX0SXyy { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #LnNSpCQIFQbM0vcRENOK0y7F46o1yPP0 { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #W44P1vV4hy2kOP6HlOCc6QgdB8V9JGBl { position:relative;display:block; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #wGRU0yQ42poLts0XIEiN91TFrwhuHfR3 { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #GFygD2wFhmo9uI9hKxzSybPDDaerTVJJ { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #d020snfykKeWrclOdVVakQvU6keeJSDR { position:relative;display:block; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #T2mZmy7LpJt9d85GX9eVrSvMG0rFhR3D { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #b0qJS0TqdgovUD0qE4iTlP8mVJKO4acK { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #yA6WQkGofA145pNBPPMBx7hu4oybaCET { position:relative;z-index:2; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #cREUfC4IfX6kA8AdJIaDwdeDaxX4wnSm { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #pHlcCp76BTITZOVFIHlAiJe6BbNOiaRU { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #CRmyKLsUFSi7WW8ICDMn4E6gLRxouL2U { position:relative;z-index:2; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #ZF7bB2n87hw4kgPBqnKyN00ExrTprlZB { position:relative; }
#Z2MMbOslT7MeFyCpCzAlrtDKrgS5tv8c { position:relative;display:block; }
#kBRZDDU31bHeQwkzU6eDP3BFmFfBNRo0 { position:relative;display:block; }
#SERnqMFGTGuXDA7UXT7bTpzRCZk3QxNy { position:relative;display:block; }
#dOzfndqbBAQCfggg9UEpkTgD8UHKHrG9 { position:relative;display:block; }
#CmbZXz7TP0iuObLsM1OfLhTmRBrRSX6M { position:relative;display:block; }
#gn1lBh4soTpcyLxLhZvc7WcehNeNBpFB { position:relative;display:block; }
#fmRihJ8T8XmMzHGTwp9We2s74GP79wG5 { position:relative;display:block; }
#dkaWpS812Zp624lg0vFnG8t5vBPJGzMl { position:relative;display:block; }
#oVD5L6noHuWTJIFqfpQdTilvgumhZSu7 { position:relative;display:block; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #r67q3JoAODesyhf1HnPGgqd5tb60chaT { position:relative; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp #SZaPoEOlMEuT9yJgh18W0uS52qrfIdtE { position:relative; }
#aZxWlh7c65EW7VisgN8G1d39tt59NlwQ { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:23.9375rem;top:2.548828125rem;left:51.0625rem;display:block; }
#R6oIm13PfzVkehoR9KvdlkFPPbTaoJ0V { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#353a3e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.125rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:9.75rem;left:35.1875rem;display:none; }
#yJVAPQnf3RnGHVT1GlgpHaykp7PE2VHA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gpNwGcpM9SBBdprOJVL9ATPGh2PlTZCb { position:absolute;display:block;z-index:15054;height:11.25rem;width:21.124875rem;top:6.673095703125rem;left:53.875122070312rem;display:block; }
#KknkImc7OUQHcHI5q3uTHdGlZfOvZEbL { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:10.4375rem;top:2.548828125rem;left:36.75rem;overflow:hidden;display:block; }
#NrkVu9UtpO5rO7RFvTTtr9W3h4KSsIpn { color:#fffdfd;display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15076;line-height:1.3;letter-spacing:0;top:13rem;left:0rem;height:2.92419375rem;font-style:normal;display:block; }
#xpmZHJMTiUDzwPaK3r7iDDIizdOOccOu { color:#fffdfd;display:block;width:21.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.3125rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0rem;height:5.60608125rem;font-style:normal;display:block; }
#Q3qZtq9lHkUEAFLCgJkKfBMZZybVuU6J { color:#af272f;display:block;width:49.125rem;position:absolute;font-family:"graphik upsa2";font-size:1.1875rem;font-weight:300;z-index:15060;line-height:1.5;letter-spacing:0;top:23.624877929688rem;left:0rem;height:5.34485rem;font-style:normal;display:block; }
#xD6vJ8OHqA93VcsJgZuHOaRAI74txpTv { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:34.312500864267rem;left:0rem;height:1.54361875rem;font-style:normal;display:none; }
#N7qSwdvE9eJqtcVtwuXfaZRrs3mAzcVA { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:34.312500864267rem;left:0rem;height:1.54361875rem;font-style:normal;display:none; }
#q17z7OuObbQVFydI9Vox7qv9DUiKzNZZ { color:#af272f;display:block;width:49.625rem;position:absolute;font-family:"graphik upsa2";font-size:1.1875rem;font-weight:300;z-index:15060;line-height:1.5;letter-spacing:0;top:23.625rem;left:0rem;height:5.34485rem;font-style:normal;display:none; }
#kxrW3bsqqwpWVuOhumzI3qLM1g5M9EJC { color:rgba(var(--color-secondary-2),1);display:block;width:21.25rem;position:absolute;font-family:"graphik upsa2";font-size:1rem;font-weight:700;z-index:15056;line-height:1.2;letter-spacing:0;top:6.04736328125rem;left:52.310913085938rem;height:1.19934375rem;font-style:italic;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hU499zfbOwRkgf7fXpEhT4NccJBVmFkM { 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; }#hU499zfbOwRkgf7fXpEhT4NccJBVmFkM > .row .container { background-color: transparent; background-image: none; }#hU499zfbOwRkgf7fXpEhT4NccJBVmFkM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hU499zfbOwRkgf7fXpEhT4NccJBVmFkM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hU499zfbOwRkgf7fXpEhT4NccJBVmFkM > .row .container > .video-iframe-container { display: none; }#hU499zfbOwRkgf7fXpEhT4NccJBVmFkM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hU499zfbOwRkgf7fXpEhT4NccJBVmFkM > .row > .video-iframe-container { display: none; }#hU499zfbOwRkgf7fXpEhT4NccJBVmFkM > .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); }#hU499zfbOwRkgf7fXpEhT4NccJBVmFkM > .row .container { border-width: 0; border-radius: 0; }#hU499zfbOwRkgf7fXpEhT4NccJBVmFkM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hU499zfbOwRkgf7fXpEhT4NccJBVmFkM > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#JHC3XL7bBlUmk1MRUdCSsbWsb2Zt2NRA { color:rgba(var(--color-tertiary-0),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:8.25rem;left:0.0625rem;height:11.8090875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sOUP2qZ3hlUA9zaDoO7sDJdW8Z6hMcfk { color:rgba(var(--color-tertiary-0),1);display:block;width:33.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:3.9990234375rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fyBCrdAWU6B5urJkJKMJEQKRw2Dy8z6d { box-sizing:content-box;height:5.9375rem;width:13.3125rem;position:absolute;display:block;z-index:15046;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.0625rem;left:2.9375rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(32,42,68,0.5) ;display:block; }
#R1iueU1S2I9gHOehZPJwyG2d4s5rvLUi { color:#202a44;display:block;width:6.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:23.375rem;left:7.9375rem;height:3.2495125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ThkeBMiUK3fQ6sLGczuNM52wTBOZkux6 { color:#202a44;display:block;width:6.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:23.375rem;left:26.0625rem;height:3.2495125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G3wK0thOfdURrFASZLdH58kzW97Vns2r { color:#202a44;display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:23.375rem;left:61.5rem;height:3.2495125rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gHiBrO4ZvAJn4xWXp3kmhAbcwy3pEb2s { color:#202a44;display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:24.1875rem;left:44.5rem;height:1.62475625rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IZqtLCnU2UCtF3NgdvTmpasZgGTnBolv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6245125rem;width:2.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:23.6875rem;left:22rem; }
#X4gVuh8DtUdAZ86DdzG4gWb1awDefRbx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:23.5rem;left:40.3125rem; }
#qnEztJEd7eL8CxN3DPOCenWIhuxflxqa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.061525rem;width:3.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:23.4375rem;left:3.9375rem; }
#wRMC5lQ31EkKmlCcXTkgTgvPVqfNKOID { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:23.875rem;left:58.4375rem; }
#Kba92TQWhJNRr3FmMVwRBMTVFKeJvlHO { color:rgba(var(--color-tertiary-0),1);display:block;width:74.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:8.25rem;left:0.0625rem;height:9.55810625rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dnoMu7E5FtUs0ntQZR1PS4tbcot1VEU9 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14.25rem;top:2.9375rem;left:0rem;display:none; }
#x06wHDk32y8uLXDk7yrnRIPBPk6WAwuP { box-sizing:content-box;height:5.9375rem;width:13.31175rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.0625rem;left:20.6875rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(32,42,68,0.5) ;display:block; }
#AmZI2N2Zfrh0EkGy5OkX5mLzh9PX7JFR { box-sizing:content-box;height:5.9375rem;width:13.3105625rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.0625rem;left:38.75rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(32,42,68,0.5) ;display:block; }
#g75f6TPvtnTT5tn8CT9k4BKnZATaIPBB { box-sizing:content-box;height:5.9375rem;width:14.5625rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:22.0625rem;left:57.5625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(32,42,68,0.5) ;display:block; }
#mGHspUaFudvPQQgby22abMgTcOCJhfkx { 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/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; }#mGHspUaFudvPQQgby22abMgTcOCJhfkx.adaptive-delivery-prevent-bg, #mGHspUaFudvPQQgby22abMgTcOCJhfkx.lazyload, #mGHspUaFudvPQQgby22abMgTcOCJhfkx.lazyloading { background-image: none; }#mGHspUaFudvPQQgby22abMgTcOCJhfkx > .row .container { background-color: transparent; background-image: none; }#mGHspUaFudvPQQgby22abMgTcOCJhfkx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGHspUaFudvPQQgby22abMgTcOCJhfkx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGHspUaFudvPQQgby22abMgTcOCJhfkx > .row .container > .video-iframe-container { display: none; }#mGHspUaFudvPQQgby22abMgTcOCJhfkx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mGHspUaFudvPQQgby22abMgTcOCJhfkx > .row > .video-iframe-container { display: none; }#mGHspUaFudvPQQgby22abMgTcOCJhfkx > .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); }#mGHspUaFudvPQQgby22abMgTcOCJhfkx > .row .container { border-width: 0; border-radius: 0; }#mGHspUaFudvPQQgby22abMgTcOCJhfkx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGHspUaFudvPQQgby22abMgTcOCJhfkx > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#EikAqXQHWMH1tt8iNHRxhJZn4i8Rq2Vx { 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; }#EikAqXQHWMH1tt8iNHRxhJZn4i8Rq2Vx > .row .container { background-color: transparent; background-image: none; }#EikAqXQHWMH1tt8iNHRxhJZn4i8Rq2Vx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EikAqXQHWMH1tt8iNHRxhJZn4i8Rq2Vx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EikAqXQHWMH1tt8iNHRxhJZn4i8Rq2Vx > .row .container > .video-iframe-container { display: none; }#EikAqXQHWMH1tt8iNHRxhJZn4i8Rq2Vx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EikAqXQHWMH1tt8iNHRxhJZn4i8Rq2Vx > .row > .video-iframe-container { display: none; }#EikAqXQHWMH1tt8iNHRxhJZn4i8Rq2Vx > .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); }#EikAqXQHWMH1tt8iNHRxhJZn4i8Rq2Vx > .row .container { border-width: 0; border-radius: 0; }#EikAqXQHWMH1tt8iNHRxhJZn4i8Rq2Vx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EikAqXQHWMH1tt8iNHRxhJZn4i8Rq2Vx > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#JJu9uhGBq8RNs5OIgwbKXIn9tkp7AMy3 { color:#fffdfd;display:block;width:54.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15042;line-height:1.1;letter-spacing:0;top:3.1875rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NkgcdpMpuBcNV4h1k76iHpVms3tuDOHM { color:rgba(var(--color-primary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.6;letter-spacing:0;top:33rem;left:53.78125rem;height:6.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q9mJaRSgRN4ons8uGb6tCnKSlRwUagy7 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-tertiary-2),1) ;height:14.125rem;width:20.1875rem;top:26.3125rem;left:52.375rem;display:block; }
#oGToetuUKWh7W0EF2SAar9fx1ZRJzw5m { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-tertiary-2),1) ;height:14.125rem;width:20.1875rem;top:26.3125rem;left:27.4375rem;display:block; }
#KcmGmKCOQN88R6ibholOx761p71TseI7 { color:rgba(var(--color-primary-4),1);display:block;width:17.687375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:32.999877929688rem;left:28.65478515625rem;height:6.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VxaNBAUkxM8nE5TwEDcE3cgGdePxBlDS { color:rgba(var(--color-primary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:27.4375rem;left:32.9375rem;height:4.5495625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PT012WnFXT0uqgG8WbsKIgw4uGOyRLKk { color:rgba(var(--color-primary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:27.4375rem;left:54.25rem;height:4.5495625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CNhA4xtxrDNXqzaJF4eCJUIF3iTrxQdt { color:rgba(var(--color-primary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:14.937133789062rem;left:28.999633789062rem;height:6.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XfplETDZblv0cMexEzsI01aBmEmg18x9 { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-tertiary-2),1) ;height:14.125rem;width:20.1875rem;top:8.1875rem;left:27.375rem;display:block; }
#hwSbpIRlU3dp88tSLTVliLK00HaPyAks { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-tertiary-2),1) ;height:14.125rem;width:20.1875rem;top:8.1875rem;left:52.375rem;display:block; }
#d2PtOBhVeeZ8vbCNFhFTosliCzqm3QFf { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-tertiary-2),1) ;height:14.125rem;width:20.1875rem;top:8.1875rem;left:2.4375rem;display:block; }
#y4AsICmIroIZpEJ919nd2IzGTJ9oO5kQ { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(var(--color-tertiary-2),1) ;height:14.125rem;width:20.1875rem;top:26.3125rem;left:2.4375rem;display:block; }
#qNukvKMfGasz4IzTPODDbhBVIJEwipnH { color:rgba(var(--color-primary-4),1);display:block;width:18.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.6;letter-spacing:0;top:14.937133789062rem;left:53.02978515625rem;height:6.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zhy6hiPdZnv7UyTlbB4PPo6QnxsDEFgs { color:rgba(var(--color-primary-4),1);display:block;width:18.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15033;line-height:1.6;letter-spacing:0;top:14.937133789062rem;left:3.49853515625rem;height:4.7973625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QJis6uLXR5XN1Q15yPfJFADCGmSFNzQ5 { color:rgba(var(--color-primary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15051;line-height:1.6;letter-spacing:0;top:32.999877929688rem;left:3.311767578125rem;height:6.3965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VH0I3mwskl2Ne3IpDMlOChMZ1xAOTTXP { color:rgba(var(--color-primary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:27.4365234375rem;left:3.375rem;height:4.5495625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b928TB0AtPcSTORznnRNgDPSMbKSdLVF { color:rgba(var(--color-primary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:9.875rem;left:6.625rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iJCJP7ZagukCevdNKzVxr4QrPiqSwpD8 { color:rgba(var(--color-primary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:9.8125rem;left:30.625rem;height:4.5495625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9pcIBVn7UUpehaODklpuI1WBRWqtC0O { color:rgba(var(--color-primary-4),1);display:block;width:18.18725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:9.7930908203125rem;left:53.373413085938rem;height:4.5495625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pv0QqTzBqJmMgFBzuzN70UGiL7TUX9ed { color:rgba(var(--color-primary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:1.9160213470459rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#VZe9JTVXJ1aiFrf5NACdsmL1XbTxvvsc { color:#202a44;display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:51.375rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#HITNxFyinwfdCAThSVp5dsaSDbPLUFsR { color:rgba(var(--color-primary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:1.9160213470459rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wH8UPgQv6hd30raaNZAqTuJlrU1hxPTz { color:rgba(var(--color-primary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:1.9160213470459rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#FzgyEWMc1O2Tehd5gotszaQTUm6VQRr6 { color:#202a44;display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:51.375rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#SSMlQOMTeqqmPXAkE7qkUlhbSdZ8CZE9 { color:#202a44;display:block;width:43.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:51.375rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lbk0a3oaXPtL6b94omv26T6flNwGtzhW { color:rgba(var(--color-primary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:1.9160213470459rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#k4J0bgxk7cNE0NVmXBz4NG7dg7kWkb19 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#cVlaTvyaFMGGCmDbcQE8eGs0199OPsid { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Vh06OV8prs2ogw9iGkxXVtTM13uCNInc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Q41fNSyEECQMh0iTzCBe9h9LTxsfhlZf { color:rgba(var(--color-primary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:1.9160213470459rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#gVzQ9yA9JDT3SODkkk8Ko7RSIDmkIsQ1 { 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; }#gVzQ9yA9JDT3SODkkk8Ko7RSIDmkIsQ1 > .row .container { background-color: transparent; background-image: none; }#gVzQ9yA9JDT3SODkkk8Ko7RSIDmkIsQ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVzQ9yA9JDT3SODkkk8Ko7RSIDmkIsQ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVzQ9yA9JDT3SODkkk8Ko7RSIDmkIsQ1 > .row .container > .video-iframe-container { display: none; }#gVzQ9yA9JDT3SODkkk8Ko7RSIDmkIsQ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gVzQ9yA9JDT3SODkkk8Ko7RSIDmkIsQ1 > .row > .video-iframe-container { display: none; }#gVzQ9yA9JDT3SODkkk8Ko7RSIDmkIsQ1 > .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); }#gVzQ9yA9JDT3SODkkk8Ko7RSIDmkIsQ1 > .row .container { border-width: 0; border-radius: 0; }#gVzQ9yA9JDT3SODkkk8Ko7RSIDmkIsQ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gVzQ9yA9JDT3SODkkk8Ko7RSIDmkIsQ1 > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:block; }#MmOUIpdOx5H23pvmwEJTWmk7oFT7Inal { color:#202a44;display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:2.0625rem;left:0rem;height:5.49926875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WfNpMArnHFvDm2W69kiaLEaNuI7RIyRy { color:#202a44;display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:8.9996337890625rem;left:0rem;height:13.4961125rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TalFWKAp7FvNB2sirLkW6dTFCIufGS9b { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:34.312500864267rem;left:0rem;height:1.54361875rem;font-style:normal;display:none; }
#yDsIIEJfRBKFClNcwn8XKxDHBc5Oxy6Z { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:11.125rem;left:0rem;height:3.18725625rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#pLec1cNwuBtn5l15nG6ZLTZZEQs70L4T { color:#202a44;display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:15.8125rem;left:40.875rem;height:1.59911875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#chAkfbh3qNeBA94z31n4SMI95IrysM3l { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:15.375rem;left:37.5rem;display:none; }
#r0ePJc8AqUUDygAoZTt3grd3fh9ba3Ks { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:18.8125rem;left:37.5rem;display:none; }
#Fcd4kne7q82P6eZ9n7xrlykCsbac8mXf { color:#202a44;display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.6;letter-spacing:0;top:19.25rem;left:40.875rem;height:1.59911875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#iqpJEWwhSTeLPZ7RMkMae05gCbG4frsS { color:#202a44;display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:22.4375rem;left:40.875rem;height:3.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#nGoJ6DfDAIf308txFOXicsVxhe3LHEti { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:22.375rem;left:37.5rem;display:none; }
#hidtkRHpQSIenQr6UqRsuVpIZNS7br5H { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:30.5625rem;top:0rem;left:44.309247737557rem;overflow:hidden;display:block; }
#kOLxInFwVxF46p3F9szi9qMoy0TTlKlW { color:#f1b434;display:block;width:31.3745rem;position:absolute;font-family:"graphik upsa2";font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:23.624267578125rem;left:0rem;height:2.749025rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#Ht4fuJtRw0u2UzDT8NH3LGJKRibdaNM4 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:34.312500864267rem;left:0rem;height:1.54361875rem;font-style:normal;display:none; }
#aABtObJ6uJhdNg6D8B54ALxUPwfFEKc8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Sl4ugxWEcgoFcahKRxEGmzTKfqSMnwfb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP { position:relative;display:none; }#uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP { border-width: 0; border-radius: 0; }#uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP > .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; }#uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP > .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; }#uoqirZnQTq49KFzLxUbAnLda8p6d0UK3 { 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; }#uoqirZnQTq49KFzLxUbAnLda8p6d0UK3 > .row .container { background-color: transparent; background-image: none; }#uoqirZnQTq49KFzLxUbAnLda8p6d0UK3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoqirZnQTq49KFzLxUbAnLda8p6d0UK3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoqirZnQTq49KFzLxUbAnLda8p6d0UK3 > .row .container > .video-iframe-container { display: none; }#uoqirZnQTq49KFzLxUbAnLda8p6d0UK3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoqirZnQTq49KFzLxUbAnLda8p6d0UK3 > .row > .video-iframe-container { display: none; }#uoqirZnQTq49KFzLxUbAnLda8p6d0UK3 > .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); }#uoqirZnQTq49KFzLxUbAnLda8p6d0UK3 > .row .container { border-width: 0; border-radius: 0; }#uoqirZnQTq49KFzLxUbAnLda8p6d0UK3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoqirZnQTq49KFzLxUbAnLda8p6d0UK3 > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;position:relative;display:block; }#pp7vnJA5MigiI7rS2yomrX645H7mU8dW { color:#202a44;display:block;width:31.8115rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15039;line-height:1.1;letter-spacing:0;top:3.125rem;left:37.5rem;height:2.74963125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FIenINT72QebMnc4XF3WX1dgu0Eo6TXZ { color:#202a44;display:block;width:34.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:7.0625rem;left:37.5rem;height:5.0610375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kxwKqxuyHvDPB99GKZ4WQLdShZcuwmOm { 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:27.8125rem;width:33.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#wdI4rfKRGBZopNpZ7OnzWdOPNSretWdQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:13.8125rem;left:37.5rem; }
#y9N9lJDt1naCJtwATaOdr6rD0RTQhMup { color:#202a44;display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:14.25rem;left:40.875rem;height:1.59911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cUWDaU7xzw7ddNTTaTAmoNFQ6lTnVdN4 { color:#202a44;display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.6;letter-spacing:0;top:18.0625rem;left:40.875rem;height:1.59911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OxtPq1UhMRPZGWWs2DHrrEJNR17sRC5z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:17.625rem;left:37.5rem; }
#EIdEZNQVSDcZ55frwrF6erA5IgW5Abis { color:#202a44;display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:21.8125rem;left:40.875rem;height:3.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xNAPt1kUGU0cH2M9soyxwSrLHTJwPKsD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:21.75rem;left:37.5rem; }
#qN1cdzSi1OmRwsVqGytpwS1nIWgdAIdM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:13.8125rem;left:56.0625rem; }
#nfaU6g3B2BAyXR2RQ9MEhTdEnLN2R5in { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:17.625rem;left:56.0625rem; }
#Dkg5adpUxosMXOCLIENdsaUaeNxknUO7 { color:#202a44;display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15036;line-height:1.6;letter-spacing:0;top:14.25rem;left:59.4375rem;height:1.59911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QaZCwR4h3QuTy9ESheiA38dMUTb28F1P { color:#202a44;display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:18.0625rem;left:59.4375rem;height:1.59911875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n8wmAfQlzar7JFbNp1eKss2BhayA1sBA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:21.75rem;left:56.0625rem; }
#epPXzTDwmFTCW6pQaUCs5hkDlxfWffat { color:#202a44;display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.6;letter-spacing:0;top:21.8125rem;left:59.4375rem;height:3.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ETlUFvN1dqJelzTMr7eKEqwblmORXd6v { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:34.312500864267rem;left:0rem;height:1.54361875rem;font-style:normal;display:none; }
#bkltFEJKfuWOstZ00vbeUbdT0piOnNry { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:11.125rem;left:0rem;height:3.18725625rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#vmS5SBPJoSWuEwfysUaSHor2WskKRiQ2 { color:#202a44;display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15030;line-height:1.6;letter-spacing:0;top:15.8125rem;left:40.875rem;height:1.59911875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EUtTwL61nAS5byixoFzRkxDoQWIiHqzW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:15.375rem;left:37.5rem;display:none; }
#ex0zNS1RsAeXFWqJO6VhNtKvRQFaD1Cf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:18.8125rem;left:37.5rem;display:none; }
#fRlEvyilarT3rtu8KFQcBCXmD30MJizl { color:#202a44;display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.6;letter-spacing:0;top:19.25rem;left:40.875rem;height:1.59911875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#nzJXOixnXQfTdHEQnWJWCGQK8RGtAwNJ { color:#202a44;display:block;width:12.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15034;line-height:1.6;letter-spacing:0;top:22.4375rem;left:40.875rem;height:3.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#HllLVAkcZ6EtMW24rMfUra4mIbOX8e3p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.37426875rem;width:2.37426875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:22.375rem;left:37.5rem;display:none; }
#cv20PWb3uffWfvernl6UgdFAaS8XRe04 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#LX7AXqStiuHowr9Wp9ceOHTPxGurhgQu { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:29.4375rem;left:54.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#sdXx1LAMa2Tg38pTzzmLJ5M6ewGPi5ga { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:29.4375rem;left:54.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#wBEUzbT9S5sqPCE6wphCfUac9cVW0iyu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#OZEw57LT1Rmkm6ktVvbvBGVA2vZ2SURr { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:29.4375rem;left:54.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#UzA0wxr2cNAJyqXaWkTK28FxKDKMPpQ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:29.4375rem;left:54.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#w8PllD4Jolfk60akPqgmWyTLDU4umDBB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#HK2POfOuAJ18IlXnRcQProcNcKrL3FhU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#QDNT5uDC3lftBDVIxho3PsivXxrOOZzW { position:relative;display:none; }#QDNT5uDC3lftBDVIxho3PsivXxrOOZzW { border-width: 0; border-radius: 0; }#QDNT5uDC3lftBDVIxho3PsivXxrOOZzW > .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; }#QDNT5uDC3lftBDVIxho3PsivXxrOOZzW > .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; }#ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr { 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/eb99ea9b-c538-4df3-9612-56c89187d5f4/recurso.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; }#ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr.adaptive-delivery-prevent-bg, #ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr.lazyload, #ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr.lazyloading { background-image: none; }#ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr > .row .container { background-color: transparent; background-image: none; }#ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr > .row .container > .video-iframe-container { display: none; }#ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr > .row > .video-iframe-container { display: none; }#ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr > .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); }#ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr > .row .container { border-width: 0; border-radius: 0; }#ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#bo69wkSGpgPSXr1u2bpi4HIvIdXw9qOu { position:relative;display:block; }#bo69wkSGpgPSXr1u2bpi4HIvIdXw9qOu { background-color: transparent; background-image: none; }#bo69wkSGpgPSXr1u2bpi4HIvIdXw9qOu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo69wkSGpgPSXr1u2bpi4HIvIdXw9qOu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo69wkSGpgPSXr1u2bpi4HIvIdXw9qOu > .row .container > .video-iframe-container { display: none; }#bo69wkSGpgPSXr1u2bpi4HIvIdXw9qOu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bo69wkSGpgPSXr1u2bpi4HIvIdXw9qOu > .row > .video-iframe-container { display: none; }#bo69wkSGpgPSXr1u2bpi4HIvIdXw9qOu > .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); }#bo69wkSGpgPSXr1u2bpi4HIvIdXw9qOu { border-width: 0; border-radius: 0; }#bo69wkSGpgPSXr1u2bpi4HIvIdXw9qOu > .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; }#bo69wkSGpgPSXr1u2bpi4HIvIdXw9qOu > .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:35.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; }#KPP78S2MmJqpoW1guyO6yp4c86V3DyzM { color:#202a44;display:block;width:42.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:3.6651611328125rem;left:0rem;height:2.74963125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rq6zZ3TNHRbA2yeXHlXwbT8EsJRRkoBW { color:#202a44;display:block;width:73.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.5;letter-spacing:0;top:7.611083984375rem;left:0rem;height:3.374025rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t9viU9WtfAmRUduuvaWPih5sVOHmB32O { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem #eeeeee ;height:15rem;width:16.5rem;top:13.5625rem;left:0rem;display:block; }
#IRpLtsJCTbXvym0hw8keIGwEqzElE271 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:15rem;width:16.5rem;top:13.5625rem;left:19.5rem;display:block; }
#OVxZXc8fb9FtGawqidfd8tUhzLF57kW0 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:15rem;width:16.5rem;top:13.5625rem;left:39rem;display:block; }
#po848IDARpLOEFfkOmMDhgEO8SqfuJDP { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:15rem;width:16.5rem;top:13.5625rem;left:58.5rem;display:block; }
#JJ1MFD8FUAFQH6ncxB4uo1B7nqmatm3w { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499625rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:23.625rem;left:0rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CCcgcnCN8O31pyR58BOi25UOTBHrJkrP { color:#202a44;display:block;width:15.562125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:19.4375rem;left:0.4375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#migRrIBhnTDGJBUq93BaZ0fZmT5f47Si { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.374025rem;width:3.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:14.8125rem;left:6.5625rem; }
#LJMgNZPQegsSDE7coGzAdb19L2DhA5Xf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.374025rem;width:3.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:14.875rem;left:26.0625rem; }
#SHFW59oDfwqhTku4CpFq08eCfTGGgdZ4 { color:#202a44;display:block;width:15.562125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:19.5rem;left:20rem;height:3.4118625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cHbyWnum8ZBO0imDnldZZNHTEME4qmOI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499625rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:23.6875rem;left:19.5rem;height:4.143675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q0mEHF2CwnrDillvEJT3Py5P93Sg70gv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.374025rem;width:3.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:14.875rem;left:45.5625rem; }
#c7ELXoEQNl6aH4T3yO0ohwZul3a1F9ay { color:#202a44;display:block;width:15.562125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:19.5rem;left:39.4375rem;height:3.4118625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#udBLp2bOI86wJH7GKFpJD4irLRLThbwV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499625rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:23.6875rem;left:39rem;height:4.143675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#agXd3oTd3W0vuWEXqX26cMPdRvzTLEmU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.374025rem;width:3.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:14.8125rem;left:65.0625rem; }
#QV8Fp7EC3isMA6EJPnxEaX8LO75Xd2ud { color:#202a44;display:block;width:15.562125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:19.4375rem;left:58.9375rem;height:3.4118625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kWiu67vvCFO1dEBalTsPPcz5DUxBguc8 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.499625rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:23.625rem;left:58.5rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FH4eJJBcKWJbB4DDMNxZahzRS8MtHTQl { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:34.312500864267rem;left:0rem;height:1.54361875rem;font-style:normal;display:none; }
#L0hNqTTdAle4LWVVR4vGF7yyViqv2G1b { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:11.125rem;left:0rem;height:3.18725625rem;text-align:justify;text-align-last:initial;font-style:normal;display:none; }
#QSFeNkbo2bbx8T4FiPPeKyCXVU7WC95q { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:34.312500864267rem;left:0rem;height:1.54361875rem;font-style:normal;display:none; }
#p0RNdCb4u8lN5pUTRWAKALQ6ZTDnWlMK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.374025rem;width:3.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:14.8125rem;left:6.5625rem;display:none; }
#ZINo5moKGgtdzHXtQcKCcTmrkn3miD90 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem #eeeeee ;height:15rem;width:16.5rem;top:13.5625rem;left:0rem;display:none; }
#xF213Omnr6zILPWG4b5XBlcHur140mhA { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:34.312500864267rem;left:0rem;height:1.54361875rem;font-style:normal;display:none; }
#O7n915llmtqMObCIpPEqTInGe0fNC8Vz { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem #eeeeee ;height:15rem;width:16.5rem;top:13.5625rem;left:0rem;display:none; }
#TIFloqwFEkWt8PiOFrnZvpPEEspbRDm9 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:34.312500864267rem;left:0rem;height:1.54361875rem;font-style:normal;display:none; }
#TCL0MXvsnoRhoB71KTBknEd5OTTUReLK { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem #eeeeee ;height:15rem;width:16.5rem;top:13.5625rem;left:0rem;display:none; }
#rq3EawHrTRbGHEsMhDtKMiCceC4PAUSe { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:34.312500864267rem;left:0rem;height:1.54361875rem;font-style:normal;display:none; }
#sr71ueldx8pdfzchmeat7IsO4P2HCikM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.374025rem;width:3.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:14.8125rem;left:65.0625rem;display:none; }
#cfQP4vKLLhnAFR9rpKuboHJLoeqXiin3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Gz5FEvGqmt3pgDzgQdG99RNP9M0qWWoq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Ai5kzp7UK0aFPJAQyFF5U4ortfsOfMvc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#OSl8qIIJN6sUdnTbTIWfbCHqzHdcnugF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Xe6ogMC1xIfg1DF5h6t7ZXQXXl3cn55w { 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; }#Xe6ogMC1xIfg1DF5h6t7ZXQXXl3cn55w > .row .container { background-color: transparent; background-image: none; }#Xe6ogMC1xIfg1DF5h6t7ZXQXXl3cn55w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe6ogMC1xIfg1DF5h6t7ZXQXXl3cn55w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe6ogMC1xIfg1DF5h6t7ZXQXXl3cn55w > .row .container > .video-iframe-container { display: none; }#Xe6ogMC1xIfg1DF5h6t7ZXQXXl3cn55w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe6ogMC1xIfg1DF5h6t7ZXQXXl3cn55w > .row > .video-iframe-container { display: none; }#Xe6ogMC1xIfg1DF5h6t7ZXQXXl3cn55w > .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); }#Xe6ogMC1xIfg1DF5h6t7ZXQXXl3cn55w > .row .container { border-width: 0; border-radius: 0; }#Xe6ogMC1xIfg1DF5h6t7ZXQXXl3cn55w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xe6ogMC1xIfg1DF5h6t7ZXQXXl3cn55w > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:75rem;position:relative;display:block; }#NqHLQGzScXahmTfI3TGo2W7gpk7GGcbC { position:absolute;display:block;z-index:15126;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:29.75rem;width:29.75rem;top:16.5625rem;left:22.625rem;overflow:hidden;display:block; }
#t8XIdtTQPihKxIG2mMvbhJE3VlTdTZTe { box-sizing:content-box;height:0.3125rem;width:6.875rem;position:absolute;display:block;z-index:15140;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:41.8125rem;left:47rem;display:block; }
#dD8uoLUDpZJ53IETkLqqotTSkZFee5Gw { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15137;line-height:1.3;letter-spacing:0;top:41.1875rem;left:55rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#deATCeKQZyG8JUhadxA3IPGzT50bvAtH { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15129;line-height:1.3;letter-spacing:0;top:43.5625rem;left:55.0625rem;height:4.143675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xMGkSqOAUkdbPRdu5TXyGPp9wKUmymVc { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15139;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:41.375rem;left:47rem;display:block; }
#N1VNcp6gvTCFw53NfdHImJxsfGSHIWFT { box-sizing:content-box;height:0.3125rem;width:6.875rem;position:absolute;display:block;z-index:15144;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:41.8125rem;left:20.4375rem;display:block; }
#u5kRU2UMgv5puMuuXeLPILRJgyVyqCpM { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15143;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:41.375rem;left:26.9375rem;display:block; }
#AO1TKDKwSO3qBpy3Tew4bGnnosU2bW5W { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15127;line-height:1.3;letter-spacing:0;top:22.5rem;left:54.625rem;height:4.143675rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xnopX1lVdKHXEbNUCdu0JRWEoTEVngzr { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15145;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.4375rem;left:26.9375rem;display:block; }
#HXdPE9GWkpUoNoVhh8NTQ4RtLi3Grql4 { box-sizing:content-box;height:1.1875rem;width:1.1875rem;position:absolute;display:block;z-index:15137;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.4375rem;left:47rem;display:block; }
#DtJbiK66lMZWQyJEfWsBxTZ93cyUpzbF { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15136;line-height:1.3;letter-spacing:0;top:20.25rem;left:54.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k66It46nIglWLLIOuyaSwUt4he8SSksR { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15134;line-height:1.3;letter-spacing:0;top:20.25rem;left:0rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rfJkOwZk8NCQ71o2u5l6GP8rKnpvNRoT { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15133;line-height:1.3;letter-spacing:0;top:22.5rem;left:0rem;height:4.143675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TbbEZtUWVwK0O6w8kcu39EifempiChJO { box-sizing:content-box;height:0.3125rem;width:6.875rem;position:absolute;display:block;z-index:15146;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.875rem;left:20.4375rem;display:block; }
#AGE4lrOWcZ3rv3Eb3dva1E8fFWT6qUK3 { box-sizing:content-box;height:0.3125rem;width:6.875rem;position:absolute;display:block;z-index:15138;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.875rem;left:47rem;display:block; }
#ZOsq99GZLV3bM9HzAIQpvw06Jrt0en1H { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15135;line-height:1.3;letter-spacing:0;top:41.1875rem;left:0rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IUMqwuxKlKyJw0SrzP8M7MGxsPF8zdcc { color:rgba(var(--color-tertiary-0),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15131;line-height:1.3;letter-spacing:0;top:43.56201171875rem;left:-0.063232421875rem;height:4.143675rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Jg582UG1BFxFz09aNt2KOunzKTWGpZLE { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:11.125rem;left:0rem;height:3.374025rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#XIPiXOLM7Xcv68GZsplB6PEt0Vdl9gVV { position:absolute;display:block;z-index:15131;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:48rem;top:4.3125rem;left:0rem;overflow:hidden;display:block; }
#seDh3wMZV06H3KBmLbD3pKMJxdBRpOmB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:29.4375rem;left:0rem;height:6.5rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#IwEoz4oOhkccnd9x1oXdQgaZRq4ACx11 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:29.4375rem;left:54.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#p7CJQW1vW16aXUTN653LCH5JqlE1z8cy { color:#ff6b33;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:27.15625rem;left:0rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#VJgmpn18LoOPn8BelSTF3yJVAfcH69aS { color:#ff6b33;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:27.15625rem;left:54.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TR5FrxmVFQ9Fo69n5XbHLUMQSCJnSa9r { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#uHhW1c6duq24Qw5ASkTDvGnRZTdWmWND { position:absolute;display:block;z-index:15073;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:29.75rem;width:29.75rem;top:23.5rem;left:22.625rem;overflow:hidden;display:none; }
#JUAmdhoM5wJvpmPAUg7TK1PFTGX2HGci { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hyQGIRP5ha39d5wkX47oMQ3JgAD9TgB6 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#A9JrzMrUbkWATdppNMNFB9lTbqqTV4UN { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#nWNCNlpcmR9ZNrTgoi9a6SpLX34PvMNF { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#h92lsrh18awfb4AXHrlcfzibUR84NbA1 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#kCFMGEixmDDngKcEHLCW4tqeL5v1NdOB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#OqS7FWEMTybrnsBclML4GA0WMDqL8xSl { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Kcr97izvlEIzGPumhQZLUu4mqIT4VRHe { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#nfbrawlEDlmRcJpZEJqc6RVBRgJ4JE2z { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Vgb1dcc0LTUmLnfebSanRHR5KqVrZzCG { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#IrNGdTux7ha29T02qJPsMRNmNzA6ITpP { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Te7pCMrr0W6pgJ0x3HnQvUd0ygiTHKD6 { color:#ff6b33;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:27.15625rem;left:54.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#eaekfTaWtumiTTUsLe8TbHhAf0JM8eqN { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:29.4375rem;left:54.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#BhsQm91iioMBCW4LGczsIVA1ZK8ON3Id { color:#ff6b33;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15083;line-height:1.3;letter-spacing:0;top:27.15625rem;left:54.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#hTSRKT0fVfZyD7IMJ8xnpCGGyLZbaWEA { color:rgba(var(--color-tertiary-4),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15074;line-height:1.3;letter-spacing:0;top:29.4375rem;left:54.625rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu { 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/dba30599-dc07-49c0-bb4b-6511d156665d/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; }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu.adaptive-delivery-prevent-bg, #bgz2KWqgq6gvACMcpkDilJTHArWLpNZu.lazyload, #bgz2KWqgq6gvACMcpkDilJTHArWLpNZu.lazyloading { background-image: none; }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .row .container { background-color: transparent; background-image: none; }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .row .container > .video-iframe-container { display: none; }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .row > .video-iframe-container { display: none; }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .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); }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .row .container { border-width: 0; border-radius: 0; }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#hWdU8e1x7Z5PoW1x5h0UkJTttvbV1mZT { 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; }#hWdU8e1x7Z5PoW1x5h0UkJTttvbV1mZT > .row .container { background-color: transparent; background-image: none; }#hWdU8e1x7Z5PoW1x5h0UkJTttvbV1mZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWdU8e1x7Z5PoW1x5h0UkJTttvbV1mZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWdU8e1x7Z5PoW1x5h0UkJTttvbV1mZT > .row .container > .video-iframe-container { display: none; }#hWdU8e1x7Z5PoW1x5h0UkJTttvbV1mZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWdU8e1x7Z5PoW1x5h0UkJTttvbV1mZT > .row > .video-iframe-container { display: none; }#hWdU8e1x7Z5PoW1x5h0UkJTttvbV1mZT > .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); }#hWdU8e1x7Z5PoW1x5h0UkJTttvbV1mZT > .row .container { border-width: 0; border-radius: 0; }#hWdU8e1x7Z5PoW1x5h0UkJTttvbV1mZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWdU8e1x7Z5PoW1x5h0UkJTttvbV1mZT > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#mNxSynW5nl8Zln6bz8vghDiAdlWXAehr { color:#eeeeee;display:block;width:44.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.90014375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pZ4dZh0pueasPp0nxEmiRD14n4PzFTfM { color:#fffdfd;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:26.375rem;left:62.0625rem;height:2.99926875rem;text-align:left;text-align-last:left;display:block; }
#m0ywkH3vDGTxEswk4M3Xof3IXLTrTWRn { 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:15015;line-height:1.3;letter-spacing:0;top:22.0625rem;left:59.5rem;height:6.9866875rem;text-align:center;text-align-last:center;display:block; }
#OP9vvuHtMvuWcDgZH7UIOeNmTplGh2Rf { color:#fffdfd;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:26.3125rem;left:44rem;height:5.9985375rem;text-align:left;text-align-last:left;display:block; }
#tR92hJ9tIElmvPxc4pEuq2rOimSCaO4c { color:#fffdfd;display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:23.875rem;left:43.8125rem;height:2.03125rem;text-align:justify;text-align-last:initial;display:block; }
#rRfCh3mLhiif3vDTVOuSpsyIgRiQcCNa { color:#fffdfd;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:23.875rem;left:62rem;height:2.03125rem;text-align:justify;text-align-last:initial;display:block; }
#KL6PKQCxr8g126DXbmF3ACDtHTZdbk5A { 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:15014;line-height:1.3;letter-spacing:0;top:22.0625rem;left:41.5rem;height:6.9866875rem;text-align:center;text-align-last:center;display:block; }
#XPGBFGNDc9PNMiUWodqz2SO3MfqMl2iz { color:#fffdfd;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:10.0625rem;left:0rem;height:8.4350625rem;text-align:justify;text-align-last:initial;display:block; }
#nQEtIfQySWOPw7PPt25KKKRmUTTh4dkD { color:#fffdfd;display:block;width:12.5625rem;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:26.375rem;left:23.3125rem;height:5.9985375rem;text-align:left;text-align-last:left;display:block; }
#ktl85RBZQXkk6tVah7qbPGFCB0xMchDO { color:#fffdfd;display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:23.9375rem;left:23.3125rem;height:2.03125rem;text-align:justify;text-align-last:initial;display:block; }
#Vu42BolFNZlg6rcxlv0T4lpFm9XlbzuS { 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:15013;line-height:1.3;letter-spacing:0;top:22.1875rem;left:21.3125rem;height:6.9866875rem;text-align:center;text-align-last:center;display:block; }
#m7xoPquerTRCI8tVxZgWBo1yzqcCt6ec { color:#fffdfd;display:block;width:13.3125rem;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:26.375rem;left:3.25rem;height:5.9985375rem;text-align:left;text-align-last:left;display:block; }
#QqI4NugyWoZy5sqq89Lsqpn8ifQSkmJX { color:#fffdfd;display:block;width:8.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:23.9375rem;left:3.25rem;height:2.03125rem;text-align:justify;text-align-last:initial;display:block; }
#M9HRHt68TvsEgwKnTz23y9M965yKkXtM { 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:15012;line-height:1.3;letter-spacing:0;top:22.125rem;left:0.25rem;height:6.9866875rem;text-align:center;text-align-last:center;display:block; }
#mTnOqS6DkWBLrXKaqnSWJ6gi7STlRL0Z { color:#fffdfd;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:8.875rem;left:0rem;height:8.4375rem;text-align:justify;text-align-last:initial;display:none; }
#tMBT7LA0RiSLg5koSPG8yvk0iobIcSKt { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14.5625rem;top:6.125rem;left:0rem;display:none; }
#AIomNKTmxNhX27hdefI57GtrOt7R7lTI { 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; }
#qyy2rQIwJmZK3srzoBz5l0nutcZEbbTM { 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; }
#ahM7aPV70MzD75zyktPR4l0vUCGxkzNi { 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; }
#ZbIdNVVkyUmBo88ypcVi3BfWxMUXCnUM { 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; }
#T94CgRaZL1lD2FzOfDakmK9KeSJAyAlW { 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; }
#bdKVNiWWExwtJulo6ExXccXSP6wHG8Vr { 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; }
#J0azEz69tGrJVt3igc5FEaNOZm1Lqnbm { 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; }
#GoGvvKeQotQAW32eyq6m50KnG6lVTLHO { 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; }
#Zfu4gtpFTG9o07pUTpoIiuOtAnC7u2MH { 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; }
#XhmDk0Jx0APpKUIZT4x6A6kuOMPb4VTK { 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; }
#QVr2LtQSJwL2Wpn1xac4rA9SuZLzHhSO { 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; }
#EL4ofuUwAgPxhG4RrER6DygMtbCKZbxv { 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; }
#K1FOIScebRWpxTcEeoqBqLhW9rmeqM6a { 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; }#K1FOIScebRWpxTcEeoqBqLhW9rmeqM6a > .row .container { background-color: transparent; background-image: none; }#K1FOIScebRWpxTcEeoqBqLhW9rmeqM6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1FOIScebRWpxTcEeoqBqLhW9rmeqM6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1FOIScebRWpxTcEeoqBqLhW9rmeqM6a > .row .container > .video-iframe-container { display: none; }#K1FOIScebRWpxTcEeoqBqLhW9rmeqM6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K1FOIScebRWpxTcEeoqBqLhW9rmeqM6a > .row > .video-iframe-container { display: none; }#K1FOIScebRWpxTcEeoqBqLhW9rmeqM6a > .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); }#K1FOIScebRWpxTcEeoqBqLhW9rmeqM6a > .row .container { border-width: 0; border-radius: 0; }#K1FOIScebRWpxTcEeoqBqLhW9rmeqM6a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K1FOIScebRWpxTcEeoqBqLhW9rmeqM6a > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#S0gWphH1UQbkC24b1DvFuTllEr8kqqcF { color:#fffdfd;display:block;width:39.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15056;line-height:1.1;letter-spacing:0;top:2.6875rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DaWUZrT6sc5uhFFE0k1enTdqySz1WbOm { color:rgba(var(--color-primary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:1.9160213470459rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i .accordion-trigger.adaptive-delivery-prevent-bg, #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i .accordion-trigger.lazyload, #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i .accordion-trigger.lazyloading { background-image: none; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i { box-sizing:content-box;height:auto;width:72.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15057;background-color:#eeeeee;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.7076826095581rem;left:0rem; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #VbrZDx9iiqnlrz2Kf6QOVaEGzat0z5Gz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #WX0hnfTpHivLHt0UwosD01ctR66Sry5M { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #moTTBoL5hSkf4HHZOV7mgydNBolTuuZI { display:block;position:relative; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #UiJW5xEBnP4TpFwdsZ6I7sQ8NTdsqZCC {  }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #AyCzQ2AKTvS4MM60zkNdUxEvPNrGrd8Z {  }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #tVtXHbEydfOn3o1sluPWqwQKFsZxhgwM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #FcuUzlRolbTK8KC80Nnkh67f5wpUdD4R { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #S1mnZz19kHpUoXNFXx6QILZaO1vDThx3 { display:block;position:relative; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #xRsiiN3BZUEZ05CszmUe7oLZgl1SxBcg {  }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #bKS7bRtIRJMHUJxHomQCunf5H0Mi2Lk3 { display:none; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #CPR2gdvWG9owTBc8Xz4SHFCBdmb311G9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #oEzJwdv2FxNNVIxrWhL2psns5d8iJF2l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #EoEJbuU2FrLepmiy8e94DTTcsIgG7Esu { display:block;position:relative; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #HPq96fQePx34iZIp43W76BTfgDmbHTkI {  }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #IDzTsBGJngPNkTTPSMWcHLpn17ISBMdA { display:none; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #zTadMuCIqnPUozxuAsnoVarfBudcel9R { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #sPFgRPa0FqAmb36vA2cRiVlcRKvT8cR1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #ztK9nuH7HEXUOTB0I6dKG655wxfMXWn4 { display:block;position:relative; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #PB72EEcVvDa3dVm9BsPqUwbGsbFaZTig {  }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #URdEEvtC4gOfCDwOQ7Zukd3Rp4Oeo9qH { display:none; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #AChtzgqrfTnuiNWdxDA3SwfJAXbWfAIS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #XwPQbmIOTNA2kq9XiOWQ8XkTLFiffkFr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #rPKwSWQkrvnvCQsiiU9QSwE21E30zN2a { display:block;position:relative; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #nwVheKiTLMsxRKnUquSpHQDP3DFas5iM {  }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #cmbgyxolWqQtCemPruByJIOxTGVsOZP4 { display:none; }
#LEqBxd9ocQIMEzchT0TZKwcTh8ofmdmR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6b33;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LEqBxd9ocQIMEzchT0TZKwcTh8ofmdmR > .row .container { border-width: 0; border-radius: 0; }#LEqBxd9ocQIMEzchT0TZKwcTh8ofmdmR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LEqBxd9ocQIMEzchT0TZKwcTh8ofmdmR > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:none; }#Mu7gsuwIQxB9AawfvP7AusV8bRdOz45v { color:#fffdfd;display:block;width:39.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15056;line-height:1.1;letter-spacing:0;top:2.6875rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qqIf6x4Qfq38uGWCNUUc6cfPDvgKFWLy { color:rgba(var(--color-primary-2),1);display:block;width:31.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15023;line-height:1.1;letter-spacing:0;top:1.9160213470459rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c .accordion-trigger.adaptive-delivery-prevent-bg, #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c .accordion-trigger.lazyload, #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c .accordion-trigger.lazyloading { background-image: none; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c { box-sizing:content-box;height:auto;width:72.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15057;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:7.7076826095581rem;left:0rem; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #Xbi4PD4FwqMbtTGdUUm4EUdCQiT5eT62 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #NQOIDJ1G1nhBmBu6e2dFrkvSyTIUTOaU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #H5E2bNBlUE3qJKJbqbBghTwXeR6Zqe68 { display:block;position:relative; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #D8TfTJyPvI4vslDfEIfZPko3MZacFm2h {  }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #ZRzKdJMDP5irBwT2G3bs5pvda5EvcJWV {  }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #PGa2J54XRssGXEEOPRLqRZ4UOVX7Er9E { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #yUBPArRPwk6vzd4XXdB9Ig1Hx3QEBXlK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #m2ENItmmkzmp60k6Tkup3T1J8paIOtPE { display:block;position:relative; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #VZLJlgB84CwNbFVSCydaSlhAgeLXOlb9 {  }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #WrvWDUWHKoQMhvL65g9hasrs3yGtoIce { display:none; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #xTGN315gcV4vAtVS2TbXTAhqvu5tFeTk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #kMZK2wVP34pDahQ2SkhBcS4W5dBtTWdG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #LEqGSdCFKesgLBVQ3gJ4EyeKOBXOpaTq { display:block;position:relative; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #hDQxiCws0Jxyo6lTXDacFtLmdTsJb8uL {  }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #ePIA3rrz1UTafTaTmlNMfRQxE5bD1X6T { display:none; }
#X6FOsKde7w5wT8km8FQTVPBJ3gP74J9v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X6FOsKde7w5wT8km8FQTVPBJ3gP74J9v > .row .container { background-color: transparent; background-image: none; }#X6FOsKde7w5wT8km8FQTVPBJ3gP74J9v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6FOsKde7w5wT8km8FQTVPBJ3gP74J9v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6FOsKde7w5wT8km8FQTVPBJ3gP74J9v > .row .container > .video-iframe-container { display: none; }#X6FOsKde7w5wT8km8FQTVPBJ3gP74J9v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X6FOsKde7w5wT8km8FQTVPBJ3gP74J9v > .row > .video-iframe-container { display: none; }#X6FOsKde7w5wT8km8FQTVPBJ3gP74J9v > .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); }#X6FOsKde7w5wT8km8FQTVPBJ3gP74J9v > .row .container { border-width: 0; border-radius: 0; }#X6FOsKde7w5wT8km8FQTVPBJ3gP74J9v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X6FOsKde7w5wT8km8FQTVPBJ3gP74J9v > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#nEO2pr0W8Sk4QcSl99yrgldx22PDCrIa { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:17.9375rem;left:0rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oVXGNZTDirSOTIEn18u2Jz7FhcLySmno { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem #eeeeee ;height:15rem;width:16.5rem;top:7.874755859375rem;left:0rem;display:block; }
#wwPwsxAX0hrKKmEuxD5o7DSXbocEhoRm { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:17.9375rem;left:19.5rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tu5ZuwHFm4n23gWdVDMTWFqvJHLJz2cl { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:15rem;width:16.5rem;top:7.875rem;left:19.5rem;display:block; }
#OOd3Av38OTPD8gqJVzDmzVMPBt3FsJxd { color:#202a44;display:block;width:16.125rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.9375rem;left:39.4375rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n2E4JLOOA8ChpuoyHmqJ0WNgP7KsTHIw { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:15rem;width:16.5rem;top:7.875rem;left:39rem;display:block; }
#R9HluGdsalQhBLeW7zGuZ4pVWim2uL2p { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:17.9375rem;left:58.5rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b5yJTn7LL0iz433SXvl31E1STyonxbXW { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(195,217,234,0.78) ;height:15rem;width:16.5rem;top:7.875rem;left:58.5rem;display:block; }
#wokMaleFf8EEwfX8WcGvo1SIHXauNIdo { color:#202a44;display:block;width:31.8103125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:2.362060546875rem;left:0rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wnQI2LHaWT5N2wZV9TvM1yTp91tvrZmJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.374025rem;width:3.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:9.437255859375rem;left:6.561279296875rem; }
#IBsTwTvoChTToxZ3tonUceOeuEbDHF2R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.374025rem;width:3.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:9.437255859375rem;left:26.060791015625rem; }
#sb5IokhXA2rg59rFXBT0JSM4RzRSheKF { color:#202a44;display:block;width:15.1245rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:13.35693359375rem;left:0.684814453125rem;height:4.22485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A3oeQWg7o1uhBloqdSGqyG9sUWN6ryHt { color:#202a44;display:block;width:15.1233125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:13.355712890625rem;left:20.186767578125rem;height:4.22485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EcTiSxi4BPxoDayU3PMbmhGzqNguJhdc { color:#202a44;display:block;width:15.1233125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:13.35693359375rem;left:39.9365234375rem;height:4.22485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NFWwpO1LTukaGLO31w6T6TCud4i5E2VM { color:#202a44;display:block;width:15.1233125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:13.262939453125rem;left:59.18701171875rem;height:4.22485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xy8XR1iaD5DPvDwGbvn6B2zwNf62k9xs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.374025rem;width:3.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:9.437255859375rem;left:65.06103515625rem; }
#iX3wtlO0HeTWanCRDKGFE16IESbeJnqn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.374025rem;width:3.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:9.437255859375rem;left:45.811767578125rem; }
#n1UC4hQL0USSXSGHdP3xoNCBRmmc1qEy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.374025rem;width:3.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:9.437255859375rem;left:6.561279296875rem;display:none; }
#q6QqFXfdArARyGQK1sFIqXkb2tAC7mWf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.374025rem;width:3.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:9.437255859375rem;left:6.561279296875rem;display:none; }
#PHn849Ogi1A80LqZLr4hmZoVqG8A8s2a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.374025rem;width:3.374025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:9.437255859375rem;left:6.561279296875rem;display:none; }
#gafb8H5aFWxysckWTTh88qzfAGAahofS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pVHiHt2GeJOgRCUy3gnAXXHhu6prNqIP { color:#202a44;display:block;width:15.1245rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:13.35693359375rem;left:0.684814453125rem;height:4.22363125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AM3OG9o9BGJ0T76Nspn8LF4TpTx1oH98 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:"graphik upsa2";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:17.9375rem;left:0rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gJTboZ3FkTUcGex06PnHlcXGZuBD28TI { color:rgba(var(--color-tertiary-0),1);display:block;width:51.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:34.312500864267rem;left:0rem;height:1.54361875rem;font-style:normal;display:none; }
#T0U36PJDyTHPDXWGxpzHwWxdC9SBEoa5 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:"graphik upsa2";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:17.9375rem;left:0rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qRVRo1oVa4B01bpd7OPo7r6sWydF0SDx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dm0M0n1g11ZI8z5zXkaRzTWqnukrok12 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:"graphik upsa2";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:17.9375rem;left:0rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#paI38BEZ3wtHAdRSaPOoTLW4aeeHQHDu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#uiHtSoSvH2wQnKwuQlfqF79oWQG0xQNf { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem #202a44 ;height:15rem;width:16.5rem;top:7.874755859375rem;left:0rem;display:none; }
#CO53HHBaqPXnioN34X6NGkPHPisGAuDy { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem #202a44 ;height:15rem;width:16.5rem;top:7.874755859375rem;left:0rem;display:none; }
#mUl8HidqFQQrwG2fBgbf5aSXABZVoPFm { color:#202a44;display:block;width:16.125rem;position:absolute;font-family:"graphik upsa2";font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.9375rem;left:39.4375rem;height:2.76245rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Mih3vMsTUi3mFS9XEhSqQIbMhhkT3Wnf { 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; }#Mih3vMsTUi3mFS9XEhSqQIbMhhkT3Wnf > .row .container { background-color: transparent; background-image: none; }#Mih3vMsTUi3mFS9XEhSqQIbMhhkT3Wnf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mih3vMsTUi3mFS9XEhSqQIbMhhkT3Wnf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mih3vMsTUi3mFS9XEhSqQIbMhhkT3Wnf > .row .container > .video-iframe-container { display: none; }#Mih3vMsTUi3mFS9XEhSqQIbMhhkT3Wnf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mih3vMsTUi3mFS9XEhSqQIbMhhkT3Wnf > .row > .video-iframe-container { display: none; }#Mih3vMsTUi3mFS9XEhSqQIbMhhkT3Wnf > .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); }#Mih3vMsTUi3mFS9XEhSqQIbMhhkT3Wnf > .row .container { border-width: 0; border-radius: 0; }#Mih3vMsTUi3mFS9XEhSqQIbMhhkT3Wnf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mih3vMsTUi3mFS9XEhSqQIbMhhkT3Wnf > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#awB0ETBPTAT41UAxcdbZTrVr7ehny73s { color:rgba(var(--color-tertiary-0),1);display:block;width:35.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:9.0625rem;left:39.9375rem;height:11.8090875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ALtMwNwRQEA7xKw56pknVvZtEfZaODF4 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:4.625rem;left:39.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GxnNm1X9SKtqysO8JKt8nfoxx7d8TOhm { 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:24.749125rem;width:37.3736875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xhZ1vqUntZCkZOH2BzX29SeXTFGAH0Kq { 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; }#xhZ1vqUntZCkZOH2BzX29SeXTFGAH0Kq > .row .container { background-color: transparent; background-image: none; }#xhZ1vqUntZCkZOH2BzX29SeXTFGAH0Kq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhZ1vqUntZCkZOH2BzX29SeXTFGAH0Kq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhZ1vqUntZCkZOH2BzX29SeXTFGAH0Kq > .row .container > .video-iframe-container { display: none; }#xhZ1vqUntZCkZOH2BzX29SeXTFGAH0Kq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhZ1vqUntZCkZOH2BzX29SeXTFGAH0Kq > .row > .video-iframe-container { display: none; }#xhZ1vqUntZCkZOH2BzX29SeXTFGAH0Kq > .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); }#xhZ1vqUntZCkZOH2BzX29SeXTFGAH0Kq > .row .container { border-width: 0; border-radius: 0; }#xhZ1vqUntZCkZOH2BzX29SeXTFGAH0Kq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhZ1vqUntZCkZOH2BzX29SeXTFGAH0Kq > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:block; }#SQne5IWSuinCTqWUwV76sTu830ozAVBZ { position:absolute;display:block;z-index:15033;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:1rem;width:1rem;top:10.8125rem;left:36.4375rem;overflow:hidden;display:block; }
#Eit7RdSzuphIcTKDunGobOcbXeWnx6NQ { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:10.8125rem;left:38.6875rem;overflow:hidden;display:block; }
#JT4KE4UonD5GO3sWO9x55K6rtFGqpDqg { position:absolute;display:block;z-index:15035;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.0625rem;width:1rem;top:10.8125rem;left:41.0625rem;overflow:hidden;display:block; }
#kgufvFF5z2ZCnWc3TRf6h2IzAcT1ir5r { color:rgba(var(--color-tertiary-1),1);display:block;width:18.8125rem;position:absolute;font-family:graphik;font-size:0.75rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:8.1875rem;left:28.125rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bq4H7kIyoOzV753F0p1ily1Jowfxvuu6 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:10.6875rem;left:34.0625rem;overflow:hidden;display:block; }
#VAqdPm1egiSVL0GdUobNukbSmEUWwTM2 { position:absolute;display:block;z-index:15031;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.0625rem;width:1.0625rem;top:10.8125rem;left:31.75rem;overflow:hidden;display:block; }
#xgyGueXDLSTnneU08pQVk8LCsRBwN2C3 { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:11.625rem;top:2rem;left:31.75rem;overflow:hidden;display:block; }
#hTPTCec4asLWTpQUy8vcGMGEVRv7L4PF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.18713125rem;width:1.18713125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:10.718994140625rem;left:43.1865234375rem; }
#hTPTCec4asLWTpQUy8vcGMGEVRv7L4PF > img { max-width: 100%;max-height:100%; width:1.18713125rem; height:1.18713125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS { display:block; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3P50SZJ7BkHlt8r9i7SacU4w5Z9TwaS { top:0.75rem;left:0rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LskK60zruoALs81VNF8eRmLXJblTwuoW { top:2.0625rem;left:0rem;width:11.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ceH7qr0Zy7zfPy3AzIJ3evfDgzUxKG { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOM9XPhqLTvXRu62fNDVST7wNeqzfKsT { top:2.1875rem;left:23.8125rem;width:1.8125rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGtkyZOlnX2yM3TMm4iO61eUt3MpUBfe { width:14.75rem;height:3.125rem;top:1.375rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #KguMdHvDky2cdwdFz0oNsc2h7oG17fFh { display:block; }
 }@media only screen and (max-width: 763px) { #BV6t5SklkXb2CgEuo2xm3OOxL6ePAhMd { width:10.0625rem;height:4rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3sQDwmi1KfMMbTTHwGJAmkrku7Nm1Fs { top:2.125rem;left:32.25rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPQaUQM0DwZnuSanQsbwPenTVmxZ9WgP { top:2.0625rem;left:34.6875rem;width:8.4375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfsolkGmkIkBZVhEHNC9buBg3RfG54l7 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #w0dAxqvPE8JitENsNnAGmCH908c4WCCz { display:block; }
 }@media only screen and (max-width: 763px) { #PXvpaKGDzgg05DhRWlBgTwwQbkoEBHnS { display:block; }#PXvpaKGDzgg05DhRWlBgTwwQbkoEBHnS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R4udG1E2ZCXnmxNroLDfDlzsif6xTZeu { width:10.0625rem;height:4rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWfBm8wfADVD0h1k1TXZOeSmx88728rN { width:14.75rem;height:3.125rem;top:1.6875rem;left:33rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEf6ElrTuJ8uCoTdeH9oWJETFe045xUf { display:block; }
 }@media only screen and (max-width: 763px) { #yZWdUeALxQ8AEoJEIq9IghWg9eusr0aM { top:2.3125rem;left:35rem;width:7.6875rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm7K66uixVbITNZBJXiJCkHbh4wTJD1m { top:2.375rem;left:32.4375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbDwkJikIDkEerPxgsEozo0UOLzmRZgq { top:2.75rem;left:0rem;width:12.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2BTAAOXHgGgg4URyxNMmDxg5AtqKiw6 { top:1.4375rem;left:0rem;width:0.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O707d5osStEuWhCLKTx2F9frmlo9cnSX { display:block; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olQ4uDncIvAItWriba9BUgX0LolNiWz6 { top:4.0625rem;left:28.4375rem;width:19.3125rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HITUpTlH585Aua61rVWzqCEqm0R1Shk8 { top:11.8125rem;left:26.625rem;width:21.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1Uo6Oi8bNLPIyJrHa1Bm8tq4oACwISw { width:9.875rem;height:4rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9fosNKkiFZAJMbPEvTrAh55POTaNlat { top:2rem;left:41.125rem;width:6.625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-regular-label { width:18.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-text { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-text {padding-top: 0; padding-bottom: 0;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-textarea { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-select { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-select {padding-top: 0; padding-bottom: 0;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-button { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-checkbox-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp  { width:18.625rem;height:auto;top:17.5625rem;left:26.625rem; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .radio-container { width:18.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp {display:block;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp { width:18.625rem;height:auto;top:17.5625rem;left:26.625rem; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #ruHWCekPuMzcR4VHTSpa5wew1QJuplvf {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #eeir31SEHGCMMeTCzKRAwgbvAH2Txqah { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #zbueINrSItx94xTZ9klJXowqv1TtydeI {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #JM0xgHWrTAsUfTkuy43PaVSc7ZIhFGQs {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #E7n5BfI68507RJVqnM80bk4uiSOk2DsI { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #biA4nUdXLqXQ1qkbFF5NEnoUI5fGdvtr {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #JriWJiFEwNfFgT2RuUGkZTLXTxNtydsA {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #mOQc1zRe4pEskOPCMyGtKHIsbOXLexq7 { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #VLgKtGZCOGR46TXTTMvukndo7mX0SXyy {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #LnNSpCQIFQbM0vcRENOK0y7F46o1yPP0 {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #W44P1vV4hy2kOP6HlOCc6QgdB8V9JGBl { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #wGRU0yQ42poLts0XIEiN91TFrwhuHfR3 {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #GFygD2wFhmo9uI9hKxzSybPDDaerTVJJ {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #d020snfykKeWrclOdVVakQvU6keeJSDR { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #T2mZmy7LpJt9d85GX9eVrSvMG0rFhR3D {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #b0qJS0TqdgovUD0qE4iTlP8mVJKO4acK {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #yA6WQkGofA145pNBPPMBx7hu4oybaCET {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #cREUfC4IfX6kA8AdJIaDwdeDaxX4wnSm {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #pHlcCp76BTITZOVFIHlAiJe6BbNOiaRU {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #CRmyKLsUFSi7WW8ICDMn4E6gLRxouL2U {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #ZF7bB2n87hw4kgPBqnKyN00ExrTprlZB {  }
 }@media only screen and (max-width: 763px) { #Z2MMbOslT7MeFyCpCzAlrtDKrgS5tv8c { display:block; }
 }@media only screen and (max-width: 763px) { #kBRZDDU31bHeQwkzU6eDP3BFmFfBNRo0 { display:block; }
 }@media only screen and (max-width: 763px) { #SERnqMFGTGuXDA7UXT7bTpzRCZk3QxNy { display:block; }
 }@media only screen and (max-width: 763px) { #dOzfndqbBAQCfggg9UEpkTgD8UHKHrG9 { display:block; }
 }@media only screen and (max-width: 763px) { #CmbZXz7TP0iuObLsM1OfLhTmRBrRSX6M { display:block; }
 }@media only screen and (max-width: 763px) { #gn1lBh4soTpcyLxLhZvc7WcehNeNBpFB { display:block; }
 }@media only screen and (max-width: 763px) { #fmRihJ8T8XmMzHGTwp9We2s74GP79wG5 { display:block; }
 }@media only screen and (max-width: 763px) { #dkaWpS812Zp624lg0vFnG8t5vBPJGzMl { display:block; }
 }@media only screen and (max-width: 763px) { #oVD5L6noHuWTJIFqfpQdTilvgumhZSu7 { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #r67q3JoAODesyhf1HnPGgqd5tb60chaT {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #SZaPoEOlMEuT9yJgh18W0uS52qrfIdtE {  }
 }@media only screen and (max-width: 763px) { #aZxWlh7c65EW7VisgN8G1d39tt59NlwQ { top:2.5rem;left:23.8125rem;width:23.9375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6oIm13PfzVkehoR9KvdlkFPPbTaoJ0V { width:14.75rem;height:3.125rem;top:9.75rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJVAPQnf3RnGHVT1GlgpHaykp7PE2VHA { display:block; }
 }@media only screen and (max-width: 763px) { #gpNwGcpM9SBBdprOJVL9ATPGh2PlTZCb { top:6.625rem;left:26.6875rem;width:21.0625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KknkImc7OUQHcHI5q3uTHdGlZfOvZEbL { top:2.5rem;left:23.125rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrkVu9UtpO5rO7RFvTTtr9W3h4KSsIpn { top:13rem;left:0rem;width:14.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpmZHJMTiUDzwPaK3r7iDDIizdOOccOu { top:15.9375rem;left:0rem;width:21.4375rem;height:5.5625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3qZtq9lHkUEAFLCgJkKfBMZZybVuU6J { top:23.5625rem;left:0rem;width:47.75rem;height:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD6vJ8OHqA93VcsJgZuHOaRAI74txpTv { top:10.5625rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7qSwdvE9eJqtcVtwuXfaZRrs3mAzcVA { top:19.5625rem;left:0rem;width:20rem;height:3rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q17z7OuObbQVFydI9Vox7qv9DUiKzNZZ { top:15.4375rem;left:0rem;width:20rem;height:11.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kxrW3bsqqwpWVuOhumzI3qLM1g5M9EJC { top:6rem;left:26.5rem;width:21.25rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hU499zfbOwRkgf7fXpEhT4NccJBVmFkM { display:block; }#hU499zfbOwRkgf7fXpEhT4NccJBVmFkM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHC3XL7bBlUmk1MRUdCSsbWsb2Zt2NRA { top:8.1875rem;left:0rem;width:47.75rem;height:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOUP2qZ3hlUA9zaDoO7sDJdW8Z6hMcfk { top:3.9375rem;left:0rem;width:33.6875rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyBCrdAWU6B5urJkJKMJEQKRw2Dy8z6d { top:22.0625rem;left:0rem;width:13.25rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1iueU1S2I9gHOehZPJwyG2d4s5rvLUi { top:23.375rem;left:0rem;width:6.4375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThkeBMiUK3fQ6sLGczuNM52wTBOZkux6 { top:23.375rem;left:12.4375rem;width:6.4375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3wK0thOfdURrFASZLdH58kzW97Vns2r { top:23.375rem;left:38.0625rem;width:9.6875rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHiBrO4ZvAJn4xWXp3kmhAbcwy3pEb2s { top:24.1875rem;left:30.875rem;width:5.9375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZqtLCnU2UCtF3NgdvTmpasZgGTnBolv { top:23.6875rem;left:8.375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4gVuh8DtUdAZ86DdzG4gWb1awDefRbx { top:23.5rem;left:26.6875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnEztJEd7eL8CxN3DPOCenWIhuxflxqa { top:23.4375rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRMC5lQ31EkKmlCcXTkgTgvPVqfNKOID { top:23.875rem;left:44.8125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kba92TQWhJNRr3FmMVwRBMTVFKeJvlHO { top:8.25rem;left:0rem;width:47.75rem;height:9.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dnoMu7E5FtUs0ntQZR1PS4tbcot1VEU9 { top:2.9375rem;left:0rem;width:19.75rem;height:14.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x06wHDk32y8uLXDk7yrnRIPBPk6WAwuP { top:22.0625rem;left:7.0625rem;width:13.25rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmZI2N2Zfrh0EkGy5OkX5mLzh9PX7JFR { top:22.0625rem;left:25.125rem;width:13.25rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g75f6TPvtnTT5tn8CT9k4BKnZATaIPBB { top:22.0625rem;left:33.1875rem;width:14.5rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGHspUaFudvPQQgby22abMgTcOCJhfkx { display:block; }#mGHspUaFudvPQQgby22abMgTcOCJhfkx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EikAqXQHWMH1tt8iNHRxhJZn4i8Rq2Vx { display:block; }#EikAqXQHWMH1tt8iNHRxhJZn4i8Rq2Vx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJu9uhGBq8RNs5OIgwbKXIn9tkp7AMy3 { top:3.1875rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkgcdpMpuBcNV4h1k76iHpVms3tuDOHM { top:32.9375rem;left:30.375rem;width:17.3125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9mJaRSgRN4ons8uGb6tCnKSlRwUagy7 { top:26.3125rem;left:27.5625rem;width:20.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGToetuUKWh7W0EF2SAar9fx1ZRJzw5m { top:26.3125rem;left:13.8125rem;width:20.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcmGmKCOQN88R6ibholOx761p71TseI7 { top:32.9375rem;left:15.02978515625rem;width:17.625rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxaNBAUkxM8nE5TwEDcE3cgGdePxBlDS { top:27.4375rem;left:19.3125rem;width:8.875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT012WnFXT0uqgG8WbsKIgw4uGOyRLKk { top:27.4375rem;left:31.3125rem;width:16.4375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNhA4xtxrDNXqzaJF4eCJUIF3iTrxQdt { top:14.875rem;left:15.374633789062rem;width:16.875rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfplETDZblv0cMexEzsI01aBmEmg18x9 { top:8.1875rem;left:13.75rem;width:20.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwSbpIRlU3dp88tSLTVliLK00HaPyAks { top:8.1875rem;left:27.5625rem;width:20.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2PtOBhVeeZ8vbCNFhFTosliCzqm3QFf { top:8.1875rem;left:0rem;width:20.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4AsICmIroIZpEJ919nd2IzGTJ9oO5kQ { top:26.3125rem;left:0rem;width:20.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNukvKMfGasz4IzTPODDbhBVIJEwipnH { top:14.875rem;left:28.9375rem;width:18.8125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhy6hiPdZnv7UyTlbB4PPo6QnxsDEFgs { top:14.875rem;left:0rem;width:18rem;height:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJis6uLXR5XN1Q15yPfJFADCGmSFNzQ5 { top:32.9375rem;left:0rem;width:18.4375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH0I3mwskl2Ne3IpDMlOChMZ1xAOTTXP { top:27.375rem;left:0rem;width:18.3125rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b928TB0AtPcSTORznnRNgDPSMbKSdLVF { top:9.8125rem;left:0rem;width:11.6875rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJCJP7ZagukCevdNKzVxr4QrPiqSwpD8 { top:9.75rem;left:17rem;width:13.625rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9pcIBVn7UUpehaODklpuI1WBRWqtC0O { top:9.75rem;left:29.5625rem;width:18.125rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv0QqTzBqJmMgFBzuzN70UGiL7TUX9ed { top:2.125rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VZe9JTVXJ1aiFrf5NACdsmL1XbTxvvsc { top:18.3125rem;left:0rem;width:20rem;height:4.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HITNxFyinwfdCAThSVp5dsaSDbPLUFsR { top:14.5625rem;left:0rem;width:16.625rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wH8UPgQv6hd30raaNZAqTuJlrU1hxPTz { top:13.3125rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzgyEWMc1O2Tehd5gotszaQTUm6VQRr6 { top:35.8125rem;left:0rem;width:19.375rem;height:5.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSMlQOMTeqqmPXAkE7qkUlhbSdZ8CZE9 { top:53.875rem;left:0rem;width:20rem;height:4.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbk0a3oaXPtL6b94omv26T6flNwGtzhW { top:48.875rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k4J0bgxk7cNE0NVmXBz4NG7dg7kWkb19 { display:none; }
 }@media only screen and (max-width: 763px) { #cVlaTvyaFMGGCmDbcQE8eGs0199OPsid { display:none; }
 }@media only screen and (max-width: 763px) { #Vh06OV8prs2ogw9iGkxXVtTM13uCNInc { display:none; }
 }@media only screen and (max-width: 763px) { #Q41fNSyEECQMh0iTzCBe9h9LTxsfhlZf { top:30.9375rem;left:0rem;width:20rem;height:;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVzQ9yA9JDT3SODkkk8Ko7RSIDmkIsQ1 { display:block; }#gVzQ9yA9JDT3SODkkk8Ko7RSIDmkIsQ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmOUIpdOx5H23pvmwEJTWmk7oFT7Inal { top:2.0625rem;left:0rem;width:36.375rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfNpMArnHFvDm2W69kiaLEaNuI7RIyRy { top:8.9375rem;left:0rem;width:37.4375rem;height:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TalFWKAp7FvNB2sirLkW6dTFCIufGS9b { top:2.125rem;left:0rem;width:20rem;height:4.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yDsIIEJfRBKFClNcwn8XKxDHBc5Oxy6Z { top:8.1875rem;left:0rem;width:20rem;height:16.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLec1cNwuBtn5l15nG6ZLTZZEQs70L4T { top:15.8125rem;left:23.875rem;width:12.0625rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #chAkfbh3qNeBA94z31n4SMI95IrysM3l { top:15.375rem;left:23.875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r0ePJc8AqUUDygAoZTt3grd3fh9ba3Ks { top:18.8125rem;left:23.875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fcd4kne7q82P6eZ9n7xrlykCsbac8mXf { top:19.25rem;left:23.875rem;width:12.0625rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqpJEWwhSTeLPZ7RMkMae05gCbG4frsS { top:22.4375rem;left:23.875rem;width:12.0625rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nGoJ6DfDAIf308txFOXicsVxhe3LHEti { top:22.375rem;left:23.875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hidtkRHpQSIenQr6UqRsuVpIZNS7br5H { top:0rem;left:17.1875rem;width:30.5625rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOLxInFwVxF46p3F9szi9qMoy0TTlKlW { top:23.5625rem;left:0rem;width:31.3125rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht4fuJtRw0u2UzDT8NH3LGJKRibdaNM4 { top:27.625rem;left:0rem;width:20rem;height:5.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aABtObJ6uJhdNg6D8B54ALxUPwfFEKc8 { display:none; }
 }@media only screen and (max-width: 763px) { #Sl4ugxWEcgoFcahKRxEGmzTKfqSMnwfb { display:none; }
 }@media only screen and (max-width: 763px) { #uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP { display:none; }#uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uoqirZnQTq49KFzLxUbAnLda8p6d0UK3 { display:block; }#uoqirZnQTq49KFzLxUbAnLda8p6d0UK3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pp7vnJA5MigiI7rS2yomrX645H7mU8dW { top:3.125rem;left:16rem;width:31.75rem;height:2.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIenINT72QebMnc4XF3WX1dgu0Eo6TXZ { top:7rem;left:13rem;width:34.75rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxwKqxuyHvDPB99GKZ4WQLdShZcuwmOm { top:0rem;left:0rem;width:33.375rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdI4rfKRGBZopNpZ7OnzWdOPNSretWdQ { top:13.8125rem;left:23.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9N9lJDt1naCJtwATaOdr6rD0RTQhMup { top:14.25rem;left:23.875rem;width:12.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUWDaU7xzw7ddNTTaTAmoNFQ6lTnVdN4 { top:18.0625rem;left:23.875rem;width:12.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxtPq1UhMRPZGWWs2DHrrEJNR17sRC5z { top:17.625rem;left:23.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIdEZNQVSDcZ55frwrF6erA5IgW5Abis { top:21.8125rem;left:23.875rem;width:12.0625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNAPt1kUGU0cH2M9soyxwSrLHTJwPKsD { top:21.75rem;left:23.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN1cdzSi1OmRwsVqGytpwS1nIWgdAIdM { top:13.8125rem;left:35.625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfaU6g3B2BAyXR2RQ9MEhTdEnLN2R5in { top:17.625rem;left:35.625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dkg5adpUxosMXOCLIENdsaUaeNxknUO7 { top:14.25rem;left:35.6875rem;width:12.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaZCwR4h3QuTy9ESheiA38dMUTb28F1P { top:18.0625rem;left:35.6875rem;width:12.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8wmAfQlzar7JFbNp1eKss2BhayA1sBA { top:21.75rem;left:35.625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #epPXzTDwmFTCW6pQaUCs5hkDlxfWffat { top:21.8125rem;left:35.6875rem;width:12.0625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETlUFvN1dqJelzTMr7eKEqwblmORXd6v { top:2.125rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bkltFEJKfuWOstZ00vbeUbdT0piOnNry { top:5.4375rem;left:0rem;width:20rem;height:4.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmS5SBPJoSWuEwfysUaSHor2WskKRiQ2 { top:15.8125rem;left:23.875rem;width:12.0625rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUtTwL61nAS5byixoFzRkxDoQWIiHqzW { top:15.375rem;left:23.875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ex0zNS1RsAeXFWqJO6VhNtKvRQFaD1Cf { top:18.8125rem;left:23.875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fRlEvyilarT3rtu8KFQcBCXmD30MJizl { top:19.25rem;left:23.875rem;width:12.0625rem;height:1.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzJXOixnXQfTdHEQnWJWCGQK8RGtAwNJ { top:22.4375rem;left:23.875rem;width:12.0625rem;height:3.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HllLVAkcZ6EtMW24rMfUra4mIbOX8e3p { top:22.375rem;left:23.875rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cv20PWb3uffWfvernl6UgdFAaS8XRe04 { display:none; }
 }@media only screen and (max-width: 763px) { #LX7AXqStiuHowr9Wp9ceOHTPxGurhgQu { top:17.375rem;left:0rem;width:8.9375rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdXx1LAMa2Tg38pTzzmLJ5M6ewGPi5ga { top:17.3125rem;left:3.1875rem;width:8.9375rem;height:3.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBEUzbT9S5sqPCE6wphCfUac9cVW0iyu { display:none; }
 }@media only screen and (max-width: 763px) { #OZEw57LT1Rmkm6ktVvbvBGVA2vZ2SURr { top:25.5rem;left:3.875rem;width:8.9375rem;height:3.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzA0wxr2cNAJyqXaWkTK28FxKDKMPpQ0 { top:25.5rem;left:0rem;width:8.9375rem;height:4.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8PllD4Jolfk60akPqgmWyTLDU4umDBB { display:none; }
 }@media only screen and (max-width: 763px) { #HK2POfOuAJ18IlXnRcQProcNcKrL3FhU { display:none; }
 }@media only screen and (max-width: 763px) { #QDNT5uDC3lftBDVIxho3PsivXxrOOZzW { display:none; }#QDNT5uDC3lftBDVIxho3PsivXxrOOZzW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr { display:block; }#ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bo69wkSGpgPSXr1u2bpi4HIvIdXw9qOu { display:block; }#bo69wkSGpgPSXr1u2bpi4HIvIdXw9qOu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPP78S2MmJqpoW1guyO6yp4c86V3DyzM { top:3.625rem;left:0rem;width:42.875rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq6zZ3TNHRbA2yeXHlXwbT8EsJRRkoBW { top:7.5625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9viU9WtfAmRUduuvaWPih5sVOHmB32O { top:13.5625rem;left:0rem;width:16.4375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRpLtsJCTbXvym0hw8keIGwEqzElE271 { top:13.5625rem;left:5.875rem;width:16.4375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVxZXc8fb9FtGawqidfd8tUhzLF57kW0 { top:13.5625rem;left:25.375rem;width:16.4375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #po848IDARpLOEFfkOmMDhgEO8SqfuJDP { top:13.5625rem;left:31.3125rem;width:16.4375rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ1MFD8FUAFQH6ncxB4uo1B7nqmatm3w { top:23.625rem;left:0rem;width:16.4375rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCcgcnCN8O31pyR58BOi25UOTBHrJkrP { top:19.375rem;left:0rem;width:15.5rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #migRrIBhnTDGJBUq93BaZ0fZmT5f47Si { top:14.8125rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJMgNZPQegsSDE7coGzAdb19L2DhA5Xf { top:14.875rem;left:12.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHFW59oDfwqhTku4CpFq08eCfTGGgdZ4 { top:19.5rem;left:6.375rem;width:15.5rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHbyWnum8ZBO0imDnldZZNHTEME4qmOI { top:23.625rem;left:5.87451171875rem;width:16.4375rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0mEHF2CwnrDillvEJT3Py5P93Sg70gv { top:14.875rem;left:31.9375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7ELXoEQNl6aH4T3yO0ohwZul3a1F9ay { top:19.5rem;left:25.8125rem;width:15.5rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udBLp2bOI86wJH7GKFpJD4irLRLThbwV { top:23.6875rem;left:25.375rem;width:16.4375rem;height:4.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #agXd3oTd3W0vuWEXqX26cMPdRvzTLEmU { top:14.8125rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV8Fp7EC3isMA6EJPnxEaX8LO75Xd2ud { top:19.4375rem;left:32.25rem;width:15.5rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWiu67vvCFO1dEBalTsPPcz5DUxBguc8 { top:23.625rem;left:31.3125rem;width:16.4375rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH4eJJBcKWJbB4DDMNxZahzRS8MtHTQl { top:2.9375rem;left:0rem;width:20rem;height:4.875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0hNqTTdAle4LWVVR4vGF7yyViqv2G1b { top:8.8125rem;left:0rem;width:20rem;height:9.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QSFeNkbo2bbx8T4FiPPeKyCXVU7WC95q { top:26.5625rem;left:0rem;width:13.4375rem;height:6.5625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p0RNdCb4u8lN5pUTRWAKALQ6ZTDnWlMK { top:14.8125rem;left:0rem;width:3.3125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZINo5moKGgtdzHXtQcKCcTmrkn3miD90 { top:13.5625rem;left:0rem;width:16.4375rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #xF213Omnr6zILPWG4b5XBlcHur140mhA { top:59.4375rem;left:0rem;width:15.3125rem;height:4.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7n915llmtqMObCIpPEqTInGe0fNC8Vz { top:13.5625rem;left:0rem;width:16.4375rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIFloqwFEkWt8PiOFrnZvpPEEspbRDm9 { top:75.6875rem;left:0rem;width:15.3125rem;height:4.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCL0MXvsnoRhoB71KTBknEd5OTTUReLK { top:13.5625rem;left:0rem;width:16.4375rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #rq3EawHrTRbGHEsMhDtKMiCceC4PAUSe { top:92.4375rem;left:0rem;width:15.3125rem;height:4.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sr71ueldx8pdfzchmeat7IsO4P2HCikM { top:14.8125rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cfQP4vKLLhnAFR9rpKuboHJLoeqXiin3 { display:none; }
 }@media only screen and (max-width: 763px) { #Gz5FEvGqmt3pgDzgQdG99RNP9M0qWWoq { display:none; }
 }@media only screen and (max-width: 763px) { #Ai5kzp7UK0aFPJAQyFF5U4ortfsOfMvc { display:none; }
 }@media only screen and (max-width: 763px) { #OSl8qIIJN6sUdnTbTIWfbCHqzHdcnugF { display:none; }
 }@media only screen and (max-width: 763px) { #Xe6ogMC1xIfg1DF5h6t7ZXQXXl3cn55w { display:block; }#Xe6ogMC1xIfg1DF5h6t7ZXQXXl3cn55w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqHLQGzScXahmTfI3TGo2W7gpk7GGcbC { top:16.5625rem;left:9rem;width:29.6875rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8XIdtTQPihKxIG2mMvbhJE3VlTdTZTe { top:41.8125rem;left:33.375rem;width:6.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD8uoLUDpZJ53IETkLqqotTSkZFee5Gw { top:41.1875rem;left:28.1875rem;width:19.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #deATCeKQZyG8JUhadxA3IPGzT50bvAtH { top:43.5rem;left:27.875rem;width:19.875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMGkSqOAUkdbPRdu5TXyGPp9wKUmymVc { top:41.375rem;left:33.375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1VNcp6gvTCFw53NfdHImJxsfGSHIWFT { top:41.8125rem;left:6.8125rem;width:6.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5kRU2UMgv5puMuuXeLPILRJgyVyqCpM { top:41.375rem;left:13.3125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO1TKDKwSO3qBpy3Tew4bGnnosU2bW5W { top:22.5rem;left:27.4375rem;width:20.3125rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnopX1lVdKHXEbNUCdu0JRWEoTEVngzr { top:20.4375rem;left:13.3125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXdPE9GWkpUoNoVhh8NTQ4RtLi3Grql4 { top:20.4375rem;left:33.375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtJbiK66lMZWQyJEfWsBxTZ93cyUpzbF { top:20.25rem;left:27.3125rem;width:20.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k66It46nIglWLLIOuyaSwUt4he8SSksR { top:20.25rem;left:0rem;width:19.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfJkOwZk8NCQ71o2u5l6GP8rKnpvNRoT { top:22.5rem;left:0rem;width:19.5625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbbEZtUWVwK0O6w8kcu39EifempiChJO { top:20.875rem;left:6.8125rem;width:6.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGE4lrOWcZ3rv3Eb3dva1E8fFWT6qUK3 { top:20.875rem;left:33.375rem;width:6.875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOsq99GZLV3bM9HzAIQpvw06Jrt0en1H { top:41.1875rem;left:0rem;width:19.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUMqwuxKlKyJw0SrzP8M7MGxsPF8zdcc { top:43.5rem;left:0rem;width:19.625rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg582UG1BFxFz09aNt2KOunzKTWGpZLE { top:11.0625rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIPiXOLM7Xcv68GZsplB6PEt0Vdl9gVV { top:4.3125rem;left:0rem;width:47.75rem;height:5.9686007789184rem;display:block; }
 }@media only screen and (max-width: 763px) { #seDh3wMZV06H3KBmLbD3pKMJxdBRpOmB { top:29.4375rem;left:0rem;width:19.625rem;height:6.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwEoz4oOhkccnd9x1oXdQgaZRq4ACx11 { top:29.4375rem;left:27.375rem;width:20.375rem;height:4.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #p7CJQW1vW16aXUTN653LCH5JqlE1z8cy { top:27.125rem;left:0rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJgmpn18LoOPn8BelSTF3yJVAfcH69aS { top:27.125rem;left:28.125rem;width:19.625rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TR5FrxmVFQ9Fo69n5XbHLUMQSCJnSa9r { display:none; }
 }@media only screen and (max-width: 763px) { #uHhW1c6duq24Qw5ASkTDvGnRZTdWmWND { top:23.5rem;left:9rem;width:29.75rem;height:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUAmdhoM5wJvpmPAUg7TK1PFTGX2HGci { display:none; }
 }@media only screen and (max-width: 763px) { #hyQGIRP5ha39d5wkX47oMQ3JgAD9TgB6 { display:none; }
 }@media only screen and (max-width: 763px) { #A9JrzMrUbkWATdppNMNFB9lTbqqTV4UN { display:none; }
 }@media only screen and (max-width: 763px) { #nWNCNlpcmR9ZNrTgoi9a6SpLX34PvMNF { display:none; }
 }@media only screen and (max-width: 763px) { #h92lsrh18awfb4AXHrlcfzibUR84NbA1 { display:none; }
 }@media only screen and (max-width: 763px) { #kCFMGEixmDDngKcEHLCW4tqeL5v1NdOB { display:none; }
 }@media only screen and (max-width: 763px) { #OqS7FWEMTybrnsBclML4GA0WMDqL8xSl { display:none; }
 }@media only screen and (max-width: 763px) { #Kcr97izvlEIzGPumhQZLUu4mqIT4VRHe { display:none; }
 }@media only screen and (max-width: 763px) { #nfbrawlEDlmRcJpZEJqc6RVBRgJ4JE2z { display:none; }
 }@media only screen and (max-width: 763px) { #Vgb1dcc0LTUmLnfebSanRHR5KqVrZzCG { display:none; }
 }@media only screen and (max-width: 763px) { #IrNGdTux7ha29T02qJPsMRNmNzA6ITpP { display:none; }
 }@media only screen and (max-width: 763px) { #Te7pCMrr0W6pgJ0x3HnQvUd0ygiTHKD6 { top:15.4375rem;left:0rem;width:9.0625rem;height:3.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eaekfTaWtumiTTUsLe8TbHhAf0JM8eqN { top:20.8125rem;left:0rem;width:9rem;height:9.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhsQm91iioMBCW4LGczsIVA1ZK8ON3Id { top:15.4375rem;left:0rem;width:9.0625rem;height:5.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTSRKT0fVfZyD7IMJ8xnpCGGyLZbaWEA { top:20.8125rem;left:0rem;width:9rem;height:7.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgz2KWqgq6gvACMcpkDilJTHArWLpNZu { display:block; }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWdU8e1x7Z5PoW1x5h0UkJTttvbV1mZT { display:block; }#hWdU8e1x7Z5PoW1x5h0UkJTttvbV1mZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNxSynW5nl8Zln6bz8vghDiAdlWXAehr { top:5.0625rem;left:0rem;width:44.4375rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZ4dZh0pueasPp0nxEmiRD14n4PzFTfM { top:26.375rem;left:35rem;width:12.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0ywkH3vDGTxEswk4M3Xof3IXLTrTWRn { top:22.0625rem;left:44.75rem;width:3rem;height:6.9375rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OP9vvuHtMvuWcDgZH7UIOeNmTplGh2Rf { top:26.3125rem;left:30.375rem;width:12.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tR92hJ9tIElmvPxc4pEuq2rOimSCaO4c { top:23.875rem;left:30.1875rem;width:6.0625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRfCh3mLhiif3vDTVOuSpsyIgRiQcCNa { top:23.875rem;left:39.9375rem;width:7.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL6PKQCxr8g126DXbmF3ACDtHTZdbk5A { top:22.0625rem;left:27.875rem;width:3rem;height:6.9375rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPGBFGNDc9PNMiUWodqz2SO3MfqMl2iz { top:10.0625rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQEtIfQySWOPw7PPt25KKKRmUTTh4dkD { top:26.375rem;left:9.6875rem;width:12.5625rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktl85RBZQXkk6tVah7qbPGFCB0xMchDO { top:23.9375rem;left:9.6875rem;width:7.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vu42BolFNZlg6rcxlv0T4lpFm9XlbzuS { top:22.1875rem;left:7.6875rem;width:3rem;height:6.9375rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7xoPquerTRCI8tVxZgWBo1yzqcCt6ec { top:26.375rem;left:0rem;width:13.3125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqI4NugyWoZy5sqq89Lsqpn8ifQSkmJX { top:23.9375rem;left:0rem;width:8.375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9HRHt68TvsEgwKnTz23y9M965yKkXtM { top:22.125rem;left:0rem;width:3rem;height:6.9375rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTnOqS6DkWBLrXKaqnSWJ6gi7STlRL0Z { top:8.875rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMBT7LA0RiSLg5koSPG8yvk0iobIcSKt { top:6.125rem;left:0rem;width:20rem;height:14.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AIomNKTmxNhX27hdefI57GtrOt7R7lTI { top:49.75rem;left:0rem;width:17.25rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyy2rQIwJmZK3srzoBz5l0nutcZEbbTM { top:47.875rem;left:0rem;width:6.3125rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ahM7aPV70MzD75zyktPR4l0vUCGxkzNi { top:43.375rem;left:0rem;width:17.25rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbIdNVVkyUmBo88ypcVi3BfWxMUXCnUM { top:41.5rem;left:0rem;width:6.3125rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #T94CgRaZL1lD2FzOfDakmK9KeSJAyAlW { top:37.375rem;left:0rem;width:17.25rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bdKVNiWWExwtJulo6ExXccXSP6wHG8Vr { top:35.5rem;left:0rem;width:6.3125rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0azEz69tGrJVt3igc5FEaNOZm1Lqnbm { top:32.5rem;left:0rem;width:18.5rem;height:3.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GoGvvKeQotQAW32eyq6m50KnG6lVTLHO { top:30.9375rem;left:0rem;width:16.5625rem;height:2.3125rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zfu4gtpFTG9o07pUTpoIiuOtAnC7u2MH { top:30.5625rem;left:0rem;width:8.4375rem;height:2.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhmDk0Jx0APpKUIZT4x6A6kuOMPb4VTK { top:34.8125rem;left:0rem;width:2.375rem;height:4rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QVr2LtQSJwL2Wpn1xac4rA9SuZLzHhSO { top:40.8125rem;left:0rem;width:2.375rem;height:4rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EL4ofuUwAgPxhG4RrER6DygMtbCKZbxv { top:47.1875rem;left:0rem;width:2.375rem;height:4rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #K1FOIScebRWpxTcEeoqBqLhW9rmeqM6a { display:block; }#K1FOIScebRWpxTcEeoqBqLhW9rmeqM6a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0gWphH1UQbkC24b1DvFuTllEr8kqqcF { top:2.6875rem;left:0rem;width:39.125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaWUZrT6sc5uhFFE0k1enTdqySz1WbOm { top:1.9375rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i { display:flex;height:auto;width:45.25rem;top:25.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #VbrZDx9iiqnlrz2Kf6QOVaEGzat0z5Gz {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #WX0hnfTpHivLHt0UwosD01ctR66Sry5M {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #moTTBoL5hSkf4HHZOV7mgydNBolTuuZI {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #UiJW5xEBnP4TpFwdsZ6I7sQ8NTdsqZCC {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #AyCzQ2AKTvS4MM60zkNdUxEvPNrGrd8Z {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #tVtXHbEydfOn3o1sluPWqwQKFsZxhgwM {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #FcuUzlRolbTK8KC80Nnkh67f5wpUdD4R {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #S1mnZz19kHpUoXNFXx6QILZaO1vDThx3 {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #xRsiiN3BZUEZ05CszmUe7oLZgl1SxBcg {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #bKS7bRtIRJMHUJxHomQCunf5H0Mi2Lk3 {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #CPR2gdvWG9owTBc8Xz4SHFCBdmb311G9 {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #oEzJwdv2FxNNVIxrWhL2psns5d8iJF2l {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #EoEJbuU2FrLepmiy8e94DTTcsIgG7Esu {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #HPq96fQePx34iZIp43W76BTfgDmbHTkI {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #IDzTsBGJngPNkTTPSMWcHLpn17ISBMdA {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #zTadMuCIqnPUozxuAsnoVarfBudcel9R {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #sPFgRPa0FqAmb36vA2cRiVlcRKvT8cR1 {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #ztK9nuH7HEXUOTB0I6dKG655wxfMXWn4 {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #PB72EEcVvDa3dVm9BsPqUwbGsbFaZTig {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #URdEEvtC4gOfCDwOQ7Zukd3Rp4Oeo9qH {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #AChtzgqrfTnuiNWdxDA3SwfJAXbWfAIS {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #XwPQbmIOTNA2kq9XiOWQ8XkTLFiffkFr {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #rPKwSWQkrvnvCQsiiU9QSwE21E30zN2a {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #nwVheKiTLMsxRKnUquSpHQDP3DFas5iM {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #cmbgyxolWqQtCemPruByJIOxTGVsOZP4 {  }
 }@media only screen and (max-width: 763px) { #LEqBxd9ocQIMEzchT0TZKwcTh8ofmdmR { display:none; }#LEqBxd9ocQIMEzchT0TZKwcTh8ofmdmR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mu7gsuwIQxB9AawfvP7AusV8bRdOz45v { top:2.6875rem;left:0rem;width:39.125rem;height:2.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqIf6x4Qfq38uGWCNUUc6cfPDvgKFWLy { top:1.9375rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c { display:flex;height:auto;width:45.25rem;top:25.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #Xbi4PD4FwqMbtTGdUUm4EUdCQiT5eT62 {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #NQOIDJ1G1nhBmBu6e2dFrkvSyTIUTOaU {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #H5E2bNBlUE3qJKJbqbBghTwXeR6Zqe68 {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #D8TfTJyPvI4vslDfEIfZPko3MZacFm2h {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #ZRzKdJMDP5irBwT2G3bs5pvda5EvcJWV {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #PGa2J54XRssGXEEOPRLqRZ4UOVX7Er9E {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #yUBPArRPwk6vzd4XXdB9Ig1Hx3QEBXlK {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #m2ENItmmkzmp60k6Tkup3T1J8paIOtPE {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #VZLJlgB84CwNbFVSCydaSlhAgeLXOlb9 {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #WrvWDUWHKoQMhvL65g9hasrs3yGtoIce {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #xTGN315gcV4vAtVS2TbXTAhqvu5tFeTk {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #kMZK2wVP34pDahQ2SkhBcS4W5dBtTWdG {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #LEqGSdCFKesgLBVQ3gJ4EyeKOBXOpaTq {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #hDQxiCws0Jxyo6lTXDacFtLmdTsJb8uL {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #ePIA3rrz1UTafTaTmlNMfRQxE5bD1X6T {  }
 }@media only screen and (max-width: 763px) { #X6FOsKde7w5wT8km8FQTVPBJ3gP74J9v { display:block; }#X6FOsKde7w5wT8km8FQTVPBJ3gP74J9v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEO2pr0W8Sk4QcSl99yrgldx22PDCrIa { top:17.875rem;left:0rem;width:16.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVXGNZTDirSOTIEn18u2Jz7FhcLySmno { top:7.8125rem;left:0rem;width:16.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwPwsxAX0hrKKmEuxD5o7DSXbocEhoRm { top:17.875rem;left:5.87451171875rem;width:16.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu5ZuwHFm4n23gWdVDMTWFqvJHLJz2cl { top:7.875rem;left:5.875rem;width:16.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOd3Av38OTPD8gqJVzDmzVMPBt3FsJxd { top:17.875rem;left:25.812255859375rem;width:16.0625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2E4JLOOA8ChpuoyHmqJ0WNgP7KsTHIw { top:7.875rem;left:25.375rem;width:16.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9HluGdsalQhBLeW7zGuZ4pVWim2uL2p { top:17.875rem;left:31.3125rem;width:16.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5yJTn7LL0iz433SXvl31E1STyonxbXW { top:7.875rem;left:31.25rem;width:16.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #wokMaleFf8EEwfX8WcGvo1SIHXauNIdo { top:2.3125rem;left:0rem;width:31.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnQI2LHaWT5N2wZV9TvM1yTp91tvrZmJ { top:9.375rem;left:0rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBsTwTvoChTToxZ3tonUceOeuEbDHF2R { top:9.375rem;left:12.435791015625rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb5IokhXA2rg59rFXBT0JSM4RzRSheKF { top:13.3125rem;left:0rem;width:15.0625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3oeQWg7o1uhBloqdSGqyG9sUWN6ryHt { top:13.3125rem;left:6.561767578125rem;width:15.0625rem;height:;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcTiSxi4BPxoDayU3PMbmhGzqNguJhdc { top:13.3125rem;left:26.3115234375rem;width:15.0625rem;height:;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFWwpO1LTukaGLO31w6T6TCud4i5E2VM { top:13.25rem;left:32.6875rem;width:15.0625rem;height:;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy8XR1iaD5DPvDwGbvn6B2zwNf62k9xs { top:9.375rem;left:44.4375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX3wtlO0HeTWanCRDKGFE16IESbeJnqn { top:9.375rem;left:32.186767578125rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1UC4hQL0USSXSGHdP3xoNCBRmmc1qEy { top:9.375rem;left:0rem;width:3.3125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q6QqFXfdArARyGQK1sFIqXkb2tAC7mWf { top:9.375rem;left:0rem;width:3.3125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PHn849Ogi1A80LqZLr4hmZoVqG8A8s2a { top:9.375rem;left:0rem;width:3.3125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gafb8H5aFWxysckWTTh88qzfAGAahofS { display:none; }
 }@media only screen and (max-width: 763px) { #pVHiHt2GeJOgRCUy3gnAXXHhu6prNqIP { top:13.3125rem;left:0rem;width:15.0625rem;height:4.1875rem;font-size:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AM3OG9o9BGJ0T76Nspn8LF4TpTx1oH98 { top:16.9375rem;left:0rem;width:20rem;height:1.75rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJTboZ3FkTUcGex06PnHlcXGZuBD28TI { top:2.125rem;left:0rem;width:20rem;height:2.4375rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0U36PJDyTHPDXWGxpzHwWxdC9SBEoa5 { top:30.3125rem;left:0rem;width:16.375rem;height:4.0625rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qRVRo1oVa4B01bpd7OPo7r6sWydF0SDx { display:none; }
 }@media only screen and (max-width: 763px) { #dm0M0n1g11ZI8z5zXkaRzTWqnukrok12 { top:77.5rem;left:0rem;width:16.375rem;height:4.75rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #paI38BEZ3wtHAdRSaPOoTLW4aeeHQHDu { display:none; }
 }@media only screen and (max-width: 763px) { #uiHtSoSvH2wQnKwuQlfqF79oWQG0xQNf { top:7.8125rem;left:0rem;width:16.5rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #CO53HHBaqPXnioN34X6NGkPHPisGAuDy { top:7.8125rem;left:0rem;width:16.5rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #mUl8HidqFQQrwG2fBgbf5aSXABZVoPFm { top:34.375rem;left:0rem;width:17.5625rem;height:3.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mih3vMsTUi3mFS9XEhSqQIbMhhkT3Wnf { display:block; }#Mih3vMsTUi3mFS9XEhSqQIbMhhkT3Wnf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awB0ETBPTAT41UAxcdbZTrVr7ehny73s { top:9.0625rem;left:12.75rem;width:35rem;height:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALtMwNwRQEA7xKw56pknVvZtEfZaODF4 { top:4.625rem;left:20.1875rem;width:27.5625rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxnNm1X9SKtqysO8JKt8nfoxx7d8TOhm { top:0rem;left:0rem;width:37.3125rem;height:24.708606196873rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhZ1vqUntZCkZOH2BzX29SeXTFGAH0Kq { display:block; }#xhZ1vqUntZCkZOH2BzX29SeXTFGAH0Kq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQne5IWSuinCTqWUwV76sTu830ozAVBZ { top:10.8125rem;left:22.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eit7RdSzuphIcTKDunGobOcbXeWnx6NQ { top:10.8125rem;left:25.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT4KE4UonD5GO3sWO9x55K6rtFGqpDqg { top:10.8125rem;left:27.4375rem;width:0.9375rem;height:0.99587946436944rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgufvFF5z2ZCnWc3TRf6h2IzAcT1ir5r { top:8.1875rem;left:14.5rem;width:18.8125rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq4H7kIyoOzV753F0p1ily1Jowfxvuu6 { top:10.6875rem;left:20.4375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAqdPm1egiSVL0GdUobNukbSmEUWwTM2 { top:10.8125rem;left:18.125rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgyGueXDLSTnneU08pQVk8LCsRBwN2C3 { top:2rem;left:18.125rem;width:11.5625rem;height:4.6623986537345rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTPTCec4asLWTpQUy8vcGMGEVRv7L4PF { top:10.6875rem;left:29.5615234375rem;width:1.125rem;height:1.125rem;display:block; }
#hTPTCec4asLWTpQUy8vcGMGEVRv7L4PF > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#ffffff;background-image:none;display:block; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container { background-color: transparent; background-image: none; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container > .video-iframe-container { display: none; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row > .video-iframe-container { display: none; }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .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); }#Tmn7IUE8XfvcyBTp2AaM2ghQ0cunAbDS > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e3P50SZJ7BkHlt8r9i7SacU4w5Z9TwaS { width:0.0625rem;height:3.75rem;top:6.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LskK60zruoALs81VNF8eRmLXJblTwuoW { width:11.75rem;height:auto;top:2.0625rem;left:4.125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X1ceH7qr0Zy7zfPy3AzIJ3evfDgzUxKG { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #mOM9XPhqLTvXRu62fNDVST7wNeqzfKsT { width:1.5rem;height:1.5rem;top:1.9375rem;left:18.5rem;z-index:15018;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #cGtkyZOlnX2yM3TMm4iO61eUt3MpUBfe { width:14.75rem;height:3.125rem;top:7.40625rem;left:5.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KguMdHvDky2cdwdFz0oNsc2h7oG17fFh { display:block; }
 }@media only screen and (max-width: 763px) { #BV6t5SklkXb2CgEuo2xm3OOxL6ePAhMd { width:7.5rem;height:4rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3sQDwmi1KfMMbTTHwGJAmkrku7Nm1Fs { display:flex;width:1.8125rem;height:1.8125rem;top:2.125rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPQaUQM0DwZnuSanQsbwPenTVmxZ9WgP { width:8.4375rem;height:auto;top:2.0625rem;left:5.75rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JfsolkGmkIkBZVhEHNC9buBg3RfG54l7 { top:1.529541015625rem;left:9.7509765625rem;width:10.249rem;height:1.9375rem;z-index:15030;background-color:#f1b434;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.6875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #w0dAxqvPE8JitENsNnAGmCH908c4WCCz { display:block; }
 }@media only screen and (max-width: 763px) { #PXvpaKGDzgg05DhRWlBgTwwQbkoEBHnS { display:none; }#PXvpaKGDzgg05DhRWlBgTwwQbkoEBHnS > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R4udG1E2ZCXnmxNroLDfDlzsif6xTZeu { width:10.0625rem;height:4rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWfBm8wfADVD0h1k1TXZOeSmx88728rN { width:14.75rem;height:3.125rem;top:1.6875rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEf6ElrTuJ8uCoTdeH9oWJETFe045xUf { display:block; }
 }@media only screen and (max-width: 763px) { #yZWdUeALxQ8AEoJEIq9IghWg9eusr0aM { width:7.6875rem;height:auto;top:2.3125rem;left:6.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wm7K66uixVbITNZBJXiJCkHbh4wTJD1m { display:flex;width:1.8125rem;height:1.8125rem;top:2.375rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbDwkJikIDkEerPxgsEozo0UOLzmRZgq { width:12.5625rem;height:auto;top:2.75rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #S2BTAAOXHgGgg4URyxNMmDxg5AtqKiw6 { width:0.0625rem;height:3.75rem;top:1.40625rem;left:15.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O707d5osStEuWhCLKTx2F9frmlo9cnSX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/410d14e9-9b7d-479a-aaf7-c34ade6bd3d8/FotoHistoria1.jpg");background-position:bottom 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; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX.adaptive-delivery-prevent-bg, #O707d5osStEuWhCLKTx2F9frmlo9cnSX.lazyload, #O707d5osStEuWhCLKTx2F9frmlo9cnSX.lazyloading { background-image: none; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container { background-color: transparent; background-image: none; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container > .video-iframe-container { display: none; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.52); }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row > .video-iframe-container { display: none; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .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); }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container { border-width: 0; border-radius: 0; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O707d5osStEuWhCLKTx2F9frmlo9cnSX > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olQ4uDncIvAItWriba9BUgX0LolNiWz6 { width:12.06175rem;height:1.275025rem;top:30.0625rem;left:1.0625rem;font-size:1.0625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #HITUpTlH585Aua61rVWzqCEqm0R1Shk8 { width:20rem;height:5.625rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1Uo6Oi8bNLPIyJrHa1Bm8tq4oACwISw { width:9.0625rem;height:3.625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9fosNKkiFZAJMbPEvTrAh55POTaNlat { width:6.625rem;height:0;top:2.28125rem;left:10rem;font-size:1rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto;line-height:1.5;background-color:transparent;background-image:none;display:block; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:0.75rem;overflow:hidden; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-text {padding-top: 0; padding-bottom: 0;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-select {padding-top: 0; padding-bottom: 0;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp  { width:17.5rem;height:auto;top:35.33203125rem;left:0rem; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LuAatWX7AcQ8MIdm249KZcycaigcsilp {display:block;}#LuAatWX7AcQ8MIdm249KZcycaigcsilp { width:17.5rem;height:auto;top:35.33203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #ruHWCekPuMzcR4VHTSpa5wew1QJuplvf {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #eeir31SEHGCMMeTCzKRAwgbvAH2Txqah { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #zbueINrSItx94xTZ9klJXowqv1TtydeI {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #JM0xgHWrTAsUfTkuy43PaVSc7ZIhFGQs {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #E7n5BfI68507RJVqnM80bk4uiSOk2DsI { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #biA4nUdXLqXQ1qkbFF5NEnoUI5fGdvtr {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #JriWJiFEwNfFgT2RuUGkZTLXTxNtydsA {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #mOQc1zRe4pEskOPCMyGtKHIsbOXLexq7 { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #VLgKtGZCOGR46TXTTMvukndo7mX0SXyy {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #LnNSpCQIFQbM0vcRENOK0y7F46o1yPP0 {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #W44P1vV4hy2kOP6HlOCc6QgdB8V9JGBl { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #wGRU0yQ42poLts0XIEiN91TFrwhuHfR3 {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #GFygD2wFhmo9uI9hKxzSybPDDaerTVJJ {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #d020snfykKeWrclOdVVakQvU6keeJSDR { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #T2mZmy7LpJt9d85GX9eVrSvMG0rFhR3D {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #b0qJS0TqdgovUD0qE4iTlP8mVJKO4acK {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #yA6WQkGofA145pNBPPMBx7hu4oybaCET {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #cREUfC4IfX6kA8AdJIaDwdeDaxX4wnSm {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #pHlcCp76BTITZOVFIHlAiJe6BbNOiaRU {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #CRmyKLsUFSi7WW8ICDMn4E6gLRxouL2U {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #ZF7bB2n87hw4kgPBqnKyN00ExrTprlZB {  }
 }@media only screen and (max-width: 763px) { #Z2MMbOslT7MeFyCpCzAlrtDKrgS5tv8c { display:block; }
 }@media only screen and (max-width: 763px) { #kBRZDDU31bHeQwkzU6eDP3BFmFfBNRo0 { display:block; }
 }@media only screen and (max-width: 763px) { #SERnqMFGTGuXDA7UXT7bTpzRCZk3QxNy { display:block; }
 }@media only screen and (max-width: 763px) { #dOzfndqbBAQCfggg9UEpkTgD8UHKHrG9 { display:block; }
 }@media only screen and (max-width: 763px) { #CmbZXz7TP0iuObLsM1OfLhTmRBrRSX6M { display:block; }
 }@media only screen and (max-width: 763px) { #gn1lBh4soTpcyLxLhZvc7WcehNeNBpFB { display:block; }
 }@media only screen and (max-width: 763px) { #fmRihJ8T8XmMzHGTwp9We2s74GP79wG5 { display:block; }
 }@media only screen and (max-width: 763px) { #dkaWpS812Zp624lg0vFnG8t5vBPJGzMl { display:block; }
 }@media only screen and (max-width: 763px) { #oVD5L6noHuWTJIFqfpQdTilvgumhZSu7 { display:block; }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #r67q3JoAODesyhf1HnPGgqd5tb60chaT {  }
 }@media only screen and (max-width: 763px) { #LuAatWX7AcQ8MIdm249KZcycaigcsilp #SZaPoEOlMEuT9yJgh18W0uS52qrfIdtE {  }
 }@media only screen and (max-width: 763px) { #aZxWlh7c65EW7VisgN8G1d39tt59NlwQ { width:20rem;height:4.25rem;top:90.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6oIm13PfzVkehoR9KvdlkFPPbTaoJ0V { width:14.75rem;height:3.125rem;top:9.75rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJVAPQnf3RnGHVT1GlgpHaykp7PE2VHA { display:block; }
 }@media only screen and (max-width: 763px) { #gpNwGcpM9SBBdprOJVL9ATPGh2PlTZCb { width:20rem;height:11.25rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KknkImc7OUQHcHI5q3uTHdGlZfOvZEbL { width:6.74925rem;height:6.74925rem;top:2.1240234375rem;left:11.6552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrkVu9UtpO5rO7RFvTTtr9W3h4KSsIpn { width:14.9375rem;height:auto;top:13rem;left:2.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpmZHJMTiUDzwPaK3r7iDDIizdOOccOu { width:20rem;height:auto;top:15.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3qZtq9lHkUEAFLCgJkKfBMZZybVuU6J { width:20rem;height:12.749rem;top:15.687255859375rem;left:0rem;font-size:1.0625rem;line-height:1.5;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xD6vJ8OHqA93VcsJgZuHOaRAI74txpTv { width:20rem;height:1.5996125rem;top:9.625rem;left:0rem;font-size:1rem;line-height:1.6;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #N7qSwdvE9eJqtcVtwuXfaZRrs3mAzcVA { width:20rem;height:3.0625rem;top:11.25rem;left:0rem;font-size:2.1875rem;line-height:1.4;z-index:15062;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q17z7OuObbQVFydI9Vox7qv9DUiKzNZZ { width:20rem;height:11.8090625rem;top:15.0390625rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:justify;text-align-last:initial;z-index:15061;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #kxrW3bsqqwpWVuOhumzI3qLM1g5M9EJC { width:16.812125rem;height:2.39868125rem;top:31.524780273438rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #hU499zfbOwRkgf7fXpEhT4NccJBVmFkM { display:block; }#hU499zfbOwRkgf7fXpEhT4NccJBVmFkM > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHC3XL7bBlUmk1MRUdCSsbWsb2Zt2NRA { width:20rem;height:auto;top:8.1875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #sOUP2qZ3hlUA9zaDoO7sDJdW8Z6hMcfk { width:20rem;height:auto;top:3.9375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #fyBCrdAWU6B5urJkJKMJEQKRw2Dy8z6d { width:13.25rem;height:5.9375rem;top:22.0625rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1iueU1S2I9gHOehZPJwyG2d4s5rvLUi { width:6.4375rem;height:auto;top:23.375rem;left:6.75rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #ThkeBMiUK3fQ6sLGczuNM52wTBOZkux6 { width:6.4375rem;height:auto;top:23.375rem;left:6.75rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #G3wK0thOfdURrFASZLdH58kzW97Vns2r { width:9.6875rem;height:auto;top:23.375rem;left:5.125rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #gHiBrO4ZvAJn4xWXp3kmhAbcwy3pEb2s { width:5.9375rem;height:auto;top:24.1875rem;left:7rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #IZqtLCnU2UCtF3NgdvTmpasZgGTnBolv { display:flex;width:2.5625rem;height:2.5625rem;top:23.6875rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4gVuh8DtUdAZ86DdzG4gWb1awDefRbx { display:flex;width:2.8125rem;height:2.8125rem;top:23.5rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnEztJEd7eL8CxN3DPOCenWIhuxflxqa { display:flex;width:3rem;height:3rem;top:23.4375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wRMC5lQ31EkKmlCcXTkgTgvPVqfNKOID { display:flex;width:2.1875rem;height:2.1875rem;top:23.875rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kba92TQWhJNRr3FmMVwRBMTVFKeJvlHO { width:20rem;height:0;top:22.46875rem;left:1.2734375rem;font-size:1.0625rem;text-align:left;text-align-last:left;color:#eeeeee;line-height:1.6;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #dnoMu7E5FtUs0ntQZR1PS4tbcot1VEU9 { top:2.340087890625rem;left:0rem;width:20rem;height:16.5747125rem;z-index:15054;color:#fffdfd;font-family:"graphik upsa2";font-weight:300;font-style:normal;font-size:1.0625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #x06wHDk32y8uLXDk7yrnRIPBPk6WAwuP { width:13.25rem;height:5.9375rem;top:22.0625rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmZI2N2Zfrh0EkGy5OkX5mLzh9PX7JFR { width:13.25rem;height:5.9375rem;top:22.0625rem;left:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g75f6TPvtnTT5tn8CT9k4BKnZATaIPBB { width:14.5rem;height:5.9375rem;top:22.0625rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGHspUaFudvPQQgby22abMgTcOCJhfkx { display:block; }#mGHspUaFudvPQQgby22abMgTcOCJhfkx > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EikAqXQHWMH1tt8iNHRxhJZn4i8Rq2Vx { display:block; }#EikAqXQHWMH1tt8iNHRxhJZn4i8Rq2Vx > .row .container { width:20rem;height:63.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JJu9uhGBq8RNs5OIgwbKXIn9tkp7AMy3 { width:20rem;height:auto;top:3.1875rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #NkgcdpMpuBcNV4h1k76iHpVms3tuDOHM { width:17.3125rem;height:auto;top:32.9375rem;left:1.3125rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #Q9mJaRSgRN4ons8uGb6tCnKSlRwUagy7 { width:20rem;height:14.125rem;top:26.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGToetuUKWh7W0EF2SAar9fx1ZRJzw5m { width:20rem;height:14.125rem;top:26.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KcmGmKCOQN88R6ibholOx761p71TseI7 { width:17.625rem;height:auto;top:32.9375rem;left:1.1875rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;display:none; }
 }@media only screen and (max-width: 763px) { #VxaNBAUkxM8nE5TwEDcE3cgGdePxBlDS { width:8.875rem;height:auto;top:27.4375rem;left:5.5625rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #PT012WnFXT0uqgG8WbsKIgw4uGOyRLKk { width:16.4375rem;height:auto;top:27.4375rem;left:1.75rem;font-size:1.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #CNhA4xtxrDNXqzaJF4eCJUIF3iTrxQdt { width:16.875rem;height:auto;top:14.875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#202a44;display:none; }
 }@media only screen and (max-width: 763px) { #XfplETDZblv0cMexEzsI01aBmEmg18x9 { width:20rem;height:14.125rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwSbpIRlU3dp88tSLTVliLK00HaPyAks { width:20rem;height:14.125rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2PtOBhVeeZ8vbCNFhFTosliCzqm3QFf { width:20rem;height:14.125rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4AsICmIroIZpEJ919nd2IzGTJ9oO5kQ { width:20rem;height:14.125rem;top:26.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qNukvKMfGasz4IzTPODDbhBVIJEwipnH { width:18.8125rem;height:auto;top:14.875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;color:#202a44;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #zhy6hiPdZnv7UyTlbB4PPo6QnxsDEFgs { width:18rem;height:auto;top:14.875rem;left:1rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;display:none; }
 }@media only screen and (max-width: 763px) { #QJis6uLXR5XN1Q15yPfJFADCGmSFNzQ5 { width:18.4375rem;height:auto;top:32.9375rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;color:#202a44;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #VH0I3mwskl2Ne3IpDMlOChMZ1xAOTTXP { width:18.3125rem;height:4.0625rem;top:27.375rem;left:0.8125rem;font-size:1.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
 }@media only screen and (max-width: 763px) { #b928TB0AtPcSTORznnRNgDPSMbKSdLVF { width:11.6875rem;height:auto;top:9.8125rem;left:4.125rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iJCJP7ZagukCevdNKzVxr4QrPiqSwpD8 { width:13.625rem;height:auto;top:9.75rem;left:3.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#fffdfd;display:none; }
 }@media only screen and (max-width: 763px) { #e9pcIBVn7UUpehaODklpuI1WBRWqtC0O { width:15.375rem;height:2.03125rem;top:15.875rem;left:2.5rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #pv0QqTzBqJmMgFBzuzN70UGiL7TUX9ed { width:20rem;height:;top:2.125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;z-index:15025;color:#fffdfd;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VZe9JTVXJ1aiFrf5NACdsmL1XbTxvvsc { width:20rem;height:4.4989rem;top:18.375rem;left:0rem;font-size:1rem;z-index:15053;text-align:center;text-align-last:center;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #HITNxFyinwfdCAThSVp5dsaSDbPLUFsR { width:16.625rem;height:4.375rem;top:-36.833984375rem;left:4.90625rem;font-size:1.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;z-index:15034;color:#202a44;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #wH8UPgQv6hd30raaNZAqTuJlrU1hxPTz { width:20rem;height:;top:13.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;z-index:15035;color:#fffdfd;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #FzgyEWMc1O2Tehd5gotszaQTUm6VQRr6 { width:19.375rem;height:5.9985375rem;top:35.125rem;left:0.3125rem;font-size:1rem;z-index:15056;text-align:center;text-align-last:center;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #SSMlQOMTeqqmPXAkE7qkUlhbSdZ8CZE9 { width:20rem;height:4.4989rem;top:53.875rem;left:0rem;font-size:1rem;z-index:15059;text-align:center;text-align-last:center;color:#fffdfd;display:block; }
 }@media only screen and (max-width: 763px) { #lbk0a3oaXPtL6b94omv26T6flNwGtzhW { width:20rem;height:4.375rem;top:48.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;z-index:15041;color:#fffdfd;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #k4J0bgxk7cNE0NVmXBz4NG7dg7kWkb19 { display:flex;top:9.625rem;left:8.5rem;width:3.125rem;height:3.125rem;z-index:15060; }
 }@media only screen and (max-width: 763px) { #cVlaTvyaFMGGCmDbcQE8eGs0199OPsid { display:flex;top:26.3125rem;left:8.5rem;width:3.125rem;height:3.125rem;z-index:15061; }
 }@media only screen and (max-width: 763px) { #Vh06OV8prs2ogw9iGkxXVtTM13uCNInc { display:flex;top:44.625rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15062; }
 }@media only screen and (max-width: 763px) { #Q41fNSyEECQMh0iTzCBe9h9LTxsfhlZf { width:20rem;height:4.375rem;top:30.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;z-index:15042;color:#fffdfd;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #gVzQ9yA9JDT3SODkkk8Ko7RSIDmkIsQ1 { display:block; }#gVzQ9yA9JDT3SODkkk8Ko7RSIDmkIsQ1 > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MmOUIpdOx5H23pvmwEJTWmk7oFT7Inal { width:20rem;height:auto;top:2.0625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #WfNpMArnHFvDm2W69kiaLEaNuI7RIyRy { width:20rem;height:auto;top:8.9375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #TalFWKAp7FvNB2sirLkW6dTFCIufGS9b { width:20rem;height:4.89868125rem;top:2.171630859375rem;left:0rem;font-size:1.75rem;line-height:1.4;z-index:15065;font-weight:700;font-style:normal;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #yDsIIEJfRBKFClNcwn8XKxDHBc5Oxy6Z { width:20rem;height:19.1235rem;top:7.8125rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;color:#202a44;font-weight:300;font-style:normal;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #pLec1cNwuBtn5l15nG6ZLTZZEQs70L4T { width:12.0625rem;height:0;top:17.9375rem;left:6.5859375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;font-weight:300;font-style:normal;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #chAkfbh3qNeBA94z31n4SMI95IrysM3l { display:flex;width:2.3125rem;height:2.3125rem;top:17.50048828125rem;left:3.2119140625rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #r0ePJc8AqUUDygAoZTt3grd3fh9ba3Ks { display:flex;width:2.3125rem;height:2.3125rem;top:20.93798828125rem;left:3.2119140625rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #Fcd4kne7q82P6eZ9n7xrlykCsbac8mXf { width:12.0625rem;height:0;top:21.375rem;left:6.5859375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;font-weight:300;font-style:normal;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #iqpJEWwhSTeLPZ7RMkMae05gCbG4frsS { width:12.0625rem;height:0;top:24.562255859375rem;left:6.5859375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;font-weight:300;font-style:normal;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #nGoJ6DfDAIf308txFOXicsVxhe3LHEti { display:flex;width:2.3125rem;height:2.3125rem;top:24.5rem;left:3.2119140625rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 763px) { #hidtkRHpQSIenQr6UqRsuVpIZNS7br5H { width:20rem;height:19.345603271984rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kOLxInFwVxF46p3F9szi9qMoy0TTlKlW { width:20rem;height:auto;top:23.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Ht4fuJtRw0u2UzDT8NH3LGJKRibdaNM4 { width:16.5rem;height:5.24963125rem;top:29.1875rem;left:1.875rem;font-size:1.25rem;line-height:1.4;z-index:15066;font-weight:700;font-style:italic;color:#f1b434;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aABtObJ6uJhdNg6D8B54ALxUPwfFEKc8 { display:flex;top:28.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;z-index:15067; }
 }@media only screen and (max-width: 763px) { #Sl4ugxWEcgoFcahKRxEGmzTKfqSMnwfb { display:flex;top:28.1875rem;left:18.4375rem;width:1.5625rem;height:1.5625rem;z-index:15068; }
 }@media only screen and (max-width: 763px) { #uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/9ea95463-d10a-48bd-b9dd-1b684fd7042f/Disenosintitulo.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; }#uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP.adaptive-delivery-prevent-bg, #uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP.lazyload, #uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP.lazyloading { background-image: none; }#uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP > .row .container { background-color: transparent; background-image: none; }#uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP > .row .container > .video-iframe-container { display: none; }#uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP > .row > .video-iframe-container { display: none; }#uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP > .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); }#uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP > .row .container { border-width: 0; border-radius: 0; }#uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uCbb0h7xRht56dJ9o2UT2mST5EoHxgJP > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoqirZnQTq49KFzLxUbAnLda8p6d0UK3 { display:block; }#uoqirZnQTq49KFzLxUbAnLda8p6d0UK3 > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pp7vnJA5MigiI7rS2yomrX645H7mU8dW { width:20rem;height:auto;top:3.125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #FIenINT72QebMnc4XF3WX1dgu0Eo6TXZ { width:20rem;height:auto;top:7rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #kxwKqxuyHvDPB99GKZ4WQLdShZcuwmOm { width:20rem;height:16.666666666667rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wdI4rfKRGBZopNpZ7OnzWdOPNSretWdQ { display:flex;width:2.3125rem;height:2.3125rem;top:13.8125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y9N9lJDt1naCJtwATaOdr6rD0RTQhMup { width:12.0625rem;height:auto;top:14.25rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #cUWDaU7xzw7ddNTTaTAmoNFQ6lTnVdN4 { width:12.0625rem;height:auto;top:18.0625rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #OxtPq1UhMRPZGWWs2DHrrEJNR17sRC5z { display:flex;width:2.3125rem;height:2.3125rem;top:17.625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIdEZNQVSDcZ55frwrF6erA5IgW5Abis { width:12.0625rem;height:auto;top:21.8125rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #xNAPt1kUGU0cH2M9soyxwSrLHTJwPKsD { display:flex;width:2.3125rem;height:2.3125rem;top:21.75rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qN1cdzSi1OmRwsVqGytpwS1nIWgdAIdM { display:flex;width:2.3125rem;height:2.3125rem;top:13.8125rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfaU6g3B2BAyXR2RQ9MEhTdEnLN2R5in { display:flex;width:2.3125rem;height:2.3125rem;top:17.625rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dkg5adpUxosMXOCLIENdsaUaeNxknUO7 { width:12.0625rem;height:auto;top:14.25rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #QaZCwR4h3QuTy9ESheiA38dMUTb28F1P { width:12.0625rem;height:auto;top:18.0625rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #n8wmAfQlzar7JFbNp1eKss2BhayA1sBA { display:flex;width:2.3125rem;height:2.3125rem;top:21.75rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #epPXzTDwmFTCW6pQaUCs5hkDlxfWffat { width:12.0625rem;height:auto;top:21.8125rem;left:3.9375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ETlUFvN1dqJelzTMr7eKEqwblmORXd6v { width:20rem;height:2.44934375rem;top:2.171630859375rem;left:0rem;font-size:1.75rem;line-height:1.4;z-index:15065;font-weight:700;font-style:normal;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #bkltFEJKfuWOstZ00vbeUbdT0piOnNry { width:20rem;height:4.78088125rem;top:5.452880859375rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;color:#202a44;font-weight:300;font-style:normal;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #vmS5SBPJoSWuEwfysUaSHor2WskKRiQ2 { width:12.0625rem;height:0;top:17.9375rem;left:6.5859375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;font-weight:300;font-style:normal;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #EUtTwL61nAS5byixoFzRkxDoQWIiHqzW { display:flex;width:2.3125rem;height:2.3125rem;top:17.50048828125rem;left:3.2119140625rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #ex0zNS1RsAeXFWqJO6VhNtKvRQFaD1Cf { display:flex;width:2.3125rem;height:2.3125rem;top:20.93798828125rem;left:3.2119140625rem;z-index:15057;display:none; }
 }@media only screen and (max-width: 763px) { #fRlEvyilarT3rtu8KFQcBCXmD30MJizl { width:12.0625rem;height:0;top:21.375rem;left:6.5859375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;font-weight:300;font-style:normal;z-index:15044;display:none; }
 }@media only screen and (max-width: 763px) { #nzJXOixnXQfTdHEQnWJWCGQK8RGtAwNJ { width:12.0625rem;height:0;top:24.562255859375rem;left:6.5859375rem;font-size:1rem;text-align:left;text-align-last:left;color:#565758;font-weight:300;font-style:normal;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #HllLVAkcZ6EtMW24rMfUra4mIbOX8e3p { display:flex;width:2.3125rem;height:2.3125rem;top:24.5rem;left:3.2119140625rem;z-index:15059;display:none; }
 }@media only screen and (max-width: 763px) { #cv20PWb3uffWfvernl6UgdFAaS8XRe04 { display:flex;top:11.5rem;left:2.9375rem;width:3.125rem;height:3.125rem;z-index:15066; }
 }@media only screen and (max-width: 763px) { #LX7AXqStiuHowr9Wp9ceOHTPxGurhgQu { width:8.999625rem;height:1.59375rem;top:15.6875rem;left:0rem;font-size:1.0625rem;line-height:1.5;text-align:center;text-align-last:center;z-index:15116;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #sdXx1LAMa2Tg38pTzzmLJ5M6ewGPi5ga { width:8.999rem;height:3.18725625rem;top:15.5625rem;left:11.0009765625rem;font-size:1.0625rem;line-height:1.5;text-align:center;text-align-last:center;z-index:15118;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #wBEUzbT9S5sqPCE6wphCfUac9cVW0iyu { display:flex;top:11.6875rem;left:13.75rem;width:3.125rem;height:3.125rem;z-index:15068; }
 }@media only screen and (max-width: 763px) { #OZEw57LT1Rmkm6ktVvbvBGVA2vZ2SURr { width:8.25rem;height:4.78088125rem;top:25.875rem;left:11.25rem;font-size:1.0625rem;line-height:1.5;text-align:center;text-align-last:center;z-index:15122;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #UzA0wxr2cNAJyqXaWkTK28FxKDKMPpQ0 { width:7.75rem;height:4.78088125rem;top:25.8125rem;left:1rem;font-size:1.0625rem;line-height:1.5;text-align:center;text-align-last:center;z-index:15120;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #w8PllD4Jolfk60akPqgmWyTLDU4umDBB { display:flex;top:21.6875rem;left:3.125rem;width:3.125rem;height:3.125rem;z-index:15070; }
 }@media only screen and (max-width: 763px) { #HK2POfOuAJ18IlXnRcQProcNcKrL3FhU { display:flex;top:21.6875rem;left:13.625rem;width:3.125rem;height:3.125rem;z-index:15072; }
 }@media only screen and (max-width: 763px) { #QDNT5uDC3lftBDVIxho3PsivXxrOOZzW { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/83c4a97f-62f0-4310-8575-91794aee5444/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QDNT5uDC3lftBDVIxho3PsivXxrOOZzW.adaptive-delivery-prevent-bg, #QDNT5uDC3lftBDVIxho3PsivXxrOOZzW.lazyload, #QDNT5uDC3lftBDVIxho3PsivXxrOOZzW.lazyloading { background-image: none; }#QDNT5uDC3lftBDVIxho3PsivXxrOOZzW > .row .container { background-color: transparent; background-image: none; }#QDNT5uDC3lftBDVIxho3PsivXxrOOZzW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDNT5uDC3lftBDVIxho3PsivXxrOOZzW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDNT5uDC3lftBDVIxho3PsivXxrOOZzW > .row .container > .video-iframe-container { display: none; }#QDNT5uDC3lftBDVIxho3PsivXxrOOZzW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDNT5uDC3lftBDVIxho3PsivXxrOOZzW > .row > .video-iframe-container { display: none; }#QDNT5uDC3lftBDVIxho3PsivXxrOOZzW > .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); }#QDNT5uDC3lftBDVIxho3PsivXxrOOZzW > .row .container { border-width: 0; border-radius: 0; }#QDNT5uDC3lftBDVIxho3PsivXxrOOZzW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QDNT5uDC3lftBDVIxho3PsivXxrOOZzW > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr { display:none; }#ffCvxbAV4I9uMMBCkETlMDKkM6sQlTUr > .row .container { width:20rem;height:25.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bo69wkSGpgPSXr1u2bpi4HIvIdXw9qOu { display:block; }#bo69wkSGpgPSXr1u2bpi4HIvIdXw9qOu > .row .container { width:20rem;height:90.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPP78S2MmJqpoW1guyO6yp4c86V3DyzM { width:20rem;height:auto;top:3.625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Rq6zZ3TNHRbA2yeXHlXwbT8EsJRRkoBW { width:20rem;height:auto;top:7.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#eeeeee;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #t9viU9WtfAmRUduuvaWPih5sVOHmB32O { width:16.437375rem;height:15rem;top:21.2890625rem;left:1.77978515625rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRpLtsJCTbXvym0hw8keIGwEqzElE271 { width:16.4375rem;height:15rem;top:13.5625rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVxZXc8fb9FtGawqidfd8tUhzLF57kW0 { width:16.4375rem;height:15rem;top:13.5625rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #po848IDARpLOEFfkOmMDhgEO8SqfuJDP { width:16.4375rem;height:15rem;top:13.5625rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJ1MFD8FUAFQH6ncxB4uo1B7nqmatm3w { width:16.43675rem;height:3.2495125rem;top:31.624145507812rem;left:1.7816162109375rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #CCcgcnCN8O31pyR58BOi25UOTBHrJkrP { width:15.5rem;height:0;top:7.125rem;left:2.1875rem;font-size:1.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #migRrIBhnTDGJBUq93BaZ0fZmT5f47Si { display:flex;width:3.3125rem;height:3.3125rem;top:2.5rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJMgNZPQegsSDE7coGzAdb19L2DhA5Xf { display:flex;width:3.3125rem;height:3.3125rem;top:14.875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHFW59oDfwqhTku4CpFq08eCfTGGgdZ4 { width:15.5rem;height:auto;top:19.5rem;left:2.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #cHbyWnum8ZBO0imDnldZZNHTEME4qmOI { width:15.37475rem;height:4.87426875rem;top:47.6875rem;left:2.25rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Q0mEHF2CwnrDillvEJT3Py5P93Sg70gv { display:flex;width:3.3125rem;height:3.3125rem;top:14.875rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7ELXoEQNl6aH4T3yO0ohwZul3a1F9ay { width:15.5rem;height:auto;top:19.5rem;left:2.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #udBLp2bOI86wJH7GKFpJD4irLRLThbwV { width:14.43725rem;height:4.87426875rem;top:64.375rem;left:2.75rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #agXd3oTd3W0vuWEXqX26cMPdRvzTLEmU { display:flex;width:3.3125rem;height:3.3125rem;top:14.8125rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QV8Fp7EC3isMA6EJPnxEaX8LO75Xd2ud { width:15.5rem;height:auto;top:19.4375rem;left:2.25rem;font-size:1.3125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #kWiu67vvCFO1dEBalTsPPcz5DUxBguc8 { width:15.06225rem;height:3.2495125rem;top:81.625rem;left:2.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #FH4eJJBcKWJbB4DDMNxZahzRS8MtHTQl { width:20rem;height:4.89868125rem;top:2.999267578125rem;left:0rem;font-size:1.75rem;line-height:1.4;z-index:15067;font-weight:700;font-style:normal;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #L0hNqTTdAle4LWVVR4vGF7yyViqv2G1b { width:20rem;height:9.56175rem;top:8.87451171875rem;left:0rem;font-size:1.0625rem;text-align:justify;text-align-last:initial;color:#202a44;font-weight:300;font-style:normal;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #QSFeNkbo2bbx8T4FiPPeKyCXVU7WC95q { width:15.374125rem;height:4.0625rem;top:26.7578125rem;left:2.31201171875rem;font-size:1.5625rem;line-height:1.3;z-index:15068;font-weight:700;font-style:normal;color:#202a44;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0RNdCb4u8lN5pUTRWAKALQ6ZTDnWlMK { display:flex;width:3.3125rem;height:3.3125rem;top:43.51611328125rem;left:10.2734375rem;z-index:15063;display:none; }
 }@media only screen and (max-width: 763px) { #ZINo5moKGgtdzHXtQcKCcTmrkn3miD90 { width:16.437375rem;height:15rem;top:38.5rem;left:1.75rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #xF213Omnr6zILPWG4b5XBlcHur140mhA { width:15.3735625rem;height:4.0625rem;top:43.062133789062rem;left:2.3126220703125rem;font-size:1.5625rem;line-height:1.3;z-index:15074;font-weight:700;font-style:normal;color:#202a44;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7n915llmtqMObCIpPEqTInGe0fNC8Vz { width:16.437375rem;height:15rem;top:55.1875rem;left:1.75rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #TIFloqwFEkWt8PiOFrnZvpPEEspbRDm9 { width:15.3735625rem;height:4.0625rem;top:59.97607421875rem;left:2.3126220703125rem;font-size:1.5625rem;line-height:1.3;z-index:15077;font-weight:700;font-style:normal;color:#202a44;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TCL0MXvsnoRhoB71KTBknEd5OTTUReLK { width:16.437375rem;height:15rem;top:71.875rem;left:1.75rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #rq3EawHrTRbGHEsMhDtKMiCceC4PAUSe { width:15.3735625rem;height:4.0625rem;top:77.1875rem;left:2.3126220703125rem;font-size:1.5625rem;line-height:1.3;z-index:15080;font-weight:700;font-style:normal;color:#202a44;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sr71ueldx8pdfzchmeat7IsO4P2HCikM { display:flex;width:3.3125rem;height:3.3125rem;top:68.09423828125rem;left:5.5859375rem;z-index:15072;display:none; }
 }@media only screen and (max-width: 763px) { #cfQP4vKLLhnAFR9rpKuboHJLoeqXiin3 { display:flex;top:73.101196289062rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15082; }
 }@media only screen and (max-width: 763px) { #Gz5FEvGqmt3pgDzgQdG99RNP9M0qWWoq { display:flex;top:56.41357421875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15083; }
 }@media only screen and (max-width: 763px) { #Ai5kzp7UK0aFPJAQyFF5U4ortfsOfMvc { display:flex;top:39.4140625rem;left:8.3740234375rem;width:3.125rem;height:3.125rem;z-index:15084; }
 }@media only screen and (max-width: 763px) { #OSl8qIIJN6sUdnTbTIWfbCHqzHdcnugF { display:flex;top:22.66357421875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15085; }
 }@media only screen and (max-width: 763px) { #Xe6ogMC1xIfg1DF5h6t7ZXQXXl3cn55w { display:block; }#Xe6ogMC1xIfg1DF5h6t7ZXQXXl3cn55w > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqHLQGzScXahmTfI3TGo2W7gpk7GGcbC { width:20rem;height:20rem;top:16.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8XIdtTQPihKxIG2mMvbhJE3VlTdTZTe { width:6.875rem;height:0.3125rem;top:41.8125rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dD8uoLUDpZJ53IETkLqqotTSkZFee5Gw { width:19.5625rem;height:auto;top:41.1875rem;left:0.1875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#ff6b33;display:none; }
 }@media only screen and (max-width: 763px) { #deATCeKQZyG8JUhadxA3IPGzT50bvAtH { width:19.875rem;height:auto;top:43.5rem;left:0.0625rem;font-size:1.0625rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xMGkSqOAUkdbPRdu5TXyGPp9wKUmymVc { width:1.125rem;height:1.125rem;top:41.375rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1VNcp6gvTCFw53NfdHImJxsfGSHIWFT { width:6.875rem;height:0.3125rem;top:41.8125rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u5kRU2UMgv5puMuuXeLPILRJgyVyqCpM { width:1.125rem;height:1.125rem;top:41.375rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AO1TKDKwSO3qBpy3Tew4bGnnosU2bW5W { width:20rem;height:auto;top:22.5rem;left:0rem;font-size:1.0625rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xnopX1lVdKHXEbNUCdu0JRWEoTEVngzr { width:1.125rem;height:1.125rem;top:20.4375rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXdPE9GWkpUoNoVhh8NTQ4RtLi3Grql4 { width:1.125rem;height:1.125rem;top:20.4375rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DtJbiK66lMZWQyJEfWsBxTZ93cyUpzbF { width:20rem;height:auto;top:20.25rem;left:0rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#ff6b33;display:none; }
 }@media only screen and (max-width: 763px) { #k66It46nIglWLLIOuyaSwUt4he8SSksR { width:19.5625rem;height:auto;top:20.25rem;left:0.1875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#ff6b33;display:none; }
 }@media only screen and (max-width: 763px) { #rfJkOwZk8NCQ71o2u5l6GP8rKnpvNRoT { width:19.5625rem;height:auto;top:22.5rem;left:0.1875rem;font-size:1.0625rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TbbEZtUWVwK0O6w8kcu39EifempiChJO { width:6.875rem;height:0.3125rem;top:20.875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AGE4lrOWcZ3rv3Eb3dva1E8fFWT6qUK3 { width:6.875rem;height:0.3125rem;top:20.875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZOsq99GZLV3bM9HzAIQpvw06Jrt0en1H { width:19.5625rem;height:auto;top:41.1875rem;left:0.1875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#ff6b33;display:none; }
 }@media only screen and (max-width: 763px) { #IUMqwuxKlKyJw0SrzP8M7MGxsPF8zdcc { width:19.625rem;height:auto;top:43.5rem;left:0.1875rem;font-size:1.0625rem;line-height:1.6;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Jg582UG1BFxFz09aNt2KOunzKTWGpZLE { width:20rem;height:5.9985375rem;top:5.811279296875rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;color:#eeeeee;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XIPiXOLM7Xcv68GZsplB6PEt0Vdl9gVV { width:20rem;height:2.4999374990234rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #seDh3wMZV06H3KBmLbD3pKMJxdBRpOmB { width:8.562rem;height:9.59475rem;top:57.124633789062rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;z-index:15120;color:#eeeeee;display:block; }
 }@media only screen and (max-width: 763px) { #IwEoz4oOhkccnd9x1oXdQgaZRq4ACx11 { width:8.999625rem;height:9.59475rem;top:57.124633789062rem;left:10.999755859375rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;z-index:15114;color:#eeeeee;display:block; }
 }@media only screen and (max-width: 763px) { #p7CJQW1vW16aXUTN653LCH5JqlE1z8cy { width:8.624875rem;height:3.59863125rem;top:52.437133789062rem;left:11.37451171875rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#eeeeee;z-index:15121;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VJgmpn18LoOPn8BelSTF3yJVAfcH69aS { width:9.0625rem;height:3.59863125rem;top:52.437133789062rem;left:0rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#eeeeee;z-index:15123;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TR5FrxmVFQ9Fo69n5XbHLUMQSCJnSa9r { top:46.37451171875rem;left:17.562255859375rem;width:0.24963375rem;height:4.375rem;z-index:15159;display:block; }
 }@media only screen and (max-width: 763px) { #uHhW1c6duq24Qw5ASkTDvGnRZTdWmWND { width:14.249875rem;height:14.249875rem;top:33.999633789062rem;left:3.187255859375rem;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #JUAmdhoM5wJvpmPAUg7TK1PFTGX2HGci { top:45.874633789062rem;left:6.1871337890625rem;width:1.124875rem;height:1.124875rem;z-index:15158;display:block; }
 }@media only screen and (max-width: 763px) { #hyQGIRP5ha39d5wkX47oMQ3JgAD9TgB6 { top:45.874633789062rem;left:12.999877929688rem;width:1.124875rem;height:1.124875rem;z-index:15155;display:block; }
 }@media only screen and (max-width: 763px) { #A9JrzMrUbkWATdppNMNFB9lTbqqTV4UN { top:35.562133789062rem;left:13.4375rem;width:4.375rem;height:0.24963375rem;z-index:15152;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nWNCNlpcmR9ZNrTgoi9a6SpLX34PvMNF { top:46.312255859375rem;left:2.3748779296875rem;width:4.375rem;height:0.24963375rem;z-index:15150;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #h92lsrh18awfb4AXHrlcfzibUR84NbA1 { top:46.37451171875rem;left:2.1875rem;width:0.24963375rem;height:4.375rem;z-index:15162;display:block; }
 }@media only screen and (max-width: 763px) { #kCFMGEixmDDngKcEHLCW4tqeL5v1NdOB { top:35.12451171875rem;left:12.874755859375rem;width:1.124875rem;height:1.124875rem;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #OqS7FWEMTybrnsBclML4GA0WMDqL8xSl { top:35.12451171875rem;left:6.5625rem;width:1.124875rem;height:1.124875rem;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #Kcr97izvlEIzGPumhQZLUu4mqIT4VRHe { top:46.312255859375rem;left:13.374633789062rem;width:4.375rem;height:0.25rem;z-index:15146;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nfbrawlEDlmRcJpZEJqc6RVBRgJ4JE2z { top:35.562133789062rem;left:3.0621337890625rem;width:4.375rem;height:0.24963375rem;z-index:15154;background-color:#eeeeee;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Vgb1dcc0LTUmLnfebSanRHR5KqVrZzCG { top:31.499633789062rem;left:17.62451171875rem;width:0.24963375rem;height:4.375rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #IrNGdTux7ha29T02qJPsMRNmNzA6ITpP { top:31.25rem;left:3.0621337890625rem;width:0.24963375rem;height:4.375rem;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #Te7pCMrr0W6pgJ0x3HnQvUd0ygiTHKD6 { width:6.936625rem;height:3.59863125rem;top:16.563110351562rem;left:0.8111572265625rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#eeeeee;z-index:15124;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eaekfTaWtumiTTUsLe8TbHhAf0JM8eqN { width:9.187rem;height:7.995625rem;top:21.637573242188rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;z-index:15115;color:#eeeeee;display:block; }
 }@media only screen and (max-width: 763px) { #BhsQm91iioMBCW4LGczsIVA1ZK8ON3Id { width:5.9375rem;height:5.39795rem;top:14.724731445312rem;left:12.529907226562rem;font-size:1.125rem;line-height:1.6;text-align:center;text-align-last:center;color:#eeeeee;z-index:15125;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hTSRKT0fVfZyD7IMJ8xnpCGGyLZbaWEA { width:8.9984375rem;height:7.995625rem;top:21.637573242188rem;left:11.0009765625rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;z-index:15116;color:#eeeeee;display:block; }
 }@media only screen and (max-width: 763px) { #bgz2KWqgq6gvACMcpkDilJTHArWLpNZu { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/dba30599-dc07-49c0-bb4b-6511d156665d/header.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu.adaptive-delivery-prevent-bg, #bgz2KWqgq6gvACMcpkDilJTHArWLpNZu.lazyload, #bgz2KWqgq6gvACMcpkDilJTHArWLpNZu.lazyloading { background-image: none; }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .row .container { background-color: transparent; background-image: none; }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .row .container > .video-iframe-container { display: none; }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .row > .video-iframe-container { display: none; }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .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); }#bgz2KWqgq6gvACMcpkDilJTHArWLpNZu > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hWdU8e1x7Z5PoW1x5h0UkJTttvbV1mZT { display:block; }#hWdU8e1x7Z5PoW1x5h0UkJTttvbV1mZT > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNxSynW5nl8Zln6bz8vghDiAdlWXAehr { width:20rem;height:2.44995rem;top:2.4375rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pZ4dZh0pueasPp0nxEmiRD14n4PzFTfM { width:12.75rem;height:auto;top:26.375rem;left:3.625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #m0ywkH3vDGTxEswk4M3Xof3IXLTrTWRn { width:3rem;height:auto;top:22.0625rem;left:8.5rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #OP9vvuHtMvuWcDgZH7UIOeNmTplGh2Rf { width:12.375rem;height:auto;top:26.3125rem;left:3.8125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #tR92hJ9tIElmvPxc4pEuq2rOimSCaO4c { width:6.0625rem;height:auto;top:23.875rem;left:6.9375rem;font-size:1.5625rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #rRfCh3mLhiif3vDTVOuSpsyIgRiQcCNa { width:7.8125rem;height:auto;top:23.875rem;left:6.0625rem;font-size:1.5625rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #KL6PKQCxr8g126DXbmF3ACDtHTZdbk5A { width:3rem;height:auto;top:22.0625rem;left:8.5rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XPGBFGNDc9PNMiUWodqz2SO3MfqMl2iz { width:20rem;height:auto;top:10.0625rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #nQEtIfQySWOPw7PPt25KKKRmUTTh4dkD { width:12.5625rem;height:auto;top:26.375rem;left:3.6875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #ktl85RBZQXkk6tVah7qbPGFCB0xMchDO { width:7.375rem;height:auto;top:23.9375rem;left:6.3125rem;font-size:1.5625rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #Vu42BolFNZlg6rcxlv0T4lpFm9XlbzuS { width:3rem;height:auto;top:22.1875rem;left:8.5rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #m7xoPquerTRCI8tVxZgWBo1yzqcCt6ec { width:13.3125rem;height:auto;top:26.375rem;left:3.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #QqI4NugyWoZy5sqq89Lsqpn8ifQSkmJX { width:8.375rem;height:auto;top:23.9375rem;left:5.8125rem;font-size:1.5625rem;text-align:justify;text-align-last:initial;display:none; }
 }@media only screen and (max-width: 763px) { #M9HRHt68TvsEgwKnTz23y9M965yKkXtM { width:3rem;height:auto;top:22.125rem;left:8.5rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mTnOqS6DkWBLrXKaqnSWJ6gi7STlRL0Z { width:20rem;height:0;top:13.5625rem;left:1.25rem;font-size:1.125rem;text-align:justify;text-align-last:initial;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #tMBT7LA0RiSLg5koSPG8yvk0iobIcSKt { top:6.125rem;left:0rem;width:20rem;height:13.49671875rem;z-index:15036;font-weight:300;font-style:normal;font-size:1rem;color:#eeeeee;line-height:1.5;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #AIomNKTmxNhX27hdefI57GtrOt7R7lTI { top:43.625rem;left:1.375rem;width:18.4375rem;height:1.31286875rem;z-index:15050;color:#fffdfd;font-family:"graphik upsa2";font-weight:300;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) { #qyy2rQIwJmZK3srzoBz5l0nutcZEbbTM { width:6.3125rem;height:1.875rem;top:41.75rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15035;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ahM7aPV70MzD75zyktPR4l0vUCGxkzNi { top:37.0625rem;left:1.375rem;width:18.5rem;height:2.62573125rem;z-index:15047;color:#fffdfd;font-family:"graphik upsa2";font-weight:300;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) { #ZbIdNVVkyUmBo88ypcVi3BfWxMUXCnUM { width:6.3125rem;height:1.875rem;top:35.25rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15032;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T94CgRaZL1lD2FzOfDakmK9KeSJAyAlW { top:30.625rem;left:1.375rem;width:18.5rem;height:2.62573125rem;z-index:15044;color:#fffdfd;font-family:"graphik upsa2";font-weight:300;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) { #bdKVNiWWExwtJulo6ExXccXSP6wHG8Vr { width:6.3125rem;height:1.875rem;top:28.75rem;left:1.375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15029;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #J0azEz69tGrJVt3igc5FEaNOZm1Lqnbm { top:24.1875rem;left:1.375rem;width:18.5625rem;height:2.62573125rem;z-index:15041;color:#fffdfd;font-family:"graphik upsa2";font-weight:300;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) { #GoGvvKeQotQAW32eyq6m50KnG6lVTLHO { width:2.375rem;height:4.0307625rem;top:21.75rem;left:0rem;font-size:2.6875rem;text-align:left;text-align-last:left;z-index:15026;line-height:1.5;color:rgba(255,253,253,0.54);display:block; }
 }@media only screen and (max-width: 763px) { #Zfu4gtpFTG9o07pUTpoIiuOtAnC7u2MH { width:6.3125rem;height:1.875rem;top:22.3125rem;left:1.375rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15026;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XhmDk0Jx0APpKUIZT4x6A6kuOMPb4VTK { width:2.375rem;height:4.0307625rem;top:28.125rem;left:0rem;font-size:2.6875rem;text-align:left;text-align-last:left;z-index:15029;line-height:1.5;color:rgba(255,253,253,0.54);display:block; }
 }@media only screen and (max-width: 763px) { #QVr2LtQSJwL2Wpn1xac4rA9SuZLzHhSO { width:2.375rem;height:4.0307625rem;top:34.6875rem;left:0rem;font-size:2.6875rem;text-align:left;text-align-last:left;z-index:15032;line-height:1.5;color:rgba(255,253,253,0.54);display:block; }
 }@media only screen and (max-width: 763px) { #EL4ofuUwAgPxhG4RrER6DygMtbCKZbxv { width:2.375rem;height:4.0307625rem;top:41.25rem;left:0rem;font-size:2.6875rem;text-align:left;text-align-last:left;z-index:15035;line-height:1.5;color:rgba(255,253,253,0.54);display:block; }
 }@media only screen and (max-width: 763px) { #K1FOIScebRWpxTcEeoqBqLhW9rmeqM6a { display:none; }#K1FOIScebRWpxTcEeoqBqLhW9rmeqM6a > .row .container { width:20rem;height:54.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S0gWphH1UQbkC24b1DvFuTllEr8kqqcF { width:20rem;height:auto;top:2.6875rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #DaWUZrT6sc5uhFFE0k1enTdqySz1WbOm { width:20rem;height:2.44986875rem;top:1.978515625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;z-index:15025;color:#fffdfd;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i { display:flex;height:auto;width:17.5rem;top:6.7499897480012rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #VbrZDx9iiqnlrz2Kf6QOVaEGzat0z5Gz {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #WX0hnfTpHivLHt0UwosD01ctR66Sry5M {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #moTTBoL5hSkf4HHZOV7mgydNBolTuuZI {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #UiJW5xEBnP4TpFwdsZ6I7sQ8NTdsqZCC {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #AyCzQ2AKTvS4MM60zkNdUxEvPNrGrd8Z {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #tVtXHbEydfOn3o1sluPWqwQKFsZxhgwM {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #FcuUzlRolbTK8KC80Nnkh67f5wpUdD4R {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #S1mnZz19kHpUoXNFXx6QILZaO1vDThx3 {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #xRsiiN3BZUEZ05CszmUe7oLZgl1SxBcg {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #bKS7bRtIRJMHUJxHomQCunf5H0Mi2Lk3 {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #CPR2gdvWG9owTBc8Xz4SHFCBdmb311G9 {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #oEzJwdv2FxNNVIxrWhL2psns5d8iJF2l {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #EoEJbuU2FrLepmiy8e94DTTcsIgG7Esu {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #HPq96fQePx34iZIp43W76BTfgDmbHTkI {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #IDzTsBGJngPNkTTPSMWcHLpn17ISBMdA {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #zTadMuCIqnPUozxuAsnoVarfBudcel9R {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #sPFgRPa0FqAmb36vA2cRiVlcRKvT8cR1 {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #ztK9nuH7HEXUOTB0I6dKG655wxfMXWn4 {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #PB72EEcVvDa3dVm9BsPqUwbGsbFaZTig {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #URdEEvtC4gOfCDwOQ7Zukd3Rp4Oeo9qH {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #AChtzgqrfTnuiNWdxDA3SwfJAXbWfAIS {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #XwPQbmIOTNA2kq9XiOWQ8XkTLFiffkFr {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #rPKwSWQkrvnvCQsiiU9QSwE21E30zN2a {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #nwVheKiTLMsxRKnUquSpHQDP3DFas5iM {  }
 }@media only screen and (max-width: 763px) { #qtxiA5oymTb8o9nbJGWE4fZwbrwqGU6i #cmbgyxolWqQtCemPruByJIOxTGVsOZP4 {  }
 }@media only screen and (max-width: 763px) { #LEqBxd9ocQIMEzchT0TZKwcTh8ofmdmR { background-color:#202a44;background-image:none;display:block; }#LEqBxd9ocQIMEzchT0TZKwcTh8ofmdmR > .row .container { background-color: transparent; background-image: none; }#LEqBxd9ocQIMEzchT0TZKwcTh8ofmdmR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEqBxd9ocQIMEzchT0TZKwcTh8ofmdmR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEqBxd9ocQIMEzchT0TZKwcTh8ofmdmR > .row .container > .video-iframe-container { display: none; }#LEqBxd9ocQIMEzchT0TZKwcTh8ofmdmR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LEqBxd9ocQIMEzchT0TZKwcTh8ofmdmR > .row > .video-iframe-container { display: none; }#LEqBxd9ocQIMEzchT0TZKwcTh8ofmdmR > .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); }#LEqBxd9ocQIMEzchT0TZKwcTh8ofmdmR > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mu7gsuwIQxB9AawfvP7AusV8bRdOz45v { width:20rem;height:auto;top:2.6875rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #qqIf6x4Qfq38uGWCNUUc6cfPDvgKFWLy { width:20rem;height:2.44995rem;top:1.978515625rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;z-index:15025;color:#fffdfd;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c { display:flex;height:auto;width:17.5rem;top:6.7499897480012rem;left:0rem;background-color:#eeeeee;background-image:none; }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #Xbi4PD4FwqMbtTGdUUm4EUdCQiT5eT62 {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #NQOIDJ1G1nhBmBu6e2dFrkvSyTIUTOaU {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #H5E2bNBlUE3qJKJbqbBghTwXeR6Zqe68 {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #D8TfTJyPvI4vslDfEIfZPko3MZacFm2h {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #ZRzKdJMDP5irBwT2G3bs5pvda5EvcJWV {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #PGa2J54XRssGXEEOPRLqRZ4UOVX7Er9E {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #yUBPArRPwk6vzd4XXdB9Ig1Hx3QEBXlK {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #m2ENItmmkzmp60k6Tkup3T1J8paIOtPE {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #VZLJlgB84CwNbFVSCydaSlhAgeLXOlb9 {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #WrvWDUWHKoQMhvL65g9hasrs3yGtoIce {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #xTGN315gcV4vAtVS2TbXTAhqvu5tFeTk {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #kMZK2wVP34pDahQ2SkhBcS4W5dBtTWdG {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #LEqGSdCFKesgLBVQ3gJ4EyeKOBXOpaTq {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #hDQxiCws0Jxyo6lTXDacFtLmdTsJb8uL {  }
 }@media only screen and (max-width: 763px) { #q2k3TyPByxMGLa4uDgzcXqpqTBuhzK2c #ePIA3rrz1UTafTaTmlNMfRQxE5bD1X6T {  }
 }@media only screen and (max-width: 763px) { #X6FOsKde7w5wT8km8FQTVPBJ3gP74J9v { display:block; }#X6FOsKde7w5wT8km8FQTVPBJ3gP74J9v > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEO2pr0W8Sk4QcSl99yrgldx22PDCrIa { width:17.374875rem;height:3.57421875rem;top:16.9375rem;left:1.375rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #oVXGNZTDirSOTIEn18u2Jz7FhcLySmno { width:19.187rem;height:15.1245rem;top:7.1875rem;left:0.5rem;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwPwsxAX0hrKKmEuxD5o7DSXbocEhoRm { width:15.1245rem;height:3.57421875rem;top:34.49951171875rem;left:2.4365234375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tu5ZuwHFm4n23gWdVDMTWFqvJHLJz2cl { width:18.75rem;height:16.5625rem;top:27.5rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OOd3Av38OTPD8gqJVzDmzVMPBt3FsJxd { width:17.6245rem;height:3.57421875rem;top:34.4375rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #n2E4JLOOA8ChpuoyHmqJ0WNgP7KsTHIw { width:18.75rem;height:16.8125rem;top:46.375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9HluGdsalQhBLeW7zGuZ4pVWim2uL2p { width:16.499625rem;height:3.57421875rem;top:51.5rem;left:1.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5yJTn7LL0iz433SXvl31E1STyonxbXW { width:18.75rem;height:17.3125rem;top:65.4375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wokMaleFf8EEwfX8WcGvo1SIHXauNIdo { width:20rem;height:auto;top:2.3125rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #wnQI2LHaWT5N2wZV9TvM1yTp91tvrZmJ { display:flex;width:3.3125rem;height:3.3125rem;top:9.375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IBsTwTvoChTToxZ3tonUceOeuEbDHF2R { display:flex;width:3.3125rem;height:3.3125rem;top:9.375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sb5IokhXA2rg59rFXBT0JSM4RzRSheKF { width:15.0625rem;height:auto;top:13.3125rem;left:2.4375rem;font-size:2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #A3oeQWg7o1uhBloqdSGqyG9sUWN6ryHt { width:15.0625rem;height:auto;top:13.3125rem;left:2.4375rem;font-size:2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #EcTiSxi4BPxoDayU3PMbmhGzqNguJhdc { width:15.0625rem;height:auto;top:13.3125rem;left:2.4375rem;font-size:2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #NFWwpO1LTukaGLO31w6T6TCud4i5E2VM { width:15.0625rem;height:auto;top:13.25rem;left:2.4375rem;font-size:2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Xy8XR1iaD5DPvDwGbvn6B2zwNf62k9xs { display:flex;width:3.3125rem;height:3.3125rem;top:9.375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iX3wtlO0HeTWanCRDKGFE16IESbeJnqn { display:flex;width:3.3125rem;height:3.3125rem;top:9.375rem;left:8.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n1UC4hQL0USSXSGHdP3xoNCBRmmc1qEy { display:flex;width:3.3125rem;height:3.3125rem;top:15.4375rem;left:12.3359375rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #q6QqFXfdArARyGQK1sFIqXkb2tAC7mWf { display:flex;width:3.3125rem;height:3.3125rem;top:14.25rem;left:7.5234375rem;z-index:15046;display:none; }
 }@media only screen and (max-width: 763px) { #PHn849Ogi1A80LqZLr4hmZoVqG8A8s2a { display:flex;width:3.3125rem;height:3.3125rem;top:40.125rem;left:-44.7265625rem;z-index:15045;display:none; }
 }@media only screen and (max-width: 763px) { #gafb8H5aFWxysckWTTh88qzfAGAahofS { display:flex;top:8.8125rem;left:8.125rem;width:3.93676875rem;height:3.93676875rem;z-index:15098; }
 }@media only screen and (max-width: 763px) { #pVHiHt2GeJOgRCUy3gnAXXHhu6prNqIP { width:15.0625rem;height:0;top:19.6875rem;left:4.8984375rem;font-size:2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;font-weight:300;font-style:normal;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #AM3OG9o9BGJ0T76Nspn8LF4TpTx1oH98 { width:16.437375rem;height:4.0625rem;top:12.75rem;left:1.875rem;font-size:3.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #gJTboZ3FkTUcGex06PnHlcXGZuBD28TI { width:20rem;height:2.44995rem;top:2.530517578125rem;left:0rem;font-size:1.75rem;line-height:1.4;z-index:15064;font-weight:700;font-style:normal;color:#202a44;display:block; }
 }@media only screen and (max-width: 763px) { #T0U36PJDyTHPDXWGxpzHwWxdC9SBEoa5 { width:16.4361875rem;height:4.0625rem;top:30rem;left:1.8125rem;font-size:3.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #qRVRo1oVa4B01bpd7OPo7r6sWydF0SDx { display:flex;top:25.4375rem;left:8rem;width:3.93676875rem;height:3.93676875rem;z-index:15100; }
 }@media only screen and (max-width: 763px) { #dm0M0n1g11ZI8z5zXkaRzTWqnukrok12 { width:16.4361875rem;height:4.0625rem;top:47.25rem;left:1.9375rem;font-size:3.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #paI38BEZ3wtHAdRSaPOoTLW4aeeHQHDu { display:flex;top:42.5rem;left:8.125rem;width:3.93676875rem;height:3.93676875rem;z-index:15101; }
 }@media only screen and (max-width: 763px) { #uiHtSoSvH2wQnKwuQlfqF79oWQG0xQNf { width:19.1858125rem;height:15.1233125rem;top:24.125rem;left:0.4375rem;z-index:15004;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO53HHBaqPXnioN34X6NGkPHPisGAuDy { width:19.1858125rem;height:15.1233125rem;top:41.4375rem;left:0.5rem;z-index:15005;box-shadow: 0.0625rem 0.125rem 0.4375rem rgba(129,172,206,0.5) ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUl8HidqFQQrwG2fBgbf5aSXABZVoPFm { width:17.6233125rem;height:3.57421875rem;top:34.0625rem;left:1.125rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #Mih3vMsTUi3mFS9XEhSqQIbMhhkT3Wnf { display:block; }#Mih3vMsTUi3mFS9XEhSqQIbMhhkT3Wnf > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awB0ETBPTAT41UAxcdbZTrVr7ehny73s { width:20rem;height:11.99705625rem;top:15.7434375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ALtMwNwRQEA7xKw56pknVvZtEfZaODF4 { width:20rem;height:auto;top:4.625rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #GxnNm1X9SKtqysO8JKt8nfoxx7d8TOhm { width:20rem;height:13.244064491638rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhZ1vqUntZCkZOH2BzX29SeXTFGAH0Kq { display:block; }#xhZ1vqUntZCkZOH2BzX29SeXTFGAH0Kq > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQne5IWSuinCTqWUwV76sTu830ozAVBZ { width:0.9375rem;height:0.9375rem;top:9.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eit7RdSzuphIcTKDunGobOcbXeWnx6NQ { width:0.9375rem;height:0.9375rem;top:9.5625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT4KE4UonD5GO3sWO9x55K6rtFGqpDqg { width:0.9375rem;height:0.99587946436944rem;top:9.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgufvFF5z2ZCnWc3TRf6h2IzAcT1ir5r { width:18.75rem;height:0.875rem;top:7.1618625rem;left:0.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bq4H7kIyoOzV753F0p1ily1Jowfxvuu6 { width:1.25rem;height:1.25rem;top:9.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAqdPm1egiSVL0GdUobNukbSmEUWwTM2 { width:1rem;height:1rem;top:9.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgyGueXDLSTnneU08pQVk8LCsRBwN2C3 { width:11.5625rem;height:4.6623986537345rem;top:1.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTPTCec4asLWTpQUy8vcGMGEVRv7L4PF { display:flex;width:1.125rem;height:1.125rem;top:9.4375rem;left:15.25rem; }
#hTPTCec4asLWTpQUy8vcGMGEVRv7L4PF > img { max-width: 100%;max-height:100%; width:1.125rem; height:1.125rem; } }