.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:216,239,251;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:0,68,120;--color-secondary-0:252,245,217;--color-secondary-1:245,222,128;--color-secondary-2:235,189,0;--color-secondary-3:118,95,0;--color-secondary-4:35,28,0;--color-tertiary-0:255,255,255;--color-tertiary-1:155,155,155;--color-tertiary-2:50,50,50;--color-tertiary-3:22,22,22;--color-tertiary-4:0,0,0;--headlines-font-family:"manrope";--paragraphs-font-family:"manrope"; }@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;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); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT { border-top:0rem none rgba(0,0,0,0);border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { background-color: transparent; background-image: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container > .video-iframe-container { display: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container { display: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .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); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { border-width: 0; border-radius: 0; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#XWLrLlAdqrTCIZXaCKaMed5hiT0e1mBX { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:2.25rem;left:45.9375rem;display:none; }
#vzibqX3G8mePiHLrMoBLNGCEO6oQzDiI { 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 #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#0060ab;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:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.8125rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.4375rem;left:62.1875rem;display:block; }
#Vdq8QETKvi4Tt7WJnBrikrmTqK0nuynm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WhLpD7apOLacCC8QrHKQZgGl9uZUClpK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:10.3125rem;top:0.875rem;left:0rem;overflow:hidden;display:block; }
#AcbJoVAJdfmcP59QH7iqwffwTQ0QymMf { color:#0060ab;display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.1875rem;left:52.1875rem;height:1.21875rem;font-style:normal;display:block; }
#EyEZch69a3eH8gbOB05kwFzbeLBS3mJn { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/542727b2-9ee3-4e38-974a-215a69537d57/ic_phone.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:2.3125rem;left:50.8125rem;display:block; }#EyEZch69a3eH8gbOB05kwFzbeLBS3mJn.adaptive-delivery-prevent-bg, #EyEZch69a3eH8gbOB05kwFzbeLBS3mJn.lazyload, #EyEZch69a3eH8gbOB05kwFzbeLBS3mJn.lazyloading { background-image: none; }
#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 { position:relative;display:none; }#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 { border-width: 0; border-radius: 0; }#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 > .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; }#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 > .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; }#rcaIbxyyohAy1JQLaDRaTi85IpiGm8Oh { 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; }
#d3kJdSmyN4gnRfhcTNDU7cdSrADuqCBO { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:0.6875rem;left:0rem;display:none; }
#D0s1GzR4GybTCZbtXT0D7CLAQwOE0DrC { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:11.5625rem;left:0rem;display:none; }
#HJPgog38PbvN5uhx9f6KRXQFZhWkl26b { 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: none;height:12.5rem;width:12.5rem;display:none; }
#W22SI45UUFEzwMloyeidv8MbASB9hbGn { 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: none;height:12.5rem;width:12.5rem;display:none; }
#VtMH9OX4lSmVwA6MgnB6U5vHc8bTVAKH { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:17.4375rem;left:0rem;display:none; }#VtMH9OX4lSmVwA6MgnB6U5vHc8bTVAKH li:before{  }
#iwtLk7Rh7eOeCSJfKOScqi4sz1DmLWqr { color:rgba(var(--color-tertiary-0),1);display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.1875rem;left:1.9375rem;height:2.24964375rem;font-style:normal;display:none; }
#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy { position:relative;display:none; }#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy { border-width: 0; border-radius: 0; }#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy > .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; }#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy > .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.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RbrmMI48IgSESlktfMU6FN3vuhu3IkvC { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:45.1875rem;top:4.0625rem;left:1.25rem;display:block; }
#kc45xMVUdrapD3JHlGtfR7xSdN3lmnak { color:rgba(var(--color-tertiary-1),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7.25rem;left:5rem;height:1.3125rem;font-style:normal;display:block; }
#UQn5HHER1mgbzAs16fet4ieRKWUU6av5 { color:rgba(var(--color-tertiary-3),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.8125rem;left:5rem;height:1.40625rem;font-style:normal;display:block; }
#rmSiBKxa3uhrHWeQM1qcCKcKGynu4T5V { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.875rem;left:17.5rem;height:1.40625rem;font-style:normal;display:block; }
#ZwlBMw4e9HQO9KEpWWNt1bf1blTURvNm { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.3125rem;left:17.5rem;height:1.3125rem;font-style:normal;display:block; }
#xHgGpebOcx7qJ7bhVkqseabgiLvquJBX { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.0625rem;left:28.1875rem;height:1.3125rem;font-style:normal;display:none; }
#lBmRkKkFSV7PfqREu4klNWn0RVxlHydS { color:rgba(var(--color-tertiary-3),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.125rem;left:28.1875rem;height:5.625rem;font-style:normal;display:none; }
#W72V39CkFdmEhGnOCVwXzkWIAEysuQVv { color:rgba(var(--color-tertiary-3),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:5.4375rem;left:26.6875rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xplccIftqTZUk6fg8GNHDESW0vdrvF0z { color:rgba(var(--color-tertiary-1),1);display:block;width:8.6869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.875rem;left:26.6875rem;height:1.31303125rem;font-style:normal;display:none; }
#ghyTTtGnhLg2oGB42BnKksDCrdp3kweX { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.34375rem;left:2.5rem;height:1.40625rem;font-style:normal;display:none; }
#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62788b39-4a6a-47ea-a852-8ab1667b7a68/AdobeStock_167040743.jpeg");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; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd.adaptive-delivery-prevent-bg, #kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd.lazyload, #kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd.lazyloading { background-image: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { background-color: transparent; background-image: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,96,171,0.5); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container > .video-iframe-container { display: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,96,171,0.5); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row > .video-iframe-container { display: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .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); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { border-width: 0; border-radius: 0; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#CD37auUrxkINyR4LWAEi9fdTufLMcHo7 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0rem;height:11.2125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dh9JrSO0wGaSGLya1kV1peNS0ueVrstb { color:rgba(var(--color-tertiary-0),1);display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:30.39687538147rem;left:0rem;height:;font-style:normal;display:block; }#Dh9JrSO0wGaSGLya1kV1peNS0ueVrstb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Dh9JrSO0wGaSGLya1kV1peNS0ueVrstb li:before{  }
#CM5I4L3eHR2tn1XzvZtxKrWpDJQNT3Jp { position:absolute;display:block;z-index:14998;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.125rem;width:22.3125rem;top:7.6875rem;left:52.687503814698rem;display:block; }
#P18qrN0ntNZZNghkCJ8FpXCw5wtJfF7O { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5rem;left:56.312503814698rem;height:4.225rem;font-style:normal;display:block; }
#B7mSXWdA7eULEUlatcL4PEcuMnQR9kT8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9362rem;width:1.9362rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.5rem;left:53.625003814698rem; }
#TlN3zy2X5rGiPGHIrmCLrpIfFXogvuGI { color:rgba(var(--color-tertiary-0),1);display:block;width:15.871125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:13.3125rem;left:56.3125rem;height:1.21875rem;font-style:normal;display:block; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-form-header { font-size:0.8125rem; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;color:#004e91;width:19.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.75rem;box-sizing:border-box;height:2.1875rem;color:rgba(var(--color-tertiary-3),1);font-size:0.875rem;overflow:hidden;font-family:glober;vertical-align:top; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-text {padding-top: 0; padding-bottom: 0;}#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.75rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-3),1);font-size:0.875rem;overflow:hidden;font-family:glober;vertical-align:top; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.75rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-3),0.67);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-select {padding-top: 0; padding-bottom: 0;}#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.8125rem;font-weight:bold;color:#f2f9ff;width:19.75rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-3),0.76);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-3),0.76);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-3),0.76);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-3),0.76);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:#787878;vertical-align:top;width:18.5rem;overflow:hidden;font-style:normal;float:none; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:glober;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-3),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-container:first-of-type{padding-top:0;}#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-container:last-of-type{padding-bottom:0;}#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx  { background-color:#f5f5f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:14.8125rem;left:52.748046875rem;font-size:0.8125rem; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.75rem;display:block;vertical-align:top; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-info-text { display:block;height:auto;font-family:glober;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx {display:block;}#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx { background-color:#f5f5f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:14.8125rem;left:52.748046875rem;font-size:0.8125rem; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #ZBef61PlKaJVmhty7fDaT9pl2mXFXK3a { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #rpvUimHBf2EzwLrqfmCWwTLO92pEIImS { position:relative;display:none; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #l8Jy5g2b0myOMiLUs1EA1v1e3Bny9a5R { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #hrOPnqXvpmXKgh1Q8UWc5wIuXtdeNfNp { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #ABrZ6sXfK2NVqBuexUgUOHROiLrKKvBL { position:relative;display:none; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #TcD1aATlKJ0XTiVQLq6eXbLGD3cPW7VA { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #TDVPffV9turNF32pD5sThXs2UnZaNw2N { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #obvDNaJlMFKLiz7tQG8FwdzFuSGUnmx0 { position:relative;display:none; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #CcEfhFaQpNFTxxorteMB5GKdIv5MVKgI { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #ItQ4Rr7skU5GnpnaTxdlPOqzcdAiXGr6 { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #ZHnvx0UEBZGs8k4vRToa6HnRP6m0gSDG { position:relative;display:none; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #aCFbXuOrgHOU17gGhBftlDD7Pi3NgKzH { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #tTgxOikOmahu0zxaC3G1CuENTP8bQNqn { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #Zb4CTfSdWOGVTTTxxdswJJWDR4NXo0S8 { position:relative;display:none; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #A6XLguW5cgJIn0LxAHkLV5W0lcULHaoe { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #rHmVZMfeWvvE3S6boQpoqLzfarmdqvwE { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #I31PavLnpawefCDI24RCzcWxGOiUVvlT { position:relative;display:none; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #TFq60xySL6TWabRyvzHvHwFkOgU25cVP { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #lXEnu6v4ua1JOgoLZTcpMRr8LTztp8T0 { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #Up0TpkHipAOaH35Icbny7d0l2wwzqZZc { position:relative;display:none; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #XVxdpy2yne1fDmKzJJNTwEoq4UTd8ioN { position:relative; }
#I6OxZ7Vdl3b3J8pa69SMPIdHSRcer2Bf { position:relative;display:block; }
#PNI6XwxhycvbsGJbNJEhF3PKq6BxJ5Nk { position:relative;display:block; }
#HutIV5Rk0i6RmTO4q4B7F7MuiqoVq2vS { position:relative;display:block; }
#LwCPFlGoQRgOorEaZfM2tMRcTgSk8PTx { position:relative;display:block; }
#oRNJwNuSU2J7ESrIzwRuF4ltQkf0hxwt { position:relative;display:block; }
#xM0ozqTIsnQ0rqB3m0RBK8oUFMNhfp4T { position:relative;display:block; }
#Ps2LF8aSFsmn358CJy5mHgUEVtK6Bof1 { position:relative;display:block; }
#u5UIbiMxQPE8sd6oZgzHxw4fanbefzN3 { position:relative;display:block; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #QGy6LfnHGoLpZXrAsWpA7nPPV3NpBUb8 { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #qG8BAiuuXDkaOgZdaJRXKyiD0TBzL5b8 { position:relative;z-index:2; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #vhzxE6EaR0X6EtuTzltwqleZG99swyCM { position:relative; }
#bbBnpmHeZKsp9cdTJmzwhu3s0cQ169rw { position:relative;display:block; }
#TzGhhx314Rpf2VdaW8cMUe95yzkTJfV0 { position:relative;display:block; }
#SS9Ob9VnB5QRyrCTMlpTgmFL407W7U2T { position:relative;display:block; }
#BbLGvAcHkL915mmQBMIC1v2MCtTHqiNq { position:relative;display:block; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #e5VI8VbfmXb4xQKTNW22mf2cnv6PvrET { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #nE7B64J0ppR1QozTgqx8OPHyx5NDQn53 { position:relative;z-index:2; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #UysMtH6eHh36QVX9Z9UCe0sguQ8gmFfV { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #WGCATCX6TaWtkXDJSo7r8SqGOzMZPgkU { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #XDxmF2XO88mvT925UNlOwJxieWna1Jua { position:relative;z-index:2; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #KHlkQUx5HMzoAF6kP6qtMCKcTefckU28 { position:relative; }
#eTV2v12RtBQqSep5PFSvQSzxK3p9TF5E { position:relative;display:block; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #bQPcws9k0CCgLav49TIDHloDTEBb866B { position:relative; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #Z40zIIC2TP3OGvPwmUipmTuZst2TQ4Jb { position:relative; }
#s5BU6E8vHqVURe2Va1PC6NXz3VZXdr7e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.936525rem;width:1.936525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:13.75rem;left:52.6875rem;display:none; }
#cUF2J5d88cLLBBPlbOHX9u7w0nRcrZrh { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1234375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:24.875rem;left:0rem;height:3.0859375rem;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; }
#RLUs10U6gPPON6fT2T7ynfPfZ8Py4Fw2 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.34375rem;left:2.5rem;height:0;font-style:normal;display:none; }
#n9yasEDOZq9gWtakZ6rHL24v9iGvJS35 { color:#0060ab;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:20.456251144409rem;left:0.40625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cv1ofcJ9fnxdFzgPNUHce43ViIrWbCSw { box-sizing:content-box;height:2.25rem;width:14.1875rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),0.68);background-image:none;top:20.10312461853rem;left:0rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl { position:relative;display:block; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl { background-color: transparent; background-image: none; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .row .container > .video-iframe-container { display: none; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .row > .video-iframe-container { display: none; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .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); }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl { border-width: 0; border-radius: 0; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .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; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .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:10.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uAfbnNitFkirfg5QtFz3oDsl6zLzAOkQ { position:absolute;display:block;z-index:15000;background-color:#0060ab;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.9375rem;width:45.1875rem;top:1.2500004768372rem;left:0.75rem;display:block; }
#LJlgtu3SRyJ8ZTDNIJAmkfqA1r6b6zQq { color:rgba(var(--color-tertiary-1),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:4.75rem;left:2rem;height:1.3125rem;font-style:normal;display:block; }
#ZDNNLTATWQOkExklSrCkUbDOltivWb3S { color:rgba(var(--color-tertiary-3),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:6.5rem;left:2rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#noc18Ds2DQFplzT3TSNERy90gIVcM5bW { color:rgba(var(--color-tertiary-3),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:6.3125rem;left:11.1875rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XbDGxwODkQCTJVW5ahWz9akCvgX5lk4F { color:rgba(var(--color-tertiary-1),1);display:block;width:8.6869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:4.75rem;left:11.1875rem;height:1.3125rem;font-style:normal;display:block; }
#gGFyIH649cp5U36D9eRzBtPXGuIWE0V2 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:6.5rem;left:18.75rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NXVkNOmfTF1dP76D7N98HxIaQlM1x9xF { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:4.75rem;left:18.75rem;height:1.3125rem;font-style:normal;display:block; }
#q9nAxsBxDfDUhO34LTpTOnp8vq1bk3rS { color:rgba(var(--color-tertiary-0),1);display:block;width:41.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.59375rem;left:2rem;height:2.4375rem;font-style:normal;display:block; }
#bBSiksJAQGR54Fh2bgltv7CD2Hk5TK6E { color:rgba(var(--color-tertiary-3),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:6.3125rem;left:26.75rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L9sGx9bMm4e8KgO7TX9Vn69puVBWTgt5 { color:rgba(var(--color-tertiary-1),1);display:block;width:8.6869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:4.75rem;left:26.75rem;height:1.3125rem;font-style:normal;display:block; }
#JABVkT6vm3cdA466hwrZdq95hPpUCfsa { position:relative;display:block; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa { background-color: transparent; background-image: none; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .row .container > .video-iframe-container { display: none; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .row > .video-iframe-container { display: none; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .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); }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa { border-width: 0; border-radius: 0; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .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; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .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:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AAlbkiN7K8utFyQp2a4F0dVOaHc9Zso1 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.7486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1.4986991882324rem;height:2.35625rem;font-style:normal;display:block; }
#TkN3XhzAeTXLNGnn0RMy0685uCIo204y { position:relative;display:none; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y { border-width: 0; border-radius: 0; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .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; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:6rem;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; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container.adaptive-delivery-prevent-bg, #TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container.lazyload, #TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container.lazyloading { background-image: none; }#e596JvmBgZHzV0BPosn41CCzw9sBPmvr { 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; }
#oFCTB8f7WkWOQw5bLNrvyt0GGCWeF8aT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:1.125rem;left:2.5rem;display:none; }
#y23UNZIlycTOZxH62LcJvpTz49VbXktW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:4.125rem;left:0.6875rem;display:none; }
#HhIx40bv6FCXQcWuSzBavSm8KqD2u2xu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:5.875rem;left:0.6875rem;display:none; }
#B9uFcxknI2Cq8duAxRkn0Ga79XPhymnB { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:7.9375rem;left:0.6875rem;display:none; }
#pP5RuVTBwodRgIwo8pSxqPVtTLMVddn1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:12.25rem;left:0.75rem;display:none; }
#gR3IQhelSRwqLR3waWLCVuLJ1xA5mrkq { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:14.75rem;left:0.75rem;display:none; }
#cIybWMThpS6uiwsHqlFkQzBR3BGJHbGT { 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: none;height:12.5rem;width:12.5rem;display:none; }
#F5R6Jpo1Phwo3P4GoS68PApT3a176ufT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:17.125rem;left:0.6875rem;display:none; }
#Vbzum8qt9hDN2RmsTmM7LOOudMDgWkrz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:19.625rem;left:0.6875rem;display:none; }
#K9yWw0tsBbvXXqfVzPUOVVpSa8w02FyH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:22.125rem;left:0.6875rem;display:none; }
#CWhAweDHNyixTvuH6ryfp56rlM0HWACi { position:relative;display:block; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi { background-color: transparent; background-image: none; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .row .container > .video-iframe-container { display: none; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .row > .video-iframe-container { display: none; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .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); }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi { border-width: 0; border-radius: 0; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .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; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .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:14.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; }#K401MCRdOlOMyfUhwka7uy1dkryruGAT { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:1.25rem;height:2.35625rem;font-style:normal;display:block; }
#K5WRtpm63CHVdmNh7xnsc9WDOZLlan6S { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5rem;left:1.25rem;height:1.625rem;font-style:normal;display:block; }
#pFHxaVPTfoe0R6Q9iAZDw8uskkou7Hpd { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.9375rem;left:1.25rem;height:4.21875rem;font-style:normal;display:block; }
#shfVktChy23h3GLrgdVM6iH97Nl5KXyv { 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: none;height:12.5rem;width:12.5rem;display:none; }
#DIxF0hkfGcBFV3rBLeka9Jsz8bI2JP2t { 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: none;height:12.5rem;width:12.5rem;display:none; }
#DTSqxQcfspKy5JKqWWVkSzNzyItxozTw { 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: none;height:12.5rem;width:12.5rem;display:none; }
#VtUEv2TgcqLX96yZAMC8hnp3tslafJwe { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.9375rem;left:26.25rem;height:4.21875rem;font-style:normal;display:block; }
#i9ROO9tOhlo1scX7Vxcnrs9c35bLRxEJ { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.5rem;left:26.25rem;height:1.625rem;font-style:normal;display:block; }
#Xq3liM2zI84G9fsZTpM7Mw25kGNllJM3 { color:#0060ab;display:block;width:15.75rem;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:2.4375rem;left:26.25rem;height:2.35625rem;font-style:normal;display:block; }
#wzunzABZrSsDySeoZf686OoJCFrU4KmB { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.9375rem;left:51.25rem;height:4.21875rem;font-style:normal;display:block; }
#TRO8rHI3FrDEE0Q78XVpXKylzZExbr1t { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5rem;left:51.25rem;height:1.625rem;font-style:normal;display:block; }
#FqAyikLeuteaPqpfLLcxJvTgQIsWCxpt { color:#0060ab;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4375rem;left:51.4375rem;height:2.35625rem;font-style:normal;display:block; }
#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 { position:relative;display:none; }#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 { border-width: 0; border-radius: 0; }#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 > .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; }#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 > .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:13.875rem;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; }#DFW0UlUxuxXV2TDSZJh7TgtmuUHylp01 { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.95703125rem;left:1.25rem;height:2.3559rem;font-style:normal;display:block; }
#K9x1M6MkwlTNXtST3J0cbNOfpDkplD4P { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.25rem;height:1.625rem;font-style:normal;display:block; }
#FznWKLTtfLUxmV6E7u6ZboT2apTsTrH3 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.5625rem;left:1.25rem;height:4.21875rem;font-style:normal;display:block; }
#nHUl6phRzpb0ugpN5xiJ2nha6rRRn30A { 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: none;height:12.5rem;width:12.5rem;display:none; }
#s8hBW4ySgmUQUwFztrieOzEqlRufaxUw { 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: none;height:12.5rem;width:12.5rem;display:none; }
#MIX5xnPBiiw8Gonn1T2zvWtbmDd2ABSy { 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: none;height:12.5rem;width:12.5rem;display:none; }
#bEFRIkeEToGzZ1TkFqEc7DgU93gnWnwp { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.5625rem;left:26.25rem;height:4.21875rem;font-style:normal;display:block; }
#SWPzw5UeCVamCm59geKv6yqDnMzpfs63 { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.125rem;left:26.25rem;height:1.625rem;font-style:normal;display:block; }
#XzRB8K8XkM1SKSi77GxmsGeAwdHceNeU { color:#0060ab;display:block;width:15.75rem;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:1.9375rem;left:26.25rem;height:2.3559rem;font-style:normal;display:block; }
#rbKpyMVATVZOvdx4Kfxx9c6fL320sM5q { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.5625rem;left:51.25rem;height:4.21875rem;font-style:normal;display:block; }
#Pl2Gs82E1zngBI3v7Ha4E03s5kpMFkMq { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.125rem;left:51.25rem;height:1.625rem;font-style:normal;display:block; }
#Sh5U8w2kdwGPncWIdImTtOHXcaHwrGuA { color:#0060ab;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:51.25rem;height:2.3559rem;font-style:normal;display:block; }
#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA { position:relative;display:none; }#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA { border-width: 0; border-radius: 0; }#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA > .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; }#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA > .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:13.875rem;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; }#wtwJVNmbTRm0waZUq5PP7OT8GciFWwgk { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.95703125rem;left:1.25rem;height:2.3559rem;font-style:normal;display:block; }
#pF7VnroUUi6ddNNh1Fli3Z9VKIB9CdET { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.25rem;height:1.625rem;font-style:normal;display:block; }
#klSkvc9KTSTvCgsb1TAntWK2W6n9FL2l { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.5625rem;left:1.25rem;height:4.21875rem;font-style:normal;display:block; }
#a4wuXmkeBUhxWDpZkxfOFwNyys0uIQHB { 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: none;height:12.5rem;width:12.5rem;display:none; }
#pJilDXydGS30DDS5LMO7TKGwgMrKphWM { 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: none;height:12.5rem;width:12.5rem;display:none; }
#A2tzxxMoQDk8IiwOack8vTeQb5uWsnRh { 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: none;height:12.5rem;width:12.5rem;display:none; }
#uERPwNK7TIgGuisFC4GpEpdBLKVqpooG { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.5625rem;left:26.25rem;height:4.21875rem;font-style:normal;display:block; }
#gsuvawdORRFTx099sqFQTWTPs6MUarSx { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.125rem;left:26.25rem;height:1.625rem;font-style:normal;display:block; }
#X8LaoSeiwwLIemW05r8UDtZozSVuHTw9 { color:#0060ab;display:block;width:15.75rem;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:1.9375rem;left:26.25rem;height:2.35618125rem;font-style:normal;display:block; }
#sGIsW3dpmrbf3qTC8lqZfOZD6pVVkoPL { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.5625rem;left:51.25rem;height:4.21875rem;font-style:normal;display:block; }
#mMOG8tFfXxBTuHAfLDluJyTdd0x8tdeh { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.125rem;left:51.25rem;height:1.625rem;font-style:normal;display:block; }
#KlPtdT38lnT3QnDi3qyB90SPL95GwnHn { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:51.25rem;height:2.35618125rem;font-style:normal;display:block; }
#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060ab;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; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container { background-color: transparent; background-image: none; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container > .video-iframe-container { display: none; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row > .video-iframe-container { display: none; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .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); }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container { border-width: 0; border-radius: 0; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#BGV0rkyN6gZQm6szT6JtsEtAk8DrMSQX { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:1.1875rem;height:10.722625rem;font-style:normal;display:block; }
#tZW04koaPXDFFIz3AaB0q4wSIFlPEtaa { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16.3125rem;left:1.1875rem;height:5.625rem;font-style:normal;display:block; }
#d2H7TmTD6q8FtiN7OXiMVFtLiQNEOphK { 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-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.65625rem;height:2.59375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:25.0625rem;left:1.1875rem;display:block; }
#aH3RRR4sbFkuLk3GbbxchL94trE39IHg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UlQz5ZTVyA35enzGia8E2V1IU2ZDqwhE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8.9521484375rem;left:38.341796875rem;height:7.03125rem;font-style:normal;display:block; }
#sEW4vmkI040fA9Xi1yumkLBHilAmPSA4 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:5.4375rem;left:38.0625rem;height:1.875rem;font-style:normal;display:block; }
#zI0PJ1sTBMCQ73vRlndZnfNp88vb72Vr { color:rgba(var(--color-tertiary-0),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:8.9521484375rem;left:56.8125rem;height:2.8125rem;font-style:normal;display:block; }
#rUMv0LdfDArQR6LMP9VAlKSWCE4Xiszo { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:5.4375rem;left:56.8125rem;height:1.875rem;font-style:normal;display:block; }
#NTOCxiy2sSOaISFTTxDlagRq1KJXpPb9 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:22.875rem;left:38.0625rem;height:2.8125rem;font-style:normal;display:block; }
#w7ADKxTQ03ziuQ4rTJILZGdpz5vVJ1wP { color:rgba(var(--color-tertiary-0),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:23.046875rem;left:56.75rem;height:5.625rem;font-style:normal;display:block; }
#xtrli2zMl0LIUCASQcGkKnd9ttV9gf32 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:19.8125rem;left:38.1875rem;height:1.875rem;font-style:normal;display:block; }
#TbJbewzUuKBnC9HF7IRouUCFRaMHr0tN { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:20rem;left:56.875rem;height:1.875rem;font-style:normal;display:block; }
#vAJ4ET0elqokISWTOF4mnToDFz8NL0er { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1981e142-c127-4298-bd8e-e94398361ede/ic_Claustro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.125rem;left:37.9375rem;display:block; }#vAJ4ET0elqokISWTOF4mnToDFz8NL0er.adaptive-delivery-prevent-bg, #vAJ4ET0elqokISWTOF4mnToDFz8NL0er.lazyload, #vAJ4ET0elqokISWTOF4mnToDFz8NL0er.lazyloading { background-image: none; }
#P9IBRXVhnZQWQA4DtOWTDu4ulMr6aRO4 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4211c3be-bb18-4f14-989f-8195ce99f249/ic_diploma.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.125rem;left:56.3125rem;display:block; }#P9IBRXVhnZQWQA4DtOWTDu4ulMr6aRO4.adaptive-delivery-prevent-bg, #P9IBRXVhnZQWQA4DtOWTDu4ulMr6aRO4.lazyload, #P9IBRXVhnZQWQA4DtOWTDu4ulMr6aRO4.lazyloading { background-image: none; }
#Il4unPci2StmzOC10xNRRG1F9DtGQSFs { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64275fcf-a2be-49d3-afa1-3134f8c57830/ic_handshake.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:16.875rem;left:38.1875rem;display:block; }#Il4unPci2StmzOC10xNRRG1F9DtGQSFs.adaptive-delivery-prevent-bg, #Il4unPci2StmzOC10xNRRG1F9DtGQSFs.lazyload, #Il4unPci2StmzOC10xNRRG1F9DtGQSFs.lazyloading { background-image: none; }
#w7wM1nyHCgvTiZFNVbWpdHRU2ZNa4PQ9 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/440a47bb-e030-4916-90a8-83a93d566780/ic_maleta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:16.875rem;left:56.75rem;display:block; }#w7wM1nyHCgvTiZFNVbWpdHRU2ZNa4PQ9.adaptive-delivery-prevent-bg, #w7wM1nyHCgvTiZFNVbWpdHRU2ZNa4PQ9.lazyload, #w7wM1nyHCgvTiZFNVbWpdHRU2ZNa4PQ9.lazyloading { background-image: none; }
#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060ab;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; }#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr > .row .container { border-width: 0; border-radius: 0; }#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;position:relative;display:none; }#edhuEOdeb5pKLtL1Hiowlra1gdsXAC9z { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.625rem;left:1.25rem;height:11.6979375rem;font-style:normal;display:block; }
#C5DodpSSb5i8Pd8BmRBMvZpJEdngLFTU { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:17.375rem;left:1.25rem;height:5.625rem;font-style:normal;display:block; }
#on804I6wUdNVfuFdV1HgT2xih972HoQh { 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-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.8125rem;height:2.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:24.5625rem;left:1.25rem;display:block; }
#f3FbdSbOu7WNCcDpRi0QCIMfbPzaRKMJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sATwQtAoScstD7VGvyk1Lqp33h66WIy6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10rem;left:38.125rem;height:4.21875rem;font-style:normal;display:block; }
#Befp6BhvpWZiDRRkzEeuLSxgt6xT8XS8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:7.1875rem;left:38.125rem;height:1.875rem;font-style:normal;display:block; }
#Ed3VoxJlqhgfaTJWmz1qisz1hO6MGcLy { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:10rem;left:56.875rem;height:4.21875rem;font-style:normal;display:block; }
#aakmBVFh8z2tqSppZWSE49EHI0MT2usz { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:7.1875rem;left:56.875rem;height:1.875rem;font-style:normal;display:block; }
#hZ9wcMkU64PsfBSRfVVpZkmqU6ruS9z6 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:23.4375rem;left:38.25rem;height:4.21875rem;font-style:normal;display:block; }
#ZlifGq6ipIeckTpKQGP9r1osIrg3xdLD { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:23.4375rem;left:57rem;height:4.21875rem;font-style:normal;display:block; }
#bcztTBkM6yw5BbxedTI8hvfzIMGfhhea { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:20.625rem;left:38.25rem;height:1.875rem;font-style:normal;display:block; }
#M2uMuoqTz6dvNdfomtsLsz10M0qptCbk { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:20.625rem;left:57rem;height:1.875rem;font-style:normal;display:block; }
#lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1981e142-c127-4298-bd8e-e94398361ede/ic_Claustro.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:3.875rem;left:38rem;display:block; }#lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M.adaptive-delivery-prevent-bg, #lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M.lazyload, #lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M.lazyloading { background-image: none; }
#nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4211c3be-bb18-4f14-989f-8195ce99f249/ic_diploma.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:3.875rem;left:56.375rem;display:block; }#nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6.adaptive-delivery-prevent-bg, #nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6.lazyload, #nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6.lazyloading { background-image: none; }
#MT23HB01mu0wAhNhy5lJkIzS1N2afuCU { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64275fcf-a2be-49d3-afa1-3134f8c57830/ic_handshake.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:17.6875rem;left:38.25rem;display:block; }#MT23HB01mu0wAhNhy5lJkIzS1N2afuCU.adaptive-delivery-prevent-bg, #MT23HB01mu0wAhNhy5lJkIzS1N2afuCU.lazyload, #MT23HB01mu0wAhNhy5lJkIzS1N2afuCU.lazyloading { background-image: none; }
#LyKQDrQCgcTxHxGusEJw1iGB494eGno9 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/440a47bb-e030-4916-90a8-83a93d566780/ic_maleta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:17.5rem;left:56.875rem;display:block; }#LyKQDrQCgcTxHxGusEJw1iGB494eGno9.adaptive-delivery-prevent-bg, #LyKQDrQCgcTxHxGusEJw1iGB494eGno9.lazyload, #LyKQDrQCgcTxHxGusEJw1iGB494eGno9.lazyloading { background-image: none; }
#K5TfX1e0pF4cfTmyNLRMJeMBVts78O6q { position:relative;display:block; }#K5TfX1e0pF4cfTmyNLRMJeMBVts78O6q { background-color: transparent; background-image: none; }#K5TfX1e0pF4cfTmyNLRMJeMBVts78O6q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5TfX1e0pF4cfTmyNLRMJeMBVts78O6q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5TfX1e0pF4cfTmyNLRMJeMBVts78O6q > .row .container > .video-iframe-container { display: none; }#K5TfX1e0pF4cfTmyNLRMJeMBVts78O6q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5TfX1e0pF4cfTmyNLRMJeMBVts78O6q > .row > .video-iframe-container { display: none; }#K5TfX1e0pF4cfTmyNLRMJeMBVts78O6q > .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); }#K5TfX1e0pF4cfTmyNLRMJeMBVts78O6q { border-width: 0; border-radius: 0; }#K5TfX1e0pF4cfTmyNLRMJeMBVts78O6q > .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; }#K5TfX1e0pF4cfTmyNLRMJeMBVts78O6q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.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:block; }#t4fucfTzE15Fa71rNSclT7heRqpt4aek { position:absolute;display:block;z-index:15002;background-color:#f2f5f8;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:27.25rem;width:19.9375rem;top:6.8125rem;left:1.3125rem;display:block; }
#vyWZrGtLwXKuoA2wuWihzbAc3PCUxcl3 { color:#0060af;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.25rem;left:1.4375rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KG11QTJXWUHlZTlKtqkTzWxbDJVJN82p { background-color:#f2f5f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #003f70;border-left:0.0625rem solid #003f70;border-right:0.0625rem solid #003f70;border-bottom:0.0625rem solid #003f70;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#003f70;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.8125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.14323625rem;height:2.39388rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:30.4375rem;left:5.1875rem;display:block; }
#ABVyAUmPJiwAnzad3aufG0Lh5wzqnVvS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hpPW5zSqehPBZ1oucGTdiNhtaTDafD7I { position:absolute;display:block;z-index:15025;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.6875rem;width:19.875rem;top:6.8125rem;left:1.25rem;overflow:hidden;display:block; }
#hkWE93DERAUDHTdDXH8QTJTd3UWMLeTp { position:absolute;display:block;z-index:15040;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.9375rem;width:20.25rem;top:6.8125rem;left:46.625rem;overflow:hidden;display:block; }
#TZ4o7f7aVRc8TdogyGUw35n8T9wRiQwy { position:absolute;display:block;z-index:15055;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.75rem;width:20.8125rem;top:6.8125rem;left:23.625rem;overflow:hidden;display:block; }
#eJyBcsqXkqJBnGJAUO9qCNKyofZa179n { background-color:#f2f5f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #003f70;border-left:0.0625rem solid #003f70;border-right:0.0625rem solid #003f70;border-bottom:0.0625rem solid #003f70;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#003f70;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.8125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.25rem;height:2.5rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:31.4375rem;left:58.25rem;display:none; }
#oDrzGG26cObbFUEoFiA3Urp1CbbAHod5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wQ2h2n7XLQFluoTVclwEUfVn5Nd9ZAGs { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:28.875rem;left:61.75rem;height:1.05615rem;text-align:left;text-align-last:left;display:none; }
#X3dOIekxVK256DpHJy59Rnd6u5V1NQlW { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:28.875rem;left:68.6875rem;height:1.05615rem;text-align:left;text-align-last:left;display:none; }
#sNKh0uUfqfIHEyJxMwgpvxvmgXgn0E3l { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:27.875rem;left:61.75rem;height:1.05615rem;text-align:left;text-align-last:left;display:none; }
#QXHnMLKa81LeChpFRcNuR2SXZw52TyUB { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:27.875rem;left:68.6875rem;height:1.05615rem;text-align:left;text-align-last:left;display:none; }
#zJbAvlBFJB2Ui7yIhEH3oBzi1MbrLt5V { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:27.875rem;left:54.875rem;height:1.05615rem;text-align:left;text-align-last:left;display:none; }
#NgAshpIvTVFXcGfO1CsT9Bsl6zsLh5ob { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:28.875rem;left:54.875rem;height:1.05615rem;text-align:left;text-align-last:left;display:none; }
#OJIEPJlWwtJo3O0MdEtReHLvzJvEnopb { background-color:#f2f5f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #003f70;border-left:0.0625rem solid #003f70;border-right:0.0625rem solid #003f70;border-bottom:0.0625rem solid #003f70;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#003f70;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.8125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.25rem;height:2.5rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:31.4375rem;left:58.25rem;display:none; }
#WyGXc5ibKM9K15y5Wc7mIb2cViqxJuOG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BbCFqwbzGZ3DkSpwsEGMeGTNPGOEw2TT { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:28.875rem;left:61.75rem;height:1.05615rem;text-align:left;text-align-last:left;display:none; }
#dyXsvbEv2u0wnTCvd0dnBfo9N6lOWWI5 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:28.875rem;left:68.6875rem;height:1.05615rem;text-align:left;text-align-last:left;display:none; }
#WJS3GpgFDgGaR6W8qCQHmxyVwkTXJbdJ { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:27.875rem;left:61.75rem;height:1.05615rem;text-align:left;text-align-last:left;display:none; }
#u6uDPTziLLVJpAXdq3fKvHdfaVHpbanL { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:27.875rem;left:68.6875rem;height:1.05615rem;text-align:left;text-align-last:left;display:none; }
#ZPX4G0NngFK4V5ATMCDcsIURpWU7QKMk { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:27.875rem;left:54.875rem;height:1.05615rem;text-align:left;text-align-last:left;display:none; }
#fVRuT3AbWpPzUMDVo5lyBw4HHT0lUEyh { color:rgba(var(--color-tertiary-2),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:28.875rem;left:54.875rem;height:1.05615rem;text-align:left;text-align-last:left;display:none; }
#eFD2UbOEqVEWU3S5Qu0P5CJ3tF34NUdZ { color:#003f70;display:block;width:19.749125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.875rem;left:1.375rem;height:1.0556625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#puHznyeJWD0yTS8fVbwqFecT3BoowP4v { color:rgba(var(--color-tertiary-3),1);display:block;width:53.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.88671875rem;left:1.25rem;height:2.35546875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TwehQs5BDvxPTTx0kl5cTpqLXSnnuena { position:absolute;display:block;z-index:15012;background-color:#f2f5f8;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:27.25rem;width:20.1875rem;top:6.8125rem;left:46.625rem;display:block; }
#ct4PcwkiAgJm87lTOlQ1qBmQ6Z38dgeb { background-color:#f2f5f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #003f70;border-left:0.0625rem solid #003f70;border-right:0.0625rem solid #003f70;border-bottom:0.0625rem solid #003f70;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#003f70;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.8125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1425625rem;height:2.39355625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:30.4375rem;left:50.6875rem;display:block; }
#WfRnLTCgfTa7pouOxu2KmwltrRg3HTr8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PMANlGXRmsod5iUHNiWB1seBbHGXawL1 { color:#003f70;display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.875rem;left:46.75rem;height:1.0556625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ABq2NIIJKAxTsVzCVyiza3m0DqnJtudV { color:#0060af;display:block;width:20.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.625rem;left:46.5625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V2mGPd1BvJHdEhJJIgqxAbJm9HSxgbOr { position:absolute;display:block;z-index:15032;background-color:#f2f5f8;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:27.25rem;width:20.75rem;top:6.8125rem;left:23.625rem;display:block; }
#CXo1JUUnN1ANmrAiBAlLm6aDgcNqAT03 { background-color:#f2f5f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #003f70;border-left:0.0625rem solid #003f70;border-right:0.0625rem solid #003f70;border-bottom:0.0625rem solid #003f70;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#003f70;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.8125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.12911125rem;height:2.37977375rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:30.625rem;left:28.75rem;display:block; }
#Rnigvr1OneVCaiNa4yLJ0rfb48KZurPe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hZlcuwL5Hm99idvirnTJP4oKqCcJkWZM { color:#003f70;display:block;width:20.4368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:21.6875rem;left:23.5rem;height:1.0556625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tT8PrP2xJhpdlvEEoqi83zGMnrbc9OoZ { color:#0060af;display:block;width:20.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:17.625rem;left:23.625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TyheDS6cpEQC3MbfyWG08KZ9l4PqFLyk { color:rgba(var(--color-tertiary-3),1);display:block;width:20.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:23.9375rem;left:23.625rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CIO08iazzaW1KZ6h2HVcXZT9yTiLZIfH { color:rgba(var(--color-tertiary-3),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:24rem;left:2rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vn7wik1JB9ZAczffLHdE5Fx3733PJ2Rx { color:rgba(var(--color-tertiary-3),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15058;line-height:1.3;letter-spacing:0;top:24.0625rem;left:46.75rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GdMHMH1usWgdcJIDnxz6WNoNWLTsbZ2T { position:absolute;display:block;z-index:15028;background-color:#f2f5f8;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.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.15) ;height:27.25rem;width:19.9375rem;top:72.437530517575rem;left:8.6875rem;display:none; }
#lKuQuEt9yyD40342FXPJempTAVbbHQnO { background-color:#f2f5f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #003f70;border-left:0.0625rem solid #003f70;border-right:0.0625rem solid #003f70;border-bottom:0.0625rem solid #003f70;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#003f70;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.8125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.12911125rem;height:2.37977375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:95.936420440675rem;left:12.582466125488rem;display:none; }
#l52EIM5GadFlxRCu4MlrNuUFqfkfGkId { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nq6bRcnNMN6KE2T2B8t49TzfUwr1ALvE { color:rgba(var(--color-tertiary-3),1);display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:91.185985565187rem;left:8.8736991882325rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#w00unQXAL54vZbUT4rbRF5PUXRxUxmcO { color:#003f70;display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:89.049499511719rem;left:8.6866321563719rem;height:0;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lCq6e62kBTVpTaIZgoCLqMdZwgJbwAel { color:#0060af;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:85.4999961853rem;left:8.5616321563719rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oAPsWdeZTVeHxnmaMIshc15LpWpanQ3C { position:absolute;display:block;z-index:15061;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:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12rem;width:19.9375rem;top:72.437530517575rem;left:8.6875rem;overflow:hidden;display:none; }
#GDKb0MPkTR65qQEStKvDRhTPKUcK0rGk { position:relative;display:none; }#GDKb0MPkTR65qQEStKvDRhTPKUcK0rGk { border-width: 0; border-radius: 0; }#GDKb0MPkTR65qQEStKvDRhTPKUcK0rGk > .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; }#GDKb0MPkTR65qQEStKvDRhTPKUcK0rGk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.6875rem;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; }#NmG4EciRc6zeWqMxa3AOuL1E5TQk3sLn { color:rgba(var(--color-tertiary-1),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.0625rem;left:3.625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xaki8DJ9sFSlITmO3RBozpUKyEuWlk83 { color:rgba(var(--color-tertiary-1),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:2.0625rem;left:11.6875rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MVC0xqFLf9O9TdrhC8MfgpNvtTBmVyEw { color:rgba(var(--color-tertiary-1),1);display:block;width:5.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.0625rem;left:20.125rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJgDD58qCGsp7nMV3Nc9AH16Rr7puzFp { color:rgba(var(--color-tertiary-1),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.0625rem;left:42.5625rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Am5UaTONuiT8VcFXaP8p5UN427EkT1EU { color:rgba(var(--color-tertiary-1),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.0625rem;left:28.5rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oC49S8Sznr6MBT8ck0vSb5lQPEBUdiop { color:rgba(var(--color-tertiary-1),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.0625rem;left:67.5rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLE2W6o7ov4Or5Py9E2sZq9RAe72A4f0 { color:rgba(var(--color-tertiary-1),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.0625rem;left:50rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6kdHznlpeVOSFyIPUt6cWST3M2tCkIq { color:rgba(var(--color-tertiary-1),1);display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.0625rem;left:58.1875rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kToJaSG44xQU54I8ZbrKLPtGh173zWPl { position:relative;display:block; }#kToJaSG44xQU54I8ZbrKLPtGh173zWPl { background-color: transparent; background-image: none; }#kToJaSG44xQU54I8ZbrKLPtGh173zWPl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kToJaSG44xQU54I8ZbrKLPtGh173zWPl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kToJaSG44xQU54I8ZbrKLPtGh173zWPl > .row .container > .video-iframe-container { display: none; }#kToJaSG44xQU54I8ZbrKLPtGh173zWPl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kToJaSG44xQU54I8ZbrKLPtGh173zWPl > .row > .video-iframe-container { display: none; }#kToJaSG44xQU54I8ZbrKLPtGh173zWPl > .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); }#kToJaSG44xQU54I8ZbrKLPtGh173zWPl { border-width: 0; border-radius: 0; }#kToJaSG44xQU54I8ZbrKLPtGh173zWPl > .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; }#kToJaSG44xQU54I8ZbrKLPtGh173zWPl > .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:26.125rem;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; }#HTBQs8oxsTpaiCbScwrIKB06o9XS0ZZT { color:rgba(var(--color-tertiary-3),1);display:block;width:42.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:1.4366321563721rem;left:1.25rem;height:2.35546875rem;font-style:normal;display:block; }
#Iyi08XAw4VRvdPvBg9AhosFT3GWgBIVf { position:absolute;display:block;z-index:15008;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:9.8125rem;left:16.125rem;display:block; }
#EcZIpBbZO63IZE9bqogHDUVFHe2NqNnX { position:absolute;display:block;z-index:15009;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:9.8125rem;left:46.0625rem;display:block; }
#lI2x2A4d4l4g11B0QdCKrkdpamJlpqg2 { position:absolute;display:block;z-index:15010;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:9.8125rem;left:31.25rem;display:block; }
#PDwlff1eeEuREUsLZLeAFpaRQ8G2lNWD { position:absolute;display:block;z-index:15010;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:9.8125rem;left:1.25rem;display:block; }
#BlkhwRVsfbVrlMxmtuackayIagr6VX6X { position:absolute;display:block;z-index:15009;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.125rem;left:30.9375rem;display:none; }
#f1DI3oTRoywv5Gy31FHyr8TMaz4sKrCe { position:absolute;display:block;z-index:15012;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:17rem;left:1.375rem;display:block; }
#psIddeUtP7XsUIk3W2QpHcxQSvUrPJoM { position:absolute;display:block;z-index:15014;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:17rem;left:16.3125rem;display:block; }
#tutcKTxaRo8ohQp34Kioz6Ov6AH5PEov { position:absolute;display:block;z-index:15016;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:17rem;left:31.25rem;display:block; }
#JlDK7NlZqzqQIJDBo4a4kmQad6DkHbbO { position:absolute;display:block;z-index:15018;background-color:#f5f5f5;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:17rem;left:46.0625rem;display:block; }
#XRtmSI2NpgEO00GTcTQArN7KgDhxQ3rA { color:rgba(var(--color-tertiary-3),1);display:block;width:51.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.2178821563721rem;left:1.25rem;height:2.8125rem;font-style:normal;display:block; }
#BT9MyNczxrwD6UJtbwT35UOa40Q2KEG8 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/29be401a-5426-476f-9d9e-1fc3e83c6ec3/Inetum_Realdolmen.crop_568x100_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:11.25rem;top:11.5625rem;left:2.0625rem;display:block; }#BT9MyNczxrwD6UJtbwT35UOa40Q2KEG8.adaptive-delivery-prevent-bg, #BT9MyNczxrwD6UJtbwT35UOa40Q2KEG8.lazyload, #BT9MyNczxrwD6UJtbwT35UOa40Q2KEG8.lazyloading { background-image: none; }
#TmbpvFJByQgHEAvDvhqazWbfiDOaN3As { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/34d6bcc7-df71-46d6-be71-92ed586f1835/2560pxNTTDataLogosvg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:11.6875rem;top:11.4375rem;left:16.8125rem;display:block; }#TmbpvFJByQgHEAvDvhqazWbfiDOaN3As.adaptive-delivery-prevent-bg, #TmbpvFJByQgHEAvDvhqazWbfiDOaN3As.lazyload, #TmbpvFJByQgHEAvDvhqazWbfiDOaN3As.lazyloading { background-image: none; }
#Vx8hNSmRzliyktEGnz0zgzuSWih2662g { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/00799219-6d0e-4ae2-a02a-3c39bef6a164/LOGOEVERIS.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0623125rem;width:6.937125rem;top:9.3421516418456rem;left:33.264381408691rem;display:none; }#Vx8hNSmRzliyktEGnz0zgzuSWih2662g.adaptive-delivery-prevent-bg, #Vx8hNSmRzliyktEGnz0zgzuSWih2662g.lazyload, #Vx8hNSmRzliyktEGnz0zgzuSWih2662g.lazyloading { background-image: none; }
#OGVkcVTSHCmNtJErWKAk25f5FVZAoTXO { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/46d0b621-39ec-4584-9600-956de956438e/Telefnica_2021_logosvg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.8125rem;top:11rem;left:47.0625rem;display:block; }#OGVkcVTSHCmNtJErWKAk25f5FVZAoTXO.adaptive-delivery-prevent-bg, #OGVkcVTSHCmNtJErWKAk25f5FVZAoTXO.lazyload, #OGVkcVTSHCmNtJErWKAk25f5FVZAoTXO.lazyloading { background-image: none; }
#Q5q0nlT2a8t5GxwHozXiilkDZ2ixAOiZ { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a227d8d4-caa1-43e5-ab2a-f4490db67bda/indra_cuadrado.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:9.5rem;top:9.125rem;left:32.875rem;display:block; }#Q5q0nlT2a8t5GxwHozXiilkDZ2ixAOiZ.adaptive-delivery-prevent-bg, #Q5q0nlT2a8t5GxwHozXiilkDZ2ixAOiZ.lazyload, #Q5q0nlT2a8t5GxwHozXiilkDZ2ixAOiZ.lazyloading { background-image: none; }
#p4zpiL8KizI4gSbOFHTnG64p8nkgQPwk { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/747bff87-6055-45c0-9d31-cb2b1dd9d47b/Prosegur.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.8125rem;top:18.1875rem;left:2.375rem;display:block; }#p4zpiL8KizI4gSbOFHTnG64p8nkgQPwk.adaptive-delivery-prevent-bg, #p4zpiL8KizI4gSbOFHTnG64p8nkgQPwk.lazyload, #p4zpiL8KizI4gSbOFHTnG64p8nkgQPwk.lazyloading { background-image: none; }
#xyZD3CxPRJtneGUoPkdHvTTh3WyALerl { position:absolute;display:block;z-index:15023;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba7701d9-6c3b-47a9-b882-4e6c6bde8be7/quanticaPhotoRoom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:10.8125rem;top:17.75rem;left:17.3125rem;display:block; }#xyZD3CxPRJtneGUoPkdHvTTh3WyALerl.adaptive-delivery-prevent-bg, #xyZD3CxPRJtneGUoPkdHvTTh3WyALerl.lazyload, #xyZD3CxPRJtneGUoPkdHvTTh3WyALerl.lazyloading { background-image: none; }
#IXRRQ4Tp17WfqErQPREACaiUBxJq2uy0 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6e6af099-5f3d-4da1-9d68-2896e6d889de/logo_kiworks_academy.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:9.25rem;top:18.0625rem;left:33rem;display:block; }#IXRRQ4Tp17WfqErQPREACaiUBxJq2uy0.adaptive-delivery-prevent-bg, #IXRRQ4Tp17WfqErQPREACaiUBxJq2uy0.lazyload, #IXRRQ4Tp17WfqErQPREACaiUBxJq2uy0.lazyloading { background-image: none; }
#cxoGe8r7ebH5glX0RG52QcSF02whsxl8 { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a2859034-5dd5-49d4-8ebd-1da673118a64/telysat.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:10.8125rem;top:17.75rem;left:47.0625rem;display:block; }#cxoGe8r7ebH5glX0RG52QcSF02whsxl8.adaptive-delivery-prevent-bg, #cxoGe8r7ebH5glX0RG52QcSF02whsxl8.lazyload, #cxoGe8r7ebH5glX0RG52QcSF02whsxl8.lazyloading { background-image: none; }
#fVlAb9vEiap392eKTJDZUHWOW11a2RAV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060ab;background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV.adaptive-delivery-prevent-bg, #fVlAb9vEiap392eKTJDZUHWOW11a2RAV.lazyload, #fVlAb9vEiap392eKTJDZUHWOW11a2RAV.lazyloading { background-image: none; }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .row .container { background-color: transparent; background-image: none; }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .row .container > .video-iframe-container { display: none; }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .row > .video-iframe-container { display: none; }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .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); }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .row .container { border-width: 0; border-radius: 0; }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#DPFE18LZqxXgblb98IvTWR8tksb3mAzU { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875002384186rem;left:0rem;height:12.1875rem;font-style:normal;display:block; }
#IMUEPkUwSemPT5dAAWTKn8ybfvx1e84W { 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: none;height:12.5rem;width:12.5rem;display:none; }
#HDO3zMzz9fCCXnosqEaXbwwkPbVSZ9Gs { 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: none;height:12.5rem;width:12.5rem;display:none; }
#zkbIhA6esed7idDZPQZkIays1Q817RXe { position:relative;display:block; }#zkbIhA6esed7idDZPQZkIays1Q817RXe { background-color: transparent; background-image: none; }#zkbIhA6esed7idDZPQZkIays1Q817RXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkbIhA6esed7idDZPQZkIays1Q817RXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkbIhA6esed7idDZPQZkIays1Q817RXe > .row .container > .video-iframe-container { display: none; }#zkbIhA6esed7idDZPQZkIays1Q817RXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkbIhA6esed7idDZPQZkIays1Q817RXe > .row > .video-iframe-container { display: none; }#zkbIhA6esed7idDZPQZkIays1Q817RXe > .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); }#zkbIhA6esed7idDZPQZkIays1Q817RXe { border-width: 0; border-radius: 0; }#zkbIhA6esed7idDZPQZkIays1Q817RXe > .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; }#zkbIhA6esed7idDZPQZkIays1Q817RXe > .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:33.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J7b8wphe0D2v0GXnlBfcwIom9sRuAEt0 { color:rgba(var(--color-tertiary-3),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5625rem;left:38.8125rem;height:4.7109375rem;font-style:normal;display:block; }
#TtF5LTpA833OtVTyA8dwbve3f2NQX5Zk { color:rgba(var(--color-tertiary-3),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.5rem;left:38.8125rem;height:2.8125rem;font-style:normal;display:block; }
#DgW7rCNla3cuPam0tQlqXuKxTk2nDqo8 { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.5625rem;left:40.1875rem;display:block; }
#GtFpChbQNfLpEcCopznkh9eF2GNxaWtE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I2S4zAg2HMf6IEKaLfN3KuiLdIgEkdqE { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:14rem;left:38.8125rem;height:12.0625rem;font-style:normal;display:block; }#I2S4zAg2HMf6IEKaLfN3KuiLdIgEkdqE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I2S4zAg2HMf6IEKaLfN3KuiLdIgEkdqE li:before{  }
#pRWTMnQKchuK33iRikz3i742ff7IoFg1 { color:rgba(var(--color-tertiary-1),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.25rem;left:38.75rem;height:1.40625rem;font-style:normal;display:block; }
#ZJOi0Zg37TbMk4piRvZ2ePqZA2Hog3lD { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d80d755b-3a02-49ae-a935-fb8e2e4acd3f/AdobeStock_641104140.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:29.0625rem;width:35.75rem;top:2.5rem;left:0.875rem;display:block; }#ZJOi0Zg37TbMk4piRvZ2ePqZA2Hog3lD.adaptive-delivery-prevent-bg, #ZJOi0Zg37TbMk4piRvZ2ePqZA2Hog3lD.lazyload, #ZJOi0Zg37TbMk4piRvZ2ePqZA2Hog3lD.lazyloading { background-image: none; }
#QtcSUg9JyH6B75bisvdnX4S6wUxgvF1y { position:relative;display:none; }#QtcSUg9JyH6B75bisvdnX4S6wUxgvF1y { border-width: 0; border-radius: 0; }#QtcSUg9JyH6B75bisvdnX4S6wUxgvF1y > .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; }#QtcSUg9JyH6B75bisvdnX4S6wUxgvF1y > .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:32.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; }#tMWTGsA1J7zJ6eHScoCpaR0ZayVHsTal { color:rgba(var(--color-tertiary-3),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.5625rem;left:1.1875rem;height:2.35625rem;font-style:normal;display:block; }
#WzkqGytuUclCZPd9iOyzbzHp63fLxM7a { color:rgba(var(--color-tertiary-1),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.125rem;left:1.1875rem;height:1.40625rem;font-style:normal;display:block; }
#gMvbMraDuOKnNqffCWZJmEzo9AMn0M0O { color:rgba(var(--color-tertiary-3),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:13.6875rem;left:1.1875rem;height:4.21875rem;font-style:normal;display:block; }
#psmS8Ql1NzTomolo3gtcqaxKg7duVq6m { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.221590875rem;height:2.659090875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:20.125rem;left:1.1875rem;display:block; }
#TiTu0PSbEQgmH3H6UzzGBPa5edHHUsHU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QtuPJJDWfZx8W71f043Ea7qnOv26Awvy { position:absolute;display:block;z-index:15022;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/55ed55a2-ea64-4d64-b7d3-dd4a520274b3/MicrosoftTeamsimage5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;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:27.75rem;width:34.5rem;top:2.375rem;left:39rem;display:block; }#QtuPJJDWfZx8W71f043Ea7qnOv26Awvy.adaptive-delivery-prevent-bg, #QtuPJJDWfZx8W71f043Ea7qnOv26Awvy.lazyload, #QtuPJJDWfZx8W71f043Ea7qnOv26Awvy.lazyloading { background-image: none; }
#qzLvcvPbWoc5ripdcUgT3tPpDxtyOz5z { color:rgba(var(--color-tertiary-3),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:30.763502120972rem;left:39.000000953674rem;height:1.03125rem;font-style:normal;display:block; }
#oscfy5a6JcuNw16fiy7V2le8W33Eg5pd { position:relative;display:none; }#oscfy5a6JcuNw16fiy7V2le8W33Eg5pd { border-width: 0; border-radius: 0; }#oscfy5a6JcuNw16fiy7V2le8W33Eg5pd > .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; }#oscfy5a6JcuNw16fiy7V2le8W33Eg5pd > .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:16.125rem;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; }#oP9imarxCWlIu735sT2Vdtg5r3HhfRxm { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:13.375rem;width:36.3125rem;top:1.4375rem;left:0.53125rem;display:block; }
#ibZaXCHWFz1W5CSsCxwamwMMLkRdrOL0 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9521b9bc-f8ac-4059-baf7-d2fca638184a/nounspain7243611.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.8125rem;top:2.9375rem;left:2.4375rem;display:block; }#ibZaXCHWFz1W5CSsCxwamwMMLkRdrOL0.adaptive-delivery-prevent-bg, #ibZaXCHWFz1W5CSsCxwamwMMLkRdrOL0.lazyload, #ibZaXCHWFz1W5CSsCxwamwMMLkRdrOL0.lazyloading { background-image: none; }
#NtEMDpbOuXLWHDJmwlZLeG5t1aUCLks7 { color:rgba(var(--color-tertiary-3),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.4375rem;left:2.4375rem;height:1.625rem;font-style:normal;display:block; }
#QWtZ67SLeubRch2Ax18Xw5ToBZZcFe8x { color:rgba(var(--color-tertiary-3),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:10.71875rem;left:2.4375rem;height:2.75rem;font-style:normal;display:block; }#QWtZ67SLeubRch2Ax18Xw5ToBZZcFe8x li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QWtZ67SLeubRch2Ax18Xw5ToBZZcFe8x li:before{  }
#tD7bdrBEWaDwOskTQ6yLDyoMqbF2tdx0 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:10.71875rem;left:17.375rem;height:2.75rem;font-style:normal;display:block; }#tD7bdrBEWaDwOskTQ6yLDyoMqbF2tdx0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tD7bdrBEWaDwOskTQ6yLDyoMqbF2tdx0 li:before{  }
#HmZ43NNTfy9rziaOA2rvCwph9sIU9d22 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:13.375rem;width:36.3125rem;top:1.4375rem;left:38.0625rem;display:block; }
#NEuZRdcGeltyyaix5NSAxmCXzfXoCwFS { color:rgba(var(--color-tertiary-3),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:10.75rem;left:39.9375rem;height:;font-style:normal;display:block; }#NEuZRdcGeltyyaix5NSAxmCXzfXoCwFS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NEuZRdcGeltyyaix5NSAxmCXzfXoCwFS li:before{  }
#f0d1Fy1VRBzP1NnlteTadNa6coQRrzGB { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:10.75rem;left:54.875rem;height:;font-style:normal;display:block; }#f0d1Fy1VRBzP1NnlteTadNa6coQRrzGB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#f0d1Fy1VRBzP1NnlteTadNa6coQRrzGB li:before{  }
#DVCopgzuzQBAWT4aMEVZTFf8AM9QsF3c { color:rgba(var(--color-tertiary-3),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.4375rem;left:39.9375rem;height:1.625rem;font-style:normal;display:block; }
#tf1nTaaGr7DUtDtiiEMNN4WaxoISoG2i { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ffefda0-8575-48c8-a81f-06862b84cff3/gameicons_southamerica.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.8125rem;top:2.9375rem;left:39.9375rem;display:block; }#tf1nTaaGr7DUtDtiiEMNN4WaxoISoG2i.adaptive-delivery-prevent-bg, #tf1nTaaGr7DUtDtiiEMNN4WaxoISoG2i.lazyload, #tf1nTaaGr7DUtDtiiEMNN4WaxoISoG2i.lazyloading { background-image: none; }
#adDwIwbyi2nDQE18rny6tvUe2KQMlZua { position:relative;display:none; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua { border-width: 0; border-radius: 0; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .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; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .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:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#sXgFJatGu9yMi62lSw1kKO0x86zTNrkl { color:rgba(var(--color-tertiary-3),1);display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.75rem;left:1.25rem;height:2.35618125rem;font-style:normal;display:block; }
#tZxvbGrK8sXF57OW54C5ZaDds4BOcwhJ { color:rgba(var(--color-tertiary-1),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#uzgS1TJ3TPgTlzxfTixbpVBuZFp1lT9E { color:rgba(var(--color-tertiary-3),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:7.875rem;left:1.25rem;height:2.8125rem;font-style:normal;display:block; }
#WTVJn0JgvKsryigTKRZ8AL8XKJtPvpTc { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:11.9375rem;left:1.25rem;display:block; }
#qBmknnRWmAFyOCCpaaXQqL3hWDEyaof1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GnoBUMLCx8oZQowFMHAThwPfeGi7T09A { position:relative;display:none; }#GnoBUMLCx8oZQowFMHAThwPfeGi7T09A { border-width: 0; border-radius: 0; }#GnoBUMLCx8oZQowFMHAThwPfeGi7T09A > .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; }#GnoBUMLCx8oZQowFMHAThwPfeGi7T09A > .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:20.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DLQVfnwNyBd51xx8U5rooClkNqvIPwfX { color:rgba(var(--color-tertiary-3),1);display:block;width:5.8125rem;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:6.28125rem;left:2.5rem;height:1.625rem;font-style:normal;display:block; }
#voOMoqoB0PxDWbBGCrVooG883z7MdEdD { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:9.4375rem;left:2.5rem;height:5.8125rem;font-style:normal;display:block; }#voOMoqoB0PxDWbBGCrVooG883z7MdEdD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#voOMoqoB0PxDWbBGCrVooG883z7MdEdD li:before{  }
#XQzhUzHDMm1qJDTJWV6bVWIEdKNOk16S { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9521b9bc-f8ac-4059-baf7-d2fca638184a/nounspain7243611.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.875rem;top:2.60546875rem;left:2.5rem;display:block; }#XQzhUzHDMm1qJDTJWV6bVWIEdKNOk16S.adaptive-delivery-prevent-bg, #XQzhUzHDMm1qJDTJWV6bVWIEdKNOk16S.lazyload, #XQzhUzHDMm1qJDTJWV6bVWIEdKNOk16S.lazyloading { background-image: none; }
#sUgQapDvZEEwdlGRw18ZrJzPev4UKHEE { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:15.75rem;width:23.8125rem;top:1.25rem;left:0.53125rem;display:block; }
#BlHCvyqdLelC7T94h0LP5q0MkwsprxIR { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:15.75rem;width:23.8125rem;top:1.25rem;left:25.5625rem;display:block; }
#ZGBHGbwQzdHhhqZhsJoEEdTLSKzvczNr { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:9.4375rem;left:27.5rem;height:5.8125rem;font-style:normal;display:block; }#ZGBHGbwQzdHhhqZhsJoEEdTLSKzvczNr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZGBHGbwQzdHhhqZhsJoEEdTLSKzvczNr li:before{  }
#Vl6tQUTReXGKbhSGRMuMoUJ5BMcdwg7i { color:rgba(var(--color-tertiary-3),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.28125rem;left:27.5rem;height:1.625rem;font-style:normal;display:block; }
#bW6POTqR89QfL6JJZdll6oPhvKtN5gKy { position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ffefda0-8575-48c8-a81f-06862b84cff3/gameicons_southamerica.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.875rem;top:2.60546875rem;left:27.5rem;display:block; }#bW6POTqR89QfL6JJZdll6oPhvKtN5gKy.adaptive-delivery-prevent-bg, #bW6POTqR89QfL6JJZdll6oPhvKtN5gKy.lazyload, #bW6POTqR89QfL6JJZdll6oPhvKtN5gKy.lazyloading { background-image: none; }
#SMzD5DbIflmmbpdr0cW8nOt2qEm3imN7 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:15.75rem;width:23.8125rem;top:1.25rem;left:50.5625rem;display:block; }
#lc98gLmqgoJcszgBvNoN0T5HhrA9gJ2m { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.4375rem;left:52.5rem;height:5.8125rem;font-style:normal;display:block; }#lc98gLmqgoJcszgBvNoN0T5HhrA9gJ2m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lc98gLmqgoJcszgBvNoN0T5HhrA9gJ2m li:before{  }
#kh2cwRJQBpsBLt540EqzdZhvrh052pEy { color:rgba(var(--color-tertiary-3),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.28125rem;left:52.5rem;height:1.625rem;font-style:normal;display:block; }
#QvAp7NPnhdNrsrhaUONc6Of8mkLNSdQv { position:absolute;display:block;z-index:15019;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ffefda0-8575-48c8-a81f-06862b84cff3/gameicons_southamerica.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.875rem;top:2.60546875rem;left:52.5rem;display:block; }#QvAp7NPnhdNrsrhaUONc6Of8mkLNSdQv.adaptive-delivery-prevent-bg, #QvAp7NPnhdNrsrhaUONc6Of8mkLNSdQv.lazyload, #QvAp7NPnhdNrsrhaUONc6Of8mkLNSdQv.lazyloading { background-image: none; }
#HDhGTpNGPmpgMgPwpzbVJp0e0ooZh0Gf { position:relative;display:none; }#HDhGTpNGPmpgMgPwpzbVJp0e0ooZh0Gf { border-width: 0; border-radius: 0; }#HDhGTpNGPmpgMgPwpzbVJp0e0ooZh0Gf > .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; }#HDhGTpNGPmpgMgPwpzbVJp0e0ooZh0Gf > .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:29.6875rem;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; }#xcCH8kGtOTWx4tLpm3FcVSTQsdqseHnA { color:rgba(var(--color-tertiary-3),1);display:block;width:32.1875rem;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:3.3125rem;left:1.25rem;height:2.35618125rem;font-style:normal;display:block; }
#G3uIVBDaMfaR9lwO7fhqw0WlONsul4LV { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.625rem;left:1.25rem;height:16.875rem;font-style:normal;display:block; }
#qu6VKPV53utiqTUGSioNiczn7Pob6daC { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;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:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.27083375rem;height:2.70833375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:24.1875rem;left:1.25rem;display:block; }
#q4INlxhl9kzgqITTVi5G870w4uFVvDwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NtbMiVX2dCah5Rs0q6pTC0Saw5kTT2uK { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/35b6e207-a301-4127-9a1d-868cf8184631/Logos04.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:17rem;width:27.0625rem;top:3.125rem;left:36.25rem;display:block; }#NtbMiVX2dCah5Rs0q6pTC0Saw5kTT2uK.adaptive-delivery-prevent-bg, #NtbMiVX2dCah5Rs0q6pTC0Saw5kTT2uK.lazyload, #NtbMiVX2dCah5Rs0q6pTC0Saw5kTT2uK.lazyloading { background-image: none; }
#gACe8XOAPc0V7KkNaNMbXdPA33swfGeF { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2216adaa-6242-44bc-ab1e-c644b7ef8fb5/Logos01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.1875rem;width:10.5rem;top:3.25rem;left:64.5rem;display:block; }#gACe8XOAPc0V7KkNaNMbXdPA33swfGeF.adaptive-delivery-prevent-bg, #gACe8XOAPc0V7KkNaNMbXdPA33swfGeF.lazyload, #gACe8XOAPc0V7KkNaNMbXdPA33swfGeF.lazyloading { background-image: none; }
#JMNIJw9CDEsaV4EWhR0we52mZBIGPKFR { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fa3a229a-4809-4d25-afd0-050fea3924db/Logos03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.1875rem;width:10.5rem;top:15.0625rem;left:64.5rem;display:block; }#JMNIJw9CDEsaV4EWhR0we52mZBIGPKFR.adaptive-delivery-prevent-bg, #JMNIJw9CDEsaV4EWhR0we52mZBIGPKFR.lazyload, #JMNIJw9CDEsaV4EWhR0we52mZBIGPKFR.lazyloading { background-image: none; }
#EQTGTtUbCpJysH8fXT9VKu2rPKRHhnGk { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1b83e432-013c-459c-bf1a-257938e643a8/Logos02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.1875rem;width:10.5rem;top:9.125rem;left:64.5rem;display:block; }#EQTGTtUbCpJysH8fXT9VKu2rPKRHhnGk.adaptive-delivery-prevent-bg, #EQTGTtUbCpJysH8fXT9VKu2rPKRHhnGk.lazyload, #EQTGTtUbCpJysH8fXT9VKu2rPKRHhnGk.lazyloading { background-image: none; }
#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp { position:relative;display:none; }#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp { border-width: 0; border-radius: 0; }#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp > .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; }#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp > .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:4.125rem;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; }#EvUCSSQMNZayvggeyRhBOQRVD0JZHdAg { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0625rem;left:1.25rem;height:2.35618125rem;font-style:normal;display:block; }
#wSNvuyGscTGu8lcWrtTa0vV0429fogTi { position:relative;display:none; }#wSNvuyGscTGu8lcWrtTa0vV0429fogTi { border-width: 0; border-radius: 0; }#wSNvuyGscTGu8lcWrtTa0vV0429fogTi > .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; }#wSNvuyGscTGu8lcWrtTa0vV0429fogTi > .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:5.125rem;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; }#K3GSHFDB1LOpTBs43dRWMSnNxBXTWBb8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5625rem;left:71.5rem; }
#LUneBR10LB5aM2DCJ2KhaaikKC5Ov3g1 { color:rgba(var(--color-tertiary-3),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:2.125rem;left:3.75rem;height:1.6875rem;font-style:normal;display:block; }
#l8GmG51w2O2n99PBaZh2cNom2rm76LTD { color:#0060ab;display:block;width:1.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.125rem;left:1.25rem;height:1.6875rem;font-style:normal;display:block; }
#O9GdTKvIp0I5qalcW63WonTvJCIT8STM { position:relative;display:none; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM { border-width: 0; border-radius: 0; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .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; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .row .container { border-top:0rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;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; }#KugO87BTcvPQyni9HOCh5TTThlwiM3tQ { color:rgba(var(--color-tertiary-3),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:1.1875rem;left:3.75rem;height:1.40625rem;font-style:normal;display:block; }
#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g { position:relative;display:none; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g { border-width: 0; border-radius: 0; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .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; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .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:5.125rem;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; }#bxsOk52mBVNtwrmDZnAqtmihstGEsIsr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.5625rem;left:71.5rem; }
#PJxTMZbhdc34x4V2nvDUy0v1eExX1y9N { color:rgba(var(--color-tertiary-3),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:2.125rem;left:3.75rem;height:1.6875rem;font-style:normal;display:block; }
#CgUu1v3qfNPzFDws0ZW0wyQMv8su1K4f { color:#0060ab;display:block;width:1.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:2.125rem;left:1.25rem;height:1.6875rem;font-style:normal;display:block; }
#foRiu6h7f6RKg6QGruOhDvDwVnK94eva { position:relative;display:none; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva { border-width: 0; border-radius: 0; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .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; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .row .container { border-top:0rem solid rgba(0,0,0,0);border-left:0rem solid rgba(0,0,0,0);border-right:0rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;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; }#xwGFvpuMem0l79wmDH0cSgex4A47c1f1 { color:rgba(var(--color-tertiary-3),1);display:block;width:42.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:1.1875rem;left:3.75rem;height:1.40625rem;font-style:normal;display:block; }
#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ { position:relative;display:none; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ { border-width: 0; border-radius: 0; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .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; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row .container { background-color: transparent; background-image: none; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row .container > .video-iframe-container { display: none; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row > .video-iframe-container { display: none; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .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); }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row .container { border-width: 0; border-radius: 0; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;position:relative;display:block; }#Z9Mu5ClQegTNERmVqJTX57cdCdrRGexT { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a31dad82-9679-41f6-8c69-6686eeab2e4d/uax_fp_blanco.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:9.75rem;top:1.9375rem;left:1.25rem;display:block; }#Z9Mu5ClQegTNERmVqJTX57cdCdrRGexT.adaptive-delivery-prevent-bg, #Z9Mu5ClQegTNERmVqJTX57cdCdrRGexT.lazyload, #Z9Mu5ClQegTNERmVqJTX57cdCdrRGexT.lazyloading { background-image: none; }
#miS6JggG3NwrdnaihOTJs7tIJyWByGzG { color:rgba(var(--color-tertiary-0),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:6.875rem;left:1.25rem;height:1.3125rem;font-style:normal;display:block; }
#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { border-width: 0; border-radius: 0; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:none; }#L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:glober;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT { display:block; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWLrLlAdqrTCIZXaCKaMed5hiT0e1mBX { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vzibqX3G8mePiHLrMoBLNGCEO6oQzDiI { width:12.75rem;height:2.6875rem;top:1.4375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdq8QETKvi4Tt7WJnBrikrmTqK0nuynm { display:block; }
 }@media only screen and (max-width: 763px) { #WhLpD7apOLacCC8QrHKQZgGl9uZUClpK { width:10.3125rem;height:3.8125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcbJoVAJdfmcP59QH7iqwffwTQ0QymMf { top:2.1875rem;left:38.5625rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyEZch69a3eH8gbOB05kwFzbeLBS3mJn { top:2.3125rem;left:37.1875rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 { display:none; }#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rcaIbxyyohAy1JQLaDRaTi85IpiGm8Oh { display:none; }
 }@media only screen and (max-width: 763px) { #d3kJdSmyN4gnRfhcTNDU7cdSrADuqCBO { top:0.6875rem;left:0rem;width:20rem;height:;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D0s1GzR4GybTCZbtXT0D7CLAQwOE0DrC { top:11.5625rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJPgog38PbvN5uhx9f6KRXQFZhWkl26b { display:none; }
 }@media only screen and (max-width: 763px) { #W22SI45UUFEzwMloyeidv8MbASB9hbGn { display:none; }
 }@media only screen and (max-width: 763px) { #VtMH9OX4lSmVwA6MgnB6U5vHc8bTVAKH { top:17.4375rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }#VtMH9OX4lSmVwA6MgnB6U5vHc8bTVAKH li:before{  }
 }@media only screen and (max-width: 763px) { #iwtLk7Rh7eOeCSJfKOScqi4sz1DmLWqr { top:37.8125rem;left:0rem;width:18.75rem;height:3.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy { display:none; }#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RbrmMI48IgSESlktfMU6FN3vuhu3IkvC { top:4.0625rem;left:0rem;width:45.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc45xMVUdrapD3JHlGtfR7xSdN3lmnak { top:7.25rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQn5HHER1mgbzAs16fet4ieRKWUU6av5 { top:5.375rem;left:0rem;width:4.8125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmSiBKxa3uhrHWeQM1qcCKcKGynu4T5V { top:8.75rem;left:0rem;width:11.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwlBMw4e9HQO9KEpWWNt1bf1blTURvNm { top:7.5rem;left:0rem;width:8.625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHgGpebOcx7qJ7bhVkqseabgiLvquJBX { top:6.0625rem;left:14.5625rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBmRkKkFSV7PfqREu4klNWn0RVxlHydS { top:8rem;left:0rem;width:8.9375rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W72V39CkFdmEhGnOCVwXzkWIAEysuQVv { top:5.4375rem;left:13.0625rem;width:9.4375rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xplccIftqTZUk6fg8GNHDESW0vdrvF0z { top:3.875rem;left:13.0625rem;width:8.625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghyTTtGnhLg2oGB42BnKksDCrdp3kweX { top:2.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd { display:block; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CD37auUrxkINyR4LWAEi9fdTufLMcHo7 { top:7.6875rem;left:0rem;width:46.6875rem;height:11.1875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh9JrSO0wGaSGLya1kV1peNS0ueVrstb { top:30.375rem;left:0rem;width:47.75rem;height:;font-size:1.1875rem;display:block; }#Dh9JrSO0wGaSGLya1kV1peNS0ueVrstb li:before{  }
 }@media only screen and (max-width: 763px) { #CM5I4L3eHR2tn1XzvZtxKrWpDJQNT3Jp { top:7.6875rem;left:25.4375rem;width:22.3125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P18qrN0ntNZZNghkCJ8FpXCw5wtJfF7O { top:8.5rem;left:30.625rem;width:17.125rem;height:4.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7mSXWdA7eULEUlatcL4PEcuMnQR9kT8 { top:8.5rem;left:40.000003814698rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlN3zy2X5rGiPGHIrmCLrpIfFXogvuGI { top:13.3125rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-text {padding-top: 0; padding-bottom: 0;}#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-select {padding-top: 0; padding-bottom: 0;}#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-checkbox-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx  { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx {display:block;}#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #ZBef61PlKaJVmhty7fDaT9pl2mXFXK3a {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #rpvUimHBf2EzwLrqfmCWwTLO92pEIImS { display:block; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #l8Jy5g2b0myOMiLUs1EA1v1e3Bny9a5R {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #hrOPnqXvpmXKgh1Q8UWc5wIuXtdeNfNp {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #ABrZ6sXfK2NVqBuexUgUOHROiLrKKvBL { display:block; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #TcD1aATlKJ0XTiVQLq6eXbLGD3cPW7VA {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #TDVPffV9turNF32pD5sThXs2UnZaNw2N {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #obvDNaJlMFKLiz7tQG8FwdzFuSGUnmx0 { display:block; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #CcEfhFaQpNFTxxorteMB5GKdIv5MVKgI {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #ItQ4Rr7skU5GnpnaTxdlPOqzcdAiXGr6 {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #ZHnvx0UEBZGs8k4vRToa6HnRP6m0gSDG { display:block; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #aCFbXuOrgHOU17gGhBftlDD7Pi3NgKzH {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #tTgxOikOmahu0zxaC3G1CuENTP8bQNqn {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #Zb4CTfSdWOGVTTTxxdswJJWDR4NXo0S8 {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #A6XLguW5cgJIn0LxAHkLV5W0lcULHaoe {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #rHmVZMfeWvvE3S6boQpoqLzfarmdqvwE {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #I31PavLnpawefCDI24RCzcWxGOiUVvlT {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #TFq60xySL6TWabRyvzHvHwFkOgU25cVP {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #lXEnu6v4ua1JOgoLZTcpMRr8LTztp8T0 {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #Up0TpkHipAOaH35Icbny7d0l2wwzqZZc { display:block; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #XVxdpy2yne1fDmKzJJNTwEoq4UTd8ioN {  }
 }@media only screen and (max-width: 763px) { #I6OxZ7Vdl3b3J8pa69SMPIdHSRcer2Bf { display:block; }
 }@media only screen and (max-width: 763px) { #PNI6XwxhycvbsGJbNJEhF3PKq6BxJ5Nk { display:block; }
 }@media only screen and (max-width: 763px) { #HutIV5Rk0i6RmTO4q4B7F7MuiqoVq2vS { display:block; }
 }@media only screen and (max-width: 763px) { #LwCPFlGoQRgOorEaZfM2tMRcTgSk8PTx { display:block; }
 }@media only screen and (max-width: 763px) { #oRNJwNuSU2J7ESrIzwRuF4ltQkf0hxwt { display:block; }
 }@media only screen and (max-width: 763px) { #xM0ozqTIsnQ0rqB3m0RBK8oUFMNhfp4T { display:block; }
 }@media only screen and (max-width: 763px) { #Ps2LF8aSFsmn358CJy5mHgUEVtK6Bof1 { display:block; }
 }@media only screen and (max-width: 763px) { #u5UIbiMxQPE8sd6oZgzHxw4fanbefzN3 { display:block; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #QGy6LfnHGoLpZXrAsWpA7nPPV3NpBUb8 {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #qG8BAiuuXDkaOgZdaJRXKyiD0TBzL5b8 {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #vhzxE6EaR0X6EtuTzltwqleZG99swyCM {  }
 }@media only screen and (max-width: 763px) { #bbBnpmHeZKsp9cdTJmzwhu3s0cQ169rw { display:block; }
 }@media only screen and (max-width: 763px) { #TzGhhx314Rpf2VdaW8cMUe95yzkTJfV0 { display:block; }
 }@media only screen and (max-width: 763px) { #SS9Ob9VnB5QRyrCTMlpTgmFL407W7U2T { display:block; }
 }@media only screen and (max-width: 763px) { #BbLGvAcHkL915mmQBMIC1v2MCtTHqiNq { display:block; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #e5VI8VbfmXb4xQKTNW22mf2cnv6PvrET {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #nE7B64J0ppR1QozTgqx8OPHyx5NDQn53 {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #UysMtH6eHh36QVX9Z9UCe0sguQ8gmFfV {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #WGCATCX6TaWtkXDJSo7r8SqGOzMZPgkU {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #XDxmF2XO88mvT925UNlOwJxieWna1Jua {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #KHlkQUx5HMzoAF6kP6qtMCKcTefckU28 {  }
 }@media only screen and (max-width: 763px) { #eTV2v12RtBQqSep5PFSvQSzxK3p9TF5E { display:block; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #bQPcws9k0CCgLav49TIDHloDTEBb866B {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #Z40zIIC2TP3OGvPwmUipmTuZst2TQ4Jb {  }
 }@media only screen and (max-width: 763px) { #s5BU6E8vHqVURe2Va1PC6NXz3VZXdr7e { top:13.75rem;left:39.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUF2J5d88cLLBBPlbOHX9u7w0nRcrZrh { top:24.875rem;left:0rem;width:36.0625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLUs10U6gPPON6fT2T7ynfPfZ8Py4Fw2 { top:2.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9yasEDOZq9gWtakZ6rHL24v9iGvJS35 { top:20.4375rem;left:0rem;width:13.375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv1ofcJ9fnxdFzgPNUHce43ViIrWbCSw { top:20.0625rem;left:0rem;width:14.1875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl { display:block; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uAfbnNitFkirfg5QtFz3oDsl6zLzAOkQ { top:1.25rem;left:0rem;width:45.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJlgtu3SRyJ8ZTDNIJAmkfqA1r6b6zQq { top:4.75rem;left:0rem;width:4.5rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDNNLTATWQOkExklSrCkUbDOltivWb3S { top:6.5rem;left:0rem;width:11.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #noc18Ds2DQFplzT3TSNERy90gIVcM5bW { top:6.3125rem;left:0rem;width:9.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbDGxwODkQCTJVW5ahWz9akCvgX5lk4F { top:4.75rem;left:0rem;width:8.625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGFyIH649cp5U36D9eRzBtPXGuIWE0V2 { top:6.5rem;left:5.125rem;width:5.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXVkNOmfTF1dP76D7N98HxIaQlM1x9xF { top:4.75rem;left:5.125rem;width:7.1875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9nAxsBxDfDUhO34LTpTOnp8vq1bk3rS { top:1.5625rem;left:0rem;width:41.4375rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBSiksJAQGR54Fh2bgltv7CD2Hk5TK6E { top:6.3125rem;left:13.125rem;width:9.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9sGx9bMm4e8KgO7TX9Vn69puVBWTgt5 { top:4.75rem;left:13.125rem;width:8.625rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JABVkT6vm3cdA466hwrZdq95hPpUCfsa { display:block; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAlbkiN7K8utFyQp2a4F0dVOaHc9Zso1 { top:2.5625rem;left:0rem;width:15.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkN3XhzAeTXLNGnn0RMy0685uCIo204y { display:block; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e596JvmBgZHzV0BPosn41CCzw9sBPmvr { display:none; }
 }@media only screen and (max-width: 763px) { #oFCTB8f7WkWOQw5bLNrvyt0GGCWeF8aT { top:1.125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #y23UNZIlycTOZxH62LcJvpTz49VbXktW { top:4.125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhIx40bv6FCXQcWuSzBavSm8KqD2u2xu { top:5.875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9uFcxknI2Cq8duAxRkn0Ga79XPhymnB { top:7.9375rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pP5RuVTBwodRgIwo8pSxqPVtTLMVddn1 { top:12.25rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gR3IQhelSRwqLR3waWLCVuLJ1xA5mrkq { top:14.75rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cIybWMThpS6uiwsHqlFkQzBR3BGJHbGT { display:none; }
 }@media only screen and (max-width: 763px) { #F5R6Jpo1Phwo3P4GoS68PApT3a176ufT { top:17.125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vbzum8qt9hDN2RmsTmM7LOOudMDgWkrz { top:19.625rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #K9yWw0tsBbvXXqfVzPUOVVpSa8w02FyH { top:22.125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWhAweDHNyixTvuH6ryfp56rlM0HWACi { display:block; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K401MCRdOlOMyfUhwka7uy1dkryruGAT { top:2.4375rem;left:0rem;width:15.6875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5WRtpm63CHVdmNh7xnsc9WDOZLlan6S { top:5.5rem;left:0rem;width:15.6875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFHxaVPTfoe0R6Q9iAZDw8uskkou7Hpd { top:7.9375rem;left:0rem;width:18.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #shfVktChy23h3GLrgdVM6iH97Nl5KXyv { display:none; }
 }@media only screen and (max-width: 763px) { #DIxF0hkfGcBFV3rBLeka9Jsz8bI2JP2t { display:none; }
 }@media only screen and (max-width: 763px) { #DTSqxQcfspKy5JKqWWVkSzNzyItxozTw { display:none; }
 }@media only screen and (max-width: 763px) { #VtUEv2TgcqLX96yZAMC8hnp3tslafJwe { top:7.9375rem;left:13rem;width:18.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9ROO9tOhlo1scX7Vxcnrs9c35bLRxEJ { top:5.5rem;left:15.875rem;width:15.6875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq3liM2zI84G9fsZTpM7Mw25kGNllJM3 { top:2.4375rem;left:15.875rem;width:15.6875rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzunzABZrSsDySeoZf686OoJCFrU4KmB { top:7.9375rem;left:28.875rem;width:18.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRO8rHI3FrDEE0Q78XVpXKylzZExbr1t { top:5.5rem;left:31.75rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqAyikLeuteaPqpfLLcxJvTgQIsWCxpt { top:2.4375rem;left:29.1875rem;width:18.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 { display:block; }#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFW0UlUxuxXV2TDSZJh7TgtmuUHylp01 { top:1.9375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9x1M6MkwlTNXtST3J0cbNOfpDkplD4P { top:5.125rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FznWKLTtfLUxmV6E7u6ZboT2apTsTrH3 { top:7.5625rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHUl6phRzpb0ugpN5xiJ2nha6rRRn30A { display:none; }
 }@media only screen and (max-width: 763px) { #s8hBW4ySgmUQUwFztrieOzEqlRufaxUw { display:none; }
 }@media only screen and (max-width: 763px) { #MIX5xnPBiiw8Gonn1T2zvWtbmDd2ABSy { display:none; }
 }@media only screen and (max-width: 763px) { #bEFRIkeEToGzZ1TkFqEc7DgU93gnWnwp { top:7.5625rem;left:12.9375rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWPzw5UeCVamCm59geKv6yqDnMzpfs63 { top:5.125rem;left:15.875rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzRB8K8XkM1SKSi77GxmsGeAwdHceNeU { top:1.9375rem;left:15.875rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbKpyMVATVZOvdx4Kfxx9c6fL320sM5q { top:7.5625rem;left:28.8125rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl2Gs82E1zngBI3v7Ha4E03s5kpMFkMq { top:5.125rem;left:31.75rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh5U8w2kdwGPncWIdImTtOHXcaHwrGuA { top:1.9375rem;left:29.1875rem;width:18.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBaJqQqDCZo4BeEhhS2isBB40da70ZWA { display:block; }#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtwJVNmbTRm0waZUq5PP7OT8GciFWwgk { top:1.9375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF7VnroUUi6ddNNh1Fli3Z9VKIB9CdET { top:5.125rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klSkvc9KTSTvCgsb1TAntWK2W6n9FL2l { top:7.5625rem;left:0rem;width:18.8125rem;height:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4wuXmkeBUhxWDpZkxfOFwNyys0uIQHB { display:none; }
 }@media only screen and (max-width: 763px) { #pJilDXydGS30DDS5LMO7TKGwgMrKphWM { display:none; }
 }@media only screen and (max-width: 763px) { #A2tzxxMoQDk8IiwOack8vTeQb5uWsnRh { display:none; }
 }@media only screen and (max-width: 763px) { #uERPwNK7TIgGuisFC4GpEpdBLKVqpooG { top:7.5625rem;left:12.9375rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsuvawdORRFTx099sqFQTWTPs6MUarSx { top:5.125rem;left:15.875rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8LaoSeiwwLIemW05r8UDtZozSVuHTw9 { top:1.9375rem;left:15.875rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGIsW3dpmrbf3qTC8lqZfOZD6pVVkoPL { top:7.5625rem;left:28.8125rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMOG8tFfXxBTuHAfLDluJyTdd0x8tdeh { top:5.125rem;left:31.75rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlPtdT38lnT3QnDi3qyB90SPL95GwnHn { top:1.9375rem;left:31.75rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 { display:block; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGV0rkyN6gZQm6szT6JtsEtAk8DrMSQX { top:3.5rem;left:0rem;width:32.5625rem;height:10.6875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZW04koaPXDFFIz3AaB0q4wSIFlPEtaa { top:16.3125rem;left:0rem;width:29.0625rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2H7TmTD6q8FtiN7OXiMVFtLiQNEOphK { width:12.625rem;height:2.5625rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH3RRR4sbFkuLk3GbbxchL94trE39IHg { display:block; }
 }@media only screen and (max-width: 763px) { #UlQz5ZTVyA35enzGia8E2V1IU2ZDqwhE { top:8.9375rem;left:24.716796875rem;width:15.0625rem;height:7.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEW4vmkI040fA9Xi1yumkLBHilAmPSA4 { top:5.375rem;left:24.436965942382rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI0PJ1sTBMCQ73vRlndZnfNp88vb72Vr { top:8.9375rem;left:33.625rem;width:14.125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUMv0LdfDArQR6LMP9VAlKSWCE4Xiszo { top:5.4375rem;left:29.5rem;width:18.25rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTOCxiy2sSOaISFTTxDlagRq1KJXpPb9 { top:22.8125rem;left:24.436965942382rem;width:15.625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7ADKxTQ03ziuQ4rTJILZGdpz5vVJ1wP { top:23rem;left:29.5rem;width:18.25rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtrli2zMl0LIUCASQcGkKnd9ttV9gf32 { top:19.75rem;left:24.562141418457rem;width:16rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbJbewzUuKBnC9HF7IRouUCFRaMHr0tN { top:20rem;left:32.375rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAJ4ET0elqokISWTOF4mnToDFz8NL0er { top:2.125rem;left:24.3125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9IBRXVhnZQWQA4DtOWTDu4ulMr6aRO4 { top:2.125rem;left:42.6875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il4unPci2StmzOC10xNRRG1F9DtGQSFs { top:16.875rem;left:24.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7wM1nyHCgvTiZFNVbWpdHRU2ZNa4PQ9 { top:16.875rem;left:43.125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQrByxU0OkMpvSvBknq0wOfAEn56uvkr { display:block; }#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edhuEOdeb5pKLtL1Hiowlra1gdsXAC9z { top:4.625rem;left:0rem;width:26.9375rem;height:11.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5DodpSSb5i8Pd8BmRBMvZpJEdngLFTU { top:17.375rem;left:0rem;width:28.3125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #on804I6wUdNVfuFdV1HgT2xih972HoQh { width:12.8125rem;height:2.75rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3FbdSbOu7WNCcDpRi0QCIMfbPzaRKMJ { display:block; }
 }@media only screen and (max-width: 763px) { #sATwQtAoScstD7VGvyk1Lqp33h66WIy6 { top:10rem;left:24.5rem;width:14.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Befp6BhvpWZiDRRkzEeuLSxgt6xT8XS8 { top:7.1875rem;left:24.5rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ed3VoxJlqhgfaTJWmz1qisz1hO6MGcLy { top:10rem;left:33.25rem;width:14.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aakmBVFh8z2tqSppZWSE49EHI0MT2usz { top:7.1875rem;left:32.375rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ9wcMkU64PsfBSRfVVpZkmqU6ruS9z6 { top:23.4375rem;left:24.625rem;width:14.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlifGq6ipIeckTpKQGP9r1osIrg3xdLD { top:23.4375rem;left:33.25rem;width:14.5rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcztTBkM6yw5BbxedTI8hvfzIMGfhhea { top:20.625rem;left:24.625rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2uMuoqTz6dvNdfomtsLsz10M0qptCbk { top:20.625rem;left:32.375rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M { top:3.875rem;left:24.375rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6 { top:3.875rem;left:42.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT23HB01mu0wAhNhy5lJkIzS1N2afuCU { top:17.6875rem;left:24.625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyKQDrQCgcTxHxGusEJw1iGB494eGno9 { top:17.5rem;left:43.25rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5TfX1e0pF4cfTmyNLRMJeMBVts78O6q { display:block; }#K5TfX1e0pF4cfTmyNLRMJeMBVts78O6q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4fucfTzE15Fa71rNSclT7heRqpt4aek { top:6.8125rem;left:0rem;width:19.9375rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyWZrGtLwXKuoA2wuWihzbAc3PCUxcl3 { top:18.25rem;left:0rem;width:19.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG11QTJXWUHlZTlKtqkTzWxbDJVJN82p { width:12.125rem;height:2.375rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABVyAUmPJiwAnzad3aufG0Lh5wzqnVvS { display:block; }
 }@media only screen and (max-width: 763px) { #hpPW5zSqehPBZ1oucGTdiNhtaTDafD7I { top:6.8125rem;left:0rem;width:19.875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkWE93DERAUDHTdDXH8QTJTd3UWMLeTp { top:6.8125rem;left:27.5rem;width:20.25rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ4o7f7aVRc8TdogyGUw35n8T9wRiQwy { top:6.8125rem;left:10rem;width:20.8125rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJyBcsqXkqJBnGJAUO9qCNKyofZa179n { width:12.125rem;height:2.375rem;top:31.4375rem;left:35.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oDrzGG26cObbFUEoFiA3Urp1CbbAHod5 { display:block; }
 }@media only screen and (max-width: 763px) { #wQ2h2n7XLQFluoTVclwEUfVn5Nd9ZAGs { top:103.375rem;left:0rem;width:6.25rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3dOIekxVK256DpHJy59Rnd6u5V1NQlW { top:103.3125rem;left:0rem;width:6.25rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sNKh0uUfqfIHEyJxMwgpvxvmgXgn0E3l { top:27.875rem;left:41.5rem;width:6.1875rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXHnMLKa81LeChpFRcNuR2SXZw52TyUB { top:27.875rem;left:41.5rem;width:6.1875rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJbAvlBFJB2Ui7yIhEH3oBzi1MbrLt5V { top:27.875rem;left:41.25rem;width:6.1875rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NgAshpIvTVFXcGfO1CsT9Bsl6zsLh5ob { top:103.1875rem;left:0rem;width:6.25rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJIEPJlWwtJo3O0MdEtReHLvzJvEnopb { width:12.125rem;height:2.375rem;top:31.4375rem;left:35.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WyGXc5ibKM9K15y5Wc7mIb2cViqxJuOG { display:block; }
 }@media only screen and (max-width: 763px) { #BbCFqwbzGZ3DkSpwsEGMeGTNPGOEw2TT { top:130rem;left:0rem;width:6.25rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dyXsvbEv2u0wnTCvd0dnBfo9N6lOWWI5 { top:129.9375rem;left:0rem;width:6.25rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJS3GpgFDgGaR6W8qCQHmxyVwkTXJbdJ { top:27.875rem;left:41.5rem;width:6.1875rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6uDPTziLLVJpAXdq3fKvHdfaVHpbanL { top:27.875rem;left:41.5rem;width:6.1875rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPX4G0NngFK4V5ATMCDcsIURpWU7QKMk { top:27.875rem;left:41.25rem;width:6.1875rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVRuT3AbWpPzUMDVo5lyBw4HHT0lUEyh { top:129.9375rem;left:0rem;width:6.25rem;height:1.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFD2UbOEqVEWU3S5Qu0P5CJ3tF34NUdZ { top:21.875rem;left:0rem;width:19.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puHznyeJWD0yTS8fVbwqFecT3BoowP4v { top:2.875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwehQs5BDvxPTTx0kl5cTpqLXSnnuena { top:6.8125rem;left:27.5625rem;width:20.1875rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct4PcwkiAgJm87lTOlQ1qBmQ6Z38dgeb { width:12.125rem;height:2.375rem;top:30.4375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfRnLTCgfTa7pouOxu2KmwltrRg3HTr8 { display:block; }
 }@media only screen and (max-width: 763px) { #PMANlGXRmsod5iUHNiWB1seBbHGXawL1 { top:21.875rem;left:27.75rem;width:20rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABq2NIIJKAxTsVzCVyiza3m0DqnJtudV { top:17.625rem;left:27.4375rem;width:20.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2mGPd1BvJHdEhJJIgqxAbJm9HSxgbOr { top:6.8125rem;left:10rem;width:20.75rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXo1JUUnN1ANmrAiBAlLm6aDgcNqAT03 { width:12.125rem;height:2.375rem;top:30.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnigvr1OneVCaiNa4yLJ0rfb48KZurPe { display:block; }
 }@media only screen and (max-width: 763px) { #hZlcuwL5Hm99idvirnTJP4oKqCcJkWZM { top:21.6875rem;left:9.875rem;width:20.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT8PrP2xJhpdlvEEoqi83zGMnrbc9OoZ { top:17.625rem;left:10rem;width:20.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyheDS6cpEQC3MbfyWG08KZ9l4PqFLyk { top:23.9375rem;left:10rem;width:20.125rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIO08iazzaW1KZ6h2HVcXZT9yTiLZIfH { top:24rem;left:0rem;width:18.4375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn7wik1JB9ZAczffLHdE5Fx3733PJ2Rx { top:24.0625rem;left:27.6875rem;width:20.0625rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdMHMH1usWgdcJIDnxz6WNoNWLTsbZ2T { top:72.4375rem;left:0rem;width:19.9375rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKuQuEt9yyD40342FXPJempTAVbbHQnO { width:12.125rem;height:2.375rem;top:95.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l52EIM5GadFlxRCu4MlrNuUFqfkfGkId { display:block; }
 }@media only screen and (max-width: 763px) { #nq6bRcnNMN6KE2T2B8t49TzfUwr1ALvE { top:91.125rem;left:0rem;width:19.8125rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w00unQXAL54vZbUT4rbRF5PUXRxUxmcO { top:89rem;left:0rem;width:20.125rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCq6e62kBTVpTaIZgoCLqMdZwgJbwAel { top:85.4375rem;left:0rem;width:20.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAPsWdeZTVeHxnmaMIshc15LpWpanQ3C { top:72.4375rem;left:0rem;width:19.9375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDKb0MPkTR65qQEStKvDRhTPKUcK0rGk { display:block; }#GDKb0MPkTR65qQEStKvDRhTPKUcK0rGk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmG4EciRc6zeWqMxa3AOuL1E5TQk3sLn { top:2.0625rem;left:0rem;width:5.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaki8DJ9sFSlITmO3RBozpUKyEuWlk83 { top:2.0625rem;left:0rem;width:5.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVC0xqFLf9O9TdrhC8MfgpNvtTBmVyEw { top:2.0625rem;left:6.5rem;width:5.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJgDD58qCGsp7nMV3Nc9AH16Rr7puzFp { top:2.0625rem;left:28.9375rem;width:4.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Am5UaTONuiT8VcFXaP8p5UN427EkT1EU { top:2.0625rem;left:14.875rem;width:11.3125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC49S8Sznr6MBT8ck0vSb5lQPEBUdiop { top:2.0625rem;left:43.875rem;width:3.875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLE2W6o7ov4Or5Py9E2sZq9RAe72A4f0 { top:2.0625rem;left:36.375rem;width:5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6kdHznlpeVOSFyIPUt6cWST3M2tCkIq { top:2.0625rem;left:41.375rem;width:6.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kToJaSG44xQU54I8ZbrKLPtGh173zWPl { display:block; }#kToJaSG44xQU54I8ZbrKLPtGh173zWPl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTBQs8oxsTpaiCbScwrIKB06o9XS0ZZT { top:1.375rem;left:0rem;width:42.625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyi08XAw4VRvdPvBg9AhosFT3GWgBIVf { top:9.8125rem;left:2.5rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcZIpBbZO63IZE9bqogHDUVFHe2NqNnX { top:9.8125rem;left:32.4375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI2x2A4d4l4g11B0QdCKrkdpamJlpqg2 { top:9.8125rem;left:17.625rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDwlff1eeEuREUsLZLeAFpaRQ8G2lNWD { top:9.8125rem;left:0rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlkhwRVsfbVrlMxmtuackayIagr6VX6X { top:10.125rem;left:17.3125rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1DI3oTRoywv5Gy31FHyr8TMaz4sKrCe { top:17rem;left:0rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psIddeUtP7XsUIk3W2QpHcxQSvUrPJoM { top:17rem;left:2.6875rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tutcKTxaRo8ohQp34Kioz6Ov6AH5PEov { top:17rem;left:17.625rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlDK7NlZqzqQIJDBo4a4kmQad6DkHbbO { top:17rem;left:32.4375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRtmSI2NpgEO00GTcTQArN7KgDhxQ3rA { top:5.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT9MyNczxrwD6UJtbwT35UOa40Q2KEG8 { top:11.5625rem;left:0rem;width:11.25rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmbpvFJByQgHEAvDvhqazWbfiDOaN3As { top:11.4375rem;left:3.1875rem;width:11.6875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx8hNSmRzliyktEGnz0zgzuSWih2662g { top:9.3125rem;left:19.639381408691rem;width:6.875rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGVkcVTSHCmNtJErWKAk25f5FVZAoTXO { top:11rem;left:33.4375rem;width:10.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5q0nlT2a8t5GxwHozXiilkDZ2ixAOiZ { top:9.125rem;left:19.25rem;width:9.5rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4zpiL8KizI4gSbOFHTnG64p8nkgQPwk { top:18.1875rem;left:0rem;width:10.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyZD3CxPRJtneGUoPkdHvTTh3WyALerl { top:17.75rem;left:3.6875rem;width:10.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXRRQ4Tp17WfqErQPREACaiUBxJq2uy0 { top:18.0625rem;left:19.375rem;width:9.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxoGe8r7ebH5glX0RG52QcSF02whsxl8 { top:17.75rem;left:33.4375rem;width:10.8125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVlAb9vEiap392eKTJDZUHWOW11a2RAV { display:block; }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPFE18LZqxXgblb98IvTWR8tksb3mAzU { top:3.6875rem;left:0rem;width:44.5625rem;height:12.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMUEPkUwSemPT5dAAWTKn8ybfvx1e84W { display:none; }
 }@media only screen and (max-width: 763px) { #HDO3zMzz9fCCXnosqEaXbwwkPbVSZ9Gs { display:none; }
 }@media only screen and (max-width: 763px) { #zkbIhA6esed7idDZPQZkIays1Q817RXe { display:block; }#zkbIhA6esed7idDZPQZkIays1Q817RXe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7b8wphe0D2v0GXnlBfcwIom9sRuAEt0 { top:4.5625rem;left:11.5625rem;width:36.1875rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtF5LTpA833OtVTyA8dwbve3f2NQX5Zk { top:10.5rem;left:19.9375rem;width:27.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgW7rCNla3cuPam0tQlqXuKxTk2nDqo8 { width:14.3125rem;height:2.75rem;top:27.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtFpChbQNfLpEcCopznkh9eF2GNxaWtE { display:block; }
 }@media only screen and (max-width: 763px) { #I2S4zAg2HMf6IEKaLfN3KuiLdIgEkdqE { top:14rem;left:17.9375rem;width:29.8125rem;height:12.0625rem;font-size:0.9375rem;display:block; }#I2S4zAg2HMf6IEKaLfN3KuiLdIgEkdqE li:before{  }
 }@media only screen and (max-width: 763px) { #pRWTMnQKchuK33iRikz3i742ff7IoFg1 { top:2.25rem;left:23.875rem;width:11.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJOi0Zg37TbMk4piRvZ2ePqZA2Hog3lD { top:2.5rem;left:0rem;width:35.75rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtcSUg9JyH6B75bisvdnX4S6wUxgvF1y { display:block; }#QtcSUg9JyH6B75bisvdnX4S6wUxgvF1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMWTGsA1J7zJ6eHScoCpaR0ZayVHsTal { top:9.5625rem;left:0rem;width:23.9375rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzkqGytuUclCZPd9iOyzbzHp63fLxM7a { top:5.125rem;left:0rem;width:14.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMvbMraDuOKnNqffCWZJmEzo9AMn0M0O { top:13.6875rem;left:0rem;width:27.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #psmS8Ql1NzTomolo3gtcqaxKg7duVq6m { width:14.1875rem;height:2.625rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiTu0PSbEQgmH3H6UzzGBPa5edHHUsHU { display:block; }
 }@media only screen and (max-width: 763px) { #QtuPJJDWfZx8W71f043Ea7qnOv26Awvy { top:2.375rem;left:13.25rem;width:34.5rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzLvcvPbWoc5ripdcUgT3tPpDxtyOz5z { top:30.75rem;left:19.9375rem;width:27.8125rem;height:1rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oscfy5a6JcuNw16fiy7V2le8W33Eg5pd { display:block; }#oscfy5a6JcuNw16fiy7V2le8W33Eg5pd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oP9imarxCWlIu735sT2Vdtg5r3HhfRxm { top:1.4375rem;left:0rem;width:36.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibZaXCHWFz1W5CSsCxwamwMMLkRdrOL0 { top:2.9375rem;left:0rem;width:3.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtEMDpbOuXLWHDJmwlZLeG5t1aUCLks7 { top:7.4375rem;left:0rem;width:5.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWtZ67SLeubRch2Ax18Xw5ToBZZcFe8x { top:10.6875rem;left:0rem;width:11.9375rem;height:2.75rem;font-size:0.9375rem;display:block; }#QWtZ67SLeubRch2Ax18Xw5ToBZZcFe8x li:before{  }
 }@media only screen and (max-width: 763px) { #tD7bdrBEWaDwOskTQ6yLDyoMqbF2tdx0 { top:10.6875rem;left:6.25rem;width:17.625rem;height:2.75rem;font-size:0.9375rem;display:block; }#tD7bdrBEWaDwOskTQ6yLDyoMqbF2tdx0 li:before{  }
 }@media only screen and (max-width: 763px) { #HmZ43NNTfy9rziaOA2rvCwph9sIU9d22 { top:1.4375rem;left:11.3125rem;width:36.3125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEuZRdcGeltyyaix5NSAxmCXzfXoCwFS { top:10.75rem;left:23.875rem;width:11.9375rem;height:;font-size:0.9375rem;display:block; }#NEuZRdcGeltyyaix5NSAxmCXzfXoCwFS li:before{  }
 }@media only screen and (max-width: 763px) { #f0d1Fy1VRBzP1NnlteTadNa6coQRrzGB { top:10.75rem;left:30.125rem;width:17.625rem;height:;font-size:0.9375rem;display:block; }#f0d1Fy1VRBzP1NnlteTadNa6coQRrzGB li:before{  }
 }@media only screen and (max-width: 763px) { #DVCopgzuzQBAWT4aMEVZTFf8AM9QsF3c { top:7.4375rem;left:23.875rem;width:5.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf1nTaaGr7DUtDtiiEMNN4WaxoISoG2i { top:2.9375rem;left:23.875rem;width:3.8125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adDwIwbyi2nDQE18rny6tvUe2KQMlZua { display:block; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXgFJatGu9yMi62lSw1kKO0x86zTNrkl { top:4.75rem;left:0rem;width:29.0625rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZxvbGrK8sXF57OW54C5ZaDds4BOcwhJ { top:2rem;left:0rem;width:11.0625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzgS1TJ3TPgTlzxfTixbpVBuZFp1lT9E { top:7.875rem;left:0rem;width:27.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTVJn0JgvKsryigTKRZ8AL8XKJtPvpTc { width:14.3125rem;height:2.75rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBmknnRWmAFyOCCpaaXQqL3hWDEyaof1 { display:block; }
 }@media only screen and (max-width: 763px) { #GnoBUMLCx8oZQowFMHAThwPfeGi7T09A { display:block; }#GnoBUMLCx8oZQowFMHAThwPfeGi7T09A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLQVfnwNyBd51xx8U5rooClkNqvIPwfX { top:6.25rem;left:0rem;width:5.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #voOMoqoB0PxDWbBGCrVooG883z7MdEdD { top:9.4375rem;left:0rem;width:17.625rem;height:5.8125rem;font-size:0.9375rem;display:block; }#voOMoqoB0PxDWbBGCrVooG883z7MdEdD li:before{  }
 }@media only screen and (max-width: 763px) { #XQzhUzHDMm1qJDTJWV6bVWIEdKNOk16S { top:2.5625rem;left:0rem;width:2.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUgQapDvZEEwdlGRw18ZrJzPev4UKHEE { top:1.25rem;left:0rem;width:23.8125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlHCvyqdLelC7T94h0LP5q0MkwsprxIR { top:1.25rem;left:7.8125rem;width:23.8125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGBHGbwQzdHhhqZhsJoEEdTLSKzvczNr { top:9.4375rem;left:14.125rem;width:17.625rem;height:;font-size:0.9375rem;display:block; }#ZGBHGbwQzdHhhqZhsJoEEdTLSKzvczNr li:before{  }
 }@media only screen and (max-width: 763px) { #Vl6tQUTReXGKbhSGRMuMoUJ5BMcdwg7i { top:6.25rem;left:15.875rem;width:5.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW6POTqR89QfL6JJZdll6oPhvKtN5gKy { top:2.5625rem;left:15.875rem;width:2.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMzD5DbIflmmbpdr0cW8nOt2qEm3imN7 { top:1.25rem;left:23.6875rem;width:23.8125rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc98gLmqgoJcszgBvNoN0T5HhrA9gJ2m { top:9.4375rem;left:30rem;width:17.625rem;height:;font-size:0.9375rem;display:block; }#lc98gLmqgoJcszgBvNoN0T5HhrA9gJ2m li:before{  }
 }@media only screen and (max-width: 763px) { #kh2cwRJQBpsBLt540EqzdZhvrh052pEy { top:6.25rem;left:31.75rem;width:5.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvAp7NPnhdNrsrhaUONc6Of8mkLNSdQv { top:2.5625rem;left:31.75rem;width:2.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDhGTpNGPmpgMgPwpzbVJp0e0ooZh0Gf { display:block; }#HDhGTpNGPmpgMgPwpzbVJp0e0ooZh0Gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xcCH8kGtOTWx4tLpm3FcVSTQsdqseHnA { top:3.3125rem;left:0rem;width:32.1875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3uIVBDaMfaR9lwO7fhqw0WlONsul4LV { top:6.625rem;left:0rem;width:33.75rem;height:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu6VKPV53utiqTUGSioNiczn7Pob6daC { width:14.25rem;height:2.6875rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4INlxhl9kzgqITTVi5G870w4uFVvDwT { display:block; }
 }@media only screen and (max-width: 763px) { #NtbMiVX2dCah5Rs0q6pTC0Saw5kTT2uK { top:3.125rem;left:20.5625rem;width:27.0625rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #gACe8XOAPc0V7KkNaNMbXdPA33swfGeF { top:3.25rem;left:37.25rem;width:10.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMNIJw9CDEsaV4EWhR0we52mZBIGPKFR { top:15.0625rem;left:37.25rem;width:10.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQTGTtUbCpJysH8fXT9VKu2rPKRHhnGk { top:9.125rem;left:37.25rem;width:10.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp { display:block; }#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EvUCSSQMNZayvggeyRhBOQRVD0JZHdAg { top:1.0625rem;left:0rem;width:22.5625rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSNvuyGscTGu8lcWrtTa0vV0429fogTi { display:block; }#wSNvuyGscTGu8lcWrtTa0vV0429fogTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3GSHFDB1LOpTBs43dRWMSnNxBXTWBb8 { top:1.5625rem;left:45.5rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUneBR10LB5aM2DCJ2KhaaikKC5Ov3g1 { top:2.125rem;left:0rem;width:34.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8GmG51w2O2n99PBaZh2cNom2rm76LTD { top:2.125rem;left:0rem;width:1.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9GdTKvIp0I5qalcW63WonTvJCIT8STM { display:block; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KugO87BTcvPQyni9HOCh5TTThlwiM3tQ { top:1.1875rem;left:0rem;width:42.625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #netraQxsVValo0Wu5eUUOrAXOXo6Tb5g { display:block; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxsOk52mBVNtwrmDZnAqtmihstGEsIsr { top:1.5625rem;left:45.5rem;width:2.25rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJxTMZbhdc34x4V2nvDUy0v1eExX1y9N { top:2.125rem;left:0rem;width:34.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgUu1v3qfNPzFDws0ZW0wyQMv8su1K4f { top:2.125rem;left:0rem;width:1.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foRiu6h7f6RKg6QGruOhDvDwVnK94eva { display:block; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwGFvpuMem0l79wmDH0cSgex4A47c1f1 { top:1.1875rem;left:0rem;width:42.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ { display:block; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt { display:block; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9Mu5ClQegTNERmVqJTX57cdCdrRGexT { top:1.9375rem;left:0rem;width:9.75rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miS6JggG3NwrdnaihOTJs7tIJyWByGzG { top:6.875rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT { position:relative;z-index:auto;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;display:block; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { background-color: transparent; background-image: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container > .video-iframe-container { display: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container { display: none; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .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); }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { border-width: 0; border-radius: 0; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tt9PSw1nQssSZWQokQGwwR2JZq3FfqbT > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWLrLlAdqrTCIZXaCKaMed5hiT0e1mBX { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #vzibqX3G8mePiHLrMoBLNGCEO6oQzDiI { width:12.75rem;height:2.6875rem;top:1.4375rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vdq8QETKvi4Tt7WJnBrikrmTqK0nuynm { display:block; }
 }@media only screen and (max-width: 763px) { #WhLpD7apOLacCC8QrHKQZgGl9uZUClpK { width:8.4375rem;height:3.125rem;top:1.09375rem;left:5.7812502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcbJoVAJdfmcP59QH7iqwffwTQ0QymMf { width:8.3125rem;height:0;top:5.90625rem;left:6.65625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EyEZch69a3eH8gbOB05kwFzbeLBS3mJn { width:1rem;height:1rem;top:6rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 { display:block; }#Kd3Lq3ZB9peptInRPpVyP7duzT2Lg7L9 > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcaIbxyyohAy1JQLaDRaTi85IpiGm8Oh { display:flex;top:1.1875rem;left:18.0625rem;width:1.9375rem;height:1.9375rem;z-index:15000;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d3kJdSmyN4gnRfhcTNDU7cdSrADuqCBO { top:0.6875rem;left:0rem;width:20rem;height:;z-index:15001;font-size:1.6875rem;color:#0060ab;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D0s1GzR4GybTCZbtXT0D7CLAQwOE0DrC { top:10.6875rem;left:0rem;width:20rem;height:3.675rem;z-index:15002;font-size:0.875rem;line-height:1.4;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJPgog38PbvN5uhx9f6KRXQFZhWkl26b { top:24.6875rem;left:0rem;width:20rem;height:11.375rem;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62788b39-4a6a-47ea-a852-8ab1667b7a68/AdobeStock_167040743.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HJPgog38PbvN5uhx9f6KRXQFZhWkl26b.adaptive-delivery-prevent-bg, #HJPgog38PbvN5uhx9f6KRXQFZhWkl26b.lazyload, #HJPgog38PbvN5uhx9f6KRXQFZhWkl26b.lazyloading { background-image: none; }
#HJPgog38PbvN5uhx9f6KRXQFZhWkl26b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,96,171,0.09); } }@media only screen and (max-width: 763px) { #W22SI45UUFEzwMloyeidv8MbASB9hbGn { top:24.6875rem;left:10.5rem;width:9.5rem;height:11.4375rem;z-index:15004;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3c98015-ed8a-449a-bfd4-2fae9f7102b7/X.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#W22SI45UUFEzwMloyeidv8MbASB9hbGn.adaptive-delivery-prevent-bg, #W22SI45UUFEzwMloyeidv8MbASB9hbGn.lazyload, #W22SI45UUFEzwMloyeidv8MbASB9hbGn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VtMH9OX4lSmVwA6MgnB6U5vHc8bTVAKH { top:15.5625rem;left:0rem;width:20rem;height:7.975rem;z-index:15003;font-size:0.875rem;line-height:1.4;display:block; }#VtMH9OX4lSmVwA6MgnB6U5vHc8bTVAKH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VtMH9OX4lSmVwA6MgnB6U5vHc8bTVAKH li:before{  }
 }@media only screen and (max-width: 763px) { #iwtLk7Rh7eOeCSJfKOScqi4sz1DmLWqr { width:19.5rem;height:2.925rem;top:36.625rem;left:0.5rem;font-size:0.75rem;z-index:15005;color:#161616;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy { display:block; }#Wc3BTpgiy5FB61sCgXIk22MqNTNn2cXy > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RbrmMI48IgSESlktfMU6FN3vuhu3IkvC { width:20rem;height:2.5rem;top:1.0625rem;left:0rem;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kc45xMVUdrapD3JHlGtfR7xSdN3lmnak { width:4.5625rem;height:1.3125rem;top:4.25rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UQn5HHER1mgbzAs16fet4ieRKWUU6av5 { width:4.875rem;height:1.40625rem;top:5.5rem;left:4.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rmSiBKxa3uhrHWeQM1qcCKcKGynu4T5V { width:5.5rem;height:1.40625rem;top:9.4375rem;left:4.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZwlBMw4e9HQO9KEpWWNt1bf1blTURvNm { width:5.4375rem;height:1.3125rem;top:8.1875rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xHgGpebOcx7qJ7bhVkqseabgiLvquJBX { width:3.81214375rem;height:1.3125rem;top:8.1875rem;left:12.3125rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #lBmRkKkFSV7PfqREu4klNWn0RVxlHydS { width:5.875rem;height:2.8125rem;top:8.0625rem;left:12.25rem;font-size:0.9375rem;z-index:15011;text-align:left;text-align-last:left;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #W72V39CkFdmEhGnOCVwXzkWIAEysuQVv { width:5.375rem;height:1.40625rem;top:5.8125rem;left:12.0625rem;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #xplccIftqTZUk6fg8GNHDESW0vdrvF0z { width:5.3125rem;height:1.3125rem;top:4.25rem;left:12.0625rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ghyTTtGnhLg2oGB42BnKksDCrdp3kweX { width:20rem;height:1.40625rem;top:1.6086654663086rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd { background-color:#ffffff;background-image:none;display:block; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { background-color: transparent; background-image: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container > .video-iframe-container { display: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row > .video-iframe-container { display: none; }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .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); }#kvqXggTfTWSm8T4Jqez4oZLwcFLVTwDd > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CD37auUrxkINyR4LWAEi9fdTufLMcHo7 { width:20rem;height:0;top:1.5625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dh9JrSO0wGaSGLya1kV1peNS0ueVrstb { width:20rem;height:0;top:10.922875rem;left:0rem;font-size:0.9375rem;display:none; }#Dh9JrSO0wGaSGLya1kV1peNS0ueVrstb li:before{  }
 }@media only screen and (max-width: 763px) { #CM5I4L3eHR2tn1XzvZtxKrWpDJQNT3Jp { width:20rem;height:7.8125rem;top:0.7666015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P18qrN0ntNZZNghkCJ8FpXCw5wtJfF7O { width:15.875rem;height:3.575rem;top:2rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7mSXWdA7eULEUlatcL4PEcuMnQR9kT8 { display:flex;width:1.5rem;height:1.5rem;top:2rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #TlN3zy2X5rGiPGHIrmCLrpIfFXogvuGI { width:15.875rem;height:1.1375rem;top:6.1259765625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-text {padding-top: 0; padding-bottom: 0;}#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-select {padding-top: 0; padding-bottom: 0;}#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx  { width:17.5rem;height:auto;top:8.5791015625rem;left:0rem; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx {display:block;}#vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx { width:17.5rem;height:auto;top:8.5791015625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #ZBef61PlKaJVmhty7fDaT9pl2mXFXK3a {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #rpvUimHBf2EzwLrqfmCWwTLO92pEIImS { display:none; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #l8Jy5g2b0myOMiLUs1EA1v1e3Bny9a5R {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #hrOPnqXvpmXKgh1Q8UWc5wIuXtdeNfNp {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #ABrZ6sXfK2NVqBuexUgUOHROiLrKKvBL { display:none; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #TcD1aATlKJ0XTiVQLq6eXbLGD3cPW7VA {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #TDVPffV9turNF32pD5sThXs2UnZaNw2N {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #obvDNaJlMFKLiz7tQG8FwdzFuSGUnmx0 { display:none; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #CcEfhFaQpNFTxxorteMB5GKdIv5MVKgI {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #ItQ4Rr7skU5GnpnaTxdlPOqzcdAiXGr6 {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #ZHnvx0UEBZGs8k4vRToa6HnRP6m0gSDG { display:none; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #aCFbXuOrgHOU17gGhBftlDD7Pi3NgKzH {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #tTgxOikOmahu0zxaC3G1CuENTP8bQNqn {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #Zb4CTfSdWOGVTTTxxdswJJWDR4NXo0S8 { display:none; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #A6XLguW5cgJIn0LxAHkLV5W0lcULHaoe {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #rHmVZMfeWvvE3S6boQpoqLzfarmdqvwE {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #I31PavLnpawefCDI24RCzcWxGOiUVvlT { display:none; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #TFq60xySL6TWabRyvzHvHwFkOgU25cVP {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #lXEnu6v4ua1JOgoLZTcpMRr8LTztp8T0 {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #Up0TpkHipAOaH35Icbny7d0l2wwzqZZc { display:none; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #XVxdpy2yne1fDmKzJJNTwEoq4UTd8ioN {  }
 }@media only screen and (max-width: 763px) { #I6OxZ7Vdl3b3J8pa69SMPIdHSRcer2Bf { display:block; }
 }@media only screen and (max-width: 763px) { #PNI6XwxhycvbsGJbNJEhF3PKq6BxJ5Nk { display:block; }
 }@media only screen and (max-width: 763px) { #HutIV5Rk0i6RmTO4q4B7F7MuiqoVq2vS { display:block; }
 }@media only screen and (max-width: 763px) { #LwCPFlGoQRgOorEaZfM2tMRcTgSk8PTx { display:block; }
 }@media only screen and (max-width: 763px) { #oRNJwNuSU2J7ESrIzwRuF4ltQkf0hxwt { display:block; }
 }@media only screen and (max-width: 763px) { #xM0ozqTIsnQ0rqB3m0RBK8oUFMNhfp4T { display:block; }
 }@media only screen and (max-width: 763px) { #Ps2LF8aSFsmn358CJy5mHgUEVtK6Bof1 { display:block; }
 }@media only screen and (max-width: 763px) { #u5UIbiMxQPE8sd6oZgzHxw4fanbefzN3 { display:block; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #QGy6LfnHGoLpZXrAsWpA7nPPV3NpBUb8 {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #qG8BAiuuXDkaOgZdaJRXKyiD0TBzL5b8 {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #vhzxE6EaR0X6EtuTzltwqleZG99swyCM {  }
 }@media only screen and (max-width: 763px) { #bbBnpmHeZKsp9cdTJmzwhu3s0cQ169rw { display:block; }
 }@media only screen and (max-width: 763px) { #TzGhhx314Rpf2VdaW8cMUe95yzkTJfV0 { display:block; }
 }@media only screen and (max-width: 763px) { #SS9Ob9VnB5QRyrCTMlpTgmFL407W7U2T { display:block; }
 }@media only screen and (max-width: 763px) { #BbLGvAcHkL915mmQBMIC1v2MCtTHqiNq { display:block; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #e5VI8VbfmXb4xQKTNW22mf2cnv6PvrET {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #nE7B64J0ppR1QozTgqx8OPHyx5NDQn53 {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #UysMtH6eHh36QVX9Z9UCe0sguQ8gmFfV {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #WGCATCX6TaWtkXDJSo7r8SqGOzMZPgkU {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #XDxmF2XO88mvT925UNlOwJxieWna1Jua {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #KHlkQUx5HMzoAF6kP6qtMCKcTefckU28 {  }
 }@media only screen and (max-width: 763px) { #eTV2v12RtBQqSep5PFSvQSzxK3p9TF5E { display:block; }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #bQPcws9k0CCgLav49TIDHloDTEBb866B {  }
 }@media only screen and (max-width: 763px) { #vhyhceozlEwpLW2Lfnu2TfTcN2rTOpRx #Z40zIIC2TP3OGvPwmUipmTuZst2TQ4Jb {  }
 }@media only screen and (max-width: 763px) { #s5BU6E8vHqVURe2Va1PC6NXz3VZXdr7e { display:flex;width:1.5rem;height:1.5rem;top:2rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUF2J5d88cLLBBPlbOHX9u7w0nRcrZrh { width:20rem;height:0;top:48.982208251953rem;left:0rem;font-size:1rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #RLUs10U6gPPON6fT2T7ynfPfZ8Py4Fw2 { width:20rem;height:0;top:0.76527023315431rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n9yasEDOZq9gWtakZ6rHL24v9iGvJS35 { width:13.375rem;height:1.54375rem;top:49.269533538818rem;left:3.28125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cv1ofcJ9fnxdFzgPNUHce43ViIrWbCSw { width:14.1875rem;height:2.25rem;top:48.916407012939rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl { display:none; }#Hs9eGrWKziNAlhQPwaLGCkXzVi3Bz0Rl > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uAfbnNitFkirfg5QtFz3oDsl6zLzAOkQ { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJlgtu3SRyJ8ZTDNIJAmkfqA1r6b6zQq { width:4.5625rem;height:1.3125rem;top:6.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDNNLTATWQOkExklSrCkUbDOltivWb3S { width:4.5625rem;height:1.40625rem;top:8.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #noc18Ds2DQFplzT3TSNERy90gIVcM5bW { width:8.1875rem;height:1.40625rem;top:8.25rem;left:10rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbDGxwODkQCTJVW5ahWz9akCvgX5lk4F { width:7.25rem;height:1.3125rem;top:6.75rem;left:10rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGFyIH649cp5U36D9eRzBtPXGuIWE0V2 { width:3.75rem;height:0;top:17.4375rem;left:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXVkNOmfTF1dP76D7N98HxIaQlM1x9xF { width:3.8125rem;height:1.3125rem;top:15.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9nAxsBxDfDUhO34LTpTOnp8vq1bk3rS { width:18.75rem;height:2.8125rem;top:1.84375rem;left:1.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBSiksJAQGR54Fh2bgltv7CD2Hk5TK6E { width:9.4375rem;height:0;top:21.0625rem;left:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9sGx9bMm4e8KgO7TX9Vn69puVBWTgt5 { width:8.625rem;height:0;top:18.5rem;left:5.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JABVkT6vm3cdA466hwrZdq95hPpUCfsa { display:block; }#JABVkT6vm3cdA466hwrZdq95hPpUCfsa > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AAlbkiN7K8utFyQp2a4F0dVOaHc9Zso1 { width:15.75rem;height:1.7875rem;top:0.66796875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkN3XhzAeTXLNGnn0RMy0685uCIo204y { background-color:#f5f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container { border-width: 0; border-radius: 0; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TkN3XhzAeTXLNGnn0RMy0685uCIo204y > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e596JvmBgZHzV0BPosn41CCzw9sBPmvr { display:flex;top:0.375rem;left:18rem;width:1.9375rem;height:1.9375rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #oFCTB8f7WkWOQw5bLNrvyt0GGCWeF8aT { top:0.875rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15022;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #y23UNZIlycTOZxH62LcJvpTz49VbXktW { top:4.7744140625rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15023;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #HhIx40bv6FCXQcWuSzBavSm8KqD2u2xu { top:7.2744140625rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15024;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #B9uFcxknI2Cq8duAxRkn0Ga79XPhymnB { top:9.7744140625rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15025;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #pP5RuVTBwodRgIwo8pSxqPVtTLMVddn1 { top:12.2744140625rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15026;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #gR3IQhelSRwqLR3waWLCVuLJ1xA5mrkq { top:14.7744140625rem;left:0.75rem;width:12.5rem;height:0.974825rem;z-index:15027;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #cIybWMThpS6uiwsHqlFkQzBR3BGJHbGT { top:3.125rem;left:0rem;width:20rem;height:0.0625rem;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #F5R6Jpo1Phwo3P4GoS68PApT3a176ufT { top:17.125rem;left:0.6875rem;width:12.5rem;height:0.974825rem;z-index:15028;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #Vbzum8qt9hDN2RmsTmM7LOOudMDgWkrz { top:19.625rem;left:0.6875rem;width:12.5rem;height:0.974825rem;z-index:15029;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #K9yWw0tsBbvXXqfVzPUOVVpSa8w02FyH { top:22.125rem;left:0.6875rem;width:12.5rem;height:0.974825rem;z-index:15030;font-size:0.75rem;font-weight:700;font-style:normal;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #CWhAweDHNyixTvuH6ryfp56rlM0HWACi { display:block; }#CWhAweDHNyixTvuH6ryfp56rlM0HWACi > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K401MCRdOlOMyfUhwka7uy1dkryruGAT { width:7.5625rem;height:2.35625rem;top:2rem;left:3.7499998211861rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #K5WRtpm63CHVdmNh7xnsc9WDOZLlan6S { width:9.375rem;height:1.21875rem;top:4.9375rem;left:3.7499998211861rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #pFHxaVPTfoe0R6Q9iAZDw8uskkou7Hpd { width:18.8125rem;height:0;top:8.10546875rem;left:0.59375rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #shfVktChy23h3GLrgdVM6iH97Nl5KXyv { top:1.5625rem;left:1.2491319775581rem;width:17.4375rem;height:5.375rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIxF0hkfGcBFV3rBLeka9Jsz8bI2JP2t { top:7.8125rem;left:1.2491319775581rem;width:17.4375rem;height:5.375rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTSqxQcfspKy5JKqWWVkSzNzyItxozTw { top:14.0625rem;left:1.2491319775581rem;width:17.4375rem;height:5.375rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtUEv2TgcqLX96yZAMC8hnp3tslafJwe { width:18.75rem;height:auto;top:7.9375rem;left:0.625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #i9ROO9tOhlo1scX7Vxcnrs9c35bLRxEJ { width:12.375rem;height:1.21875rem;top:11.4375rem;left:3.8124998211861rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Xq3liM2zI84G9fsZTpM7Mw25kGNllJM3 { width:11.375rem;height:2.35625rem;top:8.4375rem;left:3.7499998211861rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #wzunzABZrSsDySeoZf686OoJCFrU4KmB { width:18.75rem;height:auto;top:7.9375rem;left:0.625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #TRO8rHI3FrDEE0Q78XVpXKylzZExbr1t { width:11.6875rem;height:1.21875rem;top:17.6796875rem;left:3.7499998211861rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #FqAyikLeuteaPqpfLLcxJvTgQIsWCxpt { width:9.125rem;height:2.35625rem;top:14.573783874512rem;left:3.7499998211861rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 { display:none; }#tguuCVRrT6bCXMl31XUZWmSrAdwnmA83 > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DFW0UlUxuxXV2TDSZJh7TgtmuUHylp01 { width:7.5625rem;height:2.3559rem;top:2.875rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #K9x1M6MkwlTNXtST3J0cbNOfpDkplD4P { width:9.375rem;height:1.21875rem;top:6.1875rem;left:3.75rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #FznWKLTtfLUxmV6E7u6ZboT2apTsTrH3 { width:18.8125rem;height:0;top:8.10546875rem;left:0.59375rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #nHUl6phRzpb0ugpN5xiJ2nha6rRRn30A { top:1.5rem;left:1.25rem;width:17.4375rem;height:7.4375rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8hBW4ySgmUQUwFztrieOzEqlRufaxUw { top:10.25rem;left:1.25rem;width:17.4375rem;height:7.4375rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIX5xnPBiiw8Gonn1T2zvWtbmDd2ABSy { top:19rem;left:1.25rem;width:17.4375rem;height:7.4375rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEFRIkeEToGzZ1TkFqEc7DgU93gnWnwp { width:18.8125rem;height:auto;top:7.5625rem;left:0.5625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #SWPzw5UeCVamCm59geKv6yqDnMzpfs63 { width:12.375rem;height:1.21875rem;top:15rem;left:3.8125rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #XzRB8K8XkM1SKSi77GxmsGeAwdHceNeU { width:11.375rem;height:2.3559rem;top:11.625rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #rbKpyMVATVZOvdx4Kfxx9c6fL320sM5q { width:18.8125rem;height:auto;top:7.5625rem;left:0.5625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #Pl2Gs82E1zngBI3v7Ha4E03s5kpMFkMq { width:11.6875rem;height:1.21875rem;top:23.8671875rem;left:3.75rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Sh5U8w2kdwGPncWIdImTtOHXcaHwrGuA { width:9.125rem;height:2.3559rem;top:20.38671875rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #IBaJqQqDCZo4BeEhhS2isBB40da70ZWA { display:none; }#IBaJqQqDCZo4BeEhhS2isBB40da70ZWA > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wtwJVNmbTRm0waZUq5PP7OT8GciFWwgk { width:7.5625rem;height:2.3559rem;top:2.875rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #pF7VnroUUi6ddNNh1Fli3Z9VKIB9CdET { width:9.375rem;height:1.21875rem;top:6.1875rem;left:3.75rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #klSkvc9KTSTvCgsb1TAntWK2W6n9FL2l { width:18.8125rem;height:0;top:8.10546875rem;left:0.59375rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #a4wuXmkeBUhxWDpZkxfOFwNyys0uIQHB { top:1.5rem;left:1.25rem;width:17.4375rem;height:7.4375rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJilDXydGS30DDS5LMO7TKGwgMrKphWM { top:10.25rem;left:1.25rem;width:17.4375rem;height:7.4375rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2tzxxMoQDk8IiwOack8vTeQb5uWsnRh { top:19rem;left:1.25rem;width:17.4375rem;height:7.4375rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uERPwNK7TIgGuisFC4GpEpdBLKVqpooG { width:18.8125rem;height:auto;top:7.5625rem;left:0.5625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #gsuvawdORRFTx099sqFQTWTPs6MUarSx { width:12.375rem;height:1.21875rem;top:15rem;left:3.8125rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #X8LaoSeiwwLIemW05r8UDtZozSVuHTw9 { width:11.375rem;height:2.3559rem;top:11.625rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #sGIsW3dpmrbf3qTC8lqZfOZD6pVVkoPL { width:18.8125rem;height:auto;top:7.5625rem;left:0.5625rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #mMOG8tFfXxBTuHAfLDluJyTdd0x8tdeh { width:11.6875rem;height:1.21875rem;top:23.8671875rem;left:3.75rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #KlPtdT38lnT3QnDi3qyB90SPL95GwnHn { width:9.125rem;height:2.3559rem;top:20.38671875rem;left:3.75rem;font-size:1.8125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 { display:block; }#KvMZgkwp5JqnX8p6QXtH9eLH070eXfQ3 > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGV0rkyN6gZQm6szT6JtsEtAk8DrMSQX { width:20rem;height:7.3125rem;top:0.875rem;left:0rem;font-size:1.625rem;line-height:1.5;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZW04koaPXDFFIz3AaB0q4wSIFlPEtaa { width:20rem;height:7.875rem;top:9.0625rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2H7TmTD6q8FtiN7OXiMVFtLiQNEOphK { width:12.5869375rem;height:2.5244125rem;top:18.0380859375rem;left:3.7060546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH3RRR4sbFkuLk3GbbxchL94trE39IHg { display:block; }
 }@media only screen and (max-width: 763px) { #UlQz5ZTVyA35enzGia8E2V1IU2ZDqwhE { width:20rem;height:5.25rem;top:25.3125rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sEW4vmkI040fA9Xi1yumkLBHilAmPSA4 { width:15.375rem;height:1.40625rem;top:23.5625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zI0PJ1sTBMCQ73vRlndZnfNp88vb72Vr { width:20rem;height:2.625rem;top:36.1875rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rUMv0LdfDArQR6LMP9VAlKSWCE4Xiszo { width:15.375rem;height:1.40625rem;top:34.375rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NTOCxiy2sSOaISFTTxDlagRq1KJXpPb9 { width:20rem;height:2.625rem;top:45.25rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #w7ADKxTQ03ziuQ4rTJILZGdpz5vVJ1wP { width:20rem;height:5.25rem;top:53.8125rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xtrli2zMl0LIUCASQcGkKnd9ttV9gf32 { width:18.0625rem;height:1.40625rem;top:43.125rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TbJbewzUuKBnC9HF7IRouUCFRaMHr0tN { width:15.375rem;height:1.40625rem;top:52.0625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vAJ4ET0elqokISWTOF4mnToDFz8NL0er { width:2.8125rem;height:2.8125rem;top:20.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9IBRXVhnZQWQA4DtOWTDu4ulMr6aRO4 { width:2.5rem;height:2.5rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il4unPci2StmzOC10xNRRG1F9DtGQSFs { width:2.8125rem;height:2.8125rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7wM1nyHCgvTiZFNVbWpdHRU2ZNa4PQ9 { width:2.625rem;height:2.625rem;top:49.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQrByxU0OkMpvSvBknq0wOfAEn56uvkr { display:none; }#cQrByxU0OkMpvSvBknq0wOfAEn56uvkr > .row .container { width:20rem;height:62.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #edhuEOdeb5pKLtL1Hiowlra1gdsXAC9z { width:20rem;height:4.875rem;top:1.5625rem;left:0rem;font-size:1.625rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #C5DodpSSb5i8Pd8BmRBMvZpJEdngLFTU { width:19.375rem;height:11.8125rem;top:7.5625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #on804I6wUdNVfuFdV1HgT2xih972HoQh { width:12.8125rem;height:2.75rem;top:14.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3FbdSbOu7WNCcDpRi0QCIMfbPzaRKMJ { display:block; }
 }@media only screen and (max-width: 763px) { #sATwQtAoScstD7VGvyk1Lqp33h66WIy6 { width:20rem;height:2.625rem;top:24.6875rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Befp6BhvpWZiDRRkzEeuLSxgt6xT8XS8 { width:15.375rem;height:1.40625rem;top:22.9375rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ed3VoxJlqhgfaTJWmz1qisz1hO6MGcLy { width:20rem;height:2.625rem;top:35.25rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aakmBVFh8z2tqSppZWSE49EHI0MT2usz { width:15.375rem;height:1.40625rem;top:33.40625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hZ9wcMkU64PsfBSRfVVpZkmqU6ruS9z6 { width:20rem;height:2.625rem;top:45.3125rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZlifGq6ipIeckTpKQGP9r1osIrg3xdLD { width:20rem;height:2.625rem;top:55.6875rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bcztTBkM6yw5BbxedTI8hvfzIMGfhhea { width:15.375rem;height:1.40625rem;top:43.53125rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M2uMuoqTz6dvNdfomtsLsz10M0qptCbk { width:15.375rem;height:1.40625rem;top:53.90625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lBqJbkRnhRc3wqQu6udp9fD5E5G0iv6M { width:2.8125rem;height:2.8125rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxq5yKRCzWpINI3XEnE9gS1AEAOHrQN6 { width:2.5rem;height:2.5rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT23HB01mu0wAhNhy5lJkIzS1N2afuCU { width:2.8125rem;height:2.8125rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyKQDrQCgcTxHxGusEJw1iGB494eGno9 { width:2.625rem;height:2.625rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5TfX1e0pF4cfTmyNLRMJeMBVts78O6q { display:block; }#K5TfX1e0pF4cfTmyNLRMJeMBVts78O6q > .row .container { width:20rem;height:90.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4fucfTzE15Fa71rNSclT7heRqpt4aek { width:20rem;height:23.5rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyWZrGtLwXKuoA2wuWihzbAc3PCUxcl3 { width:20rem;height:2.6rem;top:17.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KG11QTJXWUHlZTlKtqkTzWxbDJVJN82p { width:12.138888875rem;height:2.388888875rem;top:27.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABVyAUmPJiwAnzad3aufG0Lh5wzqnVvS { display:block; }
 }@media only screen and (max-width: 763px) { #hpPW5zSqehPBZ1oucGTdiNhtaTDafD7I { width:20rem;height:9.6244375rem;top:7.75rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hkWE93DERAUDHTdDXH8QTJTd3UWMLeTp { width:20rem;height:10.1875rem;top:32.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TZ4o7f7aVRc8TdogyGUw35n8T9wRiQwy { width:20rem;height:9rem;top:61.9375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eJyBcsqXkqJBnGJAUO9qCNKyofZa179n { width:12.138888875rem;height:2.388888875rem;top:74.368045806887rem;left:3.8749998211861rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #oDrzGG26cObbFUEoFiA3Urp1CbbAHod5 { display:block; }
 }@media only screen and (max-width: 763px) { #wQ2h2n7XLQFluoTVclwEUfVn5Nd9ZAGs { width:6.25rem;height:0;top:72.562499046325rem;left:6.8749998211863rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #X3dOIekxVK256DpHJy59Rnd6u5V1NQlW { width:6.25rem;height:0;top:72.562499046325rem;left:13.750000298023rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #sNKh0uUfqfIHEyJxMwgpvxvmgXgn0E3l { width:6.25rem;height:0;top:71.437499046325rem;left:6.8749998211863rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #QXHnMLKa81LeChpFRcNuR2SXZw52TyUB { width:6.25rem;height:0;top:71.312499046325rem;left:13.750000298023rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15032;display:none; }
 }@media only screen and (max-width: 763px) { #zJbAvlBFJB2Ui7yIhEH3oBzi1MbrLt5V { width:6.25rem;height:0;top:71.437499046325rem;left:1.1249999403954rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #NgAshpIvTVFXcGfO1CsT9Bsl6zsLh5ob { width:6.25rem;height:0;top:72.562499046325rem;left:1.1249999403954rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #OJIEPJlWwtJo3O0MdEtReHLvzJvEnopb { width:12.25rem;height:2.5rem;top:98.187499046325rem;left:4.4374998211861rem;z-index:15048;display:none; }
 }@media only screen and (max-width: 763px) { #WyGXc5ibKM9K15y5Wc7mIb2cViqxJuOG { display:block; }
 }@media only screen and (max-width: 763px) { #BbCFqwbzGZ3DkSpwsEGMeGTNPGOEw2TT { width:6.25rem;height:0;top:96.499999046325rem;left:7.9375002980231rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #dyXsvbEv2u0wnTCvd0dnBfo9N6lOWWI5 { width:6.25rem;height:0;top:96.499999046325rem;left:13.750000298023rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #WJS3GpgFDgGaR6W8qCQHmxyVwkTXJbdJ { width:6.25rem;height:0;top:95.249999046325rem;left:7.9375002980231rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #u6uDPTziLLVJpAXdq3fKvHdfaVHpbanL { width:6.25rem;height:0;top:95.187499046325rem;left:13.750000298023rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #ZPX4G0NngFK4V5ATMCDcsIURpWU7QKMk { width:6.25rem;height:0;top:95.187499046325rem;left:1.1249999403954rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #fVRuT3AbWpPzUMDVo5lyBw4HHT0lUEyh { width:6.25rem;height:0;top:96.437499046325rem;left:1.1249999403954rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #eFD2UbOEqVEWU3S5Qu0P5CJ3tF34NUdZ { width:19.0625rem;height:1.05625rem;top:21.4375rem;left:0.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #puHznyeJWD0yTS8fVbwqFecT3BoowP4v { width:20rem;height:5.3625rem;top:0.75550460815431rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TwehQs5BDvxPTTx0kl5cTpqLXSnnuena { width:20rem;height:27.25rem;top:32.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ct4PcwkiAgJm87lTOlQ1qBmQ6Z38dgeb { width:12.125rem;height:2.375rem;top:56.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfRnLTCgfTa7pouOxu2KmwltrRg3HTr8 { display:block; }
 }@media only screen and (max-width: 763px) { #PMANlGXRmsod5iUHNiWB1seBbHGXawL1 { width:20rem;height:1.05625rem;top:48.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ABq2NIIJKAxTsVzCVyiza3m0DqnJtudV { width:20rem;height:2.925rem;top:44.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V2mGPd1BvJHdEhJJIgqxAbJm9HSxgbOr { width:20rem;height:27.25rem;top:61.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXo1JUUnN1ANmrAiBAlLm6aDgcNqAT03 { width:12.013888875rem;height:2.263888875rem;top:85.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rnigvr1OneVCaiNa4yLJ0rfb48KZurPe { display:block; }
 }@media only screen and (max-width: 763px) { #hZlcuwL5Hm99idvirnTJP4oKqCcJkWZM { width:20rem;height:1.05625rem;top:77.4375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tT8PrP2xJhpdlvEEoqi83zGMnrbc9OoZ { width:20rem;height:2.925rem;top:72.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyheDS6cpEQC3MbfyWG08KZ9l4PqFLyk { width:20rem;height:4.875rem;top:79.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIO08iazzaW1KZ6h2HVcXZT9yTiLZIfH { width:19.6875rem;height:3.65625rem;top:23.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vn7wik1JB9ZAczffLHdE5Fx3733PJ2Rx { width:19.6875rem;height:4.875rem;top:50.75rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GdMHMH1usWgdcJIDnxz6WNoNWLTsbZ2T { width:20rem;height:27.25rem;top:118.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lKuQuEt9yyD40342FXPJempTAVbbHQnO { width:12.125rem;height:2.375rem;top:141.6875rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l52EIM5GadFlxRCu4MlrNuUFqfkfGkId { display:block; }
 }@media only screen and (max-width: 763px) { #nq6bRcnNMN6KE2T2B8t49TzfUwr1ALvE { width:19.8125rem;height:3.65625rem;top:136.9375rem;left:0.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #w00unQXAL54vZbUT4rbRF5PUXRxUxmcO { width:20rem;height:1.05555625rem;top:135.3125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lCq6e62kBTVpTaIZgoCLqMdZwgJbwAel { width:20rem;height:2.9236125rem;top:131.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oAPsWdeZTVeHxnmaMIshc15LpWpanQ3C { width:20rem;height:12.705011960741rem;top:118.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDKb0MPkTR65qQEStKvDRhTPKUcK0rGk { display:none; }#GDKb0MPkTR65qQEStKvDRhTPKUcK0rGk > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NmG4EciRc6zeWqMxa3AOuL1E5TQk3sLn { width:5.6875rem;height:0;top:-0.9375rem;left:5.6875rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #xaki8DJ9sFSlITmO3RBozpUKyEuWlk83 { width:5.6875rem;height:0;top:-0.9375rem;left:14.3125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #MVC0xqFLf9O9TdrhC8MfgpNvtTBmVyEw { width:5.6875rem;height:0;top:-0.9375rem;left:14.3125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #VJgDD58qCGsp7nMV3Nc9AH16Rr7puzFp { width:5.6875rem;height:0;top:-0.9375rem;left:14.3125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #Am5UaTONuiT8VcFXaP8p5UN427EkT1EU { width:11.3125rem;height:1.40625rem;top:-0.9375rem;left:8.6875rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #oC49S8Sznr6MBT8ck0vSb5lQPEBUdiop { width:3.875rem;height:0;top:-0.9375rem;left:16.125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #xLE2W6o7ov4Or5Py9E2sZq9RAe72A4f0 { width:5rem;height:auto;top:2.0625rem;left:7.5rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #R6kdHznlpeVOSFyIPUt6cWST3M2tCkIq { width:6.375rem;height:auto;top:2.0625rem;left:6.8125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #kToJaSG44xQU54I8ZbrKLPtGh173zWPl { display:block; }#kToJaSG44xQU54I8ZbrKLPtGh173zWPl > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTBQs8oxsTpaiCbScwrIKB06o9XS0ZZT { width:20rem;height:3.575rem;top:1.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iyi08XAw4VRvdPvBg9AhosFT3GWgBIVf { width:9.375rem;height:4.0625rem;top:13rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcZIpBbZO63IZE9bqogHDUVFHe2NqNnX { width:9.375rem;height:4.0625rem;top:13rem;left:10.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI2x2A4d4l4g11B0QdCKrkdpamJlpqg2 { width:9.375rem;height:4.0625rem;top:17.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDwlff1eeEuREUsLZLeAFpaRQ8G2lNWD { width:9.375rem;height:4.0625rem;top:17.75rem;left:10.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlkhwRVsfbVrlMxmtuackayIagr6VX6X { width:9.375rem;height:4.0625rem;top:22.5rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1DI3oTRoywv5Gy31FHyr8TMaz4sKrCe { width:9.375rem;height:4.0625rem;top:22.5rem;left:10.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psIddeUtP7XsUIk3W2QpHcxQSvUrPJoM { width:9.375rem;height:4.0625rem;top:27.25rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tutcKTxaRo8ohQp34Kioz6Ov6AH5PEov { width:9.375rem;height:4.0625rem;top:27.25rem;left:10.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlDK7NlZqzqQIJDBo4a4kmQad6DkHbbO { width:9.375rem;height:4.0625rem;top:31.9375rem;left:5.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRtmSI2NpgEO00GTcTQArN7KgDhxQ3rA { width:20rem;height:5.625rem;top:5.9375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #BT9MyNczxrwD6UJtbwT35UOa40Q2KEG8 { width:6.5625rem;height:2.25rem;top:13.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmbpvFJByQgHEAvDvhqazWbfiDOaN3As { width:8.875rem;height:1.75rem;top:14.3125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx8hNSmRzliyktEGnz0zgzuSWih2662g { width:9.4375rem;height:4.875rem;top:17.624288797379rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGVkcVTSHCmNtJErWKAk25f5FVZAoTXO { width:8.5625rem;height:2.375rem;top:18.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5q0nlT2a8t5GxwHozXiilkDZ2ixAOiZ { width:7.9368125rem;height:3.8742875rem;top:22.593216180801rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4zpiL8KizI4gSbOFHTnG64p8nkgQPwk { width:9rem;height:2.5rem;top:23.25rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyZD3CxPRJtneGUoPkdHvTTh3WyALerl { width:8.375rem;height:3.0625rem;top:27.75rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXRRQ4Tp17WfqErQPREACaiUBxJq2uy0 { width:7.9375rem;height:2.8125rem;top:27.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxoGe8r7ebH5glX0RG52QcSF02whsxl8 { width:9.0625rem;height:3.3125rem;top:32.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVlAb9vEiap392eKTJDZUHWOW11a2RAV { background-color:#0060ab;background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV.adaptive-delivery-prevent-bg, #fVlAb9vEiap392eKTJDZUHWOW11a2RAV.lazyload, #fVlAb9vEiap392eKTJDZUHWOW11a2RAV.lazyloading { background-image: none; }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .row .container { background-color: transparent; background-image: none; }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .row .container > .video-iframe-container { display: none; }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .row > .video-iframe-container { display: none; }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .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); }#fVlAb9vEiap392eKTJDZUHWOW11a2RAV > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPFE18LZqxXgblb98IvTWR8tksb3mAzU { width:20rem;height:12.5125rem;top:4.8216133117676rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMUEPkUwSemPT5dAAWTKn8ybfvx1e84W { top:0rem;left:0rem;width:12rem;height:2.1875rem;z-index:15009;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f1102877-a877-49ee-897b-7c8480f0b23e/pattern1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#IMUEPkUwSemPT5dAAWTKn8ybfvx1e84W.adaptive-delivery-prevent-bg, #IMUEPkUwSemPT5dAAWTKn8ybfvx1e84W.lazyload, #IMUEPkUwSemPT5dAAWTKn8ybfvx1e84W.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HDO3zMzz9fCCXnosqEaXbwwkPbVSZ9Gs { top:20.25rem;left:7.6875rem;width:12.3125rem;height:2.375rem;z-index:15010;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba91a520-85e3-4fe0-9394-0ab9449dc394/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#HDO3zMzz9fCCXnosqEaXbwwkPbVSZ9Gs.adaptive-delivery-prevent-bg, #HDO3zMzz9fCCXnosqEaXbwwkPbVSZ9Gs.lazyload, #HDO3zMzz9fCCXnosqEaXbwwkPbVSZ9Gs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zkbIhA6esed7idDZPQZkIays1Q817RXe { display:block; }#zkbIhA6esed7idDZPQZkIays1Q817RXe > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7b8wphe0D2v0GXnlBfcwIom9sRuAEt0 { width:20rem;height:5.3625rem;top:13.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtF5LTpA833OtVTyA8dwbve3f2NQX5Zk { width:20rem;height:2.8125rem;top:20.5rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #DgW7rCNla3cuPam0tQlqXuKxTk2nDqo8 { width:19.9rem;height:2.65rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtFpChbQNfLpEcCopznkh9eF2GNxaWtE { display:block; }
 }@media only screen and (max-width: 763px) { #I2S4zAg2HMf6IEKaLfN3KuiLdIgEkdqE { width:20rem;height:18.625rem;top:24.4375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }#I2S4zAg2HMf6IEKaLfN3KuiLdIgEkdqE li:before{  }
 }@media only screen and (max-width: 763px) { #pRWTMnQKchuK33iRikz3i742ff7IoFg1 { width:9.25rem;height:1.31303125rem;top:0.9375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #ZJOi0Zg37TbMk4piRvZ2ePqZA2Hog3lD { width:19rem;height:9.9375rem;top:3.375rem;left:0.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bd5b34ef-8b4a-4b00-861d-bb230ed2356b/AdobeStock_593288825.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block; }#ZJOi0Zg37TbMk4piRvZ2ePqZA2Hog3lD.adaptive-delivery-prevent-bg, #ZJOi0Zg37TbMk4piRvZ2ePqZA2Hog3lD.lazyload, #ZJOi0Zg37TbMk4piRvZ2ePqZA2Hog3lD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QtcSUg9JyH6B75bisvdnX4S6wUxgvF1y { display:none; }#QtcSUg9JyH6B75bisvdnX4S6wUxgvF1y > .row .container { width:20rem;height:39.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tMWTGsA1J7zJ6eHScoCpaR0ZayVHsTal { width:20rem;height:1.7875rem;top:3.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzkqGytuUclCZPd9iOyzbzHp63fLxM7a { width:9.25rem;height:1.3125rem;top:1.375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #gMvbMraDuOKnNqffCWZJmEzo9AMn0M0O { width:20rem;height:7.03125rem;top:6.625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #psmS8Ql1NzTomolo3gtcqaxKg7duVq6m { width:20rem;height:2.75rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiTu0PSbEQgmH3H6UzzGBPa5edHHUsHU { display:block; }
 }@media only screen and (max-width: 763px) { #QtuPJJDWfZx8W71f043Ea7qnOv26Awvy { width:20rem;height:16rem;top:15.0400390625rem;left:0rem;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/ba870b68-3473-4a66-bf60-65b18a552a20/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#QtuPJJDWfZx8W71f043Ea7qnOv26Awvy.adaptive-delivery-prevent-bg, #QtuPJJDWfZx8W71f043Ea7qnOv26Awvy.lazyload, #QtuPJJDWfZx8W71f043Ea7qnOv26Awvy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qzLvcvPbWoc5ripdcUgT3tPpDxtyOz5z { width:20rem;height:2.0625rem;top:32.1875rem;left:0rem;font-size:0.6875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #oscfy5a6JcuNw16fiy7V2le8W33Eg5pd { display:none; }#oscfy5a6JcuNw16fiy7V2le8W33Eg5pd > .row .container { width:20rem;height:29.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oP9imarxCWlIu735sT2Vdtg5r3HhfRxm { width:19.875rem;height:12.25rem;top:1.25rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ibZaXCHWFz1W5CSsCxwamwMMLkRdrOL0 { width:3.8125rem;height:2.9375rem;top:2.3125rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtEMDpbOuXLWHDJmwlZLeG5t1aUCLks7 { width:5.8125rem;height:1.625rem;top:6.25rem;left:1.90625rem;font-size:1.25rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #QWtZ67SLeubRch2Ax18Xw5ToBZZcFe8x { width:6.5rem;height:2.75rem;top:9.53125rem;left:1.90625rem;font-size:0.9375rem;color:#161616;display:block; }#QWtZ67SLeubRch2Ax18Xw5ToBZZcFe8x li:before{  }
 }@media only screen and (max-width: 763px) { #tD7bdrBEWaDwOskTQ6yLDyoMqbF2tdx0 { width:8.375rem;height:2.75rem;top:9.5rem;left:10rem;font-size:0.9375rem;color:#161616;display:block; }#tD7bdrBEWaDwOskTQ6yLDyoMqbF2tdx0 li:before{  }
 }@media only screen and (max-width: 763px) { #HmZ43NNTfy9rziaOA2rvCwph9sIU9d22 { width:19.875rem;height:13.4375rem;top:14.375rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NEuZRdcGeltyyaix5NSAxmCXzfXoCwFS { width:9.8125rem;height:3.96875rem;top:22.6875rem;left:10rem;font-size:0.9375rem;color:#161616;display:block; }#NEuZRdcGeltyyaix5NSAxmCXzfXoCwFS li:before{  }
 }@media only screen and (max-width: 763px) { #f0d1Fy1VRBzP1NnlteTadNa6coQRrzGB { width:7.3125rem;height:2.75rem;top:22.625rem;left:1.1875rem;font-size:0.9375rem;color:#161616;display:block; }#f0d1Fy1VRBzP1NnlteTadNa6coQRrzGB li:before{  }
 }@media only screen and (max-width: 763px) { #DVCopgzuzQBAWT4aMEVZTFf8AM9QsF3c { width:5.8125rem;height:1.625rem;top:19.375rem;left:1.875rem;font-size:1.25rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #tf1nTaaGr7DUtDtiiEMNN4WaxoISoG2i { width:3.8125rem;height:2.9375rem;top:15.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adDwIwbyi2nDQE18rny6tvUe2KQMlZua { display:none; }#adDwIwbyi2nDQE18rny6tvUe2KQMlZua > .row .container { width:20rem;height:15.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sXgFJatGu9yMi62lSw1kKO0x86zTNrkl { width:20rem;height:1.787325rem;top:4.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZxvbGrK8sXF57OW54C5ZaDds4BOcwhJ { width:9.25rem;height:1.3125rem;top:2.125rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #uzgS1TJ3TPgTlzxfTixbpVBuZFp1lT9E { width:20rem;height:2.8125rem;top:7.4375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #WTVJn0JgvKsryigTKRZ8AL8XKJtPvpTc { width:20rem;height:2.75rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBmknnRWmAFyOCCpaaXQqL3hWDEyaof1 { display:block; }
 }@media only screen and (max-width: 763px) { #GnoBUMLCx8oZQowFMHAThwPfeGi7T09A { display:none; }#GnoBUMLCx8oZQowFMHAThwPfeGi7T09A > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DLQVfnwNyBd51xx8U5rooClkNqvIPwfX { width:7.5625rem;height:1.625rem;top:5.375rem;left:2.5rem;font-size:1.25rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #voOMoqoB0PxDWbBGCrVooG883z7MdEdD { width:15.0625rem;height:5.8125rem;top:7.875rem;left:2.4375rem;font-size:0.9375rem;color:#161616;display:block; }#voOMoqoB0PxDWbBGCrVooG883z7MdEdD li:before{  }
 }@media only screen and (max-width: 763px) { #XQzhUzHDMm1qJDTJWV6bVWIEdKNOk16S { width:2.1875rem;height:1.9375rem;top:2.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUgQapDvZEEwdlGRw18ZrJzPev4UKHEE { width:19.875rem;height:13.3125rem;top:1.5625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BlHCvyqdLelC7T94h0LP5q0MkwsprxIR { width:19.875rem;height:13.3125rem;top:15.8125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZGBHGbwQzdHhhqZhsJoEEdTLSKzvczNr { width:16.375rem;height:5.8125rem;top:22.125rem;left:2.4375rem;font-size:0.9375rem;color:#161616;display:block; }#ZGBHGbwQzdHhhqZhsJoEEdTLSKzvczNr li:before{  }
 }@media only screen and (max-width: 763px) { #Vl6tQUTReXGKbhSGRMuMoUJ5BMcdwg7i { width:5.8125rem;height:1.625rem;top:19.8125rem;left:2rem;font-size:1.25rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #bW6POTqR89QfL6JJZdll6oPhvKtN5gKy { width:2.875rem;height:2.25rem;top:16.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMzD5DbIflmmbpdr0cW8nOt2qEm3imN7 { width:19.875rem;height:13.3125rem;top:30.125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lc98gLmqgoJcszgBvNoN0T5HhrA9gJ2m { width:15.0625rem;height:5.8125rem;top:36.625rem;left:2.5rem;font-size:0.9375rem;color:#161616;display:block; }#lc98gLmqgoJcszgBvNoN0T5HhrA9gJ2m li:before{  }
 }@media only screen and (max-width: 763px) { #kh2cwRJQBpsBLt540EqzdZhvrh052pEy { width:5.8125rem;height:1.625rem;top:34.25rem;left:2.6875rem;font-size:1.25rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #QvAp7NPnhdNrsrhaUONc6Of8mkLNSdQv { width:2.875rem;height:2.25rem;top:31.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDhGTpNGPmpgMgPwpzbVJp0e0ooZh0Gf { display:none; }#HDhGTpNGPmpgMgPwpzbVJp0e0ooZh0Gf > .row .container { width:20rem;height:43.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xcCH8kGtOTWx4tLpm3FcVSTQsdqseHnA { width:20rem;height:1.787325rem;top:2.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3uIVBDaMfaR9lwO7fhqw0WlONsul4LV { width:20rem;height:21.09375rem;top:5.3125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #qu6VKPV53utiqTUGSioNiczn7Pob6daC { width:20rem;height:2.75rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4INlxhl9kzgqITTVi5G870w4uFVvDwT { display:block; }
 }@media only screen and (max-width: 763px) { #NtbMiVX2dCah5Rs0q6pTC0Saw5kTT2uK { width:19.875rem;height:12.6875rem;top:24.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gACe8XOAPc0V7KkNaNMbXdPA33swfGeF { width:6.25rem;height:3.125rem;top:38.0625rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMNIJw9CDEsaV4EWhR0we52mZBIGPKFR { width:6.25rem;height:3.125rem;top:38.0625rem;left:13.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQTGTtUbCpJysH8fXT9VKu2rPKRHhnGk { width:6.25rem;height:3.125rem;top:38.0625rem;left:6.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp { display:none; }#H9M7W1BKKfU0JyyfQK7mx3hKV4CFRQmp > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EvUCSSQMNZayvggeyRhBOQRVD0JZHdAg { width:15.75rem;height:1.787325rem;top:1.3369140625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSNvuyGscTGu8lcWrtTa0vV0429fogTi { display:none; }#wSNvuyGscTGu8lcWrtTa0vV0429fogTi > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K3GSHFDB1LOpTBs43dRWMSnNxBXTWBb8 { display:flex;top:1.8125rem;left:17.375rem;width:1.9375rem;height:1.9375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #LUneBR10LB5aM2DCJ2KhaaikKC5Ov3g1 { width:11.8125rem;height:4.5rem;top:1.8125rem;left:3.8125rem;font-size:1rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #l8GmG51w2O2n99PBaZh2cNom2rm76LTD { width:1.4375rem;height:1.6875rem;top:1.8125rem;left:1.0625rem;font-size:1.125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #O9GdTKvIp0I5qalcW63WonTvJCIT8STM { display:none; }#O9GdTKvIp0I5qalcW63WonTvJCIT8STM > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KugO87BTcvPQyni9HOCh5TTThlwiM3tQ { width:16.25rem;height:4.21875rem;top:1.25rem;left:3.75rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #netraQxsVValo0Wu5eUUOrAXOXo6Tb5g { display:none; }#netraQxsVValo0Wu5eUUOrAXOXo6Tb5g > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bxsOk52mBVNtwrmDZnAqtmihstGEsIsr { display:flex;top:1.625rem;left:17.5rem;width:1.9375rem;height:1.9375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #PJxTMZbhdc34x4V2nvDUy0v1eExX1y9N { width:13.125rem;height:4.5rem;top:1.625rem;left:3.8125rem;font-size:1rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #CgUu1v3qfNPzFDws0ZW0wyQMv8su1K4f { width:1.4375rem;height:1.6875rem;top:1.625rem;left:1.0625rem;font-size:1.125rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #foRiu6h7f6RKg6QGruOhDvDwVnK94eva { display:none; }#foRiu6h7f6RKg6QGruOhDvDwVnK94eva > .row .container { width:20rem;height:6.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xwGFvpuMem0l79wmDH0cSgex4A47c1f1 { width:15.0625rem;height:4.21875rem;top:1.4375rem;left:3.75rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ { display:none; }#MLJ2vAWo36ztmGBhbRRrEFEfA1gAVUTJ > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt { display:block; }#xScoMk2hbwEkLBi6RNyK1ueJ7Mhq3Qkt > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9Mu5ClQegTNERmVqJTX57cdCdrRGexT { width:9.75rem;height:3.9375rem;top:1.3125rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #miS6JggG3NwrdnaihOTJs7tIJyWByGzG { width:17.25rem;height:3.09375rem;top:6.4375rem;left:1.1875rem;font-size:0.6875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:#0060ab;background-image:none;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;display:block; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { background-color: transparent; background-image: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container > .video-iframe-container { display: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { display: none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .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); }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { top:0.5625rem;left:0rem;width:20rem;height:3rem;z-index:15000;background-color:transparent;background-image:none;font-weight:700;font-style:normal;font-size:0.9375rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:manrope;display:block; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }