.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffcc01;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffcc01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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(0,0,0,0); }#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(0,0,0,0); }#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 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#EQHQmmfT8wPPUa9erQ0mkTUooDW6BUvI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:18.3125rem;top:0.875rem;left:28.34375rem;overflow:hidden;display:block; }
#Qdg33ZLkvu5LVz2SlP8evgWMWUF74UZJ { color:#4a1f0f;display:block;width:54rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:15.0625rem;left:10.5rem;height:12.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eFdeUyA0KHofz2XMh5Bt7Hyi5mnWU1B6 { color:#4a1f0f;display:block;width:53.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.703125rem;left:12.5625rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JUsClGVshNu0lqitRlsyak8ZL304xrAB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:28.5rem;left:10.1875rem; }
#w66ZRdyWd4BWH36ixsaZr1dDkl28ZTE6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:28.5rem;left:35.4375rem; }
#IRd9hTQtDg7oZ8GKpt8oKNdCEv8uSF8x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:28.5rem;left:54.3125rem; }
#hFxVPkyJQ9nq7byGTWiFDASH6tv5NrGL { color:#f0008c;display:block;width:48.6875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:32.8125rem;left:13.15625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZmWGDSPV44w1HSLZlLl8TIn1CAp2o58k { z-index:15004;top:37rem;left:27.53125rem;background-color:#0fc151;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #39a32b;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EkL57SEQAfS9l9HXP86JxDRzVqMXHtyD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GCExG7Cx0Q2BDv29aCe8HRtzZLFBZ55I { color:#4a1f0f;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:0.9746125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ul2leriwb8NFo1N8Z8hwLD5zwU1ZL7V7 { color:#4a1f0f;display:block;width:53.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:24.953125rem;left:13.3125rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#HqTHZfUXT2lAsp1zXatMiZqyNS9NWkT9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:34.9375rem;left:20.90625rem;filter: drop-shadow(0rem 0rem 0.5rem #ffffff); }
#SGwgvPqDi98LS2rmJwQvtfp0I8OeASIu { z-index:15005;top:0.625rem;left:66.3125rem;background-color:#284ba4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #102b6f;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oI5B6QK1XLB14xLhDwTKI2Iuk4IPrwLH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gaLKM6EJQrxF8rhanvSQxO86mF4gKqQ2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcc01;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; }#gaLKM6EJQrxF8rhanvSQxO86mF4gKqQ2 > .row .container { background-color: transparent; background-image: none; }#gaLKM6EJQrxF8rhanvSQxO86mF4gKqQ2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaLKM6EJQrxF8rhanvSQxO86mF4gKqQ2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaLKM6EJQrxF8rhanvSQxO86mF4gKqQ2 > .row .container > .video-iframe-container { display: none; }#gaLKM6EJQrxF8rhanvSQxO86mF4gKqQ2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gaLKM6EJQrxF8rhanvSQxO86mF4gKqQ2 > .row > .video-iframe-container { display: none; }#gaLKM6EJQrxF8rhanvSQxO86mF4gKqQ2 > .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); }#gaLKM6EJQrxF8rhanvSQxO86mF4gKqQ2 > .row .container { border-width: 0; border-radius: 0; }#gaLKM6EJQrxF8rhanvSQxO86mF4gKqQ2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gaLKM6EJQrxF8rhanvSQxO86mF4gKqQ2 > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#FqMUsz36c4eouWpPiUAGLtTcR7W4vlFG { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/1a6625b4-f406-4750-bd14-b69b023ed7ea/CapturadeTela20220813as143328.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #f818e6;border-left:0.125rem solid #f818e6;border-right:0.125rem solid #f818e6;border-bottom:0.125rem solid #f818e6;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.1875rem rgba(255,106,0,0.5) ;height:6.25rem;width:6.25rem;top:3.5625rem;left:1.5rem;display:block; }#FqMUsz36c4eouWpPiUAGLtTcR7W4vlFG.adaptive-delivery-prevent-bg, #FqMUsz36c4eouWpPiUAGLtTcR7W4vlFG.lazyload, #FqMUsz36c4eouWpPiUAGLtTcR7W4vlFG.lazyloading { background-image: none; }
#UEiJqcd6Jcs2k9dPy08u6epCN9pnPBBm { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e18af385-831c-4abc-86ae-44e6c1631b0c/CapturadeTela20220813as143338.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #f818e6;border-left:0.125rem solid #f818e6;border-right:0.125rem solid #f818e6;border-bottom:0.125rem solid #f818e6;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.1875rem rgba(255,106,0,0.5) ;height:6.25rem;width:6.25rem;top:3.5625rem;left:10.8125rem;display:block; }#UEiJqcd6Jcs2k9dPy08u6epCN9pnPBBm.adaptive-delivery-prevent-bg, #UEiJqcd6Jcs2k9dPy08u6epCN9pnPBBm.lazyload, #UEiJqcd6Jcs2k9dPy08u6epCN9pnPBBm.lazyloading { background-image: none; }
#PLylh6qVPvvcRcbcOyXkJOVH0nmvleQq { color:#4a1f0f;display:block;width:6.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.6875rem;left:1.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OE7dlil13rfVvEbsToi5XAqJHc14zz0h { color:#4a1f0f;display:block;width:6.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.6875rem;left:10.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uXDCKaXvgeDNxCWRefRw0V177HBQGJgT { position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4d90185d-35c7-41ca-a6ba-60fddce5a476/CapturadeTela20220813as143409.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #f818e6;border-left:0.125rem solid #f818e6;border-right:0.125rem solid #f818e6;border-bottom:0.125rem solid #f818e6;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.1875rem rgba(255,106,0,0.5) ;height:6.25rem;width:6.25rem;top:3.5625rem;left:29.5625rem;display:block; }#uXDCKaXvgeDNxCWRefRw0V177HBQGJgT.adaptive-delivery-prevent-bg, #uXDCKaXvgeDNxCWRefRw0V177HBQGJgT.lazyload, #uXDCKaXvgeDNxCWRefRw0V177HBQGJgT.lazyloading { background-image: none; }
#wJVLwcWgrfIorCu4NMv2kTTftdE8BZGb { color:#4a1f0f;display:block;width:6.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.6875rem;left:29.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fd69TkoG1ueFaOG4101UsQLkpVTsq1rE { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a45e5104-7a10-4876-a5f8-36409ec74343/CapturadeTela20220813as114424.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #f818e6;border-left:0.125rem solid #f818e6;border-right:0.125rem solid #f818e6;border-bottom:0.125rem solid #f818e6;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.1875rem rgba(255,106,0,0.5) ;height:6.25rem;width:6.25rem;top:3.5625rem;left:20.25rem;display:block; }#Fd69TkoG1ueFaOG4101UsQLkpVTsq1rE.adaptive-delivery-prevent-bg, #Fd69TkoG1ueFaOG4101UsQLkpVTsq1rE.lazyload, #Fd69TkoG1ueFaOG4101UsQLkpVTsq1rE.lazyloading { background-image: none; }
#MshoBdZlDcJJIWgDVJt1PiUuJKns2fk3 { color:#4a1f0f;display:block;width:6.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.6875rem;left:20.25rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NWNhcaZthN4v3QNU55qpJaIW2S6DlC8Q { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3eb9a2d2-6834-406c-b16a-834fe7058925/CapturadeTela20220813as143458.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #f818e6;border-left:0.125rem solid #f818e6;border-right:0.125rem solid #f818e6;border-bottom:0.125rem solid #f818e6;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.1875rem rgba(255,106,0,0.5) ;height:6.25rem;width:6.25rem;top:3.5625rem;left:48.3125rem;display:block; }#NWNhcaZthN4v3QNU55qpJaIW2S6DlC8Q.adaptive-delivery-prevent-bg, #NWNhcaZthN4v3QNU55qpJaIW2S6DlC8Q.lazyload, #NWNhcaZthN4v3QNU55qpJaIW2S6DlC8Q.lazyloading { background-image: none; }
#vZsHrLP1ZgbKtCEsIwSTArrodxTtLKqr { color:#4a1f0f;display:block;width:6.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.6875rem;left:48.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z8hgXuu4WIwVnptCFX4WTv7gQrN9hKqE { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/deb45041-0390-493e-b09e-54af112ee686/CapturadeTela20220813as142056.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #f818e6;border-left:0.125rem solid #f818e6;border-right:0.125rem solid #f818e6;border-bottom:0.125rem solid #f818e6;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.1875rem rgba(255,106,0,0.5) ;height:6.25rem;width:6.25rem;top:3.5625rem;left:39rem;display:block; }#z8hgXuu4WIwVnptCFX4WTv7gQrN9hKqE.adaptive-delivery-prevent-bg, #z8hgXuu4WIwVnptCFX4WTv7gQrN9hKqE.lazyload, #z8hgXuu4WIwVnptCFX4WTv7gQrN9hKqE.lazyloading { background-image: none; }
#gMzq3kXiGkOa6tQmNfxFt5h0witM9TxN { color:#4a1f0f;display:block;width:6.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.6875rem;left:39rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g3TlRtBOvobU1Rr5RL3KqX8acrJsEirV { color:#4a1f0f;display:block;width:6.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:10.6875rem;left:67.1875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X9rgN5NcPG3KnRRVes6DduOlyQashZfT { position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e01effb9-ad94-4a99-a3e2-5a52b332da2d/CapturadeTela20220813as143231.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #00e619;border-left:0.125rem solid #00e619;border-right:0.125rem solid #00e619;border-bottom:0.125rem solid #00e619;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.1875rem rgba(255,106,0,0.5) ;height:6.25rem;width:6.25rem;top:3.5625rem;left:67.0625rem;display:block; }#X9rgN5NcPG3KnRRVes6DduOlyQashZfT.adaptive-delivery-prevent-bg, #X9rgN5NcPG3KnRRVes6DduOlyQashZfT.lazyload, #X9rgN5NcPG3KnRRVes6DduOlyQashZfT.lazyloading { background-image: none; }
#Sl9vOPQgcBl3kUHAbw4a90m1ZNaW1XNM { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/46e21cab-daf3-4a25-b7ed-b89ff31ccc66/CapturadeTela20220813as143239.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid #f818e6;border-left:0.125rem solid #f818e6;border-right:0.125rem solid #f818e6;border-bottom:0.125rem solid #f818e6;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.1875rem rgba(255,106,0,0.5) ;height:6.25rem;width:6.25rem;top:3.5625rem;left:57.75rem;display:block; }#Sl9vOPQgcBl3kUHAbw4a90m1ZNaW1XNM.adaptive-delivery-prevent-bg, #Sl9vOPQgcBl3kUHAbw4a90m1ZNaW1XNM.lazyload, #Sl9vOPQgcBl3kUHAbw4a90m1ZNaW1XNM.lazyloading { background-image: none; }
#toWcHcTOTcy92ClVcMTsbFoAwtROUm9Z { color:#4a1f0f;display:block;width:6.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:10.6875rem;left:57.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ifQcFegSahqAI5dTbJJcL6tCgrfAq5os { 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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#mSz0sPmQM4smM3wuQbRgJl61JwSwSXTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RLkdfGzmw5gHDqgNET99Th3QO3cuTfQv { z-index:15018;top:3.125rem;left:57.6875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#4a1f0f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.8125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:8.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#f6NTxSC83wWdWPn2IMkTI0g1XOUIdXRS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GXq8Jw0UnoFaiT8vGBZVx3cxCDtoi5ee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcc01;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; }#GXq8Jw0UnoFaiT8vGBZVx3cxCDtoi5ee > .row .container { background-color: transparent; background-image: none; }#GXq8Jw0UnoFaiT8vGBZVx3cxCDtoi5ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXq8Jw0UnoFaiT8vGBZVx3cxCDtoi5ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXq8Jw0UnoFaiT8vGBZVx3cxCDtoi5ee > .row .container > .video-iframe-container { display: none; }#GXq8Jw0UnoFaiT8vGBZVx3cxCDtoi5ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXq8Jw0UnoFaiT8vGBZVx3cxCDtoi5ee > .row > .video-iframe-container { display: none; }#GXq8Jw0UnoFaiT8vGBZVx3cxCDtoi5ee > .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); }#GXq8Jw0UnoFaiT8vGBZVx3cxCDtoi5ee > .row .container { border-width: 0; border-radius: 0; }#GXq8Jw0UnoFaiT8vGBZVx3cxCDtoi5ee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXq8Jw0UnoFaiT8vGBZVx3cxCDtoi5ee > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#xgrgq5C5eNbb6O4drEEKK6bF2rnVIUZn { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/a45e5104-7a10-4876-a5f8-36409ec74343/CapturadeTela20220813as114424.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.75rem;top:0rem;left:0rem;display:block; }#xgrgq5C5eNbb6O4drEEKK6bF2rnVIUZn.adaptive-delivery-prevent-bg, #xgrgq5C5eNbb6O4drEEKK6bF2rnVIUZn.lazyload, #xgrgq5C5eNbb6O4drEEKK6bF2rnVIUZn.lazyloading { background-image: none; }
#Me6ZcT3Ogi3fFrVRNtFwgJ29UkmbuoXP { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ba02e8d5-4411-4272-8ebf-64b57a7dc72d/CapturadeTela20220813as114503.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.75rem;top:0rem;left:18.75rem;display:block; }#Me6ZcT3Ogi3fFrVRNtFwgJ29UkmbuoXP.adaptive-delivery-prevent-bg, #Me6ZcT3Ogi3fFrVRNtFwgJ29UkmbuoXP.lazyload, #Me6ZcT3Ogi3fFrVRNtFwgJ29UkmbuoXP.lazyloading { background-image: none; }
#VBsc9zPGvMSNLeBuAPy0fQf1dom7XUds { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bde0579a-efb2-449b-ad8c-ad0ce44bad5f/CapturadeTela20220813as114539.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.75rem;top:0rem;left:37.5rem;display:block; }#VBsc9zPGvMSNLeBuAPy0fQf1dom7XUds.adaptive-delivery-prevent-bg, #VBsc9zPGvMSNLeBuAPy0fQf1dom7XUds.lazyload, #VBsc9zPGvMSNLeBuAPy0fQf1dom7XUds.lazyloading { background-image: none; }
#KkMQ2JMmOBlRfS8xdDVIsd0pf3bCdRhm { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/bb819fef-c950-4f98-b8b2-a63bbfac9f61/CapturadeTela20220813as114531.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.75rem;top:0rem;left:56.25rem;display:block; }#KkMQ2JMmOBlRfS8xdDVIsd0pf3bCdRhm.adaptive-delivery-prevent-bg, #KkMQ2JMmOBlRfS8xdDVIsd0pf3bCdRhm.lazyload, #KkMQ2JMmOBlRfS8xdDVIsd0pf3bCdRhm.lazyloading { background-image: none; }
#TToS1V7wdzoTo9KvGAEtb2DMI5cyMMvg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcc01;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; }#TToS1V7wdzoTo9KvGAEtb2DMI5cyMMvg > .row .container { background-color: transparent; background-image: none; }#TToS1V7wdzoTo9KvGAEtb2DMI5cyMMvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TToS1V7wdzoTo9KvGAEtb2DMI5cyMMvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TToS1V7wdzoTo9KvGAEtb2DMI5cyMMvg > .row .container > .video-iframe-container { display: none; }#TToS1V7wdzoTo9KvGAEtb2DMI5cyMMvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TToS1V7wdzoTo9KvGAEtb2DMI5cyMMvg > .row > .video-iframe-container { display: none; }#TToS1V7wdzoTo9KvGAEtb2DMI5cyMMvg > .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); }#TToS1V7wdzoTo9KvGAEtb2DMI5cyMMvg > .row .container { border-width: 0; border-radius: 0; }#TToS1V7wdzoTo9KvGAEtb2DMI5cyMMvg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TToS1V7wdzoTo9KvGAEtb2DMI5cyMMvg > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#tTlm1BhH170xS6INkqkLU6WqdJ5adLtx { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e01effb9-ad94-4a99-a3e2-5a52b332da2d/CapturadeTela20220813as143231.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.75rem;top:0rem;left:0rem;display:block; }#tTlm1BhH170xS6INkqkLU6WqdJ5adLtx.adaptive-delivery-prevent-bg, #tTlm1BhH170xS6INkqkLU6WqdJ5adLtx.lazyload, #tTlm1BhH170xS6INkqkLU6WqdJ5adLtx.lazyloading { background-image: none; }
#CVmOViTxKoJTT99p2T9CD3XEtODro10M { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3eb9a2d2-6834-406c-b16a-834fe7058925/CapturadeTela20220813as143458.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.75rem;top:0rem;left:18.75rem;display:block; }#CVmOViTxKoJTT99p2T9CD3XEtODro10M.adaptive-delivery-prevent-bg, #CVmOViTxKoJTT99p2T9CD3XEtODro10M.lazyload, #CVmOViTxKoJTT99p2T9CD3XEtODro10M.lazyloading { background-image: none; }
#JLn8G9y5FLAt8rblNSnd7AOznAEzgrRd { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/084a2cb4-05ec-4cd0-b8eb-bbbeee4f5131/WhatsAppImage20230129at2048252.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.75rem;top:0rem;left:37.5rem;display:block; }#JLn8G9y5FLAt8rblNSnd7AOznAEzgrRd.adaptive-delivery-prevent-bg, #JLn8G9y5FLAt8rblNSnd7AOznAEzgrRd.lazyload, #JLn8G9y5FLAt8rblNSnd7AOznAEzgrRd.lazyloading { background-image: none; }
#THlNVAHtweXe1KxKJXzmosN5K1i4eqee { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3997596a-fc72-4f4a-b001-af46c87eece8/CapturadeTela20220813as114552.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.75rem;top:0rem;left:56.25rem;display:block; }#THlNVAHtweXe1KxKJXzmosN5K1i4eqee.adaptive-delivery-prevent-bg, #THlNVAHtweXe1KxKJXzmosN5K1i4eqee.lazyload, #THlNVAHtweXe1KxKJXzmosN5K1i4eqee.lazyloading { background-image: none; }
#bUraAzNXQa89C7bziWzkIDNXW1FLRGeL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcc01;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; }#bUraAzNXQa89C7bziWzkIDNXW1FLRGeL > .row .container { background-color: transparent; background-image: none; }#bUraAzNXQa89C7bziWzkIDNXW1FLRGeL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUraAzNXQa89C7bziWzkIDNXW1FLRGeL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUraAzNXQa89C7bziWzkIDNXW1FLRGeL > .row .container > .video-iframe-container { display: none; }#bUraAzNXQa89C7bziWzkIDNXW1FLRGeL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUraAzNXQa89C7bziWzkIDNXW1FLRGeL > .row > .video-iframe-container { display: none; }#bUraAzNXQa89C7bziWzkIDNXW1FLRGeL > .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); }#bUraAzNXQa89C7bziWzkIDNXW1FLRGeL > .row .container { border-width: 0; border-radius: 0; }#bUraAzNXQa89C7bziWzkIDNXW1FLRGeL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUraAzNXQa89C7bziWzkIDNXW1FLRGeL > .row .container { font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;position:relative;display:block; }#m9TgVRTKLMQtSHWa54N6bFawRNs3F9OC { color:#4a1f0f;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:.9;letter-spacing:0;top:5.765625rem;left:41.5625rem;height:22.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M9GdqpdJ3GRcPNVmvwWJFFPaHw019d1E { color:#01acef;display:block;width:2.25rem;position:absolute;font-family:"font awesome";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:5.765625rem;left:39.375rem;height:21.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tvFKxxO384hnLzPNxRp46GIEDICzOQnC { color:#4a1f0f;display:block;width:33.4375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:14.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Trc3zOS8gN2hFUCbZz60nXAUHcCL3liE { color:#01acef;display:block;width:2.25rem;position:absolute;font-family:"font awesome";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:5.765625rem;left:39.375rem;height:21.09375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#AQITKpOlTzlKwDJfXXPvVf4rANF40MO5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcc01;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; }#AQITKpOlTzlKwDJfXXPvVf4rANF40MO5 > .row .container { background-color: transparent; background-image: none; }#AQITKpOlTzlKwDJfXXPvVf4rANF40MO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQITKpOlTzlKwDJfXXPvVf4rANF40MO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQITKpOlTzlKwDJfXXPvVf4rANF40MO5 > .row .container > .video-iframe-container { display: none; }#AQITKpOlTzlKwDJfXXPvVf4rANF40MO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQITKpOlTzlKwDJfXXPvVf4rANF40MO5 > .row > .video-iframe-container { display: none; }#AQITKpOlTzlKwDJfXXPvVf4rANF40MO5 > .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); }#AQITKpOlTzlKwDJfXXPvVf4rANF40MO5 > .row .container { border-width: 0; border-radius: 0; }#AQITKpOlTzlKwDJfXXPvVf4rANF40MO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AQITKpOlTzlKwDJfXXPvVf4rANF40MO5 > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#OkVVel2ezTGCOrxDpwPTKppUFdWILOg2 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6b8b162b-b183-4f47-8f9d-c8f23d6f852e/CapturadeTela20220813as142412.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.75rem;top:0rem;left:0rem;display:block; }#OkVVel2ezTGCOrxDpwPTKppUFdWILOg2.adaptive-delivery-prevent-bg, #OkVVel2ezTGCOrxDpwPTKppUFdWILOg2.lazyload, #OkVVel2ezTGCOrxDpwPTKppUFdWILOg2.lazyloading { background-image: none; }
#S2GeWSLtVols1NiOcxgLd4HrUT7hOn61 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/deb45041-0390-493e-b09e-54af112ee686/CapturadeTela20220813as142056.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.75rem;top:0rem;left:18.75rem;display:block; }#S2GeWSLtVols1NiOcxgLd4HrUT7hOn61.adaptive-delivery-prevent-bg, #S2GeWSLtVols1NiOcxgLd4HrUT7hOn61.lazyload, #S2GeWSLtVols1NiOcxgLd4HrUT7hOn61.lazyloading { background-image: none; }
#JrAtltBPFTPhXm5DH7VWtWz6WLqf0qCk { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3d461dea-8796-4be6-9a89-1ca7e0e0c1c1/CapturadeTela20220813as141946.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.75rem;top:0rem;left:37.5rem;display:block; }#JrAtltBPFTPhXm5DH7VWtWz6WLqf0qCk.adaptive-delivery-prevent-bg, #JrAtltBPFTPhXm5DH7VWtWz6WLqf0qCk.lazyload, #JrAtltBPFTPhXm5DH7VWtWz6WLqf0qCk.lazyloading { background-image: none; }
#lHp52TahmpJPUEDgQHfeD6zeLBqgGRTn { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/aece0df0-475a-4ff3-ab12-9a8180319913/CapturadeTela20220813as142047.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.75rem;top:0rem;left:56.25rem;display:block; }#lHp52TahmpJPUEDgQHfeD6zeLBqgGRTn.adaptive-delivery-prevent-bg, #lHp52TahmpJPUEDgQHfeD6zeLBqgGRTn.lazyload, #lHp52TahmpJPUEDgQHfeD6zeLBqgGRTn.lazyloading { background-image: none; }
#wHnZgyO76iFZJ1segyLPkUcJEC5mt50K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcc01;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; }#wHnZgyO76iFZJ1segyLPkUcJEC5mt50K > .row .container { background-color: transparent; background-image: none; }#wHnZgyO76iFZJ1segyLPkUcJEC5mt50K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHnZgyO76iFZJ1segyLPkUcJEC5mt50K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHnZgyO76iFZJ1segyLPkUcJEC5mt50K > .row .container > .video-iframe-container { display: none; }#wHnZgyO76iFZJ1segyLPkUcJEC5mt50K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wHnZgyO76iFZJ1segyLPkUcJEC5mt50K > .row > .video-iframe-container { display: none; }#wHnZgyO76iFZJ1segyLPkUcJEC5mt50K > .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); }#wHnZgyO76iFZJ1segyLPkUcJEC5mt50K > .row .container { border-width: 0; border-radius: 0; }#wHnZgyO76iFZJ1segyLPkUcJEC5mt50K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wHnZgyO76iFZJ1segyLPkUcJEC5mt50K > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#IGiTASTFVASGtT41tKNQnhX1zCS3P0kC { color:#4a1f0f;display:block;width:42.9375rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:7.25rem;left:3.0625rem;height:17.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IxvBqr3WUxGU1NNETpnnbEU3tf3i4o9U { color:#f0008c;display:block;width:3.0625rem;position:absolute;font-family:"font awesome";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:7.25rem;left:0rem;height:17.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hrk7lZz2ZBwKH7NTfClT7nbuwMBx1mKJ { position:absolute;display:block;z-index:15003;background-color:#ffb805;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:20.625rem;width:25.875rem;top:6.5rem;left:49.125rem;display:block; }
#Hk6ibXxNhZ6ioii9BvoSLPP8uDLZcQKk { color:#4a1f0f;display:block;width:20.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:9.1875rem;left:52.4375rem;height:10.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oafMtxEKuJ3hiZSqfa07NvOtJHna08Q4 { z-index:15005;top:21.34375rem;left:52.4375rem;background-color:#0fc151;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #39a32b;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UeWBJxTMdyz7IaHT6NP76RRroiNdRJGc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FSrPlntGZ4F9JcCMxTIIoxfP3IaBtQda { position:absolute;display:block;z-index:15006;background-color:#ed1c24;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:20.90625rem;left:64.25rem;display:block; }
#z1hpMUkt883I51mzmoTW8BkGd3cBUfy5 { color:#f0008c;display:block;width:3.0625rem;position:absolute;font-family:"font awesome";font-size:2.1875rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:7.25rem;left:0rem;height:17.71875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#hE1463gNb0nTrrUlDZRuvOODnyJdtRTc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcc01;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; }#hE1463gNb0nTrrUlDZRuvOODnyJdtRTc > .row .container { background-color: transparent; background-image: none; }#hE1463gNb0nTrrUlDZRuvOODnyJdtRTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hE1463gNb0nTrrUlDZRuvOODnyJdtRTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hE1463gNb0nTrrUlDZRuvOODnyJdtRTc > .row .container > .video-iframe-container { display: none; }#hE1463gNb0nTrrUlDZRuvOODnyJdtRTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hE1463gNb0nTrrUlDZRuvOODnyJdtRTc > .row > .video-iframe-container { display: none; }#hE1463gNb0nTrrUlDZRuvOODnyJdtRTc > .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); }#hE1463gNb0nTrrUlDZRuvOODnyJdtRTc > .row .container { border-width: 0; border-radius: 0; }#hE1463gNb0nTrrUlDZRuvOODnyJdtRTc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hE1463gNb0nTrrUlDZRuvOODnyJdtRTc > .row .container { font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#FxXyVO57eTamlFSNO40Zdi5sZ4oDDtED { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7ff0e60e-e37f-4751-94c4-e20871f165da/CapturadeTela20220813as141937.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.75rem;top:0rem;left:0rem;display:block; }#FxXyVO57eTamlFSNO40Zdi5sZ4oDDtED.adaptive-delivery-prevent-bg, #FxXyVO57eTamlFSNO40Zdi5sZ4oDDtED.lazyload, #FxXyVO57eTamlFSNO40Zdi5sZ4oDDtED.lazyloading { background-image: none; }
#VVTPh7Z6zc6PhDUO13NWwUQcNTHHg4E4 { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8159fd37-3ade-4017-8838-d488ac6a6b16/CapturadeTela20220813as142220.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.75rem;top:0rem;left:18.75rem;display:block; }#VVTPh7Z6zc6PhDUO13NWwUQcNTHHg4E4.adaptive-delivery-prevent-bg, #VVTPh7Z6zc6PhDUO13NWwUQcNTHHg4E4.lazyload, #VVTPh7Z6zc6PhDUO13NWwUQcNTHHg4E4.lazyloading { background-image: none; }
#sxTaDUhPAomcRGHszRVf1GFZMJnWKzeX { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/2d51b408-559c-4b13-8183-fa8921fe302e/CapturadeTela20220813as142148.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.75rem;top:0rem;left:37.5rem;display:block; }#sxTaDUhPAomcRGHszRVf1GFZMJnWKzeX.adaptive-delivery-prevent-bg, #sxTaDUhPAomcRGHszRVf1GFZMJnWKzeX.lazyload, #sxTaDUhPAomcRGHszRVf1GFZMJnWKzeX.lazyloading { background-image: none; }
#RKoyToLozT3SxtaWNX1t9HorOOTdm1Dr { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e44a5000-a6f4-4120-9c2b-9f68253fcaa9/CapturadeTela20220813as142142.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:18.75rem;top:0rem;left:56.25rem;display:block; }#RKoyToLozT3SxtaWNX1t9HorOOTdm1Dr.adaptive-delivery-prevent-bg, #RKoyToLozT3SxtaWNX1t9HorOOTdm1Dr.lazyload, #RKoyToLozT3SxtaWNX1t9HorOOTdm1Dr.lazyloading { background-image: none; }
#etxI7pNBW9WFD0nnWD3zqf9XTcJU1qZw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcc01;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; }#etxI7pNBW9WFD0nnWD3zqf9XTcJU1qZw > .row .container { background-color: transparent; background-image: none; }#etxI7pNBW9WFD0nnWD3zqf9XTcJU1qZw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etxI7pNBW9WFD0nnWD3zqf9XTcJU1qZw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etxI7pNBW9WFD0nnWD3zqf9XTcJU1qZw > .row .container > .video-iframe-container { display: none; }#etxI7pNBW9WFD0nnWD3zqf9XTcJU1qZw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#etxI7pNBW9WFD0nnWD3zqf9XTcJU1qZw > .row > .video-iframe-container { display: none; }#etxI7pNBW9WFD0nnWD3zqf9XTcJU1qZw > .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); }#etxI7pNBW9WFD0nnWD3zqf9XTcJU1qZw > .row .container { border-width: 0; border-radius: 0; }#etxI7pNBW9WFD0nnWD3zqf9XTcJU1qZw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#etxI7pNBW9WFD0nnWD3zqf9XTcJU1qZw > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 { position:relative;display:block; }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 { background-color: transparent; background-image: none; }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .row .container > .video-iframe-container { display: none; }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .row > .video-iframe-container { display: none; }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .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); }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 { border-width: 0; border-radius: 0; }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a1f0f;background-image:none;font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#MJm9RCTO4WJA3VMqun5AhygmzxGMiCp5 { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:.9;letter-spacing:0;top:16.890625rem;left:6rem;height:11.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q3GQoPTXsGHoyrVvEuET3fmZ4AQsTKHv { color:#01acef;display:block;width:2.25rem;position:absolute;font-family:"font awesome";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:16.890625rem;left:3.75rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sq1kxTGP49cIk7JuvXsZLs8koR7h2gl0 { color:#ffcc01;display:block;width:52.5625rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1875rem;left:3.75rem;height:8.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HIKArHF58aoElu3kn8HhPizVgfJ4ExQT { color:#01acef;display:block;width:2.25rem;position:absolute;font-family:"font awesome";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:5.765625rem;left:39.375rem;height:21.09375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ioHvp7wqUHTx2NZTixBHRIoC16zM6CKQ { color:#ffffff;display:block;width:25.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:16.890625rem;left:32.4375rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TqTccSRLSP4yPTacGWD6g4tDiPcOCV8G { color:#01acef;display:block;width:2.25rem;position:absolute;font-family:"font awesome";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:16.890625rem;left:30.1875rem;height:9.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PyyzsOK9Q2D07efZwOaJBdURuTa6x2SP { 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:39.3125rem;width:13.5rem;top:0rem;left:61.496721658206rem;overflow:hidden;display:block; }
#a5LhTgqHIy5y3aD1KVxAffQ0yMpiwxML { color:#ffcc01;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:31.587890625rem;left:43rem;height:2.76171875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#APt7eg5T90TeX9nGHV2IElbDvR4BOtBP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:31.0625rem;left:56.3125rem; }
#yZH2mMeIzmqA0qTWEhJg8ixTHg8u1FHT { z-index:15005;top:30.32421875rem;left:3.75rem;background-color:#0fc151;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #39a32b;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#t58PJQ5M4sO6m1lLzRifrDyOvzR9Cfw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZBv0rMxf01y0Kuz6pm68fHw5zfMB2AN2 { 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: 0rem 0rem 2.0625rem #ffbd00 ;height:15.25rem;width:13.5rem;top:0rem;left:61.496721658206rem;overflow:hidden;display:none; }
#xf7dveBBHWd7Zg1kM8a0CLt1Ucu9A2Jm { position:relative;display:none; }#xf7dveBBHWd7Zg1kM8a0CLt1Ucu9A2Jm { border-width: 0; border-radius: 0; }#xf7dveBBHWd7Zg1kM8a0CLt1Ucu9A2Jm > .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; }#xf7dveBBHWd7Zg1kM8a0CLt1Ucu9A2Jm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UMBXgoZOiVrqHJiy11z4D0GIh3UVraWn { 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:6.9375rem;width:3.1875rem;top:0.78125rem;left:1rem;overflow:hidden;display:block; }
#xvqixE54mBR0Li2UhcwQgc2G9y0pwVD0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:3.1875rem;top:0.78125rem;left:4.1875rem;overflow:hidden;display:block; }
#A2eAHvJ3m4vCbIxncdVnCUcRxQwgVJ0p { 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:6.9375rem;width:3.1875rem;top:0.78125rem;left:7.375rem;overflow:hidden;display:block; }
#cuhSUJUcU2xKl8SzFtpFTqIieyIVA1QH { 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:6.9375rem;width:3.1875rem;top:0.8125rem;left:13.75rem;overflow:hidden;display:block; }
#OtAWcrG5zakq2RVOF8FTzQPhK2mGDJpN { 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:6.9375rem;width:3.1875rem;top:0.8125rem;left:16.9375rem;overflow:hidden;display:block; }
#oJF7FufFqucIUAfmXg6uXHSUSfGH1kXh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:3.1875rem;top:0.8125rem;left:10.5625rem;overflow:hidden;display:block; }
#aWt0rsRrNKzfZdZQID6dSb5bFGWbTF4K { 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:6.9375rem;width:3.1875rem;top:0.8125rem;left:23.3125rem;overflow:hidden;display:block; }
#JAQ77dM7G3EAmzisitEo0MEiBSPv0JmQ { 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:6.9375rem;width:3.1875rem;top:0.8125rem;left:26.5rem;overflow:hidden;display:block; }
#XLQTmSq2XX8zanpwaB2Pxblw4OFnSoZ9 { 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:6.9375rem;width:3.1875rem;top:0.8125rem;left:20.125rem;overflow:hidden;display:block; }
#h5rOgR6Pn43BeBGlimgftJ5iBIhF1DNI { 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:6.9375rem;width:3.1875rem;top:0.8125rem;left:52rem;overflow:hidden;display:block; }
#G9ISUCMApWJlJzRMDfIIgqFzWq8VD0Es { position:absolute;display:block;z-index:15015;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:6.9375rem;width:3.1875rem;top:0.8125rem;left:48.8125rem;overflow:hidden;display:block; }
#d47IeKtAEN1eUXTu91nPzpsnnx6Msdl5 { position:absolute;display:block;z-index:15014;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:6.9375rem;width:3.1875rem;top:0.8125rem;left:45.625rem;overflow:hidden;display:block; }
#zD6Z3MzT4pZWSSH4MaAHwFcOlfRiiOEJ { 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:6.9375rem;width:3.1875rem;top:0.8125rem;left:42.4375rem;overflow:hidden;display:block; }
#phab6aAEnTi8PWh4TyhWdewMNDQmqrww { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:3.1875rem;top:0.8125rem;left:39.25rem;overflow:hidden;display:block; }
#HKQL3KSn5lAuwAWQLMEIdsBo0cCAXZrc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:3.1875rem;top:0.75rem;left:36.0625rem;overflow:hidden;display:block; }
#v63XbqTNgIh8QDgi524p5Snpamh2e7mf { 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:6.9375rem;width:3.1875rem;top:0.75rem;left:32.875rem;overflow:hidden;display:block; }
#ZKXkoaIlWVsXtx5GsbrAcfn6IZnAW4uv { 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:6.9375rem;width:3.1875rem;top:0.75rem;left:29.6875rem;overflow:hidden;display:block; }
#RDq0LfVKy6SVoPPDk2O4cEnSSNrGCsWw { position:absolute;display:block;z-index:15017;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:6.9375rem;width:3.1875rem;top:0.78125rem;left:55.1875rem;overflow:hidden;display:block; }
#epMloicZmThQGFT4T4A1i9M0BIxpUpen { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:3.1875rem;top:0.78125rem;left:58.375rem;overflow:hidden;display:block; }
#wXqEMpttB6dNOGRW0XzcpnhqWwbD306u { 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:6.9375rem;width:3.1875rem;top:0.78125rem;left:61.5625rem;overflow:hidden;display:block; }
#vNzzbuNfnvAd7O9J6nIlv490pM865TFb { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:0.78125rem;left:64.75rem;overflow:hidden;display:block; }
#Mxlw9q1ZqErZTxsopvmqLhDumCbysdTS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcc01;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; }#Mxlw9q1ZqErZTxsopvmqLhDumCbysdTS > .row .container { background-color: transparent; background-image: none; }#Mxlw9q1ZqErZTxsopvmqLhDumCbysdTS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mxlw9q1ZqErZTxsopvmqLhDumCbysdTS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mxlw9q1ZqErZTxsopvmqLhDumCbysdTS > .row .container > .video-iframe-container { display: none; }#Mxlw9q1ZqErZTxsopvmqLhDumCbysdTS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mxlw9q1ZqErZTxsopvmqLhDumCbysdTS > .row > .video-iframe-container { display: none; }#Mxlw9q1ZqErZTxsopvmqLhDumCbysdTS > .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); }#Mxlw9q1ZqErZTxsopvmqLhDumCbysdTS > .row .container { border-width: 0; border-radius: 0; }#Mxlw9q1ZqErZTxsopvmqLhDumCbysdTS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mxlw9q1ZqErZTxsopvmqLhDumCbysdTS > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#TyMMUAEy4IWb0zIgNbfCCy6XPzMf3JN6 { color:#4a1f0f;display:block;width:42.9375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3125rem;left:16.03125rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BN8yvBQ8cmEphhJEi4TMATRhC9bSXe9J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcc01;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BN8yvBQ8cmEphhJEi4TMATRhC9bSXe9J > .row .container { border-width: 0; border-radius: 0; }#BN8yvBQ8cmEphhJEi4TMATRhC9bSXe9J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BN8yvBQ8cmEphhJEi4TMATRhC9bSXe9J > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:none; }#ku1ycFiwoiubBwFbKd0myKINJQn3xpq0 { position:absolute;display:block;z-index:15001;height:40rem;width:22.1875rem;top:0.4375rem;left:0rem;display:block; }
#HTgbKOW9VyTc00EfJPXhz6XCa2Tgyg2s { position:absolute;display:block;z-index:15002;height:40rem;width:22.1875rem;top:0.4375rem;left:26.40625rem;display:block; }
#WAiHyRtqMlJrveVmT5itHSIRKEN34bUZ { position:absolute;display:block;z-index:15003;height:40rem;width:22.1875rem;top:0.4375rem;left:52.8125rem;display:block; }
#n0S8KHWreebIAlUHOGWXzZ0hbpcVWI0K { background-color:#ffcc01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#n0S8KHWreebIAlUHOGWXzZ0hbpcVWI0K > .row .container { background-color: transparent; background-image: none; }#n0S8KHWreebIAlUHOGWXzZ0hbpcVWI0K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0S8KHWreebIAlUHOGWXzZ0hbpcVWI0K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0S8KHWreebIAlUHOGWXzZ0hbpcVWI0K > .row .container > .video-iframe-container { display: none; }#n0S8KHWreebIAlUHOGWXzZ0hbpcVWI0K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0S8KHWreebIAlUHOGWXzZ0hbpcVWI0K > .row > .video-iframe-container { display: none; }#n0S8KHWreebIAlUHOGWXzZ0hbpcVWI0K > .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); }#n0S8KHWreebIAlUHOGWXzZ0hbpcVWI0K > .row .container { border-width: 0; border-radius: 0; }#n0S8KHWreebIAlUHOGWXzZ0hbpcVWI0K > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n0S8KHWreebIAlUHOGWXzZ0hbpcVWI0K > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#H1MDdmKdmG3LZlZdFkm7ngWBxT14tsH1 { position:absolute;display:block;z-index:15001;height:19.3125rem;width:75rem;top:0rem;left:0rem;display:block; }
#x1GxNHx4mUSS9boRJsop8WB5bVVC0wNK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffcc01;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; }#x1GxNHx4mUSS9boRJsop8WB5bVVC0wNK > .row .container { background-color: transparent; background-image: none; }#x1GxNHx4mUSS9boRJsop8WB5bVVC0wNK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1GxNHx4mUSS9boRJsop8WB5bVVC0wNK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1GxNHx4mUSS9boRJsop8WB5bVVC0wNK > .row .container > .video-iframe-container { display: none; }#x1GxNHx4mUSS9boRJsop8WB5bVVC0wNK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x1GxNHx4mUSS9boRJsop8WB5bVVC0wNK > .row > .video-iframe-container { display: none; }#x1GxNHx4mUSS9boRJsop8WB5bVVC0wNK > .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); }#x1GxNHx4mUSS9boRJsop8WB5bVVC0wNK > .row .container { border-width: 0; border-radius: 0; }#x1GxNHx4mUSS9boRJsop8WB5bVVC0wNK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x1GxNHx4mUSS9boRJsop8WB5bVVC0wNK > .row .container { font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;position:relative;display:block; }#XM7I4FICv3EqLz3PZWc4FLmc8fMNHL8t { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd20cdac-d780-4a1c-89e0-fd6c4f3555f3/CapturadeTela20220813as154955.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.6875rem;width:35.625rem;top:0rem;left:0rem;display:block; }#XM7I4FICv3EqLz3PZWc4FLmc8fMNHL8t.adaptive-delivery-prevent-bg, #XM7I4FICv3EqLz3PZWc4FLmc8fMNHL8t.lazyload, #XM7I4FICv3EqLz3PZWc4FLmc8fMNHL8t.lazyloading { background-image: none; }
#XM7I4FICv3EqLz3PZWc4FLmc8fMNHL8t::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#XM7I4FICv3EqLz3PZWc4FLmc8fMNHL8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#podcOPh96TT7dB7TQu8nUix6zZFJJMWz { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:3.9375rem;left:1.84375rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DDfOwDhPEwOVeJHDBxwzPG3zoutDpXO0 { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:9.5rem;left:3.78125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rvmglCumkeHvLDWelsM0tmA31ygc9UM7 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e01effb9-ad94-4a99-a3e2-5a52b332da2d/CapturadeTela20220813as143231.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:17.6875rem;width:35.625rem;top:0rem;left:39.375rem;display:block; }#rvmglCumkeHvLDWelsM0tmA31ygc9UM7.adaptive-delivery-prevent-bg, #rvmglCumkeHvLDWelsM0tmA31ygc9UM7.lazyload, #rvmglCumkeHvLDWelsM0tmA31ygc9UM7.lazyloading { background-image: none; }
#rvmglCumkeHvLDWelsM0tmA31ygc9UM7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem; }#rvmglCumkeHvLDWelsM0tmA31ygc9UM7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#anihUHl2Z2wPK3Ql1TsqnHNWFM0qQWVS { color:#ffffff;display:block;width:28.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:9.5rem;left:43.1875rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XBIkAXOUXNtabSkAAxUvTMBt44xUAiOL { color:#ffffff;display:block;width:31.9375rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:3.9375rem;left:41.25rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VQceLye6SKvScvrJnUuDppHb2T4V2EsU { background-color:#ffb805;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VQceLye6SKvScvrJnUuDppHb2T4V2EsU > .row .container { background-color: transparent; background-image: none; }#VQceLye6SKvScvrJnUuDppHb2T4V2EsU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQceLye6SKvScvrJnUuDppHb2T4V2EsU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQceLye6SKvScvrJnUuDppHb2T4V2EsU > .row .container > .video-iframe-container { display: none; }#VQceLye6SKvScvrJnUuDppHb2T4V2EsU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQceLye6SKvScvrJnUuDppHb2T4V2EsU > .row > .video-iframe-container { display: none; }#VQceLye6SKvScvrJnUuDppHb2T4V2EsU > .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); }#VQceLye6SKvScvrJnUuDppHb2T4V2EsU > .row .container { border-width: 0; border-radius: 0; }#VQceLye6SKvScvrJnUuDppHb2T4V2EsU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VQceLye6SKvScvrJnUuDppHb2T4V2EsU > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;overflow:visible;position:relative;display:block; }#qqUMcGkFbkmg4wvC3zZsqrlpOaIqaQOi { 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:11.6875rem;width:17.5625rem;top:25.875rem;left:28.71875rem;overflow:hidden;display:block; }
#Mdw3P0r5mFyCpalNXduPy1ktiEFSeZZ1 { z-index:15005;top:8.8125rem;left:21.1875rem;background-color:#0fc151;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #39a32b;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.6875rem;height:6.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Bxz7pOtAzIztf3g6traKDRIrEF4O1yD3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D33n5kOZGBTP1eLHCz6eR5ZxiVarRJvk { color:#4a1f0f;display:block;width:42.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:16.8125rem;left:16.0625rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTA63uUKgo49lbGDXgly12WEkIw1AJ3z { color:#4a1f0f;display:block;width:42.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.4375rem;left:16.03125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #Ts2mBVFTnRb5qZJ9m6JdRec7NA0yLiy5 > .row .container { background-color: transparent; background-image: none; }#Ts2mBVFTnRb5qZJ9m6JdRec7NA0yLiy5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts2mBVFTnRb5qZJ9m6JdRec7NA0yLiy5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts2mBVFTnRb5qZJ9m6JdRec7NA0yLiy5 > .row .container > .video-iframe-container { display: none; }#Ts2mBVFTnRb5qZJ9m6JdRec7NA0yLiy5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts2mBVFTnRb5qZJ9m6JdRec7NA0yLiy5 > .row > .video-iframe-container { display: none; }#Ts2mBVFTnRb5qZJ9m6JdRec7NA0yLiy5 > .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); }#Ts2mBVFTnRb5qZJ9m6JdRec7NA0yLiy5 > .row .container { border-width: 0; border-radius: 0; }#Ts2mBVFTnRb5qZJ9m6JdRec7NA0yLiy5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ts2mBVFTnRb5qZJ9m6JdRec7NA0yLiy5 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#LD4eJxs0hG96XygVqCtuTJ2SPn130qSg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#LD4eJxs0hG96XygVqCtuTJ2SPn130qSg > .row .container { background-color: transparent; background-image: none; }#LD4eJxs0hG96XygVqCtuTJ2SPn130qSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD4eJxs0hG96XygVqCtuTJ2SPn130qSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD4eJxs0hG96XygVqCtuTJ2SPn130qSg > .row .container > .video-iframe-container { display: none; }#LD4eJxs0hG96XygVqCtuTJ2SPn130qSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LD4eJxs0hG96XygVqCtuTJ2SPn130qSg > .row > .video-iframe-container { display: none; }#LD4eJxs0hG96XygVqCtuTJ2SPn130qSg > .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); }#LD4eJxs0hG96XygVqCtuTJ2SPn130qSg > .row .container { border-width: 0; border-radius: 0; }#LD4eJxs0hG96XygVqCtuTJ2SPn130qSg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LD4eJxs0hG96XygVqCtuTJ2SPn130qSg > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#BI0DPP3gUnMQIOue6BVp3FciyNwxh0bW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0008c;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; }#BI0DPP3gUnMQIOue6BVp3FciyNwxh0bW > .row .container { background-color: transparent; background-image: none; }#BI0DPP3gUnMQIOue6BVp3FciyNwxh0bW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BI0DPP3gUnMQIOue6BVp3FciyNwxh0bW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BI0DPP3gUnMQIOue6BVp3FciyNwxh0bW > .row .container > .video-iframe-container { display: none; }#BI0DPP3gUnMQIOue6BVp3FciyNwxh0bW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BI0DPP3gUnMQIOue6BVp3FciyNwxh0bW > .row > .video-iframe-container { display: none; }#BI0DPP3gUnMQIOue6BVp3FciyNwxh0bW > .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); }#BI0DPP3gUnMQIOue6BVp3FciyNwxh0bW > .row .container { border-width: 0; border-radius: 0; }#BI0DPP3gUnMQIOue6BVp3FciyNwxh0bW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BI0DPP3gUnMQIOue6BVp3FciyNwxh0bW > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#VR8eD3tdTqfFBV4C2niPq4bk72gB7cmR { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.8125rem;left:71.25rem;display:block; }
#zhVO3hazUJ0b0fMR4ywPw6aEyGc145wJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ldto3TKSwVTcFHScTQN8n7G13ImXySvU { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.8125rem;left:71.25rem;display:block; }
#g6XEJciWKOXFDWStT834ku8Q406w9Ppo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wGQHUBAcmL987cWIViExnCH6OBqGfTUP { color:rgba(255,255,255,0.63);display:block;width:35rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VIJ2woyK8HDEd7bTWk8qLwDqsJPKkuz1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:4.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.625rem;left:66.75rem;display:block; }
#tkS7uydv6XEwBgg6l5N3cVOPfDnrlZMo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#InI2zq4eDySJbKROUlvRCrSBFF1zOqvE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.84375rem;left:66.75rem;display:block; }
#qTdDxexkyVlDZfaTmxF5I195Slm3JiU7 { 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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQHQmmfT8wPPUa9erQ0mkTUooDW6BUvI { width:18.3125rem;height:12.25rem;top:0.875rem;left:14.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdg33ZLkvu5LVz2SlP8evgWMWUF74UZJ { width:47.75rem;height:12.375rem;top:15.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFdeUyA0KHofz2XMh5Bt7Hyi5mnWU1B6 { width:47.75rem;height:1.75rem;top:28.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUsClGVshNu0lqitRlsyak8ZL304xrAB { width:2.0625rem;height:2.0625rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w66ZRdyWd4BWH36ixsaZr1dDkl28ZTE6 { width:2.0625rem;height:2.0625rem;top:28.5rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRd9hTQtDg7oZ8GKpt8oKNdCEv8uSF8x { width:2.0625rem;height:2.0625rem;top:28.5rem;left:40.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFxVPkyJQ9nq7byGTWiFDASH6tv5NrGL { width:47.75rem;height:2.625rem;top:32.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmWGDSPV44w1HSLZlLl8TIn1CAp2o58k { top:37rem;left:13.90625rem;width:19.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkL57SEQAfS9l9HXP86JxDRzVqMXHtyD { display:block; }
 }@media only screen and (max-width: 763px) { #GCExG7Cx0Q2BDv29aCe8HRtzZLFBZ55I { width:12.0625rem;height:1rem;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul2leriwb8NFo1N8Z8hwLD5zwU1ZL7V7 { width:18.875rem;height:5.6875rem;top:19.9375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqTHZfUXT2lAsp1zXatMiZqyNS9NWkT9 { width:6.5625rem;height:6.5625rem;top:34.9375rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwgvPqDi98LS2rmJwQvtfp0I8OeASIu { top:0.625rem;left:39.0625rem;width:8.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI5B6QK1XLB14xLhDwTKI2Iuk4IPrwLH { display:block; }
 }@media only screen and (max-width: 763px) { #gaLKM6EJQrxF8rhanvSQxO86mF4gKqQ2 { display:block; }#gaLKM6EJQrxF8rhanvSQxO86mF4gKqQ2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqMUsz36c4eouWpPiUAGLtTcR7W4vlFG { width:6.25rem;height:6.25rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEiJqcd6Jcs2k9dPy08u6epCN9pnPBBm { width:6.25rem;height:6.25rem;top:3.5625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLylh6qVPvvcRcbcOyXkJOVH0nmvleQq { width:6.25rem;height:1.25rem;top:10.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE7dlil13rfVvEbsToi5XAqJHc14zz0h { width:6.25rem;height:1.25rem;top:10.6875rem;left:5.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXDCKaXvgeDNxCWRefRw0V177HBQGJgT { width:6.25rem;height:6.25rem;top:3.5625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJVLwcWgrfIorCu4NMv2kTTftdE8BZGb { width:6.25rem;height:1.25rem;top:10.6875rem;left:17.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd69TkoG1ueFaOG4101UsQLkpVTsq1rE { width:6.25rem;height:6.25rem;top:3.5625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MshoBdZlDcJJIWgDVJt1PiUuJKns2fk3 { width:6.25rem;height:1.25rem;top:10.6875rem;left:11.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWNhcaZthN4v3QNU55qpJaIW2S6DlC8Q { width:6.25rem;height:6.25rem;top:3.5625rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZsHrLP1ZgbKtCEsIwSTArrodxTtLKqr { width:6.25rem;height:1.25rem;top:10.6875rem;left:29.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8hgXuu4WIwVnptCFX4WTv7gQrN9hKqE { width:6.25rem;height:6.25rem;top:3.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMzq3kXiGkOa6tQmNfxFt5h0witM9TxN { width:6.25rem;height:1.25rem;top:10.6875rem;left:23.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3TlRtBOvobU1Rr5RL3KqX8acrJsEirV { width:6.25rem;height:1.25rem;top:10.6875rem;left:41.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9rgN5NcPG3KnRRVes6DduOlyQashZfT { width:6.25rem;height:6.25rem;top:3.5625rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl9vOPQgcBl3kUHAbw4a90m1ZNaW1XNM { width:6.25rem;height:6.25rem;top:3.5625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toWcHcTOTcy92ClVcMTsbFoAwtROUm9Z { width:6.25rem;height:1.25rem;top:10.6875rem;left:35.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifQcFegSahqAI5dTbJJcL6tCgrfAq5os { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSz0sPmQM4smM3wuQbRgJl61JwSwSXTc { display:block; }
 }@media only screen and (max-width: 763px) { #RLkdfGzmw5gHDqgNET99Th3QO3cuTfQv { top:3.125rem;left:31.75rem;width:16rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6NTxSC83wWdWPn2IMkTI0g1XOUIdXRS { display:block; }
 }@media only screen and (max-width: 763px) { #GXq8Jw0UnoFaiT8vGBZVx3cxCDtoi5ee { display:block; }#GXq8Jw0UnoFaiT8vGBZVx3cxCDtoi5ee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgrgq5C5eNbb6O4drEEKK6bF2rnVIUZn { width:18.75rem;height:17.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me6ZcT3Ogi3fFrVRNtFwgJ29UkmbuoXP { width:18.75rem;height:17.5rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBsc9zPGvMSNLeBuAPy0fQf1dom7XUds { width:18.75rem;height:17.5rem;top:0rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkMQ2JMmOBlRfS8xdDVIsd0pf3bCdRhm { width:18.75rem;height:17.5rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToS1V7wdzoTo9KvGAEtb2DMI5cyMMvg { display:block; }#TToS1V7wdzoTo9KvGAEtb2DMI5cyMMvg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTlm1BhH170xS6INkqkLU6WqdJ5adLtx { width:18.75rem;height:17.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVmOViTxKoJTT99p2T9CD3XEtODro10M { width:18.75rem;height:17.5rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLn8G9y5FLAt8rblNSnd7AOznAEzgrRd { width:18.75rem;height:17.5rem;top:0rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #THlNVAHtweXe1KxKJXzmosN5K1i4eqee { width:18.75rem;height:17.5rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUraAzNXQa89C7bziWzkIDNXW1FLRGeL { display:block; }#bUraAzNXQa89C7bziWzkIDNXW1FLRGeL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9TgVRTKLMQtSHWa54N6bFawRNs3F9OC { width:33.4375rem;height:22.5rem;top:5.75rem;left:14.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9GdqpdJ3GRcPNVmvwWJFFPaHw019d1E { width:2.25rem;height:21.0625rem;top:5.75rem;left:25.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvFKxxO384hnLzPNxRp46GIEDICzOQnC { width:33.4375rem;height:14.625rem;top:5.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trc3zOS8gN2hFUCbZz60nXAUHcCL3liE { width:2.25rem;height:25.9375rem;top:11.75rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQITKpOlTzlKwDJfXXPvVf4rANF40MO5 { display:block; }#AQITKpOlTzlKwDJfXXPvVf4rANF40MO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkVVel2ezTGCOrxDpwPTKppUFdWILOg2 { width:18.75rem;height:17.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2GeWSLtVols1NiOcxgLd4HrUT7hOn61 { width:18.75rem;height:17.5rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrAtltBPFTPhXm5DH7VWtWz6WLqf0qCk { width:18.75rem;height:17.5rem;top:0rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHp52TahmpJPUEDgQHfeD6zeLBqgGRTn { width:18.75rem;height:17.5rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHnZgyO76iFZJ1segyLPkUcJEC5mt50K { display:block; }#wHnZgyO76iFZJ1segyLPkUcJEC5mt50K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGiTASTFVASGtT41tKNQnhX1zCS3P0kC { width:42.9375rem;height:17.6875rem;top:7.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxvBqr3WUxGU1NNETpnnbEU3tf3i4o9U { width:3.0625rem;height:17.6875rem;top:7.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrk7lZz2ZBwKH7NTfClT7nbuwMBx1mKJ { width:25.875rem;height:20.625rem;top:6.5rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk6ibXxNhZ6ioii9BvoSLPP8uDLZcQKk { width:20.4375rem;height:10.125rem;top:9.1875rem;left:27.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oafMtxEKuJ3hiZSqfa07NvOtJHna08Q4 { top:21.3125rem;left:33.375rem;width:14.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeWBJxTMdyz7IaHT6NP76RRroiNdRJGc { display:block; }
 }@media only screen and (max-width: 763px) { #FSrPlntGZ4F9JcCMxTIIoxfP3IaBtQda { width:0.8125rem;height:0.8125rem;top:20.875rem;left:46.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1hpMUkt883I51mzmoTW8BkGd3cBUfy5 { width:3.0625rem;height:15.125rem;top:3.25rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hE1463gNb0nTrrUlDZRuvOODnyJdtRTc { display:block; }#hE1463gNb0nTrrUlDZRuvOODnyJdtRTc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxXyVO57eTamlFSNO40Zdi5sZ4oDDtED { width:18.75rem;height:17.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVTPh7Z6zc6PhDUO13NWwUQcNTHHg4E4 { width:18.75rem;height:17.5rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxTaDUhPAomcRGHszRVf1GFZMJnWKzeX { width:18.75rem;height:17.5rem;top:0rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKoyToLozT3SxtaWNX1t9HorOOTdm1Dr { width:18.75rem;height:17.5rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #etxI7pNBW9WFD0nnWD3zqf9XTcJU1qZw { display:block; }#etxI7pNBW9WFD0nnWD3zqf9XTcJU1qZw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvinB4M7xiic8kEVDyp39GHDaN1SfX76 { display:block; }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJm9RCTO4WJA3VMqun5AhygmzxGMiCp5 { width:22.0625rem;height:11.25rem;top:16.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3GQoPTXsGHoyrVvEuET3fmZ4AQsTKHv { width:2.25rem;height:9.8125rem;top:16.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq1kxTGP49cIk7JuvXsZLs8koR7h2gl0 { width:47.75rem;height:8.9375rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIKArHF58aoElu3kn8HhPizVgfJ4ExQT { width:2.25rem;height:18rem;top:11.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ioHvp7wqUHTx2NZTixBHRIoC16zM6CKQ { width:25.375rem;height:9.8125rem;top:16.875rem;left:18.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTccSRLSP4yPTacGWD6g4tDiPcOCV8G { width:2.25rem;height:9.8125rem;top:16.875rem;left:16.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyyzsOK9Q2D07efZwOaJBdURuTa6x2SP { width:13.5rem;height:39.3125rem;top:0rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5LhTgqHIy5y3aD1KVxAffQ0yMpiwxML { width:12.625rem;height:2.75rem;top:31.5625rem;left:29.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APt7eg5T90TeX9nGHV2IElbDvR4BOtBP { width:3.8125rem;height:3.8125rem;top:31.0625rem;left:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZH2mMeIzmqA0qTWEhJg8ixTHg8u1FHT { top:30.3125rem;left:0rem;width:22rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t58PJQ5M4sO6m1lLzRifrDyOvzR9Cfw7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZBv0rMxf01y0Kuz6pm68fHw5zfMB2AN2 { width:13.5rem;height:15.25rem;top:0rem;left:34.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xf7dveBBHWd7Zg1kM8a0CLt1Ucu9A2Jm { display:block; }#xf7dveBBHWd7Zg1kM8a0CLt1Ucu9A2Jm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UMBXgoZOiVrqHJiy11z4D0GIh3UVraWn { width:3.1875rem;height:6.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvqixE54mBR0Li2UhcwQgc2G9y0pwVD0 { width:3.1875rem;height:6.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2eAHvJ3m4vCbIxncdVnCUcRxQwgVJ0p { width:3.1875rem;height:6.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuhSUJUcU2xKl8SzFtpFTqIieyIVA1QH { width:3.1875rem;height:6.9375rem;top:0.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtAWcrG5zakq2RVOF8FTzQPhK2mGDJpN { width:3.1875rem;height:6.9375rem;top:0.8125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJF7FufFqucIUAfmXg6uXHSUSfGH1kXh { width:3.1875rem;height:6.9375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWt0rsRrNKzfZdZQID6dSb5bFGWbTF4K { width:3.1875rem;height:6.9375rem;top:0.8125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAQ77dM7G3EAmzisitEo0MEiBSPv0JmQ { width:3.1875rem;height:6.9375rem;top:0.8125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLQTmSq2XX8zanpwaB2Pxblw4OFnSoZ9 { width:3.1875rem;height:6.9375rem;top:0.8125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5rOgR6Pn43BeBGlimgftJ5iBIhF1DNI { width:3.1875rem;height:6.9375rem;top:0.8125rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9ISUCMApWJlJzRMDfIIgqFzWq8VD0Es { width:3.1875rem;height:6.9375rem;top:0.8125rem;left:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d47IeKtAEN1eUXTu91nPzpsnnx6Msdl5 { width:3.1875rem;height:6.9375rem;top:0.8125rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD6Z3MzT4pZWSSH4MaAHwFcOlfRiiOEJ { width:3.1875rem;height:6.9375rem;top:0.8125rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phab6aAEnTi8PWh4TyhWdewMNDQmqrww { width:3.1875rem;height:6.9375rem;top:0.8125rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKQL3KSn5lAuwAWQLMEIdsBo0cCAXZrc { width:3.1875rem;height:6.9375rem;top:0.75rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v63XbqTNgIh8QDgi524p5Snpamh2e7mf { width:3.1875rem;height:6.9375rem;top:0.75rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKXkoaIlWVsXtx5GsbrAcfn6IZnAW4uv { width:3.1875rem;height:6.9375rem;top:0.75rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDq0LfVKy6SVoPPDk2O4cEnSSNrGCsWw { width:3.1875rem;height:6.9375rem;top:0.75rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epMloicZmThQGFT4T4A1i9M0BIxpUpen { width:3.1875rem;height:6.9375rem;top:0.75rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXqEMpttB6dNOGRW0XzcpnhqWwbD306u { width:3.1875rem;height:6.9375rem;top:0.75rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNzzbuNfnvAd7O9J6nIlv490pM865TFb { width:3.1875rem;height:3.1875rem;top:0.75rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxlw9q1ZqErZTxsopvmqLhDumCbysdTS { display:block; }#Mxlw9q1ZqErZTxsopvmqLhDumCbysdTS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyMMUAEy4IWb0zIgNbfCCy6XPzMf3JN6 { width:42.9375rem;height:4.875rem;top:9.3125rem;left:2.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN8yvBQ8cmEphhJEi4TMATRhC9bSXe9J { display:block; }#BN8yvBQ8cmEphhJEi4TMATRhC9bSXe9J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ku1ycFiwoiubBwFbKd0myKINJQn3xpq0 { width:22.1875rem;height:40rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTgbKOW9VyTc00EfJPXhz6XCa2Tgyg2s { width:22.1875rem;height:40rem;top:0.4375rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAiHyRtqMlJrveVmT5itHSIRKEN34bUZ { width:22.1875rem;height:40rem;top:0.4375rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0S8KHWreebIAlUHOGWXzZ0hbpcVWI0K { display:block; }#n0S8KHWreebIAlUHOGWXzZ0hbpcVWI0K > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1MDdmKdmG3LZlZdFkm7ngWBxT14tsH1 { width:47.75rem;height:19.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1GxNHx4mUSS9boRJsop8WB5bVVC0wNK { display:block; }#x1GxNHx4mUSS9boRJsop8WB5bVVC0wNK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XM7I4FICv3EqLz3PZWc4FLmc8fMNHL8t { width:35.625rem;height:17.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #podcOPh96TT7dB7TQu8nUix6zZFJJMWz { width:31.9375rem;height:5.0625rem;top:3.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDfOwDhPEwOVeJHDBxwzPG3zoutDpXO0 { width:28.0625rem;height:3.375rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvmglCumkeHvLDWelsM0tmA31ygc9UM7 { width:35.625rem;height:17.6875rem;top:0rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anihUHl2Z2wPK3Ql1TsqnHNWFM0qQWVS { width:28.0625rem;height:3.375rem;top:9.5rem;left:19.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBIkAXOUXNtabSkAAxUvTMBt44xUAiOL { width:31.9375rem;height:5.0625rem;top:3.9375rem;left:15.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQceLye6SKvScvrJnUuDppHb2T4V2EsU { display:block; }#VQceLye6SKvScvrJnUuDppHb2T4V2EsU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqUMcGkFbkmg4wvC3zZsqrlpOaIqaQOi { width:17.5625rem;height:11.6875rem;top:25.875rem;left:15.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdw3P0r5mFyCpalNXduPy1ktiEFSeZZ1 { top:8.8125rem;left:7.5625rem;width:32.6875rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxz7pOtAzIztf3g6traKDRIrEF4O1yD3 { display:block; }
 }@media only screen and (max-width: 763px) { #D33n5kOZGBTP1eLHCz6eR5ZxiVarRJvk { width:42.9375rem;height:5.625rem;top:16.8125rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTA63uUKgo49lbGDXgly12WEkIw1AJ3z { width:42.9375rem;height:2rem;top:5.4375rem;left:2.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #Ts2mBVFTnRb5qZJ9m6JdRec7NA0yLiy5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LD4eJxs0hG96XygVqCtuTJ2SPn130qSg { display:block; }#LD4eJxs0hG96XygVqCtuTJ2SPn130qSg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BI0DPP3gUnMQIOue6BVp3FciyNwxh0bW { display:block; }#BI0DPP3gUnMQIOue6BVp3FciyNwxh0bW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VR8eD3tdTqfFBV4C2niPq4bk72gB7cmR { width:3.75rem;height:3.75rem;top:0.8125rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhVO3hazUJ0b0fMR4ywPw6aEyGc145wJ { display:block; }
 }@media only screen and (max-width: 763px) { #Ldto3TKSwVTcFHScTQN8n7G13ImXySvU { width:3.75rem;height:3.75rem;top:0.8125rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6XEJciWKOXFDWStT834ku8Q406w9Ppo { display:block; }
 }@media only screen and (max-width: 763px) { #wGQHUBAcmL987cWIViExnCH6OBqGfTUP { width:35rem;height:1.625rem;top:1.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIJ2woyK8HDEd7bTWk8qLwDqsJPKkuz1 { width:3.75rem;height:4.1875rem;top:0.625rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkS7uydv6XEwBgg6l5N3cVOPfDnrlZMo { display:block; }
 }@media only screen and (max-width: 763px) { #InI2zq4eDySJbKROUlvRCrSBFF1zOqvE { width:3.75rem;height:3.75rem;top:0.8125rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTdDxexkyVlDZfaTmxF5I195Slm3JiU7 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQHQmmfT8wPPUa9erQ0mkTUooDW6BUvI { width:14.375rem;height:9.5rem;top:1.849609375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qdg33ZLkvu5LVz2SlP8evgWMWUF74UZJ { width:20rem;height:7.1484375rem;top:11.94921875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFdeUyA0KHofz2XMh5Bt7Hyi5mnWU1B6 { width:20rem;height:0;top:30.3584125rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JUsClGVshNu0lqitRlsyak8ZL304xrAB { width:1.25rem;height:1.25rem;top:20.1708984375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w66ZRdyWd4BWH36ixsaZr1dDkl28ZTE6 { width:1.25rem;height:1.25rem;top:22.1083984375rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRd9hTQtDg7oZ8GKpt8oKNdCEv8uSF8x { width:1.25rem;height:1.25rem;top:24.0458984375rem;left:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFxVPkyJQ9nq7byGTWiFDASH6tv5NrGL { width:17.0625rem;height:3.5996125rem;top:32.25rem;left:1.46875rem;font-size:1.5rem;color:#0099d5;display:block; }
 }@media only screen and (max-width: 763px) { #ZmWGDSPV44w1HSLZlLl8TIn1CAp2o58k { top:27.375rem;left:1.75rem;width:16.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkL57SEQAfS9l9HXP86JxDRzVqMXHtyD { display:block; }
 }@media only screen and (max-width: 763px) { #GCExG7Cx0Q2BDv29aCe8HRtzZLFBZ55I { width:12.0625rem;height:0;top:1.25rem;left:3.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ul2leriwb8NFo1N8Z8hwLD5zwU1ZL7V7 { width:18.875rem;height:5.6982375rem;top:19.9833984375rem;left:1.0625rem;font-size:1.1875rem;z-index:15000;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #HqTHZfUXT2lAsp1zXatMiZqyNS9NWkT9 { width:6.5625rem;height:6.5625rem;top:37.0996125rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SGwgvPqDi98LS2rmJwQvtfp0I8OeASIu { top:1.099609375rem;left:14.2734375rem;width:5.625rem;height:1.4375rem;font-size:0.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #oI5B6QK1XLB14xLhDwTKI2Iuk4IPrwLH { display:block; }
 }@media only screen and (max-width: 763px) { #gaLKM6EJQrxF8rhanvSQxO86mF4gKqQ2 { display:block; }#gaLKM6EJQrxF8rhanvSQxO86mF4gKqQ2 > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqMUsz36c4eouWpPiUAGLtTcR7W4vlFG { width:3.75rem;height:3.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEiJqcd6Jcs2k9dPy08u6epCN9pnPBBm { width:3.75rem;height:3.75rem;top:0rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLylh6qVPvvcRcbcOyXkJOVH0nmvleQq { width:3.75rem;height:1.0556625rem;top:4.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE7dlil13rfVvEbsToi5XAqJHc14zz0h { width:3.75rem;height:0.9746125rem;top:4.6640625rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXDCKaXvgeDNxCWRefRw0V177HBQGJgT { width:3.75rem;height:3.75rem;top:0rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJVLwcWgrfIorCu4NMv2kTTftdE8BZGb { width:3.75rem;height:0.9746125rem;top:4.6640625rem;left:16.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd69TkoG1ueFaOG4101UsQLkpVTsq1rE { width:3.75rem;height:3.75rem;top:0rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MshoBdZlDcJJIWgDVJt1PiUuJKns2fk3 { width:3.75rem;height:0.9746125rem;top:4.6640625rem;left:10.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWNhcaZthN4v3QNU55qpJaIW2S6DlC8Q { width:3.75rem;height:3.75rem;top:7.75rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZsHrLP1ZgbKtCEsIwSTArrodxTtLKqr { width:4.25rem;height:1.94921875rem;top:12.375rem;left:5.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8hgXuu4WIwVnptCFX4WTv7gQrN9hKqE { width:3.75rem;height:3.75rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMzq3kXiGkOa6tQmNfxFt5h0witM9TxN { width:3.75rem;height:0.9746125rem;top:12.375rem;left:0.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3TlRtBOvobU1Rr5RL3KqX8acrJsEirV { width:3.75rem;height:0.9746125rem;top:12.375rem;left:16.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9rgN5NcPG3KnRRVes6DduOlyQashZfT { width:3.75rem;height:3.75rem;top:7.75rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl9vOPQgcBl3kUHAbw4a90m1ZNaW1XNM { width:3.75rem;height:3.75rem;top:7.75rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #toWcHcTOTcy92ClVcMTsbFoAwtROUm9Z { width:3.75rem;height:0.9746125rem;top:12.375rem;left:10.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifQcFegSahqAI5dTbJJcL6tCgrfAq5os { top:0rem;left:0rem;width:20rem;height:13.9375rem;z-index:15018;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mSz0sPmQM4smM3wuQbRgJl61JwSwSXTc { display:block; }
 }@media only screen and (max-width: 763px) { #RLkdfGzmw5gHDqgNET99Th3QO3cuTfQv { top:7.75rem;left:10.625rem;width:9.375rem;height:6rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6NTxSC83wWdWPn2IMkTI0g1XOUIdXRS { display:block; }
 }@media only screen and (max-width: 763px) { #GXq8Jw0UnoFaiT8vGBZVx3cxCDtoi5ee { display:block; }#GXq8Jw0UnoFaiT8vGBZVx3cxCDtoi5ee > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xgrgq5C5eNbb6O4drEEKK6bF2rnVIUZn { width:10rem;height:9.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me6ZcT3Ogi3fFrVRNtFwgJ29UkmbuoXP { width:10rem;height:9.3125rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBsc9zPGvMSNLeBuAPy0fQf1dom7XUds { width:10rem;height:9.3125rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkMQ2JMmOBlRfS8xdDVIsd0pf3bCdRhm { width:10rem;height:9.3125rem;top:9.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToS1V7wdzoTo9KvGAEtb2DMI5cyMMvg { display:block; }#TToS1V7wdzoTo9KvGAEtb2DMI5cyMMvg > .row .container { width:20rem;height:18.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tTlm1BhH170xS6INkqkLU6WqdJ5adLtx { width:10rem;height:9.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVmOViTxKoJTT99p2T9CD3XEtODro10M { width:10rem;height:9.3125rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLn8G9y5FLAt8rblNSnd7AOznAEzgrRd { width:10rem;height:9.3125rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THlNVAHtweXe1KxKJXzmosN5K1i4eqee { width:10rem;height:9.3125rem;top:9.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUraAzNXQa89C7bziWzkIDNXW1FLRGeL { display:block; }#bUraAzNXQa89C7bziWzkIDNXW1FLRGeL > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9TgVRTKLMQtSHWa54N6bFawRNs3F9OC { width:14.9375rem;height:28.45804375rem;top:11.75rem;left:2.25rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #M9GdqpdJ3GRcPNVmvwWJFFPaHw019d1E { width:2.25rem;height:0;top:11.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvFKxxO384hnLzPNxRp46GIEDICzOQnC { width:20rem;height:8.125rem;top:3.625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Trc3zOS8gN2hFUCbZz60nXAUHcCL3liE { width:2.25rem;height:25.98343125rem;top:11.75rem;left:0rem;font-size:1.125rem;z-index:15006;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AQITKpOlTzlKwDJfXXPvVf4rANF40MO5 { display:block; }#AQITKpOlTzlKwDJfXXPvVf4rANF40MO5 > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkVVel2ezTGCOrxDpwPTKppUFdWILOg2 { width:10rem;height:9.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2GeWSLtVols1NiOcxgLd4HrUT7hOn61 { width:10rem;height:9.3125rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrAtltBPFTPhXm5DH7VWtWz6WLqf0qCk { width:10rem;height:9.3125rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHp52TahmpJPUEDgQHfeD6zeLBqgGRTn { width:10rem;height:9.3125rem;top:9.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHnZgyO76iFZJ1segyLPkUcJEC5mt50K { display:block; }#wHnZgyO76iFZJ1segyLPkUcJEC5mt50K > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IGiTASTFVASGtT41tKNQnhX1zCS3P0kC { width:15.375rem;height:16.5rem;top:2.9736328125rem;left:3.75rem;font-size:1.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IxvBqr3WUxGU1NNETpnnbEU3tf3i4o9U { width:3.0625rem;height:0;top:3.4375rem;left:0rem;font-size:1.25rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #Hrk7lZz2ZBwKH7NTfClT7nbuwMBx1mKJ { width:20rem;height:17rem;top:21.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk6ibXxNhZ6ioii9BvoSLPP8uDLZcQKk { width:16.6875rem;height:8.4375rem;top:23.8125rem;left:1.65625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oafMtxEKuJ3hiZSqfa07NvOtJHna08Q4 { top:33.6875rem;left:2.8125rem;width:14.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeWBJxTMdyz7IaHT6NP76RRroiNdRJGc { display:block; }
 }@media only screen and (max-width: 763px) { #FSrPlntGZ4F9JcCMxTIIoxfP3IaBtQda { width:0.8125rem;height:0.8125rem;top:33.25rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1hpMUkt883I51mzmoTW8BkGd3cBUfy5 { width:3.0625rem;height:15.125rem;top:2.9736328125rem;left:1.875rem;font-size:1.25rem;line-height:1.1;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #hE1463gNb0nTrrUlDZRuvOODnyJdtRTc { display:block; }#hE1463gNb0nTrrUlDZRuvOODnyJdtRTc > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxXyVO57eTamlFSNO40Zdi5sZ4oDDtED { width:10rem;height:9.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVTPh7Z6zc6PhDUO13NWwUQcNTHHg4E4 { width:10rem;height:9.3125rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxTaDUhPAomcRGHszRVf1GFZMJnWKzeX { width:10rem;height:9.3125rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKoyToLozT3SxtaWNX1t9HorOOTdm1Dr { width:10rem;height:9.3125rem;top:9.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #etxI7pNBW9WFD0nnWD3zqf9XTcJU1qZw { display:block; }#etxI7pNBW9WFD0nnWD3zqf9XTcJU1qZw > .row .container { width:20rem;height:1.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvinB4M7xiic8kEVDyp39GHDaN1SfX76 { background-color:#284ba4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .row .container { background-color: transparent; background-image: none; }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .row .container > .video-iframe-container { display: none; }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .row > .video-iframe-container { display: none; }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .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); }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .row .container { border-width: 0; border-radius: 0; }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WvinB4M7xiic8kEVDyp39GHDaN1SfX76 > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJm9RCTO4WJA3VMqun5AhygmzxGMiCp5 { width:14.9375rem;height:9rem;top:11.75rem;left:1.96875rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Q3GQoPTXsGHoyrVvEuET3fmZ4AQsTKHv { width:2.25rem;height:0;top:11.75rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sq1kxTGP49cIk7JuvXsZLs8koR7h2gl0 { width:20rem;height:7.7988125rem;top:2.9375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HIKArHF58aoElu3kn8HhPizVgfJ4ExQT { width:2.25rem;height:18rem;top:11.125rem;left:0rem;font-size:1.125rem;z-index:15006;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #ioHvp7wqUHTx2NZTixBHRIoC16zM6CKQ { width:17.4375rem;height:7.875rem;top:20.75rem;left:2rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TqTccSRLSP4yPTacGWD6g4tDiPcOCV8G { width:2.25rem;height:auto;top:16.875rem;left:8.875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PyyzsOK9Q2D07efZwOaJBdURuTa6x2SP { width:12.6875rem;height:36.1875rem;top:35.5810546875rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5LhTgqHIy5y3aD1KVxAffQ0yMpiwxML { width:7.875rem;height:4.142575rem;top:43.8125rem;left:0.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #APt7eg5T90TeX9nGHV2IElbDvR4BOtBP { width:5.5625rem;height:5.5625rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZH2mMeIzmqA0qTWEhJg8ixTHg8u1FHT { top:30.3125rem;left:0rem;width:19rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t58PJQ5M4sO6m1lLzRifrDyOvzR9Cfw7 { display:block; }
 }@media only screen and (max-width: 763px) { #ZBv0rMxf01y0Kuz6pm68fHw5zfMB2AN2 { width:10.5rem;height:11.875rem;top:37.5rem;left:8.875rem;z-index:15008;overflow:hidden;box-shadow: 0rem 0rem 2.0625rem #ffbd00 ;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.875rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xf7dveBBHWd7Zg1kM8a0CLt1Ucu9A2Jm { display:none; }#xf7dveBBHWd7Zg1kM8a0CLt1Ucu9A2Jm > .row .container { width:20rem;height:169.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UMBXgoZOiVrqHJiy11z4D0GIh3UVraWn { width:3.1875rem;height:6.9375rem;top:1.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvqixE54mBR0Li2UhcwQgc2G9y0pwVD0 { width:3.1875rem;height:6.9375rem;top:9.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2eAHvJ3m4vCbIxncdVnCUcRxQwgVJ0p { width:3.1875rem;height:6.9375rem;top:17.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuhSUJUcU2xKl8SzFtpFTqIieyIVA1QH { width:3.1875rem;height:6.9375rem;top:34rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtAWcrG5zakq2RVOF8FTzQPhK2mGDJpN { width:3.1875rem;height:6.9375rem;top:42.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJF7FufFqucIUAfmXg6uXHSUSfGH1kXh { width:3.1875rem;height:6.9375rem;top:25.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWt0rsRrNKzfZdZQID6dSb5bFGWbTF4K { width:3.1875rem;height:6.9375rem;top:58.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAQ77dM7G3EAmzisitEo0MEiBSPv0JmQ { width:3.1875rem;height:6.9375rem;top:66.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLQTmSq2XX8zanpwaB2Pxblw4OFnSoZ9 { width:3.1875rem;height:6.9375rem;top:50.375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5rOgR6Pn43BeBGlimgftJ5iBIhF1DNI { width:3.1875rem;height:6.9375rem;top:132.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9ISUCMApWJlJzRMDfIIgqFzWq8VD0Es { width:3.1875rem;height:6.9375rem;top:124.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d47IeKtAEN1eUXTu91nPzpsnnx6Msdl5 { width:3.1875rem;height:6.9375rem;top:115.875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD6Z3MzT4pZWSSH4MaAHwFcOlfRiiOEJ { width:3.1875rem;height:6.9375rem;top:107.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phab6aAEnTi8PWh4TyhWdewMNDQmqrww { width:3.1875rem;height:6.9375rem;top:99.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKQL3KSn5lAuwAWQLMEIdsBo0cCAXZrc { width:3.1875rem;height:6.9375rem;top:91.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v63XbqTNgIh8QDgi524p5Snpamh2e7mf { width:3.1875rem;height:6.9375rem;top:83.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKXkoaIlWVsXtx5GsbrAcfn6IZnAW4uv { width:3.1875rem;height:6.9375rem;top:74.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDq0LfVKy6SVoPPDk2O4cEnSSNrGCsWw { width:3.1875rem;height:6.9375rem;top:140.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #epMloicZmThQGFT4T4A1i9M0BIxpUpen { width:3.1875rem;height:6.9375rem;top:148.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXqEMpttB6dNOGRW0XzcpnhqWwbD306u { width:3.1875rem;height:6.9375rem;top:156.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNzzbuNfnvAd7O9J6nIlv490pM865TFb { width:3.1875rem;height:3.1875rem;top:165rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxlw9q1ZqErZTxsopvmqLhDumCbysdTS { display:block; }#Mxlw9q1ZqErZTxsopvmqLhDumCbysdTS > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TyMMUAEy4IWb0zIgNbfCCy6XPzMf3JN6 { width:20rem;height:8.125rem;top:4.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN8yvBQ8cmEphhJEi4TMATRhC9bSXe9J { display:none; }#BN8yvBQ8cmEphhJEi4TMATRhC9bSXe9J > .row .container { width:20rem;height:120.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ku1ycFiwoiubBwFbKd0myKINJQn3xpq0 { width:20rem;height:37.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTgbKOW9VyTc00EfJPXhz6XCa2Tgyg2s { width:20rem;height:37.1875rem;top:40.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAiHyRtqMlJrveVmT5itHSIRKEN34bUZ { width:20rem;height:36.875rem;top:81.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0S8KHWreebIAlUHOGWXzZ0hbpcVWI0K { display:block; }#n0S8KHWreebIAlUHOGWXzZ0hbpcVWI0K > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H1MDdmKdmG3LZlZdFkm7ngWBxT14tsH1 { width:20rem;height:8.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1GxNHx4mUSS9boRJsop8WB5bVVC0wNK { display:block; }#x1GxNHx4mUSS9boRJsop8WB5bVVC0wNK > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XM7I4FICv3EqLz3PZWc4FLmc8fMNHL8t { width:20rem;height:17.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #podcOPh96TT7dB7TQu8nUix6zZFJJMWz { width:20rem;height:3.5996125rem;top:5.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDfOwDhPEwOVeJHDBxwzPG3zoutDpXO0 { width:17.875rem;height:4.5rem;top:9.412109375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvmglCumkeHvLDWelsM0tmA31ygc9UM7 { width:20rem;height:17.6875rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anihUHl2Z2wPK3Ql1TsqnHNWFM0qQWVS { width:20rem;height:4.5rem;top:29.037109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBIkAXOUXNtabSkAAxUvTMBt44xUAiOL { width:18.4375rem;height:3.5996125rem;top:24.8125rem;left:0.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQceLye6SKvScvrJnUuDppHb2T4V2EsU { display:block; }#VQceLye6SKvScvrJnUuDppHb2T4V2EsU > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqUMcGkFbkmg4wvC3zZsqrlpOaIqaQOi { width:17.5625rem;height:11.6875rem;top:19.8125rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdw3P0r5mFyCpalNXduPy1ktiEFSeZZ1 { top:6.5625rem;left:0.5rem;width:19rem;height:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxz7pOtAzIztf3g6traKDRIrEF4O1yD3 { display:block; }
 }@media only screen and (max-width: 763px) { #D33n5kOZGBTP1eLHCz6eR5ZxiVarRJvk { width:20rem;height:3.5996125rem;top:12.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTA63uUKgo49lbGDXgly12WEkIw1AJ3z { width:20rem;height:1.4619125rem;top:4.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #Ts2mBVFTnRb5qZJ9m6JdRec7NA0yLiy5 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LD4eJxs0hG96XygVqCtuTJ2SPn130qSg { display:block; }#LD4eJxs0hG96XygVqCtuTJ2SPn130qSg > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BI0DPP3gUnMQIOue6BVp3FciyNwxh0bW { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#BI0DPP3gUnMQIOue6BVp3FciyNwxh0bW > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VR8eD3tdTqfFBV4C2niPq4bk72gB7cmR { width:2.625rem;height:2.625rem;top:0.3125rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhVO3hazUJ0b0fMR4ywPw6aEyGc145wJ { display:block; }
 }@media only screen and (max-width: 763px) { #Ldto3TKSwVTcFHScTQN8n7G13ImXySvU { width:2.625rem;height:2.625rem;top:0.3125rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6XEJciWKOXFDWStT834ku8Q406w9Ppo { display:block; }
 }@media only screen and (max-width: 763px) { #wGQHUBAcmL987cWIViExnCH6OBqGfTUP { width:10.75rem;height:1.7871125rem;top:0.8994140625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIJ2woyK8HDEd7bTWk8qLwDqsJPKkuz1 { width:3.75rem;height:2.125rem;top:0.625rem;left:13.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkS7uydv6XEwBgg6l5N3cVOPfDnrlZMo { display:block; }
 }@media only screen and (max-width: 763px) { #InI2zq4eDySJbKROUlvRCrSBFF1zOqvE { width:2.625rem;height:3.75rem;top:0rem;left:13.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTdDxexkyVlDZfaTmxF5I195Slm3JiU7 { display:block; }
 }