.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,227,245;--color-primary-1:174,163,220;--color-primary-2:92,71,185;--color-primary-3:46,36,93;--color-primary-4:14,11,28;--color-secondary-0:255,234,222;--color-secondary-1:255,185,145;--color-secondary-2:255,114,34;--color-secondary-3:128,57,17;--color-secondary-4:38,17,5;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:100,100,100;--color-tertiary-4:0,0,0;--headlines-font-family:"signika";--paragraphs-font-family:"signika"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),0);background-image:none;position:relative;display:block; }
#fIs8u9LkyAt0OZpzN4tfleAcl8hvs8tv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIs8u9LkyAt0OZpzN4tfleAcl8hvs8tv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIs8u9LkyAt0OZpzN4tfleAcl8hvs8tv > .row > .video-iframe-container { display: none; }#fIs8u9LkyAt0OZpzN4tfleAcl8hvs8tv > .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); }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/edf9d2ee-cf69-4004-a4a6-d00ee73a2a23/SemTtulo4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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;top:0rem;left:0rem;right:0rem;display:block; }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3.adaptive-delivery-prevent-bg, #EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3.lazyload, #EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3.lazyloading { background-image: none; }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .row .container { background-color: transparent; background-image: none; }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .row .container > .video-iframe-container { display: none; }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .row > .video-iframe-container { display: none; }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .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); }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .row .container { border-width: 0; border-radius: 0; }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:60rem;position:relative;display:block; }#TLJ3WKATkDxa10XR9mgFrKVs4plZX0ae { 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.1875rem;width:29.125rem;top:0.3125rem;left:15.4375rem;overflow:hidden;display:block; }
#Rce39Ww0A3Hpym40Ic4ab7KfLs4yFx4c { z-index:15008;top:2.5625rem;left:0rem;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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"russo one";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kHUB1dJd0U3UuopzGTa8ZrRwEIXTIavR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XQlDMvDA8ZgzhwIZesuLzLZZA3ZMTWJm { z-index:15009;top:2.5625rem;left:10.0625rem;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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"russo one";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.6875rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gZy96r1gzfzBN261Bc2ZLykl4ir5Ufrh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E6S5XmvpLk2FDugL4CCvkq4JqNgIPyF9 { z-index:15010;top:2.5625rem;left:20.625rem;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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"russo one";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ClKfZA2wPaOTm84TgUgxu9oKeBxp2soE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mUbEIIfZflede3x0575NbqBoKCTxpW7T { z-index:15011;top:2.5625rem;left:33.5625rem;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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"russo one";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.1875rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xaHH718uroCoVOa0kMOgM7o2D3HNLsxZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C5x5Of3FnJUbicu8hn86qXEX6ArSWix5 { z-index:15012;top:2.5625rem;left:40.6875rem;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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"russo one";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EWuLAU29SBKsvDG0mGxENI6CNWdWuudl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TibvSNz0SBg9sMqW1ce86iEyy4V8tAoz { z-index:15012;top:2.5625rem;left:55.25rem;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:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"russo one";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.75rem;height:2.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#W6HFeJB27s0ozgVbV8LoVhs0pZbleDIs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nLkJB6HlaF3FPQlR7K9m6mJVVsI8v4zr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#nLkJB6HlaF3FPQlR7K9m6mJVVsI8v4zr > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#DtbRBnikyf3CIZtS9NSA1MVgdSmI6uPh { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#XBfc5GaRMSw9lv0TBT0RyceaRZCSvmb8 { 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:1.5625rem;width:5.0625rem;top:0.8375rem;left:10.790277014838rem;overflow:hidden;display:block; }
#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b04974a1-b6be-4483-bf64-6bafb5813825/sitepremiumdesktop1701.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC.adaptive-delivery-prevent-bg, #sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC.lazyload, #sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC.lazyloading { background-image: none; }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row .container { background-color: transparent; background-image: none; }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row .container > .video-iframe-container { display: none; }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row > .video-iframe-container { display: none; }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .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); }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row .container { border-width: 0; border-radius: 0; }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:60rem;position:relative;display:block; }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fcc16cea-edd0-4bd6-ab22-9f3ac7dcc0d9/2g.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz.adaptive-delivery-prevent-bg, #Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz.lazyload, #Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz.lazyloading { background-image: none; }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .row .container { background-color: transparent; background-image: none; }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .row .container > .video-iframe-container { display: none; }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .row > .video-iframe-container { display: none; }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .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); }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .row .container { border-width: 0; border-radius: 0; }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:60rem;position:relative;display:block; }#goUPRad3vtEfNGoeymMitAPsTO7iw76H { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:32.3125rem;left:0.8125rem; }
#oSlUerJh4VMitOWuptL2VFZIcQpy1ddt { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:43.25rem;width:24.75rem;top:1.5625rem;left:0rem;display:block; }
#lpyk5VPz5hs6WpWMp01ViWFHMcni6eTF { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-primary-2),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"russo one";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.8125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:39.625rem;left:6.96875rem;display:block; }
#BZznEJ9H0ExOQBFceXofkG5JFyJ7X70J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BM32tREJoo1kyZtMLLpdbc6kvUsRTl3r { color:rgba(var(--color-primary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15054;line-height:1.6;letter-spacing:0;top:33.625rem;left:13.625rem;height:2.79980625rem;font-style:normal;display:block; }
#kvSvPUzHdQrFz0XLBM1fy79zivIQHBfR { color:#464646;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:35.625rem;left:5.8125rem;height:1.2999125rem;display:block; }
#MZ737bMpOm1BsT3CvRTmdMvE0GdMuBl7 { color:#464646;display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:29.75rem;left:1.125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MmBOZcgUepIKWacvACJLneTTPWdtciyJ { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:28.1875rem;width:24.75rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#Ha2za7XZJTTCCJfVB77dvRXrS8MBolbQ { color:rgba(var(--color-primary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15055;line-height:1.6;letter-spacing:0;top:33.625rem;left:4.4375rem;height:2.79980625rem;font-style:normal;display:block; }
#nU8l1mbzTJCvxGppt9P5JgaqVrJT09if { color:#464646;display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:35.875rem;left:13.5625rem;height:1.2999125rem;display:block; }
#g2HyqTN6IslcErbQTOAxVZeHoAVeVTvk { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:28.25rem;width:24.75rem;top:1.5625rem;left:35.25rem;overflow:hidden;display:block; }
#ILPqMItzQ0tJZJAA5oTPzUbuabMidwpx { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:43.875rem;width:24.75rem;top:1.5625rem;left:35.25rem;display:block; }
#pmSy4JqGV1t58PA3tPUIlyifoNNrN5IL { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:28.125rem;width:24.75rem;top:19.8125rem;left:35.3125rem;overflow:hidden;display:block; }
#FsHUnp5E02z3RQGbD8d8TzyF74X9iBBA { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(var(--color-primary-2),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"russo one";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.8125rem;height:3.8125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:40.0625rem;left:42.25rem;display:block; }
#uyGTVUwRiOgPyh8av5uQqTWuB7oZHJvZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vaXVEGIL03a9T4J87kGU1T0aqCb6xt4q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vaXVEGIL03a9T4J87kGU1T0aqCb6xt4q > .row .container { background-color: transparent; background-image: none; }#vaXVEGIL03a9T4J87kGU1T0aqCb6xt4q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaXVEGIL03a9T4J87kGU1T0aqCb6xt4q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaXVEGIL03a9T4J87kGU1T0aqCb6xt4q > .row .container > .video-iframe-container { display: none; }#vaXVEGIL03a9T4J87kGU1T0aqCb6xt4q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vaXVEGIL03a9T4J87kGU1T0aqCb6xt4q > .row > .video-iframe-container { display: none; }#vaXVEGIL03a9T4J87kGU1T0aqCb6xt4q > .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); }#vaXVEGIL03a9T4J87kGU1T0aqCb6xt4q > .row .container { border-width: 0; border-radius: 0; }#vaXVEGIL03a9T4J87kGU1T0aqCb6xt4q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vaXVEGIL03a9T4J87kGU1T0aqCb6xt4q > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:60rem;position:relative;display:block; }#NhQxHN7eGTF4DhDiKX8BqBF2WlzmiwTy { color:rgba(var(--color-tertiary-3),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:1.86903125rem;display:block; }
#rpqLSQvq47yKExGMdqJUV2spqHfzyvHW { color:rgba(var(--color-tertiary-3),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:24.375rem;height:1.86903125rem;text-align:right;text-align-last:right;display:block; }
#sUTVTNEbSk0sxyHzK74TQHr8xZOVswTA { color:rgba(var(--color-tertiary-3),1);display:block;width:4.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:45.75390625rem;height:1.86903125rem;text-align:right;text-align-last:right;display:block; }
#Ryif0H424WIFbOvogh2IweSTOo46aLGQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:5.9375rem;left:24.375rem; }
#z04UocxTVIkrTwefHJUBIUZED1eyduka { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:27.0625rem;left:25rem; }
#fJ17d5DtIOM6OP6m0RrOwdPscH8D96DH { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15009;opacity:1;top:30.125rem;left:24.8125rem; }
#mchH1yAWvb1yIr8vUmuKViwPPE5viTBN { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.125rem;left:27.5rem;height:1.625rem;display:block; }
#r4rKvtdSVUC780v442KnuDU13SGNdDdC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.25rem;left:28.125rem;height:1.625rem;display:block; }
#wlDCQg7tz2I7fAW84FeFEJtqoPuPCpJM { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:30.125rem;left:28.125rem;height:3.25rem;display:block; }
#gA6GGwB6nPRfUmt5a7vmw1TsJmWb1WLP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:14.125rem;top:3.71875rem;left:45.754310344828rem;overflow:hidden;display:block; }
#DK4DQ339mhRiKr8aGeRWZonTWOf1A0uB { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:1.625rem;display:block; }
#Na1wCmuebvBEBEypCyeXdT6qizRn4Gsm { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.8125rem;top:4.749219417572rem;left:52.875rem;overflow:hidden;display:block; }
#tzvANf6Saz8S4UlkcqmJs8Eabv94ceWN { 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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:3.0625rem;left:0rem;display:block; }
#ncGc2gXGBEOM8GGmJvMyTVvwS6u7P5ng { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I1OyF5tzT0Qh6xrgCkkHMDZHPLIouMeo { color:rgba(var(--color-secondary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.71875rem;left:24.375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#Kg0gL2zgnPmnI1arDk227BIUKEGVM9l7 { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:9.6875rem;top:3.75rem;left:24.5625rem;display:block; }
#hb7eoNUqiDQxvrVPV3MBUArvPUMTe1KT { color:rgba(var(--color-secondary-2),1);display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.9375rem;left:24.9375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#bisqo0nkfq50NGzAE392kMpPuT0qrJKK { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:9.9375rem;top:13.9375rem;left:24.8125rem;display:block; }
#z79aPUU2BtTpf9uJ4mTqFW1Qik17Zp0B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:16.625rem;left:24.8125rem; }
#qU3qemKxg43kTlskzu1mLWkqs1kIgseJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:19.8125rem;left:24.625rem; }
#bwn68wnVPAorRSA0lX42lptPm36hBb9B { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17rem;left:27.9375rem;height:1.625rem;display:block; }
#TWASWSPs6wHnpbbkozEhQrxSHiqRWkts { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.1875rem;left:27.9375rem;height:1.625rem;display:block; }
#pP6nHLX7iGCe75BzKQh2fUXLAikMS2zz { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:23.0625rem;left:24.375rem; }
#ns2QnvAvMblBpFFPv2im3af4y92JMxUe { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:23.0625rem;left:27.9375rem;height:3.25rem;display:block; }
#TsFPq9EymuAmppxn0fmf5oeRal3pV0L9 { box-sizing:content-box;color:#5d92ff;font-size:2.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.5625rem;left:24.0625rem; }
#WJ3CTkoQNdhG5vBl7iVTmNtJl2wDJoZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.5625rem;left:27.625rem;height:3.25rem;display:block; }
#Tdlvpok5olxfDdGEtP8a0CCBGNHlTWRV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tdlvpok5olxfDdGEtP8a0CCBGNHlTWRV > .row .container { background-color: transparent; background-image: none; }#Tdlvpok5olxfDdGEtP8a0CCBGNHlTWRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdlvpok5olxfDdGEtP8a0CCBGNHlTWRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdlvpok5olxfDdGEtP8a0CCBGNHlTWRV > .row .container > .video-iframe-container { display: none; }#Tdlvpok5olxfDdGEtP8a0CCBGNHlTWRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdlvpok5olxfDdGEtP8a0CCBGNHlTWRV > .row > .video-iframe-container { display: none; }#Tdlvpok5olxfDdGEtP8a0CCBGNHlTWRV > .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); }#Tdlvpok5olxfDdGEtP8a0CCBGNHlTWRV > .row .container { border-width: 0; border-radius: 0; }#Tdlvpok5olxfDdGEtP8a0CCBGNHlTWRV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tdlvpok5olxfDdGEtP8a0CCBGNHlTWRV > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#uEVvmMi9cMXJfK27HCsw1nctMmNLDTB6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:1.0625rem;left:23.8125rem; }
#avBgl8Bc86mB34Fz8FlqKkgJMoNNHJaZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.0625rem;left:31.6875rem; }
#avBgl8Bc86mB34Fz8FlqKkgJMoNNHJaZ > img { max-width: 100%;max-height:100%; width:4.5625rem; height:4.5625rem; }#DnKzmopeEvMkrWtwqqCkZgn2zhfRd7DS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DnKzmopeEvMkrWtwqqCkZgn2zhfRd7DS > .row .container { background-color: transparent; background-image: none; }#DnKzmopeEvMkrWtwqqCkZgn2zhfRd7DS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnKzmopeEvMkrWtwqqCkZgn2zhfRd7DS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnKzmopeEvMkrWtwqqCkZgn2zhfRd7DS > .row .container > .video-iframe-container { display: none; }#DnKzmopeEvMkrWtwqqCkZgn2zhfRd7DS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DnKzmopeEvMkrWtwqqCkZgn2zhfRd7DS > .row > .video-iframe-container { display: none; }#DnKzmopeEvMkrWtwqqCkZgn2zhfRd7DS > .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); }#DnKzmopeEvMkrWtwqqCkZgn2zhfRd7DS > .row .container { border-width: 0; border-radius: 0; }#DnKzmopeEvMkrWtwqqCkZgn2zhfRd7DS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DnKzmopeEvMkrWtwqqCkZgn2zhfRd7DS > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#MsaDVb09CMugQ8P9MkD668vbDwbqpSCN { color:rgba(var(--color-tertiary-4),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.75rem;left:0rem;height:1.625rem;display:block; }
#RuGoi5eUNnzM0i6LWpXgalZsg3fErQXO { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.75rem;left:41.0625rem;height:1.625rem;display:block; }
#rBvrgTilAOoeFZ9UTxr7TT149UTOkgqx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.75rem;left:21.75rem;height:1.625rem;display:block; }
#ZbvgIOPKmD2y2hd2qBuRwlP8uUvrLl88 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.499rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:4.4375rem;left:21.25rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#dleMeSLKIvu5rTbuNpLemMoAoUJwkdIy { 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:3.061525rem;width:4.1870125rem;top:3.5rem;left:32.75rem;overflow:hidden;display:block; }
#eo4t23Hw5X1klPAqyt2xqrIUXn4I6OIS { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:"russo one";font-size:0.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:6.5625rem;left:30.9375rem;height:0.9746125rem;display:block; }
#N4d80Tx7BQEe3ZOgW7Uy8aZ42lMev09A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#N4d80Tx7BQEe3ZOgW7Uy8aZ42lMev09A > .row .container { background-color: transparent; background-image: none; }#N4d80Tx7BQEe3ZOgW7Uy8aZ42lMev09A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4d80Tx7BQEe3ZOgW7Uy8aZ42lMev09A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4d80Tx7BQEe3ZOgW7Uy8aZ42lMev09A > .row .container > .video-iframe-container { display: none; }#N4d80Tx7BQEe3ZOgW7Uy8aZ42lMev09A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N4d80Tx7BQEe3ZOgW7Uy8aZ42lMev09A > .row > .video-iframe-container { display: none; }#N4d80Tx7BQEe3ZOgW7Uy8aZ42lMev09A > .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); }#N4d80Tx7BQEe3ZOgW7Uy8aZ42lMev09A > .row .container { border-width: 0; border-radius: 0; }#N4d80Tx7BQEe3ZOgW7Uy8aZ42lMev09A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N4d80Tx7BQEe3ZOgW7Uy8aZ42lMev09A > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#hsqC0md2B01lhyzJFhvxuLVPBaHRcMD5 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 1.4375rem -0.125rem 2.0625rem #43ff00 ;height:3.25rem;width:2.5625rem;top:1.75rem;left:-9.9714343187931rem;display:block; }
#z7xuCVSUSFavyHMAftn7T3oBavb6g6VE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.0625rem;left:-10.9375rem; }
#z7xuCVSUSFavyHMAftn7T3oBavb6g6VE > img { max-width: 100%;max-height:100%; width:4.5625rem; height:4.5625rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 { display:block; }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLJ3WKATkDxa10XR9mgFrKVs4plZX0ae { top:0.3125rem;left:9.3125rem;width:29.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rce39Ww0A3Hpym40Ic4ab7KfLs4yFx4c { top:2.5625rem;left:0rem;width:7.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHUB1dJd0U3UuopzGTa8ZrRwEIXTIavR { display:block; }
 }@media only screen and (max-width: 763px) { #XQlDMvDA8ZgzhwIZesuLzLZZA3ZMTWJm { top:2.5625rem;left:3.9375rem;width:7.6875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZy96r1gzfzBN261Bc2ZLykl4ir5Ufrh { display:block; }
 }@media only screen and (max-width: 763px) { #E6S5XmvpLk2FDugL4CCvkq4JqNgIPyF9 { top:2.5625rem;left:14.5rem;width:11.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClKfZA2wPaOTm84TgUgxu9oKeBxp2soE { display:block; }
 }@media only screen and (max-width: 763px) { #mUbEIIfZflede3x0575NbqBoKCTxpW7T { top:2.5625rem;left:27.4375rem;width:5.1875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaHH718uroCoVOa0kMOgM7o2D3HNLsxZ { display:block; }
 }@media only screen and (max-width: 763px) { #C5x5Of3FnJUbicu8hn86qXEX6ArSWix5 { top:2.5625rem;left:34.5625rem;width:12.875rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWuLAU29SBKsvDG0mGxENI6CNWdWuudl { display:block; }
 }@media only screen and (max-width: 763px) { #TibvSNz0SBg9sMqW1ce86iEyy4V8tAoz { top:2.5625rem;left:43rem;width:4.75rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6HFeJB27s0ozgVbV8LoVhs0pZbleDIs { display:block; }
 }@media only screen and (max-width: 763px) { #nLkJB6HlaF3FPQlR7K9m6mJVVsI8v4zr { display:none; }
#nLkJB6HlaF3FPQlR7K9m6mJVVsI8v4zr > img { max-width: 100%;max-height:100%; width:; height:; } }@media only screen and (max-width: 763px) { #DtbRBnikyf3CIZtS9NSA1MVgdSmI6uPh { display:none; }
 }@media only screen and (max-width: 763px) { #XBfc5GaRMSw9lv0TBT0RyceaRZCSvmb8 { top:0.8125rem;left:4.6652770148383rem;width:5.0625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC { display:block; }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz { display:block; }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goUPRad3vtEfNGoeymMitAPsTO7iw76H { width:1.6875rem;height:1.6875rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSlUerJh4VMitOWuptL2VFZIcQpy1ddt { top:1.5625rem;left:0rem;width:24.75rem;height:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpyk5VPz5hs6WpWMp01ViWFHMcni6eTF { width:10.8125rem;height:3.8125rem;top:39.625rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZznEJ9H0ExOQBFceXofkG5JFyJ7X70J { display:block; }
 }@media only screen and (max-width: 763px) { #BM32tREJoo1kyZtMLLpdbc6kvUsRTl3r { top:33.625rem;left:7.5rem;width:7.5625rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvSvPUzHdQrFz0XLBM1fy79zivIQHBfR { top:35.625rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ737bMpOm1BsT3CvRTmdMvE0GdMuBl7 { top:29.75rem;left:0rem;width:22.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmBOZcgUepIKWacvACJLneTTPWdtciyJ { top:1.5625rem;left:0rem;width:24.75rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha2za7XZJTTCCJfVB77dvRXrS8MBolbQ { top:33.625rem;left:0rem;width:7.5625rem;height:2.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU8l1mbzTJCvxGppt9P5JgaqVrJT09if { top:35.875rem;left:7.4375rem;width:8.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2HyqTN6IslcErbQTOAxVZeHoAVeVTvk { top:1.5625rem;left:23rem;width:24.75rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILPqMItzQ0tJZJAA5oTPzUbuabMidwpx { top:1.5625rem;left:23rem;width:24.75rem;height:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmSy4JqGV1t58PA3tPUIlyifoNNrN5IL { top:19.8125rem;left:23rem;width:24.6875rem;height:28.054685724387rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsHUnp5E02z3RQGbD8d8TzyF74X9iBBA { width:10.8125rem;height:3.8125rem;top:40.0625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyGTVUwRiOgPyh8av5uQqTWuB7oZHJvZ { display:block; }
 }@media only screen and (max-width: 763px) { #vaXVEGIL03a9T4J87kGU1T0aqCb6xt4q { display:block; }#vaXVEGIL03a9T4J87kGU1T0aqCb6xt4q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhQxHN7eGTF4DhDiKX8BqBF2WlzmiwTy { top:1.1875rem;left:0rem;width:4.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpqLSQvq47yKExGMdqJUV2spqHfzyvHW { top:1.1875rem;left:18.25rem;width:4.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUTVTNEbSk0sxyHzK74TQHr8xZOVswTA { top:1.1875rem;left:39.62890625rem;width:4.9375rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ryif0H424WIFbOvogh2IweSTOo46aLGQ { top:5.9375rem;left:18.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z04UocxTVIkrTwefHJUBIUZED1eyduka { top:27.0625rem;left:18.875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJ17d5DtIOM6OP6m0RrOwdPscH8D96DH { top:30.125rem;left:18.6875rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mchH1yAWvb1yIr8vUmuKViwPPE5viTBN { top:6.125rem;left:21.375rem;width:9.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4rKvtdSVUC780v442KnuDU13SGNdDdC { top:27.25rem;left:22rem;width:12.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlDCQg7tz2I7fAW84FeFEJtqoPuPCpJM { top:30.125rem;left:22rem;width:20.25rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA6GGwB6nPRfUmt5a7vmw1TsJmWb1WLP { top:3.6875rem;left:33.625rem;width:14.125rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK4DQ339mhRiKr8aGeRWZonTWOf1A0uB { top:5.1875rem;left:0rem;width:19.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na1wCmuebvBEBEypCyeXdT6qizRn4Gsm { top:4.6875rem;left:42.9375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzvANf6Saz8S4UlkcqmJs8Eabv94ceWN { width:6.25rem;height:2rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncGc2gXGBEOM8GGmJvMyTVvwS6u7P5ng { display:block; }
 }@media only screen and (max-width: 763px) { #I1OyF5tzT0Qh6xrgCkkHMDZHPLIouMeo { top:3.6875rem;left:18.25rem;width:9.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg0gL2zgnPmnI1arDk227BIUKEGVM9l7 { top:3.75rem;left:18.4375rem;width:9.6875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb7eoNUqiDQxvrVPV3MBUArvPUMTe1KT { top:13.9375rem;left:18.8125rem;width:9.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bisqo0nkfq50NGzAE392kMpPuT0qrJKK { top:13.9375rem;left:18.6875rem;width:9.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z79aPUU2BtTpf9uJ4mTqFW1Qik17Zp0B { top:16.625rem;left:18.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU3qemKxg43kTlskzu1mLWkqs1kIgseJ { top:19.8125rem;left:18.5rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwn68wnVPAorRSA0lX42lptPm36hBb9B { top:17rem;left:21.8125rem;width:9.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWASWSPs6wHnpbbkozEhQrxSHiqRWkts { top:20.1875rem;left:21.8125rem;width:9.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pP6nHLX7iGCe75BzKQh2fUXLAikMS2zz { top:23.0625rem;left:18.25rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns2QnvAvMblBpFFPv2im3af4y92JMxUe { top:23.0625rem;left:16.0625rem;width:31.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsFPq9EymuAmppxn0fmf5oeRal3pV0L9 { top:9.5625rem;left:17.9375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ3CTkoQNdhG5vBl7iVTmNtJl2wDJoZ5 { top:9.5625rem;left:16.0625rem;width:31.6875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdlvpok5olxfDdGEtP8a0CCBGNHlTWRV { display:block; }#Tdlvpok5olxfDdGEtP8a0CCBGNHlTWRV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEVvmMi9cMXJfK27HCsw1nctMmNLDTB6 { top:1.0625rem;left:17.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #avBgl8Bc86mB34Fz8FlqKkgJMoNNHJaZ { top:1.0625rem;left:25.5625rem;width:4.5625rem;height:4.5625rem;display:block; }
#avBgl8Bc86mB34Fz8FlqKkgJMoNNHJaZ > img { max-width: 100%;max-height:100%; width:4.5625rem; height:4.5625rem; } }@media only screen and (max-width: 763px) { #DnKzmopeEvMkrWtwqqCkZgn2zhfRd7DS { display:block; }#DnKzmopeEvMkrWtwqqCkZgn2zhfRd7DS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsaDVb09CMugQ8P9MkD668vbDwbqpSCN { top:0.75rem;left:0rem;width:18.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuGoi5eUNnzM0i6LWpXgalZsg3fErQXO { top:0.75rem;left:28.8125rem;width:18.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBvrgTilAOoeFZ9UTxr7TT149UTOkgqx { top:0.75rem;left:15.625rem;width:16.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbvgIOPKmD2y2hd2qBuRwlP8uUvrLl88 { top:4.4375rem;left:15.125rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dleMeSLKIvu5rTbuNpLemMoAoUJwkdIy { top:3.5rem;left:26.625rem;width:4.125rem;height:3.0165329539415rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo4t23Hw5X1klPAqyt2xqrIUXn4I6OIS { top:6.5625rem;left:24.8125rem;width:7.8125rem;height:0.9375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4d80Tx7BQEe3ZOgW7Uy8aZ42lMev09A { display:block; }#N4d80Tx7BQEe3ZOgW7Uy8aZ42lMev09A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsqC0md2B01lhyzJFhvxuLVPBaHRcMD5 { top:1.75rem;left:0rem;width:2.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7xuCVSUSFavyHMAftn7T3oBavb6g6VE { top:1.0625rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
#z7xuCVSUSFavyHMAftn7T3oBavb6g6VE > img { max-width: 100%;max-height:100%; width:4.5625rem; height:4.5625rem; } }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#fIs8u9LkyAt0OZpzN4tfleAcl8hvs8tv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIs8u9LkyAt0OZpzN4tfleAcl8hvs8tv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIs8u9LkyAt0OZpzN4tfleAcl8hvs8tv > .row > .video-iframe-container { display: none; }#fIs8u9LkyAt0OZpzN4tfleAcl8hvs8tv > .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); } }@media only screen and (max-width: 763px) { #EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 { position:relative;z-index:auto;background-color:#ff7222;background-image:none;display:block; }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .row .container { background-color: transparent; background-image: none; }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .row .container > .video-iframe-container { display: none; }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .row > .video-iframe-container { display: none; }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .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); }#EPXSn0QRTRF5ikzkle8JlKUJkoTJkqh3 > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLJ3WKATkDxa10XR9mgFrKVs4plZX0ae { width:15.375rem;height:1.0625rem;top:1.03125rem;left:4.625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Rce39Ww0A3Hpym40Ic4ab7KfLs4yFx4c { top:1.125rem;left:17.625rem;width:1.875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHUB1dJd0U3UuopzGTa8ZrRwEIXTIavR { display:block; }
 }@media only screen and (max-width: 763px) { #XQlDMvDA8ZgzhwIZesuLzLZZA3ZMTWJm { top:1.125rem;left:17.625rem;width:1rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZy96r1gzfzBN261Bc2ZLykl4ir5Ufrh { display:block; }
 }@media only screen and (max-width: 763px) { #E6S5XmvpLk2FDugL4CCvkq4JqNgIPyF9 { top:1.125rem;left:17.625rem;width:1rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClKfZA2wPaOTm84TgUgxu9oKeBxp2soE { display:block; }
 }@media only screen and (max-width: 763px) { #mUbEIIfZflede3x0575NbqBoKCTxpW7T { top:0.375rem;left:17.625rem;width:1rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaHH718uroCoVOa0kMOgM7o2D3HNLsxZ { display:block; }
 }@media only screen and (max-width: 763px) { #C5x5Of3FnJUbicu8hn86qXEX6ArSWix5 { top:0rem;left:18.5rem;width:1rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWuLAU29SBKsvDG0mGxENI6CNWdWuudl { display:block; }
 }@media only screen and (max-width: 763px) { #TibvSNz0SBg9sMqW1ce86iEyy4V8tAoz { top:1.125rem;left:18.5rem;width:1rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6HFeJB27s0ozgVbV8LoVhs0pZbleDIs { display:block; }
 }@media only screen and (max-width: 763px) { #nLkJB6HlaF3FPQlR7K9m6mJVVsI8v4zr { display:flex;top:0rem;left:-1.225rem;width:2.9375rem;height:2.9375rem;z-index:15000; }
#nLkJB6HlaF3FPQlR7K9m6mJVVsI8v4zr > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #DtbRBnikyf3CIZtS9NSA1MVgdSmI6uPh { top:0rem;left:4.4rem;width:15.5rem;height:2.0625rem;z-index:15013;background-color:#ff7222;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XBfc5GaRMSw9lv0TBT0RyceaRZCSvmb8 { width:3.0625rem;height:0.8125rem;top:1.21875rem;left:1.6124999523163rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4878626a-3756-4777-af34-1b8f2c093f90/sitepremiummobile1701.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC.adaptive-delivery-prevent-bg, #sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC.lazyload, #sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC.lazyloading { background-image: none; }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row .container { background-color: transparent; background-image: none; }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row .container > .video-iframe-container { display: none; }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row > .video-iframe-container { display: none; }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .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); }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row .container { border-width: 0; border-radius: 0; }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sldqsLLSrnQ2c9wfxeCbBqS3IIPB9ywC > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9e86721d-d971-437c-9d1a-5e6c7ea633af/SehgmTitulo1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz.adaptive-delivery-prevent-bg, #Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz.lazyload, #Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz.lazyloading { background-image: none; }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .row .container { background-color: transparent; background-image: none; }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .row .container > .video-iframe-container { display: none; }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .row > .video-iframe-container { display: none; }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .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); }#Gp6Ep6pz1fsVmcgml1ntViTc16W2FFtz > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goUPRad3vtEfNGoeymMitAPsTO7iw76H { width:1.6875rem;height:1.6875rem;top:34.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSlUerJh4VMitOWuptL2VFZIcQpy1ddt { width:20rem;height:39.4375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpyk5VPz5hs6WpWMp01ViWFHMcni6eTF { width:8.6875rem;height:3rem;top:38.6875rem;left:5.65625rem;z-index:15039;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZznEJ9H0ExOQBFceXofkG5JFyJ7X70J { display:block; }
 }@media only screen and (max-width: 763px) { #BM32tREJoo1kyZtMLLpdbc6kvUsRTl3r { width:7.5625rem;height:2.599825rem;top:34.0869140625rem;left:6.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvSvPUzHdQrFz0XLBM1fy79zivIQHBfR { width:4.625rem;height:1.2999125rem;top:32.8876953125rem;left:7.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZ737bMpOm1BsT3CvRTmdMvE0GdMuBl7 { width:20rem;height:3.8984375rem;top:27rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmBOZcgUepIKWacvACJLneTTPWdtciyJ { width:20rem;height:22.7578125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ha2za7XZJTTCCJfVB77dvRXrS8MBolbQ { width:7.5625rem;height:2.599825rem;top:30.8984375rem;left:6.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nU8l1mbzTJCvxGppt9P5JgaqVrJT09if { width:8.8125rem;height:1.2999125rem;top:36rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2HyqTN6IslcErbQTOAxVZeHoAVeVTvk { width:20rem;height:22.828282828283rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILPqMItzQ0tJZJAA5oTPzUbuabMidwpx { width:20rem;height:36.4375rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmSy4JqGV1t58PA3tPUIlyifoNNrN5IL { width:20rem;height:22.727272727272rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsHUnp5E02z3RQGbD8d8TzyF74X9iBBA { width:9.125rem;height:3.0625rem;top:75.25rem;left:5.4375rem;z-index:15070;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyGTVUwRiOgPyh8av5uQqTWuB7oZHJvZ { display:block; }
 }@media only screen and (max-width: 763px) { #vaXVEGIL03a9T4J87kGU1T0aqCb6xt4q { display:block; }#vaXVEGIL03a9T4J87kGU1T0aqCb6xt4q > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhQxHN7eGTF4DhDiKX8BqBF2WlzmiwTy { width:4.93696875rem;height:1.54385625rem;top:0.3125rem;left:0.0625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rpqLSQvq47yKExGMdqJUV2spqHfzyvHW { width:4.31196875rem;height:1.5435125rem;top:6.0625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUTVTNEbSk0sxyHzK74TQHr8xZOVswTA { width:7.0623125rem;height:1.5435125rem;top:32.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ryif0H424WIFbOvogh2IweSTOo46aLGQ { display:flex;width:1.3742875rem;height:1.3742875rem;top:10.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #z04UocxTVIkrTwefHJUBIUZED1eyduka { display:flex;width:1.3742875rem;height:1.3742875rem;top:26.1875rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #fJ17d5DtIOM6OP6m0RrOwdPscH8D96DH { display:flex;width:1.8125rem;height:1.8125rem;top:28.125rem;left:0rem;font-size:1.25rem; }
 }@media only screen and (max-width: 763px) { #mchH1yAWvb1yIr8vUmuKViwPPE5viTBN { width:8.0619375rem;height:1.2999125rem;top:10.3125rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4rKvtdSVUC780v442KnuDU13SGNdDdC { width:12.4375rem;height:1.2999125rem;top:26.25rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wlDCQg7tz2I7fAW84FeFEJtqoPuPCpJM { width:14.5623125rem;height:2.5996125rem;top:28.375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gA6GGwB6nPRfUmt5a7vmw1TsJmWb1WLP { width:12.7494375rem;height:4.0625rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DK4DQ339mhRiKr8aGeRWZonTWOf1A0uB { width:14.0625rem;height:1.2999125rem;top:4rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Na1wCmuebvBEBEypCyeXdT6qizRn4Gsm { width:4.8125rem;height:4.8125rem;top:35.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzvANf6Saz8S4UlkcqmJs8Eabv94ceWN { width:4.6875rem;height:1rem;top:2.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncGc2gXGBEOM8GGmJvMyTVvwS6u7P5ng { display:block; }
 }@media only screen and (max-width: 763px) { #I1OyF5tzT0Qh6xrgCkkHMDZHPLIouMeo { width:9.6875rem;height:1.625rem;top:8.3125rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kg0gL2zgnPmnI1arDk227BIUKEGVM9l7 { width:9.6875rem;height:1.625rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb7eoNUqiDQxvrVPV3MBUArvPUMTe1KT { width:9.6875rem;height:1.625rem;top:15.875rem;left:0.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bisqo0nkfq50NGzAE392kMpPuT0qrJKK { width:9.9375rem;height:1.625rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z79aPUU2BtTpf9uJ4mTqFW1Qik17Zp0B { display:flex;width:1.375rem;height:1.375rem;top:18.4375rem;left:0rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #qU3qemKxg43kTlskzu1mLWkqs1kIgseJ { display:flex;width:1.375rem;height:1.375rem;top:20.6875rem;left:0rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #bwn68wnVPAorRSA0lX42lptPm36hBb9B { width:7.8125rem;height:1.2999125rem;top:18.5rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TWASWSPs6wHnpbbkozEhQrxSHiqRWkts { width:6.875rem;height:1.2999125rem;top:20.8125rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pP6nHLX7iGCe75BzKQh2fUXLAikMS2zz { display:flex;width:1.625rem;height:1.625rem;top:22.8125rem;left:0rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #ns2QnvAvMblBpFFPv2im3af4y92JMxUe { width:17.0625rem;height:2.5996125rem;top:22.8125rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TsFPq9EymuAmppxn0fmf5oeRal3pV0L9 { display:flex;width:1.625rem;height:1.625rem;top:12.6875rem;left:0rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #WJ3CTkoQNdhG5vBl7iVTmNtJl2wDJoZ5 { width:18.125rem;height:2.5996125rem;top:12.6875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Tdlvpok5olxfDdGEtP8a0CCBGNHlTWRV { display:block; }#Tdlvpok5olxfDdGEtP8a0CCBGNHlTWRV > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEVvmMi9cMXJfK27HCsw1nctMmNLDTB6 { display:flex;width:3.06196875rem;height:3.06196875rem;top:0.875rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #avBgl8Bc86mB34Fz8FlqKkgJMoNNHJaZ { display:flex;width:3.2492875rem;height:3.2492875rem;top:0.8125rem;left:10.875rem; }
#avBgl8Bc86mB34Fz8FlqKkgJMoNNHJaZ > img { max-width: 100%;max-height:100%; width:3.2492875rem; height:3.2492875rem; } }@media only screen and (max-width: 763px) { #DnKzmopeEvMkrWtwqqCkZgn2zhfRd7DS { display:block; }#DnKzmopeEvMkrWtwqqCkZgn2zhfRd7DS > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MsaDVb09CMugQ8P9MkD668vbDwbqpSCN { width:15rem;height:1.29980625rem;top:1.2499961853027rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RuGoi5eUNnzM0i6LWpXgalZsg3fErQXO { width:14.1875rem;height:1.29980625rem;top:6.3489625rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBvrgTilAOoeFZ9UTxr7TT149UTOkgqx { width:14.1875rem;height:1.29980625rem;top:3.79948125rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZbvgIOPKmD2y2hd2qBuRwlP8uUvrLl88 { width:11.4373125rem;height:1.29980625rem;top:8.875rem;left:2.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dleMeSLKIvu5rTbuNpLemMoAoUJwkdIy { width:2.5rem;height:1.8125rem;top:8.3125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo4t23Hw5X1klPAqyt2xqrIUXn4I6OIS { width:6.3743125rem;height:0.568359375rem;top:10.125rem;left:11.8125rem;font-size:0.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N4d80Tx7BQEe3ZOgW7Uy8aZ42lMev09A { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#N4d80Tx7BQEe3ZOgW7Uy8aZ42lMev09A > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hsqC0md2B01lhyzJFhvxuLVPBaHRcMD5 { width:1.9375rem;height:2.25rem;top:1.4674491882324rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7xuCVSUSFavyHMAftn7T3oBavb6g6VE { width:3rem;height:3rem;top:1.03125rem;left:0rem;display:block; }
#z7xuCVSUSFavyHMAftn7T3oBavb6g6VE > img { max-width: 100%;max-height:100%; width:3rem; height:3rem; } }