.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:26,92,186;--color-primary-1:8,51,107;--color-primary-2:0,40,85;--color-primary-3:7,22,56;--color-primary-4:5,27,55;--color-secondary-0:220,223,232;--color-secondary-1:139,148,179;--color-secondary-2:22,40,102;--color-secondary-3:11,20,51;--color-secondary-4:3,6,15;--color-tertiary-0:255,255,255;--color-tertiary-1:22,40,102;--color-tertiary-2:8,51,107;--color-tertiary-3:0,40,85;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vteGp1MvxiLO8o011aHoPBxJvWsC2s0f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vteGp1MvxiLO8o011aHoPBxJvWsC2s0f > .row .container { border-width: 0; border-radius: 0; }#vteGp1MvxiLO8o011aHoPBxJvWsC2s0f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vteGp1MvxiLO8o011aHoPBxJvWsC2s0f > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:none; }#ThMQIReoZmZk4QbvHr628G59izF0yyoM { z-index:15010;top:0.8125rem;left:52.187500953674rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),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:0.875rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.5rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LdOBbHtIy5UI8C4oh2GfGIkS66JLz6tp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ekTg4Ag32nFpr6X6wE9R33THPQkgHl0i { z-index:15011;top:0.875rem;left:60.628907203674rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),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:0.875rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:9.5625rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GKvf7CQBDC6Hv44VaZRDCo1a08tOPLLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uq2zRNwmTZW15QMgCKLrSPTlqhSZI4bg { z-index:15012;top:0.81250005960463rem;left:68.500005722044rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),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:0.875rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:5.75rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ut5e3lLbwIfzySpFsaxvKt3UQOsiA2EU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TBmorIKovRqnUK1DsBJkICPTCTmApdio { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:7.625rem;top:0rem;left:0.67109298706056rem;overflow:hidden;display:block; }
#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 { 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/ba37d8d8-253a-42e3-bb64-2176390e8c13/IDVOTO_WEB_0514.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3.adaptive-delivery-prevent-bg, #pH7eradqkridDbsu6TcRJzygTeAoDZQ3.lazyload, #pH7eradqkridDbsu6TcRJzygTeAoDZQ3.lazyloading { background-image: none; }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .row .container { background-color: transparent; background-image: none; }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .row .container > .video-iframe-container { display: none; }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .row > .video-iframe-container { display: none; }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .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); }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .row .container { border-width: 0; border-radius: 0; }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#ysqyZ177G4MMTZDud7vgqatQFWX7g2Qp { color:rgba(var(--color-tertiary-0),1);display:block;width:43.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TVRFGNyynPsE7HKwJuXxXOV0dhOEusxW { color:rgba(var(--color-tertiary-0),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:23.4375rem;left:0rem;height:4.55rem;display:block; }
#cDWX2DzP1tD1GlQ8LIUdMDKQnTq3R4H2 { 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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.3125rem 0.3125rem 0.6875rem rgba(var(--color-tertiary-4),0.22) ;box-sizing:border-box;color:#3283d5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:2.9375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.25rem;left:0rem;display:block; }
#tG2k73e14yWANoTaTueLukIICarVB11v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A8I7GcMVvhcuP2WfNmGrQ8yKokfLrv0m { box-sizing:content-box;height:0.125rem;width:29.875rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:36.4625rem;left:0.063234721913056rem;display:block; }
#pbxO3vIHSCQvsKfSzpOdrVFrQiZcNKAT { position:relative;display:none; }#pbxO3vIHSCQvsKfSzpOdrVFrQiZcNKAT { border-width: 0; border-radius: 0; }#pbxO3vIHSCQvsKfSzpOdrVFrQiZcNKAT > .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; }#pbxO3vIHSCQvsKfSzpOdrVFrQiZcNKAT > .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:42.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZKiD5oSEGxrZINrxQCV6C1PG5GT1wnLK { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.375rem;left:24.724999427796rem;height:0;display:block; }
#n40G78GtC4HEgieddiemErzySbQCkTCM { color:rgba(var(--color-tertiary-1),1);display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:17.405468940735rem;height:2.275rem;display:block; }
#McthItpRMpoH44ifrgxK9yPL1T6fxCWZ { box-sizing:content-box;height:0.25rem;width:3.4375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.375rem;left:34.537499427796rem;display:block; }
#Cb9FrMTXTF08qEKzlT6hZ8L3boNU0D9c { box-sizing:content-box;height:34.5625rem;width:25.375rem;position:absolute;display:block;z-index:15003;background-color:#f1f5fd;background-image:none;top:6.9117126464844rem;left:10.010155677796rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#l8IwLzxvbIG3Nh6Tn14Rwq7b85VRuvQ1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.1875rem;width:23.5rem;top:13.755469083786rem;left:10.946875572204rem;display:block; }
#pPBOlCgUui8iNB97NCGbp3VN2yRgswkd { box-sizing:content-box;height:34.625rem;width:25.375rem;position:absolute;display:block;z-index:15004;background-color:#f1f5fd;background-image:none;top:7.03125rem;left:36.787499427796rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#TtgDIdqVdmGez2nEmT3WWLGGSvDHacTN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.1875rem;width:23.5rem;top:13.755469083786rem;left:37.974999427796rem;display:block; }
#QPaQqHKfbsQiOaTN9WCTh1f9TwBqcJ2J { color:rgba(var(--color-primary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.2374999523163rem;left:15.541405677796rem;height:1.3rem;font-style:normal;display:block; }
#oitbqFmltKBXZTiQP73NVm3WvNTQoeZ4 { color:rgba(var(--color-primary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.392968893051rem;left:12.603125572204rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#KKeXMoWXmXBTCuguVIBLWytD9i0sJivX { color:rgba(var(--color-primary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.2374999523163rem;left:41.662499427796rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xBVGe1KPRngpdewFeBKTsy5Sk8CLFoyT { color:rgba(var(--color-primary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:10.392968893051rem;left:39.381249427796rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#gI44zndiiuwHrVrWacsqIuiQUZSVexyA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.25rem;top:28.630462646484rem;left:12.603125572204rem;overflow:hidden;display:block; }
#nJqq4DdbbDKiKtWVOCR7kTVVD6fyTsC2 { color:rgba(var(--color-primary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.180480957031rem;left:14.291405677796rem;height:2.275rem;display:block; }
#RfThAT0pIbDUO6raVyJrCoK9wwOf9uLy { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.25rem;top:31.549987792969rem;left:12.603125572204rem;overflow:hidden;display:block; }
#TVKmJOySCucTMbmmfa4sOxxPpE2mytrE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.25rem;top:34.049987792969rem;left:12.603125572204rem;overflow:hidden;display:block; }
#h8ZfnsqG5kuwrHBW4hGELClhS5f9ncie { color:rgba(var(--color-primary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.049987792969rem;left:14.260155677796rem;height:2.275rem;display:block; }
#yswlIBpnmhp7gxSXbexBGTRycMCuzUEy { color:rgba(var(--color-primary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:33.799987792969rem;left:14.197655677796rem;height:2.275rem;display:block; }
#IKm3ORaWgmUoou2lpNSa1wzSWiadSCFD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:36.924987792969rem;left:12.603125572204rem;height:1.1375rem;font-style:normal;display:block; }
#yABcUMbwUCmRyJWt40wnxbCGEkZabPlb { color:rgba(var(--color-primary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:38.4375rem;left:12.603125572204rem;height:2.275rem;display:block; }
#AfTlksmV96iePJeeOb4TIdO026SX6nxS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.25rem;top:28.625rem;left:39.375000953674rem;overflow:hidden;display:block; }
#eT6G1BGnX9I6xn0VbMtFz6UgMQI2ZP54 { color:rgba(var(--color-primary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:28.1875rem;left:41.062500953674rem;height:2.275rem;display:block; }
#f9HKTM8q6Wmt1bK58Rov5gmhTDpx9b1b { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.25rem;top:31.5625rem;left:39.375000953674rem;overflow:hidden;display:block; }
#mf0tZApsT195c1AUrAnXvXLoXFBhEGcI { color:rgba(var(--color-primary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:31.125rem;left:41.062500953674rem;height:2.275rem;display:block; }
#eFS88zcOqV0dsti1p6liiL6vUWy1EpfA { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.25rem;top:34.625rem;left:39.375000953674rem;overflow:hidden;display:block; }
#WTJey6RD4gArLMbnNcl1FPRRBUvmagQR { color:rgba(var(--color-primary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:34.1875rem;left:41.062500953674rem;height:2.275rem;display:block; }
#liTOUIoEqHUgbDaIQxqeofr5Gu2HTPEe { background-color:#029bde;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-tertiary-4),0.34) ;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:2.5625rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:38.1875rem;left:41.062500953674rem;display:block; }
#BakcR1C1DxWTL8LN9iTabTKEqm5EdFzu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KWdWs55TzCW9bsa8dsK10knp6Av0PgtG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(280deg, #2e81de, #009fdf);background-image: -moz-linear-gradient(280deg, #2e81de, #009fdf);background-image: -ms-linear-gradient(280deg, #2e81de, #009fdf);background-image: -o-linear-gradient(280deg, #2e81de, #009fdf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e81de', endColorstr='#009fdf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e81de', endColorstr='#009fdf' );";background-image: linear-gradient(280deg, #2e81de, #009fdf);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KWdWs55TzCW9bsa8dsK10knp6Av0PgtG > .row .container { background-color: transparent; background-image: none; }#KWdWs55TzCW9bsa8dsK10knp6Av0PgtG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWdWs55TzCW9bsa8dsK10knp6Av0PgtG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWdWs55TzCW9bsa8dsK10knp6Av0PgtG > .row .container > .video-iframe-container { display: none; }#KWdWs55TzCW9bsa8dsK10knp6Av0PgtG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWdWs55TzCW9bsa8dsK10knp6Av0PgtG > .row > .video-iframe-container { display: none; }#KWdWs55TzCW9bsa8dsK10knp6Av0PgtG > .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); }#KWdWs55TzCW9bsa8dsK10knp6Av0PgtG > .row .container { border-width: 0; border-radius: 0; }#KWdWs55TzCW9bsa8dsK10knp6Av0PgtG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWdWs55TzCW9bsa8dsK10knp6Av0PgtG > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;position:relative;display:block; }#CP1dZygF0AtknHAPaTEPlR5IWoPc8otJ { color:rgba(var(--color-tertiary-0),1);display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.3125rem;left:17.375rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#KGQX2QcztrGMMfoWt26Z6pD9S0tSIMXV { box-sizing:content-box;height:0.25rem;width:3.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5.3125rem;left:34.5625rem;display:block; }
#zhGqvQF0OX8Nfb6yHgxzbNsDvThTCnZn { box-sizing:content-box;height:5.3125rem;width:53.3125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),0.33);background-image:none;top:7.7117176055906rem;left:11.286719322204rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Dt9xuVMJvbwx62rntVZAHKPukaS3RxTG { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.71718788147rem;left:14.249218940735rem;height:1.3rem;display:block; }
#ITTGB3GeGiTEA6bBh5iMOLH9H50TWLR2 { 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; }#ITTGB3GeGiTEA6bBh5iMOLH9H50TWLR2 > .row .container { background-color: transparent; background-image: none; }#ITTGB3GeGiTEA6bBh5iMOLH9H50TWLR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITTGB3GeGiTEA6bBh5iMOLH9H50TWLR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITTGB3GeGiTEA6bBh5iMOLH9H50TWLR2 > .row .container > .video-iframe-container { display: none; }#ITTGB3GeGiTEA6bBh5iMOLH9H50TWLR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ITTGB3GeGiTEA6bBh5iMOLH9H50TWLR2 > .row > .video-iframe-container { display: none; }#ITTGB3GeGiTEA6bBh5iMOLH9H50TWLR2 > .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); }#ITTGB3GeGiTEA6bBh5iMOLH9H50TWLR2 > .row .container { border-width: 0; border-radius: 0; }#ITTGB3GeGiTEA6bBh5iMOLH9H50TWLR2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ITTGB3GeGiTEA6bBh5iMOLH9H50TWLR2 > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#SESRo87Ew6nIZSTz3MmoVyLFCOz922mE { color:rgba(var(--color-primary-4),1);display:block;width:50.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:12.467968940735rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#xNHdN3UvesB3WXCmM03zNFXXpWTF6c1E { box-sizing:content-box;height:0.25rem;width:3.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:none;top:4.9375rem;left:34.625rem;display:block; }
#ow8v7W2qsTSdkbTSnEiiLSd7BwSgXtko { box-sizing:content-box;height:16.875rem;width:12.5rem;position:absolute;display:block;z-index:15007;background-color:#009fdf;background-image:none;top:7.2125000953675rem;left:6.471875190735rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#HJOHJWKztNwNTJqiO9vXTUD5SlQobMAQ { box-sizing:content-box;height:16.875rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#eaf0fc;background-image:none;top:7.2125000953675rem;left:22.175000190735rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#n2qTAXWWyBDRuT8hnDvlXJVMCwrRG1pO { box-sizing:content-box;height:16.875rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:#eaf0fc;background-image:none;top:7.2125000953675rem;left:38.062500953674rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#gZaf0PzkeG5DtRmJPd2egQJ8lDl2VXng { box-sizing:content-box;height:16.875rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:#eaf0fc;background-image:none;top:7.2125000953675rem;left:53.349999427796rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#iK2hHIb74h6US9kpUE6B0TCO9ZNvFxu5 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:8.1500005722044rem;left:9.659375190735rem;overflow:hidden;display:block; }
#tXImhDZsmdivabmhAU7JKbT6XqOSB5p6 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:14.962499856949rem;left:7.190625190735rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#tNaqWVufbRyTi5IX7kFnN2PXEiy5LuK2 { 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:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;box-sizing:border-box;color:#009fdf;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.4375rem;height:2rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:20.512501001358rem;left:8.128125190735rem;display:block; }
#tar1S72zF35SeLpXck6sCxyus1RtzHnu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L4woysb00aGJXwx3TTFTiiav2H6bFgu7 { color:rgba(var(--color-tertiary-3),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:15.200001001358rem;left:22.987500190735rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tTkSieGQtdebeTTiLwM0p38fyGSnFcLl { color:rgba(var(--color-primary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:15.571874856949rem;left:54.256249427796rem;height:3.65625rem;display:block; }
#aC7WTakZJST8bzRkOTmgXJV5TSbK27T5 { background-color:#029bde;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:20.356251239777rem;left:23.643750190735rem;display:block; }
#XXM5gCxRNONml06ncKNbbbTQw5ASTpQT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KzC1HcTmcbuc2zDUJE3OzSiBs4gQ3yxr { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:7.7437498569488rem;left:25.687500953674rem;overflow:hidden;display:block; }
#ftIpdISus74byDpUW9nFvTOvizCJ072H { color:rgba(var(--color-tertiary-3),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:14.962499856949rem;left:38.875000953674rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vOq168Nsmfu8TTVEqRRuXNKbDsqTCGJD { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:7.8374998569488rem;left:41.218750953674rem;overflow:hidden;display:block; }
#XKtyFc5hr0RbvJKC4XiUK68twF2hfiso { background-color:#029bde;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.3125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:20.356251001358rem;left:39.531250953674rem;display:block; }
#EG1B4TN5uhmTIpnNMdP3HI82IkrLLvHP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J33mcEG9zRRDxynCKaTJZ514br7sCu4H { background-color:#029bde;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.3125rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:20.356251001358rem;left:54.818749427796rem;display:block; }
#X7C1nr41FWQqfPAoLQpnOVnZSc6xAOfp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZcfEoaJkog9xHRJFTXh8SqC5lfh5SR8q { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:7rem;top:7.9625003337862rem;left:56.099999427796rem;overflow:hidden;display:block; }
#mKnRUTSNSFQMnLSUVKNbmBtEaDnHQsb3 { box-sizing:content-box;height:16.875rem;width:12.5rem;position:absolute;display:block;z-index:15016;background-color:#eaf0fc;background-image:none;top:25.8125rem;left:30.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#eqIvRpLnMJKEyvufitt6x0HT2UWrUeL2 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.9375rem;top:25.8125rem;left:32.875rem;overflow:hidden;display:block; }
#qTVcrdTd2cFTf5Dsm188qy4i2hcKOsIR { box-sizing:content-box;height:16.875rem;width:12.5rem;position:absolute;display:block;z-index:15017;background-color:#eaf0fc;background-image:none;top:25.8125rem;left:46rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#TBnZivC125gTWnsuqq4p3Nz365K3xAw4 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:25.8125rem;left:49.125rem;overflow:hidden;display:block; }
#Ze0Z1PpagkVgMQEfWKSyRVNgx4SyiBpO { color:rgba(var(--color-primary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:6.3125rem;left:31.375rem;height:3.65625rem;text-align:center;text-align-last:center;display:none; }
#ikBgISXzsvqHa1SxU6QsKVpE68hA3NkF { color:rgba(var(--color-tertiary-3),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:5.6875rem;left:46.8125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MKHtuczLoiKbWWaPlwdJBbtyt56dGwq0 { background-color:#029bde;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:12.0625rem;left:31.375rem;display:none; }
#cwVPfv2WTiHGoLdZUvUOL2Tgh7EcSWlo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FWFBB7ihpkU33hXhzCpahrRAucAEFKKr { background-color:#029bde;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:12.0625rem;left:47.4375rem;display:none; }
#B7PxITZsMNtHZOZ2IKmDBTPMErtTu2rI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy { 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/cf74d428-7926-4163-bfc4-900b6e5d3d6b/fondo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy.adaptive-delivery-prevent-bg, #tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy.lazyload, #tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy.lazyloading { background-image: none; }#tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy > .row .container { background-color: transparent; background-image: none; }#tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy > .row .container > .video-iframe-container { display: none; }#tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy > .row > .video-iframe-container { display: none; }#tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy > .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); }#tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy > .row .container { border-width: 0; border-radius: 0; }#tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy > .row .container { font-size:0.875rem;font-family:arial;height:194.625rem;width:75rem;position:relative;display:block; }#ONgyFpgK3XSCoZ2H74szD9QbV1TH7fcS { background-color:#029bde;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:12.0625rem;left:31.375rem;display:block; }
#bArdaeG6qNxOlfArgRmX3SDKsr9v2iP5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BNoTX0tTH5yfMMtNwqQyRSmFkn7hGHDh { color:rgba(var(--color-tertiary-3),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:5.6875rem;left:46.8125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#khxUixkvvvVPGWaAdnD2J7wILlG648oE { background-color:#029bde;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:12.0625rem;left:47.4375rem;display:block; }
#xN8IK4SRHUwsPfSRk6dtQPaQpwdJcZom { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FHoLXz5TM3whIKlo7evezVrSqminNXFx { color:rgba(var(--color-primary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:6.3125rem;left:31.375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#MhMaDMtNFTZKT18NdQp6RPG9cB6a5vzk { color:rgba(var(--color-tertiary-0),1);display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:34.375rem;left:17.375rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#CHfpAdTP4XPnW8VtVczfZiORAfbkQr6C { box-sizing:content-box;height:0.25rem;width:3.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:38.8125rem;left:34.75rem;display:block; }
#uHf9cwOB8nrudgnVfx8Vvywy8oUIDv4v { color:rgba(var(--color-tertiary-4),1);display:block;width:29.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:40.375rem;left:22.25rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#kaskgZdRvEDP6vHXPOlhWakLzWPEWDtv { 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:5.5rem;width:5.5rem;top:50.625rem;left:5.5625rem;overflow:hidden;display:block; }
#tABzf6EWVxsx6vrHEgIRUJD5B8Md1gBq { 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:5.5rem;width:5.5rem;top:59.875001907349rem;left:5.5625rem;overflow:hidden;display:block; }
#uvLDuqQMMmXzNnyvS4HmxllL8EdHGWgc { 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:5.4375rem;width:5.5rem;top:69.625002861025rem;left:5.5625rem;overflow:hidden;display:block; }
#wOQa0WBVSmhvf0bXvQOk0Tu1v5nd2O3L { position:absolute;display:block;z-index:15045;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.4375rem;width:5.5rem;top:78.500002861025rem;left:5.5625rem;overflow:hidden;display:block; }
#wXIzZBqLQeVEGZTXL3wqHe4fuvTMIdcm { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:50.625002861023rem;left:14.425000190735rem;height:1.3rem;font-style:normal;display:block; }
#iPUJXClBT0JnKXQWOTQmR6pmhbm4SaGp { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:50.250002384186rem;left:11.724219322204rem;display:block; }
#Ht72lTbrHlhJ5xrusfxQiLMaiWEtRTv5 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.5;letter-spacing:0;top:52.337502479553rem;left:14.425000190735rem;height:4.5rem;display:block; }
#SWU3VsIaoEqxHOo8AgwOwLvbZEEXOsWF { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:59.975002288818rem;left:11.724219322204rem;display:block; }
#rEdPFtNk3TLTz0z11BX8BDASq2G6JlmM { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:59.8125rem;left:14.4375rem;height:1.3rem;font-style:normal;display:block; }
#Ev2acCOgQo0p2HPVQEhhclUbZpu5PRAB { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:61.5625rem;left:14.4375rem;height:3rem;display:block; }
#ObAlhJhVOCBLR5tIsFizZftaFMigtZbq { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:69.625rem;left:14.4375rem;height:1.3rem;font-style:normal;display:block; }
#Vg3aFurAtk2e6mzQiOX90LBMNhS2Bwz4 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:71.375rem;left:14.4375rem;height:3rem;display:block; }
#wyAMElpu1HykBvlNbcMKHz7O5K5D834m { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:78.5rem;left:14.4375rem;height:1.3rem;font-style:normal;display:block; }
#mpfU4RqBr0ip1AzwB1tJisDBUzOPahVB { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:80.25rem;left:14.4375rem;height:2.6rem;display:block; }
#RoXTkIuVqCpXbdH53DhElByIkS01HmmJ { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:69.62500190735rem;left:11.724219322204rem;display:block; }
#UCQceka48VTuiPAVFZVhqSngz8w1kdGU { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:78.5000038147rem;left:11.724219322204rem;display:block; }
#Sh93q7mExTsrghVl0ooaqVVkQMbkiAn0 { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#2e81de;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.8125rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:88.350000381469rem;left:31.250000953674rem;display:block; }
#vKS1sM7KDJpISZs4q1RWOA3fgJwSkSyX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vGrSOqQv769RL7wb8xeG9T50eEB4e0k2 { color:rgba(var(--color-primary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:101.9375rem;left:29.5rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#MzUJ9NUCBlUWDePyqFceaPbRsThWkmTl { box-sizing:content-box;height:0.25rem;width:3.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;top:106rem;left:36.0625rem;display:block; }
#mBh0EUPKvFfLGDitMQTDeqDHmgXhqfpI { color:rgba(var(--color-primary-3),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:107.5rem;left:28.537499427796rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ON0IpxGbbV0ZZ4bSvoQL6fe06HMBuGaQ { position:absolute;display:block;z-index:15057;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.5rem;width:5.5rem;top:117.4375rem;left:24.956250190735rem;overflow:hidden;display:block; }
#zagHArQ06zJWS8AQKqWnLT04reRPk5TR { position:absolute;display:block;z-index:15058;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.5rem;width:5.5rem;top:128.75rem;left:24.9375rem;overflow:hidden;display:block; }
#l2uUgRB5DTqTrF3DdZ9Mk0XDqFK8CBcW { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:117.0625rem;left:31.300000190735rem;display:block; }
#fl24feyIGJ4vIuONTqbk1aTaP7KlMat7 { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:128.375rem;left:31.3125rem;display:block; }
#alyhguTeP7fBUWqWsnBfnTTkNbUXPvv2 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:117.4375rem;left:33.349999427796rem;height:4.5rem;display:block; }
#NqU00d5NsulOkTFKMJhafinvXQZ1mqKy { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.5;letter-spacing:0;top:129.25rem;left:33.349999427796rem;height:4.5rem;display:block; }
#TqXbbhavswr36Fx448UrgIO5XztTRLBT { background-color:#1aa8e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.8125rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:141.72500038147rem;left:31.250000953674rem;display:block; }
#SpaAV8pJKOxxPAchIItTCrKLFsyMvkgI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IxhhwWW1QgGyWPDLxhoXPPTTkKa3valp { color:rgba(var(--color-primary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:167.75rem;left:29.5rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#aNTse3Xfk7zBRKzKVsrC2EbvpOEHdyeZ { box-sizing:content-box;height:0.25rem;width:3.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;top:170.625rem;left:35.8125rem;display:block; }
#GwXBArGf2y3tbC7C6TPaSicRKthsIRfT { color:rgba(var(--color-primary-3),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:171.5625rem;left:23.5rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#vvwobxaOZZTcNT64Mdpto88m6998T3qM { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:184.08125019074rem;left:7.925000190735rem;height:9.425rem;font-style:normal;display:block; }
#reOBQEQuJxoTgSMDGlmex4B3bJTTvVlL { position:absolute;display:block;z-index:15061;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.4375rem;width:5.5rem;top:179.6875rem;left:29.237500190735rem;overflow:hidden;display:block; }
#f0T8WCS7wNt1eBNlkfTMpmevpBkHM8Te { position:absolute;display:block;z-index:15062;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.4375rem;width:5.5rem;top:186.07500076294rem;left:28.925000190735rem;overflow:hidden;display:block; }
#RB6pBR4tk4oDTI3WHn4NhbOSo50LSiCe { box-sizing:content-box;height:3.125rem;width:0.1875rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:187.75rem;left:34.612500190735rem;display:block; }
#JgzxbbFfx0Id7FeoqSht5LVJQKpzTlS7 { box-sizing:content-box;height:3.125rem;width:0.1875rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:180.84375rem;left:34.612500190735rem;display:block; }
#cr5dzRuhBS12tFO8ztZdRQVSf3vqcEXn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:181.10624980926rem;left:36.062500953674rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N1TgoiS5AWTBWI8KOUONAI0dgJfmBNVm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:188.01250076294rem;left:36.062500953674rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe { 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/cf74d428-7926-4163-bfc4-900b6e5d3d6b/fondo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe.adaptive-delivery-prevent-bg, #GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe.lazyload, #GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe.lazyloading { background-image: none; }#GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe > .row .container { border-width: 0; border-radius: 0; }#GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe > .row .container { font-size:0.875rem;font-family:arial;height:189.25rem;width:75rem;position:relative;display:none; }#FxlHrLNsyi8l4aznvttbCxlyPD1Gc743 { background-color:#029bde;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.3125rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:12.0625rem;left:31.375rem;display:block; }
#a4Bbw25SDocQLT3wIQiZdhT5GTMGBexs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gy1FNsEIxmuoT9SrWEooQWqMN9JPo0xA { color:rgba(var(--color-tertiary-3),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:5.6875rem;left:46.8125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MHV0NAhl0PwRUzWJRu8bWRkWmW8wcaCs { background-color:#029bde;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;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:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:12.0625rem;left:47.4375rem;display:block; }
#FPevFnxw0wywxt2W0b6Gi3liTJgblnCN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BGT7wsxpEmxMZhmm5lGTLvFTofPB0hWK { color:rgba(var(--color-primary-4),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:6.3125rem;left:31.375rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#iic4QqeiKz9nhpnICN266t71wQl2COEK { color:rgba(var(--color-tertiary-0),1);display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:34.375rem;left:17.375rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#dI5eeVO31rnexh1MAWECRTQnHn1srPVb { box-sizing:content-box;height:0.25rem;width:3.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:38.8125rem;left:34.75rem;display:block; }
#EQ0MtHbJHIgZgrdsSDa6ScgFTPPP9DPx { color:rgba(var(--color-tertiary-4),1);display:block;width:29.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:40.375rem;left:22.25rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#FEFnRSQKegqOeo7WOzxGhP9ElJ1zvmbI { 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:5.5rem;width:5.5rem;top:50.625rem;left:5.5625rem;overflow:hidden;display:block; }
#rEso4ffRwwD5bhWm2EKgfFLJG2akFvqQ { 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:5.5rem;width:5.5rem;top:59.875001907349rem;left:5.5625rem;overflow:hidden;display:block; }
#E0fmVFQDO4xOnL94MuHWdei0gLkQsfAO { 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:5.4375rem;width:5.5rem;top:69.625002861025rem;left:5.5625rem;overflow:hidden;display:block; }
#o9IOIeHw90KTiOR16ZIAC6802IacTXP7 { position:absolute;display:block;z-index:15045;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.4375rem;width:5.5rem;top:78.500002861025rem;left:5.5625rem;overflow:hidden;display:block; }
#vFBmAf95dHML6tJAsAicCybZxrDfHiyi { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:50.625002861023rem;left:14.425000190735rem;height:1.3rem;font-style:normal;display:block; }
#S4aza0pqG9gHy8VWOhp22m4usvq0IHl4 { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:50.250002384186rem;left:11.724219322204rem;display:block; }
#JTUS8SyWThFCAkoRiRGGb0KbmGhQUOvS { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.5;letter-spacing:0;top:52.337502479553rem;left:14.425000190735rem;height:3rem;display:block; }
#XGbNMM3PLC24MDz0a7dzxkQTGRPiLcSM { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:59.975002288818rem;left:11.724219322204rem;display:block; }
#wZnahaFbTtNHmieacmoqPIRPGT1lyawg { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:59.8125rem;left:14.4375rem;height:1.3rem;font-style:normal;display:block; }
#gFgCkonkkQNkahnzdqUWLWzD3aldfSTT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:61.5625rem;left:14.4375rem;height:3rem;display:block; }
#bRWaXDpg6J4ioGgsbddta8xSJ6cD36Cg { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:69.625rem;left:14.4375rem;height:1.3rem;font-style:normal;display:block; }
#yW4ZeJgWuhKNG1C4ASng2zuDXBv2uE4n { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:71.375rem;left:14.4375rem;height:3rem;display:block; }
#ExC0qJvI2lMhZHJSKr0cIvzA024bGxBK { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:78.5rem;left:14.4375rem;height:1.3rem;font-style:normal;display:block; }
#EWWxb2qa5mGBNS0Zr6F7b86C7feld4vH { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:80.25rem;left:14.4375rem;height:2.6rem;display:block; }
#Fn1LraecUE6Pd6pbyvIhcaRruyUMb2kR { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:69.62500190735rem;left:11.724219322204rem;display:block; }
#eMqFkKHw9lWN4sSnTBK8TTUvyXDg989T { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:78.5000038147rem;left:11.724219322204rem;display:block; }
#cB4B93W6cGwlO4O7r19blIOSbQivGpsd { 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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#2e81de;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:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.8125rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:88.350000381469rem;left:31.250000953674rem;display:block; }
#GF32qVApFVnvSOGrxdZiefTPx0oBMKTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E4hdsLuxoWGCOzuxEcSheHuV83i5JFXh { position:relative;display:none; }#E4hdsLuxoWGCOzuxEcSheHuV83i5JFXh { border-width: 0; border-radius: 0; }#E4hdsLuxoWGCOzuxEcSheHuV83i5JFXh > .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; }#E4hdsLuxoWGCOzuxEcSheHuV83i5JFXh > .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; }#Fw7F1UIrpeXoPDgub9GTFMaqf4eK5EMD { color:rgba(var(--color-primary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:101.9375rem;left:29.5rem;height:0;text-align:center;text-align-last:center;display:none; }
#McZm326VLbOgo9pXb4mqGOnlv0WvmCMX { box-sizing:content-box;height:0.25rem;width:3.4375rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;top:106rem;left:36.0625rem;display:none; }
#V165WQoDfAD5uXdhwkCH0EVgUcFaRk0w { color:rgba(var(--color-primary-3),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:107.5rem;left:28.537499427796rem;height:0;text-align:center;text-align-last:center;display:none; }
#qN4aqlGTVgQZQx3qcpXi8nxtdWlT0BnF { position:absolute;display:block;z-index:15057;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.5rem;width:5.5rem;top:117.4375rem;left:24.956250190735rem;overflow:hidden;display:none; }
#A8MZkSdoPcv7hNESubsqKxbnlTLHUcp3 { position:absolute;display:block;z-index:15058;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.5rem;width:5.5rem;top:128.75rem;left:24.9375rem;overflow:hidden;display:none; }
#KRzrwWhEQJNgNZUcuJxvufMtVAPkOlUc { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:117.4375rem;left:33.349999427796rem;height:0;display:none; }
#yUTO5ObW0qtePvcwBFVbDq4GTzMbEpPW { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:117.0625rem;left:31.300000190735rem;display:none; }
#TRikDRh9MLkaSEKIDpRplSlsDvXHDCNy { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15052;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:128.375rem;left:31.3125rem;display:none; }
#xEWMbaxMPkTeoyUTt7U0JrZooMJPlq06 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.5;letter-spacing:0;top:129.25rem;left:33.349999427796rem;height:4.5rem;display:none; }
#Xt3STtDcKTsgu0xdN6b7FbTDTxgAm0yv { position:relative;display:block; }#Xt3STtDcKTsgu0xdN6b7FbTDTxgAm0yv { background-color: transparent; background-image: none; }#Xt3STtDcKTsgu0xdN6b7FbTDTxgAm0yv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xt3STtDcKTsgu0xdN6b7FbTDTxgAm0yv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xt3STtDcKTsgu0xdN6b7FbTDTxgAm0yv > .row .container > .video-iframe-container { display: none; }#Xt3STtDcKTsgu0xdN6b7FbTDTxgAm0yv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xt3STtDcKTsgu0xdN6b7FbTDTxgAm0yv > .row > .video-iframe-container { display: none; }#Xt3STtDcKTsgu0xdN6b7FbTDTxgAm0yv > .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); }#Xt3STtDcKTsgu0xdN6b7FbTDTxgAm0yv { border-width: 0; border-radius: 0; }#Xt3STtDcKTsgu0xdN6b7FbTDTxgAm0yv > .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; }#Xt3STtDcKTsgu0xdN6b7FbTDTxgAm0yv > .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:17.5rem;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; }#ksU0SGJ2Rb42rnEgqfR2hFHGoQMxd1tS { 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:5.5rem;width:5.5rem;top:3.375rem;left:29.1875rem;overflow:hidden;display:block; }
#C0KKFcou2whggzmVTkDFCQp0QZoh80Gp { box-sizing:content-box;height:3.125rem;width:0.1875rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.5625rem;left:34.5rem;display:block; }
#CnmkC5bHK4lMpVRU1FbAACxKdfk8D2do { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.8250007629394rem;left:36.218750953674rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ODyMWo7MJFI4Sy3wSrJLTtINV9kF9Dhg { background-color:#1aa8e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.8125rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:11.28750038147rem;left:31.250000953674rem;display:block; }
#wINTVQXPGmyF5GPBiM7lEE0zNnOafg1h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c8uOLTvLdi0NHApppvodXMu9TWe5MVsy { color:rgba(var(--color-primary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:167.75rem;left:29.5rem;height:2.275rem;text-align:center;text-align-last:center;display:none; }
#feuKgx3bcKlZtNX3TO8U5AzM4wRHxa0O { box-sizing:content-box;height:0.25rem;width:3.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;top:170.625rem;left:35.8125rem;display:none; }
#aqQeLFFWgL5RTdaknzuG9FV6gEPaywPL { color:rgba(var(--color-primary-3),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:171.5625rem;left:23.5rem;height:3.9rem;text-align:center;text-align-last:center;display:none; }
#eRkX508N8T4ak7xbm6XyFRBaU8axUrMA { position:relative;display:none; }#eRkX508N8T4ak7xbm6XyFRBaU8axUrMA { border-width: 0; border-radius: 0; }#eRkX508N8T4ak7xbm6XyFRBaU8axUrMA > .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; }#eRkX508N8T4ak7xbm6XyFRBaU8axUrMA > .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:17.5rem;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; }#EdO4wvtWO3Ufy9k8JmZgJkTPVs6AXZLV { 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:5.5rem;width:5.5rem;top:3.375rem;left:29.1875rem;overflow:hidden;display:block; }
#NMSEZXwLTKAMWXS1NFqwIUMuyT3k42Xq { box-sizing:content-box;height:3.125rem;width:0.1875rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.5625rem;left:34.5rem;display:block; }
#LvF424PDsRdt0ixNDTMLggXTSxfNnRK6 { background-color:#1aa8e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.8125rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:11.28750038147rem;left:31.250000953674rem;display:block; }
#PoHEVOQ5mifJCyaT9NcqvH6gc96R1WZ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JRCcTBPdT5zRlhdRG1ytMAh57bfscZK6 { position:relative;display:none; }#JRCcTBPdT5zRlhdRG1ytMAh57bfscZK6 { border-width: 0; border-radius: 0; }#JRCcTBPdT5zRlhdRG1ytMAh57bfscZK6 > .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; }#JRCcTBPdT5zRlhdRG1ytMAh57bfscZK6 > .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:17.5rem;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; }#Z9kFudkReC9kkvw2E7hoQgET6AeVNd1R { 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:5.5rem;width:5.5rem;top:3.375rem;left:29.1875rem;overflow:hidden;display:block; }
#t9qSaGvNeKiaFIvuFssgBQoyvwnoafz6 { box-sizing:content-box;height:3.125rem;width:0.1875rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:4.5625rem;left:34.5rem;display:block; }
#XTQcDEGbtDH6Xwcxp82LXJ8ELtT2T7dv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.8250007629394rem;left:36.218750953674rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FhRWasJ0FDkRhHmnSgPe6qveGUUSG2uQ { background-color:#1aa8e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.8125rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:11.28750038147rem;left:31.250000953674rem;display:block; }
#utatBtCFKJNr2NXbI415M9q0llTPDMwD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f93CtxiJssTU52fhVqrVNdtePwfSRmSi { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:184.08125019074rem;left:7.925000190735rem;height:9.425rem;font-style:normal;display:block; }
#Cd3nOvi59iqJTgf3I9sg5m0F2TlD5IbX { position:absolute;display:block;z-index:15061;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.4375rem;width:5.5rem;top:179.6875rem;left:29.237500190735rem;overflow:hidden;display:block; }
#HopIaAwv8wlyHkdsx5hfJlnzreSk6pQv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:181.10624980926rem;left:36.062500953674rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EZluS1SielRdgVP1Lmp9bDPwbsRB3c2L { position:absolute;display:block;z-index:15062;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.4375rem;width:5.5rem;top:186.07500076294rem;left:28.925000190735rem;overflow:hidden;display:block; }
#gmeCJCz7fXnK9X2iirOExKMLMnD4q6n5 { box-sizing:content-box;height:3.125rem;width:0.1875rem;position:absolute;display:block;z-index:15055;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:180.84375rem;left:34.612500190735rem;display:block; }
#vSpUKfy2QJzuuTE2l508qhSIqzJ3ECXt { box-sizing:content-box;height:3.125rem;width:0.1875rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:187.75rem;left:34.612500190735rem;display:block; }
#vrPVHStyETHU1yN6NThDfhxvT3mf9hIm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:188.01250076294rem;left:36.062500953674rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dbg5F5pKaw8yASk7sZiwEH86C1tUHedt { color:rgba(var(--color-primary-3),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:167.75rem;left:29.5rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#gTNTEFapUBoe6CtP0vDAd8L2wgITPGHm { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:4.8250007629394rem;left:36.218750953674rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yiCArMLEHE7fJZdsByKlSCbM36sTPu3L { color:rgba(var(--color-primary-3),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:171.5625rem;left:23.5rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#cGCi0WpZ7SmyeiRikXaUamzbfwon2kl3 { box-sizing:content-box;height:0.25rem;width:3.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;top:170.625rem;left:35.8125rem;display:block; }
#iMvaBIC2GiR6bS5JUvnTiTluEgsskoAt { position:relative;display:block; }#iMvaBIC2GiR6bS5JUvnTiTluEgsskoAt { background-color: transparent; background-image: none; }#iMvaBIC2GiR6bS5JUvnTiTluEgsskoAt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMvaBIC2GiR6bS5JUvnTiTluEgsskoAt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMvaBIC2GiR6bS5JUvnTiTluEgsskoAt > .row .container > .video-iframe-container { display: none; }#iMvaBIC2GiR6bS5JUvnTiTluEgsskoAt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMvaBIC2GiR6bS5JUvnTiTluEgsskoAt > .row > .video-iframe-container { display: none; }#iMvaBIC2GiR6bS5JUvnTiTluEgsskoAt > .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); }#iMvaBIC2GiR6bS5JUvnTiTluEgsskoAt { border-width: 0; border-radius: 0; }#iMvaBIC2GiR6bS5JUvnTiTluEgsskoAt > .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; }#iMvaBIC2GiR6bS5JUvnTiTluEgsskoAt > .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:19.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; }#uNCZzS5vc95F7XRXAomG4MCA1Q6d5OJq { 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:23.875rem;width:50rem;top:4.7683715820312E-7rem;left:10.749999046326rem;overflow:hidden;display:block; }
#SwRr5I9RQTKOFWIcRqkdNVKhBwJZncef { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.67421913147rem;left:36.875000953674rem;height:3rem;display:block; }
#TuyuH6Zm0D1cPgQkZFWiCmsF0tbGZXye { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.9242191314698rem;left:34.849999427796rem;height:3.9rem;text-align:center;text-align-last:center;display:block; }
#BXxltiuK0P8syVvm2H6Vx3Kf02179voT { box-sizing:content-box;height:0.25rem;width:3.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.8125rem;left:36.875000953674rem;display:block; }
#dXKAhpI2JNqqEqDwzTTGwsqI2HaMA7r7 { color:rgba(var(--color-tertiary-0),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:12.54921913147rem;left:37.718750953674rem;height:9.625rem;display:block; }#dXKAhpI2JNqqEqDwzTTGwsqI2HaMA7r7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dXKAhpI2JNqqEqDwzTTGwsqI2HaMA7r7 li:before{  }
#PRisc7rSk8h1PeImcWIA0ztbSNTN04zS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaf0fc;background-image:url("https://images.assets-landingi.com/uc/fca3688e-e0f8-486a-827d-0605b0b2898f/IDDIGITAL_WEB_2025_RFID0519.png");background-position:bottom 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; }#PRisc7rSk8h1PeImcWIA0ztbSNTN04zS.adaptive-delivery-prevent-bg, #PRisc7rSk8h1PeImcWIA0ztbSNTN04zS.lazyload, #PRisc7rSk8h1PeImcWIA0ztbSNTN04zS.lazyloading { background-image: none; }#PRisc7rSk8h1PeImcWIA0ztbSNTN04zS > .row .container { background-color: transparent; background-image: none; }#PRisc7rSk8h1PeImcWIA0ztbSNTN04zS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRisc7rSk8h1PeImcWIA0ztbSNTN04zS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRisc7rSk8h1PeImcWIA0ztbSNTN04zS > .row .container > .video-iframe-container { display: none; }#PRisc7rSk8h1PeImcWIA0ztbSNTN04zS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PRisc7rSk8h1PeImcWIA0ztbSNTN04zS > .row > .video-iframe-container { display: none; }#PRisc7rSk8h1PeImcWIA0ztbSNTN04zS > .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); }#PRisc7rSk8h1PeImcWIA0ztbSNTN04zS > .row .container { border-width: 0; border-radius: 0; }#PRisc7rSk8h1PeImcWIA0ztbSNTN04zS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PRisc7rSk8h1PeImcWIA0ztbSNTN04zS > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#DnzSFrG9oOOBpakA0zdmTILvVckK3vET { box-sizing:content-box;height:23.1875rem;width:23.6875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.97500038147rem;left:8.5992193222044rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#WzlRn3RIbT1DPKSf3sv04vI3sDDIrqrL { 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:6.125rem;width:6.25rem;top:7.1000001430512rem;left:17.317969322204rem;overflow:hidden;display:block; }
#KVv2zzF94rfzN01duQZdhyBCzuVTgX7u { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.225000143051rem;left:14.192969322204rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nMUDOBiXXt98iyUxtscSEqnud98cAOyT { color:rgba(var(--color-primary-3),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.537500143051rem;left:9.5054693222044rem;height:2.6rem;font-style:normal;display:block; }
#Rinm7aVoOuzpzmzCueUbZcAbwr257oTn { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15053;background-color:#009fdf;background-image:none;top:23.499998092651rem;left:10.312499046326rem;display:block; }
#OD4JbdNLrOo58Tou7hEamrV1slc3nAwu { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.5;letter-spacing:0;top:24.374219655991rem;left:11.786719322204rem;height:4.5rem;display:block; }
#V3hWrrmn0CohZKkz0hed2lpi6NzekIly { box-sizing:content-box;height:23.1875rem;width:23.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.000000238419rem;left:37.375000953674rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#eZp9JTZKmaV4ZsXAxBU3GD4VTT56tlUT { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:7.125rem;left:46.0625rem;overflow:hidden;display:block; }
#tpOWSZfCnk8fQJzDr8TMowqu1wl9olWG { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.225000143051rem;left:42.968750953674rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nbPXnTGqPCRBUpc20gwwUPDKlZGhwlgR { box-sizing:content-box;height:6.25rem;width:0.125rem;position:absolute;display:block;z-index:15059;background-color:#009fdf;background-image:none;top:24.312499761581rem;left:39.062500953674rem;display:block; }
#TuCxLspEsvzTRr173ff4TLZXGbbCRuNA { color:rgba(var(--color-primary-3),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15060;line-height:1.5;letter-spacing:0;top:24.374219655991rem;left:39.812500953674rem;height:6.5625rem;display:block; }
#SxxCzGur7CsK1xKHDTMH5t5I4ZxXrP9F { box-sizing:content-box;height:4.375rem;width:0.125rem;position:absolute;display:block;z-index:15060;background-color:#009fdf;background-image:none;top:17.537500143051rem;left:39.062500953674rem;display:block; }
#ZqeKEFD81iqvzOcRLwzKVBUCw5awVgLT { color:rgba(var(--color-primary-3),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15061;line-height:1.5;letter-spacing:0;top:17.412500143051rem;left:39.812500953674rem;height:5.25rem;display:block; }
#ZmeBII4dhkT3MzmJc1d6LE4TM6dqSVHl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8e2f8;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; }#ZmeBII4dhkT3MzmJc1d6LE4TM6dqSVHl > .row .container { border-width: 0; border-radius: 0; }#ZmeBII4dhkT3MzmJc1d6LE4TM6dqSVHl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZmeBII4dhkT3MzmJc1d6LE4TM6dqSVHl > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:75rem;position:relative;display:none; }#BOXRqP36Q4RWK2XQDPx4XeJOu5oJJErp { box-sizing:content-box;height:0.125rem;width:3.4375rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.3750009536744rem;left:33.686718940735rem;display:block; }
#uB3OqIpMKcR7ZfFZ0c3XTOacMNJLU3rP { color:rgba(var(--color-primary-3),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:4.2500009536743rem;left:21.374218940735rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#UGeQiqXNQ7tE2Eiz1gQ9ug2qOKeBkwgZ { color:rgba(var(--color-primary-3),1);display:block;width:59.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:1.125rem;left:7.186718940735rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#TJ5doD5dMMcPQUcicfHSc3fbR1QT8qF6 { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:7.3750002859162rem;left:6.9742193222044rem;overflow:hidden;display:block; }
#WKhi8sKVph2wNfieTXnMiRRUuVfkETOk { box-sizing:content-box;height:23.0625rem;width:14rem;position:absolute;display:block;z-index:15062;background-color:#eff4fc;background-image:none;top:11.237499999814rem;left:3.7242193222046rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#zMIeT5ExK8iTE5LfoAiU4PlJDzv4aD2C { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15064;line-height:1.5;letter-spacing:0;top:15.674999999814rem;left:4.4742193222046rem;height:17.0625rem;text-align:center;text-align-last:center;display:block; }
#J37B8L0nKaKSvaDPEL6mPTAUddJeT8yS { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:7.3750002859162rem;left:22.986718177796rem;overflow:hidden;display:block; }
#TIzl5NxdTpxWdyPzmHIbMWQpAqTJZbUF { box-sizing:content-box;height:23.0625rem;width:14rem;position:absolute;display:block;z-index:15063;background-color:#eff4fc;background-image:none;top:11.237499999814rem;left:19.924218177796rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#trR9pJNb3feRFnCyB9AT6qTZrbbtxgpI { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.5;letter-spacing:0;top:16.862501144409rem;left:20.486718177796rem;height:11.8125rem;text-align:center;text-align-last:center;display:block; }
#BQO47B7P1aTcHq9iUohdgkWHHRF5PC9h { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:7.5rem;left:40.374218940735rem;overflow:hidden;display:block; }
#eKAgGJWZofPRDbBIrqF0dlIctyAvAD12 { box-sizing:content-box;height:23.0625rem;width:14rem;position:absolute;display:block;z-index:15064;background-color:#eff4fc;background-image:none;top:11.237500190735rem;left:37.124218940735rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#UyBIDH7q7BIDzdgHnL46kOLUpT3vf19s { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15066;line-height:1.5;letter-spacing:0;top:16.862501144409rem;left:37.874218940735rem;height:13.125rem;text-align:center;text-align-last:center;display:block; }
#WZK4gi0tT22iqfGQHB9CFLUKCV64eMTz { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:7.375rem;left:58.986718177796rem;overflow:hidden;display:block; }
#qd1hLXBf3iWSOVKtqPNhdEtxXdtszZ6L { box-sizing:content-box;height:23.0625rem;width:14rem;position:absolute;display:block;z-index:15065;background-color:#eff4fc;background-image:none;top:11.237500190735rem;left:55.736718177796rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#gNWJewdmllk0Xe0tSfUW5JF8QsRwEDf0 { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15067;line-height:1.5;letter-spacing:0;top:17.518751144409rem;left:56.486718177796rem;height:10.5rem;text-align:center;text-align-last:center;display:block; }
#e0xHTKW3IAzcDPpGDhyGkoKUnBEKGfGE { 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/f18418b5-74d1-463f-85dc-d212f28cf260/Diseosinttulo96.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#e0xHTKW3IAzcDPpGDhyGkoKUnBEKGfGE.adaptive-delivery-prevent-bg, #e0xHTKW3IAzcDPpGDhyGkoKUnBEKGfGE.lazyload, #e0xHTKW3IAzcDPpGDhyGkoKUnBEKGfGE.lazyloading { background-image: none; }#e0xHTKW3IAzcDPpGDhyGkoKUnBEKGfGE > .row .container { border-width: 0; border-radius: 0; }#e0xHTKW3IAzcDPpGDhyGkoKUnBEKGfGE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0xHTKW3IAzcDPpGDhyGkoKUnBEKGfGE > .row .container { font-size:0.875rem;font-family:arial;height:38.5625rem;width:75rem;position:relative;display:none; }#FkHqFKHwiGuHMtir4IyuJrJl6WQwbXzw { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15047;line-height:1;letter-spacing:0;top:6.362500190735rem;left:2.9375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aOowQZ20DCwGheVMpShm66bQMHU5CnvF { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15048;line-height:1.2;letter-spacing:0;top:13.6875rem;left:2.9375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J5HwO5yaCnalaPueplmpziKhSEglzOcT { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15049;line-height:1.2;letter-spacing:0;top:21.1875rem;left:2.9375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V2m9HTRnzRezPPbwh5RwuMXTtHIKXKDH { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15050;line-height:1.2;letter-spacing:0;top:29.5rem;left:2.9375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T9zhA1X7MAXTNGkhMQM95yoIQxIc170s { z-index:15011;top:17.437499523163rem;left:2.9375rem;background-color:#009fdf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#fdfeff;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:0.875rem;font-weight:400;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:12.5625rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i625OZAsIOQmCvaSZSTOf7u53gB3Tgu2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wRQC8lb7mPLKFX1NoeNAB9BHdTk5KhoC { z-index:15012;top:26.25rem;left:2.9375rem;background-color:#009fdf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;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:1rem;font-weight:400;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:9.5625rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PsyX5mvP3TPIg4VTIOBscaVniXgOav8Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MWmmL3yATXNb8TSSC796HyHvoWdT8bX8 { z-index:15013;top:34.9375rem;left:2.9375rem;background-color:#009fdf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;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:0.875rem;font-weight:400;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:7.625rem;height:2.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SxTmzkG50TmNBJ6yLdI52SVTRTtT7SHf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vw6x1eCnkGwAGJFTQJryueR6hQcXyPsD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vw6x1eCnkGwAGJFTQJryueR6hQcXyPsD > .row .container { border-width: 0; border-radius: 0; }#vw6x1eCnkGwAGJFTQJryueR6hQcXyPsD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vw6x1eCnkGwAGJFTQJryueR6hQcXyPsD > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:none; }#pghu2RceFOC6L9Zy3Z73ZAyEGTuelns4 { color:rgba(var(--color-tertiary-1),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15046;line-height:1;letter-spacing:0;top:6.2375001907349rem;left:0rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nm2NT9FQiLvG4UIrTqKtgUOzVS87xOeI { background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;border-top:0.0625rem solid #9bcfed;border-left:0.0625rem solid #9bcfed;border-right:0.0625rem solid #9bcfed;border-bottom:0.0625rem solid #9bcfed;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:2.125rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:26.1875rem;left:29.25rem;display:none; }
#sODU0xgQqbfzSvlTdKFMGALFMFJkE6rB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ydTmcCtioo9B6PSxpzQN7ott0nh6klX0 { color:rgba(var(--color-tertiary-1),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:13.6875rem;left:0rem;height:5.3625rem;display:block; }
#R4mk9XtBcaT77g6syKQMaA5Cmgrv63do { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:34.5625rem;left:6.4375rem;height:0;display:block; }
#TB6kd1JMZf6g4DMlUpnrVtuZx3G7a2sC { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:73.8125rem;top:34.5625rem;left:0rem;overflow:hidden;display:block; }
#Op8tktlGCy2NP6rSzv1SeSNzoqmDd3gT { color:rgba(var(--color-tertiary-1),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:20.5rem;left:0rem;height:3.575rem;display:block; }
#GS0W9bf5C1QZxgF1vvQ5QAqfk1XvBX3T { z-index:15009;top:28.0625rem;left:0rem;background-color:#009fdf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#fafafa;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:1rem;font-weight:400;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:12.3125rem;height:2.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kTJ9D5wwUJWiKfJ9CqwOo6lGJCpbWW31 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLc00sEMR8WLMVxJvVxMDNfRGpIaUmFa { position:absolute;display:block;z-index:15075;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:40.9375rem;width:75rem;top:0rem;left:25.367233702654rem;overflow:hidden;display:block; }
#akDGtcTnTBIcdrxtCApQ3KMlbdcx3TyM { z-index:15010;top:28.03125rem;left:14.675000190735rem;background-color:#009fdf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#fafafa;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:1rem;font-weight:400;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:12.625rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pxw4kdPldeubp6nf42C2d14Gi5ZTULw2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mGXFqlDu4XRTmc07kICqcpuTgtNLw6i3 { 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/99a25ada-1202-423e-ae67-45593f584e5f/IDABITABLANDINGPAGE_MOBILE_0106.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mGXFqlDu4XRTmc07kICqcpuTgtNLw6i3.adaptive-delivery-prevent-bg, #mGXFqlDu4XRTmc07kICqcpuTgtNLw6i3.lazyload, #mGXFqlDu4XRTmc07kICqcpuTgtNLw6i3.lazyloading { background-image: none; }#mGXFqlDu4XRTmc07kICqcpuTgtNLw6i3 > .row .container { border-width: 0; border-radius: 0; }#mGXFqlDu4XRTmc07kICqcpuTgtNLw6i3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mGXFqlDu4XRTmc07kICqcpuTgtNLw6i3 > .row .container { font-size:0.875rem;font-family:arial;height:64.5625rem;width:75rem;position:relative;display:none; }#pbMOo7IJO3JrQ5KSVf5caBahIT10v6mV { color:rgba(var(--color-tertiary-1),1);display:block;width:49.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.3968753814697rem;left:12.936718940735rem;height:2.6rem;font-style:normal;display:block; }
#dXPI5JTm6SnqflpRhZw91zh2WhtshKvs { box-sizing:content-box;height:48.625rem;width:30.9375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.374134063721rem;left:38.484375rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#vf6wftraEc8rv0pA1MCMeEBZIIV88SXr { box-sizing:content-box;height:48.625rem;width:31.125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.374134063721rem;left:6.171875rem;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem;display:block; }
#XVdMDidBUXexzZhvXMr3PQuekCGsRP7k { color:#219cd3;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.133680343628rem;left:12.078125rem;height:2.35625rem;font-style:normal;display:block; }
#iUPDnTwmZT6pkZcDIEX72qZMhUbfy6Tz { color:#219cd3;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.133680343628rem;left:43.743057250976rem;height:2.35625rem;font-style:normal;display:block; }
#FusTKLzSbP3eVteHxOZJciDgFhmgsqBl { color:rgba(var(--color-tertiary-1),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.65625rem;left:9.953125rem;height:13rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#s5RZrREvDBBCAwu9ZvbxhK8rkmxistR5 { color:rgba(var(--color-tertiary-1),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.65625rem;left:42.171875rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LMTkpoQCOlrpQS4fsiXzGKhua1KcgU5E { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:16.65625rem;left:7.4461803436281rem;display:block; }
#QpZT8RfTngkXid2eRBXNVPe4xoQEU5Uv { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;top:20.03125rem;left:7.4461803436281rem;display:block; }
#crTAF0AwBnS3t5XkSfo3zyfhCGr5lnVP { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:16.65625rem;left:39.758682250976rem;display:block; }
#JCUEawrDH0v6eEvp5yPWOFKHcpoQzCI6 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:31.46875rem;left:39.821182250976rem;display:block; }
#bZNfJESVZ46qvG5u3xvhm0JvwwVqWuWf { 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:15012;opacity:1;top:15.84375rem;left:7.1336803436281rem; }
#kvixIcFt4OphvEt5FUBBLhpwq3dTOvyd { 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:15013;opacity:1;top:19.093749523163rem;left:7.1961803436281rem; }
#SRZ5k54OL4Q0gAemwkw4IWrDgx2IgySX { 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:15013;opacity:1;top:15.711805343628rem;left:39.508682250976rem; }
#kGvtTmNBFE0w2l9FpXtFXdVMt2BZkBF8 { 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:15014;opacity:1;top:30.592882156372rem;left:39.414932250976rem; }
#cMPvDC3CLzAT6vEdFgKJ1Zxd94rC5hoO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:10.842014312744rem;left:30.571182250976rem; }
#DTgC1HVgXeUT5L2kVUhexku13ioi8UtA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.873264312744rem;left:63.0000038147rem; }
#uPhm0TztZ4sSNptZHcifK3gU7toWQcnz { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: none;height:14.5rem;width:14.5rem;top:35.3984375rem;left:63.575522938719rem;overflow:hidden;display:block; }
#Ld17iS97TBEXRWUkkTpyQFf1XZXkH50w { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:7.5rem;border-bottom-right-radius:7.5rem;box-shadow: none;height:12.125rem;width:12.125rem;top:28.807292977326rem;left:-2.895833375rem;overflow:hidden;display:block; }
#hwWGufOKl7uNSiz4uqM2mpKxvd2Vm9F6 { 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:15015;opacity:1;top:20.531250953674rem;left:39.321182250976rem; }
#L6FLTMzikFAT7PWkp0HGmJCvx3KNLpeU { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:21.406250953674rem;left:39.633682250976rem;display:block; }
#NbW5J0CAPuC1pM6DyOQD1wtRdCxUcv1l { color:rgba(var(--color-tertiary-1),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:36.1484375rem;left:12.078125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HIyWd9UhkMbN4i0M3kyWomOWGAi4WekB { color:#219cd3;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:32.65625rem;left:10.321180343628rem;height:2.35625rem;font-style:normal;display:block; }
#MUawWUaQPcMlfuEiVyz4a2FZHfOD6XsL { box-sizing:content-box;height:6.875rem;width:0.4375rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;top:37.272567749024rem;left:10.862846374512rem;display:block; }
#bs262v6AElfsSfp1yR4Uezhh56l9m2kt { color:rgba(var(--color-tertiary-1),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:43.144794464111rem;left:12.078125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E0WrcKCbpUfUxzfMH0TNQpZPyzP4TrD7 { color:rgba(var(--color-tertiary-1),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:46.713544845581rem;left:9.390625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UzoqsCSdqsKkhEPy1elUi7leT2vcWSyG { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:36.78125rem;left:10.571180343628rem;display:block; }
#d75SlokiInRIKwcGgEpVhCJpWkbq3i3e { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:43.2421875rem;left:10.571180343628rem;display:block; }
#iV2hqJk0tEc4eClfu42sRJbOQoRqXKqS { color:#219cd3;display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:37.90625rem;left:40.821182250976rem;height:2.35625rem;font-style:normal;display:block; }
#PnqbLuAldMmccVtOvSuRXtuf5eZdKRWd { color:rgba(var(--color-tertiary-1),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:42.322048187256rem;left:42.171875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#palaOBx0vDnG3EG8UvamNkqRO3Fyc0bc { color:rgba(var(--color-tertiary-1),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:42.322048187256rem;left:41.735244750976rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zAKAOaXMc3tULfTWAV97ecpLFZBW5Urn { color:rgba(var(--color-tertiary-1),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:49.589586257934rem;left:42.210418701172rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K7gNzffI4DWM3i01ZebJr6rdiLHfMGm9 { color:rgba(var(--color-tertiary-1),1);display:block;width:21.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:52.866668701172rem;left:42.121879577637rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GOBxn7oW4VFapg4iTdX0yyUDTvFnCz1S { box-sizing:content-box;height:11rem;width:0.4375rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:42.8671875rem;left:40.758682250976rem;display:block; }
#Cl7cLiS47ceFoRCUuSOTn68SM7TsRvxk { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;top:42.4921875rem;left:40.321182250976rem;display:block; }
#FoI6FqiqtDJ9eNHSiXmcWIc49TENN3Ut { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;top:49.6484375rem;left:40.414932250976rem;display:block; }
#Nyt8W9ObfbianHXHEbEDiwnuALx3s7uc { box-sizing:content-box;height:1.125rem;width:1.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#e3e3e3;background-image:none;top:52.8984375rem;left:40.414932250976rem;display:block; }
#I2kTagDF8zwfiHTufIawIpGDXwrr5UVF { box-sizing:content-box;height:7.8125rem;width:49.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:44.826381683349rem;left:23.861110687256rem;border-top:0.1875rem solid #eaf0fc;border-left:0.1875rem solid #eaf0fc;border-right:0.1875rem solid #eaf0fc;border-bottom:0.1875rem solid #eaf0fc;border-top-right-radius:1.375rem;border-bottom-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-top-left-radius:1.375rem;display:block; }
#ZSNyWbGeikRhR0rL9qeUhF9vHAMkvO76 { z-index:15010;top:40.26146030426rem;left:12.078125rem;background-color:#009fdf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#fafafa;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:1rem;font-weight:400;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.0625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bOOWvl4TBfF3OEarhyKKWP9e9o92CG5f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9m6afe2Q4Gr5PUnrdlRe39T5MZspL61 { z-index:15011;top:46.401044845581rem;left:42.160415649414rem;background-color:#009fdf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#fafafa;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:1rem;font-weight:400;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.0625rem;height:1.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZFLGAuhxRBShSLm1CXmWA2N9o2q2uoFL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rRlhgM2MRvW5NZh5JABoSRu3owFC7eVZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),0.76);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; }#rRlhgM2MRvW5NZh5JABoSRu3owFC7eVZ > .row .container { border-width: 0; border-radius: 0; }#rRlhgM2MRvW5NZh5JABoSRu3owFC7eVZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rRlhgM2MRvW5NZh5JABoSRu3owFC7eVZ > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:none; }#bTXB7nELI0RTtAc1eSGI7oBAWndb3PJE { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.5593757629394rem;left:11.937501907349rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aQ3h3nJeaEKzqOXknpoOwiwKGptNPaU5 { position:absolute;display:block;z-index:15022;background-color:#0080db;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:26.125rem;width:14.9375rem;top:9.3125rem;left:12.375rem;display:block; }
#XZVW0ntJ7K3euv7IFHT2KFc0LK9UXvXE { 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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:26.1875rem;width:16.0625rem;top:9.3125rem;left:-4.125rem;display:block; }
#iHPABBSF65CEcUGgIUVJrtJt0MiMSUaA { position:absolute;display:block;z-index:15023;background-color:#0080db;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:26.125rem;width:14.4375rem;top:9.375rem;left:43.8125rem;display:block; }
#Md9ep96WgxvowSs6XhT9WDnUnaz8GD5B { 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:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:26.1875rem;width:14.8125rem;top:9.375rem;left:28.1875rem;display:block; }
#nStJPUSuPDy5HqQtt0A0k52L7dJzCzAP { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12rem;width:13.9375rem;top:10.1875rem;left:12.875rem;overflow:hidden;display:block; }
#p067CabIalPzgPdM8qDGN0dfSJ8cc9f1 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:23.875000953674rem;left:-2.3125rem;height:2.6rem;display:block; }
#eualQIrlXtNxFQ0F8d6eagGur5w5xyx3 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0080db;border-left:0.0625rem solid #0080db;border-right:0.0625rem solid #0080db;border-bottom:0.0625rem solid #0080db;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:#0080db;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.42916625rem;height:2.36666625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:30.1875rem;left:30.4375rem;display:block; }
#OleTeMPHp3TKA0MsUCVNxJWQR3fkaf21 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kxKkTMEQDyPsvJZ6BiIJr32rmg9OfI2t { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.1875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:30.25rem;left:45.75rem;display:block; }
#IU8huPgRMGRA4KAMvliPecgzrTKiTvKa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IRuSGib1IwUpITMtIffRvDEPipk2Pfx4 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.375rem;height:3.9rem;display:block; }
#sLm9elcHWkA88ols4LyBXZNuHmlQ6Ode { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:23.8125rem;left:13.625rem;height:3.9rem;display:block; }
#qzBsH0SmuivN1JwzsNLzr7Ng0wf35TEM { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:23.875rem;left:45.125rem;height:3.9rem;display:block; }
#TZTkgwgAdVuuUleAZTFQNeVNklMKorJg { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:11.0625rem;width:12.4375rem;top:10.968750953674rem;left:-2.25rem;overflow:hidden;display:block; }
#LsRnTOqqUrUFbzxdSdNcKaL6ZGnCHGkF { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.85416625rem;height:1.97916625rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:30.1875rem;left:12.875rem;display:block; }
#Z5HnvTTeHUpHweSuFRkuiFDWHpkz04Ry { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UsnRLuyTZ6pVTQLbOWP6GHyUmb9BWWbb { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0080db;border-left:0.0625rem solid #0080db;border-right:0.0625rem solid #0080db;border-bottom:0.0625rem solid #0080db;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:#0080db;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.25rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:30.562500953674rem;left:-2.3125rem;display:block; }
#E2zcP8khztwFWtrk4t2tq7ySc8EQ2k3h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QNmZhDpnbrHd6HVftQxS0FsVk76InyLM { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.0625rem;width:13.375rem;top:10.4375rem;left:28.9375rem;overflow:hidden;display:block; }
#IMdohNdyfz8T4y6HnRWATiCphdnHb1wq { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:11.8125rem;width:13.1875rem;top:10.5rem;left:44.5rem;overflow:hidden;display:block; }
#lzq5vOJTf5LOLXuR4fOzChZf2LV9Wn2x { position:absolute;display:block;z-index:15028;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.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:26.0625rem;width:14.3125rem;top:9.5rem;left:59.25rem;display:block; }
#VGyi7drqu6wz3FB9J4vVnzoTka4Gh9rT { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0080db;border-left:0.0625rem solid #0080db;border-right:0.0625rem solid #0080db;border-bottom:0.0625rem solid #0080db;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:#0080db;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.49166625rem;height:2.24166625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:30.25rem;left:60.6875rem;display:block; }
#bnBlXqnrhawTXhcyK6hHcchLFE3JkIdX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B0U0lioFL3k6fBk0x7g8klyBPDMCeQvV { color:rgba(var(--color-tertiary-3),1);display:block;width:12rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:24rem;left:60.4375rem;height:5.2rem;display:block; }
#JSr4us92iPrwlkmLqQ2T4L8gP2i4mxGs { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.1875rem;width:12.1875rem;top:10.375rem;left:60.3125rem;overflow:hidden;display:block; }
#ENEpAQTREb4xzx9CE34ldTGPfuIV7fFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ENEpAQTREb4xzx9CE34ldTGPfuIV7fFo > .row .container { border-width: 0; border-radius: 0; }#ENEpAQTREb4xzx9CE34ldTGPfuIV7fFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENEpAQTREb4xzx9CE34ldTGPfuIV7fFo > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:none; }#iuMcT1XJZT6kkRU80iSAfUVMiMbNmF4z { color:rgba(var(--color-tertiary-0),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.0875000953674rem;left:22.375001907349rem;height:2.6rem;font-style:normal;display:block; }
#w92rbuBlZZuW3qUi1DIrbVsgNzU0oJE5 { color:rgba(var(--color-tertiary-0),1);display:block;width:58.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.0000004768369rem;left:9.0625019073488rem;height:7.06875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVPbAVBkkOJ14Rn736RtsLbWdibc6BT5 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.75rem;left:7.6875rem;height:9.425rem;font-style:normal;display:block; }
#TJqPFmsQMTIS00WT9QPegGlaG3OkG2eJ { color:rgba(var(--color-tertiary-1),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20rem;left:32.3125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MDH7yT9yIECJuOU3xGLTrWM5xMdolNXT { box-sizing:content-box;height:16.8125rem;width:64.0625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:18.375rem;left:5.5rem;border-top-left-radius:3.625rem;border-top-right-radius:3.625rem;border-bottom-left-radius:3.625rem;border-bottom-right-radius:3.625rem;display:block; }
#ktcVNTK30TTMGUfgwul83r4V2N2NdKRR { z-index:15011;top:34.25rem;left:26.4375rem;background-color:#009fdf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:19.0625rem;height:3.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z17nQ4qElK9vldTO4DIL2hGAdBwz6LxE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gdPM1fO9zsNqbFOrTFu3xdBiPr5aHFHU { color:rgba(var(--color-tertiary-1),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:24.6875rem;left:32.375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J6FOBgZf2Xza67tI79bBkphG3RbETAXf { color:rgba(var(--color-tertiary-1),1);display:block;width:31.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:29.6875rem;left:32.375rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HpHkBWXBgmy3dGlt1ZhshbrkKoaWpfSp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.0625rem;left:28.5625rem; }
#zmPmfStG4ekmSANDqRIq0KVPdDO7D3kb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:24.75rem;left:28.6875rem; }
#wTQ53avL12oDHF2Qf9cZXiKMTbNgJVqt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:29.6875rem;left:28.5625rem; }
#uN3clNdV4azGg96cOyKXm3zWtw8coqDA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeaec;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; }#uN3clNdV4azGg96cOyKXm3zWtw8coqDA > .row .container { border-width: 0; border-radius: 0; }#uN3clNdV4azGg96cOyKXm3zWtw8coqDA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uN3clNdV4azGg96cOyKXm3zWtw8coqDA > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:none; }#G0BWWAT7cC3TxLnTx2WvzIvSnlK12mp2 { color:rgba(var(--color-tertiary-2),1);display:block;width:43.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:1.3781251907349rem;left:18.375001907349rem;height:2.2rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cayutdtfisyrfwGhghwD2ITLbnZzQ8ST { color:rgba(var(--color-tertiary-2),1);display:block;width:29.875rem;position:absolute;font-family:"roboto regular";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:10.973960876465rem;left:35.937501907349rem;height:21.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ts69PN5w4oZW3uF5xUQraD7SLqThUslf { color:rgba(var(--color-tertiary-2),1);display:block;width:49.249125rem;position:absolute;font-family:"roboto regular";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.8125rem;height:18.125025rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RHfpRTP0scaTIM7BbstAKbwwT7cTqbDX { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:25.625rem;width:25.625rem;top:8.4500045776369rem;left:8.2500019073488rem;overflow:hidden;display:block; }
#Xp50B5yBmR5GVuuNNEEDKEk4wgEBLq4t { 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; }
#M09SB75XAP5IaWNMyZn6Tq75y7EWUnzu { 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; }
#VtKfUfpfruIgfmRKpSuE2bVNJvlWotZP { 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; }
#RPBHh7wCSFsQnJPdk8Xe8fnlq01Ql1wk { position:absolute;display:block;z-index:15000;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: 0.1875rem 0.1875rem 0.25rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#OxZOBqAB6GpSUF3HuAQaN4RNHcD9z2AT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:28.375rem;left:15.3125rem;display:none; }
#RVWleDlEkxu48gDhxzuwfaFiIFyFTv6O { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:28.8125rem;left:8.625rem;display:none; }
#WZWaUpDCrkwncq7smXmhdb0fJxq3er6O { position:absolute;display:block;z-index:15000;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#pVURhiHxrvcaHTXW1UDGAHkDa7dt6AlO { color:rgba(var(--color-tertiary-2),1);display:block;width:49.249125rem;position:absolute;font-family:"roboto regular";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.8125rem;height:18.125025rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#H9KT4gf19N19hwrKJCm85VFcFL66czEL { position:absolute;display:block;z-index:15000;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:12.5rem;display:none; }
#k1CXnwDSllfA8Ud6eaU2MLiJB72vID51 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.249125rem;position:absolute;font-family:"roboto regular";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.8125rem;height:18.125025rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#bHQrJykHLkEi2gvzWzD8OV5AfZ3J5OcP { color:rgba(var(--color-tertiary-2),1);display:block;width:49.249125rem;position:absolute;font-family:"roboto regular";font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:4.6875rem;left:12.8125rem;height:18.125025rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NWieAM8X2CBVooHXE3DJo2TauTKKoTbT { position:absolute;display:block;z-index:14999;background-color:rgba(61,144,204,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:8.3125rem;width:30.4375rem;top:17.5rem;left:35.687501907349rem;display:block; }
#gi95XqccIA7tOKXFq3HhNuQtS54Z0sam { position:absolute;display:block;z-index:15000;background-color:rgba(61,144,204,0.35);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:8.375rem;width:30.4375rem;top:26.4375rem;left:35.687501907349rem;display:block; }
#yLWLRKUNZfWhPpDOWQXcTxFwZOX2yCMt { position:absolute;display:block;z-index:15000;background-color:rgba(61,144,204,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:8.8125rem;width:30.4375rem;top:8.0625rem;left:35.687501907349rem;display:block; }
#bCqWwtRzToPP91WXKp0P9sUse6wJwyEu { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:"roboto regular";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.9625015258787rem;left:46.875005722046rem;height:1.4625rem;font-style:normal;display:block; }
#qzhN09tJNIqJl7tmFTQ5wTKZu4QuEADx { z-index:15012;top:36.625rem;left:27.968750953674rem;background-color:#009fdf;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:18rem;height:2.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IiNUH0E9tlREJEpXJRDldgfJvPWfilSZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QXdnfHTs07eOgB4JCTpDETbsiFkuZyhh { color:rgba(var(--color-tertiary-2),1);display:block;width:47.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:3.578125rem;left:14.816667556762rem;height:1.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .row .container { background-color: transparent; background-image: none; }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .row .container > .video-iframe-container { display: none; }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .row > .video-iframe-container { display: none; }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .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); }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .row .container { border-width: 0; border-radius: 0; }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#D9Nh25cnMmfuyNcuTvJzoBvhsbTVNH1E { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:6.8125rem;top:1.82421875rem;left:3.359375rem;overflow:hidden;display:block; }
#VNsD9TaTKPFpqfOBzgpiyzKpX0euV1Ha { color:#d5c8c8;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.000001907349rem;left:23.062501907349rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#g0gC7xDeZbTzTRhHGXtBU1t17fiTd4Tu { color:#979797;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:3.2687511444092rem;left:29.031251907349rem;height:1.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s9KrITyT9yPTy8mgWWitpS3uMBUOGOol { color:#979797;display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:3.2687511444092rem;left:41.031251907349rem;height:1.05rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VQqB37tkQGgsVr7JCBEc3sz5AsRtXXlr { color:#979797;display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:3.2687511444092rem;left:52.937501907349rem;height:1.05rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vteGp1MvxiLO8o011aHoPBxJvWsC2s0f { display:block; }#vteGp1MvxiLO8o011aHoPBxJvWsC2s0f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMQIReoZmZk4QbvHr628G59izF0yyoM { top:0.8125rem;left:37.25rem;width:10.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdOBbHtIy5UI8C4oh2GfGIkS66JLz6tp { display:block; }
 }@media only screen and (max-width: 763px) { #ekTg4Ag32nFpr6X6wE9R33THPQkgHl0i { top:0.875rem;left:38.1875rem;width:9.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKvf7CQBDC6Hv44VaZRDCo1a08tOPLLA { display:block; }
 }@media only screen and (max-width: 763px) { #uq2zRNwmTZW15QMgCKLrSPTlqhSZI4bg { top:0.8125rem;left:42rem;width:5.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut5e3lLbwIfzySpFsaxvKt3UQOsiA2EU { display:block; }
 }@media only screen and (max-width: 763px) { #TBmorIKovRqnUK1DsBJkICPTCTmApdio { top:0rem;left:0rem;width:7.625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH7eradqkridDbsu6TcRJzygTeAoDZQ3 { display:block; }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysqyZ177G4MMTZDud7vgqatQFWX7g2Qp { top:8.8125rem;left:0rem;width:43.9375rem;height:;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVRFGNyynPsE7HKwJuXxXOV0dhOEusxW { top:23.4375rem;left:0rem;width:27.75rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDWX2DzP1tD1GlQ8LIUdMDKQnTq3R4H2 { width:24.625rem;height:2.9375rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG2k73e14yWANoTaTueLukIICarVB11v { display:block; }
 }@media only screen and (max-width: 763px) { #A8I7GcMVvhcuP2WfNmGrQ8yKokfLrv0m { top:36.4375rem;left:0rem;width:29.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbxO3vIHSCQvsKfSzpOdrVFrQiZcNKAT { display:block; }#pbxO3vIHSCQvsKfSzpOdrVFrQiZcNKAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKiD5oSEGxrZINrxQCV6C1PG5GT1wnLK { top:1.375rem;left:11.099999427796rem;width:26.625rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n40G78GtC4HEgieddiemErzySbQCkTCM { top:1.375rem;left:3.7804689407349rem;width:40.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #McthItpRMpoH44ifrgxK9yPL1T6fxCWZ { top:4.375rem;left:20.912499427796rem;width:3.4375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb9FrMTXTF08qEKzlT6hZ8L3boNU0D9c { top:6.875rem;left:0rem;width:25.375rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8IwLzxvbIG3Nh6Tn14Rwq7b85VRuvQ1 { top:13.75rem;left:0rem;width:23.5rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPBOlCgUui8iNB97NCGbp3VN2yRgswkd { top:7rem;left:22.375rem;width:25.375rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtgDIdqVdmGez2nEmT3WWLGGSvDHacTN { top:13.75rem;left:24.25rem;width:23.5rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPaQqHKfbsQiOaTN9WCTh1f9TwBqcJ2J { top:8.1875rem;left:1.9164056777954rem;width:16.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oitbqFmltKBXZTiQP73NVm3WvNTQoeZ4 { top:10.375rem;left:0rem;width:20.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKeXMoWXmXBTCuguVIBLWytD9i0sJivX { top:8.1875rem;left:28.037499427796rem;width:16.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBVGe1KPRngpdewFeBKTsy5Sk8CLFoyT { top:10.375rem;left:25.756249427796rem;width:20.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI44zndiiuwHrVrWacsqIuiQUZSVexyA { top:28.625rem;left:0rem;width:1.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJqq4DdbbDKiKtWVOCR7kTVVD6fyTsC2 { top:28.125rem;left:0.66640567779544rem;width:17.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfThAT0pIbDUO6raVyJrCoK9wwOf9uLy { top:31.5rem;left:0rem;width:1.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVKmJOySCucTMbmmfa4sOxxPpE2mytrE { top:34rem;left:0rem;width:1.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ZfnsqG5kuwrHBW4hGELClhS5f9ncie { top:31rem;left:0.63515567779544rem;width:17.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yswlIBpnmhp7gxSXbexBGTRycMCuzUEy { top:33.75rem;left:0.57265567779541rem;width:17.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKm3ORaWgmUoou2lpNSa1wzSWiadSCFD { top:36.875rem;left:0rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yABcUMbwUCmRyJWt40wnxbCGEkZabPlb { top:38.4375rem;left:0rem;width:19.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfTlksmV96iePJeeOb4TIdO026SX6nxS { top:28.625rem;left:25.750000953674rem;width:1.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT6G1BGnX9I6xn0VbMtFz6UgMQI2ZP54 { top:28.1875rem;left:27.437500953674rem;width:17.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9HKTM8q6Wmt1bK58Rov5gmhTDpx9b1b { top:31.5625rem;left:25.750000953674rem;width:1.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf0tZApsT195c1AUrAnXvXLoXFBhEGcI { top:31.125rem;left:27.437500953674rem;width:17.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFS88zcOqV0dsti1p6liiL6vUWy1EpfA { top:34.625rem;left:25.750000953674rem;width:1.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTJey6RD4gArLMbnNcl1FPRRBUvmagQR { top:34.1875rem;left:27.437500953674rem;width:17.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liTOUIoEqHUgbDaIQxqeofr5Gu2HTPEe { width:15.5625rem;height:2.5625rem;top:38.1875rem;left:27.437500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #BakcR1C1DxWTL8LN9iTabTKEqm5EdFzu { display:block; }
 }@media only screen and (max-width: 763px) { #KWdWs55TzCW9bsa8dsK10knp6Av0PgtG { display:block; }#KWdWs55TzCW9bsa8dsK10knp6Av0PgtG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CP1dZygF0AtknHAPaTEPlR5IWoPc8otJ { top:2.3125rem;left:3.75rem;width:40.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGQX2QcztrGMMfoWt26Z6pD9S0tSIMXV { top:5.3125rem;left:20.9375rem;width:3.4375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhGqvQF0OX8Nfb6yHgxzbNsDvThTCnZn { top:7.6875rem;left:0rem;width:47.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt9xuVMJvbwx62rntVZAHKPukaS3RxTG { top:9.6875rem;left:0.62421894073486rem;width:44.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITTGB3GeGiTEA6bBh5iMOLH9H50TWLR2 { display:block; }#ITTGB3GeGiTEA6bBh5iMOLH9H50TWLR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SESRo87Ew6nIZSTz3MmoVyLFCOz922mE { top:1.5625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNHdN3UvesB3WXCmM03zNFXXpWTF6c1E { top:4.9375rem;left:21rem;width:3.4375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow8v7W2qsTSdkbTSnEiiLSd7BwSgXtko { top:7.1875rem;left:0rem;width:12.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJOHJWKztNwNTJqiO9vXTUD5SlQobMAQ { top:7.1875rem;left:8.550000190735rem;width:12.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2qTAXWWyBDRuT8hnDvlXJVMCwrRG1pO { top:7.1875rem;left:24.437500953674rem;width:12.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZaf0PzkeG5DtRmJPd2egQJ8lDl2VXng { top:7.1875rem;left:35.25rem;width:12.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK2hHIb74h6US9kpUE6B0TCO9ZNvFxu5 { top:8.125rem;left:0rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXImhDZsmdivabmhAU7JKbT6XqOSB5p6 { top:14.9375rem;left:0rem;width:11.0625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNaqWVufbRyTi5IX7kFnN2PXEiy5LuK2 { width:8.4375rem;height:2rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tar1S72zF35SeLpXck6sCxyus1RtzHnu { display:block; }
 }@media only screen and (max-width: 763px) { #L4woysb00aGJXwx3TTFTiiav2H6bFgu7 { top:15.1875rem;left:9.362500190735rem;width:10.875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTkSieGQtdebeTTiLwM0p38fyGSnFcLl { top:15.5625rem;left:37.0625rem;width:10.6875rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC7WTakZJST8bzRkOTmgXJV5TSbK27T5 { width:9.5625rem;height:2.3125rem;top:20.3125rem;left:10.018750190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXM5gCxRNONml06ncKNbbbTQw5ASTpQT { display:block; }
 }@media only screen and (max-width: 763px) { #KzC1HcTmcbuc2zDUJE3OzSiBs4gQ3yxr { top:7.6875rem;left:12.062500953674rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftIpdISus74byDpUW9nFvTOvizCJ072H { top:14.9375rem;left:25.250000953674rem;width:10.875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOq168Nsmfu8TTVEqRRuXNKbDsqTCGJD { top:7.8125rem;left:27.593750953674rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKtyFc5hr0RbvJKC4XiUK68twF2hfiso { width:9.5625rem;height:2.3125rem;top:20.3125rem;left:25.906250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG1B4TN5uhmTIpnNMdP3HI82IkrLLvHP { display:block; }
 }@media only screen and (max-width: 763px) { #J33mcEG9zRRDxynCKaTJZ514br7sCu4H { width:9.5625rem;height:2.3125rem;top:20.3125rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7C1nr41FWQqfPAoLQpnOVnZSc6xAOfp { display:block; }
 }@media only screen and (max-width: 763px) { #ZcfEoaJkog9xHRJFTXh8SqC5lfh5SR8q { top:7.9375rem;left:40.75rem;width:7rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKnRUTSNSFQMnLSUVKNbmBtEaDnHQsb3 { top:25.8125rem;left:16.5rem;width:12.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqIvRpLnMJKEyvufitt6x0HT2UWrUeL2 { top:25.8125rem;left:19.25rem;width:6.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTVcrdTd2cFTf5Dsm188qy4i2hcKOsIR { top:25.8125rem;left:32.375rem;width:12.5rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBnZivC125gTWnsuqq4p3Nz365K3xAw4 { top:25.8125rem;left:35.5rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze0Z1PpagkVgMQEfWKSyRVNgx4SyiBpO { top:6.3125rem;left:17.75rem;width:10.125rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikBgISXzsvqHa1SxU6QsKVpE68hA3NkF { top:5.6875rem;left:33.1875rem;width:10.875rem;height:4.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKHtuczLoiKbWWaPlwdJBbtyt56dGwq0 { width:9.5625rem;height:2.3125rem;top:12.0625rem;left:17.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwVPfv2WTiHGoLdZUvUOL2Tgh7EcSWlo { display:block; }
 }@media only screen and (max-width: 763px) { #FWFBB7ihpkU33hXhzCpahrRAucAEFKKr { width:9.5625rem;height:2.3125rem;top:12.0625rem;left:33.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7PxITZsMNtHZOZ2IKmDBTPMErtTu2rI { display:block; }
 }@media only screen and (max-width: 763px) { #tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy { display:block; }#tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ONgyFpgK3XSCoZ2H74szD9QbV1TH7fcS { width:9.5625rem;height:2.3125rem;top:12.0625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bArdaeG6qNxOlfArgRmX3SDKsr9v2iP5 { display:block; }
 }@media only screen and (max-width: 763px) { #BNoTX0tTH5yfMMtNwqQyRSmFkn7hGHDh { top:5.6875rem;left:33.1875rem;width:10.875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khxUixkvvvVPGWaAdnD2J7wILlG648oE { width:9.5625rem;height:2.3125rem;top:12.0625rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN8IK4SRHUwsPfSRk6dtQPaQpwdJcZom { display:block; }
 }@media only screen and (max-width: 763px) { #FHoLXz5TM3whIKlo7evezVrSqminNXFx { top:6.3125rem;left:17.75rem;width:10.125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhMaDMtNFTZKT18NdQp6RPG9cB6a5vzk { top:34.375rem;left:3.75rem;width:40.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfpAdTP4XPnW8VtVczfZiORAfbkQr6C { top:38.8125rem;left:21.125rem;width:3.4375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHf9cwOB8nrudgnVfx8Vvywy8oUIDv4v { top:40.375rem;left:8.6250009536744rem;width:29.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaskgZdRvEDP6vHXPOlhWakLzWPEWDtv { top:50.625rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tABzf6EWVxsx6vrHEgIRUJD5B8Md1gBq { top:59.875rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvLDuqQMMmXzNnyvS4HmxllL8EdHGWgc { top:69.625rem;left:0rem;width:5.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOQa0WBVSmhvf0bXvQOk0Tu1v5nd2O3L { top:78.5rem;left:0rem;width:5.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXIzZBqLQeVEGZTXL3wqHe4fuvTMIdcm { top:50.625rem;left:0.80000019073488rem;width:26.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPUJXClBT0JnKXQWOTQmR6pmhbm4SaGp { top:50.25rem;left:0rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht72lTbrHlhJ5xrusfxQiLMaiWEtRTv5 { top:52.3125rem;left:0.80000019073488rem;width:31.3125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWU3VsIaoEqxHOo8AgwOwLvbZEEXOsWF { top:59.9375rem;left:0rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEdPFtNk3TLTz0z11BX8BDASq2G6JlmM { top:59.8125rem;left:0.8125rem;width:26.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev2acCOgQo0p2HPVQEhhclUbZpu5PRAB { top:61.5625rem;left:0.81249904632569rem;width:31.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObAlhJhVOCBLR5tIsFizZftaFMigtZbq { top:69.625rem;left:0.8125rem;width:26.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg3aFurAtk2e6mzQiOX90LBMNhS2Bwz4 { top:71.375rem;left:0.81249904632569rem;width:31.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyAMElpu1HykBvlNbcMKHz7O5K5D834m { top:78.5rem;left:0.8125rem;width:26.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpfU4RqBr0ip1AzwB1tJisDBUzOPahVB { top:80.25rem;left:0.8125rem;width:31.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoXTkIuVqCpXbdH53DhElByIkS01HmmJ { top:69.625rem;left:0rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCQceka48VTuiPAVFZVhqSngz8w1kdGU { top:78.5rem;left:0rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh93q7mExTsrghVl0ooaqVVkQMbkiAn0 { width:12.5rem;height:2.8125rem;top:88.3125rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKS1sM7KDJpISZs4q1RWOA3fgJwSkSyX { display:block; }
 }@media only screen and (max-width: 763px) { #vGrSOqQv769RL7wb8xeG9T50eEB4e0k2 { top:101.9375rem;left:15.875rem;width:16rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzUJ9NUCBlUWDePyqFceaPbRsThWkmTl { top:106rem;left:22.4375rem;width:3.4375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBh0EUPKvFfLGDitMQTDeqDHmgXhqfpI { top:107.5rem;left:14.912499427796rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON0IpxGbbV0ZZ4bSvoQL6fe06HMBuGaQ { top:117.4375rem;left:11.331250190735rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zagHArQ06zJWS8AQKqWnLT04reRPk5TR { top:128.75rem;left:11.3125rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2uUgRB5DTqTrF3DdZ9Mk0XDqFK8CBcW { top:117.0625rem;left:17.675000190735rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl24feyIGJ4vIuONTqbk1aTaP7KlMat7 { top:128.375rem;left:17.6875rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #alyhguTeP7fBUWqWsnBfnTTkNbUXPvv2 { top:117.4375rem;left:19.724999427796rem;width:23.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqU00d5NsulOkTFKMJhafinvXQZ1mqKy { top:129.25rem;left:19.724999427796rem;width:23.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqXbbhavswr36Fx448UrgIO5XztTRLBT { width:12.5rem;height:2.8125rem;top:141.6875rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpaAV8pJKOxxPAchIItTCrKLFsyMvkgI { display:block; }
 }@media only screen and (max-width: 763px) { #IxhhwWW1QgGyWPDLxhoXPPTTkKa3valp { top:167.75rem;left:15.875rem;width:16rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNTse3Xfk7zBRKzKVsrC2EbvpOEHdyeZ { top:170.625rem;left:22.1875rem;width:3.4375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwXBArGf2y3tbC7C6TPaSicRKthsIRfT { top:171.5625rem;left:9.875rem;width:28.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvwobxaOZZTcNT64Mdpto88m6998T3qM { top:184.0625rem;left:0rem;width:15.625rem;height:9.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #reOBQEQuJxoTgSMDGlmex4B3bJTTvVlL { top:179.6875rem;left:15.612500190735rem;width:5.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0T8WCS7wNt1eBNlkfTMpmevpBkHM8Te { top:186.0625rem;left:15.300000190735rem;width:5.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB6pBR4tk4oDTI3WHn4NhbOSo50LSiCe { top:187.75rem;left:20.987500190735rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgzxbbFfx0Id7FeoqSht5LVJQKpzTlS7 { top:180.8125rem;left:20.987500190735rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr5dzRuhBS12tFO8ztZdRQVSf3vqcEXn { top:181.0625rem;left:22.437500953674rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1TgoiS5AWTBWI8KOUONAI0dgJfmBNVm { top:188rem;left:22.437500953674rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe { display:none; }#GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxlHrLNsyi8l4aznvttbCxlyPD1Gc743 { width:9.5625rem;height:2.3125rem;top:12.0625rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4Bbw25SDocQLT3wIQiZdhT5GTMGBexs { display:block; }
 }@media only screen and (max-width: 763px) { #Gy1FNsEIxmuoT9SrWEooQWqMN9JPo0xA { top:5.6875rem;left:33.1875rem;width:10.875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHV0NAhl0PwRUzWJRu8bWRkWmW8wcaCs { width:9.5625rem;height:2.3125rem;top:12.0625rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPevFnxw0wywxt2W0b6Gi3liTJgblnCN { display:block; }
 }@media only screen and (max-width: 763px) { #BGT7wsxpEmxMZhmm5lGTLvFTofPB0hWK { top:6.3125rem;left:17.75rem;width:10.125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iic4QqeiKz9nhpnICN266t71wQl2COEK { top:34.375rem;left:3.75rem;width:40.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI5eeVO31rnexh1MAWECRTQnHn1srPVb { top:38.8125rem;left:21.125rem;width:3.4375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ0MtHbJHIgZgrdsSDa6ScgFTPPP9DPx { top:40.375rem;left:8.6250009536744rem;width:29.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEFnRSQKegqOeo7WOzxGhP9ElJ1zvmbI { top:50.625rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEso4ffRwwD5bhWm2EKgfFLJG2akFvqQ { top:59.875rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0fmVFQDO4xOnL94MuHWdei0gLkQsfAO { top:69.625rem;left:0rem;width:5.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9IOIeHw90KTiOR16ZIAC6802IacTXP7 { top:78.5rem;left:0rem;width:5.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFBmAf95dHML6tJAsAicCybZxrDfHiyi { top:50.625rem;left:0.80000019073488rem;width:26.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4aza0pqG9gHy8VWOhp22m4usvq0IHl4 { top:50.25rem;left:0rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTUS8SyWThFCAkoRiRGGb0KbmGhQUOvS { top:52.3125rem;left:0.80000019073488rem;width:31.3125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGbNMM3PLC24MDz0a7dzxkQTGRPiLcSM { top:59.9375rem;left:0rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZnahaFbTtNHmieacmoqPIRPGT1lyawg { top:59.8125rem;left:0.8125rem;width:26.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFgCkonkkQNkahnzdqUWLWzD3aldfSTT { top:61.5625rem;left:0.81249904632569rem;width:31.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRWaXDpg6J4ioGgsbddta8xSJ6cD36Cg { top:69.625rem;left:0.8125rem;width:26.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW4ZeJgWuhKNG1C4ASng2zuDXBv2uE4n { top:71.375rem;left:0.81249904632569rem;width:31.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExC0qJvI2lMhZHJSKr0cIvzA024bGxBK { top:78.5rem;left:0.8125rem;width:26.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWWxb2qa5mGBNS0Zr6F7b86C7feld4vH { top:80.25rem;left:0.8125rem;width:31.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn1LraecUE6Pd6pbyvIhcaRruyUMb2kR { top:69.625rem;left:0rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMqFkKHw9lWN4sSnTBK8TTUvyXDg989T { top:78.5rem;left:0rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cB4B93W6cGwlO4O7r19blIOSbQivGpsd { width:12.5rem;height:2.8125rem;top:88.3125rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF32qVApFVnvSOGrxdZiefTPx0oBMKTR { display:block; }
 }@media only screen and (max-width: 763px) { #E4hdsLuxoWGCOzuxEcSheHuV83i5JFXh { display:none; }#E4hdsLuxoWGCOzuxEcSheHuV83i5JFXh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Fw7F1UIrpeXoPDgub9GTFMaqf4eK5EMD { top:101.9375rem;left:15.875rem;width:16rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #McZm326VLbOgo9pXb4mqGOnlv0WvmCMX { top:106rem;left:22.4375rem;width:3.4375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V165WQoDfAD5uXdhwkCH0EVgUcFaRk0w { top:107.5rem;left:14.912499427796rem;width:19.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN4aqlGTVgQZQx3qcpXi8nxtdWlT0BnF { top:117.4375rem;left:11.331250190735rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8MZkSdoPcv7hNESubsqKxbnlTLHUcp3 { top:128.75rem;left:11.3125rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRzrwWhEQJNgNZUcuJxvufMtVAPkOlUc { top:117.4375rem;left:19.724999427796rem;width:23.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUTO5ObW0qtePvcwBFVbDq4GTzMbEpPW { top:117.0625rem;left:17.675000190735rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRikDRh9MLkaSEKIDpRplSlsDvXHDCNy { top:128.375rem;left:17.6875rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEWMbaxMPkTeoyUTt7U0JrZooMJPlq06 { top:129.25rem;left:19.724999427796rem;width:23.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt3STtDcKTsgu0xdN6b7FbTDTxgAm0yv { display:block; }#Xt3STtDcKTsgu0xdN6b7FbTDTxgAm0yv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ksU0SGJ2Rb42rnEgqfR2hFHGoQMxd1tS { top:3.375rem;left:15.5625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0KKFcou2whggzmVTkDFCQp0QZoh80Gp { top:4.5625rem;left:20.875rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnmkC5bHK4lMpVRU1FbAACxKdfk8D2do { top:4.8125rem;left:22.593750953674rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODyMWo7MJFI4Sy3wSrJLTtINV9kF9Dhg { width:12.5rem;height:2.8125rem;top:11.25rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #wINTVQXPGmyF5GPBiM7lEE0zNnOafg1h { display:block; }
 }@media only screen and (max-width: 763px) { #c8uOLTvLdi0NHApppvodXMu9TWe5MVsy { top:167.75rem;left:15.875rem;width:16rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #feuKgx3bcKlZtNX3TO8U5AzM4wRHxa0O { top:170.625rem;left:22.1875rem;width:3.4375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqQeLFFWgL5RTdaknzuG9FV6gEPaywPL { top:171.5625rem;left:9.875rem;width:28.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRkX508N8T4ak7xbm6XyFRBaU8axUrMA { display:none; }#eRkX508N8T4ak7xbm6XyFRBaU8axUrMA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EdO4wvtWO3Ufy9k8JmZgJkTPVs6AXZLV { top:3.375rem;left:15.5625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMSEZXwLTKAMWXS1NFqwIUMuyT3k42Xq { top:4.5625rem;left:20.875rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvF424PDsRdt0ixNDTMLggXTSxfNnRK6 { width:12.5rem;height:2.8125rem;top:11.25rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoHEVOQ5mifJCyaT9NcqvH6gc96R1WZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #JRCcTBPdT5zRlhdRG1ytMAh57bfscZK6 { display:none; }#JRCcTBPdT5zRlhdRG1ytMAh57bfscZK6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z9kFudkReC9kkvw2E7hoQgET6AeVNd1R { top:3.375rem;left:15.5625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9qSaGvNeKiaFIvuFssgBQoyvwnoafz6 { top:4.5625rem;left:20.875rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTQcDEGbtDH6Xwcxp82LXJ8ELtT2T7dv { top:4.8125rem;left:22.593750953674rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhRWasJ0FDkRhHmnSgPe6qveGUUSG2uQ { width:12.5rem;height:2.8125rem;top:11.25rem;left:17.625000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #utatBtCFKJNr2NXbI415M9q0llTPDMwD { display:block; }
 }@media only screen and (max-width: 763px) { #f93CtxiJssTU52fhVqrVNdtePwfSRmSi { top:184.0625rem;left:0rem;width:15.625rem;height:9.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd3nOvi59iqJTgf3I9sg5m0F2TlD5IbX { top:179.6875rem;left:15.612500190735rem;width:5.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HopIaAwv8wlyHkdsx5hfJlnzreSk6pQv { top:181.0625rem;left:22.437500953674rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZluS1SielRdgVP1Lmp9bDPwbsRB3c2L { top:186.0625rem;left:15.300000190735rem;width:5.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmeCJCz7fXnK9X2iirOExKMLMnD4q6n5 { top:180.8125rem;left:20.987500190735rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSpUKfy2QJzuuTE2l508qhSIqzJ3ECXt { top:187.75rem;left:20.987500190735rem;width:0.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrPVHStyETHU1yN6NThDfhxvT3mf9hIm { top:188rem;left:22.437500953674rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbg5F5pKaw8yASk7sZiwEH86C1tUHedt { top:167.75rem;left:15.875rem;width:16rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTNTEFapUBoe6CtP0vDAd8L2wgITPGHm { top:4.8125rem;left:22.593750953674rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiCArMLEHE7fJZdsByKlSCbM36sTPu3L { top:171.5625rem;left:9.875rem;width:28.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGCi0WpZ7SmyeiRikXaUamzbfwon2kl3 { top:170.625rem;left:22.1875rem;width:3.4375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMvaBIC2GiR6bS5JUvnTiTluEgsskoAt { display:block; }#iMvaBIC2GiR6bS5JUvnTiTluEgsskoAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNCZzS5vc95F7XRXAomG4MCA1Q6d5OJq { top:0rem;left:0rem;width:47.75rem;height:22.800625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwRr5I9RQTKOFWIcRqkdNVKhBwJZncef { top:7.625rem;left:23.250000953674rem;width:20.5625rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuyuH6Zm0D1cPgQkZFWiCmsF0tbGZXye { top:1.875rem;left:21.224999427796rem;width:21.9375rem;height:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXxltiuK0P8syVvm2H6Vx3Kf02179voT { top:6.8125rem;left:23.250000953674rem;width:3.4375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXKAhpI2JNqqEqDwzTTGwsqI2HaMA7r7 { top:12.5rem;left:24.093750953674rem;width:21rem;height:9.625rem;font-size:1rem;display:block; }#dXKAhpI2JNqqEqDwzTTGwsqI2HaMA7r7 li:before{  }
 }@media only screen and (max-width: 763px) { #PRisc7rSk8h1PeImcWIA0ztbSNTN04zS { display:block; }#PRisc7rSk8h1PeImcWIA0ztbSNTN04zS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnzSFrG9oOOBpakA0zdmTILvVckK3vET { top:9.9375rem;left:0rem;width:23.6875rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzlRn3RIbT1DPKSf3sv04vI3sDDIrqrL { top:7.0625rem;left:3.6929693222046rem;width:6.25rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVv2zzF94rfzN01duQZdhyBCzuVTgX7u { top:13.1875rem;left:0.56796932220459rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMUDOBiXXt98iyUxtscSEqnud98cAOyT { top:18.5rem;left:0rem;width:21.875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rinm7aVoOuzpzmzCueUbZcAbwr257oTn { top:23.4375rem;left:0rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD4JbdNLrOo58Tou7hEamrV1slc3nAwu { top:24.3125rem;left:0rem;width:12.5rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3hWrrmn0CohZKkz0hed2lpi6NzekIly { top:10rem;left:23.750000953674rem;width:23.6875rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZp9JTZKmaV4ZsXAxBU3GD4VTT56tlUT { top:7.125rem;left:32.4375rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpOWSZfCnk8fQJzDr8TMowqu1wl9olWG { top:13.1875rem;left:29.343750953674rem;width:12.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbPXnTGqPCRBUpc20gwwUPDKlZGhwlgR { top:24.25rem;left:25.437500953674rem;width:0.125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuCxLspEsvzTRr173ff4TLZXGbbCRuNA { top:24.3125rem;left:26.187500953674rem;width:20.6875rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxxCzGur7CsK1xKHDTMH5t5I4ZxXrP9F { top:17.5rem;left:25.437500953674rem;width:0.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqeKEFD81iqvzOcRLwzKVBUCw5awVgLT { top:17.375rem;left:26.187500953674rem;width:20.6875rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmeBII4dhkT3MzmJc1d6LE4TM6dqSVHl { display:block; }#ZmeBII4dhkT3MzmJc1d6LE4TM6dqSVHl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOXRqP36Q4RWK2XQDPx4XeJOu5oJJErp { top:7.375rem;left:20.061718940735rem;width:3.4375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB3OqIpMKcR7ZfFZ0c3XTOacMNJLU3rP { top:4.25rem;left:7.749218940735rem;width:28.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGeQiqXNQ7tE2Eiz1gQ9ug2qOKeBkwgZ { top:1.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ5doD5dMMcPQUcicfHSc3fbR1QT8qF6 { top:7.375rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKhi8sKVph2wNfieTXnMiRRUuVfkETOk { top:11.1875rem;left:0rem;width:14rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMIeT5ExK8iTE5LfoAiU4PlJDzv4aD2C { top:15.625rem;left:0rem;width:12.5rem;height:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37B8L0nKaKSvaDPEL6mPTAUddJeT8yS { top:7.375rem;left:9.3617181777956rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIzl5NxdTpxWdyPzmHIbMWQpAqTJZbUF { top:11.1875rem;left:6.2992181777956rem;width:14rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trR9pJNb3feRFnCyB9AT6qTZrbbtxgpI { top:16.8125rem;left:6.8617181777956rem;width:12.5rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQO47B7P1aTcHq9iUohdgkWHHRF5PC9h { top:7.5rem;left:26.749218940735rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKAgGJWZofPRDbBIrqF0dlIctyAvAD12 { top:11.1875rem;left:23.499218940735rem;width:14rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyBIDH7q7BIDzdgHnL46kOLUpT3vf19s { top:16.8125rem;left:24.249218940735rem;width:12.5rem;height:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZK4gi0tT22iqfGQHB9CFLUKCV64eMTz { top:7.375rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd1hLXBf3iWSOVKtqPNhdEtxXdtszZ6L { top:11.1875rem;left:33.75rem;width:14rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNWJewdmllk0Xe0tSfUW5JF8QsRwEDf0 { top:17.5rem;left:35.25rem;width:12.5rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0xHTKW3IAzcDPpGDhyGkoKUnBEKGfGE { display:block; }#e0xHTKW3IAzcDPpGDhyGkoKUnBEKGfGE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkHqFKHwiGuHMtir4IyuJrJl6WQwbXzw { width:35.0625rem;height:4.5rem;top:6.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOowQZ20DCwGheVMpShm66bQMHU5CnvF { width:35.0625rem;height:3rem;top:13.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5HwO5yaCnalaPueplmpziKhSEglzOcT { width:35.0625rem;height:4.5rem;top:21.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2m9HTRnzRezPPbwh5RwuMXTtHIKXKDH { width:35.0625rem;height:4.5rem;top:29.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9zhA1X7MAXTNGkhMQM95yoIQxIc170s { top:17.375rem;left:0rem;width:12.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i625OZAsIOQmCvaSZSTOf7u53gB3Tgu2 { display:block; }
 }@media only screen and (max-width: 763px) { #wRQC8lb7mPLKFX1NoeNAB9BHdTk5KhoC { top:26.25rem;left:0rem;width:9.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsyX5mvP3TPIg4VTIOBscaVniXgOav8Q { display:block; }
 }@media only screen and (max-width: 763px) { #MWmmL3yATXNb8TSSC796HyHvoWdT8bX8 { top:34.9375rem;left:0rem;width:7.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxTmzkG50TmNBJ6yLdI52SVTRTtT7SHf { display:block; }
 }@media only screen and (max-width: 763px) { #vw6x1eCnkGwAGJFTQJryueR6hQcXyPsD { display:block; }#vw6x1eCnkGwAGJFTQJryueR6hQcXyPsD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pghu2RceFOC6L9Zy3Z73ZAyEGTuelns4 { width:35.0625rem;height:4.5rem;top:6.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm2NT9FQiLvG4UIrTqKtgUOzVS87xOeI { width:8.625rem;height:2.125rem;top:26.1875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sODU0xgQqbfzSvlTdKFMGALFMFJkE6rB { display:block; }
 }@media only screen and (max-width: 763px) { #ydTmcCtioo9B6PSxpzQN7ott0nh6klX0 { top:13.6875rem;left:0rem;width:27.25rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4mk9XtBcaT77g6syKQMaA5Cmgrv63do { top:34.5625rem;left:0rem;width:12.5rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB6kd1JMZf6g4DMlUpnrVtuZx3G7a2sC { top:34.5625rem;left:0rem;width:47.75rem;height:7.0755715495344rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op8tktlGCy2NP6rSzv1SeSNzoqmDd3gT { top:20.5rem;left:0rem;width:27.25rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS0W9bf5C1QZxgF1vvQ5QAqfk1XvBX3T { top:28.0625rem;left:0rem;width:12.3125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTJ9D5wwUJWiKfJ9CqwOo6lGJCpbWW31 { display:block; }
 }@media only screen and (max-width: 763px) { #TLc00sEMR8WLMVxJvVxMDNfRGpIaUmFa { top:0rem;left:0rem;width:47.75rem;height:26.063541666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #akDGtcTnTBIcdrxtCApQ3KMlbdcx3TyM { top:28rem;left:1.0500001907349rem;width:12.625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxw4kdPldeubp6nf42C2d14Gi5ZTULw2 { display:block; }
 }@media only screen and (max-width: 763px) { #mGXFqlDu4XRTmc07kICqcpuTgtNLw6i3 { display:block; }#mGXFqlDu4XRTmc07kICqcpuTgtNLw6i3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbMOo7IJO3JrQ5KSVf5caBahIT10v6mV { top:4.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXPI5JTm6SnqflpRhZw91zh2WhtshKvs { top:10.3125rem;left:16.8125rem;width:30.9375rem;height:48.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf6wftraEc8rv0pA1MCMeEBZIIV88SXr { top:10.3125rem;left:0rem;width:31.125rem;height:48.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVdMDidBUXexzZhvXMr3PQuekCGsRP7k { top:11.125rem;left:0rem;width:19.3125rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUPDnTwmZT6pkZcDIEX72qZMhUbfy6Tz { top:11.125rem;left:28.4375rem;width:19.3125rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FusTKLzSbP3eVteHxOZJciDgFhmgsqBl { top:16.625rem;left:0rem;width:26.4375rem;height:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5RZrREvDBBCAwu9ZvbxhK8rkmxistR5 { top:16.625rem;left:21.3125rem;width:26.4375rem;height:19.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMTkpoQCOlrpQS4fsiXzGKhua1KcgU5E { top:16.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpZT8RfTngkXid2eRBXNVPe4xoQEU5Uv { top:20rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crTAF0AwBnS3t5XkSfo3zyfhCGr5lnVP { top:16.625rem;left:26.133682250976rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCUEawrDH0v6eEvp5yPWOFKHcpoQzCI6 { top:31.4375rem;left:26.196182250976rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZNfJESVZ46qvG5u3xvhm0JvwwVqWuWf { top:15.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvixIcFt4OphvEt5FUBBLhpwq3dTOvyd { top:19.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRZ5k54OL4Q0gAemwkw4IWrDgx2IgySX { top:15.6875rem;left:25.883682250976rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGvtTmNBFE0w2l9FpXtFXdVMt2BZkBF8 { top:30.5625rem;left:25.789932250976rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMPvDC3CLzAT6vEdFgKJ1Zxd94rC5hoO { top:10.8125rem;left:16.946182250976rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTgC1HVgXeUT5L2kVUhexku13ioi8UtA { top:10.8125rem;left:44.875rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPhm0TztZ4sSNptZHcifK3gU7toWQcnz { top:35.375rem;left:30.25rem;width:14.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld17iS97TBEXRWUkkTpyQFf1XZXkH50w { top:28.75rem;left:0rem;width:12.125rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwWGufOKl7uNSiz4uqM2mpKxvd2Vm9F6 { top:20.5rem;left:25.696182250976rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6FLTMzikFAT7PWkp0HGmJCvx3KNLpeU { top:21.375rem;left:26.008682250976rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbW5J0CAPuC1pM6DyOQD1wtRdCxUcv1l { top:36.125rem;left:0rem;width:21.375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIyWd9UhkMbN4i0M3kyWomOWGAi4WekB { top:32.625rem;left:0rem;width:19.3125rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUawWUaQPcMlfuEiVyz4a2FZHfOD6XsL { top:37.25rem;left:0rem;width:0.4375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs262v6AElfsSfp1yR4Uezhh56l9m2kt { top:43.125rem;left:0rem;width:21.375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0WrcKCbpUfUxzfMH0TNQpZPyzP4TrD7 { top:46.6875rem;left:0rem;width:24.6875rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzoqsCSdqsKkhEPy1elUi7leT2vcWSyG { top:36.75rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d75SlokiInRIKwcGgEpVhCJpWkbq3i3e { top:43.1875rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV2hqJk0tEc4eClfu42sRJbOQoRqXKqS { top:37.875rem;left:27.196182250976rem;width:19.3125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnqbLuAldMmccVtOvSuRXtuf5eZdKRWd { top:42.3125rem;left:28.546875rem;width:18.4375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #palaOBx0vDnG3EG8UvamNkqRO3Fyc0bc { top:42.3125rem;left:26.375rem;width:21.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAKAOaXMc3tULfTWAV97ecpLFZBW5Urn { top:49.5625rem;left:26.375rem;width:21.375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7gNzffI4DWM3i01ZebJr6rdiLHfMGm9 { top:52.8125rem;left:26.375rem;width:21.375rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOBxn7oW4VFapg4iTdX0yyUDTvFnCz1S { top:42.8125rem;left:27.133682250976rem;width:0.4375rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl7cLiS47ceFoRCUuSOTn68SM7TsRvxk { top:42.4375rem;left:26.696182250976rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoI6FqiqtDJ9eNHSiXmcWIc49TENN3Ut { top:49.625rem;left:26.789932250976rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyt8W9ObfbianHXHEbEDiwnuALx3s7uc { top:52.875rem;left:26.789932250976rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2kTagDF8zwfiHTufIawIpGDXwrr5UVF { top:45.4375rem;left:0rem;width:47.375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSNyWbGeikRhR0rL9qeUhF9vHAMkvO76 { top:40.25rem;left:0rem;width:11.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOOWvl4TBfF3OEarhyKKWP9e9o92CG5f { display:block; }
 }@media only screen and (max-width: 763px) { #J9m6afe2Q4Gr5PUnrdlRe39T5MZspL61 { top:46.375rem;left:28.535415649414rem;width:11.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFLGAuhxRBShSLm1CXmWA2N9o2q2uoFL { display:block; }
 }@media only screen and (max-width: 763px) { #rRlhgM2MRvW5NZh5JABoSRu3owFC7eVZ { display:block; }#rRlhgM2MRvW5NZh5JABoSRu3owFC7eVZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTXB7nELI0RTtAc1eSGI7oBAWndb3PJE { top:1.5rem;left:0rem;width:47.75rem;height:6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ3h3nJeaEKzqOXknpoOwiwKGptNPaU5 { top:9.3125rem;left:5.5625rem;width:14.9375rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZVW0ntJ7K3euv7IFHT2KFc0LK9UXvXE { top:9.3125rem;left:0rem;width:16.0625rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHPABBSF65CEcUGgIUVJrtJt0MiMSUaA { top:9.375rem;left:23.875rem;width:14.4375rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md9ep96WgxvowSs6XhT9WDnUnaz8GD5B { top:9.375rem;left:9.0625rem;width:14.8125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nStJPUSuPDy5HqQtt0A0k52L7dJzCzAP { top:10.1875rem;left:6.0625rem;width:13.9375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #p067CabIalPzgPdM8qDGN0dfSJ8cc9f1 { top:23.875rem;left:0rem;width:14.6875rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eualQIrlXtNxFQ0F8d6eagGur5w5xyx3 { width:11.375rem;height:2.3125rem;top:30.1875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OleTeMPHp3TKA0MsUCVNxJWQR3fkaf21 { display:block; }
 }@media only screen and (max-width: 763px) { #kxKkTMEQDyPsvJZ6BiIJr32rmg9OfI2t { width:11rem;height:2.125rem;top:30.25rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU8huPgRMGRA4KAMvliPecgzrTKiTvKa { display:block; }
 }@media only screen and (max-width: 763px) { #IRuSGib1IwUpITMtIffRvDEPipk2Pfx4 { top:23.9375rem;left:11.4375rem;width:12.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLm9elcHWkA88ols4LyBXZNuHmlQ6Ode { top:23.8125rem;left:6.8125rem;width:12.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzBsH0SmuivN1JwzsNLzr7Ng0wf35TEM { top:23.875rem;left:24.6875rem;width:12.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZTkgwgAdVuuUleAZTFQNeVNklMKorJg { top:10.9375rem;left:0rem;width:12.4375rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsRnTOqqUrUFbzxdSdNcKaL6ZGnCHGkF { width:10.8125rem;height:1.9375rem;top:30.1875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5HnvTTeHUpHweSuFRkuiFDWHpkz04Ry { display:block; }
 }@media only screen and (max-width: 763px) { #UsnRLuyTZ6pVTQLbOWP6GHyUmb9BWWbb { width:12.5625rem;height:2.25rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2zcP8khztwFWtrk4t2tq7ySc8EQ2k3h { display:block; }
 }@media only screen and (max-width: 763px) { #QNmZhDpnbrHd6HVftQxS0FsVk76InyLM { top:10.4375rem;left:10.5rem;width:13.375rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMdohNdyfz8T4y6HnRWATiCphdnHb1wq { top:10.5rem;left:24.0625rem;width:13.1875rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzq5vOJTf5LOLXuR4fOzChZf2LV9Wn2x { top:9.5rem;left:33.4375rem;width:14.3125rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGyi7drqu6wz3FB9J4vVnzoTka4Gh9rT { width:11.4375rem;height:2.1875rem;top:30.25rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnBlXqnrhawTXhcyK6hHcchLFE3JkIdX { display:block; }
 }@media only screen and (max-width: 763px) { #B0U0lioFL3k6fBk0x7g8klyBPDMCeQvV { top:24rem;left:35.75rem;width:12rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSr4us92iPrwlkmLqQ2T4L8gP2i4mxGs { top:10.375rem;left:35.5625rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENEpAQTREb4xzx9CE34ldTGPfuIV7fFo { display:block; }#ENEpAQTREb4xzx9CE34ldTGPfuIV7fFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iuMcT1XJZT6kkRU80iSAfUVMiMbNmF4z { top:2.0625rem;left:8.7500019073488rem;width:30.25rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w92rbuBlZZuW3qUi1DIrbVsgNzU0oJE5 { top:7rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVPbAVBkkOJ14Rn736RtsLbWdibc6BT5 { top:20.75rem;left:0rem;width:15.625rem;height:9.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJqPFmsQMTIS00WT9QPegGlaG3OkG2eJ { top:20rem;left:16.5rem;width:31.25rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDH7yT9yIECJuOU3xGLTrWM5xMdolNXT { top:18.375rem;left:0rem;width:47.75rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktcVNTK30TTMGUfgwul83r4V2N2NdKRR { top:34.25rem;left:12.8125rem;width:19.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z17nQ4qElK9vldTO4DIL2hGAdBwz6LxE { display:block; }
 }@media only screen and (max-width: 763px) { #gdPM1fO9zsNqbFOrTFu3xdBiPr5aHFHU { top:24.6875rem;left:16.625rem;width:31.125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6FOBgZf2Xza67tI79bBkphG3RbETAXf { top:29.6875rem;left:16.6875rem;width:31.0625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpHkBWXBgmy3dGlt1ZhshbrkKoaWpfSp { top:20.0625rem;left:14.9375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmPmfStG4ekmSANDqRIq0KVPdDO7D3kb { top:24.75rem;left:15.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTQ53avL12oDHF2Qf9cZXiKMTbNgJVqt { top:29.6875rem;left:14.9375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN3clNdV4azGg96cOyKXm3zWtw8coqDA { display:none; }#uN3clNdV4azGg96cOyKXm3zWtw8coqDA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G0BWWAT7cC3TxLnTx2WvzIvSnlK12mp2 { top:1.375rem;left:4.375rem;width:43.375rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cayutdtfisyrfwGhghwD2ITLbnZzQ8ST { top:10.9375rem;left:17.875rem;width:29.875rem;height:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ts69PN5w4oZW3uF5xUQraD7SLqThUslf { top:4.6875rem;left:0rem;width:19.375rem;height:9.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RHfpRTP0scaTIM7BbstAKbwwT7cTqbDX { top:8.4375rem;left:0rem;width:25.625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp50B5yBmR5GVuuNNEEDKEk4wgEBLq4t { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #M09SB75XAP5IaWNMyZn6Tq75y7EWUnzu { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #VtKfUfpfruIgfmRKpSuE2bVNJvlWotZP { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #RPBHh7wCSFsQnJPdk8Xe8fnlq01Ql1wk { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #OxZOBqAB6GpSUF3HuAQaN4RNHcD9z2AT { top:28.375rem;left:1.6875rem;width:12.5rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RVWleDlEkxu48gDhxzuwfaFiIFyFTv6O { top:28.8125rem;left:0rem;width:18.8125rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZWaUpDCrkwncq7smXmhdb0fJxq3er6O { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #pVURhiHxrvcaHTXW1UDGAHkDa7dt6AlO { top:4.6875rem;left:0rem;width:18.75rem;height:6.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9KT4gf19N19hwrKJCm85VFcFL66czEL { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #k1CXnwDSllfA8Ud6eaU2MLiJB72vID51 { top:4.6875rem;left:0rem;width:18.75rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHQrJykHLkEi2gvzWzD8OV5AfZ3J5OcP { top:4.6875rem;left:0rem;width:18.75rem;height:1.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWieAM8X2CBVooHXE3DJo2TauTKKoTbT { top:17.5rem;left:17.3125rem;width:30.4375rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi95XqccIA7tOKXFq3HhNuQtS54Z0sam { top:26.4375rem;left:17.3125rem;width:30.4375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLWLRKUNZfWhPpDOWQXcTxFwZOX2yCMt { top:8.0625rem;left:17.3125rem;width:30.4375rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCqWwtRzToPP91WXKp0P9sUse6wJwyEu { top:8.9375rem;left:33.250005722046rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzhN09tJNIqJl7tmFTQ5wTKZu4QuEADx { top:36.625rem;left:14.343750953674rem;width:18rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiNUH0E9tlREJEpXJRDldgfJvPWfilSZ { display:block; }
 }@media only screen and (max-width: 763px) { #QXdnfHTs07eOgB4JCTpDETbsiFkuZyhh { top:3.5625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 { display:none; }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D9Nh25cnMmfuyNcuTvJzoBvhsbTVNH1E { top:1.8125rem;left:0rem;width:6.8125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNsD9TaTKPFpqfOBzgpiyzKpX0euV1Ha { top:10rem;left:9.4375019073488rem;width:28.875rem;height:1.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0gC7xDeZbTzTRhHGXtBU1t17fiTd4Tu { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9KrITyT9yPTy8mgWWitpS3uMBUOGOol { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQqB37tkQGgsVr7JCBEc3sz5AsRtXXlr { width:32.5625rem;height:2.625rem;top:9.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vteGp1MvxiLO8o011aHoPBxJvWsC2s0f { display:none; }#vteGp1MvxiLO8o011aHoPBxJvWsC2s0f > .row .container { width:20rem;height:4.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ThMQIReoZmZk4QbvHr628G59izF0yyoM { top:6.125rem;left:0.5rem;width:9.0625rem;height:2.1875rem;font-size:0.875rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #LdOBbHtIy5UI8C4oh2GfGIkS66JLz6tp { display:block; }
 }@media only screen and (max-width: 763px) { #ekTg4Ag32nFpr6X6wE9R33THPQkgHl0i { top:6.1875rem;left:10.625rem;width:3.1875rem;height:2.0625rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #GKvf7CQBDC6Hv44VaZRDCo1a08tOPLLA { display:block; }
 }@media only screen and (max-width: 763px) { #uq2zRNwmTZW15QMgCKLrSPTlqhSZI4bg { top:6.125rem;left:14.25rem;width:5.75rem;height:2.1875rem;font-size:0.9375rem;font-weight:700;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Ut5e3lLbwIfzySpFsaxvKt3UQOsiA2EU { display:block; }
 }@media only screen and (max-width: 763px) { #TBmorIKovRqnUK1DsBJkICPTCTmApdio { width:7.625rem;height:4.4375rem;top:0rem;left:6.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH7eradqkridDbsu6TcRJzygTeAoDZQ3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ba37d8d8-253a-42e3-bb64-2176390e8c13/IDVOTO_WEB_0514.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3.adaptive-delivery-prevent-bg, #pH7eradqkridDbsu6TcRJzygTeAoDZQ3.lazyload, #pH7eradqkridDbsu6TcRJzygTeAoDZQ3.lazyloading { background-image: none; }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .row .container { background-color: transparent; background-image: none; }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .row .container > .video-iframe-container { display: none; }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .row > .video-iframe-container { display: none; }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .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); }#pH7eradqkridDbsu6TcRJzygTeAoDZQ3 > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysqyZ177G4MMTZDud7vgqatQFWX7g2Qp { width:20rem;height:10.4rem;top:1.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TVRFGNyynPsE7HKwJuXxXOV0dhOEusxW { width:15.8125rem;height:3.25rem;top:14.112501144409rem;left:2.0937500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cDWX2DzP1tD1GlQ8LIUdMDKQnTq3R4H2 { width:19rem;height:2.9375rem;top:19.75rem;left:0.49921876192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG2k73e14yWANoTaTueLukIICarVB11v { display:block; }
 }@media only screen and (max-width: 763px) { #A8I7GcMVvhcuP2WfNmGrQ8yKokfLrv0m { width:20rem;height:0.125rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbxO3vIHSCQvsKfSzpOdrVFrQiZcNKAT { display:none; }#pbxO3vIHSCQvsKfSzpOdrVFrQiZcNKAT > .row .container { width:20rem;height:78rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZKiD5oSEGxrZINrxQCV6C1PG5GT1wnLK { width:20rem;height:0;top:7.05rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n40G78GtC4HEgieddiemErzySbQCkTCM { width:20rem;height:4.55rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #McthItpRMpoH44ifrgxK9yPL1T6fxCWZ { width:3.4375rem;height:0.25rem;top:8.3rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cb9FrMTXTF08qEKzlT6hZ8L3boNU0D9c { width:20rem;height:32.25rem;top:9.8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8IwLzxvbIG3Nh6Tn14Rwq7b85VRuvQ1 { height:11.223404255319rem;width:20rem;top:16.64375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPBOlCgUui8iNB97NCGbp3VN2yRgswkd { width:20rem;height:32.25rem;top:43.3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtgDIdqVdmGez2nEmT3WWLGGSvDHacTN { height:11.223404255319rem;width:20rem;top:50.024220275879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPaQqHKfbsQiOaTN9WCTh1f9TwBqcJ2J { width:16.125rem;height:1.3rem;top:11.125778961182rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oitbqFmltKBXZTiQP73NVm3WvNTQoeZ4 { width:20rem;height:2.6rem;top:13.281250762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKeXMoWXmXBTCuguVIBLWytD9i0sJivX { width:16.125rem;height:1.3rem;top:44.44375038147rem;left:1.9375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBVGe1KPRngpdewFeBKTsy5Sk8CLFoyT { width:20rem;height:2.6rem;top:46.661721038818rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI44zndiiuwHrVrWacsqIuiQUZSVexyA { width:1.25rem;height:1.125rem;top:28.518751144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJqq4DdbbDKiKtWVOCR7kTVVD6fyTsC2 { width:17.875rem;height:2.275rem;top:27.86562538147rem;left:2.1250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfThAT0pIbDUO6raVyJrCoK9wwOf9uLy { width:1.25rem;height:1.125rem;top:31.27578163147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVKmJOySCucTMbmmfa4sOxxPpE2mytrE { width:1.25rem;height:1.125rem;top:33.813282012939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8ZfnsqG5kuwrHBW4hGELClhS5f9ncie { width:17.875rem;height:2.275rem;top:30.70078086853rem;left:2.1250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yswlIBpnmhp7gxSXbexBGTRycMCuzUEy { width:17.875rem;height:2.275rem;top:33.23828125rem;left:2.1250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKm3ORaWgmUoou2lpNSa1wzSWiadSCFD { width:12.5rem;height:1.1375rem;top:36.21328163147rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yABcUMbwUCmRyJWt40wnxbCGEkZabPlb { width:19.25rem;height:2.275rem;top:38.512500762939rem;left:0.37421876192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfTlksmV96iePJeeOb4TIdO026SX6nxS { width:1.25rem;height:1.125rem;top:62.331251144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT6G1BGnX9I6xn0VbMtFz6UgMQI2ZP54 { width:17.875rem;height:2.275rem;top:67.84375rem;left:2.1250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9HKTM8q6Wmt1bK58Rov5gmhTDpx9b1b { width:1.25rem;height:1.125rem;top:65.018751144406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf0tZApsT195c1AUrAnXvXLoXFBhEGcI { width:17.875rem;height:2.275rem;top:61.75625038147rem;left:2.1250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFS88zcOqV0dsti1p6liiL6vUWy1EpfA { width:1.25rem;height:1.125rem;top:68.418750762938rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTJey6RD4gArLMbnNcl1FPRRBUvmagQR { width:17.875rem;height:2.275rem;top:64.443750381469rem;left:2.1250000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liTOUIoEqHUgbDaIQxqeofr5Gu2HTPEe { width:15.5625rem;height:2.5625rem;top:72.143751144406rem;left:2.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BakcR1C1DxWTL8LN9iTabTKEqm5EdFzu { display:block; }
 }@media only screen and (max-width: 763px) { #KWdWs55TzCW9bsa8dsK10knp6Av0PgtG { display:block; }#KWdWs55TzCW9bsa8dsK10knp6Av0PgtG > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CP1dZygF0AtknHAPaTEPlR5IWoPc8otJ { width:20rem;height:4.55rem;top:0.54374980926514rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGQX2QcztrGMMfoWt26Z6pD9S0tSIMXV { width:3.4375rem;height:0.25rem;top:5.7140626907349rem;left:8.2812505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhGqvQF0OX8Nfb6yHgxzbNsDvThTCnZn { width:20rem;height:9.3125rem;top:7.4937505722044rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt9xuVMJvbwx62rntVZAHKPukaS3RxTG { width:18.125rem;height:3.9rem;top:10.200000762939rem;left:0.93671876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITTGB3GeGiTEA6bBh5iMOLH9H50TWLR2 { display:block; }#ITTGB3GeGiTEA6bBh5iMOLH9H50TWLR2 > .row .container { width:20rem;height:119.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SESRo87Ew6nIZSTz3MmoVyLFCOz922mE { width:20rem;height:6.825rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNHdN3UvesB3WXCmM03zNFXXpWTF6c1E { width:3.4375rem;height:0.25rem;top:9.325rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow8v7W2qsTSdkbTSnEiiLSd7BwSgXtko { width:12.5rem;height:16.875rem;top:10.825rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJOHJWKztNwNTJqiO9vXTUD5SlQobMAQ { width:12.5rem;height:16.875rem;top:28.95rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2qTAXWWyBDRuT8hnDvlXJVMCwrRG1pO { width:12.5rem;height:16.875rem;top:47.075rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZaf0PzkeG5DtRmJPd2egQJ8lDl2VXng { width:12.5rem;height:16.875rem;top:65.2rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK2hHIb74h6US9kpUE6B0TCO9ZNvFxu5 { width:6.125rem;height:6.125rem;top:11.7625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXImhDZsmdivabmhAU7JKbT6XqOSB5p6 { width:11.0625rem;height:4.875rem;top:18.575rem;left:4.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNaqWVufbRyTi5IX7kFnN2PXEiy5LuK2 { width:8.4375rem;height:2rem;top:24.125001144409rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tar1S72zF35SeLpXck6sCxyus1RtzHnu { display:block; }
 }@media only screen and (max-width: 763px) { #L4woysb00aGJXwx3TTFTiiav2H6bFgu7 { width:10.875rem;height:3.65625rem;top:36.937501144409rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTkSieGQtdebeTTiLwM0p38fyGSnFcLl { width:10.6875rem;height:3.65625rem;top:73.559375rem;left:4.65625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC7WTakZJST8bzRkOTmgXJV5TSbK27T5 { width:9.5625rem;height:2.3125rem;top:42.093751144409rem;left:5.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXM5gCxRNONml06ncKNbbbTQw5ASTpQT { display:block; }
 }@media only screen and (max-width: 763px) { #KzC1HcTmcbuc2zDUJE3OzSiBs4gQ3yxr { width:6.9375rem;height:6.9375rem;top:29.48125rem;left:7.2625007629394rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftIpdISus74byDpUW9nFvTOvizCJ072H { width:10.875rem;height:4.875rem;top:54.825rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOq168Nsmfu8TTVEqRRuXNKbDsqTCGJD { width:6.75rem;height:6.75rem;top:47.7rem;left:6.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKtyFc5hr0RbvJKC4XiUK68twF2hfiso { width:9.5625rem;height:2.3125rem;top:60.218751144409rem;left:5.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG1B4TN5uhmTIpnNMdP3HI82IkrLLvHP { display:block; }
 }@media only screen and (max-width: 763px) { #J33mcEG9zRRDxynCKaTJZ514br7sCu4H { width:9.5625rem;height:2.3125rem;top:78.343751144406rem;left:5.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7C1nr41FWQqfPAoLQpnOVnZSc6xAOfp { display:block; }
 }@media only screen and (max-width: 763px) { #ZcfEoaJkog9xHRJFTXh8SqC5lfh5SR8q { width:7rem;height:7rem;top:65.950000476838rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKnRUTSNSFQMnLSUVKNbmBtEaDnHQsb3 { width:12.5rem;height:16.875rem;top:83.325012207031rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqIvRpLnMJKEyvufitt6x0HT2UWrUeL2 { width:6.9375rem;height:6.875rem;top:83.950000762938rem;left:6.5312500596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTVcrdTd2cFTf5Dsm188qy4i2hcKOsIR { width:12.5rem;height:16.875rem;top:101.45001220703rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBnZivC125gTWnsuqq4p3Nz365K3xAw4 { width:6.75rem;height:6.75rem;top:101.45001220703rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze0Z1PpagkVgMQEfWKSyRVNgx4SyiBpO { width:12.3125rem;height:3.9rem;top:91.512500762938rem;left:4.4687500596046rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #ikBgISXzsvqHa1SxU6QsKVpE68hA3NkF { width:10.875rem;height:4.875rem;top:108.91250038147rem;left:4.5625000596046rem;font-size:0.9375rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #MKHtuczLoiKbWWaPlwdJBbtyt56dGwq0 { width:9.5625rem;height:2.3125rem;top:96.412500381469rem;left:5.2187500596046rem;font-size:0.875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #cwVPfv2WTiHGoLdZUvUOL2Tgh7EcSWlo { display:block; }
 }@media only screen and (max-width: 763px) { #FWFBB7ihpkU33hXhzCpahrRAucAEFKKr { width:9.5625rem;height:2.3125rem;top:114.85000038147rem;left:5.2187500596046rem;font-size:0.875rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #B7PxITZsMNtHZOZ2IKmDBTPMErtTu2rI { display:block; }
 }@media only screen and (max-width: 763px) { #tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f193cb9e-cf70-495f-ac78-4490b9619c7b/IDDIGITAL_WEB_2025_RFID0517.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy.adaptive-delivery-prevent-bg, #tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy.lazyload, #tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy.lazyloading { background-image: none; }#tkkTmQ5ykuRwky0s4TzB9dzF4OOOhEWy > .row .container { width:20rem;height:306.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ONgyFpgK3XSCoZ2H74szD9QbV1TH7fcS { width:9.5625rem;height:2.3125rem;top:94.600012207031rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bArdaeG6qNxOlfArgRmX3SDKsr9v2iP5 { display:block; }
 }@media only screen and (max-width: 763px) { #BNoTX0tTH5yfMMtNwqQyRSmFkn7hGHDh { width:10.875rem;height:0;top:88.475012207031rem;left:4.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #khxUixkvvvVPGWaAdnD2J7wILlG648oE { width:9.5625rem;height:2.3125rem;top:98.162512207031rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xN8IK4SRHUwsPfSRk6dtQPaQpwdJcZom { display:block; }
 }@media only screen and (max-width: 763px) { #FHoLXz5TM3whIKlo7evezVrSqminNXFx { width:12.3125rem;height:0;top:83.325rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #MhMaDMtNFTZKT18NdQp6RPG9cB6a5vzk { width:20rem;height:4.55rem;top:1.5999999046326rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHfpAdTP4XPnW8VtVczfZiORAfbkQr6C { width:3.4375rem;height:0.25rem;top:7.21249961853rem;left:8.2812505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHf9cwOB8nrudgnVfx8Vvywy8oUIDv4v { width:20rem;height:4.5rem;top:8.375rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kaskgZdRvEDP6vHXPOlhWakLzWPEWDtv { width:5.5rem;height:5.5rem;top:13.987500190735rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #tABzf6EWVxsx6vrHEgIRUJD5B8Md1gBq { width:5.5rem;height:5.5rem;top:26rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvLDuqQMMmXzNnyvS4HmxllL8EdHGWgc { width:5.5rem;height:5.4375rem;top:36rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOQa0WBVSmhvf0bXvQOk0Tu1v5nd2O3L { width:5.5rem;height:5.4375rem;top:47.362501144409rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXIzZBqLQeVEGZTXL3wqHe4fuvTMIdcm { width:20rem;height:0;top:23.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iPUJXClBT0JnKXQWOTQmR6pmhbm4SaGp { width:0.125rem;height:6.25rem;top:121.52501220703rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ht72lTbrHlhJ5xrusfxQiLMaiWEtRTv5 { width:20rem;height:6rem;top:19.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SWU3VsIaoEqxHOo8AgwOwLvbZEEXOsWF { width:0.125rem;height:6.25rem;top:145.57501220703rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rEdPFtNk3TLTz0z11BX8BDASq2G6JlmM { width:20rem;height:0;top:153.07501220703rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ev2acCOgQo0p2HPVQEhhclUbZpu5PRAB { width:20rem;height:4.5rem;top:31.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObAlhJhVOCBLR5tIsFizZftaFMigtZbq { width:20rem;height:0;top:175.56251220703rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vg3aFurAtk2e6mzQiOX90LBMNhS2Bwz4 { width:20rem;height:4.5rem;top:41.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wyAMElpu1HykBvlNbcMKHz7O5K5D834m { width:20rem;height:0;top:198.05001220703rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpfU4RqBr0ip1AzwB1tJisDBUzOPahVB { width:20rem;height:5.2rem;top:54.16250038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RoXTkIuVqCpXbdH53DhElByIkS01HmmJ { width:0.125rem;height:6.25rem;top:168.06251220703rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCQceka48VTuiPAVFZVhqSngz8w1kdGU { width:0.125rem;height:6.25rem;top:190.55001220703rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sh93q7mExTsrghVl0ooaqVVkQMbkiAn0 { width:12.5rem;height:2.8125rem;top:207.05001220703rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKS1sM7KDJpISZs4q1RWOA3fgJwSkSyX { display:block; }
 }@media only screen and (max-width: 763px) { #vGrSOqQv769RL7wb8xeG9T50eEB4e0k2 { width:16rem;height:2.275rem;top:211.11251220703rem;left:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzUJ9NUCBlUWDePyqFceaPbRsThWkmTl { width:3.4375rem;height:0.25rem;top:214.63751220703rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBh0EUPKvFfLGDitMQTDeqDHmgXhqfpI { width:19.875rem;height:1.3rem;top:216.13751220703rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON0IpxGbbV0ZZ4bSvoQL6fe06HMBuGaQ { width:5.5rem;height:5.5rem;top:218.68751220703rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zagHArQ06zJWS8AQKqWnLT04reRPk5TR { width:5.5rem;height:5.5rem;top:240.18751220703rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2uUgRB5DTqTrF3DdZ9Mk0XDqFK8CBcW { width:0.125rem;height:6.25rem;top:225.43751220703rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fl24feyIGJ4vIuONTqbk1aTaP7KlMat7 { width:0.125rem;height:6.25rem;top:246.93751220703rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alyhguTeP7fBUWqWsnBfnTTkNbUXPvv2 { width:20rem;height:6rem;top:232.93751220703rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqU00d5NsulOkTFKMJhafinvXQZ1mqKy { width:20rem;height:6rem;top:254.43751220703rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqXbbhavswr36Fx448UrgIO5XztTRLBT { width:12.5rem;height:2.8125rem;top:261.68751220703rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpaAV8pJKOxxPAchIItTCrKLFsyMvkgI { display:block; }
 }@media only screen and (max-width: 763px) { #IxhhwWW1QgGyWPDLxhoXPPTTkKa3valp { width:16rem;height:2.275rem;top:265.75001220703rem;left:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNTse3Xfk7zBRKzKVsrC2EbvpOEHdyeZ { width:3.4375rem;height:0.25rem;top:269.27501220703rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwXBArGf2y3tbC7C6TPaSicRKthsIRfT { width:20rem;height:6.5rem;top:270.77501220703rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvwobxaOZZTcNT64Mdpto88m6998T3qM { width:15.625rem;height:5.3625rem;top:278.52501220703rem;left:2.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #reOBQEQuJxoTgSMDGlmex4B3bJTTvVlL { width:5.5rem;height:5.4375rem;top:285.13751220703rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0T8WCS7wNt1eBNlkfTMpmevpBkHM8Te { width:5.5rem;height:5.4375rem;top:295.67501220703rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB6pBR4tk4oDTI3WHn4NhbOSo50LSiCe { width:0.1875rem;height:3.125rem;top:297.35rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgzxbbFfx0Id7FeoqSht5LVJQKpzTlS7 { width:0.1875rem;height:3.125rem;top:286.29376220703rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr5dzRuhBS12tFO8ztZdRQVSf3vqcEXn { width:18.125rem;height:2.6rem;top:291.82501220703rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N1TgoiS5AWTBWI8KOUONAI0dgJfmBNVm { width:18.125rem;height:2.6rem;top:302.36251220703rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f193cb9e-cf70-495f-ac78-4490b9619c7b/IDDIGITAL_WEB_2025_RFID0517.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe.adaptive-delivery-prevent-bg, #GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe.lazyload, #GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe.lazyloading { background-image: none; }#GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe > .row .container { background-color: transparent; background-image: none; }#GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe > .row .container > .video-iframe-container { display: none; }#GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe > .row > .video-iframe-container { display: none; }#GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe > .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); }#GrFPwFdqvHlOrbDWcKTwzR6PEHiUwuxe > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxlHrLNsyi8l4aznvttbCxlyPD1Gc743 { width:9.5625rem;height:2.3125rem;top:94.600012207031rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4Bbw25SDocQLT3wIQiZdhT5GTMGBexs { display:block; }
 }@media only screen and (max-width: 763px) { #Gy1FNsEIxmuoT9SrWEooQWqMN9JPo0xA { width:10.875rem;height:0;top:88.475012207031rem;left:4.5625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MHV0NAhl0PwRUzWJRu8bWRkWmW8wcaCs { width:9.5625rem;height:2.3125rem;top:98.162512207031rem;left:5.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPevFnxw0wywxt2W0b6Gi3liTJgblnCN { display:block; }
 }@media only screen and (max-width: 763px) { #BGT7wsxpEmxMZhmm5lGTLvFTofPB0hWK { width:12.3125rem;height:0;top:83.325rem;left:3.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #iic4QqeiKz9nhpnICN266t71wQl2COEK { width:20rem;height:4.55rem;top:1.5999999046326rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI5eeVO31rnexh1MAWECRTQnHn1srPVb { width:3.4375rem;height:0.25rem;top:7.21249961853rem;left:8.2812505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ0MtHbJHIgZgrdsSDa6ScgFTPPP9DPx { width:20rem;height:4.5rem;top:8.375rem;left:0rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #FEFnRSQKegqOeo7WOzxGhP9ElJ1zvmbI { width:5.5rem;height:5.5rem;top:13.987500190735rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEso4ffRwwD5bhWm2EKgfFLJG2akFvqQ { width:5.5rem;height:5.5rem;top:26rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0fmVFQDO4xOnL94MuHWdei0gLkQsfAO { width:5.5rem;height:5.4375rem;top:36rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9IOIeHw90KTiOR16ZIAC6802IacTXP7 { width:5.5rem;height:5.4375rem;top:47.362501144409rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFBmAf95dHML6tJAsAicCybZxrDfHiyi { width:20rem;height:0;top:23.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4aza0pqG9gHy8VWOhp22m4usvq0IHl4 { width:0.125rem;height:6.25rem;top:121.52501220703rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JTUS8SyWThFCAkoRiRGGb0KbmGhQUOvS { width:20rem;height:6rem;top:19.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XGbNMM3PLC24MDz0a7dzxkQTGRPiLcSM { width:0.125rem;height:6.25rem;top:145.57501220703rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZnahaFbTtNHmieacmoqPIRPGT1lyawg { width:20rem;height:0;top:153.07501220703rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gFgCkonkkQNkahnzdqUWLWzD3aldfSTT { width:20rem;height:4.5rem;top:31.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRWaXDpg6J4ioGgsbddta8xSJ6cD36Cg { width:20rem;height:0;top:175.56251220703rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yW4ZeJgWuhKNG1C4ASng2zuDXBv2uE4n { width:20rem;height:4.5rem;top:41.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ExC0qJvI2lMhZHJSKr0cIvzA024bGxBK { width:20rem;height:0;top:198.05001220703rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWWxb2qa5mGBNS0Zr6F7b86C7feld4vH { width:20rem;height:5.2rem;top:54.16250038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fn1LraecUE6Pd6pbyvIhcaRruyUMb2kR { width:0.125rem;height:6.25rem;top:168.06251220703rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMqFkKHw9lWN4sSnTBK8TTUvyXDg989T { width:0.125rem;height:6.25rem;top:190.55001220703rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cB4B93W6cGwlO4O7r19blIOSbQivGpsd { width:12.5rem;height:2.8125rem;top:61.425025939941rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GF32qVApFVnvSOGrxdZiefTPx0oBMKTR { display:block; }
 }@media only screen and (max-width: 763px) { #E4hdsLuxoWGCOzuxEcSheHuV83i5JFXh { display:block; }#E4hdsLuxoWGCOzuxEcSheHuV83i5JFXh > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fw7F1UIrpeXoPDgub9GTFMaqf4eK5EMD { width:16rem;height:2.275rem;top:1.5625rem;left:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #McZm326VLbOgo9pXb4mqGOnlv0WvmCMX { width:3.4375rem;height:0.25rem;top:5.125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V165WQoDfAD5uXdhwkCH0EVgUcFaRk0w { width:19.875rem;height:1.3rem;top:6.25rem;left:0.12421870231628rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qN4aqlGTVgQZQx3qcpXi8nxtdWlT0BnF { width:5.5rem;height:5.5rem;top:8.425000190735rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8MZkSdoPcv7hNESubsqKxbnlTLHUcp3 { width:5.5rem;height:5.5rem;top:20.9375rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRzrwWhEQJNgNZUcuJxvufMtVAPkOlUc { width:20rem;height:6rem;top:13.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yUTO5ObW0qtePvcwBFVbDq4GTzMbEpPW { width:0.125rem;height:6.25rem;top:15.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRikDRh9MLkaSEKIDpRplSlsDvXHDCNy { width:0.125rem;height:6.25rem;top:37.4375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xEWMbaxMPkTeoyUTt7U0JrZooMJPlq06 { width:20rem;height:6rem;top:27.40625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xt3STtDcKTsgu0xdN6b7FbTDTxgAm0yv { display:none; }#Xt3STtDcKTsgu0xdN6b7FbTDTxgAm0yv > .row .container { width:20rem;height:16rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ksU0SGJ2Rb42rnEgqfR2hFHGoQMxd1tS { width:5.5rem;height:5.5rem;top:1.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0KKFcou2whggzmVTkDFCQp0QZoh80Gp { width:0.1875rem;height:3.125rem;top:2.4375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnmkC5bHK4lMpVRU1FbAACxKdfk8D2do { width:18.125rem;height:2.6rem;top:8rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODyMWo7MJFI4Sy3wSrJLTtINV9kF9Dhg { width:12.5rem;height:2.8125rem;top:11.85rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wINTVQXPGmyF5GPBiM7lEE0zNnOafg1h { display:block; }
 }@media only screen and (max-width: 763px) { #c8uOLTvLdi0NHApppvodXMu9TWe5MVsy { width:16rem;height:0;top:15.912499807775rem;left:2.0000000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #feuKgx3bcKlZtNX3TO8U5AzM4wRHxa0O { width:3.4375rem;height:0.25rem;top:19.4375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aqQeLFFWgL5RTdaknzuG9FV6gEPaywPL { width:20rem;height:0;top:20.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eRkX508N8T4ak7xbm6XyFRBaU8axUrMA { display:none; }#eRkX508N8T4ak7xbm6XyFRBaU8axUrMA > .row .container { width:20rem;height:16.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EdO4wvtWO3Ufy9k8JmZgJkTPVs6AXZLV { width:5.5rem;height:5.5rem;top:1.2484378814698rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMSEZXwLTKAMWXS1NFqwIUMuyT3k42Xq { width:0.1875rem;height:3.125rem;top:2.4375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvF424PDsRdt0ixNDTMLggXTSxfNnRK6 { width:12.5rem;height:2.8125rem;top:9.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoHEVOQ5mifJCyaT9NcqvH6gc96R1WZ4 { display:block; }
 }@media only screen and (max-width: 763px) { #JRCcTBPdT5zRlhdRG1ytMAh57bfscZK6 { display:block; }#JRCcTBPdT5zRlhdRG1ytMAh57bfscZK6 > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9kFudkReC9kkvw2E7hoQgET6AeVNd1R { width:5.5rem;height:5.5rem;top:42.987499713897rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9qSaGvNeKiaFIvuFssgBQoyvwnoafz6 { width:0.1875rem;height:3.125rem;top:2.6875rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTQcDEGbtDH6Xwcxp82LXJ8ELtT2T7dv { width:18.125rem;height:2.6rem;top:48.4375rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FhRWasJ0FDkRhHmnSgPe6qveGUUSG2uQ { width:12.5rem;height:2.8125rem;top:52.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #utatBtCFKJNr2NXbI415M9q0llTPDMwD { display:block; }
 }@media only screen and (max-width: 763px) { #f93CtxiJssTU52fhVqrVNdtePwfSRmSi { width:15.625rem;height:5.3625rem;top:19.437499523163rem;left:2.1875000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cd3nOvi59iqJTgf3I9sg5m0F2TlD5IbX { width:5.5rem;height:5.4375rem;top:24.749999523163rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #HopIaAwv8wlyHkdsx5hfJlnzreSk6pQv { width:18.125rem;height:2.6rem;top:30.937499523163rem;left:0.93671876192094rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EZluS1SielRdgVP1Lmp9bDPwbsRB3c2L { width:5.5rem;height:5.4375rem;top:34.25rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmeCJCz7fXnK9X2iirOExKMLMnD4q6n5 { width:0.1875rem;height:3.125rem;top:9.0625rem;left:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vSpUKfy2QJzuuTE2l508qhSIqzJ3ECXt { width:0.1875rem;height:3.125rem;top:20.125rem;left:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrPVHStyETHU1yN6NThDfhxvT3mf9hIm { width:18.125rem;height:2.6rem;top:40.4375rem;left:0.93671876192094rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dbg5F5pKaw8yASk7sZiwEH86C1tUHedt { width:16rem;height:2.275rem;top:1.0625rem;left:2.0000000596046rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTNTEFapUBoe6CtP0vDAd8L2wgITPGHm { width:18.125rem;height:2.6rem;top:5.4375rem;left:0.93671876192094rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yiCArMLEHE7fJZdsByKlSCbM36sTPu3L { width:20rem;height:6.5rem;top:10.362501144409rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGCi0WpZ7SmyeiRikXaUamzbfwon2kl3 { width:3.4375rem;height:0.25rem;top:3.8367195129394rem;left:8.2812505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMvaBIC2GiR6bS5JUvnTiTluEgsskoAt { display:block; }#iMvaBIC2GiR6bS5JUvnTiTluEgsskoAt > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNCZzS5vc95F7XRXAomG4MCA1Q6d5OJq { width:20rem;height:9.55rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwRr5I9RQTKOFWIcRqkdNVKhBwJZncef { width:20rem;height:5.0625rem;top:11.861718654633rem;left:0rem;font-size:1.125rem;color:#162866;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #TuyuH6Zm0D1cPgQkZFWiCmsF0tbGZXye { width:11.5rem;height:7.475rem;top:2.125rem;left:8.5000005364419rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXxltiuK0P8syVvm2H6Vx3Kf02179voT { width:3.4375rem;height:0.25rem;top:8.0625rem;left:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dXKAhpI2JNqqEqDwzTTGwsqI2HaMA7r7 { width:20rem;height:9.625rem;top:18.486718654633rem;left:0rem;font-size:1rem;color:#162866;display:block; }#dXKAhpI2JNqqEqDwzTTGwsqI2HaMA7r7 li:before{  }
 }@media only screen and (max-width: 763px) { #PRisc7rSk8h1PeImcWIA0ztbSNTN04zS { display:block; }#PRisc7rSk8h1PeImcWIA0ztbSNTN04zS > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DnzSFrG9oOOBpakA0zdmTILvVckK3vET { width:20rem;height:23.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzlRn3RIbT1DPKSf3sv04vI3sDDIrqrL { width:6.25rem;height:6.125rem;top:-1.625rem;left:7.1562505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVv2zzF94rfzN01duQZdhyBCzuVTgX7u { width:12.5rem;height:3.25rem;top:5.1867179870606rem;left:4.0312500596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMUDOBiXXt98iyUxtscSEqnud98cAOyT { width:17.6875rem;height:2.6rem;top:9.874218940735rem;left:1.1554687619209rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rinm7aVoOuzpzmzCueUbZcAbwr257oTn { width:0.125rem;height:6.25rem;top:14.774230957031rem;left:1.7124996185302rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD4JbdNLrOo58Tou7hEamrV1slc3nAwu { width:12.5rem;height:4.5rem;top:15.649230957031rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3hWrrmn0CohZKkz0hed2lpi6NzekIly { width:20rem;height:23.1875rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZp9JTZKmaV4ZsXAxBU3GD4VTT56tlUT { width:6.125rem;height:6.125rem;top:22.837500572204rem;left:6.9375000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpOWSZfCnk8fQJzDr8TMowqu1wl9olWG { width:12.5rem;height:3.25rem;top:28.962501049042rem;left:3.7500000596046rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbPXnTGqPCRBUpc20gwwUPDKlZGhwlgR { width:0.125rem;height:6.25rem;top:40rem;left:0.68750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuCxLspEsvzTRr173ff4TLZXGbbCRuNA { width:18.625rem;height:9.84375rem;top:39.081251144409rem;left:1.3750000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxxCzGur7CsK1xKHDTMH5t5I4ZxXrP9F { width:0.125rem;height:4.375rem;top:33.224998474121rem;left:0.68750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqeKEFD81iqvzOcRLwzKVBUCw5awVgLT { width:18.3125rem;height:5.625rem;top:33.099998474121rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmeBII4dhkT3MzmJc1d6LE4TM6dqSVHl { display:none; }#ZmeBII4dhkT3MzmJc1d6LE4TM6dqSVHl > .row .container { width:20rem;height:129.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BOXRqP36Q4RWK2XQDPx4XeJOu5oJJErp { width:3.4375rem;height:0.125rem;top:10.9609375rem;left:8.0937505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB3OqIpMKcR7ZfFZ0c3XTOacMNJLU3rP { width:20rem;height:2.6rem;top:11.6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGeQiqXNQ7tE2Eiz1gQ9ug2qOKeBkwgZ { width:20rem;height:9.1rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ5doD5dMMcPQUcicfHSc3fbR1QT8qF6 { width:7.5rem;height:7.5rem;top:15.575000047684rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKhi8sKVph2wNfieTXnMiRRUuVfkETOk { width:14rem;height:23.0625rem;top:19.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMIeT5ExK8iTE5LfoAiU4PlJDzv4aD2C { width:12.5rem;height:17.0625rem;top:23.5rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J37B8L0nKaKSvaDPEL6mPTAUddJeT8yS { width:7.5rem;height:7.5rem;top:43.0625rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIzl5NxdTpxWdyPzmHIbMWQpAqTJZbUF { width:14rem;height:23.0625rem;top:46.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #trR9pJNb3feRFnCyB9AT6qTZrbbtxgpI { width:12.5rem;height:11.8125rem;top:52rem;left:3.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQO47B7P1aTcHq9iUohdgkWHHRF5PC9h { width:7.5rem;height:7.5rem;top:71.887500762938rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKAgGJWZofPRDbBIrqF0dlIctyAvAD12 { width:14rem;height:23.0625rem;top:75.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyBIDH7q7BIDzdgHnL46kOLUpT3vf19s { width:12.5rem;height:13.125rem;top:81.5625rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZK4gi0tT22iqfGQHB9CFLUKCV64eMTz { width:7.5rem;height:7.5rem;top:101.13750076294rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd1hLXBf3iWSOVKtqPNhdEtxXdtszZ6L { width:14rem;height:23.0625rem;top:105rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNWJewdmllk0Xe0tSfUW5JF8QsRwEDf0 { width:12.5rem;height:10.5rem;top:111.3125rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0xHTKW3IAzcDPpGDhyGkoKUnBEKGfGE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f18418b5-74d1-463f-85dc-d212f28cf260/Diseosinttulo96.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#e0xHTKW3IAzcDPpGDhyGkoKUnBEKGfGE.adaptive-delivery-prevent-bg, #e0xHTKW3IAzcDPpGDhyGkoKUnBEKGfGE.lazyload, #e0xHTKW3IAzcDPpGDhyGkoKUnBEKGfGE.lazyloading { background-image: none; }#e0xHTKW3IAzcDPpGDhyGkoKUnBEKGfGE > .row .container { width:20rem;height:36.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FkHqFKHwiGuHMtir4IyuJrJl6WQwbXzw { width:20rem;height:3.125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOowQZ20DCwGheVMpShm66bQMHU5CnvF { width:20rem;height:3.825rem;top:7.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5HwO5yaCnalaPueplmpziKhSEglzOcT { width:20rem;height:5.1rem;top:16.231250762939rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2m9HTRnzRezPPbwh5RwuMXTtHIKXKDH { width:20rem;height:6.375rem;top:26.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9zhA1X7MAXTNGkhMQM95yoIQxIc170s { top:12.200000762939rem;left:4.0312500596046rem;width:11.9375rem;height:2rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i625OZAsIOQmCvaSZSTOf7u53gB3Tgu2 { display:block; }
 }@media only screen and (max-width: 763px) { #wRQC8lb7mPLKFX1NoeNAB9BHdTk5KhoC { top:22.0625rem;left:5.1875rem;width:9.5625rem;height:2.0625rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PsyX5mvP3TPIg4VTIOBscaVniXgOav8Q { display:block; }
 }@media only screen and (max-width: 763px) { #MWmmL3yATXNb8TSSC796HyHvoWdT8bX8 { top:33.5625rem;left:6.1875000596046rem;width:7.625rem;height:2.1875rem;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SxTmzkG50TmNBJ6yLdI52SVTRTtT7SHf { display:block; }
 }@media only screen and (max-width: 763px) { #vw6x1eCnkGwAGJFTQJryueR6hQcXyPsD { display:none; }#vw6x1eCnkGwAGJFTQJryueR6hQcXyPsD { border-width: 0; border-radius: 0; }#vw6x1eCnkGwAGJFTQJryueR6hQcXyPsD > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vw6x1eCnkGwAGJFTQJryueR6hQcXyPsD > .row .container { width:20rem;height:81.829167938231rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pghu2RceFOC6L9Zy3Z73ZAyEGTuelns4 { width:16.1875rem;height:4.6875rem;top:2.375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm2NT9FQiLvG4UIrTqKtgUOzVS87xOeI { width:7rem;height:2.125rem;top:38.625rem;left:1.5rem;font-size:0.9375rem;background-color:rgba(255,255,255,0.1);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #sODU0xgQqbfzSvlTdKFMGALFMFJkE6rB { display:block; }
 }@media only screen and (max-width: 763px) { #ydTmcCtioo9B6PSxpzQN7ott0nh6klX0 { width:15.875rem;height:5.85rem;top:8.8125rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4mk9XtBcaT77g6syKQMaA5Cmgrv63do { width:12.5rem;height:0;top:59.075rem;left:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TB6kd1JMZf6g4DMlUpnrVtuZx3G7a2sC { width:20rem;height:3.0329875rem;top:33.086806774139rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Op8tktlGCy2NP6rSzv1SeSNzoqmDd3gT { width:16.8125rem;height:4.3875rem;top:16.375rem;left:1.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GS0W9bf5C1QZxgF1vvQ5QAqfk1XvBX3T { top:22.9375rem;left:3.25rem;width:13.5625rem;height:2.25rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kTJ9D5wwUJWiKfJ9CqwOo6lGJCpbWW31 { display:block; }
 }@media only screen and (max-width: 763px) { #TLc00sEMR8WLMVxJvVxMDNfRGpIaUmFa { width:20rem;height:11.147260273973rem;top:70.682292938231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akDGtcTnTBIcdrxtCApQ3KMlbdcx3TyM { top:26.4375rem;left:3.6875rem;width:12.625rem;height:2.125rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Pxw4kdPldeubp6nf42C2d14Gi5ZTULw2 { display:block; }
 }@media only screen and (max-width: 763px) { #mGXFqlDu4XRTmc07kICqcpuTgtNLw6i3 { background-color:#aebbce;background-image:url("https://images.assets-landingi.com/uc/99a25ada-1202-423e-ae67-45593f584e5f/IDABITABLANDINGPAGE_MOBILE_0106.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#mGXFqlDu4XRTmc07kICqcpuTgtNLw6i3.adaptive-delivery-prevent-bg, #mGXFqlDu4XRTmc07kICqcpuTgtNLw6i3.lazyload, #mGXFqlDu4XRTmc07kICqcpuTgtNLw6i3.lazyloading { background-image: none; }#mGXFqlDu4XRTmc07kICqcpuTgtNLw6i3 > .row .container { width:20rem;height:128.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pbMOo7IJO3JrQ5KSVf5caBahIT10v6mV { width:20rem;height:3.25rem;top:0.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXPI5JTm6SnqflpRhZw91zh2WhtshKvs { width:20rem;height:59.375rem;top:64.437507629394rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf6wftraEc8rv0pA1MCMeEBZIIV88SXr { width:20rem;height:55.25rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVdMDidBUXexzZhvXMr3PQuekCGsRP7k { width:17.3125rem;height:1.7875rem;top:10.167536020279rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iUPDnTwmZT6pkZcDIEX72qZMhUbfy6Tz { width:15.0625rem;height:1.7875rem;top:65.522570610044rem;left:1.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FusTKLzSbP3eVteHxOZJciDgFhmgsqBl { width:17.6875rem;height:14.625rem;top:25.157119035721rem;left:2.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s5RZrREvDBBCAwu9ZvbxhK8rkmxistR5 { width:17.5625rem;height:23.4rem;top:78.875rem;left:2.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LMTkpoQCOlrpQS4fsiXzGKhua1KcgU5E { width:1.875rem;height:1.875rem;top:25.157119035721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpZT8RfTngkXid2eRBXNVPe4xoQEU5Uv { width:1.5rem;height:1.5rem;top:28.211806297302rem;left:0.263888875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crTAF0AwBnS3t5XkSfo3zyfhCGr5lnVP { width:1.875rem;height:1.875rem;top:78.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCUEawrDH0v6eEvp5yPWOFKHcpoQzCI6 { width:1.875rem;height:1.875rem;top:96.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZNfJESVZ46qvG5u3xvhm0JvwwVqWuWf { display:flex;width:2.5625rem;height:2.5625rem;top:24.532119035721rem;left:-0.236111125rem; }
 }@media only screen and (max-width: 763px) { #kvixIcFt4OphvEt5FUBBLhpwq3dTOvyd { display:flex;width:2.5625rem;height:2.5625rem;top:27.469615459442rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SRZ5k54OL4Q0gAemwkw4IWrDgx2IgySX { display:flex;width:2.5rem;height:2.5rem;top:78.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kGvtTmNBFE0w2l9FpXtFXdVMt2BZkBF8 { display:flex;width:2.375rem;height:2.375rem;top:96.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #cMPvDC3CLzAT6vEdFgKJ1Zxd94rC5hoO { display:flex;width:2.9375rem;height:2.9375rem;top:9.5911459922788rem;left:15.562501072884rem; }
 }@media only screen and (max-width: 763px) { #DTgC1HVgXeUT5L2kVUhexku13ioi8UtA { display:flex;width:2.875rem;height:2.875rem;top:64.9800362587rem;left:16.187501072884rem; }
 }@media only screen and (max-width: 763px) { #uPhm0TztZ4sSNptZHcifK3gU7toWQcnz { width:9.625rem;height:9.625rem;top:68.368057250975rem;left:5.1875001192093rem;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld17iS97TBEXRWUkkTpyQFf1XZXkH50w { width:10.125rem;height:10.125rem;top:12.530381679535rem;left:4.9375001192093rem;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwWGufOKl7uNSiz4uqM2mpKxvd2Vm9F6 { display:flex;width:2.75rem;height:2.75rem;top:84.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #L6FLTMzikFAT7PWkp0HGmJCvx3KNLpeU { width:1.875rem;height:1.875rem;top:85.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbW5J0CAPuC1pM6DyOQD1wtRdCxUcv1l { width:17.5625rem;height:2.925rem;top:45.274305343628rem;left:2.3116320371628rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HIyWd9UhkMbN4i0M3kyWomOWGAi4WekB { width:13.25rem;height:1.70625rem;top:42.656248092651rem;left:2.0312501192093rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUawWUaQPcMlfuEiVyz4a2FZHfOD6XsL { width:0.4375rem;height:7.0625rem;top:45.773960113526rem;left:0.80416673421862rem;display:block; }
 }@media only screen and (max-width: 763px) { #bs262v6AElfsSfp1yR4Uezhh56l9m2kt { width:15.625rem;height:2.925rem;top:51.584379196167rem;left:2.1875000596046rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E0WrcKCbpUfUxzfMH0TNQpZPyzP4TrD7 { width:18.25rem;height:6.5rem;top:56.305212020874rem;left:0.87500005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzoqsCSdqsKkhEPy1elUi7leT2vcWSyG { width:1.125rem;height:1.125rem;top:45.274307250976rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d75SlokiInRIKwcGgEpVhCJpWkbq3i3e { width:1.125rem;height:1.125rem;top:51.960418701172rem;left:0.43020838499069rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV2hqJk0tEc4eClfu42sRJbOQoRqXKqS { width:19.3125rem;height:1.625rem;top:104.49999809265rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PnqbLuAldMmccVtOvSuRXtuf5eZdKRWd { width:16.375rem;height:2.925rem;top:107.43646621704rem;left:3.6250002980233rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #palaOBx0vDnG3EG8UvamNkqRO3Fyc0bc { width:20rem;height:0;top:120.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zAKAOaXMc3tULfTWAV97ecpLFZBW5Urn { width:16.125rem;height:2.925rem;top:114.06146621704rem;left:3.5625002980233rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #K7gNzffI4DWM3i01ZebJr6rdiLHfMGm9 { width:16.625rem;height:5.525rem;top:118.6250038147rem;left:3.3125002980233rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GOBxn7oW4VFapg4iTdX0yyUDTvFnCz1S { width:0.375rem;height:11.5625rem;top:107.81250762939rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl7cLiS47ceFoRCUuSOTn68SM7TsRvxk { width:1.125rem;height:1.125rem;top:107.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoI6FqiqtDJ9eNHSiXmcWIc49TENN3Ut { width:1.125rem;height:1.125rem;top:114.12500762939rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nyt8W9ObfbianHXHEbEDiwnuALx3s7uc { width:1.125rem;height:1.125rem;top:118.75000762939rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2kTagDF8zwfiHTufIawIpGDXwrr5UVF { width:19.625rem;height:12.25rem;top:115.29166698456rem;left:0.040798604488372rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZSNyWbGeikRhR0rL9qeUhF9vHAMkvO76 { top:110.36042404175rem;left:3.8166669011116rem;width:11.0625rem;height:1.8125rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bOOWvl4TBfF3OEarhyKKWP9e9o92CG5f { display:block; }
 }@media only screen and (max-width: 763px) { #J9m6afe2Q4Gr5PUnrdlRe39T5MZspL61 { top:48.777086257934rem;left:2.1875000596046rem;width:11.0625rem;height:1.8125rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZFLGAuhxRBShSLm1CXmWA2N9o2q2uoFL { display:block; }
 }@media only screen and (max-width: 763px) { #rRlhgM2MRvW5NZh5JABoSRu3owFC7eVZ { display:none; }#rRlhgM2MRvW5NZh5JABoSRu3owFC7eVZ > .row .container { width:20rem;height:60.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bTXB7nELI0RTtAc1eSGI7oBAWndb3PJE { width:19.8125rem;height:6.75rem;top:1.3093719482422rem;left:0.78020840883256rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aQ3h3nJeaEKzqOXknpoOwiwKGptNPaU5 { width:19.25rem;height:8.6875rem;top:19.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZVW0ntJ7K3euv7IFHT2KFc0LK9UXvXE { width:19.1875rem;height:8.4375rem;top:9.75rem;left:0.37500005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHPABBSF65CEcUGgIUVJrtJt0MiMSUaA { width:19.0625rem;height:8.25rem;top:39.062977790832rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md9ep96WgxvowSs6XhT9WDnUnaz8GD5B { width:19.1875rem;height:8.8125rem;top:29.124219894409rem;left:0.40546876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nStJPUSuPDy5HqQtt0A0k52L7dJzCzAP { width:8.125rem;height:7rem;top:20.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p067CabIalPzgPdM8qDGN0dfSJ8cc9f1 { width:9.625rem;height:5.2rem;top:10.586719036102rem;left:9.5359378457069rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eualQIrlXtNxFQ0F8d6eagGur5w5xyx3 { width:7.75rem;height:1.75rem;top:35.480469703674rem;left:9.8484378457069rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OleTeMPHp3TKA0MsUCVNxJWQR3fkaf21 { display:block; }
 }@media only screen and (max-width: 763px) { #kxKkTMEQDyPsvJZ6BiIJr32rmg9OfI2t { width:7.75rem;height:1.6875rem;top:45.21187210083rem;left:10.024219095707rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU8huPgRMGRA4KAMvliPecgzrTKiTvKa { display:block; }
 }@media only screen and (max-width: 763px) { #IRuSGib1IwUpITMtIffRvDEPipk2Pfx4 { width:9.4375rem;height:5.2rem;top:30.030637741089rem;left:9.8125005364419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLm9elcHWkA88ols4LyBXZNuHmlQ6Ode { width:9.75rem;height:5.2rem;top:19.937499046326rem;left:9.5000005364419rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzBsH0SmuivN1JwzsNLzr7Ng0wf35TEM { width:9.0625rem;height:5.2rem;top:39.375000953674rem;left:10.049218714237rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZTkgwgAdVuuUleAZTFQNeVNklMKorJg { width:7.875rem;height:7rem;top:10.468750476837rem;left:1.0617187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsRnTOqqUrUFbzxdSdNcKaL6ZGnCHGkF { width:8.0625rem;height:1.6875rem;top:25.8125rem;left:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5HnvTTeHUpHweSuFRkuiFDWHpkz04Ry { display:block; }
 }@media only screen and (max-width: 763px) { #UsnRLuyTZ6pVTQLbOWP6GHyUmb9BWWbb { width:7.9375rem;height:1.875rem;top:15.799218177796rem;left:9.4375005364419rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2zcP8khztwFWtrk4t2tq7ySc8EQ2k3h { display:block; }
 }@media only screen and (max-width: 763px) { #QNmZhDpnbrHd6HVftQxS0FsVk76InyLM { width:8.25rem;height:7.4375rem;top:30.030468940735rem;left:0.87421876192094rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IMdohNdyfz8T4y6HnRWATiCphdnHb1wq { width:8.625rem;height:7.6875rem;top:39.375000953674rem;left:0.81171876192094rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lzq5vOJTf5LOLXuR4fOzChZf2LV9Wn2x { width:19.0625rem;height:9.75rem;top:48.437500953674rem;left:0.53046876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGyi7drqu6wz3FB9J4vVnzoTka4Gh9rT { width:7.9rem;height:1.8375rem;top:55.800001144409rem;left:9.7234378457069rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnBlXqnrhawTXhcyK6hHcchLFE3JkIdX { display:block; }
 }@media only screen and (max-width: 763px) { #B0U0lioFL3k6fBk0x7g8klyBPDMCeQvV { width:9.3125rem;height:6.5rem;top:49.175001144409rem;left:9.8304687142375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSr4us92iPrwlkmLqQ2T4L8gP2i4mxGs { width:8.375rem;height:8.375rem;top:49.062500953674rem;left:0.78046876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENEpAQTREb4xzx9CE34ldTGPfuIV7fFo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #142a54, #ffffff);background-image: -moz-linear-gradient(180deg, #142a54, #ffffff);background-image: -ms-linear-gradient(180deg, #142a54, #ffffff);background-image: -o-linear-gradient(180deg, #142a54, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#142a54', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#142a54', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #142a54, #ffffff);background-size:auto !important;display:none; }#ENEpAQTREb4xzx9CE34ldTGPfuIV7fFo > .row .container { width:20rem;height:51.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iuMcT1XJZT6kkRU80iSAfUVMiMbNmF4z { width:20rem;height:1.625rem;top:2.1875002384186rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w92rbuBlZZuW3qUi1DIrbVsgNzU0oJE5 { width:20rem;height:6.90625rem;top:4.9374856948853rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WVPbAVBkkOJ14Rn736RtsLbWdibc6BT5 { width:17.3125rem;height:5.3625rem;top:16.415631294251rem;left:1.3437500596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJqPFmsQMTIS00WT9QPegGlaG3OkG2eJ { width:14rem;height:3.9rem;top:24.617704391479rem;left:5.0625000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MDH7yT9yIECJuOU3xGLTrWM5xMdolNXT { width:20rem;height:32.4375rem;top:13.437501430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktcVNTK30TTMGUfgwul83r4V2N2NdKRR { top:45.012498855591rem;left:2.7187500596046rem;width:14.5625rem;height:2.25rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Z17nQ4qElK9vldTO4DIL2hGAdBwz6LxE { display:block; }
 }@media only screen and (max-width: 763px) { #gdPM1fO9zsNqbFOrTFu3xdBiPr5aHFHU { width:14.875rem;height:3.9rem;top:31.200008392334rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J6FOBgZf2Xza67tI79bBkphG3RbETAXf { width:14.9375rem;height:3.9rem;top:37.824991226196rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HpHkBWXBgmy3dGlt1ZhshbrkKoaWpfSp { display:flex;width:2.625rem;height:2.625rem;top:25.254172325134rem;left:1.3437500596046rem; }
 }@media only screen and (max-width: 763px) { #zmPmfStG4ekmSANDqRIq0KVPdDO7D3kb { display:flex;width:2.5rem;height:2.5rem;top:31.250001907349rem;left:1.535416662693rem; }
 }@media only screen and (max-width: 763px) { #wTQ53avL12oDHF2Qf9cZXiKMTbNgJVqt { display:flex;width:2.625rem;height:2.625rem;top:38.461460113526rem;left:1.3437500596046rem; }
 }@media only screen and (max-width: 763px) { #uN3clNdV4azGg96cOyKXm3zWtw8coqDA { display:none; }#uN3clNdV4azGg96cOyKXm3zWtw8coqDA > .row .container { width:20rem;height:80.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G0BWWAT7cC3TxLnTx2WvzIvSnlK12mp2 { width:20rem;height:3.3rem;top:0.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cayutdtfisyrfwGhghwD2ITLbnZzQ8ST { width:15.625rem;height:0;top:37.78125rem;left:0.5rem;font-size:1.125rem;line-height:1.4;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) { #ts69PN5w4oZW3uF5xUQraD7SLqThUslf { width:19.375rem;height:8.4rem;top:50.8125rem;left:0rem;font-size:1rem;line-height:1.4;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;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #RHfpRTP0scaTIM7BbstAKbwwT7cTqbDX { width:15.9375rem;height:15.9375rem;top:12.25rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp50B5yBmR5GVuuNNEEDKEk4wgEBLq4t { display:flex;top:62.4375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #M09SB75XAP5IaWNMyZn6Tq75y7EWUnzu { display:flex;top:43.25rem;left:7.8125rem;width:4.4375rem;height:4.4375rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #VtKfUfpfruIgfmRKpSuE2bVNJvlWotZP { display:flex;top:31.5rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #RPBHh7wCSFsQnJPdk8Xe8fnlq01Ql1wk { top:30.6875rem;left:0.375rem;width:19.1875rem;height:11.4375rem;z-index:15002;background-color:rgba(8,51,107,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #OxZOBqAB6GpSUF3HuAQaN4RNHcD9z2AT { top:38.125rem;left:1.1875rem;width:18.8125rem;height:2.6rem;z-index:15013;color:#08336b;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RVWleDlEkxu48gDhxzuwfaFiIFyFTv6O { top:35.875rem;left:1.1875rem;width:18.8125rem;height:1.4625rem;z-index:15014;color:#08336b;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZWaUpDCrkwncq7smXmhdb0fJxq3er6O { top:43.25rem;left:0.375rem;width:19.1875rem;height:17.6875rem;z-index:15003;background-color:rgba(8,51,107,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #pVURhiHxrvcaHTXW1UDGAHkDa7dt6AlO { width:17.25rem;height:5.6rem;top:68.5625rem;left:1.375rem;font-size:1rem;line-height:1.4;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;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #H9KT4gf19N19hwrKJCm85VFcFL66czEL { top:61.875rem;left:0.375rem;width:19.1875rem;height:12.9375rem;z-index:15004;background-color:rgba(8,51,107,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #k1CXnwDSllfA8Ud6eaU2MLiJB72vID51 { width:18.75rem;height:1.575rem;top:66.0625rem;left:0.625rem;font-size:1.125rem;line-height:1.4;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;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #bHQrJykHLkEi2gvzWzD8OV5AfZ3J5OcP { width:18.75rem;height:1.575rem;top:48.625rem;left:0.625rem;font-size:1.125rem;line-height:1.4;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;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #NWieAM8X2CBVooHXE3DJo2TauTKKoTbT { width:20rem;height:8.3125rem;top:80.098438262938rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gi95XqccIA7tOKXFq3HhNuQtS54Z0sam { width:20rem;height:8.0625rem;top:89.660938262938rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yLWLRKUNZfWhPpDOWQXcTxFwZOX2yCMt { width:20rem;height:9.1875rem;top:69.660938262938rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCqWwtRzToPP91WXKp0P9sUse6wJwyEu { width:12.5rem;height:1.4625rem;top:70.723438262938rem;left:7.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzhN09tJNIqJl7tmFTQ5wTKZu4QuEADx { top:76.129171371463rem;left:2.9062500596046rem;width:13.5625rem;height:2rem;font-size:0.9375rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IiNUH0E9tlREJEpXJRDldgfJvPWfilSZ { display:block; }
 }@media only screen and (max-width: 763px) { #QXdnfHTs07eOgB4JCTpDETbsiFkuZyhh { width:20rem;height:5.15625rem;top:5.3468570709229rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 { background-color:#071638;background-image:none;display:block; }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .row .container { background-color: transparent; background-image: none; }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .row .container > .video-iframe-container { display: none; }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .row > .video-iframe-container { display: none; }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .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); }#AHWRW9NUEzxE0TZzx0GsuMGAgwhtlZy7 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9Nh25cnMmfuyNcuTvJzoBvhsbTVNH1E { width:8.8125rem;height:5.125rem;top:1.2351570129394rem;left:5.5937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNsD9TaTKPFpqfOBzgpiyzKpX0euV1Ha { width:17.5rem;height:1.4625rem;top:17.637500762939rem;left:1.25rem;font-size:0.5625rem;color:#949ea4;display:block; }
 }@media only screen and (max-width: 763px) { #g0gC7xDeZbTzTRhHGXtBU1t17fiTd4Tu { width:10.5625rem;height:1.2rem;top:7.52499961853rem;left:4.7187498807907rem;text-align:center;text-align-last:center;font-size:1rem;color:#eaf0fc;display:block; }
 }@media only screen and (max-width: 763px) { #s9KrITyT9yPTy8mgWWitpS3uMBUOGOol { width:18.1875rem;height:1.2rem;top:9.9375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1rem;color:#eaf0fc;display:block; }
 }@media only screen and (max-width: 763px) { #VQqB37tkQGgsVr7JCBEc3sz5AsRtXXlr { width:13.1875rem;height:1.2rem;top:12.875rem;left:3.4062498807907rem;text-align:center;text-align-last:center;font-size:1rem;color:#eaf0fc;display:block; }
 }