.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:93,146,255;--color-primary-1:16,184,223;--color-primary-2:52,51,141;--color-primary-3:2,120,173;--color-primary-4:1,0,71;--color-secondary-0:217,246,215;--color-secondary-1:142,227,136;--color-secondary-2:66,208,57;--color-secondary-3:40,125,34;--color-secondary-4:8,111,0;--color-tertiary-0:255,255,255;--color-tertiary-1:140,221,239;--color-tertiary-2:64,198,229;--color-tertiary-3:16,184,223;--color-tertiary-4:0,31,47;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5rJfb43k2qOofkZRCyT0sM3GxNFOXpg { position:relative;display:block; }#p5rJfb43k2qOofkZRCyT0sM3GxNFOXpg { background-color: transparent; background-image: none; }#p5rJfb43k2qOofkZRCyT0sM3GxNFOXpg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5rJfb43k2qOofkZRCyT0sM3GxNFOXpg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5rJfb43k2qOofkZRCyT0sM3GxNFOXpg > .row .container > .video-iframe-container { display: none; }#p5rJfb43k2qOofkZRCyT0sM3GxNFOXpg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5rJfb43k2qOofkZRCyT0sM3GxNFOXpg > .row > .video-iframe-container { display: none; }#p5rJfb43k2qOofkZRCyT0sM3GxNFOXpg > .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); }#p5rJfb43k2qOofkZRCyT0sM3GxNFOXpg { border-width: 0; border-radius: 0; }#p5rJfb43k2qOofkZRCyT0sM3GxNFOXpg > .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; }#p5rJfb43k2qOofkZRCyT0sM3GxNFOXpg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Mb5H3e1mANlUagcGhwDfOk65fFfHUuUI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18725625rem;width:13.9978125rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#TVRyozXRVJAacezDqvhqO0lxeMZwt8qt { background-color:rgba(var(--color-primary-0),0);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: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:#08347f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1rem;left:16.5rem;display:block; }
#QXGF5yJkydfPlCGbsAUqpavu5qBSaGFB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vyP76bqXks5p8KpNigvF9Q8lbnzlO8CE { background-color:rgba(var(--color-primary-0),0);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: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:#08347f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1rem;left:23.6865234375rem;display:block; }
#m3giZs708q01br987uaHNZRWPXCQJ1t3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gfue6zBXo12xVHyvOkq30hUxnC4A9csH { background-color:rgba(var(--color-primary-0),0);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: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:#08347f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1rem;left:31.99609375rem;display:block; }
#XfVURGb0r30X1yB49rSTNdHEV8kmuBI0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZLBcLtDF4AmkvRxJl2TyuWcufFf6RDr { box-sizing:content-box;height:2.75rem;width:18.875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;top:1.25rem;left:41.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.0625rem solid #585858;border-left:0;border-right:0;border-bottom:0.0625rem solid #585858;display:block; }
#VpBaIdKeQOoxN0qTy54rzhMmPZwROQZ4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749825rem;width:1.81196875rem;top:1.84375rem;left:40.4375rem;overflow:hidden;display:block; }
#IXSWqw6FHT7sBEiwBTkvQVdz8Tda3kSS { color:rgba(var(--color-tertiary-3),1);display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0751953125rem;left:42.8125rem;height:1.462675rem;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/777d81d0-2949-4896-befc-ce41509d69b1/banneroriginal.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.29); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.29); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#RJZlwdA2ET3KVK9xRoxC1z8BbkOquPfO { box-sizing:content-box;height:15.375rem;width:40.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),0.6);background-image:none;top:16rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#d0siRgFQOLq08HkseTXTgWK5avdDUceA { color:rgba(var(--color-tertiary-3),1);display:block;width:34.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.3125rem;left:1.4375rem;height:2.76245rem;font-style:normal;display:block; }
#FSuQBFDnL6FefQA5v7dkNbHs8Q6e3zCr { color:rgba(var(--color-tertiary-0),1);display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17.625rem;left:1.4375rem;height:2.2753875rem;display:block; }
#AK3Mcsm20usTrOmO8tczDpGMvWtTmF10 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.6875rem;left:1.4375rem;height:2.599825rem;font-style:normal;display:block; }
#ST4wQSRoCIz0GhJ6ZBXX4TpD5xvObSOo { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.0625rem;left:1.0625rem;overflow:hidden;display:block; }
#ZohVOhunGNiPWXVfqzKVN7vCR6UJApIb { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:26.0625rem;left:10.25rem;overflow:hidden;display:block; }
#UeE3F6bzRTiOOWPFMRxuVPFJ6GnuizK7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:26rem;left:22.5625rem;overflow:hidden;display:block; }
#LIrey8dXiJgSyzsoSgzBNmGVdOz3qkUb { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.125rem;left:4.25rem;height:2.599825rem;display:block; }
#wAHG09hBt365SDX85gUFGs0uQOPxe5za { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:26.375rem;left:13.625rem;height:2.599825rem;display:block; }
#xxeNH5eiy9IIRTZqyRvi6P9C0t7LGESJ { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:26.1875rem;left:25.8125rem;height:2.599825rem;display:block; }
#KCcV8a31DqL240HH2lQaIvqtEXnZzhiJ { box-sizing:content-box;height:23.875rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),0.8);background-image:none;top:3.875rem;left:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#snbBfT40sSWTgOghx7Q8i6AcqzZxmfCD { color:rgba(var(--color-tertiary-0),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.75rem;left:39.9375rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-form-header {  }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:16.6875rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:0;text-align:left;text-align-last:left; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:0;text-align:left;text-align-last:left; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:16.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3ygrFflOvRprZTAhxsUE69h027WmO5i .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; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-3),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-3),1), rgba(var(--color-primary-3),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:16.6875rem;height:2.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i [class*="-text"]:-moz-placeholder { color:#3f3f3f;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i [class*="-text"]::-moz-placeholder { color:#3f3f3f;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i [class*="-text"]:-ms-input-placeholder { color:#3f3f3f;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i [class*="-text"]::-webkit-input-placeholder { color:#3f3f3f;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:15.5rem;overflow:hidden;font-style:normal;float:none; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .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; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-container:first-of-type{padding-top:0;}#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-container:last-of-type{padding-bottom:0;}#K3ygrFflOvRprZTAhxsUE69h027WmO5i  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.875rem;left:38.5625rem; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.6875rem;display:block;vertical-align:top; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i {display:block;}#K3ygrFflOvRprZTAhxsUE69h027WmO5i { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.875rem;left:38.5625rem; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i #esmba6aMr1FSamodWpJLmfpf37GMVRun { position:relative; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i #Ro0WMrL9vJwyhgER3vHVU43ixzVltHyq { position:relative;display:none; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i #gHIuoT4JoH1e5zB28ZQZDANJqAxN6G4N { position:relative; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i #sxdcLrIWD7SXOOgr6aLRHOfgeaaVSFv4 { position:relative; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i #mtcqrEmRIks2q5ezBKi4wUwh02lMrwuc { position:relative;display:none; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i #TJno3ROG4szK87C0qZQAI5pISVQFiOO5 { position:relative; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i #Z25wfGt1gDXOJG4t8Z92FXH2FWOuOSJ2 { position:relative; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i #E35CPBkaxOTIfCd0wzvfSnrNulHBlqcz { position:relative;display:none; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i #ukdGTDD5xz0kxlLnP8ss7mkGmhlnLTSV { position:relative; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i #ZWHkP9LdPF69fDahS6uSP1J5PRtkwS6C { position:relative; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i #mTic1G4TJ2x6eS6xbBFX2T6OKBgufd0t { position:relative;display:none; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i #IVCloQ5vpqCknEt4HGvZfzM3U6OzCloD { position:relative; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i #K9dTbC1Fi3rd1rUUMEDhlZtIFUVDl06s { position:relative; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i #ZtQ7eKFBCFmoTMFofUblovCdtzuSdqDv { position:relative; }
#DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a22d9896-a6d5-48c9-bd41-a9ca45c7ec09/fundo1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s.adaptive-delivery-prevent-bg, #DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s.lazyload, #DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s.lazyloading { background-image: none; }#DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s > .row .container { background-color: transparent; background-image: none; }#DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.92); }#DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s > .row .container > .video-iframe-container { display: none; }#DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.92); }#DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s > .row > .video-iframe-container { display: none; }#DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s > .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); }#DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s > .row .container { border-width: 0; border-radius: 0; }#DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s::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; }#DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;position:relative;display:block; }#zypeamyHiumvhKWnsI7Ui3EGietoStJL { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.9375rem;left:19.78125rem;height:1.9494625rem;text-align:center;text-align-last:center;display:block; }
#MwxJkv9Cl4ofSAKKRPKuepBGZcQcdnKO { color:rgba(var(--color-tertiary-3),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.82421875rem;left:16.96875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dllcT9QhQ7sMgF6iwbzzh93nTwwwWOTk { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.6875rem;left:19.65625rem;display:block; }
#u3HfDZARIeHlmpHiVeCxZ0uUCTFGzuiv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#caanE1vZrwAuBE783m5ZaSu8R4KUFbmw { box-sizing:content-box;height:13.5rem;width:16.4375rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;top:8.625rem;left:3.25rem;border-top:0.0625rem dotted rgba(var(--color-tertiary-4),1);border-left:0.0625rem dotted rgba(var(--color-tertiary-4),1);border-right:0.0625rem dotted rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem dotted rgba(var(--color-tertiary-4),1);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lBMVUpQQXuLZOOxmL9w7q9WN4cKLF8M8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:1.125rem;top:10rem;left:4.125rem;overflow:hidden;display:block; }
#OUP4179r2z1IB6qP18uMN7A6zhKI5oi2 { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.125rem;left:4.125rem;height:5.19965625rem;display:block; }
#IJmG3D7fEVR5WTrkOK9QJVLiZ0ZsHnZM { color:rgba(var(--color-tertiary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.6875rem;left:4.125rem;height:1.462675rem;font-style:normal;display:block; }
#c19baHusUFffV82rDI3OWDZlGit3rkis { box-sizing:content-box;height:13.5rem;width:16.4375rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;top:8.625rem;left:21.75rem;border-top:0.0625rem dotted rgba(var(--color-tertiary-4),1);border-left:0.0625rem dotted rgba(var(--color-tertiary-4),1);border-right:0.0625rem dotted rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem dotted rgba(var(--color-tertiary-4),1);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#fsmWkhQUG61EvvHyLL04WSzHlMvqpncx { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.125rem;left:22.625rem;height:3.8994125rem;display:block; }
#nqmIE1lL3l066uCR6Id78Kr4c480FsTA { color:rgba(var(--color-tertiary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:13.6875rem;left:22.625rem;height:1.462675rem;font-style:normal;display:block; }
#XzvUu4gxQx6JbDUSQoEe3WqR3k6erWx0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.1875rem;top:10rem;left:22.625rem;overflow:hidden;display:block; }
#tTkNxSPuLqxFkcnhsaa7qpZhC7nVW9UZ { box-sizing:content-box;height:13.5rem;width:16.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;top:8.6875rem;left:40.125rem;border-top:0.0625rem dotted rgba(var(--color-tertiary-4),1);border-left:0.0625rem dotted rgba(var(--color-tertiary-4),1);border-right:0.0625rem dotted rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem dotted rgba(var(--color-tertiary-4),1);border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#m70dhakR1PLPPZXr5SNQu1K3yDEyy9Fo { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.48828125rem;left:41rem;height:3.8994125rem;display:block; }
#h95qEe1JNJKTN1bwOEM9lD5LTVxm9355 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.75rem;left:41rem;height:2.923825rem;font-style:normal;display:block; }
#VN0FOCBKHL7bObIKm2ZyyV7LxREL4mZ7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:4.1875rem;top:10.0625rem;left:41rem;overflow:hidden;display:block; }
#FmP1VE8wP5bBOzWb9mSKRcSvVkf5SyBV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FmP1VE8wP5bBOzWb9mSKRcSvVkf5SyBV > .row .container { background-color: transparent; background-image: none; }#FmP1VE8wP5bBOzWb9mSKRcSvVkf5SyBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmP1VE8wP5bBOzWb9mSKRcSvVkf5SyBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmP1VE8wP5bBOzWb9mSKRcSvVkf5SyBV > .row .container > .video-iframe-container { display: none; }#FmP1VE8wP5bBOzWb9mSKRcSvVkf5SyBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmP1VE8wP5bBOzWb9mSKRcSvVkf5SyBV > .row > .video-iframe-container { display: none; }#FmP1VE8wP5bBOzWb9mSKRcSvVkf5SyBV > .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); }#FmP1VE8wP5bBOzWb9mSKRcSvVkf5SyBV > .row .container { border-width: 0; border-radius: 0; }#FmP1VE8wP5bBOzWb9mSKRcSvVkf5SyBV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FmP1VE8wP5bBOzWb9mSKRcSvVkf5SyBV > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:60rem;position:relative;display:block; }#yykBPb87TS3nLqxLIFhPDtKCuyrTkJeO { color:rgba(var(--color-tertiary-3),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16.96875rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o866SBIeKhUMirbwUewgkqRPBtmpOqnO { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:15.9375rem;top:6.3125rem;left:35.25rem;overflow:hidden;display:block; }
#WWsBI3uKsk42WRI1WtHxc3RGKeg3fW0o { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:9.0625rem;top:19.1875rem;left:25.4375rem;overflow:hidden;display:block; }
#WgmlO240ibPDEOnBiZ54dGOSXm56l9V1 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:16.875rem;top:3.875rem;left:7.5625rem;overflow:hidden;display:block; }
#Lifw3HNV60Bwb9qva7cDdWSZymWSlvR6 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:14.25rem;top:10.75rem;left:10.9375rem;overflow:hidden;display:block; }
#v5mgZPz1zgBdsaoORIREsWvnVH7TRiKB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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.4375rem;width:13.5rem;top:13.3125rem;left:35.25rem;overflow:hidden;display:block; }
#CuehHwZpZorOATxKGAsqhfeNbssEIVB8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;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; }#CuehHwZpZorOATxKGAsqhfeNbssEIVB8 > .row .container { background-color: transparent; background-image: none; }#CuehHwZpZorOATxKGAsqhfeNbssEIVB8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuehHwZpZorOATxKGAsqhfeNbssEIVB8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuehHwZpZorOATxKGAsqhfeNbssEIVB8 > .row .container > .video-iframe-container { display: none; }#CuehHwZpZorOATxKGAsqhfeNbssEIVB8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CuehHwZpZorOATxKGAsqhfeNbssEIVB8 > .row > .video-iframe-container { display: none; }#CuehHwZpZorOATxKGAsqhfeNbssEIVB8 > .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); }#CuehHwZpZorOATxKGAsqhfeNbssEIVB8 > .row .container { border-width: 0; border-radius: 0; }#CuehHwZpZorOATxKGAsqhfeNbssEIVB8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CuehHwZpZorOATxKGAsqhfeNbssEIVB8 > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;position:relative;display:block; }#EkZu6KGPyOD7zIVhEeXKUd46luEnWNTu { box-sizing:content-box;height:12.5625rem;width:17.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a22d9896-a6d5-48c9-bd41-a9ca45c7ec09/fundo1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:2.625rem;left:0.9375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#EkZu6KGPyOD7zIVhEeXKUd46luEnWNTu.adaptive-delivery-prevent-bg, #EkZu6KGPyOD7zIVhEeXKUd46luEnWNTu.lazyload, #EkZu6KGPyOD7zIVhEeXKUd46luEnWNTu.lazyloading { background-image: none; }
#EkZu6KGPyOD7zIVhEeXKUd46luEnWNTu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }#EkZu6KGPyOD7zIVhEeXKUd46luEnWNTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.6); }#D8fuHH0Og9qtsdL9NyQM0v4TCh5SoBfX { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:14.4375rem;width:17.9375rem;top:4.2373046875rem;left:2.6875rem;overflow:hidden;display:block; }
#z0dJO6BB8kLhrcd1S5X68zJ0TSDXFI26 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:13.25rem;top:7.1875rem;left:11.1875rem;overflow:hidden;display:block; }
#vIiOcaNFMEF3yHIpot7SkyuGeH8ScyXK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:19.625rem;left:25.21875rem;display:block; }
#qTd24HtGxBKFTTMIs2DCpUCTxtvIbxhf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pwI2S9MHL84RJHrfGaHEO5GxIyq34UXS { color:rgba(var(--color-tertiary-3),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:25.25rem;height:1.9494625rem;display:block; }
#H5NEpbGAoskLVMBFGZ6OfPnQgdkPJDcI { color:rgba(var(--color-tertiary-3),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9375rem;left:25.25rem;height:1.9494625rem;display:block; }
#crkGcpG7aNyeZe7nTF9mfyPBdEHP5t1t { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:33.9375rem;height:1.9494625rem;display:block; }
#WZmUBiEClHuFlbXn2s5W3Jwyixq835fF { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.4375rem;left:25.125rem;height:1.2999125rem;display:block; }
#BXdoVMHnbmbZo3gWEG6swmdnc4bZgyux { color:rgba(var(--color-tertiary-3),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.8125rem;left:25.125rem;height:2.599825rem;display:block; }
#VqhWH2TXk5LRM9Upu9iIanyFmWzUHSF5 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14rem;left:25.125rem;height:2.599825rem;display:block; }
#JeN9c8omzovrOPtUFHlsSx7rLqIOTsxX { color:rgba(var(--color-tertiary-3),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16.5rem;left:25.125rem;height:1.2999125rem;display:block; }
#EkfDSFUd1yP3VAQ6vpF2XO8ZDt0vdT1t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fdff;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; }#EkfDSFUd1yP3VAQ6vpF2XO8ZDt0vdT1t > .row .container { background-color: transparent; background-image: none; }#EkfDSFUd1yP3VAQ6vpF2XO8ZDt0vdT1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkfDSFUd1yP3VAQ6vpF2XO8ZDt0vdT1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkfDSFUd1yP3VAQ6vpF2XO8ZDt0vdT1t > .row .container > .video-iframe-container { display: none; }#EkfDSFUd1yP3VAQ6vpF2XO8ZDt0vdT1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkfDSFUd1yP3VAQ6vpF2XO8ZDt0vdT1t > .row > .video-iframe-container { display: none; }#EkfDSFUd1yP3VAQ6vpF2XO8ZDt0vdT1t > .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); }#EkfDSFUd1yP3VAQ6vpF2XO8ZDt0vdT1t > .row .container { border-width: 0; border-radius: 0; }#EkfDSFUd1yP3VAQ6vpF2XO8ZDt0vdT1t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EkfDSFUd1yP3VAQ6vpF2XO8ZDt0vdT1t > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#BLLMqUNiFJdf14akOwSzemXNMec3WqQW { box-sizing:content-box;height:12.5625rem;width:17.0625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a22d9896-a6d5-48c9-bd41-a9ca45c7ec09/fundo1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:3.6875rem;left:1.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#BLLMqUNiFJdf14akOwSzemXNMec3WqQW.adaptive-delivery-prevent-bg, #BLLMqUNiFJdf14akOwSzemXNMec3WqQW.lazyload, #BLLMqUNiFJdf14akOwSzemXNMec3WqQW.lazyloading { background-image: none; }
#BLLMqUNiFJdf14akOwSzemXNMec3WqQW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem; }#BLLMqUNiFJdf14akOwSzemXNMec3WqQW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.6); }#yyLFZdyLPeMxssUTHzRyUB76TgNH9yZ8 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.4375rem;width:20.25rem;top:5.3125rem;left:3.25rem;overflow:hidden;display:block; }
#Ia2brbVLxuDhcV5TPhkzvV7sQs7uoZmI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:13.9375rem;top:10.1875rem;left:12.375rem;overflow:hidden;display:block; }
#e97NFGwNv8eCpdwkEibpmRTqgq1TzMF0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.5rem;left:20.625rem;display:block; }
#aDhDHGshHIPaiJAr3858iA5AUOEKnTRz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EJt4w4ecJfWAKeoTBTploRWtsQqp2AJS { color:rgba(var(--color-primary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6875rem;left:30.3125rem;height:1.625rem;display:block; }
#CwXBZHKATUbGzTVkTMeo8S6MrddHkdTm { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:5.3125rem;left:30.3125rem;height:2.19921875rem;display:block; }
#tTKEFwq6DpbgF2G65fpsg2tVNJFAztrg { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:3.6875rem;left:27.3125rem;overflow:hidden;display:block; }
#IhX9OpBTqcMNADua4kgl9LdoRs2OEC8O { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:10.1875rem;left:30.3125rem;height:2.19921875rem;display:block; }
#cyzfrrDvJgIDERN0vK6HTpH1XhDO5fxH { color:rgba(var(--color-primary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5625rem;left:30.3125rem;height:1.625rem;display:block; }
#xDJkzi0LlVK2r3DcWg9dDEOTPo3QZIJD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:8.5625rem;left:27.3125rem;overflow:hidden;display:block; }
#POuNyvr403WQfZcdg8qRPualerBXMApH { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.125rem;left:30.3125rem;height:1.29980625rem;display:block; }
#mMlQaLxm3znUlZLN4Je96O51X6fMb1N2 { color:rgba(var(--color-primary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.5rem;left:30.3125rem;height:1.625rem;display:block; }
#ZeBcmQnebbIGwGc0RFA1XlpAyfGbnvxC { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:13.5rem;left:27.3125rem;overflow:hidden;display:block; }
#BzhX8pixJFhpS3LcGr3rskSAN9uACRSG { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.1;letter-spacing:0;top:19.25rem;left:30.3125rem;height:2.19921875rem;display:block; }
#zv9sChwHvpDDM67eshGsmzCzdeAbSFt1 { color:rgba(var(--color-primary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.625rem;left:30.3125rem;height:1.625rem;display:block; }
#yGXs6fFJd23sgWD8uHUxk4p3mcaTbz1k { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:2.25rem;top:17.625rem;left:27.3125rem;overflow:hidden;display:block; }
#ULNNlzJLew0113aarg28zfgUc2VOdvwb { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.1;letter-spacing:0;top:24.25rem;left:30.3125rem;height:2.19921875rem;display:block; }
#V0KQxWz6BG9oKJVS4t3u3a17AtXTFNrP { color:rgba(var(--color-primary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:22.625rem;left:30.3125rem;height:1.625rem;display:block; }
#liQUMdOM7IS5InKz8OEAOKfsAu95llm6 { 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:2.25rem;width:2.25rem;top:22.625rem;left:27.3125rem;overflow:hidden;display:block; }
#UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz.adaptive-delivery-prevent-bg, #UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz.lazyload, #UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz.lazyloading { background-image: none; }#UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz > .row .container { background-color: transparent; background-image: none; }#UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz > .row .container > .video-iframe-container { display: none; }#UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz > .row > .video-iframe-container { display: none; }#UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz > .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); }#UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz > .row .container { border-width: 0; border-radius: 0; }#UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz > .row .container { font-size:0.875rem;font-family:arial;height:71rem;width:60rem;position:relative;display:block; }#cypv49G2Azv62LuTSzHe11kkHCOODBfJ { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);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.5rem rgba(0,0,0,0.21) ;height:28.5625rem;width:25.5625rem;top:8.125rem;left:1.875rem;display:block; }
#UVrTiKGkIs3OUTnLyDFktxIgnSMPownN { color:#acacac;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:14999;line-height:1.7;letter-spacing:0;top:11.875rem;left:3.8125rem;height:10.834rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ZLWu02r8TIAZPP5cBTCXosb2fgr9Kigi { color:#acacac;display:block;width:25.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:26.6875rem;left:1.875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DRlTEXX0ZI68Hcn0JsehEPEgn98EXzTv { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a58fef0e-d528-4b10-ba17-c20d7e516b67/niumara.jpg");background-position:top left !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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:28.75rem;left:11.5625rem;display:block; }#DRlTEXX0ZI68Hcn0JsehEPEgn98EXzTv.adaptive-delivery-prevent-bg, #DRlTEXX0ZI68Hcn0JsehEPEgn98EXzTv.lazyload, #DRlTEXX0ZI68Hcn0JsehEPEgn98EXzTv.lazyloading { background-image: none; }
#WvbPQ6fJ9pcNFrJJI1tEMd0QEUMELZiW { color:rgba(var(--color-primary-1),1);display:block;width:25.75rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.6875rem;left:1.8125rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C2O1k1uwlJEabBTNxxIDrOMgM74cVhS9 { color:rgba(var(--color-tertiary-3),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.94921875rem;left:10.25rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v4ThFxQZhSwq2LZmVfdWumTDhXf1LFUq { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);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.5rem rgba(0,0,0,0.21) ;height:28.5625rem;width:25.5625rem;top:8.125rem;left:31.4375rem;display:block; }
#i5P5d4T67q9nLxXLnv5yoSscGDuKrF3h { color:#acacac;display:block;width:22.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:11.875rem;left:32.9375rem;height:9.0283125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#yrsGNf6OurVk83NaG5PZFBatC7nKMLyc { color:#acacac;display:block;width:25.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:26.6875rem;left:31.4375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OxVzDpKPyzzxT3efH0FHC7F3HNUAht4C { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a9de656e-9d37-4f97-bce3-c34c1daa51a4/leda.jpg");background-position:top left !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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:28.75rem;left:41.125rem;display:block; }#OxVzDpKPyzzxT3efH0FHC7F3HNUAht4C.adaptive-delivery-prevent-bg, #OxVzDpKPyzzxT3efH0FHC7F3HNUAht4C.lazyload, #OxVzDpKPyzzxT3efH0FHC7F3HNUAht4C.lazyloading { background-image: none; }
#kWXvSsCtJsloXdZmDdJBzuTrXnatdmdO { color:rgba(var(--color-primary-1),1);display:block;width:25.75rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.6875rem;left:31.375rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sbSrMzMUTixlDbPDVnR968WzbrVzRiBX { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);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.5rem rgba(0,0,0,0.21) ;height:28.5625rem;width:25.5625rem;top:39.1875rem;left:1.9375rem;display:block; }
#Jp02wWmeyJxAnM07GNbnhhoq6LVyp0Bi { color:#acacac;display:block;width:21.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:42.9375rem;left:3.75rem;height:10.834rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#U9rVetX8wHN4HxzUJssZDELsHQ6uWTBv { color:#acacac;display:block;width:25.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:57.75rem;left:1.9375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gW5NmryATNbiV5SklgJCXAWqhgXOrcIK { color:rgba(var(--color-primary-1),1);display:block;width:25.75rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:54.75rem;left:1.875rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hWoZED8NXtWW6Ern9xC7t6ZgkCVfKh5O { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);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.5rem rgba(0,0,0,0.21) ;height:28.5625rem;width:25.5625rem;top:39.1875rem;left:31.5rem;display:block; }
#cx5eTRQOdZOCvxNZoybwqtlsJwg5gaIu { color:#acacac;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:42.9375rem;left:33.53125rem;height:10.834rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#oyQiZPcTz20t7ftyftuSvigekJwRACrG { color:#acacac;display:block;width:25.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:57.75rem;left:31.5rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x3mUpZcogcUndv5daHoue2yBni6FMdFr { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3266486e-8c33-4bb5-9298-61afc666f8c0/claudia.jpg");background-position:top left !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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:59.8125rem;left:41.1875rem;display:block; }#x3mUpZcogcUndv5daHoue2yBni6FMdFr.adaptive-delivery-prevent-bg, #x3mUpZcogcUndv5daHoue2yBni6FMdFr.lazyload, #x3mUpZcogcUndv5daHoue2yBni6FMdFr.lazyloading { background-image: none; }
#xCiE8gJJWNC4pZKDSSXTZ7KHGWUHBlvT { color:rgba(var(--color-primary-1),1);display:block;width:25.75rem;position:absolute;font-family:roboto;font-size:1.8125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:54.75rem;left:31.4375rem;height:2.35546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c45BXKbTBL4x4TbyOOxPzq69uhG3LoCP { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e84a18f2-5d7b-4b99-89ba-8dd41df3156e/ailton.jpg");background-position:top left !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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:59.8125rem;left:11.625rem;display:block; }#c45BXKbTBL4x4TbyOOxPzq69uhG3LoCP.adaptive-delivery-prevent-bg, #c45BXKbTBL4x4TbyOOxPzq69uhG3LoCP.lazyload, #c45BXKbTBL4x4TbyOOxPzq69uhG3LoCP.lazyloading { background-image: none; }
#GV5VwEVIsG32E72DsNHLDTrmTTdLDQC3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#292929;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; }#GV5VwEVIsG32E72DsNHLDTrmTTdLDQC3 > .row .container { background-color: transparent; background-image: none; }#GV5VwEVIsG32E72DsNHLDTrmTTdLDQC3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GV5VwEVIsG32E72DsNHLDTrmTTdLDQC3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GV5VwEVIsG32E72DsNHLDTrmTTdLDQC3 > .row .container > .video-iframe-container { display: none; }#GV5VwEVIsG32E72DsNHLDTrmTTdLDQC3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GV5VwEVIsG32E72DsNHLDTrmTTdLDQC3 > .row > .video-iframe-container { display: none; }#GV5VwEVIsG32E72DsNHLDTrmTTdLDQC3 > .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); }#GV5VwEVIsG32E72DsNHLDTrmTTdLDQC3 > .row .container { border-width: 0; border-radius: 0; }#GV5VwEVIsG32E72DsNHLDTrmTTdLDQC3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GV5VwEVIsG32E72DsNHLDTrmTTdLDQC3 > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:60rem;position:relative;display:block; }#fAN1wghvG9wpKvXeQG61vUoyc2z6PyK9 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.66796875rem;left:0rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#z5l3cVubwA2QoNcpCefgLkuqP6LAPrry { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2d2e;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; }#z5l3cVubwA2QoNcpCefgLkuqP6LAPrry > .row .container { background-color: transparent; background-image: none; }#z5l3cVubwA2QoNcpCefgLkuqP6LAPrry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5l3cVubwA2QoNcpCefgLkuqP6LAPrry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5l3cVubwA2QoNcpCefgLkuqP6LAPrry > .row .container > .video-iframe-container { display: none; }#z5l3cVubwA2QoNcpCefgLkuqP6LAPrry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z5l3cVubwA2QoNcpCefgLkuqP6LAPrry > .row > .video-iframe-container { display: none; }#z5l3cVubwA2QoNcpCefgLkuqP6LAPrry > .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); }#z5l3cVubwA2QoNcpCefgLkuqP6LAPrry > .row .container { border-width: 0; border-radius: 0; }#z5l3cVubwA2QoNcpCefgLkuqP6LAPrry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z5l3cVubwA2QoNcpCefgLkuqP6LAPrry > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:60rem;position:relative;display:block; }#GSRdGDSIO4DcwgA7lDW5lJWc7wLkVl4k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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:block; }#GSRdGDSIO4DcwgA7lDW5lJWc7wLkVl4k > .row .container { background-color: transparent; background-image: none; }#GSRdGDSIO4DcwgA7lDW5lJWc7wLkVl4k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSRdGDSIO4DcwgA7lDW5lJWc7wLkVl4k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSRdGDSIO4DcwgA7lDW5lJWc7wLkVl4k > .row .container > .video-iframe-container { display: none; }#GSRdGDSIO4DcwgA7lDW5lJWc7wLkVl4k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GSRdGDSIO4DcwgA7lDW5lJWc7wLkVl4k > .row > .video-iframe-container { display: none; }#GSRdGDSIO4DcwgA7lDW5lJWc7wLkVl4k > .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); }#GSRdGDSIO4DcwgA7lDW5lJWc7wLkVl4k > .row .container { border-width: 0; border-radius: 0; }#GSRdGDSIO4DcwgA7lDW5lJWc7wLkVl4k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GSRdGDSIO4DcwgA7lDW5lJWc7wLkVl4k > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#Tsz4iTOH0Rnamuy7ZKga2L52xoKCxtD0 { background-color:rgba(var(--color-secondary-4),0.07);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.4990234375rem;left:48.4375rem;display:block; }
#tfKa2Ik7thvUQXVdcwt3s3lRqf3keChu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#knpp2V1aKCaxRuo66fzCA5vRCBFKXqQg { box-sizing:content-box;height:2.6875rem;width:11.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;top:1.5625rem;left:48.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dMTC6Deqrpm6VZddvfpTwAJgu3dTPcOV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:2.125rem;left:49.25rem; }
#vWWVgSv2Ia7qTSw7TcCsyIBsldFT0fQ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.375rem;left:51.375rem;height:1.2999125rem;font-style:normal;display:block; }
#Lvu9MgA4vruTemv0MJDEvmzU1R04OWZB { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);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; }
#phevvEot8U7QEJpcFxhG5OeTSE7SyMlK { 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) { #p5rJfb43k2qOofkZRCyT0sM3GxNFOXpg { display:block; }#p5rJfb43k2qOofkZRCyT0sM3GxNFOXpg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb5H3e1mANlUagcGhwDfOk65fFfHUuUI { top:1.125rem;left:0rem;width:13.9375rem;height:3.1735232904695rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVRyozXRVJAacezDqvhqO0lxeMZwt8qt { width:5.25rem;height:3.4375rem;top:1rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXGF5yJkydfPlCGbsAUqpavu5qBSaGFB { display:block; }
 }@media only screen and (max-width: 763px) { #vyP76bqXks5p8KpNigvF9Q8lbnzlO8CE { width:6.25rem;height:3.4375rem;top:1rem;left:17.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3giZs708q01br987uaHNZRWPXCQJ1t3 { display:block; }
 }@media only screen and (max-width: 763px) { #gfue6zBXo12xVHyvOkq30hUxnC4A9csH { width:6.1875rem;height:3.4375rem;top:1rem;left:25.87109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfVURGb0r30X1yB49rSTNdHEV8kmuBI0 { display:block; }
 }@media only screen and (max-width: 763px) { #OZLBcLtDF4AmkvRxJl2TyuWcufFf6RDr { top:1.25rem;left:28.3125rem;width:18.875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpBaIdKeQOoxN0qTy54rzhMmPZwROQZ4 { top:1.8125rem;left:34.3125rem;width:1.75rem;height:1.6899815463153rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXSWqw6FHT7sBEiwBTkvQVdz8Tda3kSS { top:2.0625rem;left:30.5625rem;width:17.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJZlwdA2ET3KVK9xRoxC1z8BbkOquPfO { top:16rem;left:0rem;width:40.875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0siRgFQOLq08HkseTXTgWK5avdDUceA { top:19.3125rem;left:0rem;width:34.875rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSuQBFDnL6FefQA5v7dkNbHs8Q6e3zCr { top:17.625rem;left:0rem;width:29.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK3Mcsm20usTrOmO8tczDpGMvWtTmF10 { top:22.6875rem;left:0rem;width:27.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST4wQSRoCIz0GhJ6ZBXX4TpD5xvObSOo { top:26.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZohVOhunGNiPWXVfqzKVN7vCR6UJApIb { top:26.0625rem;left:4.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeE3F6bzRTiOOWPFMRxuVPFJ6GnuizK7 { top:26rem;left:16.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIrey8dXiJgSyzsoSgzBNmGVdOz3qkUb { top:26.125rem;left:0rem;width:4.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAHG09hBt365SDX85gUFGs0uQOPxe5za { top:26.375rem;left:7.5rem;width:7.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxeNH5eiy9IIRTZqyRvi6P9C0t7LGESJ { top:26.1875rem;left:19.6875rem;width:9.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCcV8a31DqL240HH2lQaIvqtEXnZzhiJ { top:3.875rem;left:26.5rem;width:21.25rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snbBfT40sSWTgOghx7Q8i6AcqzZxmfCD { top:5.75rem;left:31.375rem;width:16.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i  { width:16.6875rem;height:auto;top:7.875rem;left:28.5625rem; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i {display:block;}#K3ygrFflOvRprZTAhxsUE69h027WmO5i { width:16.6875rem;height:auto;top:7.875rem;left:28.5625rem; }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #esmba6aMr1FSamodWpJLmfpf37GMVRun {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #Ro0WMrL9vJwyhgER3vHVU43ixzVltHyq {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #gHIuoT4JoH1e5zB28ZQZDANJqAxN6G4N {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #sxdcLrIWD7SXOOgr6aLRHOfgeaaVSFv4 {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #mtcqrEmRIks2q5ezBKi4wUwh02lMrwuc {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #TJno3ROG4szK87C0qZQAI5pISVQFiOO5 {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #Z25wfGt1gDXOJG4t8Z92FXH2FWOuOSJ2 {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #E35CPBkaxOTIfCd0wzvfSnrNulHBlqcz {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #ukdGTDD5xz0kxlLnP8ss7mkGmhlnLTSV {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #ZWHkP9LdPF69fDahS6uSP1J5PRtkwS6C {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #mTic1G4TJ2x6eS6xbBFX2T6OKBgufd0t {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #IVCloQ5vpqCknEt4HGvZfzM3U6OzCloD {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #K9dTbC1Fi3rd1rUUMEDhlZtIFUVDl06s {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #ZtQ7eKFBCFmoTMFofUblovCdtzuSdqDv {  }
 }@media only screen and (max-width: 763px) { #DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s { display:block; }#DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zypeamyHiumvhKWnsI7Ui3EGietoStJL { top:2.9375rem;left:13.65625rem;width:20.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwxJkv9Cl4ofSAKKRPKuepBGZcQcdnKO { top:4.8125rem;left:10.84375rem;width:26.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dllcT9QhQ7sMgF6iwbzzh93nTwwwWOTk { width:20.6875rem;height:3.1875rem;top:24.6875rem;left:13.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3HfDZARIeHlmpHiVeCxZ0uUCTFGzuiv { display:block; }
 }@media only screen and (max-width: 763px) { #caanE1vZrwAuBE783m5ZaSu8R4KUFbmw { top:8.625rem;left:0rem;width:16.4375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBMVUpQQXuLZOOxmL9w7q9WN4cKLF8M8 { top:10rem;left:0rem;width:1.125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUP4179r2z1IB6qP18uMN7A6zhKI5oi2 { top:15.125rem;left:0rem;width:14.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJmG3D7fEVR5WTrkOK9QJVLiZ0ZsHnZM { top:13.6875rem;left:0rem;width:14.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c19baHusUFffV82rDI3OWDZlGit3rkis { top:8.625rem;left:15.625rem;width:16.4375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsmWkhQUG61EvvHyLL04WSzHlMvqpncx { top:15.125rem;left:16.5rem;width:14.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqmIE1lL3l066uCR6Id78Kr4c480FsTA { top:13.6875rem;left:16.5rem;width:14.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzvUu4gxQx6JbDUSQoEe3WqR3k6erWx0 { top:10rem;left:16.5rem;width:2.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTkNxSPuLqxFkcnhsaa7qpZhC7nVW9UZ { top:8.6875rem;left:31.1875rem;width:16.4375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m70dhakR1PLPPZXr5SNQu1K3yDEyy9Fo { top:16.4375rem;left:32.9375rem;width:14.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h95qEe1JNJKTN1bwOEM9lD5LTVxm9355 { top:13.75rem;left:32rem;width:9.3125rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN0FOCBKHL7bObIKm2ZyyV7LxREL4mZ7 { top:10.0625rem;left:34.875rem;width:4.1875rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmP1VE8wP5bBOzWb9mSKRcSvVkf5SyBV { display:block; }#FmP1VE8wP5bBOzWb9mSKRcSvVkf5SyBV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yykBPb87TS3nLqxLIFhPDtKCuyrTkJeO { top:1.9375rem;left:10.84375rem;width:26.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o866SBIeKhUMirbwUewgkqRPBtmpOqnO { top:6.3125rem;left:29.125rem;width:15.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWsBI3uKsk42WRI1WtHxc3RGKeg3fW0o { top:19.1875rem;left:19.3125rem;width:9.0625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgmlO240ibPDEOnBiZ54dGOSXm56l9V1 { top:3.875rem;left:1.4375rem;width:16.875rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lifw3HNV60Bwb9qva7cDdWSZymWSlvR6 { top:10.75rem;left:4.8125rem;width:14.25rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5mgZPz1zgBdsaoORIREsWvnVH7TRiKB { top:13.3125rem;left:29.125rem;width:13.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuehHwZpZorOATxKGAsqhfeNbssEIVB8 { display:block; }#CuehHwZpZorOATxKGAsqhfeNbssEIVB8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkZu6KGPyOD7zIVhEeXKUd46luEnWNTu { top:2.625rem;left:0rem;width:17.0625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8fuHH0Og9qtsdL9NyQM0v4TCh5SoBfX { top:4.1875rem;left:0rem;width:17.9375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0dJO6BB8kLhrcd1S5X68zJ0TSDXFI26 { top:7.1875rem;left:5.0625rem;width:13.25rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIiOcaNFMEF3yHIpot7SkyuGeH8ScyXK { width:20.6875rem;height:3.1875rem;top:19.625rem;left:19.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTd24HtGxBKFTTMIs2DCpUCTxtvIbxhf { display:block; }
 }@media only screen and (max-width: 763px) { #pwI2S9MHL84RJHrfGaHEO5GxIyq34UXS { top:5.0625rem;left:19.125rem;width:8.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5NEpbGAoskLVMBFGZ6OfPnQgdkPJDcI { top:6.9375rem;left:19.125rem;width:27.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #crkGcpG7aNyeZe7nTF9mfyPBdEHP5t1t { top:5.0625rem;left:27.8125rem;width:18.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZmUBiEClHuFlbXn2s5W3Jwyixq835fF { top:9.4375rem;left:15.5rem;width:32.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXdoVMHnbmbZo3gWEG6swmdnc4bZgyux { top:10.8125rem;left:15.5rem;width:32.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqhWH2TXk5LRM9Upu9iIanyFmWzUHSF5 { top:14rem;left:15.5rem;width:32.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeN9c8omzovrOPtUFHlsSx7rLqIOTsxX { top:16.5rem;left:15.5rem;width:32.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkfDSFUd1yP3VAQ6vpF2XO8ZDt0vdT1t { display:block; }#EkfDSFUd1yP3VAQ6vpF2XO8ZDt0vdT1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLLMqUNiFJdf14akOwSzemXNMec3WqQW { top:3.6875rem;left:0rem;width:17.0625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyLFZdyLPeMxssUTHzRyUB76TgNH9yZ8 { top:5.3125rem;left:0rem;width:20.25rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia2brbVLxuDhcV5TPhkzvV7sQs7uoZmI { top:10.1875rem;left:6.25rem;width:13.9375rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e97NFGwNv8eCpdwkEibpmRTqgq1TzMF0 { width:18.75rem;height:3.1875rem;top:29.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDhDHGshHIPaiJAr3858iA5AUOEKnTRz { display:block; }
 }@media only screen and (max-width: 763px) { #EJt4w4ecJfWAKeoTBTploRWtsQqp2AJS { top:3.6875rem;left:20.5rem;width:27.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwXBZHKATUbGzTVkTMeo8S6MrddHkdTm { top:5.3125rem;left:24.1875rem;width:19.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTKEFwq6DpbgF2G65fpsg2tVNJFAztrg { top:3.6875rem;left:21.1875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhX9OpBTqcMNADua4kgl9LdoRs2OEC8O { top:10.1875rem;left:24.1875rem;width:19.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyzfrrDvJgIDERN0vK6HTpH1XhDO5fxH { top:8.5625rem;left:20.5rem;width:27.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDJkzi0LlVK2r3DcWg9dDEOTPo3QZIJD { top:8.5625rem;left:21.1875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #POuNyvr403WQfZcdg8qRPualerBXMApH { top:15.125rem;left:19.5625rem;width:28.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMlQaLxm3znUlZLN4Je96O51X6fMb1N2 { top:13.5rem;left:19.75rem;width:28rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeBcmQnebbIGwGc0RFA1XlpAyfGbnvxC { top:13.5rem;left:21.1875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzhX8pixJFhpS3LcGr3rskSAN9uACRSG { top:19.25rem;left:19.5625rem;width:28.1875rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv9sChwHvpDDM67eshGsmzCzdeAbSFt1 { top:17.625rem;left:19.75rem;width:28rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGXs6fFJd23sgWD8uHUxk4p3mcaTbz1k { top:17.625rem;left:21.1875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULNNlzJLew0113aarg28zfgUc2VOdvwb { top:24.25rem;left:19.5625rem;width:28.1875rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0KQxWz6BG9oKJVS4t3u3a17AtXTFNrP { top:22.625rem;left:19.75rem;width:28rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #liQUMdOM7IS5InKz8OEAOKfsAu95llm6 { top:22.625rem;left:21.1875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz { display:block; }#UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cypv49G2Azv62LuTSzHe11kkHCOODBfJ { width:25.5625rem;height:28.5625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVrTiKGkIs3OUTnLyDFktxIgnSMPownN { width:21.75rem;height:10.8125rem;top:11.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLWu02r8TIAZPP5cBTCXosb2fgr9Kigi { width:25.5625rem;height:1.375rem;top:26.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRlTEXX0ZI68Hcn0JsehEPEgn98EXzTv { width:6.25rem;height:6.25rem;top:28.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvbPQ6fJ9pcNFrJJI1tEMd0QEUMELZiW { width:25.75rem;height:2.3125rem;top:23.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2O1k1uwlJEabBTNxxIDrOMgM74cVhS9 { top:2.9375rem;left:4.125rem;width:39.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4ThFxQZhSwq2LZmVfdWumTDhXf1LFUq { width:25.5625rem;height:28.5625rem;top:8.125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5P5d4T67q9nLxXLnv5yoSscGDuKrF3h { width:22.625rem;height:9rem;top:11.875rem;left:25.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsGNf6OurVk83NaG5PZFBatC7nKMLyc { width:25.5625rem;height:1.375rem;top:26.6875rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxVzDpKPyzzxT3efH0FHC7F3HNUAht4C { width:6.25rem;height:6.25rem;top:28.75rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWXvSsCtJsloXdZmDdJBzuTrXnatdmdO { width:25.75rem;height:2.3125rem;top:23.6875rem;left:22rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbSrMzMUTixlDbPDVnR968WzbrVzRiBX { width:25.5625rem;height:28.5625rem;top:39.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp02wWmeyJxAnM07GNbnhhoq6LVyp0Bi { width:21.8125rem;height:10.8125rem;top:42.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9rVetX8wHN4HxzUJssZDELsHQ6uWTBv { width:25.5625rem;height:1.375rem;top:57.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW5NmryATNbiV5SklgJCXAWqhgXOrcIK { width:25.75rem;height:2.3125rem;top:54.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWoZED8NXtWW6Ern9xC7t6ZgkCVfKh5O { width:25.5625rem;height:28.5625rem;top:39.1875rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cx5eTRQOdZOCvxNZoybwqtlsJwg5gaIu { width:21.375rem;height:10.8125rem;top:42.9375rem;left:26.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyQiZPcTz20t7ftyftuSvigekJwRACrG { width:25.5625rem;height:1.375rem;top:57.75rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3mUpZcogcUndv5daHoue2yBni6FMdFr { width:6.25rem;height:6.25rem;top:59.8125rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCiE8gJJWNC4pZKDSSXTZ7KHGWUHBlvT { width:25.75rem;height:2.3125rem;top:54.75rem;left:22rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c45BXKbTBL4x4TbyOOxPzq69uhG3LoCP { width:6.25rem;height:6.25rem;top:59.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV5VwEVIsG32E72DsNHLDTrmTTdLDQC3 { display:block; }#GV5VwEVIsG32E72DsNHLDTrmTTdLDQC3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAN1wghvG9wpKvXeQG61vUoyc2z6PyK9 { top:1.625rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5l3cVubwA2QoNcpCefgLkuqP6LAPrry { display:block; }#z5l3cVubwA2QoNcpCefgLkuqP6LAPrry > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSRdGDSIO4DcwgA7lDW5lJWc7wLkVl4k { display:block; }#GSRdGDSIO4DcwgA7lDW5lJWc7wLkVl4k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tsz4iTOH0Rnamuy7ZKga2L52xoKCxtD0 { width:11.375rem;height:2.8125rem;top:1.4375rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfKa2Ik7thvUQXVdcwt3s3lRqf3keChu { display:block; }
 }@media only screen and (max-width: 763px) { #knpp2V1aKCaxRuo66fzCA5vRCBFKXqQg { top:1.5625rem;left:36.4375rem;width:11.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMTC6Deqrpm6VZddvfpTwAJgu3dTPcOV { top:2.125rem;left:43.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWWVgSv2Ia7qTSw7TcCsyIBsldFT0fQ1 { top:2.375rem;left:40.25rem;width:7.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvu9MgA4vruTemv0MJDEvmzU1R04OWZB { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #phevvEot8U7QEJpcFxhG5OeTSE7SyMlK { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #p5rJfb43k2qOofkZRCyT0sM3GxNFOXpg { display:block; }#p5rJfb43k2qOofkZRCyT0sM3GxNFOXpg > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb5H3e1mANlUagcGhwDfOk65fFfHUuUI { width:17rem;height:3.75rem;top:2.34375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVRyozXRVJAacezDqvhqO0lxeMZwt8qt { width:5.25rem;height:3.4375rem;top:5.67285rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXGF5yJkydfPlCGbsAUqpavu5qBSaGFB { display:block; }
 }@media only screen and (max-width: 763px) { #vyP76bqXks5p8KpNigvF9Q8lbnzlO8CE { width:6.25rem;height:3.4375rem;top:10.36035rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m3giZs708q01br987uaHNZRWPXCQJ1t3 { display:block; }
 }@media only screen and (max-width: 763px) { #gfue6zBXo12xVHyvOkq30hUxnC4A9csH { width:6.1875rem;height:3.4375rem;top:15.04785rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XfVURGb0r30X1yB49rSTNdHEV8kmuBI0 { display:block; }
 }@media only screen and (max-width: 763px) { #OZLBcLtDF4AmkvRxJl2TyuWcufFf6RDr { width:18.875rem;height:2.75rem;top:19.73535rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VpBaIdKeQOoxN0qTy54rzhMmPZwROQZ4 { width:1.75rem;height:1.6899815463153rem;top:20.3291rem;left:-0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXSWqw6FHT7sBEiwBTkvQVdz8Tda3kSS { width:17.1875rem;height:1.4619125rem;top:20.5605453125rem;left:2.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/777d81d0-2949-4896-befc-ce41509d69b1/banneroriginal.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.29); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,7,7,0.29); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJZlwdA2ET3KVK9xRoxC1z8BbkOquPfO { width:19.25rem;height:32.125rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0siRgFQOLq08HkseTXTgWK5avdDUceA { width:17.875rem;height:5.19921875rem;top:28.875rem;left:1.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSuQBFDnL6FefQA5v7dkNbHs8Q6e3zCr { width:13.75rem;height:4.548825rem;top:24.3125rem;left:1.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK3Mcsm20usTrOmO8tczDpGMvWtTmF10 { width:16.625rem;height:5.19921875rem;top:34.0625rem;left:1.3125rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ST4wQSRoCIz0GhJ6ZBXX4TpD5xvObSOo { width:2.5rem;height:2.5rem;top:40.3125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZohVOhunGNiPWXVfqzKVN7vCR6UJApIb { width:2.5rem;height:2.5rem;top:44.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeE3F6bzRTiOOWPFMRxuVPFJ6GnuizK7 { width:2.1875rem;height:2.1875rem;top:49.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIrey8dXiJgSyzsoSgzBNmGVdOz3qkUb { width:9.4375rem;height:1.29980625rem;top:40.9375rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAHG09hBt365SDX85gUFGs0uQOPxe5za { width:7.5625rem;height:2.5996125rem;top:44.3125rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxeNH5eiy9IIRTZqyRvi6P9C0t7LGESJ { width:8.8125rem;height:2.5996125rem;top:48.75rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCcV8a31DqL240HH2lQaIvqtEXnZzhiJ { width:19rem;height:21.9375rem;top:1.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snbBfT40sSWTgOghx7Q8i6AcqzZxmfCD { width:16.375rem;height:2.5996125rem;top:2.625rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i  { width:16.687rem;height:auto;top:5.25rem;left:0.4375rem; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3ygrFflOvRprZTAhxsUE69h027WmO5i {display:block;}#K3ygrFflOvRprZTAhxsUE69h027WmO5i { width:16.687rem;height:auto;top:5.25rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #esmba6aMr1FSamodWpJLmfpf37GMVRun {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #Ro0WMrL9vJwyhgER3vHVU43ixzVltHyq {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #gHIuoT4JoH1e5zB28ZQZDANJqAxN6G4N {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #sxdcLrIWD7SXOOgr6aLRHOfgeaaVSFv4 {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #mtcqrEmRIks2q5ezBKi4wUwh02lMrwuc {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #TJno3ROG4szK87C0qZQAI5pISVQFiOO5 {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #Z25wfGt1gDXOJG4t8Z92FXH2FWOuOSJ2 {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #E35CPBkaxOTIfCd0wzvfSnrNulHBlqcz {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #ukdGTDD5xz0kxlLnP8ss7mkGmhlnLTSV {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #ZWHkP9LdPF69fDahS6uSP1J5PRtkwS6C {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #mTic1G4TJ2x6eS6xbBFX2T6OKBgufd0t {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #IVCloQ5vpqCknEt4HGvZfzM3U6OzCloD {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #K9dTbC1Fi3rd1rUUMEDhlZtIFUVDl06s {  }
 }@media only screen and (max-width: 763px) { #K3ygrFflOvRprZTAhxsUE69h027WmO5i #ZtQ7eKFBCFmoTMFofUblovCdtzuSdqDv {  }
 }@media only screen and (max-width: 763px) { #DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s { display:block; }#DcoMS2TKs2PmL1FRzbi66T8K80Wbvm6s > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zypeamyHiumvhKWnsI7Ui3EGietoStJL { width:19.875rem;height:1.9494625rem;top:2.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwxJkv9Cl4ofSAKKRPKuepBGZcQcdnKO { width:18.9375rem;height:3.898925rem;top:4.38671875rem;left:0.53125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dllcT9QhQ7sMgF6iwbzzh93nTwwwWOTk { width:19.0625rem;height:3.4375rem;top:40.875rem;left:0.46875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #10b8df, #0278ad);background-image: -moz-linear-gradient(180deg, #10b8df, #0278ad);background-image: -ms-linear-gradient(180deg, #10b8df, #0278ad);background-image: -o-linear-gradient(180deg, #10b8df, #0278ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#10b8df', endColorstr='#0278ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#10b8df', endColorstr='#0278ad' );";background-image: linear-gradient(180deg, #10b8df, #0278ad);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #u3HfDZARIeHlmpHiVeCxZ0uUCTFGzuiv { display:block; }
 }@media only screen and (max-width: 763px) { #caanE1vZrwAuBE783m5ZaSu8R4KUFbmw { width:18.5rem;height:9.3125rem;top:9.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBMVUpQQXuLZOOxmL9w7q9WN4cKLF8M8 { width:1.125rem;height:3.5rem;top:10.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUP4179r2z1IB6qP18uMN7A6zhKI5oi2 { width:14.8125rem;height:5.19921875rem;top:11.875rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJmG3D7fEVR5WTrkOK9QJVLiZ0ZsHnZM { width:14.8125rem;height:1.4624rem;top:10.4375rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c19baHusUFffV82rDI3OWDZlGit3rkis { width:18.4375rem;height:8.6875rem;top:20.125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsmWkhQUG61EvvHyLL04WSzHlMvqpncx { width:13.125rem;height:3.8994125rem;top:24rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqmIE1lL3l066uCR6Id78Kr4c480FsTA { width:7.9375rem;height:2.923825rem;top:21.1396484375rem;left:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzvUu4gxQx6JbDUSQoEe3WqR3k6erWx0 { width:2.1875rem;height:2.9375rem;top:21.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTkNxSPuLqxFkcnhsaa7qpZhC7nVW9UZ { width:18.4375rem;height:9.1875rem;top:30.3125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m70dhakR1PLPPZXr5SNQu1K3yDEyy9Fo { width:13.625rem;height:3.8994125rem;top:34.625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h95qEe1JNJKTN1bwOEM9lD5LTVxm9355 { width:8.625rem;height:2.923825rem;top:31.75rem;left:5.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VN0FOCBKHL7bObIKm2ZyyV7LxREL4mZ7 { width:3.25rem;height:1.8125rem;top:31.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmP1VE8wP5bBOzWb9mSKRcSvVkf5SyBV { display:block; }#FmP1VE8wP5bBOzWb9mSKRcSvVkf5SyBV > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yykBPb87TS3nLqxLIFhPDtKCuyrTkJeO { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o866SBIeKhUMirbwUewgkqRPBtmpOqnO { width:15.9375rem;height:4.4375rem;top:12.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWsBI3uKsk42WRI1WtHxc3RGKeg3fW0o { width:9.0625rem;height:6.75rem;top:35.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgmlO240ibPDEOnBiZ54dGOSXm56l9V1 { width:16.875rem;height:9.25rem;top:3.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lifw3HNV60Bwb9qva7cDdWSZymWSlvR6 { width:14.25rem;height:9.875rem;top:18.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5mgZPz1zgBdsaoORIREsWvnVH7TRiKB { width:13.5rem;height:3.4375rem;top:29.9375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuehHwZpZorOATxKGAsqhfeNbssEIVB8 { display:block; }#CuehHwZpZorOATxKGAsqhfeNbssEIVB8 > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EkZu6KGPyOD7zIVhEeXKUd46luEnWNTu { width:17.0625rem;height:12.5625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8fuHH0Og9qtsdL9NyQM0v4TCh5SoBfX { width:16.4375rem;height:13.25rem;top:3.5625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0dJO6BB8kLhrcd1S5X68zJ0TSDXFI26 { width:11.875rem;height:13.9375rem;top:8.0625rem;left:8.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vIiOcaNFMEF3yHIpot7SkyuGeH8ScyXK { width:19rem;height:3.1875rem;top:46.375rem;left:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #10b8df, #0278ad);background-image: -moz-linear-gradient(180deg, #10b8df, #0278ad);background-image: -ms-linear-gradient(180deg, #10b8df, #0278ad);background-image: -o-linear-gradient(180deg, #10b8df, #0278ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#10b8df', endColorstr='#0278ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#10b8df', endColorstr='#0278ad' );";background-image: linear-gradient(180deg, #10b8df, #0278ad);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qTd24HtGxBKFTTMIs2DCpUCTxtvIbxhf { display:block; }
 }@media only screen and (max-width: 763px) { #pwI2S9MHL84RJHrfGaHEO5GxIyq34UXS { width:16rem;height:1.9494625rem;top:22.6875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5NEpbGAoskLVMBFGZ6OfPnQgdkPJDcI { width:14.5rem;height:3.898925rem;top:26.5625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #crkGcpG7aNyeZe7nTF9mfyPBdEHP5t1t { width:18.875rem;height:1.9494625rem;top:24.625rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZmUBiEClHuFlbXn2s5W3Jwyixq835fF { width:16.1875rem;height:2.5996125rem;top:31.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXdoVMHnbmbZo3gWEG6swmdnc4bZgyux { width:19.125rem;height:3.8994125rem;top:33.75rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqhWH2TXk5LRM9Upu9iIanyFmWzUHSF5 { width:18.875rem;height:5.19921875rem;top:37.6875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeN9c8omzovrOPtUFHlsSx7rLqIOTsxX { width:13.1875rem;height:2.5996125rem;top:42.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkfDSFUd1yP3VAQ6vpF2XO8ZDt0vdT1t { display:block; }#EkfDSFUd1yP3VAQ6vpF2XO8ZDt0vdT1t > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLLMqUNiFJdf14akOwSzemXNMec3WqQW { width:17.0625rem;height:12.5625rem;top:2.3125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyLFZdyLPeMxssUTHzRyUB76TgNH9yZ8 { width:16.4375rem;height:12.625rem;top:4.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia2brbVLxuDhcV5TPhkzvV7sQs7uoZmI { width:12.3125rem;height:15rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e97NFGwNv8eCpdwkEibpmRTqgq1TzMF0 { width:19rem;height:3.1875rem;top:82.03125rem;left:0.5rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #10b8df, #0278ad);background-image: -moz-linear-gradient(180deg, #10b8df, #0278ad);background-image: -ms-linear-gradient(180deg, #10b8df, #0278ad);background-image: -o-linear-gradient(180deg, #10b8df, #0278ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#10b8df', endColorstr='#0278ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#10b8df', endColorstr='#0278ad' );";background-image: linear-gradient(180deg, #10b8df, #0278ad);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aDhDHGshHIPaiJAr3858iA5AUOEKnTRz { display:block; }
 }@media only screen and (max-width: 763px) { #EJt4w4ecJfWAKeoTBTploRWtsQqp2AJS { width:16.625rem;height:3.898925rem;top:26.34375rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwXBZHKATUbGzTVkTMeo8S6MrddHkdTm { width:17rem;height:2.19921875rem;top:30.1796875rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTKEFwq6DpbgF2G65fpsg2tVNJFAztrg { width:2.25rem;height:2.25rem;top:26.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhX9OpBTqcMNADua4kgl9LdoRs2OEC8O { width:12.1875rem;height:3.298825rem;top:40.66015625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyzfrrDvJgIDERN0vK6HTpH1XhDO5fxH { width:12.375rem;height:5.8483875rem;top:34.8125rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDJkzi0LlVK2r3DcWg9dDEOTPo3QZIJD { width:2.25rem;height:2.25rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POuNyvr403WQfZcdg8qRPualerBXMApH { width:12.8125rem;height:3.8994125rem;top:51.97265625rem;left:2.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMlQaLxm3znUlZLN4Je96O51X6fMb1N2 { width:12.3125rem;height:5.8483875rem;top:46.125rem;left:2.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeBcmQnebbIGwGc0RFA1XlpAyfGbnvxC { width:2.25rem;height:2.25rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzhX8pixJFhpS3LcGr3rskSAN9uACRSG { width:13.5625rem;height:4.3984375rem;top:63.8125rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv9sChwHvpDDM67eshGsmzCzdeAbSFt1 { width:12.875rem;height:5.8483875rem;top:57.8125rem;left:2.96875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGXs6fFJd23sgWD8uHUxk4p3mcaTbz1k { width:2.25rem;height:2.25rem;top:58.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULNNlzJLew0113aarg28zfgUc2VOdvwb { width:13.75rem;height:5.49805rem;top:74.375rem;left:2.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0KQxWz6BG9oKJVS4t3u3a17AtXTFNrP { width:14.4375rem;height:3.898925rem;top:70.36328125rem;left:2.78125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #liQUMdOM7IS5InKz8OEAOKfsAu95llm6 { width:2.25rem;height:2.25rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz { display:block; }#UTvsygm19kpfVhiN3Pf5IcSAc80u9eoz > .row .container { width:20rem;height:139.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cypv49G2Azv62LuTSzHe11kkHCOODBfJ { width:20rem;height:28.5625rem;top:11.38476875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UVrTiKGkIs3OUTnLyDFktxIgnSMPownN { width:17.9375rem;height:11.8945rem;top:13.009765625rem;left:1.21875rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLWu02r8TIAZPP5cBTCXosb2fgr9Kigi { width:20rem;height:1.29980625rem;top:29.94726875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRlTEXX0ZI68Hcn0JsehEPEgn98EXzTv { width:6.25rem;height:6.25rem;top:32.822265625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvbPQ6fJ9pcNFrJJI1tEMd0QEUMELZiW { width:17rem;height:1.7871125rem;top:27.28515625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2O1k1uwlJEabBTNxxIDrOMgM74cVhS9 { width:15.5625rem;height:5.84765625rem;top:2.75rem;left:2.21875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4ThFxQZhSwq2LZmVfdWumTDhXf1LFUq { width:20rem;height:28.5625rem;top:44.23438125rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #i5P5d4T67q9nLxXLnv5yoSscGDuKrF3h { width:17.9375rem;height:10.1953125rem;top:47.171875rem;left:1.03125rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrsGNf6OurVk83NaG5PZFBatC7nKMLyc { width:20rem;height:1.29980625rem;top:62.79688125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxVzDpKPyzzxT3efH0FHC7F3HNUAht4C { width:6.25rem;height:6.25rem;top:64.984375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWXvSsCtJsloXdZmDdJBzuTrXnatdmdO { width:20rem;height:1.7871125rem;top:60.072265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbSrMzMUTixlDbPDVnR968WzbrVzRiBX { width:20rem;height:28.5625rem;top:77.08399375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Jp02wWmeyJxAnM07GNbnhhoq6LVyp0Bi { width:17.9375rem;height:11.8945rem;top:79.771484375rem;left:1.03125rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9rVetX8wHN4HxzUJssZDELsHQ6uWTBv { width:20rem;height:1.29980625rem;top:95.64649375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW5NmryATNbiV5SklgJCXAWqhgXOrcIK { width:20rem;height:1.7871125rem;top:93.296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWoZED8NXtWW6Ern9xC7t6ZgkCVfKh5O { width:20rem;height:28.5625rem;top:109.93360625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cx5eTRQOdZOCvxNZoybwqtlsJwg5gaIu { width:17.9375rem;height:11.8945rem;top:112.99609375rem;left:1.03125rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyQiZPcTz20t7ftyftuSvigekJwRACrG { width:20rem;height:1.29980625rem;top:128.49610625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3mUpZcogcUndv5daHoue2yBni6FMdFr { width:6.25rem;height:6.25rem;top:130.55859375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCiE8gJJWNC4pZKDSSXTZ7KHGWUHBlvT { width:20rem;height:1.7871125rem;top:126.146484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c45BXKbTBL4x4TbyOOxPzq69uhG3LoCP { width:6.25rem;height:6.25rem;top:97.646484375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV5VwEVIsG32E72DsNHLDTrmTTdLDQC3 { display:block; }#GV5VwEVIsG32E72DsNHLDTrmTTdLDQC3 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAN1wghvG9wpKvXeQG61vUoyc2z6PyK9 { width:13.125rem;height:2.923825rem;top:1.505859375rem;left:3.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5l3cVubwA2QoNcpCefgLkuqP6LAPrry { display:block; }#z5l3cVubwA2QoNcpCefgLkuqP6LAPrry > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSRdGDSIO4DcwgA7lDW5lJWc7wLkVl4k { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#GSRdGDSIO4DcwgA7lDW5lJWc7wLkVl4k > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tsz4iTOH0Rnamuy7ZKga2L52xoKCxtD0 { width:11rem;height:3.4375rem;top:0.8740234375rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #tfKa2Ik7thvUQXVdcwt3s3lRqf3keChu { display:block; }
 }@media only screen and (max-width: 763px) { #knpp2V1aKCaxRuo66fzCA5vRCBFKXqQg { width:10.625rem;height:2.6875rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMTC6Deqrpm6VZddvfpTwAJgu3dTPcOV { display:flex;width:1.625rem;height:1.625rem;top:1.8125rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #vWWVgSv2Ia7qTSw7TcCsyIBsldFT0fQ1 { width:7.5rem;height:1.29980625rem;top:2.0625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lvu9MgA4vruTemv0MJDEvmzU1R04OWZB { top:1.25rem;left:11.4375rem;width:8.5625rem;height:2.625rem;z-index:15004;font-size:1rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #8cebff, #52c7e6);background-image: -moz-linear-gradient(180deg, #8cebff, #52c7e6);background-image: -ms-linear-gradient(180deg, #8cebff, #52c7e6);background-image: -o-linear-gradient(180deg, #8cebff, #52c7e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cebff', endColorstr='#52c7e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cebff', endColorstr='#52c7e6' );";background-image: linear-gradient(180deg, #8cebff, #52c7e6);background-size:auto !important;color:#292929;display:block; }
 }@media only screen and (max-width: 763px) { #phevvEot8U7QEJpcFxhG5OeTSE7SyMlK { display:block; }
 }