.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu { border-top:0rem none rgba(0,0,0,0);border-left:0.625rem solid rgba(0,0,0,0);border-right:0.625rem solid rgba(0,0,0,0);border-bottom:0.0625rem solid #f5f5f5;background-color:#ffffff;background-image:none;position: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; }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row .container { background-color: transparent; background-image: none; }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row .container > .video-iframe-container { display: none; }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row > .video-iframe-container { display: none; }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .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); }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row .container { border-width: 0; border-radius: 0; }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#rcbprw2ig8IMTtLD8WUwX1UzBoTP21oB { 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; }
#Nk2zOQPcMztsm6uavnOvrxkfTi4ozbT1 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#0060ab;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.8125rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.75rem;left:61.0625rem;display:block; }
#WpVZbUweiQeA2r66LItPyIAEQymMxakI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IsVvqcrcxP9eyPc3tgd12sxHEUhzAHdw { color:#0060ab;display:block;width:8.3125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.5rem;left:51.0625rem;height:1.21875rem;font-style:normal;display:block; }
#RtKLlwDtULTKDQkMcUZuf6LuwWtcnT80 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/542727b2-9ee3-4e38-974a-215a69537d57/ic_phone.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:1rem;top:2.625rem;left:49.6875rem;display:block; }#RtKLlwDtULTKDQkMcUZuf6LuwWtcnT80.adaptive-delivery-prevent-bg, #RtKLlwDtULTKDQkMcUZuf6LuwWtcnT80.lazyload, #RtKLlwDtULTKDQkMcUZuf6LuwWtcnT80.lazyloading { background-image: none; }
#l5e66Tl88NgTNZ9PM5MEVkNnP3TbcHD4 { position:absolute;display:block;z-index:15021;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.3125rem;top:0.87456601858137rem;left:0rem;overflow:hidden;display:block; }
#hPK4yWeqecN4WgJqIG2iqfguTzrAdRDC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ef9d2f9d-c447-4121-b489-f75dc18274ec/AdobeStock_463810062.jpeg");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; }#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.73); }#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.73); }#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:41.375rem;width:75rem;position:relative;display:block; }#T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:manrope;font-size:3.375rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:8.6241321563719rem;left:0rem;height:9.44925rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t4TvypLa025SdzOPpz72a8nCztyFWlLZ { color:#ffffff;display:block;width:42.1875rem;position:absolute;font-family:manrope;font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:27.373047828674rem;left:0rem;height:7.35025rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { position:absolute;display:block;z-index:15002;background-color:#ffcb00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.499025rem;width:24.375rem;top:6.4375rem;left:50.625rem;display:none; }
#zWZhDqaldCAGEeVwcIQvrnoNTcWI49sb { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.2) ;height:41.1875rem;width:24.375rem;top:6.4375rem;left:50.625rem;display:none; }
#GGqfRq0cte5CDWvxyW83O6nVdaBqVsGf { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:manrope;font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:6.625rem;left:54.125rem;height:0;text-align:center;text-align-last:center;display:none; }
#rUJz6wfdS0xk1IDHqL1Q5gTCqXAEadXo { position:absolute;display:block;z-index:15000;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:45.1875rem;top:3.8125rem;left:0rem;display:none; }
#o1nsXG9RTtepV4DTRST0MVrDnST4euwr { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.125rem;left:1.25rem;height:1.40625rem;font-style:normal;display:none; }
#CkrJctveRsAHAGyvMBSfBrOyzWky0K1h { 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; }
#aLlmEWL7TXi6cXkAsLKGqwImpqhPPJoy { 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; }
#rQ3fz5se2oTHuxqMVNCh1T090NvwOEbN { color:#000000;display:block;width:44.561625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:2.5073776245117rem;left:10.423610687256rem;height:2.2721375rem;display:none; }
#OZ9ZdZwA0rLKLXNU9fxVlXG2udJyJfgy { color:#9b9b9b;display:block;width:4.5625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7rem;left:3.75rem;height:1.31303125rem;font-style:normal;display:none; }
#q7zEsweey8LiJHRa4yRrRo2EcxXKOkA4 { color:#161616;display:block;width:5.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:8.5625rem;left:3.75rem;height:1.40625rem;font-style:normal;display:none; }
#dJcfwh95tmkGh202SvQ120H1riHHlB1S { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7rem;left:19.0625rem;height:1.31303125rem;font-style:normal;display:none; }
#g7kVdgrLaNdmZxIJ6ShOe1skITxFOIlZ { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5625rem;left:19.0625rem;height:1.40625rem;font-style:normal;display:none; }
#S4HmIzOtCdMIz1yUn0KBs6fFfhCA41LG { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:8.5625rem;left:12.25rem;height:1.40625rem;font-style:normal;display:none; }
#f5J5EMdh8eX7ACaKATm3HybuCmWHnZ5A { color:#9b9b9b;display:block;width:8.6875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7rem;left:12rem;height:1.31303125rem;font-style:normal;display:none; }
#LViEauKyoK1QwDhrx5samykGWPHKoeFp { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7rem;left:27.9375rem;height:1.31303125rem;font-style:normal;display:none; }
#sxriEyLwzJTuKtvvNuF1oCPQ4G68TOa3 { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:8.5625rem;left:27.9375rem;height:1.40625rem;font-style:normal;display:none; }
#KZA9XKI8umKzs18z4Sdzp2JTIW39PU45 { color:#ffffff;display:block;width:15.87025rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.75rem;left:54.125rem;height:1.21875rem;font-style:normal;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-form-header { font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-regular-label { height:auto;display:block;font-family:glober;font-size:0.8125rem;font-weight:400;color:#004e91;width:21.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.4;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.1875rem;box-sizing:border-box;height:3.125rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:manrope;vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.1875rem;box-sizing:border-box;height:4.375rem;color:#616161;font-size:0.875rem;overflow:hidden;font-family:manrope;vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.1875rem;box-sizing:border-box;height:3.125rem;color:#616161;font-family:manrope;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:400;font-style:normal; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:21.1875rem;height:3.125rem;font-family:manrope;overflow:hidden; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-moz-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-moz-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]:-ms-input-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH [class*="-text"]::-webkit-input-placeholder { color:#616161;font-family:manrope;font-size:0.875rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:manrope;line-height:1.3;font-size:0.75rem;font-weight:400;color:#787878;vertical-align:top;width:19.9375rem;overflow:hidden;font-style:normal;float:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:glober;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container:first-of-type{padding-top:0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-container:last-of-type{padding-bottom:0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { background-color:#f3f3f3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1875rem;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:14rem;left:50.5625rem;font-size:0.8125rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.1875rem;display:block;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-info-text { display:block;height:auto;font-family:glober;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { background-color:#f3f3f3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1875rem;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:14rem;left:50.5625rem;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 #tKpt1HQ4KOIX2J3bW30EdwtW6JnPA58E { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #S4Wz3G1yJusXhkyc5fzrb1F09uePXzms { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a60lBHJFwFqoawanUUKNVgu1ap747Q7A { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #olXQrNmI1TTCQpXsPGcmEV33VF2HlbMn { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #K8MtTSTdoTZ6qD5ntncxnM2Ssn2Z5oEk { position:relative;display:none; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #PGIXOlRTMxeDWsEhd5Hv7V9yDVMfo5pe { position:relative; }
#JeSSvORldOZ2Q9DnNfJm2eBePt2RW6in { 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; }
#ymB8lhPIE0fPXK5LAn4icdp68H14yxLT { position:relative;display:block; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #IvSGfkt72LoqBaxBULflXqKTcLEWR57s { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TUPvzduH2zTSUJAdv3qs7ZqwuqMDqM8X { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #dlyG3msJXPQz3LwT7nSZlaxvKJcy7RRv { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TrPDPw9zm0OyrLkC1kkEefPp8ITc3TmR { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #RHu0fVEvNlwzpvSl8XZKW9UV2V9enREG { position:relative;z-index:2; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #pcq9I8moCDLZkLTc1pUdhlTZBJy00m8r { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #v8Fa6tKq6O1TGCCEHthF4Z399LNwq5r9 { position:relative; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #cIgppsrFw9t0awAmy9oUOnMKuLt049CH { position:relative; }
#SF06Ow6fJoGncEmyUu1gMrJnyqU8n5I4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.93468125rem;width:1.93468125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:7.4375rem;left:51.3125rem; }
#spLBc950HdnrTnvggbVth9tGzrEXea2K { color:#ffffff;display:block;width:19.5625rem;position:absolute;font-family:manrope;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:6.937255859375rem;left:54.124755859375rem;height:3.89756875rem;font-style:normal;display:block; }
#MkUptAXTyfESeCBP9eTvETDU0iEcNaSL { position:absolute;display:block;z-index:15011;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:7.8125rem;width:23.5623125rem;top:6.0625rem;left:50.5625rem;display:block; }
#Ob8fCVxTsoG6sT2KUCw9Wq2GQKzWNWKG { position:relative;display:block; }#Ob8fCVxTsoG6sT2KUCw9Wq2GQKzWNWKG { background-color: transparent; background-image: none; }#Ob8fCVxTsoG6sT2KUCw9Wq2GQKzWNWKG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ob8fCVxTsoG6sT2KUCw9Wq2GQKzWNWKG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ob8fCVxTsoG6sT2KUCw9Wq2GQKzWNWKG > .row .container > .video-iframe-container { display: none; }#Ob8fCVxTsoG6sT2KUCw9Wq2GQKzWNWKG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ob8fCVxTsoG6sT2KUCw9Wq2GQKzWNWKG > .row > .video-iframe-container { display: none; }#Ob8fCVxTsoG6sT2KUCw9Wq2GQKzWNWKG > .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); }#Ob8fCVxTsoG6sT2KUCw9Wq2GQKzWNWKG { border-width: 0; border-radius: 0; }#Ob8fCVxTsoG6sT2KUCw9Wq2GQKzWNWKG > .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; }#Ob8fCVxTsoG6sT2KUCw9Wq2GQKzWNWKG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.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; }#KlIlPT1TTMLR5r85B9IIUUqBFKoFftEs { position:absolute;display:block;z-index:15000;background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2rem;width:34.5625rem;top:4.249267578125rem;left:0rem;display:block; }
#LqIT4u0ZDnnt1uc6v6hTtPtHdlxoXkkI { color:#9b9b9b;display:block;width:4.5625rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:7.4375rem;left:3.75rem;height:1.31185rem;font-style:normal;display:block; }
#IGFMOF3l2GWo2QTXMCzR8voPMwfuMhT5 { color:#161616;display:block;width:5.625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:9rem;left:3.75rem;height:1.40625rem;font-style:normal;display:block; }
#dBn6hW0HtnTHmBeEFnumPQ6X6Hfg3JD0 { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:9rem;left:12.25rem;height:1.40625rem;font-style:normal;display:block; }
#SSSFyAlBSFRhhyr6QZww52qoHaeqaT7L { color:#9b9b9b;display:block;width:8.6875rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:7.4375rem;left:12rem;height:1.31185rem;font-style:normal;display:block; }
#JyrWseXglqItyWluDTksclWfwZ0QgDk0 { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:9rem;left:19.0625rem;height:1.40625rem;font-style:normal;display:block; }
#f01I6qGMPIdJhJibvnOEfR5nIr0NGnox { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.4375rem;left:19.0625rem;height:1.31185rem;font-style:normal;display:block; }
#mVe1GPvwP9fJpdfuml6CO4fWceVLrU5W { color:#161616;display:block;width:8.1875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:9rem;left:27.9375rem;height:1.40625rem;font-style:normal;display:block; }
#XlTg6seEdTn1HTk6XCbmTmw67gz0Tzw1 { color:#9b9b9b;display:block;width:7.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.4375rem;left:27.9375rem;height:1.31185rem;font-style:normal;display:block; }
#b6iSg5FzQ851BeeBbVUk5U2csWQVX64E { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:manrope;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:4.561767578125rem;left:1.25rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g9Tx68Gmi6Z8SmtgeaHuwomvLeXuwc5G { color:#000000;display:block;width:32.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.06689453125rem;left:0.5615234375rem;height:2.2721375rem;display:block; }
#HLg4gsLQgxQQx7zv5LlyaDFkyqgaQ6dQ { position:relative;display:block; }#HLg4gsLQgxQQx7zv5LlyaDFkyqgaQ6dQ { background-color: transparent; background-image: none; }#HLg4gsLQgxQQx7zv5LlyaDFkyqgaQ6dQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLg4gsLQgxQQx7zv5LlyaDFkyqgaQ6dQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLg4gsLQgxQQx7zv5LlyaDFkyqgaQ6dQ > .row .container > .video-iframe-container { display: none; }#HLg4gsLQgxQQx7zv5LlyaDFkyqgaQ6dQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HLg4gsLQgxQQx7zv5LlyaDFkyqgaQ6dQ > .row > .video-iframe-container { display: none; }#HLg4gsLQgxQQx7zv5LlyaDFkyqgaQ6dQ > .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); }#HLg4gsLQgxQQx7zv5LlyaDFkyqgaQ6dQ { border-width: 0; border-radius: 0; }#HLg4gsLQgxQQx7zv5LlyaDFkyqgaQ6dQ > .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; }#HLg4gsLQgxQQx7zv5LlyaDFkyqgaQ6dQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wtOmq9DiKMfgwIS2hUymkLDUMz64As0Q { color:#161616;display:block;width:15.746875rem;position:absolute;font-family:manrope;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; }
#Ee3X9V5OhWTFkUyKWmWa7pSh8RXeZiNi { color:#ffffff;display:block;width:15.8734375rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:0.0625rem;left:54rem;height:1.21875rem;font-style:normal;display:block; }
#fekpxSWz7GBwNZ2IMOSBkyCCSpy38t1z { position:relative;display:block; }#fekpxSWz7GBwNZ2IMOSBkyCCSpy38t1z { background-color: transparent; background-image: none; }#fekpxSWz7GBwNZ2IMOSBkyCCSpy38t1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fekpxSWz7GBwNZ2IMOSBkyCCSpy38t1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fekpxSWz7GBwNZ2IMOSBkyCCSpy38t1z > .row .container > .video-iframe-container { display: none; }#fekpxSWz7GBwNZ2IMOSBkyCCSpy38t1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fekpxSWz7GBwNZ2IMOSBkyCCSpy38t1z > .row > .video-iframe-container { display: none; }#fekpxSWz7GBwNZ2IMOSBkyCCSpy38t1z > .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); }#fekpxSWz7GBwNZ2IMOSBkyCCSpy38t1z { border-width: 0; border-radius: 0; }#fekpxSWz7GBwNZ2IMOSBkyCCSpy38t1z > .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; }#fekpxSWz7GBwNZ2IMOSBkyCCSpy38t1z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height: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; }#eq1kxWAq5DhtKBZiZciUQ6F81a0oy5Ta { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.5rem;height:4.21875rem;font-style:normal;display:block; }
#MARLb2k3WZCsAoIAqAsFngZ6LyuEiXVq { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:2.5rem;height:1.625rem;font-style:normal;display:block; }
#UFT6Bq82Evi2PeCKRGXgV2dMx4ODS1gw { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.5rem;height:2.35625rem;font-style:normal;display:block; }
#zElGQEOtiTRBl9sb07wg8VIdxBNBBTTl { color:#0060ab;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.25rem;left:28.875rem;height:2.35625rem;font-style:normal;display:block; }
#iFshhVMDuX0Kdb4DGga7uCVX83GiEDaW { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:4.3125rem;left:28.875rem;height:1.625rem;font-style:normal;display:block; }
#pITtyUs3mpBUu3feMMb6Rvmq5CU6Nwmi { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:6.5625rem;left:28.875rem;height:4.21875rem;font-style:normal;display:block; }
#cidTHp7uOUUWfd0o8RsUcTeIyPBLZOUu { color:#0060ab;display:block;width:20.625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.4375rem;left:54.250001907349rem;height:2.35625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kw21L8kBfocIMI2LdpaGyI8DTFmHrxCT { color:#161616;display:block;width:15.75rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.5rem;left:54.375rem;height:1.625rem;font-style:normal;display:block; }
#QJgv1nS5KTECAKw35BPWoEtgUNNqgAtc { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6.9375rem;left:54.1875rem;height:4.21875rem;font-style:normal;display:block; }
#IkGMm3OAtRw4qAsHagQEH8exSs7owkFL { position:relative;display:block; }#IkGMm3OAtRw4qAsHagQEH8exSs7owkFL { background-color: transparent; background-image: none; }#IkGMm3OAtRw4qAsHagQEH8exSs7owkFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkGMm3OAtRw4qAsHagQEH8exSs7owkFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkGMm3OAtRw4qAsHagQEH8exSs7owkFL > .row .container > .video-iframe-container { display: none; }#IkGMm3OAtRw4qAsHagQEH8exSs7owkFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IkGMm3OAtRw4qAsHagQEH8exSs7owkFL > .row > .video-iframe-container { display: none; }#IkGMm3OAtRw4qAsHagQEH8exSs7owkFL > .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); }#IkGMm3OAtRw4qAsHagQEH8exSs7owkFL { border-width: 0; border-radius: 0; }#IkGMm3OAtRw4qAsHagQEH8exSs7owkFL > .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; }#IkGMm3OAtRw4qAsHagQEH8exSs7owkFL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iCDzaEKOFKLavwqztvp4fsRHU3iW9OmL { color:#004478;display:block;width:5.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.25rem;left:11.875rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZQW0B0EZyNf7cGRHgkKamziqJOb7gDya { color:#004478;display:block;width:5.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:2.25rem;left:22.5rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sefE6P53OGMC1Tts5o5mcrf6vO7VCdsA { color:#9b9b9b;display:block;width:5.6875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:2.25rem;left:32.875rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hxaeHwy0qoBcDdAlTeLLtoG0u25BcTnH { color:#9b9b9b;display:block;width:4.74935rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.2493667602539rem;left:54.061420440674rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HAcuclPHV0VGsPS5AElbWHNl9UKDkr0M { color:#004478;display:block;width:7.1245625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.2493667602539rem;left:42.936199188233rem;height:1.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZhH5iXFGBnSS9G5k7dceNcBqGoLq0rn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060ab;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OZhH5iXFGBnSS9G5k7dceNcBqGoLq0rn > .row .container { background-color: transparent; background-image: none; }#OZhH5iXFGBnSS9G5k7dceNcBqGoLq0rn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZhH5iXFGBnSS9G5k7dceNcBqGoLq0rn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZhH5iXFGBnSS9G5k7dceNcBqGoLq0rn > .row .container > .video-iframe-container { display: none; }#OZhH5iXFGBnSS9G5k7dceNcBqGoLq0rn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZhH5iXFGBnSS9G5k7dceNcBqGoLq0rn > .row > .video-iframe-container { display: none; }#OZhH5iXFGBnSS9G5k7dceNcBqGoLq0rn > .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); }#OZhH5iXFGBnSS9G5k7dceNcBqGoLq0rn > .row .container { border-width: 0; border-radius: 0; }#OZhH5iXFGBnSS9G5k7dceNcBqGoLq0rn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OZhH5iXFGBnSS9G5k7dceNcBqGoLq0rn > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#GBQPMp8wNy5sOTxN98ebqDsGwVCFQ0b3 { color:#ffffff;display:block;width:36.186rem;position:absolute;font-family:manrope;font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6082916259766rem;left:0.93750190734863rem;height:6.334625rem;font-style:normal;display:block; }
#aLaGpzv3RTdGTCTkGsPDSw9So9XmyrUn { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.3838125rem;height:2.3222625rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:27.185546875rem;left:0.9375rem;display:block; }
#EtHHUwbidTNuDz49dHIKBsdF927LFLLH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W3bQWiq9wA5JI5N4fmPSOyUZG7HguF1o { color:#ffffff;display:block;width:14.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:9.75rem;left:40.25rem;height:7.03125rem;font-style:normal;display:block; }
#AWc6IudUrQaqVVWS34vvPZN7kzCf5VlB { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:6rem;left:40.25rem;height:1.875rem;font-style:normal;display:block; }
#QoRHL3aTfSGN3PrJsDTCLQRtUCD34H3X { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:9.625rem;left:57.375rem;height:4.21875rem;font-style:normal;display:block; }
#AaUPvw35xQSplvtcd4TN0F72kXMxqp5t { color:#ffffff;display:block;width:17.5625rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:5.875rem;left:57.375rem;height:1.875rem;font-style:normal;display:block; }
#ruwoKVTLlTvD1ryQddioGzmzpk2QkFyq { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:21.75rem;left:40.375rem;height:1.875rem;font-style:normal;display:block; }
#auv0CuGlbi3gnx5iag9XxVQP0plwyTzI { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:21.75rem;left:58.4375rem;height:1.875rem;font-style:normal;display:block; }
#EIHE7env29ntcTwTmIzib9WTt2mkzPHw { 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.6875rem;left:40.125rem;display:block; }#EIHE7env29ntcTwTmIzib9WTt2mkzPHw.adaptive-delivery-prevent-bg, #EIHE7env29ntcTwTmIzib9WTt2mkzPHw.lazyload, #EIHE7env29ntcTwTmIzib9WTt2mkzPHw.lazyloading { background-image: none; }
#Fc4TBRqTd9zAhzetfgIkdTO9HNzneeub { position:absolute;display:block;z-index:15033;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4211c3be-bb18-4f14-989f-8195ce99f249/ic_diploma.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:3.125rem;left:57.375rem;display:block; }#Fc4TBRqTd9zAhzetfgIkdTO9HNzneeub.adaptive-delivery-prevent-bg, #Fc4TBRqTd9zAhzetfgIkdTO9HNzneeub.lazyload, #Fc4TBRqTd9zAhzetfgIkdTO9HNzneeub.lazyloading { background-image: none; }
#g6d5i2nSKykynLxtr989vfxyRbXQ7GZr { position:absolute;display:block;z-index:15034;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/64275fcf-a2be-49d3-afa1-3134f8c57830/ic_handshake.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:18.375rem;left:40.375rem;display:block; }#g6d5i2nSKykynLxtr989vfxyRbXQ7GZr.adaptive-delivery-prevent-bg, #g6d5i2nSKykynLxtr989vfxyRbXQ7GZr.lazyload, #g6d5i2nSKykynLxtr989vfxyRbXQ7GZr.lazyloading { background-image: none; }
#mRl0K1XED7PFXmZlFl0RIOgfZzxiBte0 { position:absolute;display:block;z-index:15035;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/440a47bb-e030-4916-90a8-83a93d566780/ic_maleta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:18.625rem;left:58.3125rem;display:block; }#mRl0K1XED7PFXmZlFl0RIOgfZzxiBte0.adaptive-delivery-prevent-bg, #mRl0K1XED7PFXmZlFl0RIOgfZzxiBte0.lazyload, #mRl0K1XED7PFXmZlFl0RIOgfZzxiBte0.lazyloading { background-image: none; }
#JTumv0ddwmvbL8kKJ0pu0rdnKQb3K6lZ { color:#ffffff;display:block;width:14.4993125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:24.593395233154rem;left:40.405715942382rem;height:4.21875rem;font-style:normal;display:block; }
#xUFIiKKscO67JL7tZqqnuxsvikO4Rz0U { color:#ffffff;display:block;width:15.062125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:24.606712341309rem;left:58.623046875rem;height:4.21875rem;font-style:normal;display:block; }
#CkCudrSzFNA4T8Sn7HlWAMOTiT3n65HV { color:#ffffff;display:block;width:30.374rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:12.2548828125rem;left:0.9375rem;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; }
#Sz8ZFkBJWsqEqBN4KvF8KqPqfHtaQQuu { color:#ffffff;display:block;width:33.499rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:16.279296875rem;left:0.9375rem;height:9.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Sz8ZFkBJWsqEqBN4KvF8KqPqfHtaQQuu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Sz8ZFkBJWsqEqBN4KvF8KqPqfHtaQQuu li:before{  }
#rDuE5ELOlIsSERkohDzXhHdqmtNziPT7 { color:#f5f5f5;display:block;width:11.311875rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:0.54253387451172rem;left:0.93750190734863rem;height:1.40625rem;font-style:normal;display:block; }
#uGbDs4xnJMX3faQaI1zznd7OrpAGkzrB { position:relative;display:block; }#uGbDs4xnJMX3faQaI1zznd7OrpAGkzrB { background-color: transparent; background-image: none; }#uGbDs4xnJMX3faQaI1zznd7OrpAGkzrB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGbDs4xnJMX3faQaI1zznd7OrpAGkzrB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGbDs4xnJMX3faQaI1zznd7OrpAGkzrB > .row .container > .video-iframe-container { display: none; }#uGbDs4xnJMX3faQaI1zznd7OrpAGkzrB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uGbDs4xnJMX3faQaI1zznd7OrpAGkzrB > .row > .video-iframe-container { display: none; }#uGbDs4xnJMX3faQaI1zznd7OrpAGkzrB > .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); }#uGbDs4xnJMX3faQaI1zznd7OrpAGkzrB { border-width: 0; border-radius: 0; }#uGbDs4xnJMX3faQaI1zznd7OrpAGkzrB > .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; }#uGbDs4xnJMX3faQaI1zznd7OrpAGkzrB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height: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; }#wC7RhJUNgMPTnlCLFTA5OnKhcI5w9XrK { color:#161616;display:block;width:18.6875rem;position:absolute;font-family:manrope;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; }
#XJTTZ47aQnye8dBO4KcvO0aJ8MiBWSR7 { color:#161616;display:block;width:47.6875rem;position:absolute;font-family:manrope;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; }
#SAnkxndpAinpwfXoflWb1lTkPDnG0fW1 { position:relative;display:block; }#SAnkxndpAinpwfXoflWb1lTkPDnG0fW1 { background-color: transparent; background-image: none; }#SAnkxndpAinpwfXoflWb1lTkPDnG0fW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAnkxndpAinpwfXoflWb1lTkPDnG0fW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAnkxndpAinpwfXoflWb1lTkPDnG0fW1 > .row .container > .video-iframe-container { display: none; }#SAnkxndpAinpwfXoflWb1lTkPDnG0fW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAnkxndpAinpwfXoflWb1lTkPDnG0fW1 > .row > .video-iframe-container { display: none; }#SAnkxndpAinpwfXoflWb1lTkPDnG0fW1 > .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); }#SAnkxndpAinpwfXoflWb1lTkPDnG0fW1 { border-width: 0; border-radius: 0; }#SAnkxndpAinpwfXoflWb1lTkPDnG0fW1 > .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; }#SAnkxndpAinpwfXoflWb1lTkPDnG0fW1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height: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; }#dM7b4CIfORTFlbRsSDnhoUOlQRrWFwo0 { color:#0060ab;display:block;width:21.5rem;position:absolute;font-family:manrope;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; }
#uFgLVBnSTkyQaD9LsaHlUVfIVtcGARLp { color:#161616;display:block;width:17.625rem;position:absolute;font-family:manrope;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; }
#kbQ1I5CmmQTWbbEO63gaCkd2mirmM0sg { 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; }
#AP1p1rIQB7c5AbHmzZ3fx3mg6dMl3ym5 { 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; }
#CIDTKtGOL6yZiz3sFifK1mySdpUnt3zI { 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; }
#vOsNqkHJUTvwU5ol1CCFeccWfy4adTSn { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5rem;left:1.5625rem;height:5.625rem;font-style:normal;display:block; }
#DCOTqB51kAREHKMMIaGOmgRUl6UsZVry { color:#0060ab;display:block;width:21.1875rem;position:absolute;font-family:manrope;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; }
#Tn2lXmdgAlOLzmBMQEGCxiucM6TLkiWT { color:#161616;display:block;width:18.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:8.4375rem;left:51.5625rem;height:5.625rem;font-style:normal;display:block; }
#J8Oc6nOATJ9prh42erF1LDhaILCumM3n { color:#0060ab;display:block;width:23.4375rem;position:absolute;font-family:manrope;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; }
#CUBrUBGpCNBi8GOF1v28hHBfaDFlZ6Jt { 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; }#CUBrUBGpCNBi8GOF1v28hHBfaDFlZ6Jt.adaptive-delivery-prevent-bg, #CUBrUBGpCNBi8GOF1v28hHBfaDFlZ6Jt.lazyload, #CUBrUBGpCNBi8GOF1v28hHBfaDFlZ6Jt.lazyloading { background-image: none; }
#SX5RDuKgvG9y1h0QpKp9TCs00dwuNoFf { 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; }#SX5RDuKgvG9y1h0QpKp9TCs00dwuNoFf.adaptive-delivery-prevent-bg, #SX5RDuKgvG9y1h0QpKp9TCs00dwuNoFf.lazyload, #SX5RDuKgvG9y1h0QpKp9TCs00dwuNoFf.lazyloading { background-image: none; }
#vZgT64igsoCgUTJiVi8E14ODngS4AeGm { 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; }#vZgT64igsoCgUTJiVi8E14ODngS4AeGm.adaptive-delivery-prevent-bg, #vZgT64igsoCgUTJiVi8E14ODngS4AeGm.lazyload, #vZgT64igsoCgUTJiVi8E14ODngS4AeGm.lazyloading { background-image: none; }
#B6c9aGquJ8fCaL2dJ5s3TwuZ0QXUyQO2 { position:relative;display:block; }#B6c9aGquJ8fCaL2dJ5s3TwuZ0QXUyQO2 { background-color: transparent; background-image: none; }#B6c9aGquJ8fCaL2dJ5s3TwuZ0QXUyQO2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6c9aGquJ8fCaL2dJ5s3TwuZ0QXUyQO2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6c9aGquJ8fCaL2dJ5s3TwuZ0QXUyQO2 > .row .container > .video-iframe-container { display: none; }#B6c9aGquJ8fCaL2dJ5s3TwuZ0QXUyQO2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6c9aGquJ8fCaL2dJ5s3TwuZ0QXUyQO2 > .row > .video-iframe-container { display: none; }#B6c9aGquJ8fCaL2dJ5s3TwuZ0QXUyQO2 > .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); }#B6c9aGquJ8fCaL2dJ5s3TwuZ0QXUyQO2 { border-width: 0; border-radius: 0; }#B6c9aGquJ8fCaL2dJ5s3TwuZ0QXUyQO2 > .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; }#B6c9aGquJ8fCaL2dJ5s3TwuZ0QXUyQO2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19rem;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; }#hUTTnIn9OZ3uZUmZrshRvWXQWTJOyGk3 { color:#161616;display:block;width:35.875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.9375rem;left:1.25rem;height:2.35625rem;font-style:normal;display:block; }
#KVSe61gfIOIZcabHTMbf23fxEaFCiDIb { color:#161616;display:block;width:42.0625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.0625rem;left:1.25rem;height:2.8125rem;font-style:normal;display:block; }
#cRV21AzGC9gDoK3RZPRgVFTQqHlKhuKs { position:absolute;display:block;z-index:15008;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.4375rem;left:4.8125rem;display:block; }
#qU6JEIVoC0rKrTlBFuZ1p7mH53JStavE { position:absolute;display:block;z-index:15009;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.4375rem;left:21.875rem;display:block; }
#dlWoXNM6t7Z4BLHPgbW1aATG28brbGug { 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:10.5rem;left:39.375rem;display:block; }
#IVwmAT2Ou5UCeSLz8woOoZVppLvJ2bAZ { position:absolute;display:block;z-index:15013;background-color:#f5f5f5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:12.8125rem;top:10.4375rem;left:57.375rem;display:block; }
#RysWKXHtXnuFlvmbG9xUa1XcTvaezhfR { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.249625rem;width:9.8118125rem;top:9.560546875rem;left:6.3103675842288rem;overflow:hidden;display:block; }
#cFAcxz7cKuAe3AZKATGsbSlN0BIPKSKb { position:absolute;display:block;z-index:15019;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.99964375rem;width:6.0617875rem;top:9.560546875rem;left:25.249465942382rem;overflow:hidden;display:block; }
#QJPZUsONpcF1VEvXBUlAeq27VrB9EauH { position:absolute;display:block;z-index:15020;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.68714375rem;width:6.5625rem;top:10.341796875rem;left:42.499111175537rem;overflow:hidden;display:block; }
#flGWhySCQKEZ6JIbGaeaIFboUeE8A2h8 { position:absolute;display:block;z-index:15021;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.06214375rem;width:6.0617875rem;top:10.654296875rem;left:60.749290466309rem;overflow:hidden;display:block; }
#fbz0ROGx6g5zCvFdoEKpiTLvZoCXz7pc { position:relative;display:block; }#fbz0ROGx6g5zCvFdoEKpiTLvZoCXz7pc { background-color: transparent; background-image: none; }#fbz0ROGx6g5zCvFdoEKpiTLvZoCXz7pc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbz0ROGx6g5zCvFdoEKpiTLvZoCXz7pc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbz0ROGx6g5zCvFdoEKpiTLvZoCXz7pc > .row .container > .video-iframe-container { display: none; }#fbz0ROGx6g5zCvFdoEKpiTLvZoCXz7pc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbz0ROGx6g5zCvFdoEKpiTLvZoCXz7pc > .row > .video-iframe-container { display: none; }#fbz0ROGx6g5zCvFdoEKpiTLvZoCXz7pc > .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); }#fbz0ROGx6g5zCvFdoEKpiTLvZoCXz7pc { border-width: 0; border-radius: 0; }#fbz0ROGx6g5zCvFdoEKpiTLvZoCXz7pc > .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; }#fbz0ROGx6g5zCvFdoEKpiTLvZoCXz7pc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fBu15wKqgKWC4HzWZJD4k4oRI312zCqA { color:#161616;display:block;width:28.0625rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.76793384552rem;left:2.1875rem;height:4.71136875rem;font-style:normal;display:block; }
#i2JWfaUD2kF9KW3BTgNAb6z0Ba3fSRw1 { color:#9b9b9b;display:block;width:12rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.5625rem;left:2.1875rem;height:1.40625rem;font-style:normal;display:block; }
#yHQhkPBnWd6xTMCkPpRDNgv6n6cwDHrv { color:#161616;display:block;width:27.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.8125rem;left:2.3125rem;height:5.625rem;font-style:normal;display:block; }
#uTrUQU352XfWbQ9bk71Ql00AzpKnN9AZ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.25rem;width:11.25rem;top:1.4375rem;left:37.5rem;display:block; }
#zF6UsRXOfA9WrsVU73aJ4cbw8PTydZnM { position:absolute;display:block;z-index:15022;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5d2a63d9-4123-4116-a55e-ec5a67af69ce/ic_maleta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:15.5625rem;left:38.4375rem;display:block; }#zF6UsRXOfA9WrsVU73aJ4cbw8PTydZnM.adaptive-delivery-prevent-bg, #zF6UsRXOfA9WrsVU73aJ4cbw8PTydZnM.lazyload, #zF6UsRXOfA9WrsVU73aJ4cbw8PTydZnM.lazyloading { background-image: none; }
#sP2P8r6TPsMa42XetcZ8wUJL71JVPdU3 { color:#161616;display:block;width:9.5rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:5.5rem;left:38.4375rem;height:6.55925rem;font-style:normal;display:block; }
#KWyXUwvohAgZFQbnE9DkGMkAVC62ZPpk { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.25rem;width:11.25rem;top:1.4375rem;left:50.5625rem;display:block; }
#xqcHvMcFDgbrZxgJLEVfuDeWcd37ZPK7 { color:#161616;display:block;width:10.25rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:5.5rem;left:51.125rem;height:5.24739375rem;font-style:normal;display:block; }
#tLvFnAHHh0pfXgvStAXrAUMqtFiVgxDs { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.25rem;width:11.25rem;top:1.4375rem;left:63.625rem;display:block; }
#kIoiBN9xf3f4C0Gks0TaSQn5GgK6l4qD { color:#161616;display:block;width:8.9375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:6.3125rem;left:64.75rem;height:6.55924375rem;font-style:normal;display:block; }
#ldQrvW23Dbre2RLUBET32y3boKL7F8Ni { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.25rem;width:11.25rem;top:14.375rem;left:37.5rem;display:block; }
#lppC0Z4L5Vwk8sEMVg8GupOCNdkZ7Nm1 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.25rem;width:11.25rem;top:14.375rem;left:50.5625rem;display:block; }
#kwRNnEP6npLAKMUAmcksMyMkr9zOUUvQ { color:#161616;display:block;width:9.9375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:19.25rem;left:38.25rem;height:5.2474rem;font-style:normal;display:block; }
#JCThwWixFKiPhbrL3UQlufTEfGtgSfy0 { color:#161616;display:block;width:9.9375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:19.25rem;left:51.3125rem;height:5.24739375rem;font-style:normal;display:block; }
#gchHdzh7LspwOHJUQuBzR2FxPtK6BfT8 { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f5f5f5;border-left:0.0625rem solid #f5f5f5;border-right:0.0625rem solid #f5f5f5;border-bottom:0.0625rem solid #f5f5f5;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.625rem rgba(28,31,40,0.1) ;height:11.25rem;width:11.25rem;top:14.375rem;left:63.625rem;display:block; }
#BJuNEhNoIqv0yrC5DT5K0LpKAR0eHXTS { color:#161616;display:block;width:10.375rem;position:absolute;font-family:manrope;font-size:0.875rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:19.25rem;left:64.4375rem;height:2.6237rem;font-style:normal;display:block; }
#NAbkDisHdrFnUEnL3sTO4EyKoI8PTQie { position:absolute;display:block;z-index:15031;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c7bbbf1a-872f-4c90-b8ec-59c7bf5f0bb0/clarity_talkbubblesline.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:15.75rem;left:51.75rem;display:block; }#NAbkDisHdrFnUEnL3sTO4EyKoI8PTQie.adaptive-delivery-prevent-bg, #NAbkDisHdrFnUEnL3sTO4EyKoI8PTQie.lazyload, #NAbkDisHdrFnUEnL3sTO4EyKoI8PTQie.lazyloading { background-image: none; }
#tQG2ImsS9QAfp6ICPVwtyclriPiwevLn { 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:15.375rem;left:64.375rem; }
#K16yTxM3KKMXXNtAEwXPZ7xb69fd8bNo { 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:2.5625rem;left:37.5rem; }
#P2yg7xOCqT4io7wWmRGSCxxIcOitThgX { 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:2.9375rem;left:51.6875rem; }
#XPKrJDhqE99Q3fuUVnPatIVOGVqq8X0o { 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:2.9375rem;left:64.5rem; }
#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0060ab;background-image:url("https://images.assets-landingi.com/uc/0cc73ac2-1eda-4002-8f24-65471d39cb5c/container.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn.adaptive-delivery-prevent-bg, #rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn.lazyload, #rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn.lazyloading { background-image: none; }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .row .container { background-color: transparent; background-image: none; }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .row .container > .video-iframe-container { display: none; }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .row > .video-iframe-container { display: none; }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .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); }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .row .container { border-width: 0; border-radius: 0; }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#WsR6KBqsdq4DdAyXo6muZcKXC0nNhdup { color:#ffffff;display:block;width:44.5625rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.6875002384186rem;left:0rem;height:12.18533125rem;font-style:normal;display:block; }
#cTTzSVB73MuVT7AopfQyG05VTpVmF1iQ { 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; }
#KnH7qGPnMtPf2nNzd4btLIHbWJbdw6QW { 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; }
#zdnOaBGtWf2ctviTHLPu5sV1wigHzDIW { position:relative;display:block; }#zdnOaBGtWf2ctviTHLPu5sV1wigHzDIW { background-color: transparent; background-image: none; }#zdnOaBGtWf2ctviTHLPu5sV1wigHzDIW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdnOaBGtWf2ctviTHLPu5sV1wigHzDIW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdnOaBGtWf2ctviTHLPu5sV1wigHzDIW > .row .container > .video-iframe-container { display: none; }#zdnOaBGtWf2ctviTHLPu5sV1wigHzDIW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdnOaBGtWf2ctviTHLPu5sV1wigHzDIW > .row > .video-iframe-container { display: none; }#zdnOaBGtWf2ctviTHLPu5sV1wigHzDIW > .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); }#zdnOaBGtWf2ctviTHLPu5sV1wigHzDIW { border-width: 0; border-radius: 0; }#zdnOaBGtWf2ctviTHLPu5sV1wigHzDIW > .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; }#zdnOaBGtWf2ctviTHLPu5sV1wigHzDIW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H9hQ7Bkwk7alLTRkEL7Si46n8FGEV0NO { color:#000000;display:block;width:35.25rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.443359375rem;left:1.125rem;height:2.35625rem;font-style:normal;display:block; }
#R3tTF6dJFkhvlRGUeNzwH2iRIOv8z5xy { color:#9b9b9b;display:block;width:13.25rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:4.25rem;left:1.125rem;height:1.40625rem;font-style:normal;display:block; }
#xZXZWxi2bQxNg9PfNzXAx7iOzsTKMBHq { color:#161616;display:block;width:28.125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.53125rem;left:1.125rem;height:5.625rem;font-style:normal;display:block; }
#KidtmcParfJT1lcqGwKBPaVFikLMt1F3 { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:17.25rem;left:1.125rem;display:block; }
#xAeIyM2BIKyMB9mPET7PL72XTgLm5rEF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CDv6PM7E55DFZ6nAhOmPCw2c0L34nxoI { color:#161616;display:block;width:22.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:1.25rem;left:14.4375rem;height:0;font-style:normal;display:block; }
#zdxWcdDrilJNNiu0SXyL4l93J8GAGJ2k { color:#161616;display:block;width:22.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:2.375rem;left:51.375rem;height:5.625rem;font-style:normal;display:block; }
#mutAqMy6hqwf9LJy6gkG8m62hys93oWw { color:#000000;display:block;width:22.5rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.890625rem;left:51.375rem;height:4.21875rem;font-style:normal;display:block; }
#hlcaD2hIWsK0mIQAnBCcgaRTGIpr2O6m { 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; }#hlcaD2hIWsK0mIQAnBCcgaRTGIpr2O6m.adaptive-delivery-prevent-bg, #hlcaD2hIWsK0mIQAnBCcgaRTGIpr2O6m.lazyload, #hlcaD2hIWsK0mIQAnBCcgaRTGIpr2O6m.lazyloading { background-image: none; }
#K3LCQBo1Ui2aW1hLUmlDuZkETqxZ8utC { 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; }#K3LCQBo1Ui2aW1hLUmlDuZkETqxZ8utC.adaptive-delivery-prevent-bg, #K3LCQBo1Ui2aW1hLUmlDuZkETqxZ8utC.lazyload, #K3LCQBo1Ui2aW1hLUmlDuZkETqxZ8utC.lazyloading { background-image: none; }
#Ry2iPy4ddkF2Op89rvq9c0bdk1INHnWV { position:relative;display:block; }#Ry2iPy4ddkF2Op89rvq9c0bdk1INHnWV { background-color: transparent; background-image: none; }#Ry2iPy4ddkF2Op89rvq9c0bdk1INHnWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry2iPy4ddkF2Op89rvq9c0bdk1INHnWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry2iPy4ddkF2Op89rvq9c0bdk1INHnWV > .row .container > .video-iframe-container { display: none; }#Ry2iPy4ddkF2Op89rvq9c0bdk1INHnWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ry2iPy4ddkF2Op89rvq9c0bdk1INHnWV > .row > .video-iframe-container { display: none; }#Ry2iPy4ddkF2Op89rvq9c0bdk1INHnWV > .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); }#Ry2iPy4ddkF2Op89rvq9c0bdk1INHnWV { border-width: 0; border-radius: 0; }#Ry2iPy4ddkF2Op89rvq9c0bdk1INHnWV > .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; }#Ry2iPy4ddkF2Op89rvq9c0bdk1INHnWV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height: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; }#VgQVSLbXND1n7h9u555t4s77TxynM9U8 { color:#161616;display:block;width:36.1875rem;position:absolute;font-family:manrope;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:38.75rem;height:4.71136875rem;font-style:normal;display:block; }
#FMT2FFvKJoJDLGuQ4gnPPoSDJZO7rVxK { color:#161616;display:block;width:27.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:10.9375rem;left:38.75rem;height:2.8125rem;font-style:normal;display:block; }
#urpcqKBeyF9F1w48Awn1isVtNref6gAV { background-color:#0060ab;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0060ab;border-left:0.0625rem solid #0060ab;border-right:0.0625rem solid #0060ab;border-bottom:0.0625rem solid #0060ab;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:14.3125rem;height:2.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.8125rem;left:39.71875rem;display:block; }
#JOCQIMorIqxDWNp3xgOHRBwgtSgSMV25 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MlgCIkoilFo9FrBnyLax4LhdqG5MbFi1 { color:#161616;display:block;width:29.8125rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:14.6875rem;left:38.9677734375rem;height:;font-style:normal;display:block; }#MlgCIkoilFo9FrBnyLax4LhdqG5MbFi1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MlgCIkoilFo9FrBnyLax4LhdqG5MbFi1 li:before{  }
#kHLPpK0ndHzcqBxSQtJKoTlxLkEsU8HS { color:#9b9b9b;display:block;width:11.0625rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.3125rem;left:38.75rem;height:1.40625rem;font-style:normal;display:block; }
#kxOq1l4fHaWOf8Ve6nvSqwcqJJEAOd15 { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/591dda40-440e-4812-b29b-fad91095eafd/AdobeStock_52437943.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:37.4375rem;top:4.4375rem;left:0rem;display:block; }#kxOq1l4fHaWOf8Ve6nvSqwcqJJEAOd15.adaptive-delivery-prevent-bg, #kxOq1l4fHaWOf8Ve6nvSqwcqJJEAOd15.lazyload, #kxOq1l4fHaWOf8Ve6nvSqwcqJJEAOd15.lazyloading { background-image: none; }
#ZynaglyTp8Di2ogu2L4o9XTbuHAGylHA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZynaglyTp8Di2ogu2L4o9XTbuHAGylHA > .row .container { background-color: transparent; background-image: none; }#ZynaglyTp8Di2ogu2L4o9XTbuHAGylHA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZynaglyTp8Di2ogu2L4o9XTbuHAGylHA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZynaglyTp8Di2ogu2L4o9XTbuHAGylHA > .row .container > .video-iframe-container { display: none; }#ZynaglyTp8Di2ogu2L4o9XTbuHAGylHA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZynaglyTp8Di2ogu2L4o9XTbuHAGylHA > .row > .video-iframe-container { display: none; }#ZynaglyTp8Di2ogu2L4o9XTbuHAGylHA > .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); }#ZynaglyTp8Di2ogu2L4o9XTbuHAGylHA > .row .container { border-width: 0; border-radius: 0; }#ZynaglyTp8Di2ogu2L4o9XTbuHAGylHA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZynaglyTp8Di2ogu2L4o9XTbuHAGylHA > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#GOgzHwTUy7v2AOUg6xUQidq7tTfr9TQt { color:#003f70;display:block;width:32.375rem;position:absolute;font-family:manrope;font-size:1.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:39.5625rem;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; }
#soh462mr0NRSVEXa9as9KszTNkVutbqR { color:#323232;display:block;width:31.25rem;position:absolute;font-family:manrope;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.25rem;left:40.125rem;height:9.7482625rem;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; }
#WC1xBTTEEp21NxZfNkZ74CQDi0fZmFo7 { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bd5b34ef-8b4a-4b00-861d-bb230ed2356b/AdobeStock_593288825.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:25.5rem;width:36.8125rem;top:0.6875rem;left:0.6875rem;display:block; }#WC1xBTTEEp21NxZfNkZ74CQDi0fZmFo7.adaptive-delivery-prevent-bg, #WC1xBTTEEp21NxZfNkZ74CQDi0fZmFo7.lazyload, #WC1xBTTEEp21NxZfNkZ74CQDi0fZmFo7.lazyloading { background-image: none; }
#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { background-color: transparent; background-image: none; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container > .video-iframe-container { display: none; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row > .video-iframe-container { display: none; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .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); }#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:22.1875rem;width:75rem;position:relative;display:block; }#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.0615234375rem;left:1.8125rem;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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;height:12.5rem;width:35.0625rem;top:7.0625rem;left:1.8125rem;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:3rem;height:1.949575rem;text-align:left;text-align-last:left;display:block; }
#sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { color:#003f70;display:block;width:26.4375rem;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:3rem;height:1.13606875rem;text-align:left;text-align-last:left;display:block; }
#hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { color:#323232;display:block;width:32.875rem;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:3rem;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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.1) ;height:12.625rem;width:35.0625rem;top:7rem;left:38.3125rem;display:block; }
#NDvUbgoWU0GeDCT2HAJpIfacJs3F0cir { color:#003f70;display:block;width:31rem;position:absolute;font-family:"pt sans";font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8.375rem;left:39.5625rem;height:1.949575rem;text-align:left;text-align-last:left;display:block; }
#n7QaTCUpEeXauJIdUbKVQZlzusfZ0oPF { color:#003f70;display:block;width:29.9375rem;position:absolute;font-family:"pt sans";font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:10.6875rem;left:39.5625rem;height:1.13606875rem;text-align:left;text-align-last:left;display:block; }
#RX4hLTyTkyA3T42uulWHJBICNo3Z974N { color:#323232;display:block;width:32.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:13.125rem;left:39.5625rem;height:5.85069375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK { 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; }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .row .container { background-color: transparent; background-image: none; }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .row .container > .video-iframe-container { display: none; }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .row > .video-iframe-container { display: none; }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .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); }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .row .container { border-width: 0; border-radius: 0; }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#RAB8qq7yysAvLcqLkTrxA91OS9cQfHh5 { position:absolute;display:block;z-index:15018;background-color:#ebbd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:0.625rem;left:72.0625rem;display:none; }
#Q2pBuCiVAUzH5A1fUsvKbo8zf6TTle0y { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:glober;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.9314231872556rem;left:0rem;height:4.22309375rem;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; }
#s5Ocb4dZQs0zcVWJ9CtnrhmGcWKAn42H { position:absolute;display:block;z-index:15019;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.49978125rem;width:12.3123125rem;top:1.8109817504882rem;left:0rem;overflow:hidden;display:block; }
#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebbd00;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { border-width: 0; border-radius: 0; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqtimVM38TOvM23FAc4Zkwwk5s0LwNGb > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:75rem;position:relative;display:none; }#L84VSDol9Gwf2xnmnUxTwd14dqq0q1LP { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:glober;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu { display:block; }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcbprw2ig8IMTtLD8WUwX1UzBoTP21oB { top:2.25rem;left:32.3125rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nk2zOQPcMztsm6uavnOvrxkfTi4ozbT1 { width:12.8125rem;height:2.75rem;top:1.75rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpVZbUweiQeA2r66LItPyIAEQymMxakI { display:block; }
 }@media only screen and (max-width: 763px) { #IsVvqcrcxP9eyPc3tgd12sxHEUhzAHdw { top:2.5rem;left:37.4375rem;width:8.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtKLlwDtULTKDQkMcUZuf6LuwWtcnT80 { top:2.625rem;left:36.0625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5e66Tl88NgTNZ9PM5MEVkNnP3TbcHD4 { top:0.8125rem;left:0rem;width:10.3125rem;height:3.81185rem;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:9.4375rem;top:8.5625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TvypLa025SdzOPpz72a8nCztyFWlLZ { width:42.1875rem;height:7.3125rem;top:27.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { top:6.4375rem;left:23.375rem;width:24.375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZhDqaldCAGEeVwcIQvrnoNTcWI49sb { top:6.4375rem;left:23.375rem;width:24.375rem;height:41.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGqfRq0cte5CDWvxyW83O6nVdaBqVsGf { top:6.625rem;left:30.3125rem;width:17.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUJz6wfdS0xk1IDHqL1Q5gTCqXAEadXo { top:3.8125rem;left:0rem;width:45.125rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o1nsXG9RTtepV4DTRST0MVrDnST4euwr { top:28.9375rem;left:0rem;width:19.5625rem;height:1.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CkrJctveRsAHAGyvMBSfBrOyzWky0K1h { display:none; }
 }@media only screen and (max-width: 763px) { #aLlmEWL7TXi6cXkAsLKGqwImpqhPPJoy { display:none; }
 }@media only screen and (max-width: 763px) { #rQ3fz5se2oTHuxqMVNCh1T090NvwOEbN { top:21.375rem;left:0rem;width:20rem;height:3.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZ9ZdZwA0rLKLXNU9fxVlXG2udJyJfgy { top:7rem;left:0rem;width:4.5rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q7zEsweey8LiJHRa4yRrRo2EcxXKOkA4 { top:36.6875rem;left:0rem;width:4.5625rem;height:2.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dJcfwh95tmkGh202SvQ120H1riHHlB1S { top:7rem;left:5.4375rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #g7kVdgrLaNdmZxIJ6ShOe1skITxFOIlZ { top:8.5625rem;left:5.4375rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4HmIzOtCdMIz1yUn0KBs6fFfhCA41LG { top:8.5625rem;left:0rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f5J5EMdh8eX7ACaKATm3HybuCmWHnZ5A { top:7rem;left:0rem;width:8.625rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LViEauKyoK1QwDhrx5samykGWPHKoeFp { top:7rem;left:14.3125rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxriEyLwzJTuKtvvNuF1oCPQ4G68TOa3 { top:8.5625rem;left:14.3125rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KZA9XKI8umKzs18z4Sdzp2JTIW39PU45 { top:11.75rem;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 #tKpt1HQ4KOIX2J3bW30EdwtW6JnPA58E {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #S4Wz3G1yJusXhkyc5fzrb1F09uePXzms { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a60lBHJFwFqoawanUUKNVgu1ap747Q7A {  }
 }@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) { #JeSSvORldOZ2Q9DnNfJm2eBePt2RW6in { 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) { #ymB8lhPIE0fPXK5LAn4icdp68H14yxLT { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #IvSGfkt72LoqBaxBULflXqKTcLEWR57s {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TUPvzduH2zTSUJAdv3qs7ZqwuqMDqM8X {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #dlyG3msJXPQz3LwT7nSZlaxvKJcy7RRv {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TrPDPw9zm0OyrLkC1kkEefPp8ITc3TmR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #RHu0fVEvNlwzpvSl8XZKW9UV2V9enREG {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #pcq9I8moCDLZkLTc1pUdhlTZBJy00m8r {  }
 }@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) { #SF06Ow6fJoGncEmyUu1gMrJnyqU8n5I4 { top:7.4375rem;left:37.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spLBc950HdnrTnvggbVth9tGzrEXea2K { top:6.875rem;left:28.25rem;width:19.5rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkUptAXTyfESeCBP9eTvETDU0iEcNaSL { top:6.0625rem;left:24.25rem;width:23.5rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob8fCVxTsoG6sT2KUCw9Wq2GQKzWNWKG { display:block; }#Ob8fCVxTsoG6sT2KUCw9Wq2GQKzWNWKG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KlIlPT1TTMLR5r85B9IIUUqBFKoFftEs { top:4.1875rem;left:0rem;width:34.5625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqIT4u0ZDnnt1uc6v6hTtPtHdlxoXkkI { top:7.4375rem;left:0rem;width:4.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGFMOF3l2GWo2QTXMCzR8voPMwfuMhT5 { top:9rem;left:0rem;width:5.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBn6hW0HtnTHmBeEFnumPQ6X6Hfg3JD0 { top:9rem;left:0rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSSFyAlBSFRhhyr6QZww52qoHaeqaT7L { top:7.4375rem;left:0rem;width:8.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyrWseXglqItyWluDTksclWfwZ0QgDk0 { top:9rem;left:5.4375rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f01I6qGMPIdJhJibvnOEfR5nIr0NGnox { top:7.4375rem;left:5.4375rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVe1GPvwP9fJpdfuml6CO4fWceVLrU5W { top:9rem;left:14.3125rem;width:8.125rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlTg6seEdTn1HTk6XCbmTmw67gz0Tzw1 { top:7.4375rem;left:14.3125rem;width:7.1875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6iSg5FzQ851BeeBbVUk5U2csWQVX64E { top:4.5rem;left:0rem;width:32.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9Tx68Gmi6Z8SmtgeaHuwomvLeXuwc5G { top:1.0625rem;left:0rem;width:32.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLg4gsLQgxQQx7zv5LlyaDFkyqgaQ6dQ { display:block; }#HLg4gsLQgxQQx7zv5LlyaDFkyqgaQ6dQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtOmq9DiKMfgwIS2hUymkLDUMz64As0Q { top:2.4375rem;left:0rem;width:15.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee3X9V5OhWTFkUyKWmWa7pSh8RXeZiNi { top:0.0625rem;left:31.9375rem;width:15.8125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fekpxSWz7GBwNZ2IMOSBkyCCSpy38t1z { display:block; }#fekpxSWz7GBwNZ2IMOSBkyCCSpy38t1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eq1kxWAq5DhtKBZiZciUQ6F81a0oy5Ta { top:6.9375rem;left:0rem;width:18.8125rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MARLb2k3WZCsAoIAqAsFngZ6LyuEiXVq { top:4.5rem;left:0rem;width:15.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFT6Bq82Evi2PeCKRGXgV2dMx4ODS1gw { top:1.4375rem;left:0rem;width:15.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zElGQEOtiTRBl9sb07wg8VIdxBNBBTTl { 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) { #iFshhVMDuX0Kdb4DGga7uCVX83GiEDaW { 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) { #pITtyUs3mpBUu3feMMb6Rvmq5CU6Nwmi { top:6.5rem;left:13rem;width:18.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cidTHp7uOUUWfd0o8RsUcTeIyPBLZOUu { 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) { #Kw21L8kBfocIMI2LdpaGyI8DTFmHrxCT { 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) { #QJgv1nS5KTECAKw35BPWoEtgUNNqgAtc { 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) { #IkGMm3OAtRw4qAsHagQEH8exSs7owkFL { display:block; }#IkGMm3OAtRw4qAsHagQEH8exSs7owkFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iCDzaEKOFKLavwqztvp4fsRHU3iW9OmL { top:2.25rem;left:0rem;width:5.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQW0B0EZyNf7cGRHgkKamziqJOb7gDya { top:2.1875rem;left:8.8750038146975rem;width:5.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sefE6P53OGMC1Tts5o5mcrf6vO7VCdsA { top:2.1875rem;left:19.249351501465rem;width:5.625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxaeHwy0qoBcDdAlTeLLtoG0u25BcTnH { top:2.1875rem;left:40.436420440674rem;width:4.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAcuclPHV0VGsPS5AElbWHNl9UKDkr0M { top:2.1875rem;left:29.311199188233rem;width:7.0625rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZhH5iXFGBnSS9G5k7dceNcBqGoLq0rn { display:block; }#OZhH5iXFGBnSS9G5k7dceNcBqGoLq0rn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBQPMp8wNy5sOTxN98ebqDsGwVCFQ0b3 { top:4.5625rem;left:0rem;width:36.125rem;height:6.3125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLaGpzv3RTdGTCTkGsPDSw9So9XmyrUn { width:12.375rem;height:2.3125rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtHHUwbidTNuDz49dHIKBsdF927LFLLH { display:block; }
 }@media only screen and (max-width: 763px) { #W3bQWiq9wA5JI5N4fmPSOyUZG7HguF1o { top:9.75rem;left:26.625rem;width:14.8125rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWc6IudUrQaqVVWS34vvPZN7kzCf5VlB { top:6rem;left:26.625rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoRHL3aTfSGN3PrJsDTCLQRtUCD34H3X { top:9.625rem;left:33.25rem;width:14.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaUPvw35xQSplvtcd4TN0F72kXMxqp5t { top:5.875rem;left:30.1875rem;width:17.5rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruwoKVTLlTvD1ryQddioGzmzpk2QkFyq { top:21.75rem;left:26.75rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #auv0CuGlbi3gnx5iag9XxVQP0plwyTzI { top:21.75rem;left:32.375rem;width:15.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIHE7env29ntcTwTmIzib9WTt2mkzPHw { top:2.6875rem;left:26.5rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc4TBRqTd9zAhzetfgIkdTO9HNzneeub { top:3.125rem;left:43.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6d5i2nSKykynLxtr989vfxyRbXQ7GZr { top:18.375rem;left:26.75rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRl0K1XED7PFXmZlFl0RIOgfZzxiBte0 { top:18.625rem;left:44.6875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTumv0ddwmvbL8kKJ0pu0rdnKQb3K6lZ { top:24.5625rem;left:26.780715942382rem;width:14.4375rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUFIiKKscO67JL7tZqqnuxsvikO4Rz0U { top:24.5625rem;left:32.75rem;width:15rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CkCudrSzFNA4T8Sn7HlWAMOTiT3n65HV { top:12.25rem;left:0rem;width:30.3125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sz8ZFkBJWsqEqBN4KvF8KqPqfHtaQQuu { top:16.25rem;left:0rem;width:33.4375rem;height:9.0625rem;font-size:0.9375rem;display:block; }#Sz8ZFkBJWsqEqBN4KvF8KqPqfHtaQQuu li:before{  }
 }@media only screen and (max-width: 763px) { #rDuE5ELOlIsSERkohDzXhHdqmtNziPT7 { top:0.5rem;left:0rem;width:11.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGbDs4xnJMX3faQaI1zznd7OrpAGkzrB { display:block; }#uGbDs4xnJMX3faQaI1zznd7OrpAGkzrB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wC7RhJUNgMPTnlCLFTA5OnKhcI5w9XrK { top:2.8125rem;left:0rem;width:18.6875rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJTTZ47aQnye8dBO4KcvO0aJ8MiBWSR7 { top:5.8125rem;left:0rem;width:47.6875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAnkxndpAinpwfXoflWb1lTkPDnG0fW1 { display:block; }#SAnkxndpAinpwfXoflWb1lTkPDnG0fW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dM7b4CIfORTFlbRsSDnhoUOlQRrWFwo0 { top:1.4375rem;left:0rem;width:21.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFgLVBnSTkyQaD9LsaHlUVfIVtcGARLp { 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) { #kbQ1I5CmmQTWbbEO63gaCkd2mirmM0sg { display:none; }
 }@media only screen and (max-width: 763px) { #AP1p1rIQB7c5AbHmzZ3fx3mg6dMl3ym5 { display:none; }
 }@media only screen and (max-width: 763px) { #CIDTKtGOL6yZiz3sFifK1mySdpUnt3zI { display:none; }
 }@media only screen and (max-width: 763px) { #vOsNqkHJUTvwU5ol1CCFeccWfy4adTSn { top:8.5rem;left:0rem;width:18.8125rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCOTqB51kAREHKMMIaGOmgRUl6UsZVry { 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) { #Tn2lXmdgAlOLzmBMQEGCxiucM6TLkiWT { 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) { #J8Oc6nOATJ9prh42erF1LDhaILCumM3n { 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) { #CUBrUBGpCNBi8GOF1v28hHBfaDFlZ6Jt { top:4.6875rem;left:15.875rem;width:6.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX5RDuKgvG9y1h0QpKp9TCs00dwuNoFf { top:5rem;left:0rem;width:7.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZgT64igsoCgUTJiVi8E14ODngS4AeGm { top:4.6875rem;left:31.75rem;width:9.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6c9aGquJ8fCaL2dJ5s3TwuZ0QXUyQO2 { display:block; }#B6c9aGquJ8fCaL2dJ5s3TwuZ0QXUyQO2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUTTnIn9OZ3uZUmZrshRvWXQWTJOyGk3 { top:1.9375rem;left:0rem;width:35.875rem;height:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVSe61gfIOIZcabHTMbf23fxEaFCiDIb { top:5.0625rem;left:0rem;width:42.0625rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRV21AzGC9gDoK3RZPRgVFTQqHlKhuKs { top:10.4375rem;left:0rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU6JEIVoC0rKrTlBFuZ1p7mH53JStavE { top:10.4375rem;left:8.25rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlWoXNM6t7Z4BLHPgbW1aATG28brbGug { top:10.5rem;left:25.75rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVwmAT2Ou5UCeSLz8woOoZVppLvJ2bAZ { top:10.4375rem;left:34.9375rem;width:12.8125rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RysWKXHtXnuFlvmbG9xUa1XcTvaezhfR { top:9.5rem;left:0rem;width:9.75rem;height:7.2039537802012rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFAcxz7cKuAe3AZKATGsbSlN0BIPKSKb { top:9.5rem;left:11.624465942382rem;width:6rem;height:5.9384896781684rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJPZUsONpcF1VEvXBUlAeq27VrB9EauH { top:10.3125rem;left:28.874111175537rem;width:6.5625rem;height:5.68714375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flGWhySCQKEZ6JIbGaeaIFboUeE8A2h8 { top:10.625rem;left:41.6875rem;width:6rem;height:5.0105455692731rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbz0ROGx6g5zCvFdoEKpiTLvZoCXz7pc { display:block; }#fbz0ROGx6g5zCvFdoEKpiTLvZoCXz7pc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBu15wKqgKWC4HzWZJD4k4oRI312zCqA { top:5.75rem;left:0rem;width:28.0625rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2JWfaUD2kF9KW3BTgNAb6z0Ba3fSRw1 { top:2.5625rem;left:0rem;width:12rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHQhkPBnWd6xTMCkPpRDNgv6n6cwDHrv { top:12.8125rem;left:0rem;width:27.8125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTrUQU352XfWbQ9bk71Ql00AzpKnN9AZ { top:1.4375rem;left:23.875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zF6UsRXOfA9WrsVU73aJ4cbw8PTydZnM { top:15.5625rem;left:23.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP2P8r6TPsMa42XetcZ8wUJL71JVPdU3 { top:5.4375rem;left:23.875rem;width:9.4375rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWyXUwvohAgZFQbnE9DkGMkAVC62ZPpk { top:1.4375rem;left:30.125rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqcHvMcFDgbrZxgJLEVfuDeWcd37ZPK7 { top:5.4375rem;left:30.687316894531rem;width:10.1875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLvFnAHHh0pfXgvStAXrAUMqtFiVgxDs { top:1.4375rem;left:36.375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIoiBN9xf3f4C0Gks0TaSQn5GgK6l4qD { top:6.25rem;left:38.875rem;width:8.875rem;height:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldQrvW23Dbre2RLUBET32y3boKL7F8Ni { top:14.375rem;left:23.875rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lppC0Z4L5Vwk8sEMVg8GupOCNdkZ7Nm1 { top:14.375rem;left:30.125rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwRNnEP6npLAKMUAmcksMyMkr9zOUUvQ { top:19.1875rem;left:23.875rem;width:9.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCThwWixFKiPhbrL3UQlufTEfGtgSfy0 { top:19.1875rem;left:30.874641418457rem;width:9.875rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gchHdzh7LspwOHJUQuBzR2FxPtK6BfT8 { top:14.375rem;left:36.375rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJuNEhNoIqv0yrC5DT5K0LpKAR0eHXTS { top:19.1875rem;left:37.4375rem;width:10.3125rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAbkDisHdrFnUEnL3sTO4EyKoI8PTQie { top:15.75rem;left:31.3125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQG2ImsS9QAfp6ICPVwtyclriPiwevLn { top:15.375rem;left:43.9375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K16yTxM3KKMXXNtAEwXPZ7xb69fd8bNo { top:2.5625rem;left:23.875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2yg7xOCqT4io7wWmRGSCxxIcOitThgX { top:2.9375rem;left:31.25rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPKrJDhqE99Q3fuUVnPatIVOGVqq8X0o { top:2.9375rem;left:44.0625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn { display:block; }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsR6KBqsdq4DdAyXo6muZcKXC0nNhdup { top:3.6875rem;left:0rem;width:44.5625rem;height:12.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTzSVB73MuVT7AopfQyG05VTpVmF1iQ { display:none; }
 }@media only screen and (max-width: 763px) { #KnH7qGPnMtPf2nNzd4btLIHbWJbdw6QW { display:none; }
 }@media only screen and (max-width: 763px) { #zdnOaBGtWf2ctviTHLPu5sV1wigHzDIW { display:block; }#zdnOaBGtWf2ctviTHLPu5sV1wigHzDIW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9hQ7Bkwk7alLTRkEL7Si46n8FGEV0NO { top:6.4375rem;left:0rem;width:35.25rem;height:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3tTF6dJFkhvlRGUeNzwH2iRIOv8z5xy { top:4.25rem;left:0rem;width:13.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZXZWxi2bQxNg9PfNzXAx7iOzsTKMBHq { top:10.5rem;left:0rem;width:28.125rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KidtmcParfJT1lcqGwKBPaVFikLMt1F3 { width:14.1875rem;height:2.625rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAeIyM2BIKyMB9mPET7PL72XTgLm5rEF { display:block; }
 }@media only screen and (max-width: 763px) { #CDv6PM7E55DFZ6nAhOmPCw2c0L34nxoI { top:1.25rem;left:1.375rem;width:22.5rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdxWcdDrilJNNiu0SXyL4l93J8GAGJ2k { 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) { #mutAqMy6hqwf9LJy6gkG8m62hys93oWw { 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) { #hlcaD2hIWsK0mIQAnBCcgaRTGIpr2O6m { top:1.25rem;left:23.875rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3LCQBo1Ui2aW1hLUmlDuZkETqxZ8utC { top:11.125rem;left:23.875rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry2iPy4ddkF2Op89rvq9c0bdk1INHnWV { display:block; }#Ry2iPy4ddkF2Op89rvq9c0bdk1INHnWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgQVSLbXND1n7h9u555t4s77TxynM9U8 { top:4.9375rem;left:11.5625rem;width:36.1875rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMT2FFvKJoJDLGuQ4gnPPoSDJZO7rVxK { top:10.9375rem;left:19.9375rem;width:27.8125rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urpcqKBeyF9F1w48Awn1isVtNref6gAV { width:14.3125rem;height:2.75rem;top:27.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOCQIMorIqxDWNp3xgOHRBwgtSgSMV25 { display:block; }
 }@media only screen and (max-width: 763px) { #MlgCIkoilFo9FrBnyLax4LhdqG5MbFi1 { top:14.6875rem;left:17.9375rem;width:29.8125rem;height:;font-size:0.9375rem;display:block; }#MlgCIkoilFo9FrBnyLax4LhdqG5MbFi1 li:before{  }
 }@media only screen and (max-width: 763px) { #kHLPpK0ndHzcqBxSQtJKoTlxLkEsU8HS { 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) { #kxOq1l4fHaWOf8Ve6nvSqwcqJJEAOd15 { top:4.4375rem;left:0rem;width:37.4375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZynaglyTp8Di2ogu2L4o9XTbuHAGylHA { display:block; }#ZynaglyTp8Di2ogu2L4o9XTbuHAGylHA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOgzHwTUy7v2AOUg6xUQidq7tTfr9TQt { top:2.9375rem;left:15.375rem;width:32.375rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soh462mr0NRSVEXa9as9KszTNkVutbqR { top:10.25rem;left:16.5rem;width:31.25rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC1xBTTEEp21NxZfNkZ74CQDi0fZmFo7 { top:0.6875rem;left:0rem;width:36.8125rem;height:25.5rem;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:2rem;left:0rem;width:10.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl2POuOymaBEvEruDUdx7ebxmQHGrvkH { top:7.0625rem;left:0rem;width:35rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { top:8.4375rem;left:0rem;width:20.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBZyKrXTJVMrXLnTsg7RSH4Spb7c4vUT { top:10.75rem;left:0rem;width:26.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoGtvff7O6UNZx16oWVWXVnSpnk5uNRc { top:13.1875rem;left:0rem;width:32.8125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5DLb1GvCPKX99KUTvWyZTfSLDURT1QM { top:7rem;left:12.75rem;width:35rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDvUbgoWU0GeDCT2HAJpIfacJs3F0cir { top:8.375rem;left:16.75rem;width:30.9375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7QaTCUpEeXauJIdUbKVQZlzusfZ0oPF { top:10.6875rem;left:17.875rem;width:29.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RX4hLTyTkyA3T42uulWHJBICNo3Z974N { top:13.125rem;left:15.25rem;width:32.5rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK { display:block; }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAB8qq7yysAvLcqLkTrxA91OS9cQfHh5 { top:1.25rem;left:47.625rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q2pBuCiVAUzH5A1fUsvKbo8zf6TTle0y { top:6.875rem;left:0rem;width:31.125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5Ocb4dZQs0zcVWJ9CtnrhmGcWKAn42H { top:1.75rem;left:0rem;width:12.25rem;height:4.4770078985974rem;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) { #FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row .container { background-color: transparent; background-image: none; }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row .container > .video-iframe-container { display: none; }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row > .video-iframe-container { display: none; }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .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); }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row .container { border-width: 0; border-radius: 0; }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmdQzy0XiZUPPy8h41qWiJ42fzHSfhFu > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcbprw2ig8IMTtLD8WUwX1UzBoTP21oB { width:0.125rem;height:1.875rem;top:0rem;left:10.46875rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #Nk2zOQPcMztsm6uavnOvrxkfTi4ozbT1 { width:12.8125rem;height:2.75rem;top:1.75rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WpVZbUweiQeA2r66LItPyIAEQymMxakI { display:block; }
 }@media only screen and (max-width: 763px) { #IsVvqcrcxP9eyPc3tgd12sxHEUhzAHdw { width:8.3125rem;height:0;top:5.90625rem;left:6.65625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtKLlwDtULTKDQkMcUZuf6LuwWtcnT80 { width:1rem;height:1rem;top:6rem;left:5.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5e66Tl88NgTNZ9PM5MEVkNnP3TbcHD4 { width:10.3125rem;height:3.81185rem;top:1.25rem;left:4.8125rem;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:90.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2LcvDC1oCqd8xyO3ytlzJ95m0hQbobM { width:20rem;height:4.54971875rem;top:0.8740234375rem;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:4.27468125rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #Dk6iE5pkZUgsl4OSFcyDJ0aVbt2RBmB5 { width:20rem;height:3.5rem;top:9.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWZhDqaldCAGEeVwcIQvrnoNTcWI49sb { width:20rem;height:37.4375rem;top:13rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGqfRq0cte5CDWvxyW83O6nVdaBqVsGf { width:17.4375rem;height:3.0875rem;top:70.4636171875rem;left:1.25rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUJz6wfdS0xk1IDHqL1Q5gTCqXAEadXo { width:20rem;height:3.4375rem;top:28rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #o1nsXG9RTtepV4DTRST0MVrDnST4euwr { width:19.625rem;height:1.59375rem;top:29rem;left:0.25rem;font-size:1.0625rem;z-index:15006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkrJctveRsAHAGyvMBSfBrOyzWky0K1h { top:12.125rem;left:0rem;width:20rem;height:10.75rem;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/591dda40-440e-4812-b29b-fad91095eafd/AdobeStock_52437943.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CkrJctveRsAHAGyvMBSfBrOyzWky0K1h.adaptive-delivery-prevent-bg, #CkrJctveRsAHAGyvMBSfBrOyzWky0K1h.lazyload, #CkrJctveRsAHAGyvMBSfBrOyzWky0K1h.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aLlmEWL7TXi6cXkAsLKGqwImpqhPPJoy { top:12.125rem;left:9.875rem;width:10.25rem;height:10.75rem;z-index:15008;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; }#aLlmEWL7TXi6cXkAsLKGqwImpqhPPJoy.adaptive-delivery-prevent-bg, #aLlmEWL7TXi6cXkAsLKGqwImpqhPPJoy.lazyload, #aLlmEWL7TXi6cXkAsLKGqwImpqhPPJoy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rQ3fz5se2oTHuxqMVNCh1T090NvwOEbN { width:20rem;height:3.168325rem;top:23.875rem;left:0rem;font-size:0.8125rem;z-index:15016;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OZ9ZdZwA0rLKLXNU9fxVlXG2udJyJfgy { width:4.5625rem;height:1.31303125rem;top:32.875rem;left:2.75rem;font-size:0.875rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #q7zEsweey8LiJHRa4yRrRo2EcxXKOkA4 { width:4.5625rem;height:1.40625rem;top:34.4375rem;left:2.75rem;font-size:0.9375rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #dJcfwh95tmkGh202SvQ120H1riHHlB1S { width:3.18714375rem;height:1.31303125rem;top:37.4375rem;left:2.75rem;font-size:0.875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #g7kVdgrLaNdmZxIJ6ShOe1skITxFOIlZ { width:8.187125rem;height:1.40625rem;top:38.75rem;left:2.75rem;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #S4HmIzOtCdMIz1yUn0KBs6fFfhCA41LG { width:6.25rem;height:1.40625rem;top:34.4375rem;left:12.75rem;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #f5J5EMdh8eX7ACaKATm3HybuCmWHnZ5A { width:5.875rem;height:1.31303125rem;top:32.875rem;left:12.5rem;font-size:0.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #LViEauKyoK1QwDhrx5samykGWPHKoeFp { width:3.8125rem;height:1.31303125rem;top:37.4375rem;left:12.5rem;font-size:0.875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #sxriEyLwzJTuKtvvNuF1oCPQ4G68TOa3 { width:3.75rem;height:1.40625rem;top:39rem;left:12.5625rem;font-size:0.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #KZA9XKI8umKzs18z4Sdzp2JTIW39PU45 { width:15.8125rem;height:1.13769375rem;top:47.25rem;left:3.8125rem;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;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#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;display:block;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-select {padding-top: 0; padding-bottom: 0;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH  { width:17.5rem;height:auto;top:51.8125rem;left:0rem; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH {display:block;}#qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH { width:17.5rem;height:auto;top:49.5625rem;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 #tKpt1HQ4KOIX2J3bW30EdwtW6JnPA58E {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #S4Wz3G1yJusXhkyc5fzrb1F09uePXzms { display:none; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #a60lBHJFwFqoawanUUKNVgu1ap747Q7A {  }
 }@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) { #JeSSvORldOZ2Q9DnNfJm2eBePt2RW6in { 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) { #ymB8lhPIE0fPXK5LAn4icdp68H14yxLT { display:block; }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #IvSGfkt72LoqBaxBULflXqKTcLEWR57s {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TUPvzduH2zTSUJAdv3qs7ZqwuqMDqM8X {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #dlyG3msJXPQz3LwT7nSZlaxvKJcy7RRv {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #TrPDPw9zm0OyrLkC1kkEefPp8ITc3TmR {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #RHu0fVEvNlwzpvSl8XZKW9UV2V9enREG {  }
 }@media only screen and (max-width: 763px) { #qeQcxrtTFv7vFwbbVT1gt32zlJnBmAnH #pcq9I8moCDLZkLTc1pUdhlTZBJy00m8r {  }
 }@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) { #SF06Ow6fJoGncEmyUu1gMrJnyqU8n5I4 { display:flex;width:1.875rem;height:1.875rem;top:43.25rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #spLBc950HdnrTnvggbVth9tGzrEXea2K { width:16.1875rem;height:3.25rem;top:43.25rem;left:3.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MkUptAXTyfESeCBP9eTvETDU0iEcNaSL { width:20rem;height:7.8125rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob8fCVxTsoG6sT2KUCw9Wq2GQKzWNWKG { display:none; }#Ob8fCVxTsoG6sT2KUCw9Wq2GQKzWNWKG > .row .container { width:20rem;height:22.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KlIlPT1TTMLR5r85B9IIUUqBFKoFftEs { width:20rem;height:3.4375rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqIT4u0ZDnnt1uc6v6hTtPtHdlxoXkkI { width:4.5625rem;height:1.31303125rem;top:6.5625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGFMOF3l2GWo2QTXMCzR8voPMwfuMhT5 { 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) { #dBn6hW0HtnTHmBeEFnumPQ6X6Hfg3JD0 { 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) { #SSSFyAlBSFRhhyr6QZww52qoHaeqaT7L { width:5.875rem;height:1.31303125rem;top:6.5625rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyrWseXglqItyWluDTksclWfwZ0QgDk0 { 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) { #f01I6qGMPIdJhJibvnOEfR5nIr0NGnox { width:3.1875rem;height:1.31303125rem;top:11.125rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVe1GPvwP9fJpdfuml6CO4fWceVLrU5W { 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) { #XlTg6seEdTn1HTk6XCbmTmw67gz0Tzw1 { width:3.8125rem;height:1.31303125rem;top:11.1875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6iSg5FzQ851BeeBbVUk5U2csWQVX64E { width:18.75rem;height:1.40625rem;top:1.84375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9Tx68Gmi6Z8SmtgeaHuwomvLeXuwc5G { width:20rem;height:4.54900625rem;top:17.828125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLg4gsLQgxQQx7zv5LlyaDFkyqgaQ6dQ { display:block; }#HLg4gsLQgxQQx7zv5LlyaDFkyqgaQ6dQ > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtOmq9DiKMfgwIS2hUymkLDUMz64As0Q { width:15.6875rem;height:1.7871125rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee3X9V5OhWTFkUyKWmWa7pSh8RXeZiNi { width:15.8125rem;height:0;top:58.875007152558rem;left:2.7492188215256rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fekpxSWz7GBwNZ2IMOSBkyCCSpy38t1z { display:block; }#fekpxSWz7GBwNZ2IMOSBkyCCSpy38t1z > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eq1kxWAq5DhtKBZiZciUQ6F81a0oy5Ta { 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) { #MARLb2k3WZCsAoIAqAsFngZ6LyuEiXVq { 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) { #UFT6Bq82Evi2PeCKRGXgV2dMx4ODS1gw { 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) { #zElGQEOtiTRBl9sb07wg8VIdxBNBBTTl { 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) { #iFshhVMDuX0Kdb4DGga7uCVX83GiEDaW { 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) { #pITtyUs3mpBUu3feMMb6Rvmq5CU6Nwmi { width:18.75rem;height:auto;top:6.5rem;left:0.625rem;font-size:0.9375rem;color:#161616;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cidTHp7uOUUWfd0o8RsUcTeIyPBLZOUu { 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) { #Kw21L8kBfocIMI2LdpaGyI8DTFmHrxCT { 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) { #QJgv1nS5KTECAKw35BPWoEtgUNNqgAtc { 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) { #IkGMm3OAtRw4qAsHagQEH8exSs7owkFL { display:none; }#IkGMm3OAtRw4qAsHagQEH8exSs7owkFL > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iCDzaEKOFKLavwqztvp4fsRHU3iW9OmL { width:5.6875rem;height:0;top:-0.9375rem;left:5.6875rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #ZQW0B0EZyNf7cGRHgkKamziqJOb7gDya { width:5.6875rem;height:0;top:-0.9375rem;left:14.3125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #sefE6P53OGMC1Tts5o5mcrf6vO7VCdsA { width:5.6875rem;height:0;top:-0.9375rem;left:14.3125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #hxaeHwy0qoBcDdAlTeLLtoG0u25BcTnH { width:5.6875rem;height:0;top:-0.9375rem;left:14.3125rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #HAcuclPHV0VGsPS5AElbWHNl9UKDkr0M { width:7.0625rem;height:auto;top:2.1875rem;left:6.4375rem;font-size:0.9375rem;color:#161616;display:none; }
 }@media only screen and (max-width: 763px) { #OZhH5iXFGBnSS9G5k7dceNcBqGoLq0rn { display:block; }#OZhH5iXFGBnSS9G5k7dceNcBqGoLq0rn > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBQPMp8wNy5sOTxN98ebqDsGwVCFQ0b3 { width:20rem;height:4.875rem;top:2.1240234375rem;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) { #aLaGpzv3RTdGTCTkGsPDSw9So9XmyrUn { width:12.51075rem;height:2.44921875rem;top:27.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtHHUwbidTNuDz49dHIKBsdF927LFLLH { display:block; }
 }@media only screen and (max-width: 763px) { #W3bQWiq9wA5JI5N4fmPSOyUZG7HguF1o { width:20rem;height:5.25rem;top:36.875rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AWc6IudUrQaqVVWS34vvPZN7kzCf5VlB { width:15.375rem;height:1.40625rem;top:34.125rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QoRHL3aTfSGN3PrJsDTCLQRtUCD34H3X { width:20rem;height:2.625rem;top:48.8125rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #AaUPvw35xQSplvtcd4TN0F72kXMxqp5t { width:15.375rem;height:1.40625rem;top:46.5625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ruwoKVTLlTvD1ryQddioGzmzpk2QkFyq { width:15.375rem;height:1.40625rem;top:55.4375rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #auv0CuGlbi3gnx5iag9XxVQP0plwyTzI { width:15.375rem;height:1.40625rem;top:65.625rem;left:0rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EIHE7env29ntcTwTmIzib9WTt2mkzPHw { width:2.8125rem;height:2.8125rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc4TBRqTd9zAhzetfgIkdTO9HNzneeub { width:2.8125rem;height:2.8125rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6d5i2nSKykynLxtr989vfxyRbXQ7GZr { width:2.8125rem;height:2.8125rem;top:52.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRl0K1XED7PFXmZlFl0RIOgfZzxiBte0 { width:2.625rem;height:2.625rem;top:61.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTumv0ddwmvbL8kKJ0pu0rdnKQb3K6lZ { width:19.75rem;height:2.625rem;top:57.5625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xUFIiKKscO67JL7tZqqnuxsvikO4Rz0U { width:19.9375rem;height:2.625rem;top:68.0625rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CkCudrSzFNA4T8Sn7HlWAMOTiT3n65HV { width:20rem;height:5.25rem;top:8.373046875rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sz8ZFkBJWsqEqBN4KvF8KqPqfHtaQQuu { width:20rem;height:13.75rem;top:12.935546875rem;left:0rem;font-size:0.875rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }#Sz8ZFkBJWsqEqBN4KvF8KqPqfHtaQQuu li:before{  }
 }@media only screen and (max-width: 763px) { #rDuE5ELOlIsSERkohDzXhHdqmtNziPT7 { width:11.25rem;height:1.31303125rem;top:0.1865234375rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uGbDs4xnJMX3faQaI1zznd7OrpAGkzrB { display:block; }#uGbDs4xnJMX3faQaI1zznd7OrpAGkzrB > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wC7RhJUNgMPTnlCLFTA5OnKhcI5w9XrK { width:18.375rem;height:1.7871125rem;top:1.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJTTZ47aQnye8dBO4KcvO0aJ8MiBWSR7 { 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) { #SAnkxndpAinpwfXoflWb1lTkPDnG0fW1 { display:block; }#SAnkxndpAinpwfXoflWb1lTkPDnG0fW1 > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dM7b4CIfORTFlbRsSDnhoUOlQRrWFwo0 { 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) { #uFgLVBnSTkyQaD9LsaHlUVfIVtcGARLp { 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) { #kbQ1I5CmmQTWbbEO63gaCkd2mirmM0sg { 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) { #AP1p1rIQB7c5AbHmzZ3fx3mg6dMl3ym5 { 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) { #CIDTKtGOL6yZiz3sFifK1mySdpUnt3zI { 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) { #vOsNqkHJUTvwU5ol1CCFeccWfy4adTSn { 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) { #DCOTqB51kAREHKMMIaGOmgRUl6UsZVry { 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) { #Tn2lXmdgAlOLzmBMQEGCxiucM6TLkiWT { 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) { #J8Oc6nOATJ9prh42erF1LDhaILCumM3n { 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) { #CUBrUBGpCNBi8GOF1v28hHBfaDFlZ6Jt { width:5.25rem;height:2.875rem;top:12.875000953674rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX5RDuKgvG9y1h0QpKp9TCs00dwuNoFf { width:5.8125rem;height:1.5rem;top:3rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZgT64igsoCgUTJiVi8E14ODngS4AeGm { width:6.875rem;height:2.4375rem;top:23.134561538696rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6c9aGquJ8fCaL2dJ5s3TwuZ0QXUyQO2 { display:block; }#B6c9aGquJ8fCaL2dJ5s3TwuZ0QXUyQO2 > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hUTTnIn9OZ3uZUmZrshRvWXQWTJOyGk3 { width:20rem;height:3.57421875rem;top:1.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVSe61gfIOIZcabHTMbf23fxEaFCiDIb { width:20rem;height:7.03125rem;top:5.3212890625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #cRV21AzGC9gDoK3RZPRgVFTQqHlKhuKs { width:9.375rem;height:4.0625rem;top:13.636285305023rem;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) { #qU6JEIVoC0rKrTlBFuZ1p7mH53JStavE { width:9.375rem;height:4.0625rem;top:18.562499523163rem;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) { #dlWoXNM6t7Z4BLHPgbW1aATG28brbGug { width:9.375rem;height:4.0625rem;top:13.636285305023rem;left:10.624132454395rem;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) { #IVwmAT2Ou5UCeSLz8woOoZVppLvJ2bAZ { width:9.375rem;height:4.0625rem;top:18.5625rem;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) { #RysWKXHtXnuFlvmbG9xUa1XcTvaezhfR { width:6.0617875rem;height:4.562325rem;top:13.384232521057rem;left:1.6557171940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFAcxz7cKuAe3AZKATGsbSlN0BIPKSKb { width:5.4367875rem;height:5.37464375rem;top:12.978514671326rem;left:12.592328608036rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJPZUsONpcF1VEvXBUlAeq27VrB9EauH { width:5.24946875rem;height:4.562325rem;top:18.311434745789rem;left:2.0623224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #flGWhySCQKEZ6JIbGaeaIFboUeE8A2h8 { width:5.187325rem;height:4.31196875rem;top:18.436612129211rem;left:12.717506945133rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbz0ROGx6g5zCvFdoEKpiTLvZoCXz7pc { display:block; }#fbz0ROGx6g5zCvFdoEKpiTLvZoCXz7pc > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBu15wKqgKWC4HzWZJD4k4oRI312zCqA { width:20rem;height:3.57421875rem;top:3.9366426467896rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2JWfaUD2kF9KW3BTgNAb6z0Ba3fSRw1 { 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) { #yHQhkPBnWd6xTMCkPpRDNgv6n6cwDHrv { width:20rem;height:8.4375rem;top:8.7491116523744rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #uTrUQU352XfWbQ9bk71Ql00AzpKnN9AZ { width:19.9375rem;height:4.375rem;top:18.9375rem;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) { #zF6UsRXOfA9WrsVU73aJ4cbw8PTydZnM { width:1.9375rem;height:1.9375rem;top:20.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP2P8r6TPsMa42XetcZ8wUJL71JVPdU3 { width:14.6875rem;height:3.41175625rem;top:19.5rem;left:3.9375rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KWyXUwvohAgZFQbnE9DkGMkAVC62ZPpk { width:19.9375rem;height:4.1875rem;top:24.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;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) { #xqcHvMcFDgbrZxgJLEVfuDeWcd37ZPK7 { width:14.25rem;height:3.9375rem;top:24.4375rem;left:4.3125rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #tLvFnAHHh0pfXgvStAXrAUMqtFiVgxDs { width:19.9375rem;height:4.75rem;top:29.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) { #kIoiBN9xf3f4C0Gks0TaSQn5GgK6l4qD { width:14.6875rem;height:3.9375rem;top:29.9375rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #ldQrvW23Dbre2RLUBET32y3boKL7F8Ni { width:19.9375rem;height:4.8125rem;top:34.8125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lppC0Z4L5Vwk8sEMVg8GupOCNdkZ7Nm1 { width:19.875rem;height:4.5rem;top:40.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:#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) { #kwRNnEP6npLAKMUAmcksMyMkr9zOUUvQ { width:14.25rem;height:3.411225rem;top:35.4375rem;left:4.3125rem;font-size:0.875rem;color:#161616;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JCThwWixFKiPhbrL3UQlufTEfGtgSfy0 { width:15.75rem;height:3.9375rem;top:40.9375rem;left:4.0625rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #gchHdzh7LspwOHJUQuBzR2FxPtK6BfT8 { width:19.875rem;height:3.125rem;top:46.0625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BJuNEhNoIqv0yrC5DT5K0LpKAR0eHXTS { width:14.5625rem;height:1.31303125rem;top:47rem;left:4rem;font-size:0.875rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #NAbkDisHdrFnUEnL3sTO4EyKoI8PTQie { width:1.75rem;height:1.75rem;top:35.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQG2ImsS9QAfp6ICPVwtyclriPiwevLn { display:flex;width:1.75rem;height:1.75rem;top:46.8125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #K16yTxM3KKMXXNtAEwXPZ7xb69fd8bNo { display:flex;width:2.25rem;height:2.25rem;top:41.6875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #P2yg7xOCqT4io7wWmRGSCxxIcOitThgX { display:flex;width:1.875rem;height:1.875rem;top:25.375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #XPKrJDhqE99Q3fuUVnPatIVOGVqq8X0o { display:flex;width:2.1875rem;height:2.1875rem;top:30.5625rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn { 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; }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn.adaptive-delivery-prevent-bg, #rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn.lazyload, #rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn.lazyloading { background-image: none; }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .row .container { background-color: transparent; background-image: none; }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .row .container > .video-iframe-container { display: none; }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .row > .video-iframe-container { display: none; }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .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); }#rbSH3Qofa7TH7oZ6KVShLAA7PNoqfcEn > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsR6KBqsdq4DdAyXo6muZcKXC0nNhdup { width:20rem;height:12.50851875rem;top:4.8216133117676rem;left:0rem;font-size:1.375rem;line-height:1.3;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cTTzSVB73MuVT7AopfQyG05VTpVmF1iQ { 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; }#cTTzSVB73MuVT7AopfQyG05VTpVmF1iQ.adaptive-delivery-prevent-bg, #cTTzSVB73MuVT7AopfQyG05VTpVmF1iQ.lazyload, #cTTzSVB73MuVT7AopfQyG05VTpVmF1iQ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #KnH7qGPnMtPf2nNzd4btLIHbWJbdw6QW { 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; }#KnH7qGPnMtPf2nNzd4btLIHbWJbdw6QW.adaptive-delivery-prevent-bg, #KnH7qGPnMtPf2nNzd4btLIHbWJbdw6QW.lazyload, #KnH7qGPnMtPf2nNzd4btLIHbWJbdw6QW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zdnOaBGtWf2ctviTHLPu5sV1wigHzDIW { display:block; }#zdnOaBGtWf2ctviTHLPu5sV1wigHzDIW > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9hQ7Bkwk7alLTRkEL7Si46n8FGEV0NO { width:20rem;height:3.57421875rem;top:3.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3tTF6dJFkhvlRGUeNzwH2iRIOv8z5xy { 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) { #xZXZWxi2bQxNg9PfNzXAx7iOzsTKMBHq { width:20rem;height:7.03125rem;top:7.8828125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #KidtmcParfJT1lcqGwKBPaVFikLMt1F3 { width:19.8994375rem;height:2.6494125rem;top:16.0390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAeIyM2BIKyMB9mPET7PL72XTgLm5rEF { display:block; }
 }@media only screen and (max-width: 763px) { #CDv6PM7E55DFZ6nAhOmPCw2c0L34nxoI { width:20rem;height:0;top:41.1875rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #zdxWcdDrilJNNiu0SXyL4l93J8GAGJ2k { width:20rem;height:5.625rem;top:28.0625rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #mutAqMy6hqwf9LJy6gkG8m62hys93oWw { width:20rem;height:5.625rem;top:44.953125rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #hlcaD2hIWsK0mIQAnBCcgaRTGIpr2O6m { width:20rem;height:6.4375rem;top:20rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a862fe13-51f1-4f77-af34-feaead02c983/img1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hlcaD2hIWsK0mIQAnBCcgaRTGIpr2O6m.adaptive-delivery-prevent-bg, #hlcaD2hIWsK0mIQAnBCcgaRTGIpr2O6m.lazyload, #hlcaD2hIWsK0mIQAnBCcgaRTGIpr2O6m.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #K3LCQBo1Ui2aW1hLUmlDuZkETqxZ8utC { width:20rem;height:7.4375rem;top:35.578125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry2iPy4ddkF2Op89rvq9c0bdk1INHnWV { display:block; }#Ry2iPy4ddkF2Op89rvq9c0bdk1INHnWV > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgQVSLbXND1n7h9u555t4s77TxynM9U8 { width:20rem;height:5.361325rem;top:11.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMT2FFvKJoJDLGuQ4gnPPoSDJZO7rVxK { width:20rem;height:4.21875rem;top:17.375rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }
 }@media only screen and (max-width: 763px) { #urpcqKBeyF9F1w48Awn1isVtNref6gAV { width:19.9rem;height:2.65rem;top:43.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOCQIMorIqxDWNp3xgOHRBwgtSgSMV25 { display:block; }
 }@media only screen and (max-width: 763px) { #MlgCIkoilFo9FrBnyLax4LhdqG5MbFi1 { width:20rem;height:18.625rem;top:22.75rem;left:0rem;font-size:0.9375rem;color:#161616;display:block; }#MlgCIkoilFo9FrBnyLax4LhdqG5MbFi1 li:before{  }
 }@media only screen and (max-width: 763px) { #kHLPpK0ndHzcqBxSQtJKoTlxLkEsU8HS { width:9.249125rem;height:1.31303125rem;top:1.4995565414429rem;left:0rem;font-size:0.875rem;color:#9b9b9b;display:block; }
 }@media only screen and (max-width: 763px) { #kxOq1l4fHaWOf8Ve6nvSqwcqJJEAOd15 { width:18.9985rem;height:9.936rem;top:0.9375rem;left:0.50021702051162rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ef9d2f9d-c447-4121-b489-f75dc18274ec/AdobeStock_463810062.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;z-index:15001;display:block; }#kxOq1l4fHaWOf8Ve6nvSqwcqJJEAOd15.adaptive-delivery-prevent-bg, #kxOq1l4fHaWOf8Ve6nvSqwcqJJEAOd15.lazyload, #kxOq1l4fHaWOf8Ve6nvSqwcqJJEAOd15.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZynaglyTp8Di2ogu2L4o9XTbuHAGylHA { display:block; }#ZynaglyTp8Di2ogu2L4o9XTbuHAGylHA > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOgzHwTUy7v2AOUg6xUQidq7tTfr9TQt { width:20rem;height:3.89915rem;top:12.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;color:#0060ab;display:block; }
 }@media only screen and (max-width: 763px) { #soh462mr0NRSVEXa9as9KszTNkVutbqR { width:20rem;height:12.1875rem;top:18rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WC1xBTTEEp21NxZfNkZ74CQDi0fZmFo7 { width:20rem;height:11rem;top:0.1630859375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bd5b34ef-8b4a-4b00-861d-bb230ed2356b/AdobeStock_593288825.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#WC1xBTTEEp21NxZfNkZ74CQDi0fZmFo7.adaptive-delivery-prevent-bg, #WC1xBTTEEp21NxZfNkZ74CQDi0fZmFo7.lazyload, #WC1xBTTEEp21NxZfNkZ74CQDi0fZmFo7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VBvuTmzJOCqyOE1nGMWo54B05JvqknkT { display:block; }#VBvuTmzJOCqyOE1nGMWo54B05JvqknkT > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDV4T8anVW29CtoxrPRnhot3GAgw0FGT { width:10.9375rem;height:1.949575rem;top:1.7491664290428rem;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:17.75rem;top:5.1875rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rTJfO3PVLiUK2pv1n4yT0BmaLmobuy4m { width:18.0625rem;height:1.949575rem;top:6.25rem;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:8.38671875rem;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:10.2365rem;top:11.1875rem;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.5625rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NDvUbgoWU0GeDCT2HAJpIfacJs3F0cir { width:18.625rem;height:1.949575rem;top:25.8125rem;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.125rem;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.774125rem;top:30.5625rem;left:0.9375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK { background-color:#222222;background-image:none;display:block; }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .row .container { background-color: transparent; background-image: none; }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .row .container > .video-iframe-container { display: none; }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .row > .video-iframe-container { display: none; }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .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); }#HbhrtiJTAST5MgfL6OT0FJAG9s2HpuIK > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAB8qq7yysAvLcqLkTrxA91OS9cQfHh5 { width:0.125rem;height:1.875rem;top:1.25rem;left:9.9375rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #Q2pBuCiVAUzH5A1fUsvKbo8zf6TTle0y { width:20rem;height:5.2805375rem;top:6.2141914367676rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5Ocb4dZQs0zcVWJ9CtnrhmGcWKAn42H { width:12.25rem;height:4.4770078985974rem;top:0.991756439209rem;left:0rem;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:4.6875rem;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;font-weight:700;font-style:normal;font-size:1rem;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:manrope;display:block; }
 }@media only screen and (max-width: 763px) { #BZyaq8pnRNASXeetGhQ6Ddy5rC6rrXz3 { display:block; }
 }