.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#v3tu7zZsGxcyaiBfawVvOnf1vvrouiAZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#v3tu7zZsGxcyaiBfawVvOnf1vvrouiAZ > .row .container { background-color: transparent; background-image: none; }#v3tu7zZsGxcyaiBfawVvOnf1vvrouiAZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v3tu7zZsGxcyaiBfawVvOnf1vvrouiAZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v3tu7zZsGxcyaiBfawVvOnf1vvrouiAZ > .row .container > .video-iframe-container { display: none; }#v3tu7zZsGxcyaiBfawVvOnf1vvrouiAZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v3tu7zZsGxcyaiBfawVvOnf1vvrouiAZ > .row > .video-iframe-container { display: none; }#v3tu7zZsGxcyaiBfawVvOnf1vvrouiAZ > .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); }#v3tu7zZsGxcyaiBfawVvOnf1vvrouiAZ > .row .container { border-width: 0; border-radius: 0; }#v3tu7zZsGxcyaiBfawVvOnf1vvrouiAZ > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#C01pHwWzkhRcd0U4I4oZyTFo3TlwWwFh { color:#ffb400;display:block;width:47.8125rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:2.14453125rem;left:13.59375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#U2cH1eOR6Uq0ooLCG83fhOaVQTeahAGS { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.25rem;width:5rem;top:0.6875rem;left:13.03125rem;overflow:hidden;display:block; }
#Nv17aBrxguCBH4eJAP5G3K1gTWvtIHBz { color:#282828;display:block;width:39.0625rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:5.48046875rem;left:17.96875rem;height:2.61230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DvwFgzUpHZDiomlsFpQkhFn7ozb8838o { box-sizing:content-box;color:#ffffff;font-size:6.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:6.875rem;left:33.0625rem;display:block; }
#bxql0PRrabNcmg5TWsA39OlZHBUqne4L { box-sizing:content-box;color:#ffffff;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.22);display:block;z-index:100021;top:3.375rem;left:10.90625rem;display:block; }
#lw3fDITB04U4hkCl7dcSeueNJbyLix7B { position:absolute;display:block;z-index:100020;background-color:#ff7f00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;height:3.8125rem;width:3.8125rem;top:3.53125rem;left:11.0625rem;display:block; }
#AlB8DR0KqXQwmygLNoBuG392UEPh7tdi { color:#282828;display:block;width:29.0625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:100003;line-height:1.1;letter-spacing:0;top:4rem;left:22.96875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/aCVXbHCt/se_o.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp.adaptive-delivery-prevent-bg, #STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp.lazyload, #STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp.lazyloading { background-image: none; }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp > .row .container { background-color: transparent; background-image: none; }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp > .row .container > .video-iframe-container { display: none; }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp > .row > .video-iframe-container { display: none; }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp > .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); }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp > .row .container { border-width: 0; border-radius: 0; }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:75rem;position:relative;display:block; }#T6oQCbg0yo8FMETLq5boeBkvIQhKbtdR { color:#ffffff;display:block;width:60.8125rem;position:absolute;font-family:montserrat;font-size:2.9375rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 1.5625rem rgba(0,0,0,0.5);top:3.1875rem;left:7.09375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LLDDV0VkF0B8l9874ZgJq2btwdtxm3MO { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:4.125rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:39.5rem;left:30.0625rem;display:block; }
#ZQdnxBkM7iZHQql2JBAfwnRukBwUDxCG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EUdrvxXqE3cwfbD1Gafdg9pVM3eyuP6z { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:40rem;top:14.6875rem;left:17.5rem;display:block; }
#PgNXL5UyTUfoIxsLawyI5tLtyO3U2RPe { color:#414247;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:46.625rem;left:39rem;height:2rem;font-style:normal;display:none; }
#GGHURPoCD4L23STS2Xnd4c1uqXL35LL4 { color:#414247;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:46.6875rem;left:22.5rem;height:2rem;font-style:normal;display:none; }
#T4rDBXRJ8k7XssXNzUCN51vQ2TTVGS1S { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"montserrat 900";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:38.875rem;left:17.5rem;height:1.29980625rem;display:block; }
#LmovdIhfDvru6X9Eox5o4am95QkcZyzm { color:#2ee681;display:block;width:5.25rem;position:absolute;font-family:montserrat;font-size:4.5625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.5);top:39.5rem;left:21.1875rem;height:5.93115rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rp7wxw9QISGxhzQ9KvnFapOzlGobgofT { color:#2ee681;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:40.5625rem;left:26.1875rem;height:1.625rem;font-style:normal;display:block; }
#TdgLRiXCrytQrBUk97PM2JC6HvtgcwCi { color:#ffffff;display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:100051;line-height:1.3;letter-spacing:0;top:41.5rem;left:19.1875rem;height:1.94970625rem;font-style:normal;display:block; }
#HEEPeupVhgR0I76aEEamdWLJiW2dpFp8 { box-sizing:content-box;color:#850097;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:100005;top:2.3125rem;left:36.5625rem;display:none; }
#dMtX0bxIMhcv0JsoEfEa5Zr6lJr1onev { box-sizing:content-box;color:#850097;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:2.6875rem;left:19.8125rem;display:none; }
#eoWTIl547w51nVcmNAGDHsQmpTD9ehPL { box-sizing:content-box;color:#850097;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:49.1875rem;left:21.1875rem;display:block; }
#zgWgPdAtW5QII03ifi5lcuQx3iJHNNOG { color:#414247;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:49.4375rem;left:24.3125rem;height:2.03125rem;font-style:normal;display:block; }
#qBXRf0BDvT9MKgoMQzsDwenoPBdDwlQJ { color:#414247;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:49.5625rem;left:37.625rem;height:2.03125rem;font-style:normal;display:block; }
#t5W4v6QRd8MxQBndzE034z56PqnXFXnv { box-sizing:content-box;color:#850097;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:100005;top:49rem;left:34.75rem;display:block; }
#zgFmhTfBwoGQeK3uDCPIKrSuwMyETBTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zgFmhTfBwoGQeK3uDCPIKrSuwMyETBTK > .row .container { background-color: transparent; background-image: none; }#zgFmhTfBwoGQeK3uDCPIKrSuwMyETBTK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zgFmhTfBwoGQeK3uDCPIKrSuwMyETBTK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zgFmhTfBwoGQeK3uDCPIKrSuwMyETBTK > .row .container > .video-iframe-container { display: none; }#zgFmhTfBwoGQeK3uDCPIKrSuwMyETBTK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zgFmhTfBwoGQeK3uDCPIKrSuwMyETBTK > .row > .video-iframe-container { display: none; }#zgFmhTfBwoGQeK3uDCPIKrSuwMyETBTK > .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); }#zgFmhTfBwoGQeK3uDCPIKrSuwMyETBTK > .row .container { border-width: 0; border-radius: 0; }#zgFmhTfBwoGQeK3uDCPIKrSuwMyETBTK > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#QtV1wN9LoH1XAxaQPTeAp1sDgVvKhCGz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.625rem;width:17.125rem;top:5.5625rem;left:47.1875rem;overflow:hidden;display:block; }
#aynZc9eJLzUeBTGQwmQdQoqlC47Mu65w { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:"montserrat 900";font-size:1.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:3.0625rem;height:7.7988125rem;display:block; }
#piZIcamhA0ptlR3IJGd3BuVU6Lr2Kwhr { position:absolute;display:block;z-index:99997;background-color:#85c5de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.1875rem;border-top-right-radius:11.1875rem;border-bottom-left-radius:11.1875rem;border-bottom-right-radius:11.1875rem;height:18.3125rem;width:18.375rem;top:9.5rem;left:49.5625rem;display:block; }
#KqT26UVG1TU1LMHOBTTnQv0hEpyGkoqM { position:absolute;display:block;z-index:99998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #850097;border-left:0.125rem solid #850097;border-right:0.125rem solid #850097;border-bottom:0.125rem solid #850097;border-top-left-radius:11.1875rem;border-top-right-radius:11.1875rem;border-bottom-left-radius:11.1875rem;border-bottom-right-radius:11.1875rem;height:18.3125rem;width:18.375rem;top:10.875rem;left:48.625rem;display:block; }
#rnTc6PnA2TkfPqS7Jvf7nKf5LMfSW8cs { color:#000000;display:block;width:29.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:12.5rem;left:3.0625rem;height:23.6621125rem;display:block; }
#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3MV3ka94/se_o_copiar.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4.adaptive-delivery-prevent-bg, #Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4.lazyload, #Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4.lazyloading { background-image: none; }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .row .container { background-color: transparent; background-image: none; }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .row .container > .video-iframe-container { display: none; }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .row > .video-iframe-container { display: none; }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .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); }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .row .container { border-width: 0; border-radius: 0; }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#xTZeHAnAx3ZF9ltPgRmiomwTS1Tk6h56 { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"montserrat 900";font-size:1.5625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.6484375rem;left:25rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#lHz46kNkflM0wZPDhbWvaynnCEEwL188 { color:#000000;display:block;width:15.5rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:10.25rem;left:5.375rem;height:13.9336125rem;display:block; }
#EJZPM4qIDn784RN57p6X8OXzuRASxnnc { color:#000000;display:block;width:16.625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:10.4375rem;left:30.125rem;height:13.9336125rem;display:block; }
#JVi0ClH2ko0VRToTxWZRyEt7oSgeH9Ar { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:10.5rem;left:55.5625rem;height:19.394475rem;display:block; }
#VdEu3r7LXLxrWTvI0eosSxM1mQaoy6Ng { box-sizing:content-box;color:#08cb60;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:10.3125rem;left:53.5625rem;display:block; }
#bS9qy268z2WmbSg2MWrVc5WA107xFISC { box-sizing:content-box;color:#08cb60;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:20.0625rem;left:53.5625rem;display:block; }
#oiSO4lR8qt21wFS4eAUz9m4ubhdTosqr { box-sizing:content-box;color:#08cb60;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:10.1875rem;left:28.25rem;display:block; }
#I1R48g04MhR2I4KXnTGhWwHU3emDsKSV { box-sizing:content-box;color:#08cb60;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:18.1875rem;left:28.25rem;display:block; }
#eIWKMQ26RfLkkcTGL94yR5mMNzTuNGtf { box-sizing:content-box;color:#08cb60;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:10.3125rem;left:3.4375rem;display:block; }
#BTiz6X7tTK4TmvUzXcbMGnZ6MhyngzAS { box-sizing:content-box;color:#08cb60;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:16.8125rem;left:3.4375rem;display:block; }
#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo > .row .container { background-color: transparent; background-image: none; }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo > .row .container > .video-iframe-container { display: none; }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo > .row > .video-iframe-container { display: none; }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo > .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); }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo > .row .container { border-width: 0; border-radius: 0; }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;position:relative;display:block; }#L15cTaKN9dnuBhyZ7Z10evsVpI6AEMR5 { color:#ff9400;display:block;width:30.375rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:300;z-index:99969;line-height:1.1;letter-spacing:0;top:4.0625rem;left:22.3125rem;height:4.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iXpNVuOLEd3ZGlFB13kZdnZyrLNvaRDB { color:#5b5b5b;display:block;width:5.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100028;line-height:1.3;letter-spacing:0;top:37.25rem;left:48.6875rem;height:2.6rem;font-style:italic;display:block; }
#tfa7qhalDgVRd5ywb1VUyRtzscxxw3o2 { box-sizing:content-box;color:#ff7f00;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:100031;top:37.1875rem;left:46.375rem;display:block; }
#CVnM874S6ywubLVKo42sZv1oKBhm4P7X { color:#585858;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100027;line-height:1.3;letter-spacing:0;top:37.375rem;left:35rem;height:2.6rem;font-style:italic;display:block; }
#R2eRLn5Ay8kNRu5tOHn7zZalILUq3IuV { box-sizing:content-box;color:#ff7f00;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:100030;top:37.1875rem;left:32.3125rem;display:block; }
#UaTZxmxOvxqJoS9tRARBuWdTHEh0D9mR { color:#5a5a5a;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100026;line-height:1.3;letter-spacing:0;top:37.1875rem;left:25.5rem;height:2.6rem;font-style:italic;display:block; }
#wr8JHV2d7bUDRlQU2m5t1wVaztuXleRT { box-sizing:content-box;color:#ff7f00;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:100029;top:37.0625rem;left:22.8125rem;display:block; }
#KaeeaiWJJPLLrJ3KPbHtLgBMRsvPTPZh { color:#ff0000;display:block;width:29.5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:100034;line-height:1.1;letter-spacing:0;top:17.075000762939rem;left:22.75rem;height:2.886725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oUeuft4AJZWKogPUcEWMGO29nF4UNlCX { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(164deg, #d53333, #f48585);background-image: -moz-linear-gradient(164deg, #d53333, #f48585);background-image: -ms-linear-gradient(164deg, #d53333, #f48585);background-image: -o-linear-gradient(164deg, #d53333, #f48585);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d53333', endColorstr='#f48585' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d53333', endColorstr='#f48585' );";background-image: linear-gradient(164deg, #d53333, #f48585);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:5.1875rem;width:30.6875rem;top:9.875rem;left:23.375rem;display:block; }
#OE0UcDxzEiOkIETTCkx9GTJPryBcupXt { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:100046;line-height:1.1;letter-spacing:0;top:10.54296875rem;left:27.125rem;height:3.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JnqlOJJaEEKwSqdZXhFJWLtZNAkUwPKf { color:#2ee681;display:block;width:13.625rem;position:absolute;font-family:montserrat;font-size:8.625rem;font-weight:700;z-index:99998;line-height:1.3;letter-spacing:0;top:21.0625rem;left:31.4375rem;height:11.274875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mNDwFGSTlxKfvnTVb4Uw1v8wK0Zpiro1 { color:#5d5d5d;display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:100048;line-height:1.3;letter-spacing:0;top:27.625rem;left:30.5rem;height:1.94970625rem;font-style:normal;display:block; }
#LiVd76tOIM8vO4EghOglkccZlp6a3uET { color:#5d5d5d;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:25.6875rem;left:30.375rem;height:1.94970625rem;font-style:normal;display:block; }
#d8dT6s19s5XcB1MTTifXb3uIUwciiHh0 { color:#2ee681;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;top:27.350002288818rem;left:42.5rem;height:2.58105625rem;font-style:normal;display:block; }
#Lk4fP1wKhxAupt3bil2txO1dQmrc9NG3 { color:#ff5151;display:block;width:21.5625rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:400;z-index:100052;line-height:1.3;letter-spacing:0;top:20.5rem;left:27.75rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JdKvNXe7CGATXtI85vCWIhSVrm2k1Rw4 { position:absolute;display:block;z-index:99996;background-color:transparent;background-image: -webkit-linear-gradient(252deg, #d53333, #f48585);background-image: -moz-linear-gradient(252deg, #d53333, #f48585);background-image: -ms-linear-gradient(252deg, #d53333, #f48585);background-image: -o-linear-gradient(252deg, #d53333, #f48585);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d53333', endColorstr='#f48585' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d53333', endColorstr='#f48585' );";background-image: linear-gradient(252deg, #d53333, #f48585);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:5.1875rem;width:30.6875rem;top:10.25rem;left:23.0625rem;display:block; }
#pR2dC8a9SlSN4dut5xZEkfLbp0lP9ai4 { position:absolute;display:block;z-index:99968;background-color:#f1db9c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:21.0625rem;top:7.7734375rem;left:26.96875rem;display:block; }
#ivFBEm55tm571X652XlVKE9iocLIfpQs { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.12) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:40.400000572204rem;left:39.6875rem;display:none; }
#ZMv8InR9t5kDEygtPDw2QSP2SFwONLBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QSsJI7X6ah6Z1lEa13yGSzfIJmOXi10G { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1rem #8dffc1 ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:3.8125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:32.262498855591rem;left:24.625rem;display:block; }
#Kdqp7tHuJGxGUbGJ382gRBZcwKQdRAw3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AJcxH8IPaVTT2XZqBGBInyopgeQyvQQw { position:absolute;display:block;z-index:99967;background-color:#f1db9c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.625rem;width:21.0625rem;top:5.4609375rem;left:26.96875rem;display:block; }
#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { background-color: transparent; background-image: none; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container > .video-iframe-container { display: none; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row > .video-iframe-container { display: none; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .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); }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { border-width: 0; border-radius: 0; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v3tu7zZsGxcyaiBfawVvOnf1vvrouiAZ { display:block; }#v3tu7zZsGxcyaiBfawVvOnf1vvrouiAZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C01pHwWzkhRcd0U4I4oZyTFo3TlwWwFh { width:47.75rem;height:;top:2.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2cH1eOR6Uq0ooLCG83fhOaVQTeahAGS { width:5rem;height:8.25rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv17aBrxguCBH4eJAP5G3K1gTWvtIHBz { width:39.0625rem;height:2.5625rem;top:5.4375rem;left:4.34375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvwFgzUpHZDiomlsFpQkhFn7ozb8838o { width:8.875rem;height:8.875rem;top:6.875rem;left:19.4375rem;font-size:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxql0PRrabNcmg5TWsA39OlZHBUqne4L { width:4.125rem;height:4.125rem;top:3.375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw3fDITB04U4hkCl7dcSeueNJbyLix7B { width:3.8125rem;height:3.8125rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlB8DR0KqXQwmygLNoBuG392UEPh7tdi { width:29.0625rem;height:;top:4rem;left:9.34375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp { display:block; }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6oQCbg0yo8FMETLq5boeBkvIQhKbtdR { width:47.75rem;height:9.6875rem;top:3.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLDDV0VkF0B8l9874ZgJq2btwdtxm3MO { width:27.5rem;height:4.125rem;top:39.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQdnxBkM7iZHQql2JBAfwnRukBwUDxCG { display:block; }
 }@media only screen and (max-width: 763px) { #EUdrvxXqE3cwfbD1Gafdg9pVM3eyuP6z { width:40rem;height:22.5rem;top:14.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgNXL5UyTUfoIxsLawyI5tLtyO3U2RPe { width:11.25rem;height:1.4375rem;top:34.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGHURPoCD4L23STS2Xnd4c1uqXL35LL4 { width:9.375rem;height:1.4375rem;top:36.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4rDBXRJ8k7XssXNzUCN51vQ2TTVGS1S { width:12.5rem;height:1.25rem;top:38.875rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmovdIhfDvru6X9Eox5o4am95QkcZyzm { width:5.25rem;height:5.875rem;top:39.5rem;left:7.5625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp7wxw9QISGxhzQ9KvnFapOzlGobgofT { width:3.1875rem;height:1.625rem;top:40.5625rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdgLRiXCrytQrBUk97PM2JC6HvtgcwCi { width:2.0625rem;height:1.9375rem;top:41.5rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEEPeupVhgR0I76aEEamdWLJiW2dpFp8 { width:2.875rem;height:2.875rem;top:2.3125rem;left:21rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMtX0bxIMhcv0JsoEfEa5Zr6lJr1onev { width:2.4375rem;height:2.4375rem;top:2.6875rem;left:13rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoWTIl547w51nVcmNAGDHsQmpTD9ehPL { width:2.4375rem;height:2.4375rem;top:49.1875rem;left:7.5625rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgWgPdAtW5QII03ifi5lcuQx3iJHNNOG { width:11.375rem;height:2rem;top:49.4375rem;left:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBXRf0BDvT9MKgoMQzsDwenoPBdDwlQJ { width:16.625rem;height:2rem;top:49.5625rem;left:24rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5W4v6QRd8MxQBndzE034z56PqnXFXnv { width:2.875rem;height:2.875rem;top:49rem;left:21.125rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #zgFmhTfBwoGQeK3uDCPIKrSuwMyETBTK { display:block; }#zgFmhTfBwoGQeK3uDCPIKrSuwMyETBTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtV1wN9LoH1XAxaQPTeAp1sDgVvKhCGz { width:17.125rem;height:27.625rem;top:5.5625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aynZc9eJLzUeBTGQwmQdQoqlC47Mu65w { width:31.4375rem;height:7.75rem;top:2.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piZIcamhA0ptlR3IJGd3BuVU6Lr2Kwhr { width:18.375rem;height:18.3125rem;top:9.5rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqT26UVG1TU1LMHOBTTnQv0hEpyGkoqM { width:18.375rem;height:18.3125rem;top:10.875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnTc6PnA2TkfPqS7Jvf7nKf5LMfSW8cs { width:29.9375rem;height:23.5625rem;top:12.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 { display:block; }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTZeHAnAx3ZF9ltPgRmiomwTS1Tk6h56 { width:25rem;height:4.0625rem;top:3.625rem;left:6.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHz46kNkflM0wZPDhbWvaynnCEEwL188 { width:15.5rem;height:13.8125rem;top:10.25rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJZPM4qIDn784RN57p6X8OXzuRASxnnc { width:16.625rem;height:13.8125rem;top:10.4375rem;left:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVi0ClH2ko0VRToTxWZRyEt7oSgeH9Ar { width:16.0625rem;height:19.3125rem;top:10.5rem;left:31.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdEu3r7LXLxrWTvI0eosSxM1mQaoy6Ng { width:1.875rem;height:1.875rem;top:10.3125rem;left:31.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS9qy268z2WmbSg2MWrVc5WA107xFISC { width:1.875rem;height:1.875rem;top:20.0625rem;left:31.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiSO4lR8qt21wFS4eAUz9m4ubhdTosqr { width:1.875rem;height:1.875rem;top:10.1875rem;left:15.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1R48g04MhR2I4KXnTGhWwHU3emDsKSV { width:1.875rem;height:1.875rem;top:18.1875rem;left:15.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIWKMQ26RfLkkcTGL94yR5mMNzTuNGtf { width:1.875rem;height:1.875rem;top:10.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTiz6X7tTK4TmvUzXcbMGnZ6MhyngzAS { width:1.875rem;height:1.875rem;top:16.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo { display:none; }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L15cTaKN9dnuBhyZ7Z10evsVpI6AEMR5 { width:30.375rem;height:4.375rem;top:4.0625rem;left:8.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXpNVuOLEd3ZGlFB13kZdnZyrLNvaRDB { width:5.5625rem;height:2.5625rem;top:37.25rem;left:35.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfa7qhalDgVRd5ywb1VUyRtzscxxw3o2 { width:2.75rem;height:2.75rem;top:37.1875rem;left:32.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVnM874S6ywubLVKo42sZv1oKBhm4P7X { width:10.6875rem;height:2.5625rem;top:37.375rem;left:21.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2eRLn5Ay8kNRu5tOHn7zZalILUq3IuV { width:2.75rem;height:2.75rem;top:37.1875rem;left:18.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaTZxmxOvxqJoS9tRARBuWdTHEh0D9mR { width:4.75rem;height:2.5625rem;top:37.1875rem;left:11.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr8JHV2d7bUDRlQU2m5t1wVaztuXleRT { width:2.75rem;height:2.75rem;top:37.0625rem;left:9.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaeeaiWJJPLLrJ3KPbHtLgBMRsvPTPZh { width:29.5rem;height:2.75rem;top:17.0625rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUeuft4AJZWKogPUcEWMGO29nF4UNlCX { width:30.6875rem;height:5.1875rem;top:9.875rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE0UcDxzEiOkIETTCkx9GTJPryBcupXt { width:23.1875rem;height:3.8125rem;top:10.5rem;left:13.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnqlOJJaEEKwSqdZXhFJWLtZNAkUwPKf { width:13.625rem;height:11.1875rem;top:21.0625rem;left:17.8125rem;font-size:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNDwFGSTlxKfvnTVb4Uw1v8wK0Zpiro1 { width:2.0625rem;height:1.9375rem;top:27.625rem;left:16.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiVd76tOIM8vO4EghOglkccZlp6a3uET { width:4.1875rem;height:1.9375rem;top:25.6875rem;left:16.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8dT6s19s5XcB1MTTifXb3uIUwciiHh0 { width:3.1875rem;height:2.5rem;top:27.3125rem;left:28.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk4fP1wKhxAupt3bil2txO1dQmrc9NG3 { width:21.5625rem;height:2.3125rem;top:20.5rem;left:14.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdKvNXe7CGATXtI85vCWIhSVrm2k1Rw4 { width:30.6875rem;height:5.1875rem;top:10.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR2dC8a9SlSN4dut5xZEkfLbp0lP9ai4 { width:21.0625rem;height:0.625rem;top:7.75rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivFBEm55tm571X652XlVKE9iocLIfpQs { width:27.8125rem;height:3.8125rem;top:41rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZMv8InR9t5kDEygtPDw2QSP2SFwONLBg { display:block; }
 }@media only screen and (max-width: 763px) { #QSsJI7X6ah6Z1lEa13yGSzfIJmOXi10G { width:27.8125rem;height:3.8125rem;top:32.25rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdqp7tHuJGxGUbGJ382gRBZcwKQdRAw3 { display:block; }
 }@media only screen and (max-width: 763px) { #AJcxH8IPaVTT2XZqBGBInyopgeQyvQQw { width:21.0625rem;height:0.625rem;top:5.4375rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 { display:block; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v3tu7zZsGxcyaiBfawVvOnf1vvrouiAZ { display:block; }#v3tu7zZsGxcyaiBfawVvOnf1vvrouiAZ > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C01pHwWzkhRcd0U4I4oZyTFo3TlwWwFh { width:13.25rem;height:2.0625rem;top:1rem;left:6rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2cH1eOR6Uq0ooLCG83fhOaVQTeahAGS { width:2.875rem;height:4.875rem;top:0.375rem;left:2.6369047619047rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv17aBrxguCBH4eJAP5G3K1gTWvtIHBz { width:20rem;height:2.6806625rem;top:5.6240234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvwFgzUpHZDiomlsFpQkhFn7ozb8838o { width:8.875rem;height:8.875rem;top:18.96875rem;left:5.5625rem;font-size:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxql0PRrabNcmg5TWsA39OlZHBUqne4L { width:2.5rem;height:2.5rem;top:2.8125rem;left:1.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lw3fDITB04U4hkCl7dcSeueNJbyLix7B { width:2.25rem;height:2.25rem;top:2.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlB8DR0KqXQwmygLNoBuG392UEPh7tdi { width:12.5625rem;height:1.51171875rem;top:3.0625rem;left:6rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/aCVXbHCt/se_o.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp.adaptive-delivery-prevent-bg, #STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp.lazyload, #STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp.lazyloading { background-image: none; }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp > .row .container { background-color: transparent; background-image: none; }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp > .row .container > .video-iframe-container { display: none; }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp > .row > .video-iframe-container { display: none; }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp > .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); }#STDoJNoOxvkmFGU5opv4dqGOvQH6cRPp > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6oQCbg0yo8FMETLq5boeBkvIQhKbtdR { width:18.75rem;height:7.5610625rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LLDDV0VkF0B8l9874ZgJq2btwdtxm3MO { width:19.3125rem;height:3.5625rem;top:25.6875rem;left:0.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQdnxBkM7iZHQql2JBAfwnRukBwUDxCG { display:block; }
 }@media only screen and (max-width: 763px) { #EUdrvxXqE3cwfbD1Gafdg9pVM3eyuP6z { height:11.25rem;width:20rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgNXL5UyTUfoIxsLawyI5tLtyO3U2RPe { width:11.25rem;height:1.5249rem;top:31.5625rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#000000;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #GGHURPoCD4L23STS2Xnd4c1uqXL35LL4 { width:9.375rem;height:1.5249rem;top:33.1875rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#090909;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #T4rDBXRJ8k7XssXNzUCN51vQ2TTVGS1S { width:6.125rem;height:3.375rem;top:21.9375rem;left:3.5rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LmovdIhfDvru6X9Eox5o4am95QkcZyzm { width:6.5rem;height:4.875rem;top:21.1875rem;left:9.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp7wxw9QISGxhzQ9KvnFapOzlGobgofT { width:1.8125rem;height:1.29980625rem;top:22.125rem;left:14.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdgLRiXCrytQrBUk97PM2JC6HvtgcwCi { width:1.1875rem;height:0.9746125rem;top:22.875rem;left:9.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEEPeupVhgR0I76aEEamdWLJiW2dpFp8 { width:2.125rem;height:2.125rem;top:32.75rem;left:3.5625rem;font-size:1.4375rem;color:#ffcb31;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #dMtX0bxIMhcv0JsoEfEa5Zr6lJr1onev { width:2.1875rem;height:2.1875rem;top:31.0625rem;left:3.5rem;font-size:1.5rem;color:#ffcb31;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #eoWTIl547w51nVcmNAGDHsQmpTD9ehPL { width:3.25rem;height:3.25rem;top:25.375rem;left:1.125rem;font-size:2.25rem;color:#ffcb31;display:none; }
 }@media only screen and (max-width: 763px) { #zgWgPdAtW5QII03ifi5lcuQx3iJHNNOG { width:18.4375rem;height:0;top:33.625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#4a4a4a;display:none; }
 }@media only screen and (max-width: 763px) { #qBXRf0BDvT9MKgoMQzsDwenoPBdDwlQJ { width:16.625rem;height:0;top:29.8125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#4a4a4a;display:none; }
 }@media only screen and (max-width: 763px) { #t5W4v6QRd8MxQBndzE034z56PqnXFXnv { width:3.125rem;height:3.125rem;top:28.5625rem;left:1.1875rem;font-size:2.1875rem;color:#ffcb31;display:none; }
 }@media only screen and (max-width: 763px) { #zgFmhTfBwoGQeK3uDCPIKrSuwMyETBTK { display:block; }#zgFmhTfBwoGQeK3uDCPIKrSuwMyETBTK > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtV1wN9LoH1XAxaQPTeAp1sDgVvKhCGz { width:9.625rem;height:15.5625rem;top:28.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aynZc9eJLzUeBTGQwmQdQoqlC47Mu65w { width:20rem;height:6.9668125rem;top:2.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #piZIcamhA0ptlR3IJGd3BuVU6Lr2Kwhr { width:12rem;height:11.9375rem;top:30.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqT26UVG1TU1LMHOBTTnQv0hEpyGkoqM { width:12.25rem;height:12.1875rem;top:30rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnTc6PnA2TkfPqS7Jvf7nKf5LMfSW8cs { width:20rem;height:16.6308625rem;top:10.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3MV3ka94/se_o_copiar.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;display:block; }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4.adaptive-delivery-prevent-bg, #Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4.lazyload, #Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4.lazyloading { background-image: none; }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .row .container { background-color: transparent; background-image: none; }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .row .container > .video-iframe-container { display: none; }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .row > .video-iframe-container { display: none; }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .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); }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .row .container { border-width: 0; border-radius: 0; }#Xy4f9fcuR6XsaGmxlf1h8NncvzcvIlb4 > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTZeHAnAx3ZF9ltPgRmiomwTS1Tk6h56 { width:20rem;height:3.57421875rem;top:1.375rem;left:0rem;font-size:1.375rem;color:#2f2f2f;display:block; }
 }@media only screen and (max-width: 763px) { #lHz46kNkflM0wZPDhbWvaynnCEEwL188 { width:15.5rem;height:9.16015rem;top:8.375rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJZPM4qIDn784RN57p6X8OXzuRASxnnc { width:16.625rem;height:10.23485625rem;top:18.7060546875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVi0ClH2ko0VRToTxWZRyEt7oSgeH9Ar { width:16.0625rem;height:12.509275rem;top:29.9375rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdEu3r7LXLxrWTvI0eosSxM1mQaoy6Ng { width:1.875rem;height:1.875rem;top:35.3134765625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS9qy268z2WmbSg2MWrVc5WA107xFISC { width:1.875rem;height:1.875rem;top:29.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiSO4lR8qt21wFS4eAUz9m4ubhdTosqr { width:1.875rem;height:1.875rem;top:18.3310546875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1R48g04MhR2I4KXnTGhWwHU3emDsKSV { width:1.875rem;height:1.875rem;top:24.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIWKMQ26RfLkkcTGL94yR5mMNzTuNGtf { width:1.875rem;height:1.875rem;top:7.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTiz6X7tTK4TmvUzXcbMGnZ6MhyngzAS { width:1.875rem;height:1.875rem;top:12.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo { background-color:#ffffff;background-image:none;display:block; }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo > .row .container { background-color: transparent; background-image: none; }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo > .row .container > .video-iframe-container { display: none; }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo > .row > .video-iframe-container { display: none; }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo > .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); }#UpHLyJcwCJlA9fomztK7GBSUZ8vmZVwo > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L15cTaKN9dnuBhyZ7Z10evsVpI6AEMR5 { width:18.75rem;height:2.6123rem;top:1.8125rem;left:0.625rem;font-size:1.1875rem;line-height:1.1;z-index:100053;display:block; }
 }@media only screen and (max-width: 763px) { #iXpNVuOLEd3ZGlFB13kZdnZyrLNvaRDB { width:5.5625rem;height:2.11230625rem;top:31.25rem;left:13.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfa7qhalDgVRd5ywb1VUyRtzscxxw3o2 { width:2.75rem;height:2.75rem;top:28.25rem;left:14.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVnM874S6ywubLVKo42sZv1oKBhm4P7X { width:4.875rem;height:4.2246125rem;top:30.75rem;left:7.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2eRLn5Ay8kNRu5tOHn7zZalILUq3IuV { width:2.75rem;height:2.75rem;top:28.25rem;left:8.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaTZxmxOvxqJoS9tRARBuWdTHEh0D9mR { width:4.75rem;height:2.11230625rem;top:31.5625rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wr8JHV2d7bUDRlQU2m5t1wVaztuXleRT { width:2.75rem;height:2.75rem;top:28.25rem;left:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaeeaiWJJPLLrJ3KPbHtLgBMRsvPTPZh { width:16.1875rem;height:3.29883125rem;top:12.125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUeuft4AJZWKogPUcEWMGO29nF4UNlCX { width:18rem;height:4.625rem;top:5.625rem;left:0.75rem;z-index:99994;display:block; }
 }@media only screen and (max-width: 763px) { #OE0UcDxzEiOkIETTCkx9GTJPryBcupXt { width:15.5rem;height:3.4375rem;top:5.96875rem;left:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnqlOJJaEEKwSqdZXhFJWLtZNAkUwPKf { width:20rem;height:6.5rem;top:16.8125rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNDwFGSTlxKfvnTVb4Uw1v8wK0Zpiro1 { width:2.0625rem;height:1.625rem;top:20.375rem;left:5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiVd76tOIM8vO4EghOglkccZlp6a3uET { width:3.375rem;height:1.5249rem;top:19.3125rem;left:5rem;font-size:1.125rem;font-family:montserrat;color:#637084;display:block; }
 }@media only screen and (max-width: 763px) { #d8dT6s19s5XcB1MTTifXb3uIUwciiHh0 { width:3.1875rem;height:2.11230625rem;top:20.125rem;left:12.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk4fP1wKhxAupt3bil2txO1dQmrc9NG3 { width:17rem;height:1.86865rem;top:16.125rem;left:1.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdKvNXe7CGATXtI85vCWIhSVrm2k1Rw4 { width:18.125rem;height:4.625rem;top:5.3125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pR2dC8a9SlSN4dut5xZEkfLbp0lP9ai4 { width:12.875rem;height:0.625rem;top:2.4375rem;left:3.5625rem;z-index:99966;display:block; }
 }@media only screen and (max-width: 763px) { #ivFBEm55tm571X652XlVKE9iocLIfpQs { width:19rem;height:3.8125rem;top:51.5625rem;left:0rem;font-size:0.9375rem;z-index:100012;display:none; }
 }@media only screen and (max-width: 763px) { #ZMv8InR9t5kDEygtPDw2QSP2SFwONLBg { display:block; }
 }@media only screen and (max-width: 763px) { #QSsJI7X6ah6Z1lEa13yGSzfIJmOXi10G { width:19rem;height:3.8125rem;top:23.3125rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kdqp7tHuJGxGUbGJ382gRBZcwKQdRAw3 { display:block; }
 }@media only screen and (max-width: 763px) { #AJcxH8IPaVTT2XZqBGBInyopgeQyvQQw { width:12.875rem;height:0.625rem;top:3.875rem;left:3.5625rem;z-index:99966;display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 { display:block; }#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }