.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f5f5f5;background-image:none;position:relative;display:block; }
#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .row > .video-iframe-container { display: none; }#khq2CJ5eCTL1qR34KOUFFzHcBmtKDCEV > .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); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { background-color:#f5f5f5;background-image:none;border-top:0rem solid #d5d6d8;border-left:0rem solid #d5d6d8;border-right:0rem solid #d5d6d8;border-bottom:0.0625rem solid #d5d6d8;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { background-color: transparent; background-image: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container > .video-iframe-container { display: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container { display: none; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .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); }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { border-width: 0; border-radius: 0; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:60rem;height:5.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#W92SNsun4h73zTLXgC2vV6HNsckIHq4I { color:#433c3f;display:block;width:1.25rem;position:absolute;font-family:"times new roman";font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.125rem;left:3.5rem;height:3.25rem;display:block; }
#fMKPC35kwa08xVuM8U40DLJUeVCTwDgV { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#808080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.6552734375rem;left:27.4375rem;display:block; }
#W1T3uDmoqVeLu4on4779UorwLkQfxLxB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ho9SPsUiqduXE4W1QikQELTsUExUMGGs { 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:2.9375rem;width:2.9375rem;top:0.6865234375rem;left:0rem;overflow:hidden;display:block; }
#Pypl58myNXQ8IQVQVNkLHDah9LNzMyEz { color:#433c3f;display:block;width:3.375rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:6rem;height:2.4377875rem;display:block; }
#cy9VyvaJEpqo9nti7CuRtEpA8UfWPEso { color:#433c3f;display:block;width:4.5625rem;position:absolute;font-family:"times new roman";font-size:0.6875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:7.9375rem;height:0.89355625rem;display:block; }
#nQNRm9XsnhWKpkgHCRHdIyvayR0Nb8ka { color:#433c3f;display:block;width:1.25rem;position:absolute;font-family:"times new roman";font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.125rem;left:4.6875rem;height:3.25rem;display:block; }
#eS2sac4uF95JhJqBFyL5KvhBSIuQKErC { background-color:transparent;background-image:none;border-top:0.0625rem solid #39a32b;border-left:0.0625rem solid #39a32b;border-right:0.0625rem solid #39a32b;border-bottom:0.0625rem solid #39a32b;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#39a32b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:2.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.7490234375rem;left:51.625rem;display:block; }
#LyOJOH6DT0MacIGIRNN2U5yLKaSqtUrK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tXQS56JHBslsmf8Ccm66XyTKPvQGOGwD { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#808080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.6552734375rem;left:36.875rem;display:block; }
#qTetZ5ydHBnCAaSaJIrGGQ7PTbLV0vdp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d49GqiXzblho8fDVfdekd2fLfXeHqygW { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#808080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.9375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.6552734375rem;left:45.375rem;display:block; }
#ED447AwE8gHxBP1x19yDggc3wtWRCs0S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/0nCwYr6x/banner.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.adaptive-delivery-prevent-bg, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyload, #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH.lazyloading { background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { background-color: transparent; background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .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); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { border-width: 0; border-radius: 0; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:60rem;position:relative;display:block; }#XARW3W63fC8kidOJ3dewgrQdGITGkAOE { color:#443c3f;display:block;width:33.1875rem;position:absolute;font-family:bitter;font-size:3.5625rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:14.75rem;left:0rem;height:11.753875rem;display:block; }
#kGFXlmzgIywTuK3x7rsoVFZBG1ZfHMTV { background-color:transparent;background-image:none;border-top:0.0625rem solid #808080;border-left:0.0625rem solid #808080;border-right:0.0625rem solid #808080;border-bottom:0.0625rem solid #808080;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;box-shadow: none;box-sizing:border-box;color:#808080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.9375rem;left:14.8125rem;display:block; }
#hAEgaV36w4xADtyG6nEuoIrqzOWIReKL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mECfDztdsZSL6w26PE8EXJAAsTcfB8p8 { background-color:#01b342;background-image:none;background-position:top left !important;background-repeat: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:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;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:lato;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.9375rem;left:0rem;display:block; }
#HTH3MmxPiIgyb0bs6VSFm21zCpeELzmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cw4rtsZlEq5BI7Tv7k788JOoATkR1ddS { color:#808080;display:block;width:28.8125rem;position:absolute;font-family:bitter;font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:8.5625rem;left:0rem;height:0.89355625rem;display:block; }
#Bkme2oDJTOh0otrgkQDMAsd9ZQbMkbgW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.75rem;width:50rem;top:46.40625rem;left:5rem;display:block; }
#UXf4OTPWucOsTHc8clmzBTiUx8LbVmQH { color:#ff845e;display:block;width:33.1875rem;position:absolute;font-family:bitter;font-size:3.5625rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:14.75rem;left:0rem;height:11.625rem;display:none; }
#EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9 { position:relative;display:none; }#EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9 { border-width: 0; border-radius: 0; }#EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9 > .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; }#EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9 > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8n41huOw/white_texture_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy.adaptive-delivery-prevent-bg, #EAEfB2oobRST6C1neATAlWU5DhAe8pJy.lazyload, #EAEfB2oobRST6C1neATAlWU5DhAe8pJy.lazyloading { background-image: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { background-color: transparent; background-image: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,155,234,0.81); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container > .video-iframe-container { display: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,155,234,0.81); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container { display: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .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); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { border-width: 0; border-radius: 0; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { font-size:0.875rem;font-family:arial;height:78.125rem;width:60rem;position:relative;display:block; }#ygT1A4el11alpsI3UmQZzJiavfo7qw9r { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:49.875rem;left:0rem;height:17.5rem;font-style:normal;display:block; }
#UxLFT8vJGHW3voDw1g5wKDmrpTz2GnGD { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:50rem;left:33.9375rem;height:19.59375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#t76tKfZ2ZhmxmcG5MadQe3ZG4wtNtAVA { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:31.75rem;left:26.875rem;display:block; }
#brLOv1dilmGD3ara4XtsCFbZtzahEEem { color:#ffffff;display:block;width:60rem;position:absolute;font-family:bitter;font-size:2.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:32.375rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b9iLphrRyUNnSsSBDdfZrUbE7WOBIF2B { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:bitter;font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:37.25rem;left:14.28125rem;height:6.82325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k1KcefCNtfkv6Exctm9UCBJVyawo28Uh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.75rem;width:50rem;top:46.40625rem;left:5rem;display:none; }
#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { background-color: transparent; background-image: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container > .video-iframe-container { display: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container { display: none; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .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); }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { border-width: 0; border-radius: 0; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;position:relative;display:block; }#TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { color:#433c3f;display:block;width:60rem;position:absolute;font-family:bitter;font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l2T88K0VfI4L7C7TiCIcyJXOIi4EQgop { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:7rem;left:24.4375rem;display:block; }
#ef9ddHd3hTUCLP5k0DpOayovl14Ardbu { 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:1.1875rem;width:1.5rem;top:6.3125rem;left:29.375rem;overflow:hidden;display:block; }
#SL1Msbddy2KiGc9k2eWCD0XufzQxPFPA { position:absolute;display:block;z-index:15002;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.4375rem;top:7rem;left:32.125rem;display:block; }
#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { background-color: transparent; background-image: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container > .video-iframe-container { display: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container { display: none; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .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); }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { border-width: 0; border-radius: 0; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:60rem;position:relative;display:block; }#wbnM7JeuiDcK0izezGK6EVfv1BRWq7uL { color:#433c3f;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.9375rem;left:1.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gEXfwEfv27lakndZvIECuTEX2Bp8ezTO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:1.375rem;left:5.875rem;overflow:hidden;display:block; }
#Snzp8KufKrexBQA8JFo7KUpxRFiN0RPf { position:absolute;display:block;z-index:15000;background-color:#0e9ae5;background-image:none;background-position:top left !important;background-repeat: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:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.3125rem;left:4.8125rem;display:block; }
#Enlut1pNAwxawqvnvWZZie6etB8UdvIz { position:absolute;display:block;z-index:15004;background-color:#4eacde;background-image:none;background-position:top left !important;background-repeat: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:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.375rem;left:19.8125rem;display:block; }
#Qrbe4rNLlxGezS7Q9k67zmpAhdALxWZ2 { color:#433c3f;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7rem;left:16.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yp534xvKgzNL9oQKWTfmTwWFWJdFaLQh { position:absolute;display:block;z-index:15008;background-color:#6684d1;background-image:none;background-position:top left !important;background-repeat: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:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.375rem;left:34.8125rem;display:block; }
#vCoQreA1nZTcs3iw3BNoxTLr6TBFCpEH { color:#433c3f;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7rem;left:31.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OQ5OwgIANnRbyOBFAIeIXTp2z6ZPwowZ { position:absolute;display:block;z-index:15012;background-color:#4bc1d5;background-image:none;background-position:top left !important;background-repeat: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:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:5.375rem;width:5.375rem;top:0.375rem;left:49.8125rem;display:block; }
#ZrMqGh1o4ZqWICX8k2SzmTIBJv9AnNUt { color:#433c3f;display:block;width:12.5rem;position:absolute;font-family:bitter;font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7rem;left:46.25rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QE8bTobnAvIiMUpvkGWcWeGQJw5uIwau { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:1.78125rem;left:21.28125rem;overflow:hidden;display:block; }
#rUZiCUkhUholuiJGxhe0smRANRxPm1Ga { 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:2.25rem;width:2.25rem;top:1.875rem;left:36.375rem;overflow:hidden;display:block; }
#wFrUAcq2J68yIH38B8dXGNXOc9WVMmW9 { 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:2.4375rem;width:2.4375rem;top:1.78125rem;left:51.28125rem;overflow:hidden;display:block; }
#tApl190u7w8TKSc5q5iBtIStAi8hgAdi { position:relative;display:block; }#tApl190u7w8TKSc5q5iBtIStAi8hgAdi { background-color: transparent; background-image: none; }#tApl190u7w8TKSc5q5iBtIStAi8hgAdi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tApl190u7w8TKSc5q5iBtIStAi8hgAdi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tApl190u7w8TKSc5q5iBtIStAi8hgAdi > .row .container > .video-iframe-container { display: none; }#tApl190u7w8TKSc5q5iBtIStAi8hgAdi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tApl190u7w8TKSc5q5iBtIStAi8hgAdi > .row > .video-iframe-container { display: none; }#tApl190u7w8TKSc5q5iBtIStAi8hgAdi > .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); }#tApl190u7w8TKSc5q5iBtIStAi8hgAdi { border-width: 0; border-radius: 0; }#tApl190u7w8TKSc5q5iBtIStAi8hgAdi > .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; }#tApl190u7w8TKSc5q5iBtIStAi8hgAdi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f5f5f5;background-image:none;font-size:0.875rem;font-family:arial;height:25.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RrgqKh2DG4XEGLuwWJUuUsVg5qKrv3Kw { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:0rem;left:20rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#RrgqKh2DG4XEGLuwWJUuUsVg5qKrv3Kw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RrgqKh2DG4XEGLuwWJUuUsVg5qKrv3Kw li:before{  }
#VmoztLsTRulHr9mZL2I6vU2NBmtLDmLu { color:#0e9ae5;display:block;width:15.1875rem;position:absolute;font-family:bitter;font-size:2.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DG14abu8uc5aNMKmfscmavTbJzIh04uh { color:#000000;display:block;width:19.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:0rem;left:40rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#DG14abu8uc5aNMKmfscmavTbJzIh04uh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DG14abu8uc5aNMKmfscmavTbJzIh04uh li:before{  }
#aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9 { position:relative;display:none; }#aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9 { border-width: 0; border-radius: 0; }#aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9 > .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; }#aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9 > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { background-color: transparent; background-image: none; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container > .video-iframe-container { display: none; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row > .video-iframe-container { display: none; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .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); }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { border-width: 0; border-radius: 0; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { font-size:0.875rem;font-family:arial;height:13rem;width:60rem;position:relative;display:block; }#C5bJGZGUTCpXTUn6T0zbxETIaPpa78WN { color:#433c3f;display:block;width:60rem;position:absolute;font-family:bitter;font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.0625rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mrr3a49U72u9ZIb0dmZHZMvhviFkT8qc { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:6.375rem;left:26.875rem;display:block; }
#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { background-color: transparent; background-image: none; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container > .video-iframe-container { display: none; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row > .video-iframe-container { display: none; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .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); }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { border-width: 0; border-radius: 0; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:block; }#CegTiINmiG8Z7g1onOAnVC8b0mG2C1EE { position:absolute;display:block;z-index:15005;background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:19.25rem;top:0.0625rem;left:40.6875rem;display:block; }
#uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0 { position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:15rem;top:7.5625rem;left:42.9375rem;display:block; }#uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0.adaptive-delivery-prevent-bg, #uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0.lazyload, #uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0.lazyloading { background-image: none; }
#PWAThBleg1eUzyT9gPQDn1v6NorqxoWL { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.125rem;left:42.75rem;height:7.796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS { position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:2.5rem;top:17rem;left:49.1875rem;display:block; }#gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS.adaptive-delivery-prevent-bg, #gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS.lazyload, #gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS.lazyloading { background-image: none; }
#SEhEJq59UMmSJZu66zAaq9o4E01BKGuy { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/eA42FVgW/68366950_2357877877813675_2480323392733970432_o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:40rem;top:0rem;left:0rem;display:block; }#SEhEJq59UMmSJZu66zAaq9o4E01BKGuy.adaptive-delivery-prevent-bg, #SEhEJq59UMmSJZu66zAaq9o4E01BKGuy.lazyload, #SEhEJq59UMmSJZu66zAaq9o4E01BKGuy.lazyloading { background-image: none; }
#Ll9vd7Hp6exRfFuaG1PWRPkkwmyCao4w { box-sizing:content-box;color:#31b7ff;font-size:3.5625rem;font-weight:400;line-height:1;height:5.125rem;width:5.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:1.8125rem;left:47.875rem;display:block; }
#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { background-color: transparent; background-image: none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container > .video-iframe-container { display: none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row > .video-iframe-container { display: none; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .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); }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { border-width: 0; border-radius: 0; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:60rem;position:relative;display:block; }#qPtOfRMDa1Ar65gMHW4xL3gPa7wtdxT3 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:39.9375rem;top:0rem;left:20.0625rem;overflow:hidden;display:block; }
#coqcP40v44QAxRi480D3gkgkXDkFpSED { position:absolute;display:block;z-index:15026;height:25rem;width:60rem;top:0rem;left:0rem;display:block; }
#QHJgluZGvaBi6QvAUczCmGf8IDTF6NuL { position:absolute;display:block;z-index:15026;height:25rem;width:60rem;top:0rem;left:0rem;display:none; }
#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/97YlFPV5/pexels_daniel_xavier_1239291.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz.adaptive-delivery-prevent-bg, #OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz.lazyload, #OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz.lazyloading { background-image: none; }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .row .container { background-color: transparent; background-image: none; }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,154,229,0.83); }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .row .container > .video-iframe-container { display: none; }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,154,229,0.83); }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .row > .video-iframe-container { display: none; }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .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); }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .row .container { border-width: 0; border-radius: 0; }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#OzzU8yihdUOQEnKwRbaQccnCPvg5m0Zd { color:#ffffff;display:block;width:39rem;position:absolute;font-family:bitter;font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:12.6875rem;left:10.5rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#yN3sxVLhPsRqSe26BhLsKlg1xEbTfGxa { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;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:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.9375rem;left:21.96875rem;display:block; }
#TJREPJp9kHkFcyX8NcPgpCMegg3wSh49 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row .container { background-color: transparent; background-image: none; }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row .container > .video-iframe-container { display: none; }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row > .video-iframe-container { display: none; }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .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); }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row .container { border-width: 0; border-radius: 0; }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;position:relative;display:block; }#xNT0GyA7C1BS1wtUQu5xO3bzBfhCHd6C { color:#433c3f;display:block;width:60rem;position:absolute;font-family:bitter;font-size:2.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#icpHU4M9WHo65LrIIDCBR7WCG0OXtg0a { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:6.8125rem;left:26.875rem;display:block; }
#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { background-color: transparent; background-image: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container > .video-iframe-container { display: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row > .video-iframe-container { display: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .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); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { border-width: 0; border-radius: 0; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#GdsZGy53Bf7kNrbOmzNDclAU7pTvVZXD { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:1.875rem;left:3.8125rem;display:block; }
#n8ULyvntM6FdUU4tr4KQUb42JpEEAMB4 { color:#686868;display:block;width:17.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:19.5rem;left:0.875rem;height:9.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J8AkaZQnArOeimfDK142eSBky2hkLStJ { color:#0e9ae5;display:block;width:16.875rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:14.25rem;left:1.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ycNMf3Esd5fdV5T9gTK6mvTHsZMEEFTS { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/iMH9DyfQ/Camada_5.png");background-position:top right !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:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;height:10.625rem;width:10.625rem;top:2.3125rem;left:4.25rem;display:block; }#ycNMf3Esd5fdV5T9gTK6mvTHsZMEEFTS.adaptive-delivery-prevent-bg, #ycNMf3Esd5fdV5T9gTK6mvTHsZMEEFTS.lazyload, #ycNMf3Esd5fdV5T9gTK6mvTHsZMEEFTS.lazyloading { background-image: none; }
#uwJ0spCzgAn7C2TwLOOCP5o4BGaay0Ig { color:#0e9ae5;display:block;width:16.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:17.25rem;left:1.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ebVz0QwqKvyGyCWiUOC37Axxwlpe4z3m { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:30rem;left:8.75rem;overflow:hidden;display:block; }
#o8oBI5TpCUmkeR04k6rgAtVoOQtxQaqG { color:#0e9ae5;display:block;width:16.5625rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:31.8125rem;left:1.25rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PlrfxDqndsJ1mrPsLXzFvXskWzfk0dZW { color:#0e9ae5;display:block;width:16.5625rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:31.8125rem;left:42.25rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D9ZkFX1yBzTyTgUG6fM6URVoTgwRcAMt { color:#686868;display:block;width:17.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:19.5rem;left:41.875rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ub1lka3myxWaDxdkSA9bDKb521VlHLpg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:30rem;left:49.75rem;overflow:hidden;display:block; }
#LUfJn4bL6hwkHNFTDqK1hpnavBX8KFtc { color:#0e9ae5;display:block;width:16.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:16rem;left:42.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WzmeQhTl4gCSFBXD9Pnn3WIZ6U6LXgwF { color:#0e9ae5;display:block;width:16.875rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:14.25rem;left:42.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WGczl8ZL3D4IunC6hC8TTlllwWpaGmHe { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:1.875rem;left:44.8125rem;display:block; }
#H07nWwdqN8qzQfgMlU5aRboTDpJoBxui { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/15fbeba9-46fc-4936-9751-3f054ab15209/capturadetela20240129as08535165b791dfc33a4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;height:10.625rem;width:10.625rem;top:2.3125rem;left:45.25rem;display:block; }#H07nWwdqN8qzQfgMlU5aRboTDpJoBxui.adaptive-delivery-prevent-bg, #H07nWwdqN8qzQfgMlU5aRboTDpJoBxui.lazyload, #H07nWwdqN8qzQfgMlU5aRboTDpJoBxui.lazyloading { background-image: none; }
#bVsfTHuoIXPHo2642r3PdODP9ARgLV4G { color:#0e9ae5;display:block;width:16.5625rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:31.8125rem;left:21.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eXsaEIhAMBTJpbconpIqAJBE6VqpZykz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:30rem;left:29.25rem;overflow:hidden;display:block; }
#NEzQIH3pnmEQT3qy5ythwR4uyRdifbNd { color:#686868;display:block;width:17.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:19.5rem;left:21.375rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#twAtrtUlJaSGmbRXkz6UBFSLU3TTx2cL { color:#0e9ae5;display:block;width:16.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:17.25rem;left:21.5625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nOavIT4iiq4I9JugDD4B1X0nsdVwa6To { color:#0e9ae5;display:block;width:16.875rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:14.25rem;left:21.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eNxbDVGXtSdTQUwCX5Hbb8lA8MGK14sq { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:1.875rem;left:24.3125rem;display:block; }
#Op4camRA6qFeL3AzVQ4xTihmZgNsgx72 { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/445814e3-578b-4c7f-8537-e271a2152868/perfilconvertio.webp");background-position:top right !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:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;height:10.625rem;width:10.625rem;top:2.3125rem;left:24.75rem;display:block; }#Op4camRA6qFeL3AzVQ4xTihmZgNsgx72.adaptive-delivery-prevent-bg, #Op4camRA6qFeL3AzVQ4xTihmZgNsgx72.lazyload, #Op4camRA6qFeL3AzVQ4xTihmZgNsgx72.lazyloading { background-image: none; }
#sb57c2xBisd09qU1DTUDJvwnr6kUvXbS { color:#0e9ae5;display:block;width:16.5625rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:34rem;left:21.71875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .row .container { background-color: transparent; background-image: none; }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .row .container > .video-iframe-container { display: none; }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .row > .video-iframe-container { display: none; }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .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); }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .row .container { border-width: 0; border-radius: 0; }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .row .container { font-size:0.875rem;font-family:arial;height:44.75rem;width:60rem;position:relative;display:block; }#r3gLOrcyXgqo6CKsTJAGPzqA3uUaAapk { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:1.875rem;left:3.8125rem;display:block; }
#wF9OIZHQUvr0BC3WEOTlILPSTuZJdlMZ { color:#686868;display:block;width:17.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:19.5rem;left:0.875rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L5lQACCmCqZi8UK0zORvxo9hI16qgddu { color:#0e9ae5;display:block;width:17.5625rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:14.25rem;left:0.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vTyTsobg4dG6NPxsvNssHuqFU3DextJl { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/LOoQTj9B/Camada_2.png");background-position:top right !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:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;height:10.625rem;width:10.625rem;top:2.3125rem;left:4.25rem;display:block; }#vTyTsobg4dG6NPxsvNssHuqFU3DextJl.adaptive-delivery-prevent-bg, #vTyTsobg4dG6NPxsvNssHuqFU3DextJl.lazyload, #vTyTsobg4dG6NPxsvNssHuqFU3DextJl.lazyloading { background-image: none; }
#UEk8D9v1d6zPQsPX5oFn8kg8d1vBG30v { color:#0e9ae5;display:block;width:16.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:17.25rem;left:1.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZuTbQiAMvH9ASOmwqOKaBBOhRRBmk48L { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:30rem;left:8.75rem;overflow:hidden;display:block; }
#VKHURg6LAW4rOg354PElEEwIFU1ZddRf { color:#0e9ae5;display:block;width:16.5625rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:31.8125rem;left:1.25rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aHzFVnGqtnsrKEJ1GHCMmExboZfmCiin { color:#686868;display:block;width:17.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:19.5rem;left:41.875rem;height:15.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NqTcI8E9WXfkaPhaKl9CTG9N8rRTIkUv { color:#0e9ae5;display:block;width:16.875rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:14.25rem;left:42.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bmiTNZI13CSVR65cJqQQ1e0FCrdMPteT { color:#0e9ae5;display:block;width:16.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:17.25rem;left:42.0625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oE0uL66EQZPxUwguMXWCpCTkxBdE0wvS { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:1.875rem;left:44.8125rem;display:block; }
#qLUIpMs1wqKiTnP02y8g6bLqHiKLcB0D { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/m5Z7xniM/Camada_7.png");background-position:top right !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:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;height:10.625rem;width:10.625rem;top:2.3125rem;left:45.25rem;display:block; }#qLUIpMs1wqKiTnP02y8g6bLqHiKLcB0D.adaptive-delivery-prevent-bg, #qLUIpMs1wqKiTnP02y8g6bLqHiKLcB0D.lazyload, #qLUIpMs1wqKiTnP02y8g6bLqHiKLcB0D.lazyloading { background-image: none; }
#tTZeMsicIN8uGZ6pK2mHLHXPEwqKy8S5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:36.25rem;left:49.75rem;overflow:hidden;display:block; }
#uJdLEuqewHOwl2T6TgnrpNFkRH07X1dE { color:#0e9ae5;display:block;width:16.5625rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:38.0625rem;left:42.25rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I8Pt7XS0OTE9JiVKm9RilSAUqxus8gyB { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:1.875rem;left:24.375rem;display:block; }
#KMawIOg5iElnU1FymibD1E7etIhFP15l { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9f0c206b-5be1-46a2-8db7-c3b8ea3f1ba5/capturadetela20240301as09363665e1cbfeeed44.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;height:10.625rem;width:10.625rem;top:2.3125rem;left:24.8125rem;display:block; }#KMawIOg5iElnU1FymibD1E7etIhFP15l.adaptive-delivery-prevent-bg, #KMawIOg5iElnU1FymibD1E7etIhFP15l.lazyload, #KMawIOg5iElnU1FymibD1E7etIhFP15l.lazyloading { background-image: none; }
#rdc69QfInXupphD2KQHB3OQpdXZGTx0N { color:#0e9ae5;display:block;width:17.5625rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:14.25rem;left:21.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OUVqTAt9bIOcpvFuywkCmSDmLb4pO1KB { color:#0e9ae5;display:block;width:16.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:17.25rem;left:21.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hz3KxJG0Ut0ZJgtntAauaJ2So9w2Vo2E { color:#686868;display:block;width:18.6230625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:19.5625rem;left:20.75rem;height:14.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#enFebiRSiq7y2uQAeLCOSG6fR2PFCf2n { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:33.4375rem;left:29.25rem;overflow:hidden;display:block; }
#gzOv5TeQJ35AIcdtLCrvXuRMZMCQA2Ja { color:#0e9ae5;display:block;width:16.5605625rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:35.25rem;left:21.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .row .container { background-color: transparent; background-image: none; }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .row .container > .video-iframe-container { display: none; }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .row > .video-iframe-container { display: none; }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .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); }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .row .container { border-width: 0; border-radius: 0; }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#sn9waJV4FPTC7drNypqTDzruda2DmCdd { color:#0e9ae5;display:block;width:16.5611875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:36.3125rem;left:22.4375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QeqIg4OJt4FoJqBPiTEfKkzG7pgZP5Au { 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:1.5rem;width:1.5rem;top:34.5rem;left:29.5rem;overflow:hidden;display:block; }
#OkeUilWL4Kqe1J4aoQT72VV94do8FAnf { color:#686868;display:block;width:18.6236875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:21.1875rem;left:20.6875rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BWoidO2cDNsRI4L69arZJHLTF4btLhXO { color:#0e9ae5;display:block;width:16.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:18.875rem;left:21.5625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Crrx02FMUK2k0yxNSlRVD2HhfyqBQH6H { color:#0e9ae5;display:block;width:17.5625rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:15.875rem;left:21.3125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ynF2tOmWeRJ7GtcPwLKaw8UEXlTPiELr { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:3.5rem;left:24.3125rem;display:block; }
#EewSEoFzCm2w6C6w1FEwwSAHBALBKe6Z { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/196200e1-67d1-4779-b4a0-95f8a437ac7b/capturadetela20231106as0806106548c8b48210e.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;height:10.625rem;width:10.625rem;top:3.9375rem;left:24.75rem;display:block; }#EewSEoFzCm2w6C6w1FEwwSAHBALBKe6Z.adaptive-delivery-prevent-bg, #EewSEoFzCm2w6C6w1FEwwSAHBALBKe6Z.lazyload, #EewSEoFzCm2w6C6w1FEwwSAHBALBKe6Z.lazyloading { background-image: none; }
#mrfF4EFpMd56sNQo8x9XTZRPMMNQITVX { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:3.5rem;left:3.625rem;display:block; }
#bxOGl8RZxImau0ha466BvS1dkiyoi2JI { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/09975999-4da2-4846-a824-5b60a1189481/download93.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;height:10.625rem;width:10.625rem;top:3.9375rem;left:4.0625rem;display:block; }#bxOGl8RZxImau0ha466BvS1dkiyoi2JI.adaptive-delivery-prevent-bg, #bxOGl8RZxImau0ha466BvS1dkiyoi2JI.lazyload, #bxOGl8RZxImau0ha466BvS1dkiyoi2JI.lazyloading { background-image: none; }
#o7UTtzOG4Uhbal19kaSG5k6FUlFUp3IL { color:#0e9ae5;display:block;width:17.5625rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:15.875rem;left:0.625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DEahMVCcRMbTPKVCNH4ZXbxvxurvE1Vh { color:#0e9ae5;display:block;width:16.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:18.875rem;left:0.875rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JrC4VPUqEqH6byncUegG5PRlwWem8TcG { color:#686868;display:block;width:18.6230625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:21.1875rem;left:0rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eDQ2vc023JU8d5MoQbhXWJTGlpr6eFVt { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:34.5625rem;left:8.625rem;overflow:hidden;display:block; }
#FS6cVHbuCpmRgI5CoeGni6NRI57OFUEg { color:#0e9ae5;display:block;width:16.5605625rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:36.375rem;left:1.125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LcBgOESaE9hByUMC4N65lqZ8d8gxk7xp { color:#0e9ae5;display:block;width:17.5625rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:15.6875rem;left:41.25rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y13TRqe77vrKEgfsBkT9uJqIWJOXhtax { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:3.3125rem;left:44.3125rem;display:block; }
#fmx428zIOtXbBaRETLumrJ2RWTyyV4Or { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c9625a3e-4f3e-4dcf-83b6-a51db971e449/WhatsAppImage20230727at080247.jpeg");background-position:top right !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:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;height:10.625rem;width:10.625rem;top:3.75rem;left:44.75rem;display:block; }#fmx428zIOtXbBaRETLumrJ2RWTyyV4Or.adaptive-delivery-prevent-bg, #fmx428zIOtXbBaRETLumrJ2RWTyyV4Or.lazyload, #fmx428zIOtXbBaRETLumrJ2RWTyyV4Or.lazyloading { background-image: none; }
#vxaLkaazqAf6KLgf3ht018QwbAVhTCTI { color:#686868;display:block;width:17.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:20.9375rem;left:41.375rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uc5R3ZZkZc2bFlo0EIgeDdt72yG1N11e { color:#0e9ae5;display:block;width:16.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:18.6875rem;left:41.5625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZDSk3iZnbEenheFD6MnBFsnBEn1qo2d { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:34.1875rem;left:48.75rem;overflow:hidden;display:block; }
#I4wV1QH2pM8VKPv2qMaFVJwXti8npgy8 { color:#0e9ae5;display:block;width:16.5625rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:36.0625rem;left:41.6875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .row .container { background-color: transparent; background-image: none; }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .row .container > .video-iframe-container { display: none; }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .row > .video-iframe-container { display: none; }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .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); }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .row .container { border-width: 0; border-radius: 0; }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:60rem;position:relative;display:block; }#TnunZbzwUeBeh1Ea8pmoT3c9T0tTZrbz { color:#0e9ae5;display:block;width:16.5615rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:33.4375rem;left:2.4375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GM1KLFuE8i5LEz4xd4AlGmfCgdsPfC7T { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:31.625rem;left:9.9674491882325rem;overflow:hidden;display:block; }
#bf8oQRnkx38haZc3QiE1m4rOBLr5Bp0Z { color:#686868;display:block;width:18.624rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:21.5rem;left:0.75rem;height:7.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UPXoSSsoHyQfpSDnzR28AEVZ7gc4L5Z8 { color:#0e9ae5;display:block;width:16.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:19.1875rem;left:1.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MoqOrXMDxStD5pTwl4DRnKo0OL6BWMHQ { color:#0e9ae5;display:block;width:17.5625rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:16.1875rem;left:1.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W4yAwl7N0gkef9RGhx28zQSfnm1Qo2vl { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:3.8125rem;left:4.375rem;display:block; }
#oRMHvDMeSoaraxBRcWrnaDBeXdRDp7PH { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe126c1b-46b8-427f-ad45-e1f966ba61b7/WhatsAppImage20230727at182822.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;height:10.625rem;width:10.625rem;top:4.25rem;left:4.8125rem;display:block; }#oRMHvDMeSoaraxBRcWrnaDBeXdRDp7PH.adaptive-delivery-prevent-bg, #oRMHvDMeSoaraxBRcWrnaDBeXdRDp7PH.lazyload, #oRMHvDMeSoaraxBRcWrnaDBeXdRDp7PH.lazyloading { background-image: none; }
#qlsrZmDRktOi2oJN8suHESzDdfzr6I8g { color:#0e9ae5;display:block;width:16.5611875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:33.4375rem;left:21.716148376465rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ABGZ3lP80wadd0248mI8yuMgTTOQyOK4 { color:#686868;display:block;width:18.624rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:21.5625rem;left:20.75rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QXS0HpOTvCHdOzBJtUbu84vaXwkEirUk { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:31.4375rem;left:29.25rem;overflow:hidden;display:block; }
#nOzCQVqZraQxOnPqMZ7wfSbHwNLiW5Z9 { color:#0e9ae5;display:block;width:16.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:19.25rem;left:21.625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mAdcD2OIRTJ3cFD897EWo87ZkTcnakXq { color:#0e9ae5;display:block;width:17.5625rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:16.25rem;left:21.375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G8nZexcpnb4gH52V8O28d970pKukGZs3 { position:absolute;display:block;z-index:15022;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:3.875rem;left:24.375rem;display:block; }
#CooHVzs5wfphzrNl2HMwhb90umKQOxtl { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/52fd8f23-7e46-4dc8-84c0-e241d40ea4ce/capturadetela20241104as0823046728aea312d4d.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;height:10.625rem;width:10.625rem;top:4.3125rem;left:24.8125rem;display:block; }#CooHVzs5wfphzrNl2HMwhb90umKQOxtl.adaptive-delivery-prevent-bg, #CooHVzs5wfphzrNl2HMwhb90umKQOxtl.lazyload, #CooHVzs5wfphzrNl2HMwhb90umKQOxtl.lazyloading { background-image: none; }
#LAiVGIbwzehRM2ypTf6v7WDWTEF0Dtwz { color:#0e9ae5;display:block;width:16.5611875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:33.375rem;left:41.6875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ys3TBISxIAREIsfOXq0pMZ9usGvzJcNx { color:#686868;display:block;width:18.624rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15031;line-height:1.5;letter-spacing:0;top:21.5rem;left:40.6875rem;height:8.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kmg9TEkwBlmEtaJ1FtEDHJ3qdAHxTJTy { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:31.375rem;left:49.1875rem;overflow:hidden;display:block; }
#IIe6hG74GfB8lPsaPz0Qi6BIN2azCymK { color:#0e9ae5;display:block;width:16.875rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:19.1875rem;left:41.5625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VPenkTduFn5LinuTF5OC1b1wBvp1Kdcl { color:#0e9ae5;display:block;width:17.5625rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.2;letter-spacing:0;top:16.1875rem;left:41.3125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nuNntDP9WWA1y18upNmZaNgvQtG1TQC6 { position:absolute;display:block;z-index:15029;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #dddddd;border-left:0.0625rem solid #dddddd;border-right:0.0625rem solid #dddddd;border-bottom:0.0625rem solid #dddddd;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:3.8125rem;left:44.3125rem;display:block; }
#EZRTLDUthhg54mWOoEdu6hArRh33W8tt { position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2086c64d-643c-4d2f-a609-9b0264440401/download8.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:125rem;border-top-right-radius:125rem;border-bottom-left-radius:125rem;border-bottom-right-radius:125rem;box-shadow: none;height:10.625rem;width:10.625rem;top:4.25rem;left:44.75rem;display:block; }#EZRTLDUthhg54mWOoEdu6hArRh33W8tt.adaptive-delivery-prevent-bg, #EZRTLDUthhg54mWOoEdu6hArRh33W8tt.lazyload, #EZRTLDUthhg54mWOoEdu6hArRh33W8tt.lazyloading { background-image: none; }
#v6qDe0VgdQWk8oMIms6S78SrxBv3833o { color:#0e9ae5;display:block;width:16.5625rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:35.1875rem;left:21.71875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mAbnaoWhy9GZWk5tlnOm0HvA9VyvKTxg { color:#0e9ae5;display:block;width:16.5625rem;position:absolute;font-family:bitter;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:35.1875rem;left:41.71875rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eHCKRVvzLKQxtV8Dgp3tHJM4iDCDBuCu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eHCKRVvzLKQxtV8Dgp3tHJM4iDCDBuCu > .row .container { background-color: transparent; background-image: none; }#eHCKRVvzLKQxtV8Dgp3tHJM4iDCDBuCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHCKRVvzLKQxtV8Dgp3tHJM4iDCDBuCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHCKRVvzLKQxtV8Dgp3tHJM4iDCDBuCu > .row .container > .video-iframe-container { display: none; }#eHCKRVvzLKQxtV8Dgp3tHJM4iDCDBuCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHCKRVvzLKQxtV8Dgp3tHJM4iDCDBuCu > .row > .video-iframe-container { display: none; }#eHCKRVvzLKQxtV8Dgp3tHJM4iDCDBuCu > .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); }#eHCKRVvzLKQxtV8Dgp3tHJM4iDCDBuCu > .row .container { border-width: 0; border-radius: 0; }#eHCKRVvzLKQxtV8Dgp3tHJM4iDCDBuCu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eHCKRVvzLKQxtV8Dgp3tHJM4iDCDBuCu > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:60rem;position:relative;display:block; }#eVD4l9AFwN1mLiV3TdCwmzSXVLPWB8vT { position:absolute;display:block;z-index:15000;height:16.625rem;width:60rem;top:10.25rem;left:0rem;display:block; }
#yiOARlr91nJARorzbib68HwJ36E4NkZu { color:#433c3f;display:block;width:60rem;position:absolute;font-family:bitter;font-size:2.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.5rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LMLfTTvsoZCkV9B9IqxGTAcvrbotvmxD { position:absolute;display:block;z-index:15003;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:6.25rem;top:4.8125rem;left:26.875rem;display:block; }
#lW1BkBrFDsBJvhMdSBzxdAnnoIq3PVl6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lW1BkBrFDsBJvhMdSBzxdAnnoIq3PVl6 > .row .container { background-color: transparent; background-image: none; }#lW1BkBrFDsBJvhMdSBzxdAnnoIq3PVl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lW1BkBrFDsBJvhMdSBzxdAnnoIq3PVl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lW1BkBrFDsBJvhMdSBzxdAnnoIq3PVl6 > .row .container > .video-iframe-container { display: none; }#lW1BkBrFDsBJvhMdSBzxdAnnoIq3PVl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lW1BkBrFDsBJvhMdSBzxdAnnoIq3PVl6 > .row > .video-iframe-container { display: none; }#lW1BkBrFDsBJvhMdSBzxdAnnoIq3PVl6 > .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); }#lW1BkBrFDsBJvhMdSBzxdAnnoIq3PVl6 > .row .container { border-width: 0; border-radius: 0; }#lW1BkBrFDsBJvhMdSBzxdAnnoIq3PVl6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lW1BkBrFDsBJvhMdSBzxdAnnoIq3PVl6 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:60rem;position:relative;display:block; }#dD9STKwVAT7BpPhPuS17vaPyrZQL4S3y { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/9v9VwDjs/Light.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:38.0625rem;width:45.3125rem;top:5.625rem;left:22.6875rem;display:block; }#dD9STKwVAT7BpPhPuS17vaPyrZQL4S3y.adaptive-delivery-prevent-bg, #dD9STKwVAT7BpPhPuS17vaPyrZQL4S3y.lazyload, #dD9STKwVAT7BpPhPuS17vaPyrZQL4S3y.lazyloading { background-image: none; }
#wqrE2JJbnun1SQ8ZTpBddRTdHEgxitem { color:#ff845e;display:block;width:29.125rem;position:absolute;font-family:bitter;font-size:4.375rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:12.5rem;left:0rem;height:4.8125rem;display:block; }
#xybrIfbkVLQ68FHMLhruUnoKyqZum8pE { color:#000000;display:block;width:28rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:17.25rem;left:0rem;height:10.625rem;font-style:normal;display:block; }
#xadWpwkoghrw4J2wec43mB91wutfT4Gr { background-color:#0e9ae5;background-image:none;background-position:top left !important;background-repeat: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:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;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:lato;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.25rem;left:0rem;display:block; }
#GNkgRilLT3I3TdbeM6iA3z76SAkDiRSv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB { position:relative;display:none; }#pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB { border-width: 0; border-radius: 0; }#pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB > .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; }#pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB > .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:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8n41huOw/white_texture_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.adaptive-delivery-prevent-bg, #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.lazyload, #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7.lazyloading { background-image: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { background-color: transparent; background-image: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0e9ae5; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container > .video-iframe-container { display: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #0e9ae5; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container { display: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .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); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { border-width: 0; border-radius: 0; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#Gm9RoTLd8VvdL4kpKiImLR3WKHLmxP7C { color:#ffffff;display:block;width:29rem;position:absolute;font-family:bitter;font-size:4.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zRWs5dJtvXxXT1ssLUT4e2XknqrWXRZx { color:#000000;display:block;width:29.5rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.3125rem;left:0rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NQXnrl5zOxVSsmOpyswQRcF1JyPTKyGx { box-sizing:content-box;color:#ffffff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:11.8125rem;left:35.9375rem;display:block; }
#wzcUliMuashF1TnIA0rROP6BGykQbRPm { box-sizing:content-box;color:#ffffff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:11.59375rem;left:38.28125rem;display:block; }
#drm369fHeaTE0zNOwlebwLEzt5MivMLd { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:11.125rem;left:42.1875rem;height:4.0002875rem;font-style:normal;display:block; }
#drCAoa9Lg7CPvvpLMAvL9ZGGoIpeSpdb { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.875rem;border-top-right-radius:3.875rem;border-bottom-left-radius:3.875rem;border-bottom-right-radius:3.875rem;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:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:3.125rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:11.5625rem;left:35.21875rem;display:block; }
#MlG6TkpDJgn2to5tf5ws0mDOaHqDLWFR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dkbBa9fVw2X9vlw1kJIyAnT1TkbTBD70 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e9ae5;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; }#dkbBa9fVw2X9vlw1kJIyAnT1TkbTBD70 > .row .container { border-width: 0; border-radius: 0; }#dkbBa9fVw2X9vlw1kJIyAnT1TkbTBD70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dkbBa9fVw2X9vlw1kJIyAnT1TkbTBD70 > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:60rem;position:relative;display:none; }#plbEB96gPeuhfMwu9lWllH93xw65GxOA { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:33.75rem;font-style:normal;display:block; }
#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .row .container { background-color: transparent; background-image: none; }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .row .container > .video-iframe-container { display: none; }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .row > .video-iframe-container { display: none; }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .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); }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .row .container { border-width: 0; border-radius: 0; }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#cOR8TqAFyfHa3JuxmtOSalIG5DAJXBUO { color:#433c3f;display:block;width:1.25rem;position:absolute;font-family:"times new roman";font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.6875rem;left:3.5rem;height:3.25rem;display:block; }
#ALBi4GOloNfMnLa7y36oiqDcxqOgu1AI { color:#433c3f;display:block;width:3.375rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.3125rem;left:6rem;height:2.4377875rem;display:block; }
#sSx8U5eN30M9e8cu6q20UFW9zXa2iuyl { color:#433c3f;display:block;width:4.5625rem;position:absolute;font-family:"times new roman";font-size:0.6875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5rem;left:7.9375rem;height:0.89355625rem;display:block; }
#nTZ3MrZqvaZsbL5toeaMiuASwns72Ukd { color:#433c3f;display:block;width:1.25rem;position:absolute;font-family:"times new roman";font-size:2.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6875rem;left:4.6875rem;height:3.25rem;display:block; }
#q9pGuGCnBOEcFERtTEVluxX1D9psnIly { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:1.25rem;left:0rem;overflow:hidden;display:block; }
#S520Z2VEbQumq6RoMGc64zr42BUaQAGC { color:#808080;display:block;width:32.0625rem;position:absolute;font-family:bitter;font-size:0.75rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:3.1875rem;left:27.9375rem;height:1.19970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#b9DN76GxPu0bxuZPSFVFxOlHPzGD1gHz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#b9DN76GxPu0bxuZPSFVFxOlHPzGD1gHz > .row .container { background-color: transparent; background-image: none; }#b9DN76GxPu0bxuZPSFVFxOlHPzGD1gHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9DN76GxPu0bxuZPSFVFxOlHPzGD1gHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9DN76GxPu0bxuZPSFVFxOlHPzGD1gHz > .row .container > .video-iframe-container { display: none; }#b9DN76GxPu0bxuZPSFVFxOlHPzGD1gHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b9DN76GxPu0bxuZPSFVFxOlHPzGD1gHz > .row > .video-iframe-container { display: none; }#b9DN76GxPu0bxuZPSFVFxOlHPzGD1gHz > .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); }#b9DN76GxPu0bxuZPSFVFxOlHPzGD1gHz > .row .container { border-width: 0; border-radius: 0; }#b9DN76GxPu0bxuZPSFVFxOlHPzGD1gHz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b9DN76GxPu0bxuZPSFVFxOlHPzGD1gHz > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:60rem;position:relative;display:block; }#w2WWpsPeuSNm4vDvzketFRZXEwwfHKwT { position:absolute;display:block;z-index:15011;background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #04d00a;border-left:0rem solid #04d00a;border-right:0rem solid #04d00a;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.375rem;width:4.375rem;top:0rem;left:55.625rem;display:block; }
#Bain0tE7igLaZLagt3flB4JnO2eoio44 { box-sizing:content-box;color:#ffffff;font-size:2.625rem;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:block;z-index:15012;top:0.21875rem;left:55.96875rem;display:block; }
#VkU4bODWwb8RRzvu3av5aAWWte4Nahuc { background-color:transparent;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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.25rem;height:4.375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0rem;left:55.622641509434rem;display:block; }
#STVP1FBigZmvZCJQ1crZno50aZ8BzBRM { 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) { #hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W92SNsun4h73zTLXgC2vV6HNsckIHq4I { width:1.25rem;height:3.25rem;top:1.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMKPC35kwa08xVuM8U40DLJUeVCTwDgV { width:7.375rem;height:3.4375rem;top:1.625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1T3uDmoqVeLu4on4779UorwLkQfxLxB { display:block; }
 }@media only screen and (max-width: 763px) { #ho9SPsUiqduXE4W1QikQELTsUExUMGGs { width:2.9375rem;height:2.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pypl58myNXQ8IQVQVNkLHDah9LNzMyEz { width:3.375rem;height:2.4375rem;top:1.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy9VyvaJEpqo9nti7CuRtEpA8UfWPEso { width:4.5625rem;height:0.875rem;top:2.9375rem;left:1.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQNRm9XsnhWKpkgHCRHdIyvayR0Nb8ka { width:1.25rem;height:3.25rem;top:1.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS2sac4uF95JhJqBFyL5KvhBSIuQKErC { width:8.375rem;height:2.875rem;top:1.6875rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyOJOH6DT0MacIGIRNN2U5yLKaSqtUrK { display:block; }
 }@media only screen and (max-width: 763px) { #tXQS56JHBslsmf8Ccm66XyTKPvQGOGwD { width:7.125rem;height:3.4375rem;top:1.625rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTetZ5ydHBnCAaSaJIrGGQ7PTbLV0vdp { display:block; }
 }@media only screen and (max-width: 763px) { #d49GqiXzblho8fDVfdekd2fLfXeHqygW { width:4.9375rem;height:3.4375rem;top:1.625rem;left:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED447AwE8gHxBP1x19yDggc3wtWRCs0S { display:block; }
 }@media only screen and (max-width: 763px) { #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { display:block; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XARW3W63fC8kidOJ3dewgrQdGITGkAOE { width:33.1875rem;height:11.625rem;top:14.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGFXlmzgIywTuK3x7rsoVFZBG1ZfHMTV { width:10rem;height:2.875rem;top:28.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAEgaV36w4xADtyG6nEuoIrqzOWIReKL { display:block; }
 }@media only screen and (max-width: 763px) { #mECfDztdsZSL6w26PE8EXJAAsTcfB8p8 { width:13.75rem;height:2.875rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTH3MmxPiIgyb0bs6VSFm21zCpeELzmu { display:block; }
 }@media only screen and (max-width: 763px) { #Cw4rtsZlEq5BI7Tv7k788JOoATkR1ddS { width:28.75rem;height:0.875rem;top:8.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bkme2oDJTOh0otrgkQDMAsd9ZQbMkbgW { width:47.75rem;height:26.50125rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXf4OTPWucOsTHc8clmzBTiUx8LbVmQH { width:19.6875rem;height:8.75rem;top:3.9375rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9 { display:none; }#EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EAEfB2oobRST6C1neATAlWU5DhAe8pJy { display:block; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygT1A4el11alpsI3UmQZzJiavfo7qw9r { width:31.3125rem;height:17.5rem;top:49.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxLFT8vJGHW3voDw1g5wKDmrpTz2GnGD { width:26.0625rem;height:17.5rem;top:50rem;left:21.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t76tKfZ2ZhmxmcG5MadQe3ZG4wtNtAVA { width:6.25rem;height:0.125rem;top:31.75rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #brLOv1dilmGD3ara4XtsCFbZtzahEEem { width:47.75rem;height:3.6875rem;top:32.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9iLphrRyUNnSsSBDdfZrUbE7WOBIF2B { width:31.4375rem;height:6.75rem;top:37.25rem;left:8.15625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1KcefCNtfkv6Exctm9UCBJVyawo28Uh { width:47.75rem;height:26.50125rem;top:46.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { width:47.75rem;height:3.6875rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2T88K0VfI4L7C7TiCIcyJXOIi4EQgop { width:3.4375rem;height:0.125rem;top:7rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ef9ddHd3hTUCLP5k0DpOayovl14Ardbu { width:1.5rem;height:1.1875rem;top:6.3125rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SL1Msbddy2KiGc9k2eWCD0XufzQxPFPA { width:3.4375rem;height:0.125rem;top:7rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh { display:block; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbnM7JeuiDcK0izezGK6EVfv1BRWq7uL { width:12.5rem;height:1.9375rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEXfwEfv27lakndZvIECuTEX2Bp8ezTO { width:3.25rem;height:3.25rem;top:1.375rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snzp8KufKrexBQA8JFo7KUpxRFiN0RPf { width:5.375rem;height:5.375rem;top:0.3125rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enlut1pNAwxawqvnvWZZie6etB8UdvIz { width:5.375rem;height:5.375rem;top:0.375rem;left:15.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrbe4rNLlxGezS7Q9k67zmpAhdALxWZ2 { width:12.5rem;height:1.9375rem;top:7rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp534xvKgzNL9oQKWTfmTwWFWJdFaLQh { width:5.375rem;height:5.375rem;top:0.375rem;left:27.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCoQreA1nZTcs3iw3BNoxTLr6TBFCpEH { width:12.5rem;height:1.9375rem;top:7rem;left:23.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ5OwgIANnRbyOBFAIeIXTp2z6ZPwowZ { width:5.375rem;height:5.375rem;top:0.375rem;left:39.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrMqGh1o4ZqWICX8k2SzmTIBJv9AnNUt { width:12.5rem;height:1.9375rem;top:6.9375rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE8bTobnAvIiMUpvkGWcWeGQJw5uIwau { width:2.4375rem;height:2.4375rem;top:1.75rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUZiCUkhUholuiJGxhe0smRANRxPm1Ga { width:2.25rem;height:2.25rem;top:1.875rem;left:28.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFrUAcq2J68yIH38B8dXGNXOc9WVMmW9 { width:2.4375rem;height:2.4375rem;top:1.75rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tApl190u7w8TKSc5q5iBtIStAi8hgAdi { display:block; }#tApl190u7w8TKSc5q5iBtIStAi8hgAdi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrgqKh2DG4XEGLuwWJUuUsVg5qKrv3Kw { width:16.9375rem;height:;top:0rem;left:14.8125rem;font-size:1rem;display:block; }#RrgqKh2DG4XEGLuwWJUuUsVg5qKrv3Kw li:before{  }
 }@media only screen and (max-width: 763px) { #VmoztLsTRulHr9mZL2I6vU2NBmtLDmLu { width:15.1875rem;height:7.875rem;top:0rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG14abu8uc5aNMKmfscmavTbJzIh04uh { width:19.625rem;height:;top:0rem;left:28rem;font-size:1rem;display:block; }#DG14abu8uc5aNMKmfscmavTbJzIh04uh li:before{  }
 }@media only screen and (max-width: 763px) { #aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9 { display:none; }#aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #szwVBToOrULAJlMGr4iWwz1DnsAO82X1 { display:block; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5bJGZGUTCpXTUn6T0zbxETIaPpa78WN { width:47.75rem;height:3.6875rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrr3a49U72u9ZIb0dmZHZMvhviFkT8qc { width:6.25rem;height:0.125rem;top:6.375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic { display:block; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CegTiINmiG8Z7g1onOAnVC8b0mG2C1EE { width:19.25rem;height:18.9375rem;top:0.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0 { width:15rem;height:0.0625rem;top:7.5625rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWAThBleg1eUzyT9gPQDn1v6NorqxoWL { width:15.1875rem;height:5.8125rem;top:9.125rem;left:32.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS { width:2.5rem;height:0.0625rem;top:17rem;left:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEhEJq59UMmSJZu66zAaq9o4E01BKGuy { width:40rem;height:18.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll9vd7Hp6exRfFuaG1PWRPkkwmyCao4w { width:5.125rem;height:5.125rem;top:1.8125rem;left:41.75rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { display:block; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPtOfRMDa1Ar65gMHW4xL3gPa7wtdxT3 { width:39.9375rem;height:19rem;top:0rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coqcP40v44QAxRi480D3gkgkXDkFpSED { width:47.75rem;height:25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHJgluZGvaBi6QvAUczCmGf8IDTF6NuL { width:47.75rem;height:25rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz { display:block; }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzzU8yihdUOQEnKwRbaQccnCPvg5m0Zd { width:39rem;height:5.5rem;top:12.6875rem;left:4.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN3sxVLhPsRqSe26BhLsKlg1xEbTfGxa { width:16.0625rem;height:3.125rem;top:20.9375rem;left:15.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJREPJp9kHkFcyX8NcPgpCMegg3wSh49 { display:block; }
 }@media only screen and (max-width: 763px) { #NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 { display:block; }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNT0GyA7C1BS1wtUQu5xO3bzBfhCHd6C { width:47.75rem;height:3.6875rem;top:7.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icpHU4M9WHo65LrIIDCBR7WCG0OXtg0a { width:6.25rem;height:0.125rem;top:6.8125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK { display:block; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdsZGy53Bf7kNrbOmzNDclAU7pTvVZXD { width:11.375rem;height:11.375rem;top:1.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8ULyvntM6FdUU4tr4KQUb42JpEEAMB4 { width:17.25rem;height:8.25rem;top:19.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8AkaZQnArOeimfDK142eSBky2hkLStJ { width:16.875rem;height:3rem;top:14.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycNMf3Esd5fdV5T9gTK6mvTHsZMEEFTS { width:10.625rem;height:10.625rem;top:2.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwJ0spCzgAn7C2TwLOOCP5o4BGaay0Ig { width:16.875rem;height:2.25rem;top:17.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebVz0QwqKvyGyCWiUOC37Axxwlpe4z3m { width:1.5rem;height:1.5rem;top:30rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8oBI5TpCUmkeR04k6rgAtVoOQtxQaqG { width:16.5625rem;height:1.125rem;top:31.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlrfxDqndsJ1mrPsLXzFvXskWzfk0dZW { width:16.5625rem;height:1.125rem;top:31.8125rem;left:31.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9ZkFX1yBzTyTgUG6fM6URVoTgwRcAMt { width:17.25rem;height:9.8125rem;top:19.5rem;left:30.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub1lka3myxWaDxdkSA9bDKb521VlHLpg { width:1.5rem;height:1.5rem;top:30rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUfJn4bL6hwkHNFTDqK1hpnavBX8KFtc { width:16.875rem;height:2.25rem;top:16rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzmeQhTl4gCSFBXD9Pnn3WIZ6U6LXgwF { width:16.875rem;height:1.5rem;top:14.25rem;left:30.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGczl8ZL3D4IunC6hC8TTlllwWpaGmHe { width:11.375rem;height:11.375rem;top:1.875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H07nWwdqN8qzQfgMlU5aRboTDpJoBxui { width:10.625rem;height:10.625rem;top:2.3125rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVsfTHuoIXPHo2642r3PdODP9ARgLV4G { width:16.5625rem;height:1.125rem;top:31.8125rem;left:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXsaEIhAMBTJpbconpIqAJBE6VqpZykz { width:1.5rem;height:1.5rem;top:30rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEzQIH3pnmEQT3qy5ythwR4uyRdifbNd { width:17.25rem;height:5.625rem;top:19.5rem;left:14.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twAtrtUlJaSGmbRXkz6UBFSLU3TTx2cL { width:16.875rem;height:2.25rem;top:17.25rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOavIT4iiq4I9JugDD4B1X0nsdVwa6To { width:16.875rem;height:1.5rem;top:14.25rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNxbDVGXtSdTQUwCX5Hbb8lA8MGK14sq { width:11.375rem;height:11.375rem;top:1.875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op4camRA6qFeL3AzVQ4xTihmZgNsgx72 { width:10.625rem;height:10.625rem;top:2.3125rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb57c2xBisd09qU1DTUDJvwnr6kUvXbS { width:16.5625rem;height:1.125rem;top:34rem;left:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 { display:block; }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3gLOrcyXgqo6CKsTJAGPzqA3uUaAapk { width:11.375rem;height:11.375rem;top:1.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF9OIZHQUvr0BC3WEOTlILPSTuZJdlMZ { width:17.25rem;height:6.875rem;top:19.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5lQACCmCqZi8UK0zORvxo9hI16qgddu { width:17.5625rem;height:3rem;top:14.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTyTsobg4dG6NPxsvNssHuqFU3DextJl { width:10.625rem;height:10.625rem;top:2.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEk8D9v1d6zPQsPX5oFn8kg8d1vBG30v { width:16.875rem;height:2.25rem;top:17.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuTbQiAMvH9ASOmwqOKaBBOhRRBmk48L { width:1.5rem;height:1.5rem;top:30rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKHURg6LAW4rOg354PElEEwIFU1ZddRf { width:16.5625rem;height:1.125rem;top:31.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHzFVnGqtnsrKEJ1GHCMmExboZfmCiin { width:17.25rem;height:15.4375rem;top:19.5rem;left:30.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqTcI8E9WXfkaPhaKl9CTG9N8rRTIkUv { width:16.875rem;height:3rem;top:14.25rem;left:30.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmiTNZI13CSVR65cJqQQ1e0FCrdMPteT { width:16.875rem;height:2.25rem;top:17.25rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE0uL66EQZPxUwguMXWCpCTkxBdE0wvS { width:11.375rem;height:11.375rem;top:1.875rem;left:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLUIpMs1wqKiTnP02y8g6bLqHiKLcB0D { width:10.625rem;height:10.625rem;top:2.3125rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTZeMsicIN8uGZ6pK2mHLHXPEwqKy8S5 { width:1.5rem;height:1.5rem;top:36.25rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJdLEuqewHOwl2T6TgnrpNFkRH07X1dE { width:16.5625rem;height:1.125rem;top:38.0625rem;left:31.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8Pt7XS0OTE9JiVKm9RilSAUqxus8gyB { width:11.375rem;height:11.375rem;top:1.875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMawIOg5iElnU1FymibD1E7etIhFP15l { width:10.625rem;height:10.625rem;top:2.3125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdc69QfInXupphD2KQHB3OQpdXZGTx0N { width:17.5625rem;height:1.5rem;top:14.25rem;left:14.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUVqTAt9bIOcpvFuywkCmSDmLb4pO1KB { width:16.875rem;height:2.25rem;top:17.25rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz3KxJG0Ut0ZJgtntAauaJ2So9w2Vo2E { width:18.5625rem;height:12.625rem;top:19.5625rem;left:13.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enFebiRSiq7y2uQAeLCOSG6fR2PFCf2n { width:1.5rem;height:1.5rem;top:33.4375rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzOv5TeQJ35AIcdtLCrvXuRMZMCQA2Ja { width:16.5rem;height:1.125rem;top:35.25rem;left:15.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f { display:block; }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sn9waJV4FPTC7drNypqTDzruda2DmCdd { width:16.5rem;height:1.125rem;top:36.3125rem;left:15.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeqIg4OJt4FoJqBPiTEfKkzG7pgZP5Au { width:1.5rem;height:1.5rem;top:34.5rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkeUilWL4Kqe1J4aoQT72VV94do8FAnf { width:18.5625rem;height:11.25rem;top:21.1875rem;left:13.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWoidO2cDNsRI4L69arZJHLTF4btLhXO { width:16.875rem;height:2.25rem;top:18.875rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crrx02FMUK2k0yxNSlRVD2HhfyqBQH6H { width:17.5625rem;height:1.5rem;top:15.875rem;left:14.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynF2tOmWeRJ7GtcPwLKaw8UEXlTPiELr { width:11.375rem;height:11.375rem;top:3.5rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EewSEoFzCm2w6C6w1FEwwSAHBALBKe6Z { width:10.625rem;height:10.625rem;top:3.9375rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrfF4EFpMd56sNQo8x9XTZRPMMNQITVX { width:11.375rem;height:11.375rem;top:3.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxOGl8RZxImau0ha466BvS1dkiyoi2JI { width:10.625rem;height:10.625rem;top:3.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7UTtzOG4Uhbal19kaSG5k6FUlFUp3IL { width:17.5625rem;height:1.5rem;top:15.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEahMVCcRMbTPKVCNH4ZXbxvxurvE1Vh { width:16.875rem;height:2.25rem;top:18.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrC4VPUqEqH6byncUegG5PRlwWem8TcG { width:18.5625rem;height:9.8125rem;top:21.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDQ2vc023JU8d5MoQbhXWJTGlpr6eFVt { width:1.5rem;height:1.5rem;top:34.5625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS6cVHbuCpmRgI5CoeGni6NRI57OFUEg { width:16.5rem;height:1.125rem;top:36.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcBgOESaE9hByUMC4N65lqZ8d8gxk7xp { width:17.5625rem;height:1.5rem;top:15.6875rem;left:30.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y13TRqe77vrKEgfsBkT9uJqIWJOXhtax { width:11.375rem;height:11.375rem;top:3.3125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmx428zIOtXbBaRETLumrJ2RWTyyV4Or { width:10.625rem;height:10.625rem;top:3.75rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxaLkaazqAf6KLgf3ht018QwbAVhTCTI { width:17.25rem;height:7rem;top:20.9375rem;left:30.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc5R3ZZkZc2bFlo0EIgeDdt72yG1N11e { width:16.875rem;height:2.25rem;top:18.6875rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZDSk3iZnbEenheFD6MnBFsnBEn1qo2d { width:1.5rem;height:1.5rem;top:34.1875rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4wV1QH2pM8VKPv2qMaFVJwXti8npgy8 { width:16.5625rem;height:1.125rem;top:36.0625rem;left:31.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSPFN5M25dL5OPFLUOeqcSLoRev36nvw { display:block; }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnunZbzwUeBeh1Ea8pmoT3c9T0tTZrbz { width:16.5rem;height:1.125rem;top:33.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM1KLFuE8i5LEz4xd4AlGmfCgdsPfC7T { width:1.5rem;height:1.5rem;top:31.625rem;left:7.9049491882325rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf8oQRnkx38haZc3QiE1m4rOBLr5Bp0Z { width:18.5625rem;height:7rem;top:21.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPXoSSsoHyQfpSDnzR28AEVZ7gc4L5Z8 { width:16.875rem;height:2.25rem;top:19.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoqOrXMDxStD5pTwl4DRnKo0OL6BWMHQ { width:17.5625rem;height:1.5rem;top:16.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4yAwl7N0gkef9RGhx28zQSfnm1Qo2vl { width:11.375rem;height:11.375rem;top:3.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRMHvDMeSoaraxBRcWrnaDBeXdRDp7PH { width:10.625rem;height:10.625rem;top:4.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlsrZmDRktOi2oJN8suHESzDdfzr6I8g { width:16.5rem;height:1.125rem;top:33.4375rem;left:15.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABGZ3lP80wadd0248mI8yuMgTTOQyOK4 { width:18.5625rem;height:5.625rem;top:21.5625rem;left:13.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXS0HpOTvCHdOzBJtUbu84vaXwkEirUk { width:1.5rem;height:1.5rem;top:31.4375rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOzCQVqZraQxOnPqMZ7wfSbHwNLiW5Z9 { width:16.875rem;height:2.25rem;top:19.25rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAdcD2OIRTJ3cFD897EWo87ZkTcnakXq { width:17.5625rem;height:1.5rem;top:16.25rem;left:14.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8nZexcpnb4gH52V8O28d970pKukGZs3 { width:11.375rem;height:11.375rem;top:3.875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CooHVzs5wfphzrNl2HMwhb90umKQOxtl { width:10.625rem;height:10.625rem;top:4.3125rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAiVGIbwzehRM2ypTf6v7WDWTEF0Dtwz { width:16.5rem;height:1.125rem;top:33.375rem;left:31.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys3TBISxIAREIsfOXq0pMZ9usGvzJcNx { width:18.5625rem;height:8.4375rem;top:21.5rem;left:29.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmg9TEkwBlmEtaJ1FtEDHJ3qdAHxTJTy { width:1.4375rem;height:1.4375rem;top:31.375rem;left:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIe6hG74GfB8lPsaPz0Qi6BIN2azCymK { width:16.875rem;height:2.25rem;top:19.1875rem;left:30.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPenkTduFn5LinuTF5OC1b1wBvp1Kdcl { width:17.5625rem;height:1.5rem;top:16.1875rem;left:30.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuNntDP9WWA1y18upNmZaNgvQtG1TQC6 { width:11.3125rem;height:11.3125rem;top:3.8125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZRTLDUthhg54mWOoEdu6hArRh33W8tt { width:10.625rem;height:10.625rem;top:4.25rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6qDe0VgdQWk8oMIms6S78SrxBv3833o { width:16.5625rem;height:1.125rem;top:35.1875rem;left:15.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAbnaoWhy9GZWk5tlnOm0HvA9VyvKTxg { width:16.5625rem;height:1.125rem;top:35.1875rem;left:31.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHCKRVvzLKQxtV8Dgp3tHJM4iDCDBuCu { display:block; }#eHCKRVvzLKQxtV8Dgp3tHJM4iDCDBuCu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVD4l9AFwN1mLiV3TdCwmzSXVLPWB8vT { width:47.75rem;height:16.625rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiOARlr91nJARorzbib68HwJ36E4NkZu { width:47.75rem;height:3.6875rem;top:5.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMLfTTvsoZCkV9B9IqxGTAcvrbotvmxD { width:6.25rem;height:0.125rem;top:4.8125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW1BkBrFDsBJvhMdSBzxdAnnoIq3PVl6 { display:block; }#lW1BkBrFDsBJvhMdSBzxdAnnoIq3PVl6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dD9STKwVAT7BpPhPuS17vaPyrZQL4S3y { width:45.3125rem;height:38.0625rem;top:5.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqrE2JJbnun1SQ8ZTpBddRTdHEgxitem { width:29.125rem;height:4.8125rem;top:12.5rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xybrIfbkVLQ68FHMLhruUnoKyqZum8pE { width:28rem;height:8.5rem;top:17.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xadWpwkoghrw4J2wec43mB91wutfT4Gr { width:10.125rem;height:3.125rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNkgRilLT3I3TdbeM6iA3z76SAkDiRSv { display:block; }
 }@media only screen and (max-width: 763px) { #pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB { display:none; }#pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 { display:block; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gm9RoTLd8VvdL4kpKiImLR3WKHLmxP7C { width:29rem;height:5.6875rem;top:6.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRWs5dJtvXxXT1ssLUT4e2XknqrWXRZx { width:29.5rem;height:1.625rem;top:12.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQXnrl5zOxVSsmOpyswQRcF1JyPTKyGx { width:2.75rem;height:2.75rem;top:11.8125rem;left:29.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzcUliMuashF1TnIA0rROP6BGykQbRPm { width:2.875rem;height:2.875rem;top:11.5625rem;left:32.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #drm369fHeaTE0zNOwlebwLEzt5MivMLd { width:17.8125rem;height:4rem;top:11.125rem;left:29.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #drCAoa9Lg7CPvvpLMAvL9ZGGoIpeSpdb { width:25.125rem;height:3.125rem;top:11.5625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlG6TkpDJgn2to5tf5ws0mDOaHqDLWFR { display:block; }
 }@media only screen and (max-width: 763px) { #dkbBa9fVw2X9vlw1kJIyAnT1TkbTBD70 { display:block; }#dkbBa9fVw2X9vlw1kJIyAnT1TkbTBD70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plbEB96gPeuhfMwu9lWllH93xw65GxOA { width:47.75rem;height:33.75rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJCk8TXd6at9bTk1RaPrDGickO5f0QTm { display:block; }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOR8TqAFyfHa3JuxmtOSalIG5DAJXBUO { width:1.25rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALBi4GOloNfMnLa7y36oiqDcxqOgu1AI { width:3.375rem;height:2.4375rem;top:2.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSx8U5eN30M9e8cu6q20UFW9zXa2iuyl { width:4.5625rem;height:0.875rem;top:3.5rem;left:1.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTZ3MrZqvaZsbL5toeaMiuASwns72Ukd { width:1.25rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9pGuGCnBOEcFERtTEVluxX1D9psnIly { width:2.9375rem;height:2.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S520Z2VEbQumq6RoMGc64zr42BUaQAGC { width:32.0625rem;height:1.1875rem;top:3.1875rem;left:15.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9DN76GxPu0bxuZPSFVFxOlHPzGD1gHz { display:block; }#b9DN76GxPu0bxuZPSFVFxOlHPzGD1gHz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2WWpsPeuSNm4vDvzketFRZXEwwfHKwT { width:4.375rem;height:4.375rem;top:0rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bain0tE7igLaZLagt3flB4JnO2eoio44 { width:3.8125rem;height:3.8125rem;top:0.1875rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkU4bODWwb8RRzvu3av5aAWWte4Nahuc { width:4.25rem;height:4.375rem;top:0rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVP1FBigZmvZCJQ1crZno50aZ8BzBRM { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { position:relative;z-index:auto;display:block; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL { border-width: 0; border-radius: 0; }#hUCXkgQqkWwSAZkLFs6L7QDxpXByzHfL > .row .container { width:20rem;height:4.875rem;border-top:0rem solid #d5d6d8;border-left:0rem solid #d5d6d8;border-right:0rem solid #d5d6d8;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W92SNsun4h73zTLXgC2vV6HNsckIHq4I { width:6.6875rem;height:3.25rem;top:1.125rem;left:5.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fMKPC35kwa08xVuM8U40DLJUeVCTwDgV { width:4.375rem;height:3.4375rem;top:9.0625rem;left:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1T3uDmoqVeLu4on4779UorwLkQfxLxB { display:block; }
 }@media only screen and (max-width: 763px) { #ho9SPsUiqduXE4W1QikQELTsUExUMGGs { width:2.875rem;height:2.875rem;top:0.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pypl58myNXQ8IQVQVNkLHDah9LNzMyEz { width:3.375rem;height:2.4377875rem;top:1.625rem;left:9.375rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy9VyvaJEpqo9nti7CuRtEpA8UfWPEso { width:4.5625rem;height:0.89355625rem;top:2.875rem;left:11.125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQNRm9XsnhWKpkgHCRHdIyvayR0Nb8ka { width:1.25rem;height:2.59964375rem;top:1.5625rem;left:9rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eS2sac4uF95JhJqBFyL5KvhBSIuQKErC { width:7.1875rem;height:2.625rem;top:18rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LyOJOH6DT0MacIGIRNN2U5yLKaSqtUrK { display:block; }
 }@media only screen and (max-width: 763px) { #tXQS56JHBslsmf8Ccm66XyTKPvQGOGwD { width:7.125rem;height:3.4375rem;top:21.875rem;left:6.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTetZ5ydHBnCAaSaJIrGGQ7PTbLV0vdp { display:block; }
 }@media only screen and (max-width: 763px) { #d49GqiXzblho8fDVfdekd2fLfXeHqygW { width:4.9375rem;height:3.4375rem;top:26.5625rem;left:7.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ED447AwE8gHxBP1x19yDggc3wtWRCs0S { display:block; }
 }@media only screen and (max-width: 763px) { #MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH { background-color:rgba(229,230,232,0.86);background-image:none;display:block; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { background-color: transparent; background-image: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row > .video-iframe-container { display: none; }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .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); }#MwTX1ZDzXuUSn8giN86ltLRfOPbAQExH > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XARW3W63fC8kidOJ3dewgrQdGITGkAOE { width:18.8125rem;height:0;top:15.1875rem;left:0.1875rem;text-align:left;text-align-last:left;font-size:2.1875rem;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #kGFXlmzgIywTuK3x7rsoVFZBG1ZfHMTV { width:9rem;height:2.9375rem;top:21.65625rem;left:5.5rem;font-size:0.8125rem;color:#34aced;border-top:0.0625rem solid #34aced;border-left:0.0625rem solid #34aced;border-right:0.0625rem solid #34aced;border-bottom:0.0625rem solid #34aced;display:block; }
 }@media only screen and (max-width: 763px) { #hAEgaV36w4xADtyG6nEuoIrqzOWIReKL { display:block; }
 }@media only screen and (max-width: 763px) { #mECfDztdsZSL6w26PE8EXJAAsTcfB8p8 { width:11.1875rem;height:3.125rem;top:17.375rem;left:4.40625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTH3MmxPiIgyb0bs6VSFm21zCpeELzmu { display:block; }
 }@media only screen and (max-width: 763px) { #Cw4rtsZlEq5BI7Tv7k788JOoATkR1ddS { width:15.9375rem;height:2.3994125rem;top:13.0625rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Bkme2oDJTOh0otrgkQDMAsd9ZQbMkbgW { height:11.9375rem;width:20rem;top:34rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXf4OTPWucOsTHc8clmzBTiUx8LbVmQH { width:19.6875rem;height:8.75rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;line-height:1;z-index:15002;color:#443c3f;display:block; }
 }@media only screen and (max-width: 763px) { #EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0nCwYr6x/banner.jpg");background-position:center right !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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9.adaptive-delivery-prevent-bg, #EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9.lazyload, #EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9.lazyloading { background-image: none; }#EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9 > .row .container { background-color: transparent; background-image: none; }#EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9 > .row .container > .video-iframe-container { display: none; }#EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9 > .row > .video-iframe-container { display: none; }#EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9 > .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); }#EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9 > .row .container { border-width: 0; border-radius: 0; }#EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EdOgHIonFsnfVXWCTiFCq6pe7dVQcAP9 > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EAEfB2oobRST6C1neATAlWU5DhAe8pJy { background-color:#34aced;background-image:none;display:block; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { background-color: transparent; background-image: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container > .video-iframe-container { display: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row > .video-iframe-container { display: none; }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .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); }#EAEfB2oobRST6C1neATAlWU5DhAe8pJy > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygT1A4el11alpsI3UmQZzJiavfo7qw9r { width:20rem;height:11.19725rem;top:30.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxLFT8vJGHW3voDw1g5wKDmrpTz2GnGD { width:20rem;height:15.75rem;top:45.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #t76tKfZ2ZhmxmcG5MadQe3ZG4wtNtAVA { width:3.4375rem;height:0.125rem;top:3.875rem;left:8.3125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #brLOv1dilmGD3ara4XtsCFbZtzahEEem { width:20rem;height:2.3999rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b9iLphrRyUNnSsSBDdfZrUbE7WOBIF2B { width:20rem;height:5.94921875rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1KcefCNtfkv6Exctm9UCBJVyawo28Uh { height:11.9375rem;width:20rem;top:15.625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 { display:block; }#t6VmaJT7BK6skaMWtxD3pBsmacQRG2G6 > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsKrIJ7MNaBf1TXNEqKW4cVV9scKKRGO { width:20rem;height:4.798825rem;top:5.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l2T88K0VfI4L7C7TiCIcyJXOIi4EQgop { width:3.4375rem;height:0.125rem;top:3.8125rem;left:4.375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ef9ddHd3hTUCLP5k0DpOayovl14Ardbu { width:1.5rem;height:1.1875rem;top:3.25rem;left:9.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #SL1Msbddy2KiGc9k2eWCD0XufzQxPFPA { width:3.4375rem;height:0.125rem;top:3.8125rem;left:12.1875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh { display:block; }#UWQ6lTRqQN2zo4Q0T1ETb0T1p4MB9Blh > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wbnM7JeuiDcK0izezGK6EVfv1BRWq7uL { width:5.375rem;height:1.2999125rem;top:8.9375rem;left:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEXfwEfv27lakndZvIECuTEX2Bp8ezTO { width:2.625rem;height:2.625rem;top:3.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snzp8KufKrexBQA8JFo7KUpxRFiN0RPf { width:5.375rem;height:5.375rem;top:2.375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Enlut1pNAwxawqvnvWZZie6etB8UdvIz { width:5.375rem;height:5.375rem;top:2.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qrbe4rNLlxGezS7Q9k67zmpAhdALxWZ2 { width:5.375rem;height:1.2999125rem;top:8.875rem;left:12.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yp534xvKgzNL9oQKWTfmTwWFWJdFaLQh { width:5.375rem;height:5.375rem;top:14.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCoQreA1nZTcs3iw3BNoxTLr6TBFCpEH { width:7.3125rem;height:1.2999125rem;top:20.75rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQ5OwgIANnRbyOBFAIeIXTp2z6ZPwowZ { width:5.375rem;height:5.375rem;top:14.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrMqGh1o4ZqWICX8k2SzmTIBJv9AnNUt { width:5.375rem;height:1.2999125rem;top:20.75rem;left:12.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QE8bTobnAvIiMUpvkGWcWeGQJw5uIwau { width:2.0625rem;height:2.0625rem;top:3.96875rem;left:13.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUZiCUkhUholuiJGxhe0smRANRxPm1Ga { width:2.0625rem;height:2.0625rem;top:15.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFrUAcq2J68yIH38B8dXGNXOc9WVMmW9 { width:2.1875rem;height:2.1875rem;top:15.65625rem;left:13.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tApl190u7w8TKSc5q5iBtIStAi8hgAdi { display:block; }#tApl190u7w8TKSc5q5iBtIStAi8hgAdi > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrgqKh2DG4XEGLuwWJUuUsVg5qKrv3Kw { width:20rem;height:15.959rem;top:7.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#RrgqKh2DG4XEGLuwWJUuUsVg5qKrv3Kw li:before{  }
 }@media only screen and (max-width: 763px) { #VmoztLsTRulHr9mZL2I6vU2NBmtLDmLu { width:20rem;height:4.798825rem;top:1.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DG14abu8uc5aNMKmfscmavTbJzIh04uh { width:20rem;height:13.734375rem;top:24.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#DG14abu8uc5aNMKmfscmavTbJzIh04uh li:before{  }
 }@media only screen and (max-width: 763px) { #aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eA42FVgW/68366950_2357877877813675_2480323392733970432_o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9.adaptive-delivery-prevent-bg, #aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9.lazyload, #aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9.lazyloading { background-image: none; }#aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9 > .row .container { background-color: transparent; background-image: none; }#aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9 > .row .container > .video-iframe-container { display: none; }#aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9 > .row > .video-iframe-container { display: none; }#aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9 > .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); }#aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9 > .row .container { border-width: 0; border-radius: 0; }#aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKhb3GrbIo7vOKKeSDGiHzoq9PbrRNL9 > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #szwVBToOrULAJlMGr4iWwz1DnsAO82X1 { display:block; }#szwVBToOrULAJlMGr4iWwz1DnsAO82X1 > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5bJGZGUTCpXTUn6T0zbxETIaPpa78WN { width:20rem;height:2.59964375rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrr3a49U72u9ZIb0dmZHZMvhviFkT8qc { width:3.4375rem;height:0.125rem;top:2.875rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic { display:block; }#vKBPTsI6S6eh9bAy60Br5sFOq4vvm5Ic > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CegTiINmiG8Z7g1onOAnVC8b0mG2C1EE { width:20rem;height:19.8125rem;top:22.6865234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzce6B1ABS3DiV8bzW7yJJb2zVdV03p0 { width:15rem;height:0.0625rem;top:7.25rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWAThBleg1eUzyT9gPQDn1v6NorqxoWL { width:20rem;height:3.4125375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;color:#808080;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV3cil2tmJ0WafkRI4z2J1G1QBMN8ZPS { width:2.5rem;height:0.0625rem;top:14.3125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEhEJq59UMmSJZu66zAaq9o4E01BKGuy { width:20rem;height:18.9375rem;top:10.2666015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ll9vd7Hp6exRfFuaG1PWRPkkwmyCao4w { width:5.125rem;height:5.125rem;top:10.5791015625rem;left:8.25rem;font-size:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H { display:block; }#Dg2JcTcXLzPcW4u3kWJfHHXukXTVLL7H > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qPtOfRMDa1Ar65gMHW4xL3gPa7wtdxT3 { width:19.5625rem;height:9.5rem;top:0rem;left:0.0078125rem;display:none; }
 }@media only screen and (max-width: 763px) { #coqcP40v44QAxRi480D3gkgkXDkFpSED { width:20rem;height:19rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QHJgluZGvaBi6QvAUczCmGf8IDTF6NuL { width:20rem;height:19rem;top:0rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz { background-color:transparent;background-image:url("https://images.assets-landingi.com/97YlFPV5/pexels_daniel_xavier_1239291.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz.adaptive-delivery-prevent-bg, #OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz.lazyload, #OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz.lazyloading { background-image: none; }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .row .container { background-color: transparent; background-image: none; }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,154,229,0.83); }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .row .container > .video-iframe-container { display: none; }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(14,154,229,0.83); }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .row > .video-iframe-container { display: none; }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .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); }#OJQIUKKyTEkV7nTPT3VMc1JoATAhWWXz > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OzzU8yihdUOQEnKwRbaQccnCPvg5m0Zd { width:20rem;height:6.82325rem;top:6.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yN3sxVLhPsRqSe26BhLsKlg1xEbTfGxa { width:16.0625rem;height:3.125rem;top:15.8125rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJREPJp9kHkFcyX8NcPgpCMegg3wSh49 { display:block; }
 }@media only screen and (max-width: 763px) { #NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 { display:block; }#NQP4LDFcZR2qF8fWdVCGrxGQeH8HlyD2 > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNT0GyA7C1BS1wtUQu5xO3bzBfhCHd6C { width:20rem;height:1.95rem;top:7.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icpHU4M9WHo65LrIIDCBR7WCG0OXtg0a { width:3.4375rem;height:0.125rem;top:6.125rem;left:8.28125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK { background-color:rgba(0,0,0,0);background-image:none;display:block; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { background-color: transparent; background-image: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container > .video-iframe-container { display: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row > .video-iframe-container { display: none; }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .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); }#Z0L44v3Jo0qEkA4MD6wO4TqSWrDTTpKK > .row .container { width:20rem;height:65.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdsZGy53Bf7kNrbOmzNDclAU7pTvVZXD { width:6.25rem;height:6.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8ULyvntM6FdUU4tr4KQUb42JpEEAMB4 { width:18.3125rem;height:7.3476625rem;top:7.625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #J8AkaZQnArOeimfDK142eSBky2hkLStJ { width:12.75rem;height:4.5rem;top:1.25rem;left:7.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ycNMf3Esd5fdV5T9gTK6mvTHsZMEEFTS { width:5.625rem;height:5.625rem;top:1.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwJ0spCzgAn7C2TwLOOCP5o4BGaay0Ig { width:10.125rem;height:2.0996125rem;top:5.8125rem;left:7.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebVz0QwqKvyGyCWiUOC37Axxwlpe4z3m { width:1.5rem;height:1.5rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8oBI5TpCUmkeR04k6rgAtVoOQtxQaqG { width:14.625rem;height:1.125rem;top:15rem;left:2rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlrfxDqndsJ1mrPsLXzFvXskWzfk0dZW { width:14.625rem;height:1.125rem;top:59.375rem;left:2rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9ZkFX1yBzTyTgUG6fM6URVoTgwRcAMt { width:18.3125rem;height:8.57225rem;top:48.875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ub1lka3myxWaDxdkSA9bDKb521VlHLpg { width:1.5rem;height:1.5rem;top:59.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUfJn4bL6hwkHNFTDqK1hpnavBX8KFtc { width:10.125rem;height:2.0996125rem;top:45.1875rem;left:7.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzmeQhTl4gCSFBXD9Pnn3WIZ6U6LXgwF { width:12.75rem;height:1.5rem;top:41.875rem;left:7.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WGczl8ZL3D4IunC6hC8TTlllwWpaGmHe { width:6.25rem;height:6.25rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H07nWwdqN8qzQfgMlU5aRboTDpJoBxui { width:5.625rem;height:5.625rem;top:42.25rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVsfTHuoIXPHo2642r3PdODP9ARgLV4G { width:14.625rem;height:1.125rem;top:34.625rem;left:2rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXsaEIhAMBTJpbconpIqAJBE6VqpZykz { width:1.5rem;height:1.5rem;top:34.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEzQIH3pnmEQT3qy5ythwR4uyRdifbNd { width:17rem;height:4.8984375rem;top:28.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #twAtrtUlJaSGmbRXkz6UBFSLU3TTx2cL { width:10.125rem;height:2.0996125rem;top:25.6875rem;left:7.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOavIT4iiq4I9JugDD4B1X0nsdVwa6To { width:12.75rem;height:3rem;top:22.75rem;left:7.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eNxbDVGXtSdTQUwCX5Hbb8lA8MGK14sq { width:6.25rem;height:6.25rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op4camRA6qFeL3AzVQ4xTihmZgNsgx72 { width:5.625rem;height:5.625rem;top:22.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sb57c2xBisd09qU1DTUDJvwnr6kUvXbS { width:16.5625rem;height:1.125rem;top:36.5rem;left:0.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 { background-color:rgba(0,0,0,0);background-image:none;display:block; }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .row .container { background-color: transparent; background-image: none; }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .row .container > .video-iframe-container { display: none; }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .row > .video-iframe-container { display: none; }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .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); }#vMPiJX7SFXL8AZnXy0RlRxPNv8gOQXZ8 > .row .container { width:20rem;height:74.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3gLOrcyXgqo6CKsTJAGPzqA3uUaAapk { width:6.25rem;height:6.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF9OIZHQUvr0BC3WEOTlILPSTuZJdlMZ { width:18.3125rem;height:4.89844375rem;top:7.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #L5lQACCmCqZi8UK0zORvxo9hI16qgddu { width:12.75rem;height:4.5rem;top:1.25rem;left:7.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vTyTsobg4dG6NPxsvNssHuqFU3DextJl { width:5.625rem;height:5.625rem;top:1.625rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEk8D9v1d6zPQsPX5oFn8kg8d1vBG30v { width:12.3125rem;height:2.0996125rem;top:5.8125rem;left:7.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuTbQiAMvH9ASOmwqOKaBBOhRRBmk48L { width:1.5rem;height:1.5rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKHURg6LAW4rOg354PElEEwIFU1ZddRf { width:14.625rem;height:1.125rem;top:12.8125rem;left:2rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHzFVnGqtnsrKEJ1GHCMmExboZfmCiin { width:18.3125rem;height:11.0214875rem;top:54.5rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NqTcI8E9WXfkaPhaKl9CTG9N8rRTIkUv { width:12.75rem;height:3rem;top:48.75rem;left:7.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bmiTNZI13CSVR65cJqQQ1e0FCrdMPteT { width:12.5625rem;height:2.0996125rem;top:51.6875rem;left:7.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE0uL66EQZPxUwguMXWCpCTkxBdE0wvS { width:6.25rem;height:6.25rem;top:48.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLUIpMs1wqKiTnP02y8g6bLqHiKLcB0D { width:5.625rem;height:5.625rem;top:48.5rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTZeMsicIN8uGZ6pK2mHLHXPEwqKy8S5 { width:1.5rem;height:1.5rem;top:66.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJdLEuqewHOwl2T6TgnrpNFkRH07X1dE { width:14.625rem;height:1.125rem;top:67.0625rem;left:2rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8Pt7XS0OTE9JiVKm9RilSAUqxus8gyB { width:6.25rem;height:6.25rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMawIOg5iElnU1FymibD1E7etIhFP15l { width:5.625rem;height:5.625rem;top:20.375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdc69QfInXupphD2KQHB3OQpdXZGTx0N { width:8.875rem;height:3rem;top:20.5625rem;left:7.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUVqTAt9bIOcpvFuywkCmSDmLb4pO1KB { width:10.9375rem;height:2.0996125rem;top:23.8125rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz3KxJG0Ut0ZJgtntAauaJ2So9w2Vo2E { width:16.8125rem;height:12.2461125rem;top:27.375rem;left:0.125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #enFebiRSiq7y2uQAeLCOSG6fR2PFCf2n { width:1.5rem;height:1.5rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzOv5TeQJ35AIcdtLCrvXuRMZMCQA2Ja { width:12.0625rem;height:1.125rem;top:41.0625rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f { background-color:rgba(0,0,0,0);background-image:none;display:block; }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .row .container { background-color: transparent; background-image: none; }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .row .container > .video-iframe-container { display: none; }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .row > .video-iframe-container { display: none; }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .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); }#An9Wwvt6Adeg9WP0xSsadOqTMuNCM35f > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sn9waJV4FPTC7drNypqTDzruda2DmCdd { width:12.24975rem;height:1.125rem;top:61.8125rem;left:2.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeqIg4OJt4FoJqBPiTEfKkzG7pgZP5Au { width:1.5rem;height:1.5rem;top:61.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkeUilWL4Kqe1J4aoQT72VV94do8FAnf { width:18.875rem;height:8.5722375rem;top:51.8125rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BWoidO2cDNsRI4L69arZJHLTF4btLhXO { width:10.875rem;height:2.0996125rem;top:49.25rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Crrx02FMUK2k0yxNSlRVD2HhfyqBQH6H { width:8.4375rem;height:3rem;top:45.9375rem;left:7.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynF2tOmWeRJ7GtcPwLKaw8UEXlTPiELr { width:6.25rem;height:6.25rem;top:45.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EewSEoFzCm2w6C6w1FEwwSAHBALBKe6Z { width:5.625rem;height:5.625rem;top:45.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrfF4EFpMd56sNQo8x9XTZRPMMNQITVX { width:6.25rem;height:6.25rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxOGl8RZxImau0ha466BvS1dkiyoi2JI { width:5.625rem;height:5.625rem;top:1.3125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7UTtzOG4Uhbal19kaSG5k6FUlFUp3IL { width:8.875rem;height:3rem;top:1.5rem;left:7.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEahMVCcRMbTPKVCNH4ZXbxvxurvE1Vh { width:10.9375rem;height:2.0996125rem;top:4.75rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrC4VPUqEqH6byncUegG5PRlwWem8TcG { width:16.8125rem;height:8.57225rem;top:8.3125rem;left:0.125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #eDQ2vc023JU8d5MoQbhXWJTGlpr6eFVt { width:1.5rem;height:1.5rem;top:18.125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS6cVHbuCpmRgI5CoeGni6NRI57OFUEg { width:12.0625rem;height:1.125rem;top:18.3125rem;left:2.5rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcBgOESaE9hByUMC4N65lqZ8d8gxk7xp { width:12.75rem;height:3rem;top:24.375rem;left:7.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y13TRqe77vrKEgfsBkT9uJqIWJOXhtax { width:6.25rem;height:6.25rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmx428zIOtXbBaRETLumrJ2RWTyyV4Or { width:5.625rem;height:5.625rem;top:24.75rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxaLkaazqAf6KLgf3ht018QwbAVhTCTI { width:18.3125rem;height:6.12305rem;top:31.1875rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Uc5R3ZZkZc2bFlo0EIgeDdt72yG1N11e { width:12.3125rem;height:2.0996125rem;top:28.9375rem;left:7.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZDSk3iZnbEenheFD6MnBFsnBEn1qo2d { width:1.5rem;height:1.5rem;top:38.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4wV1QH2pM8VKPv2qMaFVJwXti8npgy8 { width:14.625rem;height:1.125rem;top:38.75rem;left:2.0625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSPFN5M25dL5OPFLUOeqcSLoRev36nvw { background-color:rgba(0,0,0,0);background-image:none;display:block; }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .row .container { background-color: transparent; background-image: none; }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .row .container > .video-iframe-container { display: none; }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .row > .video-iframe-container { display: none; }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .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); }#uSPFN5M25dL5OPFLUOeqcSLoRev36nvw > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnunZbzwUeBeh1Ea8pmoT3c9T0tTZrbz { width:12.0625rem;height:1.125rem;top:16.375rem;left:2.5625rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM1KLFuE8i5LEz4xd4AlGmfCgdsPfC7T { width:1.5rem;height:1.5rem;top:16.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf8oQRnkx38haZc3QiE1m4rOBLr5Bp0Z { width:18.5625rem;height:6.12305rem;top:8.875rem;left:0.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UPXoSSsoHyQfpSDnzR28AEVZ7gc4L5Z8 { width:10.9375rem;height:2.0996125rem;top:5.875rem;left:7.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoqOrXMDxStD5pTwl4DRnKo0OL6BWMHQ { width:8.875rem;height:3rem;top:2.4375rem;left:7.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4yAwl7N0gkef9RGhx28zQSfnm1Qo2vl { width:6.25rem;height:6.25rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRMHvDMeSoaraxBRcWrnaDBeXdRDp7PH { width:5.625rem;height:5.625rem;top:2.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlsrZmDRktOi2oJN8suHESzDdfzr6I8g { width:9.4375rem;height:1.125rem;top:36.5625rem;left:2.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABGZ3lP80wadd0248mI8yuMgTTOQyOK4 { width:18.5625rem;height:4.8984375rem;top:30.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QXS0HpOTvCHdOzBJtUbu84vaXwkEirUk { width:1.5rem;height:1.5rem;top:36.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOzCQVqZraQxOnPqMZ7wfSbHwNLiW5Z9 { width:9rem;height:2.0996125rem;top:26.5625rem;left:6.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAdcD2OIRTJ3cFD897EWo87ZkTcnakXq { width:10.875rem;height:1.5rem;top:24.625rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8nZexcpnb4gH52V8O28d970pKukGZs3 { width:6.25rem;height:6.25rem;top:23.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CooHVzs5wfphzrNl2HMwhb90umKQOxtl { width:5.625rem;height:5.625rem;top:24rem;left:0.4375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/52fd8f23-7e46-4dc8-84c0-e241d40ea4ce/capturadetela20241104as0823046728aea312d4d.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CooHVzs5wfphzrNl2HMwhb90umKQOxtl.adaptive-delivery-prevent-bg, #CooHVzs5wfphzrNl2HMwhb90umKQOxtl.lazyload, #CooHVzs5wfphzrNl2HMwhb90umKQOxtl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LAiVGIbwzehRM2ypTf6v7WDWTEF0Dtwz { width:16.4985625rem;height:1.125rem;top:58.875rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys3TBISxIAREIsfOXq0pMZ9usGvzJcNx { width:19.5rem;height:6.12305rem;top:51.0625rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #kmg9TEkwBlmEtaJ1FtEDHJ3qdAHxTJTy { width:1.437325rem;height:1.437325rem;top:58.8125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIe6hG74GfB8lPsaPz0Qi6BIN2azCymK { width:12.3748125rem;height:2.0996125rem;top:47.9970703125rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPenkTduFn5LinuTF5OC1b1wBvp1Kdcl { width:10.875rem;height:3rem;top:44.9990234375rem;left:6.8681640625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuNntDP9WWA1y18upNmZaNgvQtG1TQC6 { width:6.25rem;height:6.25rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZRTLDUthhg54mWOoEdu6hArRh33W8tt { width:5.625rem;height:5.625rem;top:45rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6qDe0VgdQWk8oMIms6S78SrxBv3833o { width:16.5625rem;height:1.125rem;top:38.3115234375rem;left:0.1875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAbnaoWhy9GZWk5tlnOm0HvA9VyvKTxg { width:16.5625rem;height:1.125rem;top:60.8740234375rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHCKRVvzLKQxtV8Dgp3tHJM4iDCDBuCu { display:block; }#eHCKRVvzLKQxtV8Dgp3tHJM4iDCDBuCu > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVD4l9AFwN1mLiV3TdCwmzSXVLPWB8vT { width:20rem;height:16.625rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiOARlr91nJARorzbib68HwJ36E4NkZu { width:20rem;height:2.59964375rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMLfTTvsoZCkV9B9IqxGTAcvrbotvmxD { width:3.125rem;height:0.125rem;top:4.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW1BkBrFDsBJvhMdSBzxdAnnoIq3PVl6 { display:block; }#lW1BkBrFDsBJvhMdSBzxdAnnoIq3PVl6 > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dD9STKwVAT7BpPhPuS17vaPyrZQL4S3y { width:20rem;height:21.3125rem;top:16.5rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/9v9VwDjs/Light.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#dD9STKwVAT7BpPhPuS17vaPyrZQL4S3y.adaptive-delivery-prevent-bg, #dD9STKwVAT7BpPhPuS17vaPyrZQL4S3y.lazyload, #dD9STKwVAT7BpPhPuS17vaPyrZQL4S3y.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wqrE2JJbnun1SQ8ZTpBddRTdHEgxitem { width:20rem;height:1.79980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:.9;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xybrIfbkVLQ68FHMLhruUnoKyqZum8pE { width:20rem;height:7.96875rem;top:4.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xadWpwkoghrw4J2wec43mB91wutfT4Gr { width:10.125rem;height:3.125rem;top:13.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNkgRilLT3I3TdbeM6iA3z76SAkDiRSv { display:block; }
 }@media only screen and (max-width: 763px) { #pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9v9VwDjs/Light.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB.adaptive-delivery-prevent-bg, #pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB.lazyload, #pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB.lazyloading { background-image: none; }#pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB > .row .container { background-color: transparent; background-image: none; }#pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB > .row .container > .video-iframe-container { display: none; }#pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB > .row > .video-iframe-container { display: none; }#pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB > .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); }#pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB > .row .container { border-width: 0; border-radius: 0; }#pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNkMRHN9M8kJSUNTSwbE54fNVJXEnbXB > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 { background-color:#34aced;background-image:none;display:block; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { background-color: transparent; background-image: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container > .video-iframe-container { display: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row > .video-iframe-container { display: none; }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .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); }#GuMHXA2ocGG3CDCcnes3UrvMpfTphUk7 > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gm9RoTLd8VvdL4kpKiImLR3WKHLmxP7C { width:20rem;height:2.84375rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRWs5dJtvXxXT1ssLUT4e2XknqrWXRZx { width:16.375rem;height:2.4377875rem;top:7.0625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQXnrl5zOxVSsmOpyswQRcF1JyPTKyGx { width:2.75rem;height:2.75rem;top:15.3125rem;left:7.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzcUliMuashF1TnIA0rROP6BGykQbRPm { width:2.6875rem;height:2.6875rem;top:15.1875rem;left:10.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drm369fHeaTE0zNOwlebwLEzt5MivMLd { width:12.5rem;height:2.5rem;top:11.9990234375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drCAoa9Lg7CPvvpLMAvL9ZGGoIpeSpdb { width:18.875rem;height:3.125rem;top:11.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlG6TkpDJgn2to5tf5ws0mDOaHqDLWFR { display:block; }
 }@media only screen and (max-width: 763px) { #dkbBa9fVw2X9vlw1kJIyAnT1TkbTBD70 { background-color:#0e9ae5;background-image:none;display:none; }#dkbBa9fVw2X9vlw1kJIyAnT1TkbTBD70 > .row .container { width:20rem;height:77.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #plbEB96gPeuhfMwu9lWllH93xw65GxOA { width:20rem;height:75.375rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJCk8TXd6at9bTk1RaPrDGickO5f0QTm { background-color:#34aced;background-image:none;display:block; }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .row .container { background-color: transparent; background-image: none; }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .row .container > .video-iframe-container { display: none; }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .row > .video-iframe-container { display: none; }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .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); }#gJCk8TXd6at9bTk1RaPrDGickO5f0QTm > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOR8TqAFyfHa3JuxmtOSalIG5DAJXBUO { width:1.25rem;height:0;top:5.4375rem;left:9.375rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALBi4GOloNfMnLa7y36oiqDcxqOgu1AI { width:3.375rem;height:0;top:13.0625rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSx8U5eN30M9e8cu6q20UFW9zXa2iuyl { width:4.5625rem;height:0;top:16.75rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTZ3MrZqvaZsbL5toeaMiuASwns72Ukd { width:1.25rem;height:0;top:9.25rem;left:9.375rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #q9pGuGCnBOEcFERtTEVluxX1D9psnIly { width:2.9375rem;height:2.9375rem;top:1.25rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S520Z2VEbQumq6RoMGc64zr42BUaQAGC { width:20rem;height:1rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #b9DN76GxPu0bxuZPSFVFxOlHPzGD1gHz { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#b9DN76GxPu0bxuZPSFVFxOlHPzGD1gHz > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w2WWpsPeuSNm4vDvzketFRZXEwwfHKwT { width:3.125rem;height:3.125rem;top:0rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bain0tE7igLaZLagt3flB4JnO2eoio44 { width:2.5625rem;height:2.5625rem;top:0.25rem;left:17.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkU4bODWwb8RRzvu3av5aAWWte4Nahuc { width:3.25rem;height:3.375rem;top:0rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVP1FBigZmvZCJQ1crZno50aZ8BzBRM { display:block; }
 }