.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:216,239,251;--color-primary-1:139,206,242;--color-primary-2:62,174,234;--color-primary-3:14,154,229;--color-primary-4:0,96,171;--color-secondary-0:252,245,217;--color-secondary-1:245,222,128;--color-secondary-2:235,189,0;--color-secondary-3:118,95,0;--color-secondary-4:35,28,0;--color-tertiary-0:255,255,255;--color-tertiary-1:155,155,155;--color-tertiary-2:50,50,50;--color-tertiary-3:22,22,22;--color-tertiary-4:0,0,0;--headlines-font-family:"Manrope";--paragraphs-font-family:"manrope"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);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;z-index:auto;display:block; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { background-color: transparent; background-image: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container > .video-iframe-container { display: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row > .video-iframe-container { display: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .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); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { border-width: 0; border-radius: 0; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#yg6qAqOG2IoCZTpxRzV7koGJlLeBXtc4 { 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; }
#RzTFsmD8P5UeXDZZaCLxyyTGAvqJrkel { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:75rem;top:0rem;left:0rem;display:block; }
#z02zAUn9z28xJlMsaSATs93WPEsrpl2e { 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:3.8125rem;width:10.3125rem;top:0.904541015625rem;left:0rem;overflow:hidden;display:block; }
#tyVTV9m7URC9LAuMFt4XobQlRClkhDzC { color:rgba(var(--color-primary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.25rem;left:50.1875rem;height:1.21875rem;font-style:normal;display:block; }
#IGerCnTIS3M845StDLJZhVifmI2xn9Jd { position:absolute;display:block;z-index:15023;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.375rem;left:48.8125rem;display:block; }#IGerCnTIS3M845StDLJZhVifmI2xn9Jd.adaptive-delivery-prevent-bg, #IGerCnTIS3M845StDLJZhVifmI2xn9Jd.lazyload, #IGerCnTIS3M845StDLJZhVifmI2xn9Jd.lazyloading { background-image: none; }
#CcXJx3LIKeoIz1uOUWcit41iNbpab1hC { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.8125rem;height:2.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.4375rem;left:60.1875rem;display:block; }
#TkGRnhtBddqrz30a2ya16V4lA344WpmJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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/0e06f196-6e4c-4cb6-9cc5-635a20fa33d5/Web1.jpg");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.61); }#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.61); }#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:40.1875rem;width:75rem;position:relative;display:block; }#T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.6875rem;left:0rem;height:11.7rem;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:rgba(var(--color-tertiary-0),1);display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:26.375rem;left:0rem;height:7.8rem;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; }
#qTxCOkXI8s3hMyZC34Mg6IPqU8stZUFl { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:"pt sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:9.0625rem;left:1.8125rem;display:none; }
#R6iwtU30yHk70T4ovN0EBxX81Iqs7lA2 { color:rgba(var(--color-primary-4),1);display:block;width:31rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:20.8125rem;left:0.875rem;height:1.3rem;display:block; }
#SobS8euyQStbQO9ccaNmOSHhHOPCnfp3 { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:2.125rem;width:28.75rem;top:20.375rem;left:0rem;display:block; }
#oxsRxmTC9HlosTG1K4ANyKIoKZb9eQGR { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:45.1875rem;top:2.3125rem;left:0rem;display:none; }
#PTrLzb06o0EXmAMIZxO8fc1a6CUdVwz4 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2.625rem;left:1.25rem;height:1.40625rem;font-style:normal;display:none; }
#fv5l1oSmGO3qyu5OZ67cN8RUtRIuip3t { color:rgba(var(--color-tertiary-1),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:5.5rem;left:3.75rem;height:1.3125rem;font-style:normal;display:none; }
#r8BvmWMK0bToTTNpTsCwBSKPBgreF3Dm { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:7.0625rem;left:3.75rem;height:1.40625rem;font-style:normal;display:none; }
#Ct14i8kfqWAFsHFELLV1ZFopiSI4ASOO { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:5.5rem;left:19.0625rem;height:1.31185rem;font-style:normal;display:none; }
#cRq9BPLCppOsBqPB8fNm356Bo0r6BHIr { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.0625rem;left:12.25rem;height:1.40625rem;font-style:normal;display:none; }
#HVpFaytXHm7x5sqcUihwTVsn5x00m6Qq { color:rgba(var(--color-tertiary-1),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:5.5rem;left:12rem;height:1.3125rem;font-style:normal;display:none; }
#AKNvmXuPhLPZaTJfk7lq5B6E2PsQIBi0 { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:5.5rem;left:26.3125rem;height:1.31185rem;font-style:normal;display:none; }
#POAikgJlhXyCs977dIffwbDfVVlAZF2s { color:rgba(var(--color-tertiary-3),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:7.0616340637206rem;left:19.0625rem;height:1.40625rem;font-style:normal;display:none; }
#MRQdi0lFMotD0xloyHLTPwHnJktNiASU { color:rgba(var(--color-tertiary-3),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:7.0625rem;left:26.3125rem;height:1.40625rem;font-style:normal;display:none; }
#qsGP0kuIK55T4mQnVKcNZlG2IQnKGXPK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.6875rem;width:48rem;display:none; }
#RTD3sbWo0lWGlbJwLDT6PE8wl3EPiIk5 { 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; }
#f3vEngkGKFm5UU7B3byRiWCF0myPC4i6 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.4383659362793rem;left:23.298610687256rem;height:2.2721375rem;display:none; }
#Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:23.5625rem;top:6.4375rem;left:50.248436927796rem;display:block; }
#FkW5TLcuTwXxLxJe8Z6fVFOAHg45FF6o { 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:15032;opacity:1;top:7.3765630722044rem;left:51.562500953674rem; }
#XawZAcxE7NL3TVfQBV93Ceb2I07oTtrL { color:rgba(var(--color-tertiary-0),1);display:block;width:19.2491875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.426562309265rem;left:54.612504005432rem;height:0;text-align:left;text-align-last:left;display:block; }
#vq7M13B7PJlnd4ycIKFEQuhwA8mv4M2i { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8671875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.8125rem;left:54.612504005432rem;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:20.9375rem;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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;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:20.9375rem;box-sizing:border-box;height:3.125rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:"pt sans";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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;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:20.9375rem;box-sizing:border-box;height:4.375rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:"pt sans";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:20.9375rem;box-sizing:border-box;height:3.125rem;color:#616161;font-family:var(--paragraphs-font-family);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:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20.9375rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-moz-placeholder { color:#616161;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-moz-placeholder { color:#616161;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-ms-input-placeholder { color:#616161;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-webkit-input-placeholder { color:#616161;font-family:var(--paragraphs-font-family);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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:400;color:#787878;vertical-align:top;width:19.6875rem;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:rgba(var(--color-tertiary-3),1);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:#f5f5f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.9375rem;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:11.99951171875rem;left:50.3125rem;font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.9375rem;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:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { background-color:#f5f5f5;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.9375rem;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:11.99951171875rem;left:50.3125rem;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 #eKae4orPOq3g23TaEx3U3kdaoDPT7Xnd { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ZuQote1zK1qWb8SB33FWabmialiSgEl6 { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #MT0zeUgZbbt0dtfJWdUROwqCsFZLPv9B { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe { position:relative; }
#qsR5aTIliDF1nhW9aBTkSA5e4CFCehT4 { 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; }
#cVDgU2OE7VkwVemKR3iIXCtUPZnGihTP { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kyhU2pySR8VlBybly6uvQR9PKJbcagVQ { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #gF9sni6TPGy7hatLPyzCHQf4DfgVMMgr { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cKKJg097R7XnEpX7EIGwnqtC04gA3MQp { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #T0oksz0b4ta1davrodW7b51hwIRQxTSD { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kt9hOnJ2qalAg6AOZ1ILzh5VEosmdrvd { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #HopE8U1AZaqxDMiuaWzVT2MQHO0dQDqm { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH { position:relative; }
#WnAUcpsK9qJU4RM1EFKfwlKEK5uxOfhz { position:relative;display:block; }#WnAUcpsK9qJU4RM1EFKfwlKEK5uxOfhz { background-color: transparent; background-image: none; }#WnAUcpsK9qJU4RM1EFKfwlKEK5uxOfhz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnAUcpsK9qJU4RM1EFKfwlKEK5uxOfhz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnAUcpsK9qJU4RM1EFKfwlKEK5uxOfhz > .row .container > .video-iframe-container { display: none; }#WnAUcpsK9qJU4RM1EFKfwlKEK5uxOfhz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WnAUcpsK9qJU4RM1EFKfwlKEK5uxOfhz > .row > .video-iframe-container { display: none; }#WnAUcpsK9qJU4RM1EFKfwlKEK5uxOfhz > .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); }#WnAUcpsK9qJU4RM1EFKfwlKEK5uxOfhz { border-width: 0; border-radius: 0; }#WnAUcpsK9qJU4RM1EFKfwlKEK5uxOfhz > .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; }#WnAUcpsK9qJU4RM1EFKfwlKEK5uxOfhz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#Wt1NLRoe3GPncCoO8i8oR5Qvc7emcTA7 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:41.375rem;top:3.624267578125rem;left:0rem;display:block; }
#vC4I5IK55toprJg06aviEsULB55vAcpc { color:rgba(var(--color-tertiary-1),1);display:block;width:4.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7.125rem;left:5.375rem;height:1.3125rem;font-style:normal;display:block; }
#piLtUDTWbhHM0cx6daCnFeTuHUFpPduc { color:rgba(var(--color-tertiary-3),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.6875rem;left:5.375rem;height:1.40625rem;font-style:normal;display:block; }
#JR8t8Wts3O2pvZibzJ8uqu1dM6HDhCG1 { color:rgba(var(--color-tertiary-3),1);display:block;width:4.43725625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.6875rem;left:15.25rem;height:1.40625rem;font-style:normal;display:block; }
#hX25HkbMwuX0RW4wJOWQ9IfaQpJclk1A { color:rgba(var(--color-tertiary-1),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.125rem;left:15.25rem;height:1.3125rem;font-style:normal;display:block; }
#BVNPfGp0V0RapNAT5fLA3O3i2Vqm2v5T { color:rgba(var(--color-tertiary-3),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.6875rem;left:23.875rem;height:1.40625rem;font-style:normal;display:block; }
#CRgovNITslcmm9Fy8MkeroUAaFxB0kco { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.125rem;left:23.875rem;height:1.3125rem;font-style:normal;display:block; }
#aw1TWqfy0encLpuF4gsEOzXy1VTWVWrX { color:rgba(var(--color-tertiary-3),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.6875rem;left:32.5rem;height:1.40625rem;font-style:normal;display:block; }
#DyVBgZVKHewlsUqik0bZ1dBWfvg3eJkC { color:rgba(var(--color-tertiary-1),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.125rem;left:32.5rem;height:1.3125rem;font-style:normal;display:block; }
#hvXdnimfsN4qv3XTJse7mSAodEAv8iLd { color:rgba(var(--color-tertiary-0),1);display:block;width:37.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:3.826904296875rem;left:1.904296875rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JSDBWdZ5CA66mvbdTHB2kuK7k4i41wF8 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.560302734375rem;left:1.904296875rem;height:2.275rem;display:block; }
#RJkzTzWfBiWXePGsm9EUzD7Dux6I1aPn { position:relative;display:block; }#RJkzTzWfBiWXePGsm9EUzD7Dux6I1aPn { background-color: transparent; background-image: none; }#RJkzTzWfBiWXePGsm9EUzD7Dux6I1aPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJkzTzWfBiWXePGsm9EUzD7Dux6I1aPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJkzTzWfBiWXePGsm9EUzD7Dux6I1aPn > .row .container > .video-iframe-container { display: none; }#RJkzTzWfBiWXePGsm9EUzD7Dux6I1aPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJkzTzWfBiWXePGsm9EUzD7Dux6I1aPn > .row > .video-iframe-container { display: none; }#RJkzTzWfBiWXePGsm9EUzD7Dux6I1aPn > .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); }#RJkzTzWfBiWXePGsm9EUzD7Dux6I1aPn { border-width: 0; border-radius: 0; }#RJkzTzWfBiWXePGsm9EUzD7Dux6I1aPn > .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; }#RJkzTzWfBiWXePGsm9EUzD7Dux6I1aPn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#AuPxruZEyhqVZrLLM7O0872uGr2z9miv { color:rgba(var(--color-tertiary-3),1);display:block;width:15.746875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4539060592651rem;left:0rem;height:2.35625rem;font-style:normal;display:block; }
#O7kpNc9WVrRuwN02HBXvsAXqhDggNm8Q { position:relative;display:block; }#O7kpNc9WVrRuwN02HBXvsAXqhDggNm8Q { background-color: transparent; background-image: none; }#O7kpNc9WVrRuwN02HBXvsAXqhDggNm8Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7kpNc9WVrRuwN02HBXvsAXqhDggNm8Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7kpNc9WVrRuwN02HBXvsAXqhDggNm8Q > .row .container > .video-iframe-container { display: none; }#O7kpNc9WVrRuwN02HBXvsAXqhDggNm8Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O7kpNc9WVrRuwN02HBXvsAXqhDggNm8Q > .row > .video-iframe-container { display: none; }#O7kpNc9WVrRuwN02HBXvsAXqhDggNm8Q > .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); }#O7kpNc9WVrRuwN02HBXvsAXqhDggNm8Q { border-width: 0; border-radius: 0; }#O7kpNc9WVrRuwN02HBXvsAXqhDggNm8Q > .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; }#O7kpNc9WVrRuwN02HBXvsAXqhDggNm8Q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.4375rem;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; }#F7pOyJwAbEIK8khJIOo45octgKtToyZh { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.5rem;height:4.21875rem;font-style:normal;display:block; }
#DAviDLdTWAJSWLRhWpIOirrFpLkayp1J { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.5rem;height:1.625rem;font-style:normal;display:block; }
#dKv9AVBfulOZfyZ5WGoZMEXfMqVTCyuU { color:rgba(var(--color-primary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.5rem;height:2.35625rem;font-style:normal;display:block; }
#URRWJ0bR1FtyEOJeea6EpTEDL5AoS2Zk { color:rgba(var(--color-primary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:28.875rem;height:2.35625rem;font-style:normal;display:block; }
#SPt8v8oGRoav7U7iX67dJwL0XOLfGL6n { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.3125rem;left:28.875rem;height:1.625rem;font-style:normal;display:block; }
#PHXEkmo0QlNmSSzG3eXZhCNNHbwxA32b { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:28.875rem;height:4.21875rem;font-style:normal;display:block; }
#Tli7XdZKWosLtByLbB539qKNqb7fEMrn { color:rgba(var(--color-primary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);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; }
#fOFlBBIRdpXE7vtCFd5xFpOLMKt54O5Z { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5rem;left:54.375rem;height:1.625rem;font-style:normal;display:block; }
#M4lTulHVDNTUAIyFylSPiWa4OsgykzFn { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6.9375rem;left:54.1875rem;height:4.21875rem;font-style:normal;display:block; }
#gNpZD9ckBHP3L0eqGXKimIFNbDrNg2AL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gNpZD9ckBHP3L0eqGXKimIFNbDrNg2AL > .row .container { background-color: transparent; background-image: none; }#gNpZD9ckBHP3L0eqGXKimIFNbDrNg2AL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNpZD9ckBHP3L0eqGXKimIFNbDrNg2AL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNpZD9ckBHP3L0eqGXKimIFNbDrNg2AL > .row .container > .video-iframe-container { display: none; }#gNpZD9ckBHP3L0eqGXKimIFNbDrNg2AL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gNpZD9ckBHP3L0eqGXKimIFNbDrNg2AL > .row > .video-iframe-container { display: none; }#gNpZD9ckBHP3L0eqGXKimIFNbDrNg2AL > .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); }#gNpZD9ckBHP3L0eqGXKimIFNbDrNg2AL > .row .container { border-width: 0; border-radius: 0; }#gNpZD9ckBHP3L0eqGXKimIFNbDrNg2AL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gNpZD9ckBHP3L0eqGXKimIFNbDrNg2AL > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#Ti7N6kxOsUlANVLAzizVZLd6CmGl5mM7 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.1087265014649rem;left:1.1870670318604rem;height:9.50625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lse3iwV3r7tuFlFvTCa8uoLk8TWf1KIP { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.583rem;height:2.52050625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:33.6552734375rem;left:1.1865234375rem;display:block; }
#tN19C7nRJyRITl8nNeqJucgN8gKwT4vX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IKQhx2BknHu7M4cPAHKWck5tcACoJybo { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:8.9214410781863rem;left:41.029735565186rem;height:7.03125rem;font-style:normal;display:block; }
#P2NCoSQsyEEB9zZzGhnpzTvzUaKV7vGD { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:5.875rem;left:40.75rem;height:1.875rem;font-style:normal;display:block; }
#xKqLsRCxhNbbv6lRslHFTS6lXTGW24Dz { 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:2.5625rem;left:40.625rem;display:block; }#xKqLsRCxhNbbv6lRslHFTS6lXTGW24Dz.adaptive-delivery-prevent-bg, #xKqLsRCxhNbbv6lRslHFTS6lXTGW24Dz.lazyload, #xKqLsRCxhNbbv6lRslHFTS6lXTGW24Dz.lazyloading { background-image: none; }
#cE7sXAf0V3S0OhUTTQBUUrK7aM5tZMdx { color:rgba(var(--color-tertiary-0),1);display:block;width:32.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:14.546435832977rem;left:1.1870670318604rem;height:5.625rem;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; }
#FA8ANLtVh8kWsldgeEzuK9JOWP5q9CRW { color:rgba(var(--color-tertiary-0),1);display:block;width:33.499375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:21.451824188233rem;left:1.1870670318604rem;height:9.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#FA8ANLtVh8kWsldgeEzuK9JOWP5q9CRW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FA8ANLtVh8kWsldgeEzuK9JOWP5q9CRW li:before{  }
#GAoeJNbgzUaWdBIOEIvOcWmlTHf7B2TT { position:absolute;display:block;z-index:15038;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:20.125rem;left:58rem;display:block; }#GAoeJNbgzUaWdBIOEIvOcWmlTHf7B2TT.adaptive-delivery-prevent-bg, #GAoeJNbgzUaWdBIOEIvOcWmlTHf7B2TT.lazyload, #GAoeJNbgzUaWdBIOEIvOcWmlTHf7B2TT.lazyloading { background-image: none; }
#D1NIVuK3z5KZq4B4xyvZrm0CrIOcpG9f { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:23.25rem;left:58.125rem;height:1.875rem;font-style:normal;display:block; }
#zHBOSc57FOWmOuT4gVb7tVvHR9epFiHS { color:rgba(var(--color-tertiary-0),1);display:block;width:15.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:26.125rem;left:58.3125rem;height:4.21875rem;font-style:normal;display:block; }
#mu7yf5wnmwob3T9nGwfeIVqGTLN0bAaR { color:rgba(var(--color-tertiary-0),1);display:block;width:14.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:10.3125rem;left:58rem;height:4.21875rem;font-style:normal;display:block; }
#NduLu9N4p7budHSAUIoslv6ANMux05ll { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:5.875rem;left:58rem;height:3.75rem;font-style:normal;display:block; }
#VUH1CzA4RJpayLk2TAdX9IF5TkAMlTZD { position:absolute;display:block;z-index:15036;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4211c3be-bb18-4f14-989f-8195ce99f249/ic_diploma.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:2.5618491172791rem;left:57.999134063721rem;display:block; }#VUH1CzA4RJpayLk2TAdX9IF5TkAMlTZD.adaptive-delivery-prevent-bg, #VUH1CzA4RJpayLk2TAdX9IF5TkAMlTZD.lazyload, #VUH1CzA4RJpayLk2TAdX9IF5TkAMlTZD.lazyloading { background-image: none; }
#Z8n1i0rR2pDgtRBcref0FT3iaTeGtSVH { color:rgba(var(--color-tertiary-0),1);display:block;width:15.561rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:26.5625rem;left:40.625rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NByfc7tcEqKJmThnEK67t9wvTNwT1PiG { color:rgba(var(--color-tertiary-0),1);display:block;width:15.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:23.4375rem;left:40.75rem;height:1.875rem;font-style:normal;display:block; }
#RB9cd1TfL2RTt4aadTkZp4DN8yowtLpH { position:absolute;display:block;z-index:15035;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:20.1875rem;left:40.75rem;display:block; }#RB9cd1TfL2RTt4aadTkZp4DN8yowtLpH.adaptive-delivery-prevent-bg, #RB9cd1TfL2RTt4aadTkZp4DN8yowtLpH.lazyload, #RB9cd1TfL2RTt4aadTkZp4DN8yowtLpH.lazyloading { background-image: none; }
#tomvqNx1UfmHXTbg2Rf5L2MDWTrCG9Tt { position:relative;display:block; }#tomvqNx1UfmHXTbg2Rf5L2MDWTrCG9Tt { background-color: transparent; background-image: none; }#tomvqNx1UfmHXTbg2Rf5L2MDWTrCG9Tt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tomvqNx1UfmHXTbg2Rf5L2MDWTrCG9Tt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tomvqNx1UfmHXTbg2Rf5L2MDWTrCG9Tt > .row .container > .video-iframe-container { display: none; }#tomvqNx1UfmHXTbg2Rf5L2MDWTrCG9Tt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tomvqNx1UfmHXTbg2Rf5L2MDWTrCG9Tt > .row > .video-iframe-container { display: none; }#tomvqNx1UfmHXTbg2Rf5L2MDWTrCG9Tt > .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); }#tomvqNx1UfmHXTbg2Rf5L2MDWTrCG9Tt { border-width: 0; border-radius: 0; }#tomvqNx1UfmHXTbg2Rf5L2MDWTrCG9Tt > .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; }#tomvqNx1UfmHXTbg2Rf5L2MDWTrCG9Tt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.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; }#fCp6QxE8crkIFySUBXixi2PoTUV3EwF3 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:1.1875rem;height:2.35625rem;font-style:normal;display:block; }
#SUQzKDvUWvASitVmqzm4ZTzKL6WVVNDy { color:rgba(var(--color-tertiary-3),1);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5.8125rem;left:1.1875rem;height:1.40625rem;font-style:normal;display:block; }
#x2p4qgOpDqs9pyDbA1Jv4HiEWuGyWzbF { position:relative;display:block; }#x2p4qgOpDqs9pyDbA1Jv4HiEWuGyWzbF { background-color: transparent; background-image: none; }#x2p4qgOpDqs9pyDbA1Jv4HiEWuGyWzbF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2p4qgOpDqs9pyDbA1Jv4HiEWuGyWzbF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2p4qgOpDqs9pyDbA1Jv4HiEWuGyWzbF > .row .container > .video-iframe-container { display: none; }#x2p4qgOpDqs9pyDbA1Jv4HiEWuGyWzbF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2p4qgOpDqs9pyDbA1Jv4HiEWuGyWzbF > .row > .video-iframe-container { display: none; }#x2p4qgOpDqs9pyDbA1Jv4HiEWuGyWzbF > .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); }#x2p4qgOpDqs9pyDbA1Jv4HiEWuGyWzbF { border-width: 0; border-radius: 0; }#x2p4qgOpDqs9pyDbA1Jv4HiEWuGyWzbF > .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; }#x2p4qgOpDqs9pyDbA1Jv4HiEWuGyWzbF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sqP2SwMBgsUTiiuk3qVxWOQ6Cmm0KwJK { color:rgba(var(--color-primary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#Tl7MLtHK0rdd4HIvTbTVpNPh9XlKdLoc { color:rgba(var(--color-tertiary-3),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.5rem;left:26.5625rem;height:5.625rem;font-style:normal;display:block; }
#dKWn2TJl9XM0OZgZZAddqFcmkCGrWo3q { 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; }
#pnlVRhEEdkS8bEovzIDZZL3OrtrgTAMc { 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; }
#cF11FuTXrmWuNom1NgwOttAlItkCH1hf { 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; }
#F8lK6LIErCklpInhu3olN0ntUBLMXB91 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5rem;left:1.5625rem;height:5.625rem;font-style:normal;display:block; }
#TIzxgaTfuPN9N76s08kJyaNMMfqLmKSs { color:rgba(var(--color-primary-4),1);display:block;width:21.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:26.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#PKq3xIi7oubBc15pc8x5vnWnBTkHfzdr { color:rgba(var(--color-tertiary-3),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:8.4375rem;left:51.5625rem;height:5.625rem;font-style:normal;display:block; }
#d2Rh2a9zSRQelerhLFbL5HclI46R1AAl { color:rgba(var(--color-primary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:51.5625rem;height:2.11263125rem;font-style:normal;display:block; }
#doRpAWBv56KrMA8316JLrUiVuaog1aVr { position:absolute;display:block;z-index:15011;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e3efb25-ecc2-4ff2-87db-56cc972e342d/uranking.svg");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:6.125rem;top:4.6875rem;left:26.5625rem;display:block; }#doRpAWBv56KrMA8316JLrUiVuaog1aVr.adaptive-delivery-prevent-bg, #doRpAWBv56KrMA8316JLrUiVuaog1aVr.lazyload, #doRpAWBv56KrMA8316JLrUiVuaog1aVr.lazyloading { background-image: none; }
#Txvy78MIayreWvqRLWgpd7VqHUUwxGAW { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3eef5184-4184-44c0-bd52-c48cfd9637bc/forbeslogo01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:7.25rem;top:5.0607633590698rem;left:1.5625rem;display:block; }#Txvy78MIayreWvqRLWgpd7VqHUUwxGAW.adaptive-delivery-prevent-bg, #Txvy78MIayreWvqRLWgpd7VqHUUwxGAW.lazyload, #Txvy78MIayreWvqRLWgpd7VqHUUwxGAW.lazyloading { background-image: none; }
#f1yH5lzMARqlaqL8RZFed3sp8nMTdxTT { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/005d7d0f-9247-4e9a-8b16-f6700234480a/logo_coordenadas.svg");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:9.6875rem;top:4.6875rem;left:51.5625rem;display:block; }#f1yH5lzMARqlaqL8RZFed3sp8nMTdxTT.adaptive-delivery-prevent-bg, #f1yH5lzMARqlaqL8RZFed3sp8nMTdxTT.lazyload, #f1yH5lzMARqlaqL8RZFed3sp8nMTdxTT.lazyloading { background-image: none; }
#xLcorlNTJPi3a8rmmweKVliCdy3x0g1p { position:relative;display:block; }#xLcorlNTJPi3a8rmmweKVliCdy3x0g1p { background-color: transparent; background-image: none; }#xLcorlNTJPi3a8rmmweKVliCdy3x0g1p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLcorlNTJPi3a8rmmweKVliCdy3x0g1p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLcorlNTJPi3a8rmmweKVliCdy3x0g1p > .row .container > .video-iframe-container { display: none; }#xLcorlNTJPi3a8rmmweKVliCdy3x0g1p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xLcorlNTJPi3a8rmmweKVliCdy3x0g1p > .row > .video-iframe-container { display: none; }#xLcorlNTJPi3a8rmmweKVliCdy3x0g1p > .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); }#xLcorlNTJPi3a8rmmweKVliCdy3x0g1p { border-width: 0; border-radius: 0; }#xLcorlNTJPi3a8rmmweKVliCdy3x0g1p > .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; }#xLcorlNTJPi3a8rmmweKVliCdy3x0g1p > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TT2UrylRvrZbZvA6woxdadeMQgfIGbx3 { color:rgba(var(--color-tertiary-3),1);display:block;width:35.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:2.75rem;height:2.35625rem;font-style:normal;display:block; }
#A1XT3GdFQKRwGsNMCPaGFx7ovEWtdMrN { color:rgba(var(--color-tertiary-3),1);display:block;width:46rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.875rem;left:2.6875rem;height:2.8125rem;font-style:normal;display:block; }
#HZIFTqeWlGrOvb8k5RcLMVo8F4dVp4H8 { 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:12rem;left:2.75rem;display:block; }
#VNZyRT9IAEW9dOE6t7BE2Bkf8za2yw80 { 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:12rem;left:21.3125rem;display:block; }
#U5l5ZW1pmdiq8vWnDEBDK40xButpLUPO { 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:12rem;left:38.625rem;display:block; }
#Pmbz7dHUXgdCsOK1Q2aIZeVfuAoCD5Le { 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:12rem;left:55.6875rem;display:block; }
#DWJWuqrfu8gnAb9rxeOV5oW28kDGSmo8 { 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:12.75rem;left:3.6875rem;display:block; }#DWJWuqrfu8gnAb9rxeOV5oW28kDGSmo8.adaptive-delivery-prevent-bg, #DWJWuqrfu8gnAb9rxeOV5oW28kDGSmo8.lazyload, #DWJWuqrfu8gnAb9rxeOV5oW28kDGSmo8.lazyloading { background-image: none; }
#l1TQc1TcN53mNCy4HQ9Pz6t0iNxe1cwL { 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:12.875rem;left:22.8125rem;display:block; }#l1TQc1TcN53mNCy4HQ9Pz6t0iNxe1cwL.adaptive-delivery-prevent-bg, #l1TQc1TcN53mNCy4HQ9Pz6t0iNxe1cwL.lazyload, #l1TQc1TcN53mNCy4HQ9Pz6t0iNxe1cwL.lazyloading { background-image: none; }
#u31TbMSzFvVNQf5zyzV63LHf6uTJm9rt { 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:3.81185rem;width:10.4373125rem;top:12.8125rem;left:39.8125rem;display:block; }#u31TbMSzFvVNQf5zyzV63LHf6uTJm9rt.adaptive-delivery-prevent-bg, #u31TbMSzFvVNQf5zyzV63LHf6uTJm9rt.lazyload, #u31TbMSzFvVNQf5zyzV63LHf6uTJm9rt.lazyloading { background-image: none; }
#lVUREH4JKsykR15Du6D50XiEMwpiu076 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba7701d9-6c3b-47a9-b882-4e6c6bde8be7/quanticaPhotoRoom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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.93728125rem;width:11.936875rem;top:13.25rem;left:56.3125rem;display:block; }#lVUREH4JKsykR15Du6D50XiEMwpiu076.adaptive-delivery-prevent-bg, #lVUREH4JKsykR15Du6D50XiEMwpiu076.lazyload, #lVUREH4JKsykR15Du6D50XiEMwpiu076.lazyloading { background-image: none; }
#V9yx2Hi6q6UBG2FXcMJ4cl7tH5K6tGbn { position:relative;display:block; }#V9yx2Hi6q6UBG2FXcMJ4cl7tH5K6tGbn { background-color: transparent; background-image: none; }#V9yx2Hi6q6UBG2FXcMJ4cl7tH5K6tGbn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9yx2Hi6q6UBG2FXcMJ4cl7tH5K6tGbn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9yx2Hi6q6UBG2FXcMJ4cl7tH5K6tGbn > .row .container > .video-iframe-container { display: none; }#V9yx2Hi6q6UBG2FXcMJ4cl7tH5K6tGbn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9yx2Hi6q6UBG2FXcMJ4cl7tH5K6tGbn > .row > .video-iframe-container { display: none; }#V9yx2Hi6q6UBG2FXcMJ4cl7tH5K6tGbn > .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); }#V9yx2Hi6q6UBG2FXcMJ4cl7tH5K6tGbn { border-width: 0; border-radius: 0; }#V9yx2Hi6q6UBG2FXcMJ4cl7tH5K6tGbn > .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; }#V9yx2Hi6q6UBG2FXcMJ4cl7tH5K6tGbn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gTShtA7FczWL2voDmSzKRhczXUOJk2pL { color:rgba(var(--color-tertiary-3),1);display:block;width:23.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:2.375rem;height:4.7125rem;font-style:normal;display:block; }
#OCvHN2fQFCqHbD4FqtshdiHmT4JOHThn { color:rgba(var(--color-tertiary-1),1);display:block;width:11.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.56103515625rem;left:2.374267578125rem;height:1.40625rem;font-style:normal;display:block; }
#Xd4w6P2Ml2BRo5hoLLTkDvmEuOPh8e2W { color:rgba(var(--color-tertiary-3),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:11.3125rem;left:2.375rem;height:4.21875rem;font-style:normal;display:block; }
#iC4MLswwTrx6aO4teDSR164gw5qihP50 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:9.5625rem;width:11.375rem;top:2.562141418457rem;left:43.249286651611rem;display:block; }
#yDc1gE4CJCgiLVTq0VWv2ulLTtTeesyv { 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:16.6875rem;left:44.1875rem;display:block; }#yDc1gE4CJCgiLVTq0VWv2ulLTtTeesyv.adaptive-delivery-prevent-bg, #yDc1gE4CJCgiLVTq0VWv2ulLTtTeesyv.lazyload, #yDc1gE4CJCgiLVTq0VWv2ulLTtTeesyv.lazyloading { background-image: none; }
#dFLy9fcdvqfXe4F0xZVbHZ4n1U3bAGGn { color:rgba(var(--color-tertiary-3),1);display:block;width:9.4998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.3741321563719rem;left:44.255641937256rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OGsJS7m6H3xwRf1w9GXxszhVWI8ehuUu { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:9.5625rem;width:11.3125rem;top:2.562141418457rem;left:58.812141418457rem;display:block; }
#TJ1TD0PPDbofbCzfC6ypbpPITcNJCWXS { color:rgba(var(--color-tertiary-3),1);display:block;width:10.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:7.3741321563719rem;left:59.412982940674rem;height:3.9375rem;font-style:normal;display:block; }
#JvVfIqfqaD7XRZalmFerRKqeGXgrNCVK { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:9.1875rem;width:11.375rem;top:15.499130249024rem;left:58.811855316162rem;display:block; }
#x2FwrffohtvG2mna1MB3M6OI7T25wS2b { color:rgba(var(--color-tertiary-3),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:20.374351501465rem;left:59.937068939209rem;height:3.9375rem;font-style:normal;display:block; }
#PNHJgpFOseb83A87VVftSXMWuhZ21vIe { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:9.8125rem;width:11.375rem;top:15.499130249024rem;left:43.248699188233rem;display:block; }
#QAGuN3AGcRJIqNKsPdvaAfAWWgSJU6VF { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.25rem;width:11.25rem;top:15.6875rem;left:50.5625rem;display:none; }
#Ax4DPTW7iWvr1L00tmPMUVVQ8pMPRrbU { color:rgba(var(--color-tertiary-3),1);display:block;width:10.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:20.374349594116rem;left:43.957248687744rem;height:3.9375rem;font-style:normal;display:block; }
#TTMQFIEa4e3HTOu5alfqSWAO9Cm2pNgQ { color:rgba(var(--color-tertiary-3),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:20.5625rem;left:51.28125rem;height:0;font-style:normal;display:none; }
#hkeVdT7HpOgi2RkFmFt5HyzQnmFT1Bdh { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.25rem;width:11.25rem;top:15.6875rem;left:63.625rem;display:none; }
#LD83cTlnRAO4BeShKm7P82Jik0JWM45k { color:rgba(var(--color-tertiary-3),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:20.5625rem;left:64.4375rem;height:0;font-style:normal;display:none; }
#O8hUXnFfrxogwSTn7IyWVL6nKdIZ1pTl { 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:17.109375rem;left:51.71875rem;display:none; }#O8hUXnFfrxogwSTn7IyWVL6nKdIZ1pTl.adaptive-delivery-prevent-bg, #O8hUXnFfrxogwSTn7IyWVL6nKdIZ1pTl.lazyload, #O8hUXnFfrxogwSTn7IyWVL6nKdIZ1pTl.lazyloading { background-image: none; }
#MRd3kKRr6LXSsU9tOaFKkJ08uPNnQsbX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:16.734375rem;left:64.375rem;display:none; }
#v9MAJO2OvfemnPlEdr7TvWGHmaHpcnpl { 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.6875rem;left:43.25rem; }
#DoBddncTrbCCckB2bXBWSiVvcH5uJq7Q { 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:15035;opacity:1;top:4.125rem;left:59.9375rem; }
#lPG0I69mlxmo25fDoe70gvctaZVfbG39 { 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:17rem;left:59.6875rem; }
#WQwbGvvIXNSOyIP0PuGLbUfTdSamrsfy { color:rgba(var(--color-tertiary-3),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:17.625rem;left:2.375rem;height:2.8125rem;font-style:normal;display:block; }
#ssovb1y0sV1niZpTuODpgfnn60sZxVgF { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.2485625rem;height:2.6860375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:22.2314453125rem;left:2.374267578125rem;display:block; }
#OzT0wKQSEpIKCMTyPceeIJUcytBPhJTx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl.adaptive-delivery-prevent-bg, #bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl.lazyload, #bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl.lazyloading { background-image: none; }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .row .container { background-color: transparent; background-image: none; }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .row .container > .video-iframe-container { display: none; }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .row > .video-iframe-container { display: none; }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .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); }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .row .container { border-width: 0; border-radius: 0; }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ITKzDZpAv9KCnPh9Z6aol8TLxZdFu5o9 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875002384186rem;left:0rem;height:12.1875rem;font-style:normal;display:block; }
#p49EI8hBTekx23cTeZH6HTp44M0ACfmm { 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; }
#U20mgqGvbhDSPNcckJETE3utrJagrgAc { 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; }
#GDx3LP0G7XO5caV82dNGBV2l1tQJtID3 { position:relative;display:block; }#GDx3LP0G7XO5caV82dNGBV2l1tQJtID3 { background-color: transparent; background-image: none; }#GDx3LP0G7XO5caV82dNGBV2l1tQJtID3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDx3LP0G7XO5caV82dNGBV2l1tQJtID3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDx3LP0G7XO5caV82dNGBV2l1tQJtID3 > .row .container > .video-iframe-container { display: none; }#GDx3LP0G7XO5caV82dNGBV2l1tQJtID3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GDx3LP0G7XO5caV82dNGBV2l1tQJtID3 > .row > .video-iframe-container { display: none; }#GDx3LP0G7XO5caV82dNGBV2l1tQJtID3 > .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); }#GDx3LP0G7XO5caV82dNGBV2l1tQJtID3 { border-width: 0; border-radius: 0; }#GDx3LP0G7XO5caV82dNGBV2l1tQJtID3 > .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; }#GDx3LP0G7XO5caV82dNGBV2l1tQJtID3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height: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; }#TpvfhkFZwu5Qu18roMFGulQMAq46SRcD { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:1.125rem;height:2.35625rem;font-style:normal;display:block; }
#TzFlT73xhTp98ml6wUSCUSTEUv8Ibo3G { color:rgba(var(--color-tertiary-1),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:1.25rem;left:1.125rem;height:1.40625rem;font-style:normal;display:block; }
#U4UUepuRK2yItsCkLMaJk64ZI4hEPgss { color:rgba(var(--color-tertiary-3),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.85986328125rem;left:1.124267578125rem;height:5.625rem;font-style:normal;display:block; }
#IV7X4FGip9XNhz1XrS29TZz2tF4vDN65 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.28025rem;height:2.717775rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:16.1083984375rem;left:1.124267578125rem;display:block; }
#KS3cTGKsSyu62DACdgKMST3QD5vCuTUJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b7CTzRw3zAq6GX1RlEsQ5RiGgopTvv4g { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:1.25rem;left:14.4375rem;height:0;font-style:normal;display:block; }
#CC9xas8wmTTIN3R0E9KLweITrXJwsyFH { color:rgba(var(--color-tertiary-3),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:2.375rem;left:51.375rem;height:5.625rem;font-style:normal;display:block; }
#OH64u0tVaUd2dggWkUbTTEw3cbEt38Df { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.890625rem;left:51.375rem;height:4.21875rem;font-style:normal;display:block; }
#WcJZmtuWLTtuMQpB9FfVUKez7HhSWyyD { 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; }#WcJZmtuWLTtuMQpB9FfVUKez7HhSWyyD.adaptive-delivery-prevent-bg, #WcJZmtuWLTtuMQpB9FfVUKez7HhSWyyD.lazyload, #WcJZmtuWLTtuMQpB9FfVUKez7HhSWyyD.lazyloading { background-image: none; }
#F9Wuwvkl01pCm2lJPc4dKQcVz8kVtybp { 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; }#F9Wuwvkl01pCm2lJPc4dKQcVz8kVtybp.adaptive-delivery-prevent-bg, #F9Wuwvkl01pCm2lJPc4dKQcVz8kVtybp.lazyload, #F9Wuwvkl01pCm2lJPc4dKQcVz8kVtybp.lazyloading { background-image: none; }
#ZgPp7PLLfxdLf5d656PmgmBQ08mpmErf { color:rgba(var(--color-primary-4),1);display:block;width:13.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.671142578125rem;left:1.124267578125rem;height:1.40625rem;font-style:normal;display:block; }
#L5qLpUdPmEmBUiKOE1DCLpGo0Jvnp3g7 { position:relative;display:block; }#L5qLpUdPmEmBUiKOE1DCLpGo0Jvnp3g7 { background-color: transparent; background-image: none; }#L5qLpUdPmEmBUiKOE1DCLpGo0Jvnp3g7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5qLpUdPmEmBUiKOE1DCLpGo0Jvnp3g7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5qLpUdPmEmBUiKOE1DCLpGo0Jvnp3g7 > .row .container > .video-iframe-container { display: none; }#L5qLpUdPmEmBUiKOE1DCLpGo0Jvnp3g7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5qLpUdPmEmBUiKOE1DCLpGo0Jvnp3g7 > .row > .video-iframe-container { display: none; }#L5qLpUdPmEmBUiKOE1DCLpGo0Jvnp3g7 > .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); }#L5qLpUdPmEmBUiKOE1DCLpGo0Jvnp3g7 { border-width: 0; border-radius: 0; }#L5qLpUdPmEmBUiKOE1DCLpGo0Jvnp3g7 > .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; }#L5qLpUdPmEmBUiKOE1DCLpGo0Jvnp3g7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.1875rem;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; }#IhAxGaBZKLdvg4ydeqx6hK8LlgNvVSro { color:rgba(var(--color-tertiary-3),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.25rem;left:38.8125rem;height:4.7125rem;font-style:normal;display:block; }
#JEPpMXMZeldcBG03mDlyGefydif13BEP { color:rgba(var(--color-tertiary-3),1);display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.25rem;left:38.8125rem;height:2.8125rem;font-style:normal;display:block; }
#BsAc6fw6w1GT3DMp5d8DXyW67Wn93P4C { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.125rem;left:39.8125rem;display:block; }
#wrlOdONyVi10r0NrKRLRtQ0byT0tuOQ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MKyHh7rCttpvHU9vMmMJ5g9veXUMazeI { color:rgba(var(--color-tertiary-3),1);display:block;width:29.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:14rem;left:39rem;height:12.0625rem;font-style:normal;display:block; }#MKyHh7rCttpvHU9vMmMJ5g9veXUMazeI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MKyHh7rCttpvHU9vMmMJ5g9veXUMazeI li:before{  }
#m4CMmJyUzKr9kBaSW4Mrg1WdiCCI34Wx { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/278db931-64f3-463d-ac46-221aa8cc1b64/teambrainstormmeetinginmodernoffice.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:28.9375rem;width:36rem;top:1.5625rem;left:1.25rem;display:block; }#m4CMmJyUzKr9kBaSW4Mrg1WdiCCI34Wx.adaptive-delivery-prevent-bg, #m4CMmJyUzKr9kBaSW4Mrg1WdiCCI34Wx.lazyload, #m4CMmJyUzKr9kBaSW4Mrg1WdiCCI34Wx.lazyloading { background-image: none; }
#nVytr5dBCI6BCoTJTT7FXpp17ymsGZTM { color:rgba(var(--color-tertiary-1),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.3125rem;left:38.75rem;height:1.40625rem;font-style:normal;display:block; }
#SMiTllJCHaS3VnyOLTp6A1EKV9xCH8Gx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SMiTllJCHaS3VnyOLTp6A1EKV9xCH8Gx > .row .container { background-color: transparent; background-image: none; }#SMiTllJCHaS3VnyOLTp6A1EKV9xCH8Gx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMiTllJCHaS3VnyOLTp6A1EKV9xCH8Gx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMiTllJCHaS3VnyOLTp6A1EKV9xCH8Gx > .row .container > .video-iframe-container { display: none; }#SMiTllJCHaS3VnyOLTp6A1EKV9xCH8Gx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMiTllJCHaS3VnyOLTp6A1EKV9xCH8Gx > .row > .video-iframe-container { display: none; }#SMiTllJCHaS3VnyOLTp6A1EKV9xCH8Gx > .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); }#SMiTllJCHaS3VnyOLTp6A1EKV9xCH8Gx > .row .container { border-width: 0; border-radius: 0; }#SMiTllJCHaS3VnyOLTp6A1EKV9xCH8Gx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SMiTllJCHaS3VnyOLTp6A1EKV9xCH8Gx > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#TAgWucktPTt6ofm7vq2EHc69x0cf9l5T { color:#003f70;display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.87451171875rem;left:40.12451171875rem;height:4.875rem;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; }
#FfN35olIcVgp73itprz3z4wXp99b7yar { color:rgba(var(--color-tertiary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.623779296875rem;left:40.12451171875rem;height:10.4rem;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; }
#Paf0BI1DzfA4Ztc0sLoDm0URpvaDUFlM { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width: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; }
#uw3oXyOC7SzuAPohQMhZAwrhIoHo6TiO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDlWPOOnlnlanWmO5Nm8TfMeHyhg0ONO { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4ea3c718-2947-40cb-aa4f-9fa0e64e973c/Web2.jpg");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:25rem;width:35.7498125rem;top:0.93750047683719rem;left:1.3125rem;display:block; }#RDlWPOOnlnlanWmO5Nm8TfMeHyhg0ONO.adaptive-delivery-prevent-bg, #RDlWPOOnlnlanWmO5Nm8TfMeHyhg0ONO.lazyload, #RDlWPOOnlnlanWmO5Nm8TfMeHyhg0ONO.lazyloading { background-image: none; }
#Ie7k5qle1be010At2Qkgw7OfIqdLgCZA { color:rgba(var(--color-tertiary-1),1);display:block;width:11.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.484375rem;left:40.12451171875rem;height:1.40625rem;font-style:normal;display:block; }
#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { border-width: 0; border-radius: 0; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:75rem;position:relative;display:none; }#hDV4T8anVW29CtoxrPRnhot3GAgw0FGT { color:#003f70;display:block;width:10.9375rem;position:absolute;font-family:"pt sans";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; }
#gl2POuOymaBEvEruDUdx7ebxmQHGrvkH { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.1) ;height:13.6875rem;width:45.3125rem;top:7.0625rem;left:0rem;display:block; }
#rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { color:#003f70;display:block;width:20.4375rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:8.4375rem;left:1.1875rem;height:1.949575rem;text-align:left;text-align-last:left;display:block; }
#sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { color:#003f70;display:block;width:40.25rem;position:absolute;font-family:"pt sans";font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.75rem;left:1.1875rem;height:1.13606875rem;text-align:left;text-align-last:left;display:block; }
#hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { color:rgba(var(--color-tertiary-2),1);display:block;width:42.6875rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.1875rem;left:1.1875rem;height:5.85069375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#g5DLb1GvCPKX99KUTvWyZTfSLDURT1QM { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.1) ;height:12.625rem;width:45.3125rem;top:22.375rem;left:0rem;display:block; }
#NDvUbgoWU0GeDCT2HAJpIfacJs3F0cir { color:#003f70;display:block;width:41.125rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:23.75rem;left:1.25rem;height:1.9487875rem;text-align:left;text-align-last:left;display:block; }
#n7QaTCUpEeXauJIdUbKVQZlzusfZ0oPF { color:#003f70;display:block;width:40.25rem;position:absolute;font-family:"pt sans";font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:26.0625rem;left:1.25rem;height:1.13606875rem;text-align:left;text-align-last:left;display:block; }
#RX4hLTyTkyA3T42uulWHJBICNo3Z974N { color:rgba(var(--color-tertiary-2),1);display:block;width:42.5rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:28.5rem;left:1.25rem;height:4.38801875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#bhOJq25DvwQ57yPXcb7A5rVdycNy8nII { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bhOJq25DvwQ57yPXcb7A5rVdycNy8nII > .row .container { border-width: 0; border-radius: 0; }#bhOJq25DvwQ57yPXcb7A5rVdycNy8nII > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bhOJq25DvwQ57yPXcb7A5rVdycNy8nII > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:75rem;position:relative;display:none; }#DJfaZ9RZ67GVMVPGRfy6zXwdd5D8oCMr { color:#003f70;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.6861991882324rem;left:0.93750190734863rem;height:2.43706875rem;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; }
#WupZQGKbmvC6RH2ANM7qIATuz8F1hLgC { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.1) ;height:15.3125rem;width:33.875rem;top:6.25rem;left:3rem;display:block; }
#L375XAlZWsgbuuqBiEOkuq1T7I7mvMXB { color:#003f70;display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:7.4375rem;left:4.1875rem;height:1.9487875rem;text-align:left;text-align-last:left;display:block; }
#R1BmU09laJCyrDzadoC88rZM3TEd4UCO { color:rgba(var(--color-primary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:10.0625rem;left:4.1875rem;height:1.13606875rem;text-align:left;text-align-last:left;display:block; }
#KvIG4L5hLII1wUITfT1BICGaMJIJEOTA { color:rgba(var(--color-tertiary-2),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:12.5rem;left:4.1875rem;height:6.4995625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VrL58SadHIO7uM6n1hlT4AraZHMM5g27 { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);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(var(--color-tertiary-4),0.1) ;height:15.3125rem;width:34.124375rem;top:6.25rem;left:38.6875rem;display:block; }
#KdD08Vp7AF6fHNSNLWFPix3FkkxNTi2f { color:rgba(var(--color-tertiary-2),1);display:block;width:32.9373125rem;position:absolute;font-family:"pt sans";font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:12.8125rem;left:39.3125rem;height:5.85069375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#aPl6qdsrAZrg8f3dUdvaTI4bveeG2gfp { color:#003f70;display:block;width:34.4375rem;position:absolute;font-family:"pt sans";font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:10.0625rem;left:39.8125rem;height:1.13606875rem;text-align:left;text-align-last:left;display:block; }
#a6cwBr6QVfIcRBC8EA8fKm869lZKzltx { color:#003f70;display:block;width:31.8120625rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7.4375rem;left:39.875rem;height:1.9487875rem;text-align:left;text-align-last:left;display:block; }
#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 { 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; }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .row .container { background-color: transparent; background-image: none; }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .row .container > .video-iframe-container { display: none; }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .row > .video-iframe-container { display: none; }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .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); }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .row .container { border-width: 0; border-radius: 0; }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#UQHynAZIEyhp7gT21BuAWCPpd8b4WOzM { 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.666259765625rem;left:0rem;overflow:hidden;display:block; }
#s8e0ODSKVwnXIfO3Rac6TvkpcJnFmlyk { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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; }
#XSiMpugazTwCeOMCQ2d8y3fszX1hnamS { color:rgba(var(--color-tertiary-4),1);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.225rem;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:rgba(var(--color-secondary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { border-width: 0; border-radius: 0; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:none; }#L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:glober;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #o3novLOTJqkqqMmLPnNMe77cXbRQfPBg { display:block; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg6qAqOG2IoCZTpxRzV7koGJlLeBXtc4 { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzTFsmD8P5UeXDZZaCLxyyTGAvqJrkel { top:0rem;left:0rem;width:47.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z02zAUn9z28xJlMsaSATs93WPEsrpl2e { width:10.3125rem;height:3.8125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyVTV9m7URC9LAuMFt4XobQlRClkhDzC { top:2.25rem;left:36.5625rem;width:8.25rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGerCnTIS3M845StDLJZhVifmI2xn9Jd { top:2.375rem;left:35.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcXJx3LIKeoIz1uOUWcit41iNbpab1hC { width:12.75rem;height:2.6875rem;top:1.4375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkGRnhtBddqrz30a2ya16V4lA344WpmJ { 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:41.25rem;height:;top:6.6875rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:38.875rem;height:7.75rem;top:26.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTxCOkXI8s3hMyZC34Mg6IPqU8stZUFl { top:9.0625rem;left:0rem;width:16.3125rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #R6iwtU30yHk70T4ovN0EBxX81Iqs7lA2 { top:20.8125rem;left:0rem;width:30.9375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SobS8euyQStbQO9ccaNmOSHhHOPCnfp3 { top:20.375rem;left:0rem;width:28.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxsRxmTC9HlosTG1K4ANyKIoKZb9eQGR { top:2.3125rem;left:0rem;width:45.1875rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTrLzb06o0EXmAMIZxO8fc1a6CUdVwz4 { top:38.1875rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fv5l1oSmGO3qyu5OZ67cN8RUtRIuip3t { top:5.5rem;left:0rem;width:4.5625rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8BvmWMK0bToTTNpTsCwBSKPBgreF3Dm { top:44rem;left:0rem;width:4.5625rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ct14i8kfqWAFsHFELLV1ZFopiSI4ASOO { top:5.5rem;left:5.4375rem;width:7.25rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cRq9BPLCppOsBqPB8fNm356Bo0r6BHIr { top:7.0625rem;left:0rem;width:8.1875rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HVpFaytXHm7x5sqcUihwTVsn5x00m6Qq { top:5.5rem;left:0rem;width:8.6875rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AKNvmXuPhLPZaTJfk7lq5B6E2PsQIBi0 { top:36.6875rem;left:0rem;width:3.75rem;height:1.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #POAikgJlhXyCs977dIffwbDfVVlAZF2s { top:7rem;left:5.4375rem;width:5.125rem;height:1.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRQdi0lFMotD0xloyHLTPwHnJktNiASU { top:43.8125rem;left:0rem;width:3.75rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsGP0kuIK55T4mQnVKcNZlG2IQnKGXPK { width:30.4375rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTD3sbWo0lWGlbJwLDT6PE8wl3EPiIk5 { display:none; }
 }@media only screen and (max-width: 763px) { #f3vEngkGKFm5UU7B3byRiWCF0myPC4i6 { top:31.4375rem;left:0rem;width:20rem;height:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { top:6.4375rem;left:24.1875rem;width:23.5625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkW5TLcuTwXxLxJe8Z6fVFOAHg45FF6o { top:7.375rem;left:37.937500953674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XawZAcxE7NL3TVfQBV93Ceb2I07oTtrL { top:7.375rem;left:28.5625rem;width:19.1875rem;height:0;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq7M13B7PJlnd4ycIKFEQuhwA8mv4M2i { top:9.8125rem;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 #eKae4orPOq3g23TaEx3U3kdaoDPT7Xnd {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ZuQote1zK1qWb8SB33FWabmialiSgEl6 { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #MT0zeUgZbbt0dtfJWdUROwqCsFZLPv9B {  }
 }@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) { #qsR5aTIliDF1nhW9aBTkSA5e4CFCehT4 { 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) { #cVDgU2OE7VkwVemKR3iIXCtUPZnGihTP { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kyhU2pySR8VlBybly6uvQR9PKJbcagVQ {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #gF9sni6TPGy7hatLPyzCHQf4DfgVMMgr {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cKKJg097R7XnEpX7EIGwnqtC04gA3MQp {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #T0oksz0b4ta1davrodW7b51hwIRQxTSD {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kt9hOnJ2qalAg6AOZ1ILzh5VEosmdrvd {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #HopE8U1AZaqxDMiuaWzVT2MQHO0dQDqm {  }
 }@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) { #WnAUcpsK9qJU4RM1EFKfwlKEK5uxOfhz { display:block; }#WnAUcpsK9qJU4RM1EFKfwlKEK5uxOfhz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wt1NLRoe3GPncCoO8i8oR5Qvc7emcTA7 { top:3.5625rem;left:0rem;width:41.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC4I5IK55toprJg06aviEsULB55vAcpc { top:7.125rem;left:0rem;width:4.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #piLtUDTWbhHM0cx6daCnFeTuHUFpPduc { top:8.6875rem;left:0rem;width:5.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR8t8Wts3O2pvZibzJ8uqu1dM6HDhCG1 { top:8.6875rem;left:1.625rem;width:4.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX25HkbMwuX0RW4wJOWQ9IfaQpJclk1A { top:7.125rem;left:1.625rem;width:6rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVNPfGp0V0RapNAT5fLA3O3i2Vqm2v5T { top:8.6875rem;left:10.25rem;width:5.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRgovNITslcmm9Fy8MkeroUAaFxB0kco { top:7.125rem;left:10.25rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw1TWqfy0encLpuF4gsEOzXy1VTWVWrX { top:8.6875rem;left:18.875rem;width:6.5625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyVBgZVKHewlsUqik0bZ1dBWfvg3eJkC { top:7.125rem;left:18.875rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvXdnimfsN4qv3XTJse7mSAodEAv8iLd { top:3.8125rem;left:0rem;width:37.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSDBWdZ5CA66mvbdTHB2kuK7k4i41wF8 { top:0.5rem;left:0rem;width:41.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJkzTzWfBiWXePGsm9EUzD7Dux6I1aPn { display:block; }#RJkzTzWfBiWXePGsm9EUzD7Dux6I1aPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuPxruZEyhqVZrLLM7O0872uGr2z9miv { top:2.4375rem;left:0rem;width:15.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7kpNc9WVrRuwN02HBXvsAXqhDggNm8Q { display:block; }#O7kpNc9WVrRuwN02HBXvsAXqhDggNm8Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7pOyJwAbEIK8khJIOo45octgKtToyZh { top:6.9375rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAviDLdTWAJSWLRhWpIOirrFpLkayp1J { top:4.5rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKv9AVBfulOZfyZ5WGoZMEXfMqVTCyuU { top:1.4375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URRWJ0bR1FtyEOJeea6EpTEDL5AoS2Zk { 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) { #SPt8v8oGRoav7U7iX67dJwL0XOLfGL6n { 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) { #PHXEkmo0QlNmSSzG3eXZhCNNHbwxA32b { 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) { #Tli7XdZKWosLtByLbB539qKNqb7fEMrn { 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) { #fOFlBBIRdpXE7vtCFd5xFpOLMKt54O5Z { 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) { #M4lTulHVDNTUAIyFylSPiWa4OsgykzFn { 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) { #gNpZD9ckBHP3L0eqGXKimIFNbDrNg2AL { display:block; }#gNpZD9ckBHP3L0eqGXKimIFNbDrNg2AL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ti7N6kxOsUlANVLAzizVZLd6CmGl5mM7 { top:3.0625rem;left:0rem;width:33.75rem;height:9.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lse3iwV3r7tuFlFvTCa8uoLk8TWf1KIP { width:12.5625rem;height:2.5rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN19C7nRJyRITl8nNeqJucgN8gKwT4vX { display:block; }
 }@media only screen and (max-width: 763px) { #IKQhx2BknHu7M4cPAHKWck5tcACoJybo { top:8.875rem;left:27.404735565186rem;width:14.75rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2NCoSQsyEEB9zZzGhnpzTvzUaKV7vGD { top:5.875rem;left:27.125rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKqLsRCxhNbbv6lRslHFTS6lXTGW24Dz { top:2.5625rem;left:27rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE7sXAf0V3S0OhUTTQBUUrK7aM5tZMdx { top:14.5rem;left:0rem;width:32.5rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA8ANLtVh8kWsldgeEzuK9JOWP5q9CRW { top:21.4375rem;left:0rem;width:33.4375rem;height:9.6875rem;font-size:0.9375rem;display:block; }#FA8ANLtVh8kWsldgeEzuK9JOWP5q9CRW li:before{  }
 }@media only screen and (max-width: 763px) { #GAoeJNbgzUaWdBIOEIvOcWmlTHf7B2TT { top:20.125rem;left:44.375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1NIVuK3z5KZq4B4xyvZrm0CrIOcpG9f { top:23.25rem;left:32.375rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHBOSc57FOWmOuT4gVb7tVvHR9epFiHS { top:26.125rem;left:32.75rem;width:15rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu7yf5wnmwob3T9nGwfeIVqGTLN0bAaR { top:10.3125rem;left:33.3125rem;width:14.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NduLu9N4p7budHSAUIoslv6ANMux05ll { top:5.875rem;left:32.375rem;width:15.3125rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUH1CzA4RJpayLk2TAdX9IF5TkAMlTZD { top:2.5rem;left:44.374134063721rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8n1i0rR2pDgtRBcref0FT3iaTeGtSVH { top:26.5625rem;left:27rem;width:15.5rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NByfc7tcEqKJmThnEK67t9wvTNwT1PiG { top:23.4375rem;left:27.125rem;width:15.3125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB9cd1TfL2RTt4aadTkZp4DN8yowtLpH { top:20.1875rem;left:27.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tomvqNx1UfmHXTbg2Rf5L2MDWTrCG9Tt { display:block; }#tomvqNx1UfmHXTbg2Rf5L2MDWTrCG9Tt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCp6QxE8crkIFySUBXixi2PoTUV3EwF3 { top:2.8125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUQzKDvUWvASitVmqzm4ZTzKL6WVVNDy { top:5.8125rem;left:0rem;width:47.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2p4qgOpDqs9pyDbA1Jv4HiEWuGyWzbF { display:block; }#x2p4qgOpDqs9pyDbA1Jv4HiEWuGyWzbF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqP2SwMBgsUTiiuk3qVxWOQ6Cmm0KwJK { top:1.4375rem;left:0rem;width:21.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7MLtHK0rdd4HIvTbTVpNPh9XlKdLoc { top:8.5rem;left:14.125rem;width:17.625rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKWn2TJl9XM0OZgZZAddqFcmkCGrWo3q { display:none; }
 }@media only screen and (max-width: 763px) { #pnlVRhEEdkS8bEovzIDZZL3OrtrgTAMc { display:none; }
 }@media only screen and (max-width: 763px) { #cF11FuTXrmWuNom1NgwOttAlItkCH1hf { display:none; }
 }@media only screen and (max-width: 763px) { #F8lK6LIErCklpInhu3olN0ntUBLMXB91 { top:8.5rem;left:0rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIzxgaTfuPN9N76s08kJyaNMMfqLmKSs { top:1.4375rem;left:10.5625rem;width:21.1875rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKq3xIi7oubBc15pc8x5vnWnBTkHfzdr { top:8.4375rem;left:28.8125rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2Rh2a9zSRQelerhLFbL5HclI46R1AAl { top:1.4375rem;left:24.1875rem;width:23.4375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #doRpAWBv56KrMA8316JLrUiVuaog1aVr { top:4.6875rem;left:15.875rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txvy78MIayreWvqRLWgpd7VqHUUwxGAW { top:5rem;left:0rem;width:7.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1yH5lzMARqlaqL8RZFed3sp8nMTdxTT { top:4.6875rem;left:31.75rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLcorlNTJPi3a8rmmweKVliCdy3x0g1p { display:block; }#xLcorlNTJPi3a8rmmweKVliCdy3x0g1p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT2UrylRvrZbZvA6woxdadeMQgfIGbx3 { top:2.4375rem;left:0rem;width:35.8125rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1XT3GdFQKRwGsNMCPaGFx7ovEWtdMrN { top:6.875rem;left:0rem;width:45.9375rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZIFTqeWlGrOvb8k5RcLMVo8F4dVp4H8 { top:12rem;left:0rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNZyRT9IAEW9dOE6t7BE2Bkf8za2yw80 { top:12rem;left:7.6875rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5l5ZW1pmdiq8vWnDEBDK40xButpLUPO { top:12rem;left:25rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmbz7dHUXgdCsOK1Q2aIZeVfuAoCD5Le { top:12rem;left:34.9375rem;width:12.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWJWuqrfu8gnAb9rxeOV5oW28kDGSmo8 { top:12.75rem;left:0rem;width:10.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1TQc1TcN53mNCy4HQ9Pz6t0iNxe1cwL { top:12.875rem;left:9.1875rem;width:9.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u31TbMSzFvVNQf5zyzV63LHf6uTJm9rt { top:12.8125rem;left:26.1875rem;width:10.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVUREH4JKsykR15Du6D50XiEMwpiu076 { top:13.25rem;left:35.875rem;width:11.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9yx2Hi6q6UBG2FXcMJ4cl7tH5K6tGbn { display:block; }#V9yx2Hi6q6UBG2FXcMJ4cl7tH5K6tGbn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTShtA7FczWL2voDmSzKRhczXUOJk2pL { top:5.0625rem;left:0rem;width:23.625rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCvHN2fQFCqHbD4FqtshdiHmT4JOHThn { top:2.5rem;left:0rem;width:11.9375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd4w6P2Ml2BRo5hoLLTkDvmEuOPh8e2W { top:11.3125rem;left:0rem;width:28.5rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC4MLswwTrx6aO4teDSR164gw5qihP50 { top:2.5rem;left:23.875rem;width:11.375rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDc1gE4CJCgiLVTq0VWv2ulLTtTeesyv { top:16.6875rem;left:23.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFLy9fcdvqfXe4F0xZVbHZ4n1U3bAGGn { top:7.3125rem;left:23.875rem;width:9.4375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGsJS7m6H3xwRf1w9GXxszhVWI8ehuUu { top:2.5rem;left:36.3125rem;width:11.3125rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ1TD0PPDbofbCzfC6ypbpPITcNJCWXS { top:7.3125rem;left:37.5625rem;width:10.1875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvVfIqfqaD7XRZalmFerRKqeGXgrNCVK { top:15.4375rem;left:36.25rem;width:11.375rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2FwrffohtvG2mna1MB3M6OI7T25wS2b { top:20.3125rem;left:37.75rem;width:10rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNHJgpFOseb83A87VVftSXMWuhZ21vIe { top:15.4375rem;left:23.875rem;width:11.375rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAGuN3AGcRJIqNKsPdvaAfAWWgSJU6VF { top:15.6875rem;left:30.125rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax4DPTW7iWvr1L00tmPMUVVQ8pMPRrbU { top:20.3125rem;left:23.875rem;width:10.8125rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTMQFIEa4e3HTOu5alfqSWAO9Cm2pNgQ { top:20.5625rem;left:30.84375rem;width:9.9375rem;height:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkeVdT7HpOgi2RkFmFt5HyzQnmFT1Bdh { top:15.6875rem;left:36.375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LD83cTlnRAO4BeShKm7P82Jik0JWM45k { top:20.5625rem;left:37.375rem;width:10.375rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8hUXnFfrxogwSTn7IyWVL6nKdIZ1pTl { top:17.0625rem;left:31.28125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRd3kKRr6LXSsU9tOaFKkJ08uPNnQsbX { top:16.6875rem;left:43.9375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9MAJO2OvfemnPlEdr7TvWGHmaHpcnpl { top:3.6875rem;left:23.875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoBddncTrbCCckB2bXBWSiVvcH5uJq7Q { top:4.125rem;left:39.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPG0I69mlxmo25fDoe70gvctaZVfbG39 { top:17rem;left:39.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQwbGvvIXNSOyIP0PuGLbUfTdSamrsfy { top:17.625rem;left:0rem;width:27.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssovb1y0sV1niZpTuODpgfnn60sZxVgF { width:14.1875rem;height:2.625rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzT0wKQSEpIKCMTyPceeIJUcytBPhJTx { display:block; }
 }@media only screen and (max-width: 763px) { #bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl { display:block; }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITKzDZpAv9KCnPh9Z6aol8TLxZdFu5o9 { top:3.6875rem;left:0rem;width:44.5625rem;height:12.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p49EI8hBTekx23cTeZH6HTp44M0ACfmm { display:none; }
 }@media only screen and (max-width: 763px) { #U20mgqGvbhDSPNcckJETE3utrJagrgAc { display:none; }
 }@media only screen and (max-width: 763px) { #GDx3LP0G7XO5caV82dNGBV2l1tQJtID3 { display:block; }#GDx3LP0G7XO5caV82dNGBV2l1tQJtID3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpvfhkFZwu5Qu18roMFGulQMAq46SRcD { top:3.4375rem;left:0rem;width:35.1875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzFlT73xhTp98ml6wUSCUSTEUv8Ibo3G { top:1.25rem;left:0rem;width:13.1875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4UUepuRK2yItsCkLMaJk64ZI4hEPgss { top:8.8125rem;left:0rem;width:28.125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV7X4FGip9XNhz1XrS29TZz2tF4vDN65 { width:14.25rem;height:2.6875rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS3cTGKsSyu62DACdgKMST3QD5vCuTUJ { display:block; }
 }@media only screen and (max-width: 763px) { #b7CTzRw3zAq6GX1RlEsQ5RiGgopTvv4g { top:1.25rem;left:1.375rem;width:22.5rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CC9xas8wmTTIN3R0E9KLweITrXJwsyFH { 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) { #OH64u0tVaUd2dggWkUbTTEw3cbEt38Df { 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) { #WcJZmtuWLTtuMQpB9FfVUKez7HhSWyyD { top:1.25rem;left:23.875rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Wuwvkl01pCm2lJPc4dKQcVz8kVtybp { top:11.125rem;left:23.875rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgPp7PLLfxdLf5d656PmgmBQ08mpmErf { top:6.625rem;left:0rem;width:13.1875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5qLpUdPmEmBUiKOE1DCLpGo0Jvnp3g7 { display:block; }#L5qLpUdPmEmBUiKOE1DCLpGo0Jvnp3g7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhAxGaBZKLdvg4ydeqx6hK8LlgNvVSro { top:4.25rem;left:11.5625rem;width:36.125rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEPpMXMZeldcBG03mDlyGefydif13BEP { top:10.25rem;left:19.9375rem;width:27.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsAc6fw6w1GT3DMp5d8DXyW67Wn93P4C { width:14.25rem;height:2.6875rem;top:27.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrlOdONyVi10r0NrKRLRtQ0byT0tuOQ0 { display:block; }
 }@media only screen and (max-width: 763px) { #MKyHh7rCttpvHU9vMmMJ5g9veXUMazeI { top:14rem;left:17.9375rem;width:29.75rem;height:12rem;font-size:0.9375rem;display:block; }#MKyHh7rCttpvHU9vMmMJ5g9veXUMazeI li:before{  }
 }@media only screen and (max-width: 763px) { #m4CMmJyUzKr9kBaSW4Mrg1WdiCCI34Wx { top:1.5625rem;left:0rem;width:36rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVytr5dBCI6BCoTJTT7FXpp17ymsGZTM { top:2.3125rem;left:23.875rem;width:11.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMiTllJCHaS3VnyOLTp6A1EKV9xCH8Gx { display:block; }#SMiTllJCHaS3VnyOLTp6A1EKV9xCH8Gx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAgWucktPTt6ofm7vq2EHc69x0cf9l5T { top:3.8125rem;left:13.0625rem;width:34.6875rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfN35olIcVgp73itprz3z4wXp99b7yar { top:10.5625rem;left:16.5rem;width:31.25rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Paf0BI1DzfA4Ztc0sLoDm0URpvaDUFlM { width:14.3125rem;height:2.75rem;top:27.8125rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uw3oXyOC7SzuAPohQMhZAwrhIoHo6TiO { display:block; }
 }@media only screen and (max-width: 763px) { #RDlWPOOnlnlanWmO5Nm8TfMeHyhg0ONO { top:0.9375rem;left:0rem;width:35.6875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ie7k5qle1be010At2Qkgw7OfIqdLgCZA { top:1.4375rem;left:26.49951171875rem;width:11rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { display:block; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDV4T8anVW29CtoxrPRnhot3GAgw0FGT { top:2.5rem;left:0rem;width:10.9375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl2POuOymaBEvEruDUdx7ebxmQHGrvkH { top:7.0625rem;left:0rem;width:45.3125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { top:8.4375rem;left:0rem;width:20.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { top:10.75rem;left:0rem;width:40.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { top:13.1875rem;left:0rem;width:42.6875rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5DLb1GvCPKX99KUTvWyZTfSLDURT1QM { top:22.375rem;left:0rem;width:45.3125rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDvUbgoWU0GeDCT2HAJpIfacJs3F0cir { top:23.75rem;left:0rem;width:41.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7QaTCUpEeXauJIdUbKVQZlzusfZ0oPF { top:26.0625rem;left:0rem;width:40.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX4hLTyTkyA3T42uulWHJBICNo3Z974N { top:28.5rem;left:0rem;width:42.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhOJq25DvwQ57yPXcb7A5rVdycNy8nII { display:block; }#bhOJq25DvwQ57yPXcb7A5rVdycNy8nII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJfaZ9RZ67GVMVPGRfy6zXwdd5D8oCMr { top:1.625rem;left:0rem;width:10.9375rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WupZQGKbmvC6RH2ANM7qIATuz8F1hLgC { top:6.25rem;left:0rem;width:33.8125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L375XAlZWsgbuuqBiEOkuq1T7I7mvMXB { top:7.4375rem;left:0rem;width:27.1875rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1BmU09laJCyrDzadoC88rZM3TEd4UCO { top:10.0625rem;left:0rem;width:23.8125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvIG4L5hLII1wUITfT1BICGaMJIJEOTA { top:12.5rem;left:0rem;width:30.8125rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrL58SadHIO7uM6n1hlT4AraZHMM5g27 { top:6.25rem;left:13.6875rem;width:34.0625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdD08Vp7AF6fHNSNLWFPix3FkkxNTi2f { top:12.8125rem;left:14.875rem;width:32.875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPl6qdsrAZrg8f3dUdvaTI4bveeG2gfp { top:10.0625rem;left:13.3125rem;width:34.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6cwBr6QVfIcRBC8EA8fKm869lZKzltx { top:7.4375rem;left:16rem;width:31.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 { display:block; }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQHynAZIEyhp7gT21BuAWCPpd8b4WOzM { width:10.3125rem;height:3.8125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8e0ODSKVwnXIfO3Rac6TvkpcJnFmlyk { top:1.25rem;left:47.625rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XSiMpugazTwCeOMCQ2d8y3fszX1hnamS { top:6.875rem;left:0rem;width:31.125rem;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) { #o3novLOTJqkqqMmLPnNMe77cXbRQfPBg { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { background-color: transparent; background-image: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container > .video-iframe-container { display: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row > .video-iframe-container { display: none; }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .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); }#o3novLOTJqkqqMmLPnNMe77cXbRQfPBg > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yg6qAqOG2IoCZTpxRzV7koGJlLeBXtc4 { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #RzTFsmD8P5UeXDZZaCLxyyTGAvqJrkel { width:20rem;height:5.25rem;top:54.6081484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z02zAUn9z28xJlMsaSATs93WPEsrpl2e { width:10.249rem;height:3.81225625rem;top:1.06201171875rem;left:4.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyVTV9m7URC9LAuMFt4XobQlRClkhDzC { width:8.25rem;height:auto;top:2.25rem;left:5.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGerCnTIS3M845StDLJZhVifmI2xn9Jd { width:0.9375rem;height:0.9375rem;top:2.375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcXJx3LIKeoIz1uOUWcit41iNbpab1hC { width:12.75rem;height:2.6875rem;top:1.4375rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkGRnhtBddqrz30a2ya16V4lA344WpmJ { 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:99.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:20rem;height:5.85rem;top:1.9367189407349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:20rem;height:6.375rem;top:12.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #qTxCOkXI8s3hMyZC34Mg6IPqU8stZUFl { top:8.8125rem;left:1.8098958134651rem;width:16.3736875rem;height:2.6rem;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:#0060ab;font-family:manrope;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6iwtU30yHk70T4ovN0EBxX81Iqs7lA2 { width:20rem;height:auto;top:20.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #SobS8euyQStbQO9ccaNmOSHhHOPCnfp3 { width:20rem;height:2.0625rem;top:20.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxsRxmTC9HlosTG1K4ANyKIoKZb9eQGR { width:20rem;height:3.4375rem;top:37.25rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #PTrLzb06o0EXmAMIZxO8fc1a6CUdVwz4 { width:20rem;height:1.59375rem;top:38.25rem;left:0rem;font-size:1.0625rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fv5l1oSmGO3qyu5OZ67cN8RUtRIuip3t { width:4.5625rem;height:1.31303125rem;top:41.9375rem;left:3.5625rem;font-size:0.875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #r8BvmWMK0bToTTNpTsCwBSKPBgreF3Dm { width:4.5625rem;height:1.40625rem;top:44rem;left:3.5625rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Ct14i8kfqWAFsHFELLV1ZFopiSI4ASOO { width:7.375rem;height:1.31303125rem;top:41.9375rem;left:11.3125rem;font-size:0.875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #cRq9BPLCppOsBqPB8fNm356Bo0r6BHIr { width:6.25rem;height:1.40625rem;top:48.9375rem;left:3.5625rem;font-size:0.9375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #HVpFaytXHm7x5sqcUihwTVsn5x00m6Qq { width:5.8737rem;height:1.31303125rem;top:46.875rem;left:3.5625rem;font-size:0.875rem;z-index:15022;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AKNvmXuPhLPZaTJfk7lq5B6E2PsQIBi0 { width:3.8112rem;height:1.31303125rem;top:46.875rem;left:11.3125rem;font-size:0.875rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #POAikgJlhXyCs977dIffwbDfVVlAZF2s { width:5.6875rem;height:1.40625rem;top:44rem;left:11.3125rem;font-size:0.9375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #MRQdi0lFMotD0xloyHLTPwHnJktNiASU { width:3.75rem;height:1.40625rem;top:48.9375rem;left:11.3125rem;font-size:0.9375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #qsGP0kuIK55T4mQnVKcNZlG2IQnKGXPK { top:20.65625rem;left:0rem;width:20rem;height:9.875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RTD3sbWo0lWGlbJwLDT6PE8wl3EPiIk5 { top:20.625rem;left:7.4361980557444rem;width:12.5625rem;height:9.9375rem;z-index:15011;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; }#RTD3sbWo0lWGlbJwLDT6PE8wl3EPiIk5.adaptive-delivery-prevent-bg, #RTD3sbWo0lWGlbJwLDT6PE8wl3EPiIk5.lazyload, #RTD3sbWo0lWGlbJwLDT6PE8wl3EPiIk5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #f3vEngkGKFm5UU7B3byRiWCF0myPC4i6 { width:20rem;height:4.225rem;top:32.20703125rem;left:0rem;font-size:0.8125rem;z-index:15015;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { width:20rem;height:6.5625rem;top:52.9375rem;left:0rem;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkW5TLcuTwXxLxJe8Z6fVFOAHg45FF6o { display:flex;width:1.875rem;height:1.875rem;top:54.081251144409rem;left:0.74921876192094rem; }
 }@media only screen and (max-width: 763px) { #XawZAcxE7NL3TVfQBV93Ceb2I07oTtrL { width:15.875rem;height:0;top:54.081251144409rem;left:3.5625000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq7M13B7PJlnd4ycIKFEQuhwA8mv4M2i { width:15.8111875rem;height:1.1375rem;top:56.6875rem;left:3.5625rem;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;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:manrope; }
#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;font-family:manrope; }
#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;font-family:manrope; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { width:17.5rem;height:auto;top:59.25rem;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:59.25rem;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 #eKae4orPOq3g23TaEx3U3kdaoDPT7Xnd {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #ZuQote1zK1qWb8SB33FWabmialiSgEl6 { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #MT0zeUgZbbt0dtfJWdUROwqCsFZLPv9B {  }
 }@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) { #qsR5aTIliDF1nhW9aBTkSA5e4CFCehT4 { 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) { #cVDgU2OE7VkwVemKR3iIXCtUPZnGihTP { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kyhU2pySR8VlBybly6uvQR9PKJbcagVQ {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #gF9sni6TPGy7hatLPyzCHQf4DfgVMMgr {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cKKJg097R7XnEpX7EIGwnqtC04gA3MQp {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #T0oksz0b4ta1davrodW7b51hwIRQxTSD {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #kt9hOnJ2qalAg6AOZ1ILzh5VEosmdrvd {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #HopE8U1AZaqxDMiuaWzVT2MQHO0dQDqm {  }
 }@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) { #WnAUcpsK9qJU4RM1EFKfwlKEK5uxOfhz { display:none; }#WnAUcpsK9qJU4RM1EFKfwlKEK5uxOfhz > .row .container { width:20rem;height:18.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wt1NLRoe3GPncCoO8i8oR5Qvc7emcTA7 { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC4I5IK55toprJg06aviEsULB55vAcpc { width:4.5625rem;height:1.31185rem;top:6.5625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #piLtUDTWbhHM0cx6daCnFeTuHUFpPduc { 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) { #JR8t8Wts3O2pvZibzJ8uqu1dM6HDhCG1 { 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) { #hX25HkbMwuX0RW4wJOWQ9IfaQpJclk1A { width:5.875rem;height:1.31185rem;top:6.5625rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVNPfGp0V0RapNAT5fLA3O3i2Vqm2v5T { 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) { #CRgovNITslcmm9Fy8MkeroUAaFxB0kco { width:3.1875rem;height:1.31185rem;top:11.125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw1TWqfy0encLpuF4gsEOzXy1VTWVWrX { 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) { #DyVBgZVKHewlsUqik0bZ1dBWfvg3eJkC { width:3.8125rem;height:1.31185rem;top:11.1875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvXdnimfsN4qv3XTJse7mSAodEAv8iLd { width:18.75rem;height:1.40625rem;top:2.578125rem;left:1.2489150166511rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSDBWdZ5CA66mvbdTHB2kuK7k4i41wF8 { width:20rem;height:4.546875rem;top:8.717445373535rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJkzTzWfBiWXePGsm9EUzD7Dux6I1aPn { display:block; }#RJkzTzWfBiWXePGsm9EUzD7Dux6I1aPn > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AuPxruZEyhqVZrLLM7O0872uGr2z9miv { width:15.6875rem;height:1.7875rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7kpNc9WVrRuwN02HBXvsAXqhDggNm8Q { display:block; }#O7kpNc9WVrRuwN02HBXvsAXqhDggNm8Q > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7pOyJwAbEIK8khJIOo45octgKtToyZh { 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) { #DAviDLdTWAJSWLRhWpIOirrFpLkayp1J { 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) { #dKv9AVBfulOZfyZ5WGoZMEXfMqVTCyuU { 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) { #URRWJ0bR1FtyEOJeea6EpTEDL5AoS2Zk { 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) { #SPt8v8oGRoav7U7iX67dJwL0XOLfGL6n { 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) { #PHXEkmo0QlNmSSzG3eXZhCNNHbwxA32b { 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) { #Tli7XdZKWosLtByLbB539qKNqb7fEMrn { 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) { #fOFlBBIRdpXE7vtCFd5xFpOLMKt54O5Z { 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) { #M4lTulHVDNTUAIyFylSPiWa4OsgykzFn { 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) { #gNpZD9ckBHP3L0eqGXKimIFNbDrNg2AL { display:block; }#gNpZD9ckBHP3L0eqGXKimIFNbDrNg2AL > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ti7N6kxOsUlANVLAzizVZLd6CmGl5mM7 { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1.5;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lse3iwV3r7tuFlFvTCa8uoLk8TWf1KIP { width:12.46767375rem;height:2.40689875rem;top:78.436413764956rem;left:3.7586808800697rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN19C7nRJyRITl8nNeqJucgN8gKwT4vX { display:block; }
 }@media only screen and (max-width: 763px) { #IKQhx2BknHu7M4cPAHKWck5tcACoJybo { width:20rem;height:5.25rem;top:39.8125rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P2NCoSQsyEEB9zZzGhnpzTvzUaKV7vGD { width:15.375rem;height:1.40625rem;top:37.0625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xKqLsRCxhNbbv6lRslHFTS6lXTGW24Dz { width:2.8125rem;height:2.8125rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE7sXAf0V3S0OhUTTQBUUrK7aM5tZMdx { width:20rem;height:7.875rem;top:10.309244155884rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FA8ANLtVh8kWsldgeEzuK9JOWP5q9CRW { width:20rem;height:11.75rem;top:19.686414718628rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }#FA8ANLtVh8kWsldgeEzuK9JOWP5q9CRW li:before{  }
 }@media only screen and (max-width: 763px) { #GAoeJNbgzUaWdBIOEIvOcWmlTHf7B2TT { width:2.5625rem;height:2.5625rem;top:66.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1NIVuK3z5KZq4B4xyvZrm0CrIOcpG9f { width:15.3125rem;height:1.40625rem;top:69.6875rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zHBOSc57FOWmOuT4gVb7tVvHR9epFiHS { width:15rem;height:3.9375rem;top:72.3125rem;left:0.1875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mu7yf5wnmwob3T9nGwfeIVqGTLN0bAaR { width:14.436875rem;height:2.625rem;top:62.75rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NduLu9N4p7budHSAUIoslv6ANMux05ll { width:15.3125rem;height:2.8125rem;top:59.0625rem;left:0.0625rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VUH1CzA4RJpayLk2TAdX9IF5TkAMlTZD { width:2.8125rem;height:2.8125rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8n1i0rR2pDgtRBcref0FT3iaTeGtSVH { width:19.75rem;height:3.9375rem;top:50.4375rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NByfc7tcEqKJmThnEK67t9wvTNwT1PiG { width:15.375rem;height:1.40625rem;top:48.3125rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RB9cd1TfL2RTt4aadTkZp4DN8yowtLpH { width:2.8125rem;height:2.8125rem;top:45.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tomvqNx1UfmHXTbg2Rf5L2MDWTrCG9Tt { display:block; }#tomvqNx1UfmHXTbg2Rf5L2MDWTrCG9Tt > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCp6QxE8crkIFySUBXixi2PoTUV3EwF3 { width:18.375rem;height:1.7875rem;top:1.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUQzKDvUWvASitVmqzm4ZTzKL6WVVNDy { width:18.1875rem;height:4.21875rem;top:4.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #x2p4qgOpDqs9pyDbA1Jv4HiEWuGyWzbF { display:block; }#x2p4qgOpDqs9pyDbA1Jv4HiEWuGyWzbF > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sqP2SwMBgsUTiiuk3qVxWOQ6Cmm0KwJK { width:10.125rem;height:2.625rem;top:2.4375rem;left:8.9999993443487rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Tl7MLtHK0rdd4HIvTbTVpNPh9XlKdLoc { width:18.0625rem;height:3.9375rem;top:16.718750953674rem;left:0.96788197755812rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #dKWn2TJl9XM0OZgZZAddqFcmkCGrWo3q { top:1.5625rem;left:-0.0625rem;width:20rem;height:9.0625rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnlVRhEEdkS8bEovzIDZZL3OrtrgTAMc { top:12.083984375rem;left:0rem;width:20rem;height:9.0625rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF11FuTXrmWuNom1NgwOttAlItkCH1hf { top:22.125rem;left:0rem;width:20rem;height:9.0625rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8lK6LIErCklpInhu3olN0ntUBLMXB91 { width:17.8125rem;height:5.25rem;top:6.1805562973022rem;left:1.0928819775581rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #TIzxgaTfuPN9N76s08kJyaNMMfqLmKSs { width:10.6875rem;height:2.625rem;top:13rem;left:8.6874993443487rem;font-size:1.3125rem;color:#0060ab;text-align:right;text-align-last:right;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PKq3xIi7oubBc15pc8x5vnWnBTkHfzdr { width:17.625rem;height:5.25rem;top:26.125rem;left:1.1875rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #d2Rh2a9zSRQelerhLFbL5HclI46R1AAl { width:10rem;height:2.625rem;top:23.134546279908rem;left:9.3749993443487rem;font-size:1.3125rem;color:#0060ab;line-height:1;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #doRpAWBv56KrMA8316JLrUiVuaog1aVr { width:5.25rem;height:2.875rem;top:12.875000953674rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txvy78MIayreWvqRLWgpd7VqHUUwxGAW { width:5.8125rem;height:1.5rem;top:3rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1yH5lzMARqlaqL8RZFed3sp8nMTdxTT { width:6.875rem;height:2.4375rem;top:23.134561538696rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLcorlNTJPi3a8rmmweKVliCdy3x0g1p { display:block; }#xLcorlNTJPi3a8rmmweKVliCdy3x0g1p > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TT2UrylRvrZbZvA6woxdadeMQgfIGbx3 { width:20rem;height:3.575rem;top:1.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1XT3GdFQKRwGsNMCPaGFx7ovEWtdMrN { width:20rem;height:7.03125rem;top:6.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #HZIFTqeWlGrOvb8k5RcLMVo8F4dVp4H8 { width:9.375rem;height:4.0625rem;top:14.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;display:block; }
 }@media only screen and (max-width: 763px) { #VNZyRT9IAEW9dOE6t7BE2Bkf8za2yw80 { width:9.375rem;height:4.0625rem;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;display:block; }
 }@media only screen and (max-width: 763px) { #U5l5ZW1pmdiq8vWnDEBDK40xButpLUPO { width:9.375rem;height:4.0625rem;top:19.375rem;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) { #Pmbz7dHUXgdCsOK1Q2aIZeVfuAoCD5Le { width:9.375rem;height:4.0625rem;top:14.4375rem;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) { #DWJWuqrfu8gnAb9rxeOV5oW28kDGSmo8 { width:8.5625rem;height:3.125rem;top:14.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1TQc1TcN53mNCy4HQ9Pz6t0iNxe1cwL { width:6.75rem;height:2.5rem;top:15.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u31TbMSzFvVNQf5zyzV63LHf6uTJm9rt { width:8.4375rem;height:2.875rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVUREH4JKsykR15Du6D50XiEMwpiu076 { width:9.625rem;height:2.25rem;top:20.3125rem;left:10.375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ba7701d9-6c3b-47a9-b882-4e6c6bde8be7/quanticaPhotoRoom.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#lVUREH4JKsykR15Du6D50XiEMwpiu076.adaptive-delivery-prevent-bg, #lVUREH4JKsykR15Du6D50XiEMwpiu076.lazyload, #lVUREH4JKsykR15Du6D50XiEMwpiu076.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #V9yx2Hi6q6UBG2FXcMJ4cl7tH5K6tGbn { display:block; }#V9yx2Hi6q6UBG2FXcMJ4cl7tH5K6tGbn > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTShtA7FczWL2voDmSzKRhczXUOJk2pL { width:17.875rem;height:3.575rem;top:3.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCvHN2fQFCqHbD4FqtshdiHmT4JOHThn { 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) { #Xd4w6P2Ml2BRo5hoLLTkDvmEuOPh8e2W { 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) { #iC4MLswwTrx6aO4teDSR164gw5qihP50 { width:19.875rem;height:3.8125rem;top:22.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) { #yDc1gE4CJCgiLVTq0VWv2ulLTtTeesyv { width:1.9375rem;height:1.9375rem;top:23.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFLy9fcdvqfXe4F0xZVbHZ4n1U3bAGGn { width:15.625rem;height:1.13769375rem;top:23.587890625rem;left:4.0625rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OGsJS7m6H3xwRf1w9GXxszhVWI8ehuUu { width:19.875rem;height:4rem;top:27rem;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) { #TJ1TD0PPDbofbCzfC6ypbpPITcNJCWXS { width:14.249rem;height:3.675rem;top:27.25rem;left:4.0625rem;font-size:0.875rem;color:#161616;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JvVfIqfqaD7XRZalmFerRKqeGXgrNCVK { width:19.9375rem;height:3.6875rem;top:32.25rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #x2FwrffohtvG2mna1MB3M6OI7T25wS2b { width:13.686rem;height:2.625rem;top:32.875rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #PNHJgpFOseb83A87VVftSXMWuhZ21vIe { width:19.875rem;height:3.4375rem;top:37rem;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) { #QAGuN3AGcRJIqNKsPdvaAfAWWgSJU6VF { width:19.875rem;height:3.4375rem;top:41.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;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:none; }
 }@media only screen and (max-width: 763px) { #Ax4DPTW7iWvr1L00tmPMUVVQ8pMPRrbU { width:16.1870625rem;height:2.275rem;top:37.625rem;left:3.8125rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TTMQFIEa4e3HTOu5alfqSWAO9Cm2pNgQ { width:14.8125rem;height:2.625rem;top:41.8125rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #hkeVdT7HpOgi2RkFmFt5HyzQnmFT1Bdh { width:19.875rem;height:4.4375rem;top:45.75rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #LD83cTlnRAO4BeShKm7P82Jik0JWM45k { width:14.5625rem;height:3.9375rem;top:46.1875rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #O8hUXnFfrxogwSTn7IyWVL6nKdIZ1pTl { width:1.75rem;height:1.75rem;top:38.03125rem;left:1.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRd3kKRr6LXSsU9tOaFKkJ08uPNnQsbX { display:flex;width:1.75rem;height:1.75rem;top:47.15625rem;left:1.15625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9MAJO2OvfemnPlEdr7TvWGHmaHpcnpl { display:flex;width:2.4375rem;height:2.4375rem;top:37.625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #DoBddncTrbCCckB2bXBWSiVvcH5uJq7Q { display:flex;width:1.875rem;height:1.875rem;top:28.25rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #lPG0I69mlxmo25fDoe70gvctaZVfbG39 { display:flex;width:2.1875rem;height:2.1875rem;top:33.0625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #WQwbGvvIXNSOyIP0PuGLbUfTdSamrsfy { width:20rem;height:4.21875rem;top:16.07421875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #ssovb1y0sV1niZpTuODpgfnn60sZxVgF { width:14.1875rem;height:2.625rem;top:41.84326171875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzT0wKQSEpIKCMTyPceeIJUcytBPhJTx { display:block; }
 }@media only screen and (max-width: 763px) { #bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl { 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; }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl.adaptive-delivery-prevent-bg, #bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl.lazyload, #bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl.lazyloading { background-image: none; }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .row .container { background-color: transparent; background-image: none; }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .row .container > .video-iframe-container { display: none; }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .row > .video-iframe-container { display: none; }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .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); }#bbV4vBgGwUZsfizUtGkvI5KHJ4nft8Bl > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITKzDZpAv9KCnPh9Z6aol8TLxZdFu5o9 { width:20rem;height:12.5125rem;top:4.8216133117676rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p49EI8hBTekx23cTeZH6HTp44M0ACfmm { 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; }#p49EI8hBTekx23cTeZH6HTp44M0ACfmm.adaptive-delivery-prevent-bg, #p49EI8hBTekx23cTeZH6HTp44M0ACfmm.lazyload, #p49EI8hBTekx23cTeZH6HTp44M0ACfmm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U20mgqGvbhDSPNcckJETE3utrJagrgAc { 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; }#U20mgqGvbhDSPNcckJETE3utrJagrgAc.adaptive-delivery-prevent-bg, #U20mgqGvbhDSPNcckJETE3utrJagrgAc.lazyload, #U20mgqGvbhDSPNcckJETE3utrJagrgAc.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GDx3LP0G7XO5caV82dNGBV2l1tQJtID3 { display:block; }#GDx3LP0G7XO5caV82dNGBV2l1tQJtID3 > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpvfhkFZwu5Qu18roMFGulQMAq46SRcD { width:20rem;height:3.575rem;top:3.25rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TzFlT73xhTp98ml6wUSCUSTEUv8Ibo3G { 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) { #U4UUepuRK2yItsCkLMaJk64ZI4hEPgss { width:20rem;height:7.03125rem;top:8rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #IV7X4FGip9XNhz1XrS29TZz2tF4vDN65 { width:19.8674375rem;height:2.617675rem;top:48.623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS3cTGKsSyu62DACdgKMST3QD5vCuTUJ { display:block; }
 }@media only screen and (max-width: 763px) { #b7CTzRw3zAq6GX1RlEsQ5RiGgopTvv4g { width:20rem;height:0;top:37.6875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #CC9xas8wmTTIN3R0E9KLweITrXJwsyFH { width:20rem;height:5.625rem;top:24.5625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #OH64u0tVaUd2dggWkUbTTEw3cbEt38Df { width:20rem;height:5.625rem;top:41.4375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #WcJZmtuWLTtuMQpB9FfVUKez7HhSWyyD { width:20rem;height:6.4375rem;top:16.5rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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; }#WcJZmtuWLTtuMQpB9FfVUKez7HhSWyyD.adaptive-delivery-prevent-bg, #WcJZmtuWLTtuMQpB9FfVUKez7HhSWyyD.lazyload, #WcJZmtuWLTtuMQpB9FfVUKez7HhSWyyD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #F9Wuwvkl01pCm2lJPc4dKQcVz8kVtybp { width:20rem;height:7.4375rem;top:32.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;display:block; }
 }@media only screen and (max-width: 763px) { #ZgPp7PLLfxdLf5d656PmgmBQ08mpmErf { width:13.1860625rem;height:0;top:5.25rem;left:5rem;font-size:0.875rem;color:#0060ab;display:none; }
 }@media only screen and (max-width: 763px) { #L5qLpUdPmEmBUiKOE1DCLpGo0Jvnp3g7 { display:block; }#L5qLpUdPmEmBUiKOE1DCLpGo0Jvnp3g7 > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IhAxGaBZKLdvg4ydeqx6hK8LlgNvVSro { width:20rem;height:5.3625rem;top:3.0609812736511rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEPpMXMZeldcBG03mDlyGefydif13BEP { width:20rem;height:4.21875rem;top:17.75rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #BsAc6fw6w1GT3DMp5d8DXyW67Wn93P4C { width:19.9rem;height:2.65rem;top:42.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrlOdONyVi10r0NrKRLRtQ0byT0tuOQ0 { display:block; }
 }@media only screen and (max-width: 763px) { #MKyHh7rCttpvHU9vMmMJ5g9veXUMazeI { width:20rem;height:18.625rem;top:22.5rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }#MKyHh7rCttpvHU9vMmMJ5g9veXUMazeI li:before{  }
 }@media only screen and (max-width: 763px) { #m4CMmJyUzKr9kBaSW4Mrg1WdiCCI34Wx { width:20rem;height:6.25rem;top:9.8741326332094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVytr5dBCI6BCoTJTT7FXpp17ymsGZTM { 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) { #SMiTllJCHaS3VnyOLTp6A1EKV9xCH8Gx { display:block; }#SMiTllJCHaS3VnyOLTp6A1EKV9xCH8Gx > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TAgWucktPTt6ofm7vq2EHc69x0cf9l5T { width:20rem;height:3.9rem;top:3.125rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FfN35olIcVgp73itprz3z4wXp99b7yar { width:20rem;height:12.1875rem;top:20rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Paf0BI1DzfA4Ztc0sLoDm0URpvaDUFlM { width:19.5695625rem;height:2.319825rem;top:33.4375rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #uw3oXyOC7SzuAPohQMhZAwrhIoHo6TiO { display:block; }
 }@media only screen and (max-width: 763px) { #RDlWPOOnlnlanWmO5Nm8TfMeHyhg0ONO { width:20rem;height:10.7498125rem;top:7.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4ea3c718-2947-40cb-aa4f-9fa0e64e973c/Web2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RDlWPOOnlnlanWmO5Nm8TfMeHyhg0ONO.adaptive-delivery-prevent-bg, #RDlWPOOnlnlanWmO5Nm8TfMeHyhg0ONO.lazyload, #RDlWPOOnlnlanWmO5Nm8TfMeHyhg0ONO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Ie7k5qle1be010At2Qkgw7OfIqdLgCZA { width:10.9985625rem;height:1.31303125rem;top:0.845947265625rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { display:block; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDV4T8anVW29CtoxrPRnhot3GAgw0FGT { width:10.9375rem;height:1.9504625rem;top:1.312255859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gl2POuOymaBEvEruDUdx7ebxmQHGrvkH { width:20rem;height:19.5rem;top:4.5625rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { width:18.0625rem;height:1.9504625rem;top:5.625rem;left:1.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { width:17.9980625rem;height:1.13769375rem;top:7.75rem;left:1rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { width:18.2480625rem;height:11.7rem;top:10.5625rem;left:0.875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g5DLb1GvCPKX99KUTvWyZTfSLDURT1QM { width:20rem;height:16.5625rem;top:24.8125rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NDvUbgoWU0GeDCT2HAJpIfacJs3F0cir { width:18.625rem;height:1.9504625rem;top:26.0625rem;left:0.9375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n7QaTCUpEeXauJIdUbKVQZlzusfZ0oPF { width:18.3125rem;height:1.13769375rem;top:28.375rem;left:0.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RX4hLTyTkyA3T42uulWHJBICNo3Z974N { width:18.25rem;height:8.775rem;top:30.8125rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bhOJq25DvwQ57yPXcb7A5rVdycNy8nII { display:none; }#bhOJq25DvwQ57yPXcb7A5rVdycNy8nII > .row .container { width:20rem;height:47.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DJfaZ9RZ67GVMVPGRfy6zXwdd5D8oCMr { width:10.9375rem;height:1.949575rem;top:1.312255859375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WupZQGKbmvC6RH2ANM7qIATuz8F1hLgC { width:20rem;height:19.875rem;top:5.498046875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #L375XAlZWsgbuuqBiEOkuq1T7I7mvMXB { width:18.875rem;height:1.7252625rem;top:6.875rem;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) { #R1BmU09laJCyrDzadoC88rZM3TEd4UCO { width:17.1875rem;height:1.13606875rem;top:9.5rem;left:1.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KvIG4L5hLII1wUITfT1BICGaMJIJEOTA { width:18.2480625rem;height:12.421875rem;top:12.0625rem;left:0.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VrL58SadHIO7uM6n1hlT4AraZHMM5g27 { width:20rem;height:15.3125rem;top:26.622171875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KdD08Vp7AF6fHNSNLWFPix3FkkxNTi2f { width:20rem;height:8.7760625rem;top:33.184671875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aPl6qdsrAZrg8f3dUdvaTI4bveeG2gfp { width:20rem;height:1.13606875rem;top:30.434671875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a6cwBr6QVfIcRBC8EA8fKm869lZKzltx { width:20rem;height:1.9487875rem;top:27.809671875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 { background-color:#222222;background-image:none;display:block; }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .row .container { background-color: transparent; background-image: none; }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .row .container > .video-iframe-container { display: none; }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .row > .video-iframe-container { display: none; }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .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); }#FOQ1wzl4mkngaSe1pN8XFuzFryqOq5Q9 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQHynAZIEyhp7gT21BuAWCPpd8b4WOzM { width:11.1875rem;height:4.125rem;top:1.3411445617676rem;left:3.9680991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8e0ODSKVwnXIfO3Rac6TvkpcJnFmlyk { width:0.125rem;height:1.875rem;top:1.25rem;left:9.9375rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #XSiMpugazTwCeOMCQ2d8y3fszX1hnamS { width:20rem;height:5.28125rem;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:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;color:#ffffff;border-top:0.0625rem solid #003f70;border-left:0.0625rem solid #003f70;border-right:0.0625rem solid #003f70;border-bottom:0.0625rem solid #003f70;font-family:"pt sans";display:block; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }