.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH { 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:#ffffff;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; }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row .container { background-color: transparent; background-image: none; }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row .container > .video-iframe-container { display: none; }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row > .video-iframe-container { display: none; }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .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); }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row .container { border-width: 0; border-radius: 0; }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#Vui3BP2prp0nqiTMx1wFJI6ZuR9pSUwo { 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; }
#NZVzzrTgLb9N8awrAzrELxSBQ7erWcfA { 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:manrope;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.75rem;left:61.0625rem;display:block; }
#hQ7gqoTTJraRIFSyfsrsqAp5dcxWQBfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d9TNTgSiswDl5mcnR4SatXaBx2MyLigE { color:#0060ab;display:block;width:8.3125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.5rem;left:51.0625rem;height:1.21875rem;font-style:normal;display:block; }
#HIxkWbTyWvvzUy101gbTM6TVec6p2RiC { 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.625rem;left:49.6875rem;display:block; }#HIxkWbTyWvvzUy101gbTM6TVec6p2RiC.adaptive-delivery-prevent-bg, #HIxkWbTyWvvzUy101gbTM6TVec6p2RiC.lazyload, #HIxkWbTyWvvzUy101gbTM6TVec6p2RiC.lazyloading { background-image: none; }
#f4ymGeIAQpeOd7lei1B5zxgBHyqQgX5O { position:absolute;display:block;z-index:15018;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.84375rem;left:0.53125rem;overflow:hidden;display:block; }
#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/348f49ab-0515-4245-a52b-dd20702e178c/AdobeStock_751024787.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; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.adaptive-delivery-prevent-bg, #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.lazyload, #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC.lazyloading { background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { background-color: transparent; background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,63,112,0.54); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,63,112,0.54); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .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); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { border-width: 0; border-radius: 0; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::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; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:75rem;position:relative;display:block; }#T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { color:#ffffff;display:block;width:47.6233125rem;position:absolute;font-family:manrope;font-size:2.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:12.375rem;left:0rem;height:11.4514375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t4TvypLa025SdzOPpz72a8nCztyFWlLZ { color:#ffffff;display:block;width:36.374rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:33.2470703125rem;left:0rem;height:6.2988125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { position:absolute;display:block;z-index:15002;background-color:#ffcb00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.499025rem;width:24.375rem;top:16.8125rem;left:50.625rem;display:none; }
#zWZhDqaldCAGEeVwcIQvrnoNTcWI49sb { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:41.375rem;width:24.375rem;top:13.9375rem;left:39.875rem;display:none; }
#zpwlRumkl091gpT68IcnKZVcWsBRla1G { color:#000000;display:block;width:18.5rem;position:absolute;font-family:manrope;font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17rem;left:53.5625rem;height:0;text-align:center;text-align-last:center;display:none; }
#X8L3pbc4Zv7dMlEFqLn6mTh83QzsT4fK { color:#000000;display:block;width:42.561875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.0058612823486rem;left:0rem;height:2.2734375rem;display:none; }
#C7oCNnXV2IsvSNPfyQaerkFsflph7dnd { 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:2rem;width:45.1875rem;top:3.8125rem;left:0rem;display:none; }
#kdA1px4DJKaSHhH5cP8SmDhJwdpJAO1N { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.125rem;left:1.25rem;height:1.40625rem;font-style:normal;display:none; }
#vCsNTNKebUZM7E3cZdUel7a0iNNxnmab { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:14.9375rem;left:54.8125rem;height:4.7109375rem;font-style:normal;display:none; }
#bXU9FlL8zT3bWnkSMxT8CnTFBtzT8R3w { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5625rem;left:19.0625rem;height:1.40625rem;font-style:normal;display:none; }
#A76ntz0XMoLRHVc34JHpvs6vDaEF1DbP { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7rem;left:19.0625rem;height:1.31303125rem;font-style:normal;display:none; }
#loEPHcVnqvwKUtSKtBwd39r8uEtuAivd { color:#161616;display:block;width:5.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.5625rem;left:3.75rem;height:1.40625rem;font-style:normal;display:none; }
#kuRBhTbJTXLinzRUvVHz2tlN5B097lUz { color:#9b9b9b;display:block;width:4.5625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7rem;left:3.75rem;height:1.31303125rem;font-style:normal;display:none; }
#yIHoBaokpoLG9e8DVxMB64ER9G2ZUnez { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.5625rem;left:27.9375rem;height:1.40625rem;font-style:normal;display:none; }
#gM984AX0MoO7bWqOq5VsDfUHTocpDn7b { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7rem;left:27.9375rem;height:1.31303125rem;font-style:normal;display:none; }
#h78QW7h1XHENViXLua1pfWo1TUHcFfMf { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.5625rem;left:12.25rem;height:1.40625rem;font-style:normal;display:none; }
#a0RxmXsK1hBPaHRbAzU0l3oZIr4qVzI9 { color:#9b9b9b;display:block;width:8.6875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7rem;left:12rem;height:1.31303125rem;font-style:normal;display:none; }
#X2GUJdTRFcECPVcTBkQzeSBB7JESmWOy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:75rem;display:none; }
#HmqN3T3WEXRVSGGG0OavJPMBAFni7Whu { 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; }
#T2s7prrckG1tC63cFrhzolA1tbR5M4Vi { color:#0060ab;display:block;width:32.3125rem;position:absolute;font-family:manrope;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:27.999267578125rem;left:0.374755859375rem;height:1.462675rem;display:block; }
#BI93wZsU0nGciNQWUpEAUZhh1NfhpSBT { color:#000000;display:block;width:16.375rem;position:absolute;font-family:"pt sans";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:10.25rem;left:2.75rem;display:none; }
#ldNNiEBtnWV7nyU8eakUZHZTb7Em9L7o { box-sizing:content-box;height:2.625rem;width:32.125rem;position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;top:27.386474609375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uuZrq0hPG05iTzWIO6cw21vUIe4mzObn { position:absolute;display:block;z-index:15015;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.8125rem;width:23.81225rem;top:11.625rem;left:51.1875rem;display:block; }
#Ubvf85BTAhWSC17aHS977cHL4tJqrxvS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93359375rem;width:1.93359375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:12.625rem;left:52.125rem; }
#MqWEimFoHfK4xwJZPLAosNW2LkIpo3Cz { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:12.62451171875rem;left:55.2490234375rem;height:3.59863125rem;font-style:normal;display:block; }
#zsGdxsIDxy3LKwS6VgDOV6dhy3FZTgTk { color:#ffffff;display:block;width:15.870125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:16.875rem;left:55.1572265625rem;height:1.21875rem;font-style:normal;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-form-header { font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { height:auto;display:block;font-family:glober;font-size:0.8125rem;font-weight:400;color:#004e91;width:21.25rem;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; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:21.25rem;box-sizing:border-box;height:3.125rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:manrope;vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:21.25rem;box-sizing:border-box;height:4.375rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:manrope;vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:21.25rem;box-sizing:border-box;height:3.125rem;color:#616161;font-family:manrope;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .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; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;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:1.125rem;font-weight:bold;color:#ffffff;width:21.25rem;height:3.125rem;font-family:manrope;overflow:hidden; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-moz-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-moz-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-ms-input-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-webkit-input-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .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:manrope;line-height:1.3;font-size:0.75rem;font-weight:400;color:#787878;vertical-align:top;width:20rem;overflow:hidden;font-style:normal;float:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .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; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .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:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container:first-of-type{padding-top:0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container:last-of-type{padding-bottom:0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { background-color:#f5f8fa;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;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:19.4375rem;left:51.25rem;font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.25rem;display:block;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-info-text { display:block;height:auto;font-family:glober;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { background-color:#f5f8fa;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;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:19.4375rem;left:51.25rem;font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #RimOFnIvHBkT8RP4ohmUsoTHRXmaCt0k { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #WfzryMAKAgETM9hcQwlX8ignTiNV5nHz { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #caZttNTkUEJUSIN8DIIFNc68S7o7TAJq { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe { position:relative; }
#ByeUvIIW5ZJ9fobsvkftoHoM8RIiw6Sq { position:relative;display:block; }
#cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { position:relative;display:block; }
#OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { position:relative;display:block; }
#N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { position:relative;display:block; }
#HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { position:relative;display:block; }
#mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { position:relative;display:block; }
#mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { position:relative;display:block; }
#oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { position:relative;display:block; }
#TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv { position:relative; }
#nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { position:relative;display:block; }
#blghTGcrhvLGcaegIA7BWBlPzGvktdyi { position:relative;display:block; }
#MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { position:relative;display:block; }
#KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { position:relative;display:block; }
#flrKpp5GHr4v6bEcA0ik0mmViJca9zIi { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #LGzaUFEpEvOJsP6UikTGsusbSb0i4IuF { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #psHvTsNq0exTdQdNinKlZuGK5d2QLCds { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #QLf3BCznRWFq3mABVBLEbut6lM9NpslM { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yVCqla3fVdraSQPaCgwxwM9ryNv7vWgI { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ledZ3qZN8IhCyR08akGiB52eL8gNfMiV { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #FZRbsEdHf2qCRqCPWL0KGnkMl7Rkk4DL { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH { position:relative; }
#DJBTr119FFRcGlTS4PJJrc7MVKOhF9JH { position:relative;display:block; }#DJBTr119FFRcGlTS4PJJrc7MVKOhF9JH { background-color: transparent; background-image: none; }#DJBTr119FFRcGlTS4PJJrc7MVKOhF9JH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJBTr119FFRcGlTS4PJJrc7MVKOhF9JH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJBTr119FFRcGlTS4PJJrc7MVKOhF9JH > .row .container > .video-iframe-container { display: none; }#DJBTr119FFRcGlTS4PJJrc7MVKOhF9JH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJBTr119FFRcGlTS4PJJrc7MVKOhF9JH > .row > .video-iframe-container { display: none; }#DJBTr119FFRcGlTS4PJJrc7MVKOhF9JH > .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); }#DJBTr119FFRcGlTS4PJJrc7MVKOhF9JH { border-width: 0; border-radius: 0; }#DJBTr119FFRcGlTS4PJJrc7MVKOhF9JH > .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; }#DJBTr119FFRcGlTS4PJJrc7MVKOhF9JH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CnlM7Ok6ypBSElcmgJ3SxEUmKvNiBrW5 { 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:2rem;width:37.6875rem;top:3.812255859375rem;left:0rem;display:block; }
#mBKg23Byssm0zO0Txh2qS8TRgG7ercyA { color:#9b9b9b;display:block;width:4.5625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7rem;left:3.75rem;height:1.31303125rem;font-style:normal;display:block; }
#uA0mDZ8HLiCxFzZpv8B9arvRTn7QfiUa { color:#161616;display:block;width:5.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.5625rem;left:3.75rem;height:1.40625rem;font-style:normal;display:block; }
#pQKiFSZ5p82ARHgTZz9xxTV0ZnCSLG75 { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.5625rem;left:13rem;height:1.40625rem;font-style:normal;display:block; }
#aGeeWe8WRvD6qu0uBmRWB9fcEV6LowF0 { color:#9b9b9b;display:block;width:8.6875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7rem;left:12.75rem;height:1.31303125rem;font-style:normal;display:block; }
#BC9ztN6TmvvFqqrg5kfLbP9VkMbByLSC { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5625rem;left:20.1875rem;height:1.40625rem;font-style:normal;display:block; }
#SADPiosI26lUPC9lkXHnCTLpEAyrT6Jf { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7rem;left:20.1875rem;height:1.31303125rem;font-style:normal;display:block; }
#XhROI3GIA8FGSn85cGowfsg2MNbD3VsU { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.5625rem;left:28.375rem;height:1.40625rem;font-style:normal;display:block; }
#embyh72RoZsACL1UOsEvomTKQ6P5de2Z { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7rem;left:28.375rem;height:1.31303125rem;font-style:normal;display:block; }
#chOkAeXTrKZswI4bJJ2J9vUs6xcZLfqc { color:#ffffff;display:block;width:27.6233125rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.014892578125rem;left:3.75rem;height:1.59375rem;font-style:normal;display:block; }
#nKqBQO9SoGdRBVc35dhQHMrnZ2UFDWMr { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.9423828125rem;left:3.75rem;height:2.2753875rem;display:block; }
#EP5dQdCE0OKoEDMF5R4TbpcNbmRQtKNB { position:relative;display:block; }#EP5dQdCE0OKoEDMF5R4TbpcNbmRQtKNB { background-color: transparent; background-image: none; }#EP5dQdCE0OKoEDMF5R4TbpcNbmRQtKNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EP5dQdCE0OKoEDMF5R4TbpcNbmRQtKNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EP5dQdCE0OKoEDMF5R4TbpcNbmRQtKNB > .row .container > .video-iframe-container { display: none; }#EP5dQdCE0OKoEDMF5R4TbpcNbmRQtKNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EP5dQdCE0OKoEDMF5R4TbpcNbmRQtKNB > .row > .video-iframe-container { display: none; }#EP5dQdCE0OKoEDMF5R4TbpcNbmRQtKNB > .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); }#EP5dQdCE0OKoEDMF5R4TbpcNbmRQtKNB { border-width: 0; border-radius: 0; }#EP5dQdCE0OKoEDMF5R4TbpcNbmRQtKNB > .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; }#EP5dQdCE0OKoEDMF5R4TbpcNbmRQtKNB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;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; }#Fq6lQKGBkuDKfJaMMXTHmoy6dwZxxboZ { color:#161616;display:block;width:15.745875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.45361328125rem;left:1.937255859375rem;height:2.35625rem;font-style:normal;display:block; }
#ITUxZeBSGPc1aeimhBv9n5PWdCytZOHd { color:#ffffff;display:block;width:15.8734375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.0625rem;left:54rem;height:1.21875rem;font-style:normal;display:block; }
#vNFOZx6wrOn52RHdAAIS6meGFqslX0Pn { position:relative;display:block; }#vNFOZx6wrOn52RHdAAIS6meGFqslX0Pn { background-color: transparent; background-image: none; }#vNFOZx6wrOn52RHdAAIS6meGFqslX0Pn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNFOZx6wrOn52RHdAAIS6meGFqslX0Pn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNFOZx6wrOn52RHdAAIS6meGFqslX0Pn > .row .container > .video-iframe-container { display: none; }#vNFOZx6wrOn52RHdAAIS6meGFqslX0Pn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vNFOZx6wrOn52RHdAAIS6meGFqslX0Pn > .row > .video-iframe-container { display: none; }#vNFOZx6wrOn52RHdAAIS6meGFqslX0Pn > .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); }#vNFOZx6wrOn52RHdAAIS6meGFqslX0Pn { border-width: 0; border-radius: 0; }#vNFOZx6wrOn52RHdAAIS6meGFqslX0Pn > .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; }#vNFOZx6wrOn52RHdAAIS6meGFqslX0Pn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.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; }#VyQNM1Zbnqi8dHKEaIIB21f7rG2oyCH6 { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.5rem;height:4.21875rem;font-style:normal;display:block; }
#lDEW4y3FOZcwq3eInC4aE6s9qIlJs1BN { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.5rem;height:1.625rem;font-style:normal;display:block; }
#pq2hWWGyTo3eLErcOWTy9ZeVHdUUiqTC { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.5rem;height:2.35625rem;font-style:normal;display:block; }
#TZxRbEFSOaQM5MqmhRpGKSnWMiXUwlTi { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:28.875rem;height:2.35625rem;font-style:normal;display:block; }
#wsuOLd3trn8KQT1QsivwkKiv0TAdh8EV { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.3125rem;left:28.875rem;height:1.625rem;font-style:normal;display:block; }
#WiTTdQTWInZTaILthNmAH6rBB51oh0SO { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:28.875rem;height:4.21875rem;font-style:normal;display:block; }
#ZgdBMeWQVUTHwpawbbyyIQQZuRTKzETU { color:#0060ab;display:block;width:20.625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.4375rem;left:54.250001907349rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RRzs09EVQKmDbFiGMDk141TOT2wySQPm { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5rem;left:54.375rem;height:1.625rem;font-style:normal;display:block; }
#fgMSzAgBvmWK26X5zqVI9cV6Ka05Zmdn { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6.9375rem;left:54.1875rem;height:4.21875rem;font-style:normal;display:block; }
#UDRw8OGwWg3KxqIMTST2Tfm2y2bqIoCD { 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; }#UDRw8OGwWg3KxqIMTST2Tfm2y2bqIoCD > .row .container { background-color: transparent; background-image: none; }#UDRw8OGwWg3KxqIMTST2Tfm2y2bqIoCD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDRw8OGwWg3KxqIMTST2Tfm2y2bqIoCD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDRw8OGwWg3KxqIMTST2Tfm2y2bqIoCD > .row .container > .video-iframe-container { display: none; }#UDRw8OGwWg3KxqIMTST2Tfm2y2bqIoCD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDRw8OGwWg3KxqIMTST2Tfm2y2bqIoCD > .row > .video-iframe-container { display: none; }#UDRw8OGwWg3KxqIMTST2Tfm2y2bqIoCD > .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); }#UDRw8OGwWg3KxqIMTST2Tfm2y2bqIoCD > .row .container { border-width: 0; border-radius: 0; }#UDRw8OGwWg3KxqIMTST2Tfm2y2bqIoCD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDRw8OGwWg3KxqIMTST2Tfm2y2bqIoCD > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#o0GtT9WLCTKL6ahbnDg7zf912rnx4PZt { color:#ffffff;display:block;width:36.1875rem;position:absolute;font-family:manrope;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.109375rem;left:0rem;height:9.5068125rem;font-style:normal;display:block; }
#VxJGUnFIlNAHnqhFL1oRWF0o1S2SsNVP { 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 #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.6123125rem;height:2.54980625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:28.23046875rem;left:0.6875rem;display:block; }
#u8OE4200xDtJevvlqnHdoHBrXAUbROWm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aibiTVeCbEq4Ihy9ERcEI5uaFHtMeLNM { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:9.3125rem;left:39.0625rem;height:4.21875rem;font-style:normal;display:block; }
#DOsaw9PrBtG5IVZwasIhRdSUNXnJTdBr { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:5.875rem;left:39.0625rem;height:1.875rem;font-style:normal;display:block; }
#IhrFBb4fhxS9g6G1wHXeMg4dHMcxphsx { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:9.3125rem;left:57.4375rem;height:7.03125rem;font-style:normal;display:block; }
#ITKenrmUUhOFJwOs0e9xpSoiv8IPCPXd { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:5.875rem;left:57.4375rem;height:1.875rem;font-style:normal;display:block; }
#qtRTnLOokTeMDKXHFqxOTxL0TxyLJTE4 { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:22.1875rem;left:39.1875rem;height:1.875rem;font-style:normal;display:block; }
#aL3Xxfr5hRixTveh1lFn2Nb5tyq7JV2H { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:21.75rem;left:58.4375rem;height:1.875rem;font-style:normal;display:block; }
#Jqyu6SqnENFCoaWxBofonoJFIIJACmFM { position:absolute;display:block;z-index:15032;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.125rem;left:38.9375rem;display:block; }#Jqyu6SqnENFCoaWxBofonoJFIIJACmFM.adaptive-delivery-prevent-bg, #Jqyu6SqnENFCoaWxBofonoJFIIJACmFM.lazyload, #Jqyu6SqnENFCoaWxBofonoJFIIJACmFM.lazyloading { background-image: none; }
#JWksvFn129TouCTNkyFvLwMzOE4TyAJ4 { position:absolute;display:block;z-index:15033;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.109375rem;left:57.4375rem;display:block; }#JWksvFn129TouCTNkyFvLwMzOE4TyAJ4.adaptive-delivery-prevent-bg, #JWksvFn129TouCTNkyFvLwMzOE4TyAJ4.lazyload, #JWksvFn129TouCTNkyFvLwMzOE4TyAJ4.lazyloading { background-image: none; }
#GtPlZN1dPTVOBL5SqFzSLxWq4G0sJBF6 { position:absolute;display:block;z-index:15034;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:18.8125rem;left:39.1875rem;display:block; }#GtPlZN1dPTVOBL5SqFzSLxWq4G0sJBF6.adaptive-delivery-prevent-bg, #GtPlZN1dPTVOBL5SqFzSLxWq4G0sJBF6.lazyload, #GtPlZN1dPTVOBL5SqFzSLxWq4G0sJBF6.lazyloading { background-image: none; }
#MtrOd0gTG0UOpIx0HIPgql9ttupew2hF { position:absolute;display:block;z-index:15035;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:18.625rem;left:58.3125rem;display:block; }#MtrOd0gTG0UOpIx0HIPgql9ttupew2hF.adaptive-delivery-prevent-bg, #MtrOd0gTG0UOpIx0HIPgql9ttupew2hF.lazyload, #MtrOd0gTG0UOpIx0HIPgql9ttupew2hF.lazyloading { background-image: none; }
#OPPpeAw1vyWcPlngMxTT3LIXwGFGsN84 { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:24.125rem;left:39.0625rem;height:4.21875rem;font-style:normal;display:block; }
#oExweUmz4r2rAn5gF90XlMsGTyhl21eU { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:23.6875rem;left:58.3125rem;height:7.03125rem;font-style:normal;display:block; }
#Zr2STTqfT5V3qdb06afMqGI7BqlmqTob { color:#ffffff;display:block;width:36.125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:13.84375rem;left:0rem;height:12.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vcp77HdIfHwBx1gLOaI7fTxIm5aHgW58 { position:relative;display:block; }#Vcp77HdIfHwBx1gLOaI7fTxIm5aHgW58 { background-color: transparent; background-image: none; }#Vcp77HdIfHwBx1gLOaI7fTxIm5aHgW58::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vcp77HdIfHwBx1gLOaI7fTxIm5aHgW58 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vcp77HdIfHwBx1gLOaI7fTxIm5aHgW58 > .row .container > .video-iframe-container { display: none; }#Vcp77HdIfHwBx1gLOaI7fTxIm5aHgW58 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vcp77HdIfHwBx1gLOaI7fTxIm5aHgW58 > .row > .video-iframe-container { display: none; }#Vcp77HdIfHwBx1gLOaI7fTxIm5aHgW58 > .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); }#Vcp77HdIfHwBx1gLOaI7fTxIm5aHgW58 { border-width: 0; border-radius: 0; }#Vcp77HdIfHwBx1gLOaI7fTxIm5aHgW58 > .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; }#Vcp77HdIfHwBx1gLOaI7fTxIm5aHgW58 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.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; }#cOyPC1nOAPgRBTXpo2in8u3CRaI0iLMJ { color:#000000;display:block;width:30.4998125rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:1.25rem;height:2.35625rem;font-style:normal;display:block; }
#u1RSE2ITR2JrJbJA2EPDGhQ0fChrK5Si { color:#000000;display:block;width:29.375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.625rem;left:1.25rem;height:2.4375rem;font-style:normal;display:block; }
#aP8qyQrfeDfGyDMLeBfZWfLTsaUb4xAT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:1.4375rem;left:41.1875rem;overflow:hidden;display:block; }
#hLMqIcVWSpu4UukhcTcCb4I9wS2d0lEs { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:4.8125rem;top:1.4375rem;left:45.5625rem;overflow:hidden;display:block; }
#THbzB6bWTFETpCwduCv4o8HrxZs26kk6 { position:absolute;display:block;z-index:15003;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.125rem;width:9.75rem;top:1.75rem;left:52.3125rem;overflow:hidden;display:block; }
#iWkZxef1CzPktfOeLyHFX09ZHOsvHWpw { position:absolute;display:block;z-index:15004;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.1875rem;width:3.8125rem;top:5.75rem;left:41.0625rem;overflow:hidden;display:block; }
#JMcgATX0A1OIlrtXWrvszbCoxf9fhBL8 { 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:1.18696875rem;width:7.6873125rem;top:6.75rem;left:45.5625rem;overflow:hidden;display:block; }
#kRpgWKueeye0bZxrDNX4lDZCm08p9eTd { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.4375rem;top:6.125rem;left:55.375rem;overflow:hidden;display:block; }
#zxQTekbLsTgq38VtxOyH7vXf8vkk4ET3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:6.4375rem;top:1.625rem;left:62.9375rem;overflow:hidden;display:block; }
#eU5qZ0wRpdtHN9EzuxTczNGmU4rzzfg2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9367875rem;width:6.875rem;top:5.6875rem;left:62.6875rem;overflow:hidden;display:block; }
#ZJAUs25961uoeoE4a8eGNA10nkLQ0s9V { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56214375rem;width:2.6242875rem;top:8.9375rem;left:64.8125rem;overflow:hidden;display:block; }
#rm2edQT9IarofEgUeVLTeTmOUv2W7Psr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9992875rem;width:4.74964375rem;top:9.75rem;left:41.1875rem;overflow:hidden;display:block; }
#ofRBaQWUE5Hfwn7UCWVK5pdkH1ihTh44 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.87446875rem;width:7.5rem;top:10.3125rem;left:47.1875rem;overflow:hidden;display:block; }
#ZEtp7CqC5tMJ3MvJyB3ggRRkFvh72OTO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749825rem;width:6.25rem;top:9.4375rem;left:56.75rem;overflow:hidden;display:block; }
#vHwe0MTVPxScBkXvZsEe5mn2CTtBopGA { position:relative;display:block; }#vHwe0MTVPxScBkXvZsEe5mn2CTtBopGA { background-color: transparent; background-image: none; }#vHwe0MTVPxScBkXvZsEe5mn2CTtBopGA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHwe0MTVPxScBkXvZsEe5mn2CTtBopGA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHwe0MTVPxScBkXvZsEe5mn2CTtBopGA > .row .container > .video-iframe-container { display: none; }#vHwe0MTVPxScBkXvZsEe5mn2CTtBopGA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vHwe0MTVPxScBkXvZsEe5mn2CTtBopGA > .row > .video-iframe-container { display: none; }#vHwe0MTVPxScBkXvZsEe5mn2CTtBopGA > .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); }#vHwe0MTVPxScBkXvZsEe5mn2CTtBopGA { border-width: 0; border-radius: 0; }#vHwe0MTVPxScBkXvZsEe5mn2CTtBopGA > .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; }#vHwe0MTVPxScBkXvZsEe5mn2CTtBopGA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.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; }#pqbKWPB4X4lvu0Jt0Cs4BugeyQrMJS8c { color:#161616;display:block;width:35.875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:1.25rem;height:2.35625rem;font-style:normal;display:block; }
#D3NNe8J7uLPQRGOzBT4aCCqMTEcEQFTw { color:#161616;display:block;width:46.3125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.0625rem;left:1.25rem;height:2.8125rem;font-style:normal;display:block; }
#luRKTU7m0kTKJdZq2f3oFxVN9KxxJoyr { 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:10.3125rem;left:9.375rem;display:block; }
#NIG6EouhX7uLxab5ni7akpWRl7Ih6ktX { 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.3125rem;left:31.125rem;display:block; }
#qtS2qVNXOaucHq7o0If9IuaXJJbf6aOJ { 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:10.3125rem;left:53.625rem;display:block; }
#DdyaVDBkGb5rn5S1rubuu8y09a1fT9v6 { position:absolute;display:block;z-index:15011;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:17.0625rem;left:9.375rem;display:block; }
#SIHcnTyVoFI6cbAsopR7cA2WCN0I5SZ3 { 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:16.75rem;left:53.625rem;display:block; }
#tlEhxEp2fx7zENtFzyuCT0DNgow2pPGG { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/b3yWRek8/logo_telefonica_azul.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.9375rem;top:11.0625rem;left:10.3125rem;display:block; }#tlEhxEp2fx7zENtFzyuCT0DNgow2pPGG.adaptive-delivery-prevent-bg, #tlEhxEp2fx7zENtFzyuCT0DNgow2pPGG.lazyload, #tlEhxEp2fx7zENtFzyuCT0DNgow2pPGG.lazyloading { background-image: none; }
#QHw5rDIhf3zwJxSWfcGLCvAIoRzhUkF7 { position:absolute;display:block;z-index:15021;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7313f4a8-c31c-418a-97d7-62e7699332fd/Copiadeindra_cuadrado.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:3.75rem;width:9.875rem;top:11.1875rem;left:32.625rem;display:block; }#QHw5rDIhf3zwJxSWfcGLCvAIoRzhUkF7.adaptive-delivery-prevent-bg, #QHw5rDIhf3zwJxSWfcGLCvAIoRzhUkF7.lazyload, #QHw5rDIhf3zwJxSWfcGLCvAIoRzhUkF7.lazyloading { background-image: none; }
#JyBv7TloPleO1snB1xv7O2bSRpi7EDE3 { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/497080e7-bc28-44e0-9d10-6c48f1980ad3/CopiadeProsegur.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.1875rem;width:11.25rem;top:11rem;left:54.375rem;display:block; }#JyBv7TloPleO1snB1xv7O2bSRpi7EDE3.adaptive-delivery-prevent-bg, #JyBv7TloPleO1snB1xv7O2bSRpi7EDE3.lazyload, #JyBv7TloPleO1snB1xv7O2bSRpi7EDE3.lazyloading { background-image: none; }
#WpFBOHxwGWdni8cWkMnHW3E2bEQvTui9 { position:absolute;display:block;z-index:15022;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:9.5625rem;width:11.125rem;top:15.125rem;left:10.4375rem;display:block; }#WpFBOHxwGWdni8cWkMnHW3E2bEQvTui9.adaptive-delivery-prevent-bg, #WpFBOHxwGWdni8cWkMnHW3E2bEQvTui9.lazyload, #WpFBOHxwGWdni8cWkMnHW3E2bEQvTui9.lazyloading { background-image: none; }
#C4rPraz95fnrI43TCocoTkzRKVtFEWtr { position:absolute;display:block;z-index:15023;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:4.75rem;width:10.5625rem;top:19.625rem;left:55.0625rem;display:none; }#C4rPraz95fnrI43TCocoTkzRKVtFEWtr.adaptive-delivery-prevent-bg, #C4rPraz95fnrI43TCocoTkzRKVtFEWtr.lazyload, #C4rPraz95fnrI43TCocoTkzRKVtFEWtr.lazyloading { background-image: none; }
#D8EXTyPODq2NeaXadIPC504WAxTk4rLB { position:absolute;display:block;z-index:15013;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:16.75rem;left:31.125rem;display:block; }
#G7vTzu5deDPmSkSlkVqMJxDf5wc8KRmP { position:absolute;display:block;z-index:15024;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:3rem;width:12rem;top:20.6875rem;left:31.5rem;display:none; }#G7vTzu5deDPmSkSlkVqMJxDf5wc8KRmP.adaptive-delivery-prevent-bg, #G7vTzu5deDPmSkSlkVqMJxDf5wc8KRmP.lazyload, #G7vTzu5deDPmSkSlkVqMJxDf5wc8KRmP.lazyloading { background-image: none; }
#XC9M9udROqQkOS1Fzkp4HF4tIKfUnTdR { position:absolute;display:block;z-index:15028;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:5.812325rem;width:8.499625rem;top:16.5625rem;left:33.25rem;display:block; }#XC9M9udROqQkOS1Fzkp4HF4tIKfUnTdR.adaptive-delivery-prevent-bg, #XC9M9udROqQkOS1Fzkp4HF4tIKfUnTdR.lazyload, #XC9M9udROqQkOS1Fzkp4HF4tIKfUnTdR.lazyloading { background-image: none; }
#mNsscuFJNqg9nuzagMGIzooNmz5NMnVL { position:absolute;display:block;z-index:15029;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:5.812325rem;width:8.499625rem;top:16.5rem;left:56.375rem;display:block; }#mNsscuFJNqg9nuzagMGIzooNmz5NMnVL.adaptive-delivery-prevent-bg, #mNsscuFJNqg9nuzagMGIzooNmz5NMnVL.lazyload, #mNsscuFJNqg9nuzagMGIzooNmz5NMnVL.lazyloading { background-image: none; }
#RNyGLzGsRlVOuxPptyBgUAyTOE31kULZ { position:relative;display:block; }#RNyGLzGsRlVOuxPptyBgUAyTOE31kULZ { background-color: transparent; background-image: none; }#RNyGLzGsRlVOuxPptyBgUAyTOE31kULZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNyGLzGsRlVOuxPptyBgUAyTOE31kULZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNyGLzGsRlVOuxPptyBgUAyTOE31kULZ > .row .container > .video-iframe-container { display: none; }#RNyGLzGsRlVOuxPptyBgUAyTOE31kULZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNyGLzGsRlVOuxPptyBgUAyTOE31kULZ > .row > .video-iframe-container { display: none; }#RNyGLzGsRlVOuxPptyBgUAyTOE31kULZ > .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); }#RNyGLzGsRlVOuxPptyBgUAyTOE31kULZ { border-width: 0; border-radius: 0; }#RNyGLzGsRlVOuxPptyBgUAyTOE31kULZ > .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; }#RNyGLzGsRlVOuxPptyBgUAyTOE31kULZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zE3fy6ZeqlHMInSIzuRLiyhPNqo1sTky { color:#161616;display:block;width:24.875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.625rem;left:1.125rem;height:4.7119125rem;font-style:normal;display:block; }
#xbICQcuql7rzAMO8pQ6gGQmoi8mKPL2X { color:#9b9b9b;display:block;width:12rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.8125rem;left:1.25rem;height:1.40625rem;font-style:normal;display:block; }
#nfZ6saQvVbn6cq8CuOrADNhiC4srnTOQ { color:#161616;display:block;width:27.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.75rem;left:1.125rem;height:4.21875rem;font-style:normal;display:block; }
#VGyB2epGgbMXN6f9lQyiKnyXBJ0cMEWm { position:absolute;display:block;z-index:15001;background-color:#ffffff;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:9.749625rem;width:11.3743125rem;top:2.8107242584229rem;left:37.499111175537rem;display:block; }
#CFT0OmL3QxNttDN2R8WGnGc0xTKhoefs { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d2a63d9-4123-4116-a55e-ec5a67af69ce/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.5625rem;width:2.5625rem;top:15.1875rem;left:38.4375rem;display:block; }#CFT0OmL3QxNttDN2R8WGnGc0xTKhoefs.adaptive-delivery-prevent-bg, #CFT0OmL3QxNttDN2R8WGnGc0xTKhoefs.lazyload, #CFT0OmL3QxNttDN2R8WGnGc0xTKhoefs.lazyloading { background-image: none; }
#pB2uIBETvOE9cAQX5iLoEMeuZz5msPKx { color:#161616;display:block;width:9.6875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.8252830505369rem;left:38.398433685302rem;height:2.625rem;font-style:normal;display:block; }
#OITBd9yF0ePTsCmy6qABe2wei17ydEMH { position:absolute;display:block;z-index:15004;background-color:#ffffff;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:9.75rem;width:11.4375rem;top:2.7494659423828rem;left:50.561965942382rem;display:block; }
#LOZ20SkvskBEf5rnmt9Nqi1yhfWHcKc8 { color:#161616;display:block;width:9rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.8279495239256rem;left:51.124816894531rem;height:2.625rem;font-style:normal;display:block; }
#AvCEXnlFHPkWrVJcpD2hGrKiVmcyG7MO { position:absolute;display:block;z-index:15007;background-color:#ffffff;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:9.875rem;width:11.4375rem;top:2.7494659423828rem;left:63.624816894531rem;display:block; }
#hR8n6BneFrdnuqRgD81ToVIKkc1KB0so { color:#161616;display:block;width:8.9373125rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:7.1164770126344rem;left:64.836647033694rem;height:2.625rem;font-style:normal;display:block; }
#zXS5GKqlbXJv1hRlQH9N9oBtn9d1WkbS { position:absolute;display:block;z-index:15010;background-color:#ffffff;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:11.25rem;width:11.25rem;top:14rem;left:37.5rem;display:block; }
#MTw6BtyaZgdfXdGesvETdLN2vq6N8mfB { position:absolute;display:block;z-index:15013;background-color:#ffffff;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:11.25rem;width:11.25rem;top:14rem;left:50.5625rem;display:block; }
#a92LTvCKkVpoqKd4ViNv7KDAcMq1UQPb { color:#161616;display:block;width:9.9369375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:18.1875rem;left:38.1875rem;height:3.9375rem;font-style:normal;display:block; }
#iU3fdBwRXiMlAlJwhM6bTFZysg72yF2G { color:#161616;display:block;width:9.9369375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:18.1875rem;left:51.25rem;height:6.12215625rem;font-style:normal;display:block; }
#pBEiREAHnf24iGEepCnyhtf7rw1FTxeu { position:absolute;display:block;z-index:15016;background-color:#ffffff;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:11.25rem;width:11.25rem;top:14rem;left:63.625rem;display:block; }
#ZUGTKZKcuAZowlMHQWSMx8U3BfdKmzv9 { color:#161616;display:block;width:10.374625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:18.1875rem;left:64.125rem;height:2.625rem;font-style:normal;display:block; }
#Mqc5qQJgIU364MgS223uEpaIT9Z1iGOp { position:absolute;display:block;z-index:15031;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7bbbf1a-872f-4c90-b8ec-59c7bf5f0bb0/clarity_talkbubblesline.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.125rem;width:2.125rem;top:15.4375rem;left:51.75rem;display:block; }#Mqc5qQJgIU364MgS223uEpaIT9Z1iGOp.adaptive-delivery-prevent-bg, #Mqc5qQJgIU364MgS223uEpaIT9Z1iGOp.lazyload, #Mqc5qQJgIU364MgS223uEpaIT9Z1iGOp.lazyloading { background-image: none; }
#CDQwhayszDOauXs2Rh1BWTtJaosUpGpn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.890625rem;left:37.5rem; }
#GirEQkL1JE1XpcZ2e8dsgvptoItvyS10 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:4.25rem;left:64.5rem; }
#LypRBs2xhiOMLVp88PsTMCEJceUERIne { color:#161616;display:block;width:19.25rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:18.4375rem;left:1.125rem;height:2.8125rem;font-style:normal;display:block; }
#lsrz1EuTffGIOTF4Xc9gHvDQ9LAhvqNt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:4.296875rem;left:51.28125rem; }
#vPsaqzTx7pQn3LQTT4nBi2aKfMOQQ2WA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:15.3125rem;left:64.75rem; }
#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS { 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; }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS.adaptive-delivery-prevent-bg, #cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS.lazyload, #cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS.lazyloading { background-image: none; }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .row .container { background-color: transparent; background-image: none; }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .row .container > .video-iframe-container { display: none; }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .row > .video-iframe-container { display: none; }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .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); }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .row .container { border-width: 0; border-radius: 0; }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#vbh6wd1ay2T83Zf9tEBEffeSWIffClTl { color:#ffffff;display:block;width:44.5625rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875002384186rem;left:0rem;height:12.182625rem;font-style:normal;display:block; }
#C5F3DfsWkccU9qpeaH5CTbqCvTyCMkkD { 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; }
#t24pulGGtwQQSUpX7Od463SAb76U2air { 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; }
#QOWiz4BkIhiceliswTSwC8mw1TOZ5iEv { position:relative;display:block; }#QOWiz4BkIhiceliswTSwC8mw1TOZ5iEv { background-color: transparent; background-image: none; }#QOWiz4BkIhiceliswTSwC8mw1TOZ5iEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOWiz4BkIhiceliswTSwC8mw1TOZ5iEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOWiz4BkIhiceliswTSwC8mw1TOZ5iEv > .row .container > .video-iframe-container { display: none; }#QOWiz4BkIhiceliswTSwC8mw1TOZ5iEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOWiz4BkIhiceliswTSwC8mw1TOZ5iEv > .row > .video-iframe-container { display: none; }#QOWiz4BkIhiceliswTSwC8mw1TOZ5iEv > .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); }#QOWiz4BkIhiceliswTSwC8mw1TOZ5iEv { border-width: 0; border-radius: 0; }#QOWiz4BkIhiceliswTSwC8mw1TOZ5iEv > .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; }#QOWiz4BkIhiceliswTSwC8mw1TOZ5iEv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.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:block; }#R71UI1KDrsKxwbFoSoZokh3o1NioTEVU { color:#000000;display:block;width:35.25rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.1875rem;left:1.125rem;height:2.35625rem;font-style:normal;display:block; }
#AJXtDlx0Wy59wPTZtlweBZsVriNqatSD { color:#9b9b9b;display:block;width:13.25rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.25rem;left:1.125rem;height:1.40625rem;font-style:normal;display:block; }
#JPvsLyFO9D9VuO15zJDPP8q9OexnkRHm { color:#161616;display:block;width:28.125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.861328125rem;left:1.125rem;height:5.625rem;font-style:normal;display:block; }
#isGFG5idKguh9swfJErQmZLeTiEV0BHF { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;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:16rem;left:1.125rem;display:block; }
#sztSLX1bHaCE8ICG6lki7QGwJhTkfWzv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GcpS2a67hoWLB6EDe8bFaaLsEAKu0slV { color:#161616;display:block;width:22.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:1.25rem;left:14.4375rem;height:0;font-style:normal;display:block; }
#bsayfOFLaXCCk1xGHFqFcX8oaPSH8oXE { color:#161616;display:block;width:22.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:2.375rem;left:51.375rem;height:5.625rem;font-style:normal;display:block; }
#LLwszvto2N4iLp12cUq5XdQUNBMkMag2 { color:#000000;display:block;width:22.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.890625rem;left:51.375rem;height:4.21875rem;font-style:normal;display:block; }
#JMFZD45rOGX66z2BE9ONwer8AqWQK82V { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a862fe13-51f1-4f77-af34-feaead02c983/img1.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.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.5625rem;width:12.5rem;top:1.298828125rem;left:37.5rem;display:block; }#JMFZD45rOGX66z2BE9ONwer8AqWQK82V.adaptive-delivery-prevent-bg, #JMFZD45rOGX66z2BE9ONwer8AqWQK82V.lazyload, #JMFZD45rOGX66z2BE9ONwer8AqWQK82V.lazyloading { background-image: none; }
#WOvBhwtfEaQ7qkhkSRxWlx17iTdm6eua { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c0a9e6ee-a0bf-4100-9d31-64861811ba7d/IMG.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.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:7.5625rem;width:12.5rem;top:11.140625rem;left:37.5rem;display:block; }#WOvBhwtfEaQ7qkhkSRxWlx17iTdm6eua.adaptive-delivery-prevent-bg, #WOvBhwtfEaQ7qkhkSRxWlx17iTdm6eua.lazyload, #WOvBhwtfEaQ7qkhkSRxWlx17iTdm6eua.lazyloading { background-image: none; }
#eNKpDzsw6GJc6wz6QcTxLSHRzXiLusan { position:relative;display:block; }#eNKpDzsw6GJc6wz6QcTxLSHRzXiLusan { background-color: transparent; background-image: none; }#eNKpDzsw6GJc6wz6QcTxLSHRzXiLusan::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNKpDzsw6GJc6wz6QcTxLSHRzXiLusan > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNKpDzsw6GJc6wz6QcTxLSHRzXiLusan > .row .container > .video-iframe-container { display: none; }#eNKpDzsw6GJc6wz6QcTxLSHRzXiLusan > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNKpDzsw6GJc6wz6QcTxLSHRzXiLusan > .row > .video-iframe-container { display: none; }#eNKpDzsw6GJc6wz6QcTxLSHRzXiLusan > .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); }#eNKpDzsw6GJc6wz6QcTxLSHRzXiLusan { border-width: 0; border-radius: 0; }#eNKpDzsw6GJc6wz6QcTxLSHRzXiLusan > .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; }#eNKpDzsw6GJc6wz6QcTxLSHRzXiLusan > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.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; }#xrJZwi5SqmX5QGqvrvf3nBvG8WZ1FPST { color:#161616;display:block;width:36.1875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:38.8125rem;height:4.7119125rem;font-style:normal;display:block; }
#VpXncrhGoaZQIux1dDsns3n2TdQaCOXQ { color:#161616;display:block;width:27.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:9.0625rem;left:38.8125rem;height:2.8125rem;font-style:normal;display:block; }
#Rs2CsHLcmq3QxvDm4FxoBCBCiHegZSp0 { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;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.125rem;left:39.59375rem;display:block; }
#FussaZTaAaAO6R9Ni8Ng808JTZmXiL3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GKETGKdp5Q3Hxhr1DZlEi4IPowqu2WVR { color:#161616;display:block;width:29.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:13.0625rem;left:38.8125rem;height:12.0605625rem;font-style:normal;display:block; }#GKETGKdp5Q3Hxhr1DZlEi4IPowqu2WVR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GKETGKdp5Q3Hxhr1DZlEi4IPowqu2WVR li:before{  }
#Q7OXMdw9qUtWZDwouUleg6N5bXmlZqDT { color:#9b9b9b;display:block;width:11.0625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:0.96875rem;left:38.75rem;height:1.40625rem;font-style:normal;display:block; }
#GSxgJWfBZlhUVtdqLwy6xdX8fd7y0r8u { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e3a43239-6de1-4925-b0f1-03e20ee18385/AdobeStock_641940270.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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:27.5rem;width:33.625rem;top:2.3125rem;left:1.8125rem;display:block; }#GSxgJWfBZlhUVtdqLwy6xdX8fd7y0r8u.adaptive-delivery-prevent-bg, #GSxgJWfBZlhUVtdqLwy6xdX8fd7y0r8u.lazyload, #GSxgJWfBZlhUVtdqLwy6xdX8fd7y0r8u.lazyloading { background-image: none; }
#mELgtoIUWE6IrxOPGS1ncrp0Fqql3nNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#mELgtoIUWE6IrxOPGS1ncrp0Fqql3nNT > .row .container { background-color: transparent; background-image: none; }#mELgtoIUWE6IrxOPGS1ncrp0Fqql3nNT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mELgtoIUWE6IrxOPGS1ncrp0Fqql3nNT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mELgtoIUWE6IrxOPGS1ncrp0Fqql3nNT > .row .container > .video-iframe-container { display: none; }#mELgtoIUWE6IrxOPGS1ncrp0Fqql3nNT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mELgtoIUWE6IrxOPGS1ncrp0Fqql3nNT > .row > .video-iframe-container { display: none; }#mELgtoIUWE6IrxOPGS1ncrp0Fqql3nNT > .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); }#mELgtoIUWE6IrxOPGS1ncrp0Fqql3nNT > .row .container { border-width: 0; border-radius: 0; }#mELgtoIUWE6IrxOPGS1ncrp0Fqql3nNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mELgtoIUWE6IrxOPGS1ncrp0Fqql3nNT > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#MPsV0uq8tV2pnb7vzFNcQm6ZzauWs61C { color:#003f70;display:block;width:29.625rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.75rem;left:2rem;height:4.87305rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oeRzEaavOvydX9qw07dcU4slu67yEWv6 { color:#323232;display:block;width:31.25rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:10.9375rem;left:2rem;height:11.25rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sNbB6zC9OSdpcBgkECM8CiwZo9tx1Xin { position:absolute;display:block;z-index:15018;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: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:21.6875rem;width:35rem;top:1.8125rem;left:38.59375rem;display:block; }#sNbB6zC9OSdpcBgkECM8CiwZo9tx1Xin.adaptive-delivery-prevent-bg, #sNbB6zC9OSdpcBgkECM8CiwZo9tx1Xin.lazyload, #sNbB6zC9OSdpcBgkECM8CiwZo9tx1Xin.lazyloading { background-image: none; }
#P1hTQByL7SFt3AdUAVS7OVE1y4xObrTx { color:#9b9b9b;display:block;width:11.0625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.8125rem;left:2rem;height:1.40625rem;font-style:normal;display:block; }
#yctFTcOQQiwxGlp9SseJ1Iv6sx9ta0Ga { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#yctFTcOQQiwxGlp9SseJ1Iv6sx9ta0Ga > .row .container { background-color: transparent; background-image: none; }#yctFTcOQQiwxGlp9SseJ1Iv6sx9ta0Ga::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yctFTcOQQiwxGlp9SseJ1Iv6sx9ta0Ga > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yctFTcOQQiwxGlp9SseJ1Iv6sx9ta0Ga > .row .container > .video-iframe-container { display: none; }#yctFTcOQQiwxGlp9SseJ1Iv6sx9ta0Ga > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yctFTcOQQiwxGlp9SseJ1Iv6sx9ta0Ga > .row > .video-iframe-container { display: none; }#yctFTcOQQiwxGlp9SseJ1Iv6sx9ta0Ga > .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); }#yctFTcOQQiwxGlp9SseJ1Iv6sx9ta0Ga > .row .container { border-width: 0; border-radius: 0; }#yctFTcOQQiwxGlp9SseJ1Iv6sx9ta0Ga > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yctFTcOQQiwxGlp9SseJ1Iv6sx9ta0Ga > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#s6mBTwUR33lMWpNsh6pzE1zALTv52L5F { color:#003f70;display:block;width:10.9375rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:2.562255859375rem;left:0rem;height:2.4375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KW86N4XvqAVAI3g71iAhTkNHgtrKRXAT { position:absolute;display:block;z-index:15020;background-color:#ffffff;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: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;height:14.375rem;width:37.5rem;top:7.0623226165769rem;left:0rem;display:block; }
#U2Rrk8pM8ni3IPTrETTLdZWnLdz8cGKu { color:#003f70;display:block;width:27.25rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8.25rem;left:1.1875rem;height:1.949575rem;text-align:left;text-align-last:left;display:block; }
#v3VTQrclL9rJUb2Wg3TIl4Mv6pT30tNT { color:#0060ab;display:block;width:35.5rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.857421875rem;left:1.1875rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#ca6vb4N0fBQR8Zh6JQvtZdKBpVL2U6Md { color:#323232;display:block;width:34.625rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:13.3212890625rem;left:1.1875rem;height:5.522725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#clzx0JCu2A5i7pyxPkkwXV3dGAtd8CFv { color:#003f70;display:block;width:22.5rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:7.8125rem;left:40.4375rem;height:1.949575rem;text-align:left;text-align-last:left;display:block; }
#Wv4WmJLl4ZicoiTntBPSAkfuQ691N0oE { color:#0060ab;display:block;width:25.4375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:10.9375rem;left:40.4375rem;height:1.13769375rem;text-align:left;text-align-last:left;display:block; }
#KCQ2ya9iULJqB7Fn4sqOFaTccJvx09qS { color:#323232;display:block;width:33.3125rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:13.3212890625rem;left:40.4375rem;height:5.522725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CcDgVhTHPoqcHkc3inGekEip5H2Md732 { position:absolute;display:block;z-index:15021;background-color:#ffffff;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: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;height:14.5625rem;width:35.9375rem;top:6.7808933258056rem;left:39.062496185302rem;display:block; }
#oerCVZ4mc1HqPvaPvVCQom1W5eqnI30R { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;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.8125rem;left:39.71875rem;display:none; }
#GWZiW3fp3tmWxayxDO5aUqhL3vdIDlPo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222222;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; }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .row .container { background-color: transparent; background-image: none; }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .row .container > .video-iframe-container { display: none; }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .row > .video-iframe-container { display: none; }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .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); }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .row .container { border-width: 0; border-radius: 0; }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#LunL3c7c9TdXqw9poiH3VHhCx3OxgzNT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:10.3125rem;top:1.854248046875rem;left:0rem;overflow:hidden;display:block; }
#M1PooobGAc1pVb9EQUGTPOE7c2h0hKVo { position:absolute;display:block;z-index:15018;background-color:#ebbd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:0.625rem;left:72.0625rem;display:none; }
#Bh6hsf9gKa1o5THvbksyvTKfqz6en2tU { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:glober;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9314231872556rem;left:0rem;height:4.22363125rem;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:justify;text-align-last:initial;display:block; }
#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebbd00;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:#ffffff;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) { #XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH { display:block; }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vui3BP2prp0nqiTMx1wFJI6ZuR9pSUwo { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZVzzrTgLb9N8awrAzrELxSBQ7erWcfA { width:12.8125rem;height:2.75rem;top:1.75rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQ7gqoTTJraRIFSyfsrsqAp5dcxWQBfA { display:block; }
 }@media only screen and (max-width: 763px) { #d9TNTgSiswDl5mcnR4SatXaBx2MyLigE { top:2.5rem;left:37.4375rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIxkWbTyWvvzUy101gbTM6TVec6p2RiC { top:2.625rem;left:36.0625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4ymGeIAQpeOd7lei1B5zxgBHyqQgX5O { width:10.3125rem;height:3.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:47.5625rem;height:11.4375rem;top:12.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:36.3125rem;height:6.25rem;top:33.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { top:16.8125rem;left:23.375rem;width:24.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZhDqaldCAGEeVwcIQvrnoNTcWI49sb { top:13.9375rem;left:23.375rem;width:24.375rem;height:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpwlRumkl091gpT68IcnKZVcWsBRla1G { top:17rem;left:29.25rem;width:18.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8L3pbc4Zv7dMlEFqLn6mTh83QzsT4fK { top:1rem;left:0rem;width:42.5rem;height:2.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7oCNnXV2IsvSNPfyQaerkFsflph7dnd { top:3.8125rem;left:0rem;width:45.125rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdA1px4DJKaSHhH5cP8SmDhJwdpJAO1N { top:32.1875rem;left:0rem;width:19.875rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vCsNTNKebUZM7E3cZdUel7a0iNNxnmab { top:44.9375rem;left:0rem;width:15.375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXU9FlL8zT3bWnkSMxT8CnTFBtzT8R3w { top:8.5625rem;left:5.4375rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A76ntz0XMoLRHVc34JHpvs6vDaEF1DbP { top:7rem;left:5.4375rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #loEPHcVnqvwKUtSKtBwd39r8uEtuAivd { top:37.4375rem;left:0rem;width:4.5625rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuRBhTbJTXLinzRUvVHz2tlN5B097lUz { top:7rem;left:0rem;width:4.5rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIHoBaokpoLG9e8DVxMB64ER9G2ZUnez { top:8.5625rem;left:14.3125rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gM984AX0MoO7bWqOq5VsDfUHTocpDn7b { top:7rem;left:14.3125rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h78QW7h1XHENViXLua1pfWo1TUHcFfMf { top:8.5625rem;left:0rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0RxmXsK1hBPaHRbAzU0l3oZIr4qVzI9 { top:7rem;left:0rem;width:8.625rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2GUJdTRFcECPVcTBkQzeSBB7JESmWOy { width:47.75rem;height:26.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmqN3T3WEXRVSGGG0OavJPMBAFni7Whu { display:none; }
 }@media only screen and (max-width: 763px) { #T2s7prrckG1tC63cFrhzolA1tbR5M4Vi { top:27.9375rem;left:0rem;width:32.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI93wZsU0nGciNQWUpEAUZhh1NfhpSBT { top:10.25rem;left:0rem;width:16.375rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldNNiEBtnWV7nyU8eakUZHZTb7Em9L7o { top:27.375rem;left:0rem;width:32.125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuZrq0hPG05iTzWIO6cw21vUIe4mzObn { top:11.625rem;left:24rem;width:23.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubvf85BTAhWSC17aHS977cHL4tJqrxvS { top:12.625rem;left:38.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqWEimFoHfK4xwJZPLAosNW2LkIpo3Cz { top:12.5625rem;left:28rem;width:19.75rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsGdxsIDxy3LKwS6VgDOV6dhy3FZTgTk { top:16.875rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { width:19.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { width:19.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { width:19.75rem;height:auto;top:16.25rem;left:25.5rem; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #RimOFnIvHBkT8RP4ohmUsoTHRXmaCt0k {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #WfzryMAKAgETM9hcQwlX8ignTiNV5nHz { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #caZttNTkUEJUSIN8DIIFNc68S7o7TAJq {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe {  }
 }@media only screen and (max-width: 763px) { #ByeUvIIW5ZJ9fobsvkftoHoM8RIiw6Sq { display:block; }
 }@media only screen and (max-width: 763px) { #cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { display:block; }
 }@media only screen and (max-width: 763px) { #OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { display:block; }
 }@media only screen and (max-width: 763px) { #N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { display:block; }
 }@media only screen and (max-width: 763px) { #HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { display:block; }
 }@media only screen and (max-width: 763px) { #mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { display:block; }
 }@media only screen and (max-width: 763px) { #mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { display:block; }
 }@media only screen and (max-width: 763px) { #oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { display:block; }
 }@media only screen and (max-width: 763px) { #TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv {  }
 }@media only screen and (max-width: 763px) { #nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { display:block; }
 }@media only screen and (max-width: 763px) { #blghTGcrhvLGcaegIA7BWBlPzGvktdyi { display:block; }
 }@media only screen and (max-width: 763px) { #MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { display:block; }
 }@media only screen and (max-width: 763px) { #KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { display:block; }
 }@media only screen and (max-width: 763px) { #flrKpp5GHr4v6bEcA0ik0mmViJca9zIi { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #LGzaUFEpEvOJsP6UikTGsusbSb0i4IuF {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #psHvTsNq0exTdQdNinKlZuGK5d2QLCds {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #QLf3BCznRWFq3mABVBLEbut6lM9NpslM {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yVCqla3fVdraSQPaCgwxwM9ryNv7vWgI {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ledZ3qZN8IhCyR08akGiB52eL8gNfMiV {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #FZRbsEdHf2qCRqCPWL0KGnkMl7Rkk4DL {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH {  }
 }@media only screen and (max-width: 763px) { #DJBTr119FFRcGlTS4PJJrc7MVKOhF9JH { display:block; }#DJBTr119FFRcGlTS4PJJrc7MVKOhF9JH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnlM7Ok6ypBSElcmgJ3SxEUmKvNiBrW5 { top:3.75rem;left:0rem;width:37.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBKg23Byssm0zO0Txh2qS8TRgG7ercyA { top:7rem;left:0rem;width:4.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA0mDZ8HLiCxFzZpv8B9arvRTn7QfiUa { top:8.5625rem;left:0rem;width:5.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQKiFSZ5p82ARHgTZz9xxTV0ZnCSLG75 { top:8.5625rem;left:0rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGeeWe8WRvD6qu0uBmRWB9fcEV6LowF0 { top:7rem;left:0rem;width:8.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC9ztN6TmvvFqqrg5kfLbP9VkMbByLSC { top:8.5625rem;left:6.5625rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SADPiosI26lUPC9lkXHnCTLpEAyrT6Jf { top:7rem;left:6.5625rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhROI3GIA8FGSn85cGowfsg2MNbD3VsU { top:8.5625rem;left:14.75rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #embyh72RoZsACL1UOsEvomTKQ6P5de2Z { top:7rem;left:14.75rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chOkAeXTrKZswI4bJJ2J9vUs6xcZLfqc { top:4rem;left:0rem;width:27.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKqBQO9SoGdRBVc35dhQHMrnZ2UFDWMr { top:0.9375rem;left:0rem;width:32.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EP5dQdCE0OKoEDMF5R4TbpcNbmRQtKNB { display:block; }#EP5dQdCE0OKoEDMF5R4TbpcNbmRQtKNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fq6lQKGBkuDKfJaMMXTHmoy6dwZxxboZ { top:2.4375rem;left:0rem;width:15.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITUxZeBSGPc1aeimhBv9n5PWdCytZOHd { top:0.0625rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNFOZx6wrOn52RHdAAIS6meGFqslX0Pn { display:block; }#vNFOZx6wrOn52RHdAAIS6meGFqslX0Pn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyQNM1Zbnqi8dHKEaIIB21f7rG2oyCH6 { top:6.9375rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDEW4y3FOZcwq3eInC4aE6s9qIlJs1BN { top:4.5rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq2hWWGyTo3eLErcOWTy9ZeVHdUUiqTC { top:1.4375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZxRbEFSOaQM5MqmhRpGKSnWMiXUwlTi { top:1.25rem;left:15.875rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsuOLd3trn8KQT1QsivwkKiv0TAdh8EV { top:4.3125rem;left:15.875rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiTTdQTWInZTaILthNmAH6rBB51oh0SO { top:6.5625rem;left:12.9375rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgdBMeWQVUTHwpawbbyyIQQZuRTKzETU { top:1.4375rem;left:22.9375rem;width:20.625rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRzs09EVQKmDbFiGMDk141TOT2wySQPm { top:4.5rem;left:31.75rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgMSzAgBvmWK26X5zqVI9cV6Ka05Zmdn { top:6.9375rem;left:28.8125rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDRw8OGwWg3KxqIMTST2Tfm2y2bqIoCD { display:block; }#UDRw8OGwWg3KxqIMTST2Tfm2y2bqIoCD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0GtT9WLCTKL6ahbnDg7zf912rnx4PZt { top:3.0625rem;left:0rem;width:36.1875rem;height:9.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxJGUnFIlNAHnqhFL1oRWF0o1S2SsNVP { width:12.5625rem;height:2.5rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8OE4200xDtJevvlqnHdoHBrXAUbROWm { display:block; }
 }@media only screen and (max-width: 763px) { #aibiTVeCbEq4Ihy9ERcEI5uaFHtMeLNM { top:9.3125rem;left:25.4375rem;width:14.8125rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOsaw9PrBtG5IVZwasIhRdSUNXnJTdBr { top:5.875rem;left:25.4375rem;width:16.5625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhrFBb4fhxS9g6G1wHXeMg4dHMcxphsx { top:9.3125rem;left:33.25rem;width:14.5rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITKenrmUUhOFJwOs0e9xpSoiv8IPCPXd { top:5.875rem;left:30.1875rem;width:17.5625rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtRTnLOokTeMDKXHFqxOTxL0TxyLJTE4 { top:22.1875rem;left:25.5625rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL3Xxfr5hRixTveh1lFn2Nb5tyq7JV2H { top:21.75rem;left:32.375rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqyu6SqnENFCoaWxBofonoJFIIJACmFM { top:3.125rem;left:25.3125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWksvFn129TouCTNkyFvLwMzOE4TyAJ4 { top:3.0625rem;left:43.8125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtPlZN1dPTVOBL5SqFzSLxWq4G0sJBF6 { top:18.8125rem;left:25.5625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtrOd0gTG0UOpIx0HIPgql9ttupew2hF { top:18.625rem;left:44.6875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPPpeAw1vyWcPlngMxTT3LIXwGFGsN84 { top:24.125rem;left:25.4375rem;width:15.5625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oExweUmz4r2rAn5gF90XlMsGTyhl21eU { top:23.6875rem;left:32.6875rem;width:15.0625rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr2STTqfT5V3qdb06afMqGI7BqlmqTob { top:13.8125rem;left:0rem;width:36.125rem;height:12.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcp77HdIfHwBx1gLOaI7fTxIm5aHgW58 { display:block; }#Vcp77HdIfHwBx1gLOaI7fTxIm5aHgW58 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOyPC1nOAPgRBTXpo2in8u3CRaI0iLMJ { top:4.0625rem;left:0rem;width:30.4375rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1RSE2ITR2JrJbJA2EPDGhQ0fChrK5Si { top:7.625rem;left:0rem;width:29.375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aP8qyQrfeDfGyDMLeBfZWfLTsaUb4xAT { top:1.4375rem;left:27.5625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLMqIcVWSpu4UukhcTcCb4I9wS2d0lEs { top:1.4375rem;left:31.9375rem;width:4.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THbzB6bWTFETpCwduCv4o8HrxZs26kk6 { top:1.75rem;left:38rem;width:9.75rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWkZxef1CzPktfOeLyHFX09ZHOsvHWpw { top:5.75rem;left:27.4375rem;width:3.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMcgATX0A1OIlrtXWrvszbCoxf9fhBL8 { top:6.75rem;left:31.9375rem;width:7.625rem;height:1.1770315650816rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRpgWKueeye0bZxrDNX4lDZCm08p9eTd { top:6.125rem;left:41.75rem;width:5.4375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxQTekbLsTgq38VtxOyH7vXf8vkk4ET3 { top:1.625rem;left:41.3125rem;width:6.4375rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU5qZ0wRpdtHN9EzuxTczNGmU4rzzfg2 { top:5.6875rem;left:40.875rem;width:6.875rem;height:2.936525rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJAUs25961uoeoE4a8eGNA10nkLQ0s9V { top:8.9375rem;left:45.1875rem;width:2.5625rem;height:2.5014654252532rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm2edQT9IarofEgUeVLTeTmOUv2W7Psr { top:9.75rem;left:27.5625rem;width:4.6875rem;height:1.9731270497629rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofRBaQWUE5Hfwn7UCWVK5pdkH1ihTh44 { top:10.3125rem;left:33.5625rem;width:7.5rem;height:0.874025rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEtp7CqC5tMJ3MvJyB3ggRRkFvh72OTO { top:9.4375rem;left:41.5rem;width:6.25rem;height:1.749025rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHwe0MTVPxScBkXvZsEe5mn2CTtBopGA { display:block; }#vHwe0MTVPxScBkXvZsEe5mn2CTtBopGA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqbKWPB4X4lvu0Jt0Cs4BugeyQrMJS8c { top:1.9375rem;left:0rem;width:35.875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3NNe8J7uLPQRGOzBT4aCCqMTEcEQFTw { top:5.0625rem;left:0rem;width:46.3125rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #luRKTU7m0kTKJdZq2f3oFxVN9KxxJoyr { top:10.3125rem;left:0rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIG6EouhX7uLxab5ni7akpWRl7Ih6ktX { top:10.3125rem;left:17.5rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtS2qVNXOaucHq7o0If9IuaXJJbf6aOJ { top:10.3125rem;left:34.9375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdyaVDBkGb5rn5S1rubuu8y09a1fT9v6 { top:17.0625rem;left:0rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIHcnTyVoFI6cbAsopR7cA2WCN0I5SZ3 { top:16.75rem;left:34.9375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlEhxEp2fx7zENtFzyuCT0DNgow2pPGG { top:11.0625rem;left:0rem;width:10.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHw5rDIhf3zwJxSWfcGLCvAIoRzhUkF7 { top:11.1875rem;left:19rem;width:9.875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyBv7TloPleO1snB1xv7O2bSRpi7EDE3 { top:11rem;left:36.5rem;width:11.25rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpFBOHxwGWdni8cWkMnHW3E2bEQvTui9 { top:15.125rem;left:0rem;width:11.125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4rPraz95fnrI43TCocoTkzRKVtFEWtr { top:19.625rem;left:37.1875rem;width:10.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8EXTyPODq2NeaXadIPC504WAxTk4rLB { top:16.75rem;left:17.5rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7vTzu5deDPmSkSlkVqMJxDf5wc8KRmP { top:20.6875rem;left:17.875rem;width:12rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XC9M9udROqQkOS1Fzkp4HF4tIKfUnTdR { top:16.5625rem;left:19.625rem;width:8.4375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNsscuFJNqg9nuzagMGIzooNmz5NMnVL { top:16.5rem;left:39.3125rem;width:8.4375rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNyGLzGsRlVOuxPptyBgUAyTOE31kULZ { display:block; }#RNyGLzGsRlVOuxPptyBgUAyTOE31kULZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE3fy6ZeqlHMInSIzuRLiyhPNqo1sTky { top:5.625rem;left:0rem;width:24.875rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbICQcuql7rzAMO8pQ6gGQmoi8mKPL2X { top:2.8125rem;left:0rem;width:12rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfZ6saQvVbn6cq8CuOrADNhiC4srnTOQ { top:12.75rem;left:0rem;width:27.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGyB2epGgbMXN6f9lQyiKnyXBJ0cMEWm { top:2.75rem;left:12.375rem;width:11.3125rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFT0OmL3QxNttDN2R8WGnGc0xTKhoefs { top:15.1875rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB2uIBETvOE9cAQX5iLoEMeuZz5msPKx { top:6.8125rem;left:23.875rem;width:9.6875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OITBd9yF0ePTsCmy6qABe2wei17ydEMH { top:2.6875rem;left:30.124465942382rem;width:11.4375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOZ20SkvskBEf5rnmt9Nqi1yhfWHcKc8 { top:6.8125rem;left:30.687316894531rem;width:9rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvCEXnlFHPkWrVJcpD2hGrKiVmcyG7MO { top:2.6875rem;left:36.1875rem;width:11.4375rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hR8n6BneFrdnuqRgD81ToVIKkc1KB0so { top:7.0625rem;left:38.875rem;width:8.875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXS5GKqlbXJv1hRlQH9N9oBtn9d1WkbS { top:14rem;left:23.875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTw6BtyaZgdfXdGesvETdLN2vq6N8mfB { top:14rem;left:30.125rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a92LTvCKkVpoqKd4ViNv7KDAcMq1UQPb { top:18.1875rem;left:23.875rem;width:9.875rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iU3fdBwRXiMlAlJwhM6bTFZysg72yF2G { top:18.1875rem;left:30.8125rem;width:9.875rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBEiREAHnf24iGEepCnyhtf7rw1FTxeu { top:14rem;left:36.375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUGTKZKcuAZowlMHQWSMx8U3BfdKmzv9 { top:18.1875rem;left:37.4375rem;width:10.3125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqc5qQJgIU364MgS223uEpaIT9Z1iGOp { top:15.4375rem;left:31.3125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDQwhayszDOauXs2Rh1BWTtJaosUpGpn { top:3.875rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #GirEQkL1JE1XpcZ2e8dsgvptoItvyS10 { top:4.25rem;left:44.0625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LypRBs2xhiOMLVp88PsTMCEJceUERIne { top:18.4375rem;left:0rem;width:19.25rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsrz1EuTffGIOTF4Xc9gHvDQ9LAhvqNt { top:4.25rem;left:30.84375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPsaqzTx7pQn3LQTT4nBi2aKfMOQQ2WA { top:15.3125rem;left:44.3125rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS { display:block; }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbh6wd1ay2T83Zf9tEBEffeSWIffClTl { top:3.6875rem;left:0rem;width:44.5625rem;height:12.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5F3DfsWkccU9qpeaH5CTbqCvTyCMkkD { display:none; }
 }@media only screen and (max-width: 763px) { #t24pulGGtwQQSUpX7Od463SAb76U2air { display:none; }
 }@media only screen and (max-width: 763px) { #QOWiz4BkIhiceliswTSwC8mw1TOZ5iEv { display:block; }#QOWiz4BkIhiceliswTSwC8mw1TOZ5iEv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R71UI1KDrsKxwbFoSoZokh3o1NioTEVU { top:5.1875rem;left:0rem;width:35.25rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJXtDlx0Wy59wPTZtlweBZsVriNqatSD { top:1.25rem;left:0rem;width:13.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPvsLyFO9D9VuO15zJDPP8q9OexnkRHm { top:8.8125rem;left:0rem;width:28.125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #isGFG5idKguh9swfJErQmZLeTiEV0BHF { width:14.3125rem;height:2.75rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sztSLX1bHaCE8ICG6lki7QGwJhTkfWzv { display:block; }
 }@media only screen and (max-width: 763px) { #GcpS2a67hoWLB6EDe8bFaaLsEAKu0slV { top:1.25rem;left:1.375rem;width:22.5rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsayfOFLaXCCk1xGHFqFcX8oaPSH8oXE { top:2.375rem;left:25.25rem;width:22.5rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLwszvto2N4iLp12cUq5XdQUNBMkMag2 { top:11.875rem;left:25.25rem;width:22.5rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMFZD45rOGX66z2BE9ONwer8AqWQK82V { top:1.25rem;left:23.875rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOvBhwtfEaQ7qkhkSRxWlx17iTdm6eua { top:11.125rem;left:23.875rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNKpDzsw6GJc6wz6QcTxLSHRzXiLusan { display:block; }#eNKpDzsw6GJc6wz6QcTxLSHRzXiLusan > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrJZwi5SqmX5QGqvrvf3nBvG8WZ1FPST { top:3.4375rem;left:11.5625rem;width:36.1875rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpXncrhGoaZQIux1dDsns3n2TdQaCOXQ { top:9.0625rem;left:19.9375rem;width:27.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs2CsHLcmq3QxvDm4FxoBCBCiHegZSp0 { width:14.3125rem;height:2.75rem;top:27.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FussaZTaAaAO6R9Ni8Ng808JTZmXiL3y { display:block; }
 }@media only screen and (max-width: 763px) { #GKETGKdp5Q3Hxhr1DZlEi4IPowqu2WVR { top:13.0625rem;left:17.9375rem;width:29.8125rem;height:12.0625rem;font-size:0.9375rem;display:block; }#GKETGKdp5Q3Hxhr1DZlEi4IPowqu2WVR li:before{  }
 }@media only screen and (max-width: 763px) { #Q7OXMdw9qUtWZDwouUleg6N5bXmlZqDT { top:0.9375rem;left:23.875rem;width:11.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSxgJWfBZlhUVtdqLwy6xdX8fd7y0r8u { top:2.3125rem;left:0rem;width:33.625rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mELgtoIUWE6IrxOPGS1ncrp0Fqql3nNT { display:block; }#mELgtoIUWE6IrxOPGS1ncrp0Fqql3nNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPsV0uq8tV2pnb7vzFNcQm6ZzauWs61C { top:4.75rem;left:0rem;width:29.625rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeRzEaavOvydX9qw07dcU4slu67yEWv6 { top:10.9375rem;left:0rem;width:31.25rem;height:11.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNbB6zC9OSdpcBgkECM8CiwZo9tx1Xin { top:1.8125rem;left:12.75rem;width:35rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1hTQByL7SFt3AdUAVS7OVE1y4xObrTx { top:1.8125rem;left:0rem;width:11.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yctFTcOQQiwxGlp9SseJ1Iv6sx9ta0Ga { display:block; }#yctFTcOQQiwxGlp9SseJ1Iv6sx9ta0Ga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6mBTwUR33lMWpNsh6pzE1zALTv52L5F { top:2.5rem;left:0rem;width:10.9375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW86N4XvqAVAI3g71iAhTkNHgtrKRXAT { top:7rem;left:0rem;width:37.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Rrk8pM8ni3IPTrETTLdZWnLdz8cGKu { top:8.25rem;left:0rem;width:27.25rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3VTQrclL9rJUb2Wg3TIl4Mv6pT30tNT { top:10.8125rem;left:0rem;width:35.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca6vb4N0fBQR8Zh6JQvtZdKBpVL2U6Md { top:13.3125rem;left:0rem;width:34.625rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clzx0JCu2A5i7pyxPkkwXV3dGAtd8CFv { top:7.8125rem;left:25.25rem;width:22.5rem;height:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wv4WmJLl4ZicoiTntBPSAkfuQ691N0oE { top:10.9375rem;left:22.3125rem;width:25.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCQ2ya9iULJqB7Fn4sqOFaTccJvx09qS { top:13.3125rem;left:14.5rem;width:33.25rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcDgVhTHPoqcHkc3inGekEip5H2Md732 { top:6.75rem;left:11.8125rem;width:35.9375rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oerCVZ4mc1HqPvaPvVCQom1W5eqnI30R { width:14.3125rem;height:2.75rem;top:27.8125rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWZiW3fp3tmWxayxDO5aUqhL3vdIDlPo { display:block; }
 }@media only screen and (max-width: 763px) { #TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW { display:block; }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LunL3c7c9TdXqw9poiH3VHhCx3OxgzNT { width:10.3125rem;height:3.8125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1PooobGAc1pVb9EQUGTPOE7c2h0hKVo { top:1.25rem;left:47.625rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bh6hsf9gKa1o5THvbksyvTKfqz6en2tU { top:6.875rem;left:0rem;width:31.1875rem;height:4.1875rem;font-size:0.8125rem;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) { #XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH { 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; }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row .container { background-color: transparent; background-image: none; }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row .container > .video-iframe-container { display: none; }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row > .video-iframe-container { display: none; }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .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); }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row .container { border-width: 0; border-radius: 0; }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XcXEdVD7DZG7nPyr1Xrdm2NauM7xGbJH > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vui3BP2prp0nqiTMx1wFJI6ZuR9pSUwo { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #NZVzzrTgLb9N8awrAzrELxSBQ7erWcfA { width:12.8125rem;height:2.75rem;top:1.75rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQ7gqoTTJraRIFSyfsrsqAp5dcxWQBfA { display:block; }
 }@media only screen and (max-width: 763px) { #d9TNTgSiswDl5mcnR4SatXaBx2MyLigE { width:8.3125rem;height:0;top:5.90625rem;left:6.65625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIxkWbTyWvvzUy101gbTM6TVec6p2RiC { width:1rem;height:1rem;top:6rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4ymGeIAQpeOd7lei1B5zxgBHyqQgX5O { width:10.3125rem;height:3.81225625rem;top:1.21826171875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { background-color:transparent;background-image:none;display:block; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { background-color: transparent; background-image: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row > .video-iframe-container { display: none; }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .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); }#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC > .row .container { width:20rem;height:93.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:20rem;height:5.60625rem;top:0.56015634536743rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:20rem;height:3.375rem;top:7.1653652191163rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { width:20rem;height:3.5rem;top:9.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWZhDqaldCAGEeVwcIQvrnoNTcWI49sb { width:20rem;height:37.4375rem;top:13rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpwlRumkl091gpT68IcnKZVcWsBRla1G { width:18.5rem;height:0;top:78.9636171875rem;left:0.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8L3pbc4Zv7dMlEFqLn6mTh83QzsT4fK { width:20rem;height:3.16875rem;top:27.0625rem;left:0rem;font-size:0.8125rem;z-index:15011;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C7oCNnXV2IsvSNPfyQaerkFsflph7dnd { width:20rem;height:3.4375rem;top:31.25rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #kdA1px4DJKaSHhH5cP8SmDhJwdpJAO1N { width:19.9375rem;height:1.59375rem;top:32.25rem;left:0.0625rem;font-size:1.0625rem;z-index:15006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vCsNTNKebUZM7E3cZdUel7a0iNNxnmab { width:15.375rem;height:0;top:44.9375rem;left:3.625rem;font-size:1.1875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #bXU9FlL8zT3bWnkSMxT8CnTFBtzT8R3w { width:8.1875rem;height:1.40625rem;top:41.3125rem;left:2.75rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #A76ntz0XMoLRHVc34JHpvs6vDaEF1DbP { width:3.1875rem;height:1.31303125rem;top:39.75rem;left:2.75rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #loEPHcVnqvwKUtSKtBwd39r8uEtuAivd { width:4.5625rem;height:1.40625rem;top:37.4375rem;left:2.75rem;font-size:0.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #kuRBhTbJTXLinzRUvVHz2tlN5B097lUz { width:4.5625rem;height:1.31303125rem;top:35.875rem;left:2.75rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #yIHoBaokpoLG9e8DVxMB64ER9G2ZUnez { width:3.75rem;height:1.40625rem;top:41.375rem;left:11.9375rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #gM984AX0MoO7bWqOq5VsDfUHTocpDn7b { width:3.8125rem;height:1.31303125rem;top:39.8125rem;left:11.9375rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #h78QW7h1XHENViXLua1pfWo1TUHcFfMf { width:6.25rem;height:1.40625rem;top:37.5625rem;left:11.9375rem;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #a0RxmXsK1hBPaHRbAzU0l3oZIr4qVzI9 { width:5.875rem;height:1.31303125rem;top:36rem;left:11.6875rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #X2GUJdTRFcECPVcTBkQzeSBB7JESmWOy { top:15.875rem;left:0rem;width:20rem;height:10.5rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HmqN3T3WEXRVSGGG0OavJPMBAFni7Whu { top:15.875rem;left:10.375rem;width:9.625rem;height:10.4375rem;z-index:15037;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; }#HmqN3T3WEXRVSGGG0OavJPMBAFni7Whu.adaptive-delivery-prevent-bg, #HmqN3T3WEXRVSGGG0OavJPMBAFni7Whu.lazyload, #HmqN3T3WEXRVSGGG0OavJPMBAFni7Whu.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #T2s7prrckG1tC63cFrhzolA1tbR5M4Vi { width:20rem;height:0;top:95.9423828125rem;left:0rem;font-size:1.375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #BI93wZsU0nGciNQWUpEAUZhh1NfhpSBT { top:12.16015625rem;left:1.0312500596046rem;width:17.9375rem;height:2.4375rem;z-index:15031;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#161616;font-family:manrope;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldNNiEBtnWV7nyU8eakUZHZTb7Em9L7o { width:20rem;height:2.6875rem;top:95.491943359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uuZrq0hPG05iTzWIO6cw21vUIe4mzObn { width:20rem;height:7.8125rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ubvf85BTAhWSC17aHS977cHL4tJqrxvS { display:flex;width:1.875rem;height:1.875rem;top:45.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #MqWEimFoHfK4xwJZPLAosNW2LkIpo3Cz { width:15.875rem;height:3rem;top:45.244140625rem;left:3.65625rem;font-size:1.25rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zsGdxsIDxy3LKwS6VgDOV6dhy3FZTgTk { width:15.8125rem;height:1.13769375rem;top:48.75rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .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; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-moz-placeholder { font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-moz-placeholder { font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-ms-input-placeholder { font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-webkit-input-placeholder { font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { width:17.5rem;height:auto;top:52.625rem;left:0rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { width:17.5rem;height:auto;top:51.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #OLhv2Nl8cNFlRgWOHsyrNnBxuBlL6pKi {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #bJRzUlMNgRTcwyO0a4vI2m0e1HVMC0TH { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #t7Ab8puUfurBKqMhJgwNoegfHBHFKAoR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ecq8eEm8m2MMrS5fkGnA1wJXWXwrHOcR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #nZ5A9sdLip6WViPAF4dBOMF3TcD9yE3q { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #rfyDVUTDxRGvNHH2phUgcfOu3fe1rWSC {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a4WtPyUiLg3BibxEl3IpekQ0PPnm1SIH {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kETuFaynHVi8tzZlBu3KnUS76SAaVUva { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TzXkCxWurFFmftPAmvxDk8W5VJzxmpls {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #e5nwxUNQNy2s9RLPndcNh2h56eVmwmU2 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JUuxpbcpSpCTTZ6GImPTAtKHTPplJXEU { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #lzhMEB7vGZZRN5sKmPK8f4h16ziS0L8i {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #RimOFnIvHBkT8RP4ohmUsoTHRXmaCt0k {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #WfzryMAKAgETM9hcQwlX8ignTiNV5nHz { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #caZttNTkUEJUSIN8DIIFNc68S7o7TAJq {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe {  }
 }@media only screen and (max-width: 763px) { #ByeUvIIW5ZJ9fobsvkftoHoM8RIiw6Sq { display:block; }
 }@media only screen and (max-width: 763px) { #cSZWZt49l3GEEyEgVRET0fQlOM2fFPRg { display:block; }
 }@media only screen and (max-width: 763px) { #OzrLaPyD9mVy4ztTSsKdnFZfNico4mpw { display:block; }
 }@media only screen and (max-width: 763px) { #N6gSOZ9WyoQfxn8gUwIEAta2TeCz9IXd { display:block; }
 }@media only screen and (max-width: 763px) { #HvcLwPPfrxdfz6CrEmOXg2ALaFp5VTEz { display:block; }
 }@media only screen and (max-width: 763px) { #mOrktEbqK7dy1zSLQsZu13PQU23QOMxG { display:block; }
 }@media only screen and (max-width: 763px) { #mQTcV89FNT4mtu95dX7u0D78cVnKEbkW { display:block; }
 }@media only screen and (max-width: 763px) { #oTxlLdELF7gCFWWIdikZ7mSuMvFJGwJT { display:block; }
 }@media only screen and (max-width: 763px) { #TqgolmIELPpWuLiiRHlwpoV478gtC8q4 { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #JSronTc7tJw6xKTQU8DAM3bR9iRLmFaJ {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #L1SOQgnGyneiTQepF1TaRuepHd2r22i7 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #XE5N7W9nRc4lJNOAZTHU1DSmv9cQFZcv {  }
 }@media only screen and (max-width: 763px) { #nPARNIliaDK42ocvvSZZ9HOZeQIuwtRo { display:block; }
 }@media only screen and (max-width: 763px) { #blghTGcrhvLGcaegIA7BWBlPzGvktdyi { display:block; }
 }@media only screen and (max-width: 763px) { #MiXopfhkh9XfiOHAWN6pnsl8rqeOhHpt { display:block; }
 }@media only screen and (max-width: 763px) { #KdfpSO9DlfSSi2ysR7dFDC3dQkw0qzsy { display:block; }
 }@media only screen and (max-width: 763px) { #flrKpp5GHr4v6bEcA0ik0mmViJca9zIi { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #LGzaUFEpEvOJsP6UikTGsusbSb0i4IuF {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #psHvTsNq0exTdQdNinKlZuGK5d2QLCds {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #QLf3BCznRWFq3mABVBLEbut6lM9NpslM {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #yVCqla3fVdraSQPaCgwxwM9ryNv7vWgI {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ledZ3qZN8IhCyR08akGiB52eL8gNfMiV {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #FZRbsEdHf2qCRqCPWL0KGnkMl7Rkk4DL {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH {  }
 }@media only screen and (max-width: 763px) { #DJBTr119FFRcGlTS4PJJrc7MVKOhF9JH { display:none; }#DJBTr119FFRcGlTS4PJJrc7MVKOhF9JH > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CnlM7Ok6ypBSElcmgJ3SxEUmKvNiBrW5 { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBKg23Byssm0zO0Txh2qS8TRgG7ercyA { width:4.5625rem;height:1.3125rem;top:6.5625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uA0mDZ8HLiCxFzZpv8B9arvRTn7QfiUa { width:4.5625rem;height:1.40625rem;top:8.0625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQKiFSZ5p82ARHgTZz9xxTV0ZnCSLG75 { width:6.25rem;height:1.40625rem;top:8.0625rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGeeWe8WRvD6qu0uBmRWB9fcEV6LowF0 { width:5.875rem;height:1.3125rem;top:6.5625rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC9ztN6TmvvFqqrg5kfLbP9VkMbByLSC { width:8.1875rem;height:1.40625rem;top:12.625rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SADPiosI26lUPC9lkXHnCTLpEAyrT6Jf { width:3.1875rem;height:1.3125rem;top:11.125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhROI3GIA8FGSn85cGowfsg2MNbD3VsU { width:3.75rem;height:1.40625rem;top:12.6875rem;left:12.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #embyh72RoZsACL1UOsEvomTKQ6P5de2Z { width:3.8125rem;height:1.3125rem;top:11.1875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #chOkAeXTrKZswI4bJJ2J9vUs6xcZLfqc { width:18.75rem;height:1.40625rem;top:1.84375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKqBQO9SoGdRBVc35dhQHMrnZ2UFDWMr { width:20rem;height:0;top:14.203125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EP5dQdCE0OKoEDMF5R4TbpcNbmRQtKNB { display:block; }#EP5dQdCE0OKoEDMF5R4TbpcNbmRQtKNB > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fq6lQKGBkuDKfJaMMXTHmoy6dwZxxboZ { width:15.6875rem;height:1.7875rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITUxZeBSGPc1aeimhBv9n5PWdCytZOHd { width:15.8125rem;height:0;top:58.875007152558rem;left:2.7492188215256rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vNFOZx6wrOn52RHdAAIS6meGFqslX0Pn { display:block; }#vNFOZx6wrOn52RHdAAIS6meGFqslX0Pn > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyQNM1Zbnqi8dHKEaIIB21f7rG2oyCH6 { width:18.8125rem;height:auto;top:6.9375rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lDEW4y3FOZcwq3eInC4aE6s9qIlJs1BN { width:10rem;height:1.21875rem;top:2.1312503814698rem;left:7.3125003576281rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pq2hWWGyTo3eLErcOWTy9ZeVHdUUiqTC { width:3.625rem;height:2.35625rem;top:1.5625rem;left:0.75rem;font-size:1.8125rem;color:#0060ab;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZxRbEFSOaQM5MqmhRpGKSnWMiXUwlTi { width:7.3125rem;height:2.35625rem;top:5.26171875rem;left:0rem;font-size:1.8125rem;color:#0060ab;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wsuOLd3trn8KQT1QsivwkKiv0TAdh8EV { width:11.625rem;height:1.21875rem;top:5.830078125rem;left:7.3125rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WiTTdQTWInZTaILthNmAH6rBB51oh0SO { width:18.8125rem;height:auto;top:6.5625rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZgdBMeWQVUTHwpawbbyyIQQZuRTKzETU { width:9.0625rem;height:2.2753875rem;top:8.89218711853rem;left:0.75rem;font-size:1.75rem;color:#0060ab;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RRzs09EVQKmDbFiGMDk141TOT2wySQPm { width:8.5625rem;height:1.21875rem;top:9.42031288147rem;left:6.4875000715256rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgMSzAgBvmWK26X5zqVI9cV6Ka05Zmdn { width:18.8125rem;height:auto;top:6.9375rem;left:0.5625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UDRw8OGwWg3KxqIMTST2Tfm2y2bqIoCD { display:block; }#UDRw8OGwWg3KxqIMTST2Tfm2y2bqIoCD > .row .container { width:20rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o0GtT9WLCTKL6ahbnDg7zf912rnx4PZt { width:20rem;height:10.5610625rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.3;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VxJGUnFIlNAHnqhFL1oRWF0o1S2SsNVP { width:12.51075rem;height:2.44921875rem;top:31.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8OE4200xDtJevvlqnHdoHBrXAUbROWm { display:block; }
 }@media only screen and (max-width: 763px) { #aibiTVeCbEq4Ihy9ERcEI5uaFHtMeLNM { width:20rem;height:2.625rem;top:40.625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DOsaw9PrBtG5IVZwasIhRdSUNXnJTdBr { width:15.375rem;height:1.40625rem;top:37.875rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IhrFBb4fhxS9g6G1wHXeMg4dHMcxphsx { width:20rem;height:3.9375rem;top:50.125rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ITKenrmUUhOFJwOs0e9xpSoiv8IPCPXd { width:15.375rem;height:1.40625rem;top:47.875rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qtRTnLOokTeMDKXHFqxOTxL0TxyLJTE4 { width:15.375rem;height:1.40625rem;top:57.5rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aL3Xxfr5hRixTveh1lFn2Nb5tyq7JV2H { width:15.375rem;height:1.40625rem;top:67.6875rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Jqyu6SqnENFCoaWxBofonoJFIIJACmFM { width:2.8125rem;height:2.8125rem;top:35.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWksvFn129TouCTNkyFvLwMzOE4TyAJ4 { width:2.8125rem;height:2.8125rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtPlZN1dPTVOBL5SqFzSLxWq4G0sJBF6 { width:2.8125rem;height:2.8125rem;top:54.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtrOd0gTG0UOpIx0HIPgql9ttupew2hF { width:2.625rem;height:2.625rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPPpeAw1vyWcPlngMxTT3LIXwGFGsN84 { width:19.75rem;height:2.625rem;top:59.625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oExweUmz4r2rAn5gF90XlMsGTyhl21eU { width:19.9375rem;height:5.25rem;top:70.125rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zr2STTqfT5V3qdb06afMqGI7BqlmqTob { width:20rem;height:17.0625rem;top:12.9375rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vcp77HdIfHwBx1gLOaI7fTxIm5aHgW58 { display:block; }#Vcp77HdIfHwBx1gLOaI7fTxIm5aHgW58 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOyPC1nOAPgRBTXpo2in8u3CRaI0iLMJ { width:20rem;height:3.5738625rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1RSE2ITR2JrJbJA2EPDGhQ0fChrK5Si { width:20rem;height:2.8125rem;top:5.883339881897rem;left:0rem;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aP8qyQrfeDfGyDMLeBfZWfLTsaUb4xAT { width:2.374825rem;height:2.374825rem;top:9.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLMqIcVWSpu4UukhcTcCb4I9wS2d0lEs { width:4.9375rem;height:2.6875rem;top:9.5625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THbzB6bWTFETpCwduCv4o8HrxZs26kk6 { width:8.9373125rem;height:2.062325rem;top:9.8125rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWkZxef1CzPktfOeLyHFX09ZHOsvHWpw { width:3.625rem;height:3rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMcgATX0A1OIlrtXWrvszbCoxf9fhBL8 { width:9.375rem;height:1.5625rem;top:14.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRpgWKueeye0bZxrDNX4lDZCm08p9eTd { width:5.187325rem;height:1.875rem;top:14rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxQTekbLsTgq38VtxOyH7vXf8vkk4ET3 { width:5.25rem;height:2.3125rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU5qZ0wRpdtHN9EzuxTczNGmU4rzzfg2 { width:6.9993125rem;height:3.125rem;top:16.9375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJAUs25961uoeoE4a8eGNA10nkLQ0s9V { width:2.687325rem;height:2.56214375rem;top:17.25rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rm2edQT9IarofEgUeVLTeTmOUv2W7Psr { width:4.8125rem;height:2.1875rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofRBaQWUE5Hfwn7UCWVK5pdkH1ihTh44 { width:5.812325rem;height:0.68714375rem;top:21.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEtp7CqC5tMJ3MvJyB3ggRRkFvh72OTO { width:5.1242875rem;height:1.49946875rem;top:21.0625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHwe0MTVPxScBkXvZsEe5mn2CTtBopGA { display:block; }#vHwe0MTVPxScBkXvZsEe5mn2CTtBopGA > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pqbKWPB4X4lvu0Jt0Cs4BugeyQrMJS8c { width:20rem;height:3.5738625rem;top:0.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3NNe8J7uLPQRGOzBT4aCCqMTEcEQFTw { width:20rem;height:6.5625rem;top:5.375rem;left:0rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #luRKTU7m0kTKJdZq2f3oFxVN9KxxJoyr { width:9.375rem;height:4.0625rem;top:12.6875rem;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) { #NIG6EouhX7uLxab5ni7akpWRl7Ih6ktX { width:9.375rem;height:4.0625rem;top:17.625rem;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) { #qtS2qVNXOaucHq7o0If9IuaXJJbf6aOJ { width:9.375rem;height:4.0625rem;top:17.625rem;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) { #DdyaVDBkGb5rn5S1rubuu8y09a1fT9v6 { width:9.375rem;height:4.0625rem;top:12.6875rem;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) { #SIHcnTyVoFI6cbAsopR7cA2WCN0I5SZ3 { width:9.375rem;height:4.0625rem;top:22.625rem;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) { #tlEhxEp2fx7zENtFzyuCT0DNgow2pPGG { width:8.5625rem;height:3.125rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHw5rDIhf3zwJxSWfcGLCvAIoRzhUkF7 { width:6.75rem;height:2.5rem;top:13.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyBv7TloPleO1snB1xv7O2bSRpi7EDE3 { width:8.4375rem;height:2.875rem;top:18.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpFBOHxwGWdni8cWkMnHW3E2bEQvTui9 { width:8.625rem;height:6.5rem;top:16.75rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4rPraz95fnrI43TCocoTkzRKVtFEWtr { width:9.375rem;height:4.5rem;top:23.34375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D8EXTyPODq2NeaXadIPC504WAxTk4rLB { width:9.375rem;height:4.0625rem;top:22.625rem;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) { #G7vTzu5deDPmSkSlkVqMJxDf5wc8KRmP { width:7.5rem;height:1.875rem;top:24.65625rem;left:11.5615234375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XC9M9udROqQkOS1Fzkp4HF4tIKfUnTdR { width:5.9375rem;height:3.99946875rem;top:22.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNsscuFJNqg9nuzagMGIzooNmz5NMnVL { width:5.625rem;height:3.81214375rem;top:22.75rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNyGLzGsRlVOuxPptyBgUAyTOE31kULZ { display:block; }#RNyGLzGsRlVOuxPptyBgUAyTOE31kULZ > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zE3fy6ZeqlHMInSIzuRLiyhPNqo1sTky { width:20rem;height:3.5738625rem;top:3.8742895126342rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbICQcuql7rzAMO8pQ6gGQmoi8mKPL2X { width:9.25rem;height:1.31303125rem;top:1.1250076293945rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #nfZ6saQvVbn6cq8CuOrADNhiC4srnTOQ { width:20rem;height:7.03125rem;top:7.9375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #VGyB2epGgbMXN6f9lQyiKnyXBJ0cMEWm { width:19.9375rem;height:3.75rem;top:19.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) { #CFT0OmL3QxNttDN2R8WGnGc0xTKhoefs { width:2.375rem;height:2.375rem;top:20.125rem;left:0.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB2uIBETvOE9cAQX5iLoEMeuZz5msPKx { width:16.25rem;height:1.13769375rem;top:20.75rem;left:3.75rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OITBd9yF0ePTsCmy6qABe2wei17ydEMH { width:20rem;height:2.9375rem;top:24.0625rem;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;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LOZ20SkvskBEf5rnmt9Nqi1yhfWHcKc8 { width:15.999625rem;height:1.31303125rem;top:25rem;left:4rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #AvCEXnlFHPkWrVJcpD2hGrKiVmcyG7MO { width:20rem;height:3.1875rem;top:27.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) { #hR8n6BneFrdnuqRgD81ToVIKkc1KB0so { width:13.6875rem;height:1.31303125rem;top:29rem;left:3.75rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #zXS5GKqlbXJv1hRlQH9N9oBtn9d1WkbS { width:19.9375rem;height:3.9375rem;top:32.1875rem;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) { #MTw6BtyaZgdfXdGesvETdLN2vq6N8mfB { width:19.9375rem;height:5.9375rem;top:37.3125rem;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;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #a92LTvCKkVpoqKd4ViNv7KDAcMq1UQPb { width:14.25rem;height:2.27415rem;top:33.4375rem;left:4.3125rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iU3fdBwRXiMlAlJwhM6bTFZysg72yF2G { width:16rem;height:4.897725rem;top:37.75rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #pBEiREAHnf24iGEepCnyhtf7rw1FTxeu { width:20rem;height:3.5rem;top:44.4375rem;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) { #ZUGTKZKcuAZowlMHQWSMx8U3BfdKmzv9 { width:14.5623125rem;height:2.625rem;top:45.5rem;left:3.75rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Mqc5qQJgIU364MgS223uEpaIT9Z1iGOp { width:1.749825rem;height:1.749825rem;top:33.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDQwhayszDOauXs2Rh1BWTtJaosUpGpn { display:flex;width:3.0625rem;height:3.0625rem;top:38.8125rem;left:0.4990234375rem; }
 }@media only screen and (max-width: 763px) { #GirEQkL1JE1XpcZ2e8dsgvptoItvyS10 { display:flex;width:2.1875rem;height:2.1875rem;top:28.625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #LypRBs2xhiOMLVp88PsTMCEJceUERIne { width:20rem;height:2.8125rem;top:15.648082733154rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #lsrz1EuTffGIOTF4Xc9gHvDQ9LAhvqNt { display:flex;width:2.1875rem;height:2.1875rem;top:24.5625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #vPsaqzTx7pQn3LQTT4nBi2aKfMOQQ2WA { display:flex;width:1.9992875rem;height:1.9992875rem;top:45.375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS { 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; }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS.adaptive-delivery-prevent-bg, #cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS.lazyload, #cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS.lazyloading { background-image: none; }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .row .container { background-color: transparent; background-image: none; }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .row .container > .video-iframe-container { display: none; }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .row > .video-iframe-container { display: none; }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .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); }#cCdHcmBh3JkIwd7wfTDnQA93Vem77UaS > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vbh6wd1ay2T83Zf9tEBEffeSWIffClTl { width:20rem;height:12.50851875rem;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) { #C5F3DfsWkccU9qpeaH5CTbqCvTyCMkkD { 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; }#C5F3DfsWkccU9qpeaH5CTbqCvTyCMkkD.adaptive-delivery-prevent-bg, #C5F3DfsWkccU9qpeaH5CTbqCvTyCMkkD.lazyload, #C5F3DfsWkccU9qpeaH5CTbqCvTyCMkkD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #t24pulGGtwQQSUpX7Od463SAb76U2air { 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; }#t24pulGGtwQQSUpX7Od463SAb76U2air.adaptive-delivery-prevent-bg, #t24pulGGtwQQSUpX7Od463SAb76U2air.lazyload, #t24pulGGtwQQSUpX7Od463SAb76U2air.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QOWiz4BkIhiceliswTSwC8mw1TOZ5iEv { display:block; }#QOWiz4BkIhiceliswTSwC8mw1TOZ5iEv > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R71UI1KDrsKxwbFoSoZokh3o1NioTEVU { width:20rem;height:3.5738625rem;top:3.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJXtDlx0Wy59wPTZtlweBZsVriNqatSD { width:12.0625rem;height:1.31303125rem;top:0.9375rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #JPvsLyFO9D9VuO15zJDPP8q9OexnkRHm { width:20rem;height:7.03125rem;top:7.8828125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #isGFG5idKguh9swfJErQmZLeTiEV0BHF { width:19.8994375rem;height:2.6494125rem;top:16.0390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sztSLX1bHaCE8ICG6lki7QGwJhTkfWzv { display:block; }
 }@media only screen and (max-width: 763px) { #GcpS2a67hoWLB6EDe8bFaaLsEAKu0slV { width:20rem;height:0;top:41.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #bsayfOFLaXCCk1xGHFqFcX8oaPSH8oXE { width:20rem;height:5.625rem;top:28.0625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #LLwszvto2N4iLp12cUq5XdQUNBMkMag2 { width:20rem;height:5.625rem;top:44.953125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #JMFZD45rOGX66z2BE9ONwer8AqWQK82V { width:20rem;height:6.4375rem;top:20rem;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:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a862fe13-51f1-4f77-af34-feaead02c983/img1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#JMFZD45rOGX66z2BE9ONwer8AqWQK82V.adaptive-delivery-prevent-bg, #JMFZD45rOGX66z2BE9ONwer8AqWQK82V.lazyload, #JMFZD45rOGX66z2BE9ONwer8AqWQK82V.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WOvBhwtfEaQ7qkhkSRxWlx17iTdm6eua { width:20rem;height:7.4375rem;top:35.578125rem;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) { #eNKpDzsw6GJc6wz6QcTxLSHRzXiLusan { display:block; }#eNKpDzsw6GJc6wz6QcTxLSHRzXiLusan > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrJZwi5SqmX5QGqvrvf3nBvG8WZ1FPST { width:20rem;height:5.36079375rem;top:13.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpXncrhGoaZQIux1dDsns3n2TdQaCOXQ { width:20rem;height:4.21875rem;top:20.28125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Rs2CsHLcmq3QxvDm4FxoBCBCiHegZSp0 { width:19.9rem;height:2.65rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FussaZTaAaAO6R9Ni8Ng808JTZmXiL3y { display:block; }
 }@media only screen and (max-width: 763px) { #GKETGKdp5Q3Hxhr1DZlEi4IPowqu2WVR { width:20rem;height:18.625rem;top:25.125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }#GKETGKdp5Q3Hxhr1DZlEi4IPowqu2WVR li:before{  }
 }@media only screen and (max-width: 763px) { #Q7OXMdw9qUtWZDwouUleg6N5bXmlZqDT { 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) { #GSxgJWfBZlhUVtdqLwy6xdX8fd7y0r8u { width:20rem;height:9.9375rem;top:3.375rem;left:-0.0625rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e3a43239-6de1-4925-b0f1-03e20ee18385/AdobeStock_641940270.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; }#GSxgJWfBZlhUVtdqLwy6xdX8fd7y0r8u.adaptive-delivery-prevent-bg, #GSxgJWfBZlhUVtdqLwy6xdX8fd7y0r8u.lazyload, #GSxgJWfBZlhUVtdqLwy6xdX8fd7y0r8u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mELgtoIUWE6IrxOPGS1ncrp0Fqql3nNT { display:block; }#mELgtoIUWE6IrxOPGS1ncrp0Fqql3nNT > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MPsV0uq8tV2pnb7vzFNcQm6ZzauWs61C { width:20rem;height:3.89915rem;top:13.75rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #oeRzEaavOvydX9qw07dcU4slu67yEWv6 { width:20rem;height:14.0625rem;top:18.4375rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sNbB6zC9OSdpcBgkECM8CiwZo9tx1Xin { width:20rem;height:10.1875rem;top:2.8125rem;left:0rem;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;display:block; }#sNbB6zC9OSdpcBgkECM8CiwZo9tx1Xin.adaptive-delivery-prevent-bg, #sNbB6zC9OSdpcBgkECM8CiwZo9tx1Xin.lazyload, #sNbB6zC9OSdpcBgkECM8CiwZo9tx1Xin.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #P1hTQByL7SFt3AdUAVS7OVE1y4xObrTx { width:11.0625rem;height:1.31303125rem;top:0.6875rem;left:0.6875rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #yctFTcOQQiwxGlp9SseJ1Iv6sx9ta0Ga { display:block; }#yctFTcOQQiwxGlp9SseJ1Iv6sx9ta0Ga > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s6mBTwUR33lMWpNsh6pzE1zALTv52L5F { width:10.9375rem;height:1.949575rem;top:1.37451171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KW86N4XvqAVAI3g71iAhTkNHgtrKRXAT { width:20rem;height:16.125rem;top:4.125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #U2Rrk8pM8ni3IPTrETTLdZWnLdz8cGKu { width:18.875rem;height:1.725rem;top:5.625rem;left:1.125rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v3VTQrclL9rJUb2Wg3TIl4Mv6pT30tNT { width:17.1875rem;height:1.13769375rem;top:8.25rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ca6vb4N0fBQR8Zh6JQvtZdKBpVL2U6Md { width:18.2480625rem;height:7.7983125rem;top:10.8125rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #clzx0JCu2A5i7pyxPkkwXV3dGAtd8CFv { width:18.6875rem;height:3.7375rem;top:23.25rem;left:0.875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Wv4WmJLl4ZicoiTntBPSAkfuQ691N0oE { width:18.3125rem;height:1.13769375rem;top:27.75rem;left:0.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KCQ2ya9iULJqB7Fn4sqOFaTccJvx09qS { width:17.8125rem;height:10.39775rem;top:30.125rem;left:1.125rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CcDgVhTHPoqcHkc3inGekEip5H2Md732 { width:20rem;height:20rem;top:21.75rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oerCVZ4mc1HqPvaPvVCQom1W5eqnI30R { width:19.743426125rem;height:2.493788625rem;top:53.499643325806rem;left:0rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #GWZiW3fp3tmWxayxDO5aUqhL3vdIDlPo { display:block; }
 }@media only screen and (max-width: 763px) { #TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW { background-color:#222222;background-image:none;display:block; }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .row .container { background-color: transparent; background-image: none; }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .row .container > .video-iframe-container { display: none; }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .row > .video-iframe-container { display: none; }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .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); }#TunnHWpGRrS7QIkbDOoVXtdIV0sBxhcW > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LunL3c7c9TdXqw9poiH3VHhCx3OxgzNT { width:11.1865rem;height:4.12475625rem;top:1.46484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1PooobGAc1pVb9EQUGTPOE7c2h0hKVo { width:0.125rem;height:1.875rem;top:1.25rem;left:9.9375rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #Bh6hsf9gKa1o5THvbksyvTKfqz6en2tU { width:20rem;height:5.2805375rem;top:6.2141914367676rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:transparent;background-image:none;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 .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { top:0.6853675842285rem;left:0rem;width:19.87571025rem;height:3.62571025rem;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;font-weight:700;font-style:normal;font-size:1.125rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;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; }
 }