.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:220,213,202;--color-primary-1:255,128,5;--color-primary-2:252,195,5;--color-primary-3:255,147,0;--color-primary-4:255,210,0;--color-secondary-0:223,255,232;--color-secondary-1:158,255,185;--color-secondary-2:93,255,138;--color-secondary-3:5,255,64;--color-secondary-4:0,255,57;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"MONTSERRAT 900";--paragraphs-font-family:"MONTSERRAT 900"; }@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:rgba(var(--color-tertiary-0),1);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); }#IcLSICTknt83cJKTnUMro3MOzHbuFXuN { position:relative;display:block; }#IcLSICTknt83cJKTnUMro3MOzHbuFXuN { background-color: transparent; background-image: none; }#IcLSICTknt83cJKTnUMro3MOzHbuFXuN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcLSICTknt83cJKTnUMro3MOzHbuFXuN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcLSICTknt83cJKTnUMro3MOzHbuFXuN > .row .container > .video-iframe-container { display: none; }#IcLSICTknt83cJKTnUMro3MOzHbuFXuN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcLSICTknt83cJKTnUMro3MOzHbuFXuN > .row > .video-iframe-container { display: none; }#IcLSICTknt83cJKTnUMro3MOzHbuFXuN > .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); }#IcLSICTknt83cJKTnUMro3MOzHbuFXuN { border-width: 0; border-radius: 0; }#IcLSICTknt83cJKTnUMro3MOzHbuFXuN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#IcLSICTknt83cJKTnUMro3MOzHbuFXuN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.17625rem;padding-right:0.15625rem;padding-bottom:0.17625rem;padding-left:0.15625rem;display:block;align-items:center;width:0.9375rem;min-width:0.9375rem;height:0.946875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.705rem;font-weight:700;line-height:15.15px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.11rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:1.25rem;height:0.374375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.264375rem;font-weight:400;line-height:5.99px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:9rem;height:1.78375rem;padding-top:0.22rem;padding-right:0.223125rem;padding-bottom:0.22rem;padding-left:0.223125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:14.5625rem;left:32.775390625rem;z-index:5000; }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #p7nlQip48T07hTOQCd20ZB1cvRi4rBJz { display:flex;position:relative;top:0rem;left:0rem; }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #eb7c0VzvubB4QCuMyoTR2rUnGt1mFH7K { width:auto; }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #oSpzGr2QsAGFTOQTPeT8D26MDtdzXckp {  }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #xRgLTX8frT8rQt4h5NDUo15Ak41zJ3Na { display:flex;position:relative;top:0rem;left:0rem; }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #JN8BpIMHdrNJf6NXnFfeG22OQTA5uuH4 {  }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #D1mtsgqIaDvr1ifDXVzka0BKFSmzDuOJ {  }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #OyRe0N8EEQxChfZXUIEXBGotTzg1BEx6 { display:flex;position:relative;top:0rem;left:0rem; }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #MOOKutDIIO9l5twFgdrSM11C5GW5rCPf {  }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #FSAvpZrVGqTTEoNGg82ymwB3GqqWkJhg {  }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #soCgf28W2XCzy7JHRS7AxekPPcFVNtAq { display:flex;position:relative;top:0rem;left:0rem; }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #l6ZHnErTJg4DZsvpgaV3qRo52od8ZX9r {  }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #AJ7fPsJ1tLT9TXLQmxsyfXrhr4eVsp9p {  }
#dgzeQXDrne2UzlCGEe7gAgDgF2IKd7BR { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6167f3d5-e4c2-4643-a798-91a6344c2105/Cabealho.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dgzeQXDrne2UzlCGEe7gAgDgF2IKd7BR.adaptive-delivery-prevent-bg, #dgzeQXDrne2UzlCGEe7gAgDgF2IKd7BR.lazyload, #dgzeQXDrne2UzlCGEe7gAgDgF2IKd7BR.lazyloading { background-image: none; }#dgzeQXDrne2UzlCGEe7gAgDgF2IKd7BR > .row .container { border-width: 0; border-radius: 0; }#dgzeQXDrne2UzlCGEe7gAgDgF2IKd7BR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgzeQXDrne2UzlCGEe7gAgDgF2IKd7BR > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#gn2vnMDa1kNBWc6kWOsmLb1oOTWbwIGT { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:"montserrat black";font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.92);top:16.0625rem;left:5.375rem;height:8.773125rem;text-align:left;text-align-last:left;display:block; }
#HFSXsimEAIHEfLm9uIKpHRtVVcPdH1UH { color:rgba(var(--color-tertiary-0),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.9375rem;left:5.375rem;height:3.41145625rem;text-align:left;text-align-last:left;display:block; }
#IbDOK26SD80uvf5gVX9QW7ccrfZRPLts { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.5rem;left:22.6875rem;height:1.137875rem;text-align:left;text-align-last:left;display:block; }
#p6ltcKbUGPwTHU7FQEOXmTo5MIxn1MLK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:29.9375rem;left:5.375rem; }
#GOZBrWzmQcxQ2FNXF85Pbwzmk1ICw6L6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:30.1875rem;left:20.75rem; }
#HszHPHbxEvkON5LqTBf4rIx0vbLKLQ4I { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-3),1), #05edfc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#05edfc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#05edfc' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-3),1), #05edfc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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:"montserrat black";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:34.1875rem;left:5.375rem;display:block; }
#LcQlofaIsmHBFJhBEwENNVNx7TXMlOFI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ilercRWxBayrcmEQ7E0bJXnW1dByW0Sz { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:19.1875rem;top:3.0625rem;left:8.59375rem;overflow:hidden;display:block; }
#AaopTv0quoRmXsEH49Qcn0nkCkpO1WRP { 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:10.1875rem;width:16.3125rem;top:3.8750002384186rem;left:10.34375rem;overflow:hidden;display:none; }
#xHdoD0KqXKEJoGVAMuii01fUBZcDT3f6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:30.5rem;left:7.75rem;height:1.137875rem;text-align:left;text-align-last:left;display:block; }
#dO8wIk7qW3llB6NS8sArPsp9T9p17Boh { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f6907bab-b381-411d-ab34-6077bb2eaa3f/BGHOME3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dO8wIk7qW3llB6NS8sArPsp9T9p17Boh.adaptive-delivery-prevent-bg, #dO8wIk7qW3llB6NS8sArPsp9T9p17Boh.lazyload, #dO8wIk7qW3llB6NS8sArPsp9T9p17Boh.lazyloading { background-image: none; }#dO8wIk7qW3llB6NS8sArPsp9T9p17Boh > .row .container { border-width: 0; border-radius: 0; }#dO8wIk7qW3llB6NS8sArPsp9T9p17Boh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dO8wIk7qW3llB6NS8sArPsp9T9p17Boh > .row .container { font-size:0.875rem;font-family:arial;height:44.9375rem;width:75rem;overflow:visible;position:relative;display:none; }#TvvSKG02iSzPBmcRdlCUJywchRnWTQtX { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:"montserrat black";font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.92);top:15.375rem;left:0rem;height:8.7734375rem;text-align:left;text-align-last:left;display:block; }
#pVzGufLAodrcugosTsZEWeScKOlMahbK { color:rgba(var(--color-tertiary-0),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:25.4375rem;left:0rem;height:6.82425rem;text-align:left;text-align-last:left;display:block; }
#qNPZUOf1dzV1v6nU9PyEm68Lq1RtnAqs { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:34.25rem;left:17.3125rem;height:1.13671875rem;text-align:left;text-align-last:left;display:block; }
#QAxVdTrAyhKLG2BKZHPI47gemznP2ZTy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:33.6875rem;left:0rem; }
#Dknt0LqiE0C020SHne6UoyQzKmPfrfPF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:33.9375rem;left:15.375rem; }
#ZgigoenqLHtCGe8d6h34CpRwstMCBcWn { background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -moz-linear-gradient(360deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -ms-linear-gradient(360deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -o-linear-gradient(360deg, rgba(var(--color-secondary-3),1), #05edfc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#05edfc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#05edfc' );";background-image: linear-gradient(360deg, rgba(var(--color-secondary-3),1), #05edfc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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:"montserrat black";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.625rem;height:3.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.9375rem;left:0rem;display:block; }
#vzTevO0rOlA17p08iDSZ83IwXHWnTswe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izFITfSunA9MqR9GpvcGacHZCxllURKb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:19rem;top:2.375rem;left:3.25rem;overflow:hidden;display:block; }
#nQGHtt6CXRxgPHTkhdQy5WsQF6TOuTlN { 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:10.1875rem;width:16.3125rem;top:3.8750002384186rem;left:10.34375rem;overflow:hidden;display:none; }
#EV3o5yga26UlzZtAkwuJNFbtZz8ygQUM { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:34.25rem;left:2.375rem;height:1.13671875rem;text-align:left;text-align-last:left;display:block; }
#NqzHEI4xAMth62GXadaa0qVgmziOTzg5 { 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/cda4f86f-7f8a-407b-aea5-af8c6bdd6734/cabealho2.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:none; }#NqzHEI4xAMth62GXadaa0qVgmziOTzg5.adaptive-delivery-prevent-bg, #NqzHEI4xAMth62GXadaa0qVgmziOTzg5.lazyload, #NqzHEI4xAMth62GXadaa0qVgmziOTzg5.lazyloading { background-image: none; }#NqzHEI4xAMth62GXadaa0qVgmziOTzg5 > .row .container { border-width: 0; border-radius: 0; }#NqzHEI4xAMth62GXadaa0qVgmziOTzg5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NqzHEI4xAMth62GXadaa0qVgmziOTzg5 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:none; }#vrtRwrNxPAn93NvQ3Vtpb5KAeRUZ4p2n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/93408524-e2c9-4a79-bd73-b56d02a3b8d5/02.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:none; }#vrtRwrNxPAn93NvQ3Vtpb5KAeRUZ4p2n.adaptive-delivery-prevent-bg, #vrtRwrNxPAn93NvQ3Vtpb5KAeRUZ4p2n.lazyload, #vrtRwrNxPAn93NvQ3Vtpb5KAeRUZ4p2n.lazyloading { background-image: none; }#vrtRwrNxPAn93NvQ3Vtpb5KAeRUZ4p2n > .row .container { border-width: 0; border-radius: 0; }#vrtRwrNxPAn93NvQ3Vtpb5KAeRUZ4p2n::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vrtRwrNxPAn93NvQ3Vtpb5KAeRUZ4p2n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vrtRwrNxPAn93NvQ3Vtpb5KAeRUZ4p2n > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:none; }#Bn4M2CSe72u8p1bEmwqV0dpVTkRuduax { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:22.5625rem;width:37.375rem;top:3.9375rem;left:0rem;display:block; }
#xHgGNVIUIVgw0IO0bpVxcDtLgEmOpX5V { color:rgba(var(--color-tertiary-4),0);display:block;width:20.812375rem;position:absolute;font-family:"montserrat black";font-size:2.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4836540222168rem;left:39.872688293457rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#G1xUzWEaUp2kySKKmqS7IU9P54fzDJDZ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5615234375rem;left:39.8720703125rem;height:15.84375rem;text-align:left;text-align-last:left;display:block; }
#StgWMgiuNqLNUI6FKpC3NqptVT26Inx9 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.187375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4221649169922rem;left:39.872688293457rem;height:1.625rem;display:block; }
#cq0185sElJ82r9KptDbq07LLBF8QV3sX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.875rem;width:37.375rem;top:4.71875rem;left:0rem;display:block; }
#PJWhlIbqDhyNbyEimV3Fiqd5ZrpqameG { 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/8cf68c38-f96c-40d4-abbb-4bf623e42db2/03.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:none; }#PJWhlIbqDhyNbyEimV3Fiqd5ZrpqameG.adaptive-delivery-prevent-bg, #PJWhlIbqDhyNbyEimV3Fiqd5ZrpqameG.lazyload, #PJWhlIbqDhyNbyEimV3Fiqd5ZrpqameG.lazyloading { background-image: none; }#PJWhlIbqDhyNbyEimV3Fiqd5ZrpqameG > .row .container { border-width: 0; border-radius: 0; }#PJWhlIbqDhyNbyEimV3Fiqd5ZrpqameG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJWhlIbqDhyNbyEimV3Fiqd5ZrpqameG > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:none; }#uy6qkG1Xoq1fobC2CB4TI6wL4oGDSlvR { color:rgba(var(--color-tertiary-0),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.8125rem;left:1.4375rem;height:14.625rem;text-align:right;text-align-last:right;display:block; }
#nu5CrBro2AO8O8utBstxwsaJpBHPF6tA { color:#fdcc01;display:block;width:33.6875rem;position:absolute;font-family:"montserrat black";font-size:1.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:2.375rem;height:6.5800625rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZadtAQxE8iHrpPTvpe3QkoqK3f7LE2MU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:29rem;top:1.1875rem;left:41.750003814698rem;overflow:hidden;display:block; }
#dx4mU8AtuyC1fdXhVTW9QcntX8apyhq4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(144deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(144deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(144deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(144deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(144deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dx4mU8AtuyC1fdXhVTW9QcntX8apyhq4 > .row .container { border-width: 0; border-radius: 0; }#dx4mU8AtuyC1fdXhVTW9QcntX8apyhq4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dx4mU8AtuyC1fdXhVTW9QcntX8apyhq4 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:none; }#o8CH6sWLKeqign2Naf4nWaTATfUce9Z5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3ddd8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#o8CH6sWLKeqign2Naf4nWaTATfUce9Z5 > .row .container { border-width: 0; border-radius: 0; }#o8CH6sWLKeqign2Naf4nWaTATfUce9Z5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o8CH6sWLKeqign2Naf4nWaTATfUce9Z5 > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:none; }#X2FDk2LQrbsyXNsxOoHeh6WPKnCMVBdy { color:#2a2a2d;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:1.8281555175781rem;left:22.46875rem;height:5.56640625rem;text-align:center;text-align-last:center;display:block; }
#lwE7CrbdkdJtq0kynCV3ZiS1qlrfMxDE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3ddd8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lwE7CrbdkdJtq0kynCV3ZiS1qlrfMxDE > .row .container { border-width: 0; border-radius: 0; }#lwE7CrbdkdJtq0kynCV3ZiS1qlrfMxDE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwE7CrbdkdJtq0kynCV3ZiS1qlrfMxDE > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:none; }#Jbybb6yxJkyxNS8JGkSceMAgHDMNIlKr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:33.6875rem;left:13.5rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#tFFPRh29QZih54AIKxyDTxGz1M7Lphzk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:24.875rem;left:51.25rem;height:3.65625rem;text-align:left;text-align-last:left;display:block; }
#SKWlW4WK90Hgoq8WiJhoRiWJeu80C6zf { color:#2a2a2d;display:block;width:8rem;position:absolute;font-family:"montserrat black";font-size:5.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.0625rem;left:4.3125rem;height:7.475rem;text-align:center;text-align-last:center;display:block; }
#Da2dp8kKXSoIIqLlEkVsVQ46eEvzBpU4 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.3125rem;width:29.125rem;top:12.375rem;left:4.1875rem;display:block; }
#VUINxPJcwJaTK9wQ2kKrPTI3AI8QdiEF { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.3125rem;width:29.125rem;top:22.4375rem;left:4.1875rem;display:block; }
#k8H6Mc2xWMQwkHmHJ20z1LMOld8gbwiz { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.625rem;left:13.5rem;height:2.4375rem;display:block; }
#cVCS7IGByBgBJPTAU9rtWNbcbTkHQATc { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.0625rem;left:13.5rem;height:4.875rem;display:block; }
#u9OxChW38bBoqHVgIJpHrpBzIVgLJN68 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:23.4375rem;left:13.5rem;height:6.09375rem;display:block; }
#ImLNRwZEG7Up77duqFE4JoPhU81Tq9il { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.3125rem;width:29.125rem;top:32.4375rem;left:4.1875rem;display:block; }
#S99Dk2TdXKsReTfUDEUn1HenPRobtxTq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.75rem;left:51.250003814698rem;height:6.09375rem;display:block; }
#XBDsXPSay3vRMeZUOzp8J52kAiRnLh5V { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.4375rem;left:51.25rem;height:6.09375rem;display:block; }
#oCxdWDgvnmSBLCaTUKOiKGRruFtgd4mH { color:#2a2a2d;display:block;width:8rem;position:absolute;font-family:"montserrat black";font-size:5.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.75rem;left:4.875rem;height:7.475rem;text-align:center;text-align-last:center;display:block; }
#ybE40U7Bpkc9WeERmx4cFIP7JbxiiX7a { color:#2a2a2d;display:block;width:8rem;position:absolute;font-family:"montserrat black";font-size:5.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.875rem;left:4.8125rem;height:7.475rem;text-align:center;text-align-last:center;display:block; }
#GT85ogBJT4xs0pFrnOkvOMTRpaB2uTwZ { color:#2a2a2d;display:block;width:8rem;position:absolute;font-family:"montserrat black";font-size:5.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:32.75rem;left:5.0625rem;height:7.475rem;text-align:center;text-align-last:center;display:block; }
#V5IvuklWVCVF5nrUvfSsO5UHPUPcXUWr { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.3125rem;width:29.125rem;top:12.375rem;left:41.6875rem;display:block; }
#BT61lMooO2qTdBvrBWAHuKVFFo1EJVGD { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.3125rem;width:29.125rem;top:22.4375rem;left:41.6875rem;display:block; }
#vKvXdF4tboC3BiQdyH63181Wc4CGvkSU { color:#2a2a2d;display:block;width:8rem;position:absolute;font-family:"montserrat black";font-size:5.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:2.9375rem;left:42.3125rem;height:7.475rem;text-align:center;text-align-last:center;display:block; }
#bLUtcdTWM6PFoUVccpyrtTOZNFQzEl8H { color:#2a2a2d;display:block;width:8rem;position:absolute;font-family:"montserrat black";font-size:5.75rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.9375rem;left:42.4375rem;height:7.475rem;text-align:center;text-align-last:center;display:block; }
#ZPZw1NHgz4QTUgIHQelBdBeQOq7CSrIN { color:#2a2a2d;display:block;width:8rem;position:absolute;font-family:"montserrat black";font-size:5.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:23rem;left:42.3125rem;height:7.4746875rem;text-align:center;text-align-last:center;display:block; }
#u8ZvaUXaQeKVDMOl3ELb5yDwU6N9nhXT { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.3125rem;width:29.125rem;top:2.4375rem;left:4.1875rem;display:block; }
#DV5bJ4keszDJLTcBTRkJEkVAsbcBlqX2 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.3125rem;width:29.125rem;top:2.4375rem;left:41.6875rem;display:block; }
#EZEfRqQBiiLRmCp1Or9m9l5uQefdpVdO { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(134deg, #eaeaea, rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:8.3125rem;width:29.125rem;top:32.625rem;left:41.8125rem;display:block; }
#GPOLTtxs91NIlV9H4FFgTSNkicfpAhwW { color:#2a2a2d;display:block;width:8rem;position:absolute;font-family:"montserrat black";font-size:5.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:33.1875rem;left:42.4375rem;height:7.4746875rem;text-align:center;text-align-last:center;display:block; }
#AUqmyflXTEpF3PzOBLOK78khHr39POnW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6244375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:34.294708251953rem;left:51.248558044434rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#b33VKTJWoBtt6E9EXLfdKnroqGTTzUTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3ddd8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#b33VKTJWoBtt6E9EXLfdKnroqGTTzUTF > .row .container { border-width: 0; border-radius: 0; }#b33VKTJWoBtt6E9EXLfdKnroqGTTzUTF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b33VKTJWoBtt6E9EXLfdKnroqGTTzUTF > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:none; }#EJLIMb8zMkvJS1MSZoBotBlfIN3eTdyW { background-color:transparent;background-image: -webkit-linear-gradient(15deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -moz-linear-gradient(15deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -ms-linear-gradient(15deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -o-linear-gradient(15deg, rgba(var(--color-secondary-3),1), #05edfc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#05edfc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#05edfc' );";background-image: linear-gradient(15deg, rgba(var(--color-secondary-3),1), #05edfc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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:"montserrat black";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32rem;height:3.6875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.15625rem;left:23.96875rem;display:block; }
#MerrJggL39oPLW19AWP26PTgr9BZZBgE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nbOZmsNm2wHSvV8bIM5GpTHTx881VCSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(144deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(144deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(144deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(144deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(144deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nbOZmsNm2wHSvV8bIM5GpTHTx881VCSK > .row .container { border-width: 0; border-radius: 0; }#nbOZmsNm2wHSvV8bIM5GpTHTx881VCSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nbOZmsNm2wHSvV8bIM5GpTHTx881VCSK > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:none; }#qgwE5TRvAKMDORXd2OSFDTS5MRkCT43b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/3e5e3b71-c174-422e-b2e9-b15b68dc7696/04.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:none; }#qgwE5TRvAKMDORXd2OSFDTS5MRkCT43b.adaptive-delivery-prevent-bg, #qgwE5TRvAKMDORXd2OSFDTS5MRkCT43b.lazyload, #qgwE5TRvAKMDORXd2OSFDTS5MRkCT43b.lazyloading { background-image: none; }#qgwE5TRvAKMDORXd2OSFDTS5MRkCT43b > .row .container { border-width: 0; border-radius: 0; }#qgwE5TRvAKMDORXd2OSFDTS5MRkCT43b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgwE5TRvAKMDORXd2OSFDTS5MRkCT43b > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:none; }#lmPX9Hp32WlHblHxpXuBvETvwmXDJS10 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.4375rem;left:6rem;height:28.03125rem;text-align:left;text-align-last:left;display:block; }
#Tkxqrk3gFTSwnTM60KdNrKQa4q4m9ZQQ { background-color:transparent;background-image: -webkit-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -moz-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -ms-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -o-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#05edfc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#05edfc' );";background-image: linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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:"montserrat black";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.875rem;height:3.25rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:45.125rem;left:5.8125rem;display:block; }
#l6lU9lA70K6ADaFQLONloEWvUkOHQtVG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I9gvQKouq2Efw4tFSJ1Q0DBAwytHrIx7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:14rem;left:2.9375rem; }
#ERrx5pStr5n0tLkMCWc5IyEM9Q6TZ4Ef { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:16.8125rem;left:2.9375rem; }
#rKzegO5GTKu4XnBVm8xUsPfRBr56S2Iw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:20.5625rem;left:2.9375rem; }
#C0whsda1oS3TyZViSUmL1vfqanG7vXQJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:24.25rem;left:2.9375rem; }
#elKLWr22NalMCbbIsnS1bUvAfCafpqcI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:29.0625rem;left:2.9375rem; }
#fxi3CRdLT33Io46JrSGBD23JzwD8lp06 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:33.9375rem;left:2.9375rem; }
#hgoMbLZIK9RU8xEKZvfP1E9XRG2mUmOE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:40.25rem;left:2.9375rem; }
#XU7ftbU4WN5CIuXJPfUVkH36TVg0hfH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:64.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.75rem;left:5.5rem;height:4.386725rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mhVvnWC9iqHw4XkEBBvThvefHAOLFGLQ { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.25rem;left:2.9375rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#xgwvtOA30JhDU69ZRWvfKWo5coMDXTHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/663652ea-f135-4e86-868f-3cdab623e870/CocriadorMilionario20240369.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:none; }#xgwvtOA30JhDU69ZRWvfKWo5coMDXTHW.adaptive-delivery-prevent-bg, #xgwvtOA30JhDU69ZRWvfKWo5coMDXTHW.lazyload, #xgwvtOA30JhDU69ZRWvfKWo5coMDXTHW.lazyloading { background-image: none; }#xgwvtOA30JhDU69ZRWvfKWo5coMDXTHW > .row .container { border-width: 0; border-radius: 0; }#xgwvtOA30JhDU69ZRWvfKWo5coMDXTHW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xgwvtOA30JhDU69ZRWvfKWo5coMDXTHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xgwvtOA30JhDU69ZRWvfKWo5coMDXTHW > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:none; }#FzB2gwNoBFd5i9USiUpAATFdeMBXWo8L { color:#fdcc01;display:block;width:58.8744375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0611991882324rem;left:8.54455947876rem;height:4.38671875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C2tTzcghNlFVxUMezKbcg2Pomu6rPR6h { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -moz-linear-gradient(360deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -ms-linear-gradient(360deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -o-linear-gradient(360deg, rgba(var(--color-tertiary-4),1), #2a2a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );";background-image: linear-gradient(360deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-size:auto !important;border-top:2.5rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:21.8125rem;width:25.375rem;top:10.500007629394rem;left:43.500003814698rem;display:block; }
#KdidVDN8elRshGzRrtI2Bdb3pM7mwfhM { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.750007629394rem;left:47.937503814698rem;height:15.84375rem;text-align:left;text-align-last:left;display:block; }
#fR6UIxNfEp7quia755B6aD7iVdiiLOXK { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:31.500003814698rem;left:45.000003814698rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#eiuGGALl2womQMXlaEbUJJzDNNFwF6gH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:10.812502861023rem;left:50rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#khQsWpt7Lrl2lJwa5CrxduHtF3bmUOkZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:14.75rem;left:45rem; }
#o0NwykSvFs7uGd0b4qL8Vpxnv0OLXSI3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:18.8125rem;left:45rem; }
#rClgi5UcKqJOgXTgnca3svETrmud7zTM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:21.9375rem;left:45rem; }
#Ozhc8XlJG5q4kT9Pkcs7JtTXySXJWffW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:25.5625rem;left:45rem; }
#beG5XmML9tSvW5T94PlV6c3T1nMP0eXg { color:rgba(var(--color-tertiary-0),1);display:block;width:48.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6.5190963745119rem;left:14.649887084961rem;height:1.625rem;display:block; }
#N9ZHFDWXNPzVO3iKRICDeT8Kb07EzZXc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1b211abd-90b4-44f4-aa9b-41ad6c5cfcca/FAB_2743.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:none; }#N9ZHFDWXNPzVO3iKRICDeT8Kb07EzZXc.adaptive-delivery-prevent-bg, #N9ZHFDWXNPzVO3iKRICDeT8Kb07EzZXc.lazyload, #N9ZHFDWXNPzVO3iKRICDeT8Kb07EzZXc.lazyloading { background-image: none; }#N9ZHFDWXNPzVO3iKRICDeT8Kb07EzZXc > .row .container { border-width: 0; border-radius: 0; }#N9ZHFDWXNPzVO3iKRICDeT8Kb07EzZXc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9ZHFDWXNPzVO3iKRICDeT8Kb07EzZXc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N9ZHFDWXNPzVO3iKRICDeT8Kb07EzZXc > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:none; }#sHo0sJOgyI7HA1C8veamaZuZO2a0nAwb { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -moz-linear-gradient(360deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -ms-linear-gradient(360deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -o-linear-gradient(360deg, rgba(var(--color-tertiary-4),1), #2a2a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );";background-image: linear-gradient(360deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-size:auto !important;border-top:2.5rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:44.875rem;width:33.625rem;top:2.1361389160156rem;left:1.9017639160156rem;display:block; }
#Kqi1raEA4oD7KTuWtSc0o1xLs8MNe5Xy { color:rgba(var(--color-tertiary-4),1);display:block;width:25.812375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:2.3221931457519rem;left:5.8427352905274rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#ppZSnRyJAsWCmoNAfftZFC2uGFAQw9IW { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:6.5000009536744rem;left:3.71875rem;height:3.65625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bKwvEEZWRTbQx0oJgoR5qRZQWfsSowHs { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.875000953674rem;left:3.71875rem;height:36.5625rem;text-align:left;text-align-last:left;display:block; }
#ZUGQWIQrtzuqbVRvn35dhTUgt12OlADZ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:42.875rem;width:28.5625rem;top:4.25rem;left:41.96875rem;overflow:hidden;display:block; }
#WwVrU1OEZJxOExe8uPRu2kukMGn9D4Jy { 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/a67b511d-7c74-4aa0-a53d-a0a3bf012d0b/09.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:none; }#WwVrU1OEZJxOExe8uPRu2kukMGn9D4Jy.adaptive-delivery-prevent-bg, #WwVrU1OEZJxOExe8uPRu2kukMGn9D4Jy.lazyload, #WwVrU1OEZJxOExe8uPRu2kukMGn9D4Jy.lazyloading { background-image: none; }#WwVrU1OEZJxOExe8uPRu2kukMGn9D4Jy > .row .container { border-width: 0; border-radius: 0; }#WwVrU1OEZJxOExe8uPRu2kukMGn9D4Jy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WwVrU1OEZJxOExe8uPRu2kukMGn9D4Jy > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:none; }#X0heP7H4XwxeIzkcHpZQ328eW2eB05vT { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.6875rem;left:38.0625rem;height:12.1875rem;text-align:left;text-align-last:left;display:block; }
#xT6OVrZNsqQ38b2ls6FusraK0HZ3J22o { color:#fdcc01;display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.25rem;left:38.25rem;height:2.4375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HTHGacfHyKfU8xyPzre6w9yXUGHTQXpT { color:#fdcc01;display:block;width:32.5rem;position:absolute;font-family:"montserrat 500";font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9rem;left:38.5625rem;height:1.0556625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CJ8tTiW0tZXsUSSKocvLKczMHCnS7KbC { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -moz-linear-gradient(290deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -ms-linear-gradient(290deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -o-linear-gradient(290deg, rgba(var(--color-tertiary-4),1), #2a2a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );";background-image: linear-gradient(290deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:13.5625rem;width:35.875rem;top:12rem;left:37rem;display:block; }
#Hdrh0lI0y2NXzazKwG5oxGTfNMhbTo9U { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -moz-linear-gradient(290deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -ms-linear-gradient(290deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -o-linear-gradient(290deg, rgba(var(--color-tertiary-4),1), #2a2a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );";background-image: linear-gradient(290deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.9375rem;width:35.875rem;top:26.4375rem;left:37rem;display:block; }
#rNQvn7yclebz8VSoFmcKJAEChDZK2Tsk { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(311deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -moz-linear-gradient(311deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -ms-linear-gradient(311deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -o-linear-gradient(311deg, rgba(var(--color-tertiary-4),1), #2a2a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );";background-image: linear-gradient(311deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:9.1875rem;width:35.875rem;top:1.8125rem;left:36.8125rem;display:block; }
#MgxhcXlQ3OKvTbACs5TTMTPWpG5loQU3 { color:#fdcc01;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.52734375rem;left:38.5625rem;height:5.8478rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zHo2mqzZXxlGD7nGXkdiTfLuS7x3NU9r { 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/42be2bb2-4ceb-40ad-bdd7-981a80f72da4/07.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:none; }#zHo2mqzZXxlGD7nGXkdiTfLuS7x3NU9r.adaptive-delivery-prevent-bg, #zHo2mqzZXxlGD7nGXkdiTfLuS7x3NU9r.lazyload, #zHo2mqzZXxlGD7nGXkdiTfLuS7x3NU9r.lazyloading { background-image: none; }#zHo2mqzZXxlGD7nGXkdiTfLuS7x3NU9r > .row .container { border-width: 0; border-radius: 0; }#zHo2mqzZXxlGD7nGXkdiTfLuS7x3NU9r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zHo2mqzZXxlGD7nGXkdiTfLuS7x3NU9r > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;position:relative;display:none; }#DNt9bmAdpioLPfoqhAuTs7oIxqCrmvOu { color:#fdcc01;display:block;width:41.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.3749866485596rem;left:16.90625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fG0VIll4BsdtSLiPfbgKMRsORmp8pJ7m { color:rgba(var(--color-tertiary-0),1);display:block;width:41.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;text-shadow:0.625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.84);top:48.374443024397rem;left:16.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i0VdcNEWP0PPThQmdWcBiORZcKT6UOqr { 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/42be2bb2-4ceb-40ad-bdd7-981a80f72da4/07.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:none; }#i0VdcNEWP0PPThQmdWcBiORZcKT6UOqr.adaptive-delivery-prevent-bg, #i0VdcNEWP0PPThQmdWcBiORZcKT6UOqr.lazyload, #i0VdcNEWP0PPThQmdWcBiORZcKT6UOqr.lazyloading { background-image: none; }#i0VdcNEWP0PPThQmdWcBiORZcKT6UOqr > .row .container { border-width: 0; border-radius: 0; }#i0VdcNEWP0PPThQmdWcBiORZcKT6UOqr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i0VdcNEWP0PPThQmdWcBiORZcKT6UOqr > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:none; }#xCMMCvfADC9J4BXbfHXtwT1gly9CsS18 { color:#fdcc01;display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:41.3125rem;left:24.3125rem;height:2.59933125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hXtPrxCwVlfudFReEoypbCD4BL4BQKVq { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:44.687503814698rem;left:24.375rem;height:2.11198125rem;text-align:center;text-align-last:center;display:block; }
#c5wzkLhK6Q0Iua52v73PUkEgX4AAFfo4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01649c94-e38c-472b-841e-9c132d0a7fdd/08.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:none; }#c5wzkLhK6Q0Iua52v73PUkEgX4AAFfo4.adaptive-delivery-prevent-bg, #c5wzkLhK6Q0Iua52v73PUkEgX4AAFfo4.lazyload, #c5wzkLhK6Q0Iua52v73PUkEgX4AAFfo4.lazyloading { background-image: none; }#c5wzkLhK6Q0Iua52v73PUkEgX4AAFfo4 > .row .container { border-width: 0; border-radius: 0; }#c5wzkLhK6Q0Iua52v73PUkEgX4AAFfo4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5wzkLhK6Q0Iua52v73PUkEgX4AAFfo4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c5wzkLhK6Q0Iua52v73PUkEgX4AAFfo4 > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:75rem;position:relative;display:none; }#Tdcx8Qk1paZmo2y2lkNGelXtnTmbH8QF { color:#fdcc01;display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.4375rem;left:37.5rem;height:4.38671875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xm5QmElFETvOr0ZeFDF6Hhzt4VDxNKzh { background-color:transparent;background-image: -webkit-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -moz-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -ms-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -o-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#05edfc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#05edfc' );";background-image: linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:14.5rem;left:38.0625rem;display:block; }
#Ks8f3LZGGWy7PfHDML5xLBpWwSoWLgdk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VhilTQTB9Riqd8oHMzV6DCfbhxTyzSgy { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:24.75rem;top:0.8125rem;left:13.348213195801rem;overflow:hidden;display:block; }
#PAoAFhWsP4HfZk2xgh5fKVG3GpouauH4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PAoAFhWsP4HfZk2xgh5fKVG3GpouauH4 > .row .container { border-width: 0; border-radius: 0; }#PAoAFhWsP4HfZk2xgh5fKVG3GpouauH4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PAoAFhWsP4HfZk2xgh5fKVG3GpouauH4 > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:none; }#RJrAXBCORl3kzVlPEr060Xb5WeBw760t { 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/00acbe39-c01b-4fb8-af21-1f6ba5fae45b/Prancheta5.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:none; }#RJrAXBCORl3kzVlPEr060Xb5WeBw760t.adaptive-delivery-prevent-bg, #RJrAXBCORl3kzVlPEr060Xb5WeBw760t.lazyload, #RJrAXBCORl3kzVlPEr060Xb5WeBw760t.lazyloading { background-image: none; }#RJrAXBCORl3kzVlPEr060Xb5WeBw760t > .row .container { border-width: 0; border-radius: 0; }#RJrAXBCORl3kzVlPEr060Xb5WeBw760t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJrAXBCORl3kzVlPEr060Xb5WeBw760t > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:none; }#UHToriwhqTfNmqaRMDzN929HxdlXrHP8 { color:#fdcc01;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.5608253479004rem;left:42.000003814698rem;height:2.1933625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T3ioJECnHxRZ1lNetmUfVIRyk6P7w3Ih { color:rgba(var(--color-tertiary-4),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:5.8733263015747rem;left:42.000003814698rem;height:38.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UKrR0vIREnrGBte543L7SfVWToP8t4xA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UKrR0vIREnrGBte543L7SfVWToP8t4xA > .row .container { border-width: 0; border-radius: 0; }#UKrR0vIREnrGBte543L7SfVWToP8t4xA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UKrR0vIREnrGBte543L7SfVWToP8t4xA > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;position:relative;display:none; }#EDQLF3XUJskOxh40562hipPgu27oHbno { 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:none; }#EDQLF3XUJskOxh40562hipPgu27oHbno > .row .container { border-width: 0; border-radius: 0; }#EDQLF3XUJskOxh40562hipPgu27oHbno > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EDQLF3XUJskOxh40562hipPgu27oHbno > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:75rem;position:relative;display:none; }#MXyE6fqNcvhiCLlVvU6wg2J5eNluUtiN { color:#fdcc01;display:block;width:37.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.584264755249rem;left:18.6875rem;height:6.58008125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zwNlk360BefARhqW241Xe8P8U0mDRnOp { 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:none; }#zwNlk360BefARhqW241Xe8P8U0mDRnOp > .row .container { border-width: 0; border-radius: 0; }#zwNlk360BefARhqW241Xe8P8U0mDRnOp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zwNlk360BefARhqW241Xe8P8U0mDRnOp > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#vwJN8qFHkLNUPMoT6iETTfJ08hPnPOUB { position:absolute;display:block;z-index:15028;height:9.8119375rem;width:17.7495625rem;top:4.9830732345581rem;left:3.6241302490234rem;display:block; }
#on3lXfDcqWGDHFQEI6TaMd0XaTM5tXRg { position:absolute;display:block;z-index:15029;height:9.8119375rem;width:17.7495625rem;top:5.0451393127441rem;left:28.623405456543rem;display:block; }
#GLnAALba2qXleWM8MZJKPLPWOVB07ZsN { position:absolute;display:block;z-index:15030;height:9.8125rem;width:17.75rem;top:5rem;left:53.625rem;display:block; }
#oLpuaMT1C40EoSXzbLb0OdbTTqgOP55h { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:15.811920166016rem;left:3.6241302490234rem;height:15.59375rem;text-align:left;text-align-last:left;display:block; }
#OieBcIPWKTDriCl6uHUEmZbTqDDO0k5T { position:absolute;display:block;z-index:15024;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:2.8125rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.874875rem;width:17.7495625rem;top:2.208767414093rem;left:3.5778350830078rem;display:block; }
#wsPVEf3CCIHq2oCitR4p8NwxDiigrRu0 { position:absolute;display:block;z-index:15025;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:2.8125rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.874875rem;width:17.7495625rem;top:2.2540512084961rem;left:28.577835083007rem;display:block; }
#WCzeupNTc7G2C9ttxgbqMBUNxaHGCBzP { position:absolute;display:block;z-index:15026;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:2.8125rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:17.75rem;top:2.25rem;left:53.5625rem;display:block; }
#Petkuw9l6OEoODs7yyFUzfkUlURnaMgA { color:rgba(var(--color-tertiary-4),1);display:block;width:16.87425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:2.4043693542481rem;left:4.0617752075195rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#NH6MUVpLKU1SHR36ipa0mMabLDalTu8I { color:#fdcc01;display:block;width:16.8120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:2.3048324584961rem;left:29.092880249024rem;height:2.5996125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TfrehVPEFBpEQUIv4QKSx3kca09B45UK { color:rgba(var(--color-tertiary-0),1);display:block;width:19.68675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:15.986691474914rem;left:27.655525207519rem;height:14.619125rem;text-align:center;text-align-last:center;display:block; }
#FIs5eUga4mxq4iAUXTXIlQb8NvC412WC { color:#fdcc01;display:block;width:19.562375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:2.5rem;left:52.75rem;height:2.2734375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EPcEJx2r4vzBsqGtVxFFruWxv6dPEGXc { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:16.299191474914rem;left:53.623413085938rem;height:14.619125rem;text-align:right;text-align-last:right;display:block; }
#GkovCEOrV5ur8uHQugqzhMzGCTh6UwGl { background-color:transparent;background-image: -webkit-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -moz-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -ms-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -o-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#05edfc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#05edfc' );";background-image: linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:3.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.749857902527rem;left:24.530525207519rem;display:block; }
#WqFIBGuS2oxXdlZav7o8XgFovXwXcw2u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nNSkfaIABVXHyMrXSa0lBhovtLOd3Fyv { 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:none; }#nNSkfaIABVXHyMrXSa0lBhovtLOd3Fyv > .row .container { border-width: 0; border-radius: 0; }#nNSkfaIABVXHyMrXSa0lBhovtLOd3Fyv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nNSkfaIABVXHyMrXSa0lBhovtLOd3Fyv > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:none; }#VFGpGaw9u9pOKFixcTtTaOSvTJHCFBdw { background-color:transparent;background-image: -webkit-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -moz-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -ms-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -o-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#05edfc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#05edfc' );";background-image: linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.9375rem;height:3.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.1865234375rem;left:24.53125rem;display:block; }
#fUFOLZ3MdMDgSXWf2L14StnFVA7CtfiR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k89z6Nb9sH2TbX35yEebPEHz9pQt1lec { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.0625rem;width:23.25rem;top:3.1875rem;left:0.875rem;display:block; }
#OQSI5dvuO5dbbSLvA6xr6oRAMZPmcFWg { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.0625rem;width:23.25rem;top:3.1875rem;left:25.875rem;display:block; }
#wz1eKTNcDiqSn49mNE1N53No5tz2K160 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.0625rem;width:23.25rem;top:3.1875rem;left:50.875rem;display:block; }
#eHpLkDJNNczDNWuiAplUyXs2TZoTmCXV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2a8129bf-4e54-4104-bf77-23565d13d0cd/florianpolis.jpg");background-position:top 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:none; }#eHpLkDJNNczDNWuiAplUyXs2TZoTmCXV.adaptive-delivery-prevent-bg, #eHpLkDJNNczDNWuiAplUyXs2TZoTmCXV.lazyload, #eHpLkDJNNczDNWuiAplUyXs2TZoTmCXV.lazyloading { background-image: none; }#eHpLkDJNNczDNWuiAplUyXs2TZoTmCXV > .row .container { border-width: 0; border-radius: 0; }#eHpLkDJNNczDNWuiAplUyXs2TZoTmCXV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eHpLkDJNNczDNWuiAplUyXs2TZoTmCXV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eHpLkDJNNczDNWuiAplUyXs2TZoTmCXV > .row .container { font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;position:relative;display:none; }#yXiE1EOBbH7KTOOzycEKJbhHz0n9rR0z { color:#fdcc01;display:block;width:24.562375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.6866321563721rem;left:6.6059036254881rem;height:4.875rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CcURmJQoCEO0uzvL1mgC6XQqTnrmwO5V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9372125rem;width:1.9372125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.624276876449rem;left:29.186920166016rem; }
#fzAwohnIm0Hvm99KKMMwmzCgMAB8aAS8 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),1);top:13.812355518341rem;left:13.436775207519rem;height:1.54296875rem;text-align:left;text-align-last:left;display:block; }
#QzDaRb2k8sbeZQTeIkXZSvWDV0rABFvK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81206875rem;width:1.81206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:19.061921834946rem;left:29.249855041504rem; }
#SOZw9dPTmqwpcS7Q90ONa5RJv8Ihmbad { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:18.423828125rem;left:4.9990234375rem;height:3.0859375rem;text-align:right;text-align-last:right;display:block; }
#dKekS4QNMicvEtCyBVvnHnp4SOkQTP5W { position:absolute;display:block;z-index:15012;height:21.749875rem;width:38.74925rem;top:4.8741321563721rem;left:32.962242126465rem;display:none; }
#k61CxgJISfE6Ly0bN6X6gWa0SqazWs7T { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:39.875rem;top:3.875rem;left:33.09375rem;overflow:hidden;display:block; }
#mJVclqrNf4k6U28PcBtUGBGdvRuDZ3GC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #2a2a2d, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(360deg, #2a2a2d, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(360deg, #2a2a2d, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(360deg, #2a2a2d, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2d', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2d', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(360deg, #2a2a2d, rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mJVclqrNf4k6U28PcBtUGBGdvRuDZ3GC > .row .container { border-width: 0; border-radius: 0; }#mJVclqrNf4k6U28PcBtUGBGdvRuDZ3GC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mJVclqrNf4k6U28PcBtUGBGdvRuDZ3GC > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:none; }#NR9MNBXs2ZZaM3anMvXDCE8ow6wQB8tL { color:#fdcc01;display:block;width:37.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:2.8115234375rem;left:37.5rem;height:5.5683625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qGhzhRO1CuRU4kADyV4VXDdlCi9SXLTM { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:9.1875rem;left:40.0625rem;height:19.5rem;text-align:left;text-align-last:left;display:block; }
#mCSxAVVqSSvAisuElGLbKLTWLbLvFXym { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(290deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -moz-linear-gradient(290deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -ms-linear-gradient(290deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -o-linear-gradient(290deg, rgba(var(--color-tertiary-4),1), #2a2a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );";background-image: linear-gradient(290deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:4.75rem;width:23.125rem;top:32.625rem;left:43.1875rem;display:block; }
#eCsgDt5KoLHECRHXzEAtMMcKJ2JhDRyl { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:33.1875rem;left:48.5625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#hRdMshPbVTZhRSXzzKd2oOu6Qd0QWcsW { color:#ff0000;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:35.25rem;left:47.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#L18OkHclZnmMXWmto3Of4WyTLPiqg6nB { background-color:transparent;background-image: -webkit-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -moz-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -ms-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-image: -o-linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#05edfc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#05edfc' );";background-image: linear-gradient(70deg, rgba(var(--color-secondary-3),1), #05edfc);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;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:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.4375rem;height:3.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:38.5625rem;left:43rem;display:block; }
#wEfiHcAks06MCRNmg9SLkK58mw1L31OD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uABadAcXrdmoyVP7nb4v6qMkitSCHAU1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9rem;left:37.5rem; }
#VK9Zs7AloDyIXJkJtRemZUF33Q9WOaKB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:11.25rem;left:37.5rem; }
#DOsTXd8ysLEThZ0llCd7SOMOR0Sb1FCp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:14rem;left:37.5rem; }
#rKz2MuzKM20wWUozS1OgF5mugwgc89ns { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:18.5625rem;left:37.5rem; }
#sRnl3a8UFxdgSpSnNDrrTwTxvemsDPbi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:21.375rem;left:37.5rem; }
#Uklh7vPFTBnNJ7u16AQnrdQgw1h6viko { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:23.875rem;left:37.5rem; }
#SETz43Tta5GLNqzlS6mcTPXKQDwe6cKl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:26.25rem;left:37.5rem; }
#CfodxD0HZqFu8z32VMui7eP1J1LoLyhl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:29.0625rem;left:37.5rem; }
#mo5qmRlZPNOB6owAmFplQpNak7TgzhZq { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.125rem;width:30.875rem;top:5.9375009536743rem;left:3.3125rem;overflow:hidden;display:block; }
#dnC7HNAphJWLcq2sSWCm5MG9Xq6DZGge { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2a2a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dnC7HNAphJWLcq2sSWCm5MG9Xq6DZGge > .row .container { border-width: 0; border-radius: 0; }#dnC7HNAphJWLcq2sSWCm5MG9Xq6DZGge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dnC7HNAphJWLcq2sSWCm5MG9Xq6DZGge > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:none; }#i6475p9MwFF4XKe89rLwBeSqS0ad27Tr { color:#fdcc01;display:block;width:59.562375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:0.81510543823244rem;left:7.7177352905275rem;height:4.38671875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vwmIoxZqmP9lJtKcH7kCtgRXMNv28mdg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:27.145090460777rem;left:49.785717010498rem;display:none; }
#Sy29PvrEUyyIlAphG0HInfxPX3uCb2DW { position:absolute;display:block;z-index:15061;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:30.625rem;width:27.25rem;top:5.7635765075684rem;left:8.6530647277831rem;overflow:hidden;display:block; }
#TgNFi64IazsFTreiZi3KZWSAsJTRRJqq { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(311deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -moz-linear-gradient(311deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -ms-linear-gradient(311deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -o-linear-gradient(311deg, rgba(var(--color-tertiary-4),1), #2a2a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );";background-image: linear-gradient(311deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-size:auto !important;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,0,0,0.5) ;height:6.1875rem;width:29.75rem;top:13.062072753906rem;left:37.749561309814rem;display:block; }
#AMrL9ws8eGeoGm1bAccW9vhOrkyuWPsb { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(311deg, rgba(var(--color-tertiary-4),0.92), #2a2a2d);background-image: -moz-linear-gradient(311deg, rgba(var(--color-tertiary-4),0.92), #2a2a2d);background-image: -ms-linear-gradient(311deg, rgba(var(--color-tertiary-4),0.92), #2a2a2d);background-image: -o-linear-gradient(311deg, rgba(var(--color-tertiary-4),0.92), #2a2a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.92)', endColorstr='#2a2a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0.92)', endColorstr='#2a2a2d' );";background-image: linear-gradient(311deg, rgba(var(--color-tertiary-4),0.92), #2a2a2d);background-size:auto !important;border-top:0.0625rem solid #00ff1c;border-left:0.0625rem solid #00ff1c;border-right:0.0625rem solid #00ff1c;border-bottom:0.0625rem solid #00ff1c;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(46,255,0,0.5) ;height:6.125rem;width:29.8125rem;top:17.124572753906rem;left:37.687351226807rem;display:block; }
#iHmwfdt7i39B9eF1gyCnBlvSCEq8vDgz { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(311deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -moz-linear-gradient(311deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -ms-linear-gradient(311deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -o-linear-gradient(311deg, rgba(var(--color-tertiary-4),1), #2a2a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );";background-image: linear-gradient(311deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-size:auto !important;border-top:0.0625rem solid #001cff;border-left:0.0625rem solid #001cff;border-right:0.0625rem solid #001cff;border-bottom:0.0625rem solid #001cff;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,49,255,0.5) ;height:6.25rem;width:29.8125rem;top:21.124816894531rem;left:37.687351226807rem;display:block; }
#IddZX9MvL0wN4SFd1LHdUT7lI4cEhTKZ { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:13.561889648438rem;left:41.312206268311rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#x1bG7HWqNFiPW1L39rn3d21tI6XAgA3k { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(255,0,0,0.5);top:15rem;left:41.312206268311rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Sok6dfEXIAUJTJ7TibHbCkkZWVNMMmT7 { position:absolute;display:block;z-index:15062;background-color:#ff0000;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.75rem;width:1.75rem;top:14.312072753906rem;left:38.874416351318rem;display:block; }
#fR40n77qtXwts1VaWh3mTJWbOIMzQT1f { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:17.624389648438rem;left:40.937496185302rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#y4UeorgHcuBK3zKTH1KTCyy99mKnID9X { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,255,39,0.5);top:18.999572753906rem;left:40.937496185302rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#JfTBN47fPI9eV01b4k6eR6XZyv7wxkVQ { position:absolute;display:block;z-index:15063;background-color:#04ff00;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.75rem;width:1.75rem;top:18.312316894531rem;left:38.874416351318rem;display:block; }
#ZXkMsLu2BitefiS7TTGrKzkdeAQXRCea { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:22.5rem;left:40.937496185302rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#hPfg5pNS1sOsDwe4x7Q2rAX55JyRwnDi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(4,0,255,0.5);top:23.75rem;left:40.999706268311rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#mrbyho0UUSzxCJXAmMTTzZiKvSd1iGOn { position:absolute;display:block;z-index:15064;background-color:#0031ff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:1.75rem;width:1.75rem;top:23.312316894531rem;left:38.812206268311rem;display:block; }
#BNFeynDc8XOqnER0kGHQ42WfLApGEoQz { color:#fdcc01;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.75rem;left:51.624706268311rem;height:2.923825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yxMPvRNy1RVG4pUTXqKT1w66L5lcCuyU { color:#fdcc01;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:17.8125rem;left:51.749851226807rem;height:2.923825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wbQGteRDNrzeFVts7kIuhTkbnMzKW0rG { color:#fdcc01;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:22.8125rem;left:50.436916351318rem;height:2.923825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PhWnUB8H7pAcr6bEkFXeTUX4aECS55OD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #2a2a2d, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #2a2a2d, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #2a2a2d, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #2a2a2d, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2d', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2a2d', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #2a2a2d, rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PhWnUB8H7pAcr6bEkFXeTUX4aECS55OD > .row .container { border-width: 0; border-radius: 0; }#PhWnUB8H7pAcr6bEkFXeTUX4aECS55OD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PhWnUB8H7pAcr6bEkFXeTUX4aECS55OD > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:none; }#K1u68fcHvkIDIi95nMTuCOeQG3OK0sSo { color:#fdcc01;display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31.9375rem;left:13.6875rem;height:2.923825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SHR2NiVbfRSiDu2awhAbVnuWsx8XxRZD { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:34.875rem;left:15.4375rem;height:1.0556625rem;text-align:left;text-align-last:left;display:block; }
#gbPkJDMRvXdFZqoPkrcmaQ4nOzl0aXm1 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15.1875rem;height:3.3125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:36.6875rem;left:13.5625rem;display:block; }
#LT9d47h9mNrOAIKJetAPmMS5Pn0bMTHB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7UOTkQtpvHkI2SO1fKS6xmzQXevfk3S { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:10.6875rem;top:40.5rem;left:15.8125rem;overflow:hidden;display:block; }
#ggeMug9t9suwa52GwFzHzPyz0OhqSuLq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9997125rem;width:0.9997125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:11rem;left:7.6875rem; }
#lTVVNNviiEGAHG7fUvknEHJQPF4dNDw6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9997125rem;width:0.9997125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:14rem;left:7.6875rem; }
#w10UZr4dBdQgkUQcU74JNH069ZgLSdCE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9997125rem;width:0.9997125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:20.125rem;left:7.6875rem; }
#U428hxlyiLOiAvWWp7ixIWMJwWq2hxxR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:16.5625rem;left:7.6875rem; }
#oStwTVlOZcG0pfyybzxyGazHdPEtySKV { color:#fdcc01;display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.9375rem;left:45.875rem;height:2.923825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pdsVpU2N2q1MAcuKDZUopJW0ItDPU5Ob { background-color:rgba(var(--color-secondary-4),0.79);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15.1875rem;height:3.3125rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:36.6875rem;left:46.4375rem;display:block; }
#UzaLyvarvWw4xDz1Kk8keXMI1MWbCJWo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PgiAOakPMF0h8StmNAMTd9SsIKyCaeRi { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:10.6875rem;top:40.5rem;left:48.6875rem;overflow:hidden;display:block; }
#hUIlXVGXqgalyGtnisaGTdbMfKlSSqTu { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:34.8603515625rem;left:47rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#IXBUpPghilkapzshe6CQO7fppQJKOrho { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(311deg, rgba(var(--color-tertiary-4),0), #2a2a2d);background-image: -moz-linear-gradient(311deg, rgba(var(--color-tertiary-4),0), #2a2a2d);background-image: -ms-linear-gradient(311deg, rgba(var(--color-tertiary-4),0), #2a2a2d);background-image: -o-linear-gradient(311deg, rgba(var(--color-tertiary-4),0), #2a2a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#2a2a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#2a2a2d' );";background-image: linear-gradient(311deg, rgba(var(--color-tertiary-4),0), #2a2a2d);background-size:auto !important;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(255,0,0,0.5) ;height:39.0625rem;width:30rem;top:3rem;left:6.6875rem;display:block; }
#yDPQdEJ5UqnywFB6eS1acHIvZZOTZ4Up { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:4.5625rem;left:11.4375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#zaJxdXr6RIlnAvcyhmJUThaJqhCml3Qb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(255,0,0,0.5);top:6.4375rem;left:11.4375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#KBElgkx4DWGuWMTKpVIqbH6iqwvkrHun { 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:15058;opacity:1;top:4.8125rem;left:7.75rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(255,0,0,0.5)); }
#N0EMltHKfcZRPTQqrcAaIWr00EfuMTdM { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(311deg, rgba(var(--color-tertiary-4),0), #2a2a2d);background-image: -moz-linear-gradient(311deg, rgba(var(--color-tertiary-4),0), #2a2a2d);background-image: -ms-linear-gradient(311deg, rgba(var(--color-tertiary-4),0), #2a2a2d);background-image: -o-linear-gradient(311deg, rgba(var(--color-tertiary-4),0), #2a2a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#2a2a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#2a2a2d' );";background-image: linear-gradient(311deg, rgba(var(--color-tertiary-4),0), #2a2a2d);background-size:auto !important;border-top:0.0625rem solid #00ff1c;border-left:0.0625rem solid #00ff1c;border-right:0.0625rem solid #00ff1c;border-bottom:0.0625rem solid #00ff1c;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(46,255,0,0.5) ;height:38.9375rem;width:30rem;top:3rem;left:38.125rem;display:block; }
#a9AATZJrDxMODPeK5oEEUfDPoKq9HCzO { 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:15059;opacity:1;top:4.9375rem;left:39.6875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.625rem rgba(0,255,18,0.5)); }
#CSulqg9QRVASOeMwC4txItov8QIxc75C { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:4.5625rem;left:43.1875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#M8ZHAZqza7vd9IovlJdbKvFTVbsZqveu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,255,39,0.5);top:6.375rem;left:43.1875rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#e4O7fkm1HFkgkw1tqeaQAH1uEqS7oTXF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:27.145090460777rem;left:49.785717010498rem;display:none; }
#qGIxAkO5Ka0BfmxxqdADqJOI2rg9MS8Z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:24.0625rem;left:7.6875rem; }
#ECzk3NOrsllqDpGbCkvTU3l53Sxlr0oJ { color:rgba(var(--color-primary-2),1);display:block;width:8.937375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:10.875rem;left:9.6875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#GWPzy0HGW36VpHiTP0a7F43kvR7EFs77 { color:rgba(var(--color-primary-2),1);display:block;width:16.0619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:13.6875rem;left:9.6875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#hc9TCkVE5scdSCmsQJpUERDkBCbXhH7T { color:rgba(var(--color-primary-2),1);display:block;width:24.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:15.875rem;left:9.6875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#zpmGqCBNtsUIkM8raXtd4OvTSp9bmefb { color:rgba(var(--color-primary-2),1);display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:19.375rem;left:9.6875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#ymcFIAlhmUBg8TeM7T1kKCzm9U6ilcNa { color:rgba(var(--color-primary-2),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:23.3125rem;left:9.6875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#hbeGC3OZSFqfcPlakZD4TvN8CU7BMaky { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9997125rem;width:0.9997125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:11.0625rem;left:39.6875rem; }
#RXEmMC4nFlZ5iwrG57TrgQw1sS0P2kTM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9997125rem;width:0.9997125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:14rem;left:39.6875rem; }
#Xxsvq8Lq4iN5NbdwBU1vh2EEOoLLwDID { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9997125rem;width:0.9997125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:20.125rem;left:39.6875rem; }
#XzqwTyHyXlLdnNFHAOaq2kKfLZV6ZmBD { color:rgba(var(--color-primary-2),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:10.875rem;left:41.6875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#KI9wxFA2NAk7o4JGb7ueiWfyx66niqQ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:23.3125rem;left:39.6875rem; }
#EKep9mmkQsHrCtClgRyq7g6g4EJrp6i8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:26.9375rem;left:39.6875rem; }
#UTlLSypUZcE9RAvhzTRD0NcXuhswK2d1 { color:rgba(var(--color-primary-2),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:26.25rem;left:41.6875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#Z91OQMGa0hzZMztWxr0zkxgwaU7mLAQz { color:rgba(var(--color-primary-2),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:22.625rem;left:41.6875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#XAxrgDJkaeE4BBJtk3UwUJWTsOx3UMd4 { color:rgba(var(--color-primary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:20rem;left:41.5625rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#S8NqPMzC8qLVZav0L48SzrowvgtKpWI5 { color:rgba(var(--color-primary-2),1);display:block;width:25.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.5625rem;left:41.6875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#iIbBsI8iEEuhRwlnGAL54zyZxWZbSwm6 { color:rgba(var(--color-primary-2),1);display:block;width:24.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:13.25rem;left:41.6875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#pgFcsn2hxGoQcd75a2aSIqqQH4ur7XcJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:17.5625rem;left:39.6875rem; }
#ZxkPFtHIVXfkuuCc8hp6QqNsqV3l4CIR { position:absolute;display:block;z-index:15069;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:9.75rem;width:16.625rem;top:0rem;left:19.25rem;overflow:hidden;display:block; }
#McIoBgv8JBWAdLu8dcgXVy2mHv4zvZKN { color:#ff0000;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:8.46875rem;left:24.998046875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ObcPxmGTlgk0swdP9Hu5Ky8OwgTgdMAb { position:absolute;display:block;z-index:15070;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:9.75rem;width:16.5rem;top:0rem;left:52.375rem;overflow:hidden;display:block; }
#dtpdxhTVvPAD36oJ39W0nmB97fs9RT17 { color:#01ff00;display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:8.46875rem;left:59.375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CqPhPuzHVysX5MzRQxktKWQQFX3S37Bs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2a2a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CqPhPuzHVysX5MzRQxktKWQQFX3S37Bs > .row .container { border-width: 0; border-radius: 0; }#CqPhPuzHVysX5MzRQxktKWQQFX3S37Bs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CqPhPuzHVysX5MzRQxktKWQQFX3S37Bs > .row .container { font-size:0.875rem;font-family:arial;height:72.75rem;width:75rem;position:relative;display:none; }#lmmPVer3G278QTufJDyU5lC8DuGEIFgt { color:#fdcc01;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:59rem;left:29.125rem;height:2.923825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kPN6y3ZBiSXp8fLZmb1W8guZciA1tJuL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9997125rem;width:0.9997125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:20.1875rem;left:9.25rem; }
#JBQNq2LC84HQ0aEBOwSCuDmprUQJ6tXI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:11.8125rem;left:9.25rem; }
#oEdXpyd6GQvJLnsD24MGPiCVM5JHChwL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:13.5625rem;left:9.25rem; }
#lQszw5r0vGUmEOqIQAMLViloRQnSUt9M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:18.125rem;left:9.25rem; }
#ieRffvGIrndJoCR67S0EJm3iuWIw3vDQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:22.375rem;left:9.25rem; }
#TmcBevGsfBBtWwC9CoHJsDvbgByAyDyS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:25.125rem;left:9.25rem; }
#wXpa2ZxUWN5U0SwNq0N6dMJlKAgbnc8m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:28.3125rem;left:9.25rem; }
#fFiUTuCwFvARlfxAlBKuJVrdfTHEDkza { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:32.625rem;left:9.25rem; }
#XB5UaFo1Ocom7z6EAGEz1vCSynGXg8d4 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:62rem;left:29.9375rem;height:1.0556625rem;text-align:center;text-align-last:center;display:block; }
#fTQIP3iPVZ4ZNUeDZHmXuIuBZWzUcTHP { background-color:#0900ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color: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:0.9375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15.1875rem;height:3.3125rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:63.6875rem;left:30.1875rem;display:block; }
#URswTTB24ZUKN5UuRND22Sl1KwFmpaEr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oh7o85Ldh1bZVS76awUHxUHpgfb5cCIE { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:10.6875rem;top:67.3125rem;left:32.4375rem;overflow:hidden;display:block; }
#ypM1q8TCJXMhDArLtUCz7rFEcyuH8dhy { 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:15060;opacity:1;top:5.25rem;left:9.25rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,18,255,0.91)); }
#scu1h6ONK3UFZ8H9Emk3gwSMmSmdShrN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:4.875rem;left:12.75rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#aL2ZlkwPEsRSna5hCTbH9qQUep0CTSqO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(4,0,255,0.5);top:6.5rem;left:12.75rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#twq2QVCbu25tCK30zEEFGdE98wiFp60m { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:27.145090460777rem;left:49.785717010498rem;display:none; }
#kWdl4Hztfrc3T7MMkebMlM66G21xIF0U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:35.0625rem;left:9.25rem; }
#tOHK4ekXPCEuIF9KkLQWPSXgJeKa9Ciu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:37.0625rem;left:9.25rem; }
#hJ6o9QWT07qo4bfD4UUt2LFlyDvVtH88 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:39.3125rem;left:9.25rem; }
#eX7cgb9HhMPN9kFwT8Bk6Hp1ZutF9zB3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:46.0625rem;left:9.25rem; }
#mQ4tmcWV81UCJFFXKEvPhZLEbHQUtXtH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:42.9375rem;left:9.25rem; }
#qARQWBsTiiOacDiQerOWS6yMSLPmcXbH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:49rem;left:9.25rem; }
#MIahUE9W41U7V1vmOwodoTpMpUcGCbmH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:51.625rem;left:9.25rem; }
#wIypOKhaBFGMtspytki1FWW7I22OB5He { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:54.0625rem;left:9.25rem; }
#vyhD4IwgfTJt2UOlzWzlGt8a96lOWNNk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:56.4375rem;left:9.25rem; }
#zkzWsxrTfiJe9328PhJMJd8QtPuozd6s { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:11.6875rem;left:11.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#CNBVULg6uFqWuwVug5WsQQ0A1Qu7sM0n { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:15.625rem;left:11.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Ui1tMaLIOht3pNsziFJhQgK7T1c0TW6n { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:18rem;left:11.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#sn2SfW8nu7dm04oEcdwZgilHA2hrtBSC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:30.75rem;left:9.25rem; }
#LA7Wz0xEHAqtm6A1vqM6iEUwPCoo4A0D { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:20.0625rem;left:11.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#uo37uECv6l1frW6T1WHceubP1A8OiTr7 { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:22.25rem;left:11.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#QuHaDF6TliTxXiGf4xUHdF4eiN3O1UXq { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:24.4375rem;left:11.1875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#GMLibk5mZpIr0IoIQqRMW2xaxyMUaKaV { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:28.25rem;left:11.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Ci64dkscI2zTHWqzVnFLabDFbfvaZmMB { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:30.625rem;left:11.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#cWk9U45g9syZT2OWZ8Va4uWOKoE7eDCx { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:32.5rem;left:11.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#MBMzUGJKqxL6kI1rvTheBXFHnO3oiqAN { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:34.9375rem;left:11.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#lqkFFssKkRsE1b1ekTom1Ps8e5nwJtTT { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:37rem;left:11.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#Dh0mtgqDBKnDdZeguACpX316xd0aUiUx { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:39.1875rem;left:11.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#yt0p7dgnSkZitgCWliTg1Rqdg0AcVbob { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:42.1875rem;left:11.1875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#qqD3m723NgZWEMunz8pLtaeTtdK0avPT { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:45.75rem;left:11.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#pz66B1R8wfhc2N1m80geawpr0uPW5Fz9 { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:48.25rem;left:11.1875rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#ui94RlKTRGX6BieiZC2JM9PlKaKe23Or { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:51.5rem;left:11.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#fGTT4JDFP9wi84NZ1Tr6qUBg4D8W6Rw8 { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:53.9375rem;left:11.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#t7Da9smX1h8TWEBvHXq8zGrkJuwN8F4s { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15069;line-height:1.3;letter-spacing:0;top:56.3125rem;left:11.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#a1Z1yhPtOTAyxJG90SLONhaCRCcTyq3B { color:rgba(var(--color-primary-2),1);display:block;width:53.1235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:13.5rem;left:11.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#fRbLiGglsHFkBLHFId8OrCa9Z7xl2Gfd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.9995125rem;width:0.9995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:15.75rem;left:9.25rem; }
#LB56RRLW48R76nLzmzTueCvZiuaulODQ { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(311deg, rgba(var(--color-tertiary-4),0), #2a2a2d);background-image: -moz-linear-gradient(311deg, rgba(var(--color-tertiary-4),0), #2a2a2d);background-image: -ms-linear-gradient(311deg, rgba(var(--color-tertiary-4),0), #2a2a2d);background-image: -o-linear-gradient(311deg, rgba(var(--color-tertiary-4),0), #2a2a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#2a2a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),0)', endColorstr='#2a2a2d' );";background-image: linear-gradient(311deg, rgba(var(--color-tertiary-4),0), #2a2a2d);background-size:auto !important;border-top:0.25rem solid #2777da;border-left:0.25rem solid #2777da;border-right:0.25rem solid #2777da;border-bottom:0.25rem solid #2777da;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(9,0,255,0.5) ;height:67.875rem;width:61.875rem;top:3rem;left:6.5625rem;display:block; }
#WnHQK1VsLTyeIR6ISTJkEJ41BbMJtJ9T { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:11.8125rem;left:47rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xgeTKncD1RVkWc8OzJwSz1yecHTePvFd { position:absolute;display:block;z-index:15071;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:13.375rem;width:22.6875rem;top:0rem;left:41.625rem;overflow:hidden;display:block; }
#sW54y04PM3TT5UQqOn4vhuH0eRdLvk5S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(134deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(134deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(134deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(134deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(134deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sW54y04PM3TT5UQqOn4vhuH0eRdLvk5S > .row .container { border-width: 0; border-radius: 0; }#sW54y04PM3TT5UQqOn4vhuH0eRdLvk5S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sW54y04PM3TT5UQqOn4vhuH0eRdLvk5S > .row .container { font-size:0.875rem;font-family:arial;height:0.8125rem;width:75rem;position:relative;display:none; }#APlk9zSFQLQfGizSu2uI5s09aTFs36gn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8cf68c38-f96c-40d4-abbb-4bf623e42db2/03.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:none; }#APlk9zSFQLQfGizSu2uI5s09aTFs36gn.adaptive-delivery-prevent-bg, #APlk9zSFQLQfGizSu2uI5s09aTFs36gn.lazyload, #APlk9zSFQLQfGizSu2uI5s09aTFs36gn.lazyloading { background-image: none; }#APlk9zSFQLQfGizSu2uI5s09aTFs36gn > .row .container { border-width: 0; border-radius: 0; }#APlk9zSFQLQfGizSu2uI5s09aTFs36gn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APlk9zSFQLQfGizSu2uI5s09aTFs36gn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#APlk9zSFQLQfGizSu2uI5s09aTFs36gn > .row .container { font-size:0.875rem;font-family:arial;height:17.4375rem;width:75rem;position:relative;display:none; }#yaaCnbtIgqh697NGgU9PWWn3OOvREzFy { 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:13.5rem;width:13.4375rem;top:1.8125rem;left:16.25rem;overflow:hidden;display:block; }
#GDFu2pB79gT56zXAMcG45HSBTqgMH68J { color:#fdcc01;display:block;width:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.0625rem;left:31.3125rem;height:2.19375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iB4X8ikdw47WFuab0qx09h0yWWdH7vRb { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:7.375rem;left:31.3125rem;height:5.27831875rem;text-align:left;text-align-last:left;display:block; }
#s4Grl5Vsg0U21HAB1x8B8778iCGmp4hS { 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:24.5rem;width:24.4375rem;display:none; }
#Zn3nQWnloRWHRHTyXH2Mp3tAxJAgMudq { color:#fdcc01;display:block;width:25.75rem;position:absolute;font-family:"instrument sans";font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.02734375rem;left:24.625rem;height:5.84765625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tuyXxNX1PCpoowS72SVnDOla2ovTKb9G { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:"instrument sans";font-size:0.6875rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:49.53515625rem;left:50.6875rem;height:0.89355625rem;text-align:left;text-align-last:left;display:none; }
#tVJyWTz5eGPoLsC9DaOgmrlHozOiOy6S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(133deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(133deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(133deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(133deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(133deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tVJyWTz5eGPoLsC9DaOgmrlHozOiOy6S > .row .container { border-width: 0; border-radius: 0; }#tVJyWTz5eGPoLsC9DaOgmrlHozOiOy6S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tVJyWTz5eGPoLsC9DaOgmrlHozOiOy6S > .row .container { font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;position:relative;display:none; }#I9AOxTmsOCZhoJKaFQ1ZdXekW8b1dvl2 { 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/1244759a-4bfa-47ce-81b5-8858ddc2d606/hotis.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:none; }#I9AOxTmsOCZhoJKaFQ1ZdXekW8b1dvl2.adaptive-delivery-prevent-bg, #I9AOxTmsOCZhoJKaFQ1ZdXekW8b1dvl2.lazyload, #I9AOxTmsOCZhoJKaFQ1ZdXekW8b1dvl2.lazyloading { background-image: none; }#I9AOxTmsOCZhoJKaFQ1ZdXekW8b1dvl2 > .row .container { border-width: 0; border-radius: 0; }#I9AOxTmsOCZhoJKaFQ1ZdXekW8b1dvl2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I9AOxTmsOCZhoJKaFQ1ZdXekW8b1dvl2 > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:none; }#n4mRfZCubtZVyC8OSDUFNhk0B8AJBXJl { color:#fdcc01;display:block;width:50.0621875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:1.364294052124rem;left:12.467445373535rem;height:2.1933625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RRkspqspb20OnLIXQV3pPuXRhh68r3NT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:17.4375rem;top:4.25rem;left:10.25rem;overflow:hidden;display:block; }
#LtvnruX86hUWyXUnPzEXK90Kpfc3pGcQ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:17.4375rem;top:4.25rem;left:28.75rem;overflow:hidden;display:block; }
#K29iM4Rps2QBifzqkJxLXQdOvZboTdEU { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:17.4375rem;top:4.25rem;left:47.3125rem;overflow:hidden;display:block; }
#ObhWTUEWoRfiT1gxzZplpNXOS7mzTsxa { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.1875rem;left:11.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#Lql41HgAO38GqXltTK5fPVugFrvQBQhJ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:17.1875rem;left:30.40625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#FaCdbZU1RaZmaWxTXcMWv7UIEOdnd7RD { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:17.1875rem;left:48.9375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#z6VqSoPEbSZrftlB9NB6HriQnwqi2T3r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/B7H8MRjS/2205bec8_875th_1000000000000000000028.png");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:none; }#z6VqSoPEbSZrftlB9NB6HriQnwqi2T3r.adaptive-delivery-prevent-bg, #z6VqSoPEbSZrftlB9NB6HriQnwqi2T3r.lazyload, #z6VqSoPEbSZrftlB9NB6HriQnwqi2T3r.lazyloading { background-image: none; }#z6VqSoPEbSZrftlB9NB6HriQnwqi2T3r > .row .container { border-width: 0; border-radius: 0; }#z6VqSoPEbSZrftlB9NB6HriQnwqi2T3r::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z6VqSoPEbSZrftlB9NB6HriQnwqi2T3r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z6VqSoPEbSZrftlB9NB6HriQnwqi2T3r > .row .container { font-size:0.875rem;font-family:arial;height:30.125rem;width:75rem;position:relative;display:none; }#g4CWOUv11o33O4JDbGguTQrP0Z9vTpMm { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:4.625rem;top:10.5625rem;left:46.25rem;overflow:hidden;display:block; }
#gUAWG8UVc8VvavLsBI5FosqKUxx69qbI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:8rem;top:19.125rem;left:39.0625rem;overflow:hidden;display:block; }
#v22y2xEhf8dO70V7pwzA0T7q4a72wRPG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:9.5rem;top:10.8125rem;left:13.875rem;overflow:hidden;display:block; }
#XyXU8Fd64oCaxxWtyh4al3mab1wBcdSy { 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:2.75rem;width:6.1875rem;top:14.8125rem;left:54.0625rem;overflow:hidden;display:block; }
#eidWGk9ZTngfDEnTRBsPuKGFmtOx9w7Q { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.3125rem;top:18.625rem;left:13.875rem;overflow:hidden;display:block; }
#RRuePBkxHqLmrgSMKmtORN5vNEgrxwL5 { 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:3rem;width:10.3125rem;top:19rem;left:49.875rem;overflow:hidden;display:block; }
#XgWtAUZ1OmrWgpKO5uSgCfRO3SL0JOAQ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:7.0625rem;top:10.25rem;left:36.5625rem;overflow:hidden;display:block; }
#dI5sxJPRO4yTAFAk8xa3OnrXv84sonUQ { 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.0625rem;width:7.3125rem;top:15.1875rem;left:18.8125rem;overflow:hidden;display:block; }
#TtbzviieNRlaw9vOVXrKHbl3aGGMKr7r { 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.75rem;width:7.5rem;top:11.5rem;left:26.125rem;overflow:hidden;display:block; }
#Q5iVRDAQ2v7pOfi4w0o6cZkkPA8BmPHN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:6.375rem;top:15.125rem;left:45.375rem;overflow:hidden;display:block; }
#aPeg3V2hl5oLR3GlS3IXXSdkporpRAcT { color:#d9b261;display:block;width:42.5625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:5.9375rem;left:16.375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ev6CPHALWNNX5r8AQEe9mi19Rhyeu4e9 { position:absolute;display:block;z-index:14990;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 #d9b261;border-left:0.125rem solid #d9b261;border-right:0.125rem solid #d9b261;border-bottom:0.125rem solid #d9b261;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.75rem rgba(255,225,162,0.5) ;height:24.5rem;width:59.875rem;top:4rem;left:7.5625rem;display:block; }
#UCt3hdZCGQ2rsJiQb7kKghqCMgMOzHOC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:5.75rem;top:15.125rem;left:28.625rem;overflow:hidden;display:block; }
#CwLxTlPLt8fdlyGxxQuZT1ysGSs6ZO4l { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:6.875rem;top:15rem;left:35.875rem;overflow:hidden;display:block; }
#TtOORI1ifFvcwP5Wb1R0uioELBTIK2Qz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:3.375rem;top:19rem;left:24.3125rem;overflow:hidden;display:block; }
#PvZ32OMkINRqrtc5D8yK9QBUdByoXnEL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:7.3125rem;top:19.75rem;left:29.875rem;overflow:hidden;display:block; }
#b4mw8rqL9QTkxwilCzOJAApnANE8NL01 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:9.8125rem;top:24.4375rem;left:13.75rem;overflow:hidden;display:block; }
#zTN9mIfIa9m9pKmOuahlFnKStf8Xdf3F { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:10.1875rem;top:24.3125rem;left:26.375rem;overflow:hidden;display:block; }
#VNMDtB7U7PcWTnfPOZ9eV0OJLUpowFTC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:7.5rem;top:23.8125rem;left:39.3125rem;overflow:hidden;display:block; }
#eCfmxM4qxaRuxu0bOPL5v7WXUyaIKQTw { 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:2.125rem;width:11.25rem;top:23.8125rem;left:49.4375rem;overflow:hidden;display:block; }
#p5Qe0wUsGUFZGa0ToZM0TT0AwTUNJmOO { 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:3rem;width:6.875rem;top:10.875rem;left:53.375rem;overflow:hidden;display:block; }
#P3gcld8vPW32pfFWIvPRduPNaGlZqn7i { 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:none; }#P3gcld8vPW32pfFWIvPRduPNaGlZqn7i > .row .container { border-width: 0; border-radius: 0; }#P3gcld8vPW32pfFWIvPRduPNaGlZqn7i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P3gcld8vPW32pfFWIvPRduPNaGlZqn7i > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:none; }#h9NbiWTTycoTqJvpZrEQa1gn0mWkgtHa { color:rgba(var(--color-tertiary-0),1);display:block;width:50.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.96875rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#MCrtQNxee6178ntsEMwONmHoKqC3G6Wn { box-sizing:content-box;color:#d9b261;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:block;z-index:15001;top:3.125rem;left:10.5rem;display:block; }
#ms9U4aTDsXeQcEBhmMOIOL6uW2wNhxkF { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d9b261;border-left:0.0625rem solid #d9b261;border-right:0.0625rem solid #d9b261;border-bottom:0.0625rem solid #d9b261;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:3.375rem;left:9.25rem;display:block; }
#vsK1QV3vwEReBie3pnebJOKzSxV2Cr7B { 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:none; }#vsK1QV3vwEReBie3pnebJOKzSxV2Cr7B > .row .container { border-width: 0; border-radius: 0; }#vsK1QV3vwEReBie3pnebJOKzSxV2Cr7B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vsK1QV3vwEReBie3pnebJOKzSxV2Cr7B > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:none; }#DrJlHLrIyNHg8lLKX3a7WrtTyxQSfLI6 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:6.3984375rem;display:block; }
#LZAJ7pgqclnoQSBpbK2cztnXT90D80A4 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #d9b261;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.0625rem;width:56.4375rem;top:0rem;left:9.25rem;display:block; }
#kBlz6ycePreFpLiyAXN7JmRRiBt0hHfb { 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:none; }#kBlz6ycePreFpLiyAXN7JmRRiBt0hHfb > .row .container { border-width: 0; border-radius: 0; }#kBlz6ycePreFpLiyAXN7JmRRiBt0hHfb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBlz6ycePreFpLiyAXN7JmRRiBt0hHfb > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:none; }#JK3AhAUJVCR3pnZFycnyGtORasRUNZdv { color:rgba(var(--color-tertiary-0),1);display:block;width:50.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.75rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#WBZRqOFDHLimfMRIcz4FgfT7vZAXBr2r { box-sizing:content-box;color:#d9b261;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:15001;top:1.125rem;left:10.5rem;display:block; }
#Qain3cW26IbQhndiBMVm7qDmEJamMSFp { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d9b261;border-left:0.0625rem solid #d9b261;border-right:0.0625rem solid #d9b261;border-bottom:0.0625rem solid #d9b261;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:1.25rem;left:9.3125rem;display:block; }
#FpAoADvHfgxuP8lVntrBJ5TWcAQefMHX { 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:none; }#FpAoADvHfgxuP8lVntrBJ5TWcAQefMHX > .row .container { border-width: 0; border-radius: 0; }#FpAoADvHfgxuP8lVntrBJ5TWcAQefMHX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FpAoADvHfgxuP8lVntrBJ5TWcAQefMHX > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:none; }#xX5enxsgpRUWu7X8W65nkzUBR6zLScVn { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #d9b261;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.0625rem;width:56.4375rem;top:0rem;left:9.25rem;display:block; }
#amR25AilQCfPJrMtxUXsiu3CP7i7NvGJ { color:rgba(var(--color-tertiary-0),1);display:block;width:54rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.19921875rem;left:10.499855041504rem;height:3.8994125rem;font-style:normal;display:block; }
#vU1kxU8oHS556xmN2SJBmuQUobP1TfDT { 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:none; }#vU1kxU8oHS556xmN2SJBmuQUobP1TfDT > .row .container { border-width: 0; border-radius: 0; }#vU1kxU8oHS556xmN2SJBmuQUobP1TfDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vU1kxU8oHS556xmN2SJBmuQUobP1TfDT > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:none; }#cnMw8b0yAvgnPMRmQxSZdWDdftI22v6u { color:rgba(var(--color-tertiary-0),1);display:block;width:50.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.78125rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#MxLbfNv9WWvLTn3wVansAVZ97XhkmzGf { box-sizing:content-box;color:#d9b261;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:block;z-index:15001;top:0.9375rem;left:10.5rem;display:block; }
#SXTJCx7lFlFytTrA2xVSfJlaoXrQRUlW { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d9b261;border-left:0.0625rem solid #d9b261;border-right:0.0625rem solid #d9b261;border-bottom:0.0625rem solid #d9b261;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:1.3125rem;left:9.25rem;display:block; }
#dtKWxdcOp098DywvcHkBE3lrTiuTBs2Q { 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:none; }#dtKWxdcOp098DywvcHkBE3lrTiuTBs2Q > .row .container { border-width: 0; border-radius: 0; }#dtKWxdcOp098DywvcHkBE3lrTiuTBs2Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dtKWxdcOp098DywvcHkBE3lrTiuTBs2Q > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:none; }#WayfITCEBJmI2xbK9Kab2Hha9EIOgznT { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:3.19921875rem;display:block; }
#fZfZH54wAL91O7hDVvTJXiPSsVRXrVWv { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #d9b261;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.6875rem;width:56.4375rem;top:0rem;left:9.25rem;display:block; }
#T4qnmg4L6F82aCiqiLzOwmIJKa4LiIGI { 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:none; }#T4qnmg4L6F82aCiqiLzOwmIJKa4LiIGI > .row .container { border-width: 0; border-radius: 0; }#T4qnmg4L6F82aCiqiLzOwmIJKa4LiIGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4qnmg4L6F82aCiqiLzOwmIJKa4LiIGI > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#axPOWXVqknPwfA8ru6NhtTTLBTquM5Ud { color:rgba(var(--color-tertiary-0),1);display:block;width:50.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.09375rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#rG2JyCghi5RB4xdXXbl6HszJkFmCp5xg { box-sizing:content-box;color:#d9b261;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:block;z-index:15001;top:1.25rem;left:10.5rem;display:block; }
#WLm2FxQrxZLxu4tT0Pbbb2MiJ5mBD5R5 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d9b261;border-left:0.0625rem solid #d9b261;border-right:0.0625rem solid #d9b261;border-bottom:0.0625rem solid #d9b261;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:1.625rem;left:9.25rem;display:block; }
#wxPzq66aRal8xtPHMoSzwv2tT4bqJdtA { 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:none; }#wxPzq66aRal8xtPHMoSzwv2tT4bqJdtA > .row .container { border-width: 0; border-radius: 0; }#wxPzq66aRal8xtPHMoSzwv2tT4bqJdtA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wxPzq66aRal8xtPHMoSzwv2tT4bqJdtA > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;position:relative;display:none; }#IiEVPHVy4mumP1TWwmaP5G7maqtyZlMX { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:6.3984375rem;display:block; }
#O4Zt74BpHWLGkUlOMI2o0mqfDWnQpWKT { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #d9b261;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.375rem;width:56.4375rem;top:0rem;left:9.25rem;display:block; }
#m4tGyzG2Rqwiy9tsvaqtFuTXMPQPIUp6 { 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:none; }#m4tGyzG2Rqwiy9tsvaqtFuTXMPQPIUp6 > .row .container { border-width: 0; border-radius: 0; }#m4tGyzG2Rqwiy9tsvaqtFuTXMPQPIUp6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4tGyzG2Rqwiy9tsvaqtFuTXMPQPIUp6 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:none; }#HcmkpXZNHo898CVeteWT1baNHPISAPu4 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.28125rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#kcU6rMzLSt3mkqAJZkak8L7kA9Zh1lQx { box-sizing:content-box;color:#d9b261;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:block;z-index:15001;top:1.4375rem;left:10.5rem;display:block; }
#DSPxZiOHPKhv8cbHd40CRSxF9NES1RdO { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d9b261;border-left:0.0625rem solid #d9b261;border-right:0.0625rem solid #d9b261;border-bottom:0.0625rem solid #d9b261;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.0625rem;width:56.4375rem;top:1.4375rem;left:9.25rem;display:block; }
#FLfWFDDwtzMoh0ZQkKMZyE0SDbuRstOL { 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:none; }#FLfWFDDwtzMoh0ZQkKMZyE0SDbuRstOL > .row .container { border-width: 0; border-radius: 0; }#FLfWFDDwtzMoh0ZQkKMZyE0SDbuRstOL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLfWFDDwtzMoh0ZQkKMZyE0SDbuRstOL > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:none; }#bsIaO4xw5syxwJaitmlQ8nFe1U4bXcJb { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:4.798825rem;display:block; }
#Su3UvTNM3M11tV7oRzOFNnTqdgM3rnDZ { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #d9b261;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.8125rem;width:56.4375rem;top:0rem;left:9.25rem;display:block; }
#zrByCDRBXGJK0CF5fi7aDCKwLhaGH0vq { 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:none; }#zrByCDRBXGJK0CF5fi7aDCKwLhaGH0vq > .row .container { border-width: 0; border-radius: 0; }#zrByCDRBXGJK0CF5fi7aDCKwLhaGH0vq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zrByCDRBXGJK0CF5fi7aDCKwLhaGH0vq > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:none; }#vKflEdspMmGf2QxPvzH2VqatBFG70BUE { color:rgba(var(--color-tertiary-0),1);display:block;width:50.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.71875rem;left:13.5625rem;height:1.4625rem;font-style:normal;display:block; }
#CPKGHqUgT1zTdV7eRDwUurtUEMKAAOEs { box-sizing:content-box;color:#d9b261;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:block;z-index:15001;top:0.8125rem;left:10.5rem;display:block; }
#AskLd300UFgTNo4RpTy8S1WsKxyPIfX9 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #d9b261;border-left:0.0625rem solid #d9b261;border-right:0.0625rem solid #d9b261;border-bottom:0.0625rem solid #d9b261;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:1.1875rem;left:9.25rem;display:block; }
#AHrclHlNzuCO0Gp2mguAxWlbwdhkOGdz { 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:none; }#AHrclHlNzuCO0Gp2mguAxWlbwdhkOGdz > .row .container { border-width: 0; border-radius: 0; }#AHrclHlNzuCO0Gp2mguAxWlbwdhkOGdz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AHrclHlNzuCO0Gp2mguAxWlbwdhkOGdz > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:none; }#Lry9hoMJ9TbHNHgKWWTKbfx9rk0MyEm6 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:10.625rem;height:7.9980625rem;display:block; }
#NMdTEghtyq6mIlHHCTKQh5J5JSy76LIR { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),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.0625rem solid #d9b261;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:9.75rem;width:56.4375rem;top:0rem;left:9.25rem;display:block; }
#wNvTmXatbXlEieI2l9kkSkAFTpdCnUFx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e10e653a-6a9d-428b-a010-7f1e3d0bcdb3/faq.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:none; }#wNvTmXatbXlEieI2l9kkSkAFTpdCnUFx.adaptive-delivery-prevent-bg, #wNvTmXatbXlEieI2l9kkSkAFTpdCnUFx.lazyload, #wNvTmXatbXlEieI2l9kkSkAFTpdCnUFx.lazyloading { background-image: none; }#wNvTmXatbXlEieI2l9kkSkAFTpdCnUFx > .row .container { border-width: 0; border-radius: 0; }#wNvTmXatbXlEieI2l9kkSkAFTpdCnUFx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNvTmXatbXlEieI2l9kkSkAFTpdCnUFx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNvTmXatbXlEieI2l9kkSkAFTpdCnUFx > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:none; }#Nv6CtPZ7NfTKpL1Z6oMlEdyBHWQkOOOP { color:#fdcc01;display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:7.75rem;left:25.625rem;height:1.94921875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WCkgJQUhetyTpCKrhig8IGCV366TwUuN { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:19.3203125rem;left:32rem;height:1.0556625rem;text-align:left;text-align-last:left;display:block; }
#xkTBCpR6ed3XiA7xLLzD8LJLl517uJzT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:20.8125rem;left:32rem;height:1.0556625rem;text-align:left;text-align-last:left;display:block; }
#RsJwq4MadzGvaDm9Ufdbm2hyT7W1VItL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:19.25rem;left:30.5rem; }
#fTDATSGSeUFPIDadTlPs5Jt2OzswMV0S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:20.625rem;left:30.375rem; }
#PpGyNp43d7OPJ8tL7XnB1cqpKZLCVff9 { position:absolute;display:block;z-index:15031;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:5.5rem;width:5.5625rem;top:1.3125rem;left:34.718753814698rem;overflow:hidden;display:block; }
#RChvMhvITlXQl8EI33VHT4LEmgs7LRs7 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:26.5625rem;left:28.4375rem;height:5.2783125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k3N5y9Xy6gETr8uc0GUHKJrykLxDWPu2 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:11.125rem;left:27.5rem;height:1.29980625rem;display:block; }
#CQ1pHhN1xrrSH9BrRVbIrKDNbSNMlziy { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -moz-linear-gradient(360deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -ms-linear-gradient(360deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-image: -o-linear-gradient(360deg, rgba(var(--color-tertiary-4),1), #2a2a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#2a2a2d' );";background-image: linear-gradient(360deg, rgba(var(--color-tertiary-4),1), #2a2a2d);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.75rem;width:45.3125rem;top:4.1513671875rem;left:14.9013671875rem;display:block; }
#NFKM4Z1hzxCxv9pUhNk5pfGzycqZ5NKU { background-color:rgba(var(--color-secondary-2),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: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:#222523;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:13.75rem;left:25.625rem;display:block; }
#hIVfod5ULdJKy7xM0heC21y76zPVpe38 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IcLSICTknt83cJKTnUMro3MOzHbuFXuN { display:block; }#IcLSICTknt83cJKTnUMro3MOzHbuFXuN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV { display:flex;width:18rem;height:5.0625rem;top:7.875rem;left:7.59375rem; }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #p7nlQip48T07hTOQCd20ZB1cvRi4rBJz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #eb7c0VzvubB4QCuMyoTR2rUnGt1mFH7K {  }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #oSpzGr2QsAGFTOQTPeT8D26MDtdzXckp {  }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #xRgLTX8frT8rQt4h5NDUo15Ak41zJ3Na { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #JN8BpIMHdrNJf6NXnFfeG22OQTA5uuH4 {  }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #D1mtsgqIaDvr1ifDXVzka0BKFSmzDuOJ {  }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #OyRe0N8EEQxChfZXUIEXBGotTzg1BEx6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #MOOKutDIIO9l5twFgdrSM11C5GW5rCPf {  }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #FSAvpZrVGqTTEoNGg82ymwB3GqqWkJhg {  }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #soCgf28W2XCzy7JHRS7AxekPPcFVNtAq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #l6ZHnErTJg4DZsvpgaV3qRo52od8ZX9r {  }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #AJ7fPsJ1tLT9TXLQmxsyfXrhr4eVsp9p {  }
 }@media only screen and (max-width: 763px) { #dgzeQXDrne2UzlCGEe7gAgDgF2IKd7BR { display:block; }#dgzeQXDrne2UzlCGEe7gAgDgF2IKd7BR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gn2vnMDa1kNBWc6kWOsmLb1oOTWbwIGT { top:16.0625rem;left:0rem;width:32.1875rem;height:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFSXsimEAIHEfLm9uIKpHRtVVcPdH1UH { top:25.9375rem;left:0rem;width:36.6875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbDOK26SD80uvf5gVX9QW7ccrfZRPLts { top:30.5rem;left:9.0625038146975rem;width:14.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6ltcKbUGPwTHU7FQEOXmTo5MIxn1MLK { top:29.9375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOZBrWzmQcxQ2FNXF85Pbwzmk1ICw6L6 { top:30.1875rem;left:7.125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HszHPHbxEvkON5LqTBf4rIx0vbLKLQ4I { width:25.625rem;height:3.1875rem;top:34.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcQlofaIsmHBFJhBEwENNVNx7TXMlOFI { display:block; }
 }@media only screen and (max-width: 763px) { #ilercRWxBayrcmEQ7E0bJXnW1dByW0Sz { top:3.0625rem;left:0rem;width:19.1875rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaopTv0quoRmXsEH49Qcn0nkCkpO1WRP { top:3.875rem;left:0rem;width:16.3125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHdoD0KqXKEJoGVAMuii01fUBZcDT3f6 { top:30.5rem;left:0rem;width:11.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO8wIk7qW3llB6NS8sArPsp9T9p17Boh { display:block; }#dO8wIk7qW3llB6NS8sArPsp9T9p17Boh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvvSKG02iSzPBmcRdlCUJywchRnWTQtX { top:15.375rem;left:0rem;width:33.4375rem;height:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVzGufLAodrcugosTsZEWeScKOlMahbK { top:25.4375rem;left:0rem;width:35.4375rem;height:6.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNPZUOf1dzV1v6nU9PyEm68Lq1RtnAqs { top:34.25rem;left:3.6875rem;width:14.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAxVdTrAyhKLG2BKZHPI47gemznP2ZTy { top:33.6875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dknt0LqiE0C020SHne6UoyQzKmPfrfPF { top:33.9375rem;left:1.75rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgigoenqLHtCGe8d6h34CpRwstMCBcWn { width:25.625rem;height:3.1875rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzTevO0rOlA17p08iDSZ83IwXHWnTswe { display:block; }
 }@media only screen and (max-width: 763px) { #izFITfSunA9MqR9GpvcGacHZCxllURKb { top:2.375rem;left:0rem;width:19rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQGHtt6CXRxgPHTkhdQy5WsQF6TOuTlN { top:3.875rem;left:0rem;width:16.3125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV3o5yga26UlzZtAkwuJNFbtZz8ygQUM { top:34.25rem;left:0rem;width:11.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqzHEI4xAMth62GXadaa0qVgmziOTzg5 { display:block; }#NqzHEI4xAMth62GXadaa0qVgmziOTzg5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrtRwrNxPAn93NvQ3Vtpb5KAeRUZ4p2n { display:block; }#vrtRwrNxPAn93NvQ3Vtpb5KAeRUZ4p2n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bn4M2CSe72u8p1bEmwqV0dpVTkRuduax { top:3.9375rem;left:0rem;width:37.375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHgGNVIUIVgw0IO0bpVxcDtLgEmOpX5V { top:2.4375rem;left:23.875rem;width:20.75rem;height:3.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1xUzWEaUp2kySKKmqS7IU9P54fzDJDZ { top:6.5rem;left:17.875rem;width:29.875rem;height:15.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #StgWMgiuNqLNUI6FKpC3NqptVT26Inx9 { top:1.375rem;left:22.5625rem;width:25.125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cq0185sElJ82r9KptDbq07LLBF8QV3sX { top:4.6875rem;left:0rem;width:37.375rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJWhlIbqDhyNbyEimV3Fiqd5ZrpqameG { display:block; }#PJWhlIbqDhyNbyEimV3Fiqd5ZrpqameG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uy6qkG1Xoq1fobC2CB4TI6wL4oGDSlvR { top:12.8125rem;left:0rem;width:34.625rem;height:14.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu5CrBro2AO8O8utBstxwsaJpBHPF6tA { top:4.8125rem;left:0rem;width:33.6875rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZadtAQxE8iHrpPTvpe3QkoqK3f7LE2MU { top:1.1875rem;left:18.75rem;width:29rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx4mU8AtuyC1fdXhVTW9QcntX8apyhq4 { display:block; }#dx4mU8AtuyC1fdXhVTW9QcntX8apyhq4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o8CH6sWLKeqign2Naf4nWaTATfUce9Z5 { display:block; }#o8CH6sWLKeqign2Naf4nWaTATfUce9Z5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2FDk2LQrbsyXNsxOoHeh6WPKnCMVBdy { top:1.8125rem;left:8.84375rem;width:30.0625rem;height:5.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwE7CrbdkdJtq0kynCV3ZiS1qlrfMxDE { display:block; }#lwE7CrbdkdJtq0kynCV3ZiS1qlrfMxDE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jbybb6yxJkyxNS8JGkSceMAgHDMNIlKr { top:33.6875rem;left:5rem;width:18.875rem;height:6.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFFPRh29QZih54AIKxyDTxGz1M7Lphzk { top:24.875rem;left:30.125rem;width:17.625rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKWlW4WK90Hgoq8WiJhoRiWJeu80C6zf { top:3.0625rem;left:0rem;width:8rem;height:7.4375rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da2dp8kKXSoIIqLlEkVsVQ46eEvzBpU4 { top:12.375rem;left:0rem;width:29.125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUINxPJcwJaTK9wQ2kKrPTI3AI8QdiEF { top:22.4375rem;left:0rem;width:29.125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8H6Mc2xWMQwkHmHJ20z1LMOld8gbwiz { top:5.625rem;left:5.0625rem;width:18.8125rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVCS7IGByBgBJPTAU9rtWNbcbTkHQATc { top:14.0625rem;left:5.5rem;width:18.375rem;height:4.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9OxChW38bBoqHVgIJpHrpBzIVgLJN68 { top:23.4375rem;left:5.0625rem;width:18.8125rem;height:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImLNRwZEG7Up77duqFE4JoPhU81Tq9il { top:32.4375rem;left:0rem;width:29.125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S99Dk2TdXKsReTfUDEUn1HenPRobtxTq { top:3.75rem;left:29.6875rem;width:18.0625rem;height:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBDsXPSay3vRMeZUOzp8J52kAiRnLh5V { top:13.4375rem;left:29.375rem;width:18.375rem;height:6.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCxdWDgvnmSBLCaTUKOiKGRruFtgd4mH { top:12.75rem;left:0rem;width:8rem;height:7.4375rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybE40U7Bpkc9WeERmx4cFIP7JbxiiX7a { top:22.875rem;left:0rem;width:8rem;height:7.4375rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT85ogBJT4xs0pFrnOkvOMTRpaB2uTwZ { top:32.75rem;left:0rem;width:8rem;height:7.4375rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5IvuklWVCVF5nrUvfSsO5UHPUPcXUWr { top:12.375rem;left:18.375rem;width:29.125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT61lMooO2qTdBvrBWAHuKVFFo1EJVGD { top:22.4375rem;left:18.375rem;width:29.125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKvXdF4tboC3BiQdyH63181Wc4CGvkSU { top:2.9375rem;left:23.875rem;width:8rem;height:7.4375rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLUtcdTWM6PFoUVccpyrtTOZNFQzEl8H { top:12.9375rem;left:23.875rem;width:8rem;height:7.4375rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPZw1NHgz4QTUgIHQelBdBeQOq7CSrIN { top:23rem;left:23.875rem;width:8rem;height:7.4375rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8ZvaUXaQeKVDMOl3ELb5yDwU6N9nhXT { top:2.4375rem;left:0rem;width:29.125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV5bJ4keszDJLTcBTRkJEkVAsbcBlqX2 { top:2.4375rem;left:18.375rem;width:29.125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZEfRqQBiiLRmCp1Or9m9l5uQefdpVdO { top:32.625rem;left:18.375rem;width:29.0625rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPOLTtxs91NIlV9H4FFgTSNkicfpAhwW { top:33.1875rem;left:23.875rem;width:7.9375rem;height:7.4375rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUqmyflXTEpF3PzOBLOK78khHr39POnW { top:34.25rem;left:30.1875rem;width:17.5625rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b33VKTJWoBtt6E9EXLfdKnroqGTTzUTF { display:block; }#b33VKTJWoBtt6E9EXLfdKnroqGTTzUTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJLIMb8zMkvJS1MSZoBotBlfIN3eTdyW { width:32rem;height:3.6875rem;top:1.125rem;left:10.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MerrJggL39oPLW19AWP26PTgr9BZZBgE { display:block; }
 }@media only screen and (max-width: 763px) { #nbOZmsNm2wHSvV8bIM5GpTHTx881VCSK { display:block; }#nbOZmsNm2wHSvV8bIM5GpTHTx881VCSK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgwE5TRvAKMDORXd2OSFDTS5MRkCT43b { display:block; }#qgwE5TRvAKMDORXd2OSFDTS5MRkCT43b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmPX9Hp32WlHblHxpXuBvETvwmXDJS10 { top:14.375rem;left:0rem;width:28.5rem;height:28rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkxqrk3gFTSwnTM60KdNrKQa4q4m9ZQQ { width:25.875rem;height:3.25rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6lU9lA70K6ADaFQLONloEWvUkOHQtVG { display:block; }
 }@media only screen and (max-width: 763px) { #I9gvQKouq2Efw4tFSJ1Q0DBAwytHrIx7 { top:14rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERrx5pStr5n0tLkMCWc5IyEM9Q6TZ4Ef { top:16.8125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKzegO5GTKu4XnBVm8xUsPfRBr56S2Iw { top:20.5625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0whsda1oS3TyZViSUmL1vfqanG7vXQJ { top:24.25rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elKLWr22NalMCbbIsnS1bUvAfCafpqcI { top:29.0625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxi3CRdLT33Io46JrSGBD23JzwD8lp06 { top:33.9375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgoMbLZIK9RU8xEKZvfP1E9XRG2mUmOE { top:40.25rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU7ftbU4WN5CIuXJPfUVkH36TVg0hfH5 { top:2.75rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhVvnWC9iqHw4XkEBBvThvefHAOLFGLQ { top:11.25rem;left:0rem;width:28.5625rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgwvtOA30JhDU69ZRWvfKWo5coMDXTHW { display:block; }#xgwvtOA30JhDU69ZRWvfKWo5coMDXTHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FzB2gwNoBFd5i9USiUpAATFdeMBXWo8L { top:1rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2tTzcghNlFVxUMezKbcg2Pomu6rPR6h { top:10.5rem;left:22.25rem;width:25.375rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdidVDN8elRshGzRrtI2Bdb3pM7mwfhM { top:14.75rem;left:27.500003814698rem;width:19.4375rem;height:15.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR6UIxNfEp7quia755B6aD7iVdiiLOXK { top:31.5rem;left:24.562503814698rem;width:22.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiuGGALl2womQMXlaEbUJJzDNNFwF6gH { top:10.8125rem;left:29.5625rem;width:12.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #khQsWpt7Lrl2lJwa5CrxduHtF3bmUOkZ { top:14.75rem;left:24.5625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0NwykSvFs7uGd0b4qL8Vpxnv0OLXSI3 { top:18.8125rem;left:24.5625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rClgi5UcKqJOgXTgnca3svETrmud7zTM { top:21.9375rem;left:24.5625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ozhc8XlJG5q4kT9Pkcs7JtTXySXJWffW { top:25.5625rem;left:24.5625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beG5XmML9tSvW5T94PlV6c3T1nMP0eXg { top:6.5rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9ZHFDWXNPzVO3iKRICDeT8Kb07EzZXc { display:block; }#N9ZHFDWXNPzVO3iKRICDeT8Kb07EzZXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHo0sJOgyI7HA1C8veamaZuZO2a0nAwb { top:2.125rem;left:0rem;width:33.625rem;height:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqi1raEA4oD7KTuWtSc0o1xLs8MNe5Xy { top:2.3125rem;left:0rem;width:25.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppZSnRyJAsWCmoNAfftZFC2uGFAQw9IW { top:6.5rem;left:0rem;width:29.3125rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKwvEEZWRTbQx0oJgoR5qRZQWfsSowHs { top:11.875rem;left:0rem;width:30rem;height:36.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUGQWIQrtzuqbVRvn35dhTUgt12OlADZ { top:4.25rem;left:19.1875rem;width:28.5625rem;height:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwVrU1OEZJxOExe8uPRu2kukMGn9D4Jy { display:block; }#WwVrU1OEZJxOExe8uPRu2kukMGn9D4Jy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X0heP7H4XwxeIzkcHpZQ328eW2eB05vT { top:12.6875rem;left:14.25rem;width:33.5rem;height:12.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT6OVrZNsqQ38b2ls6FusraK0HZ3J22o { top:27.25rem;left:14.4375rem;width:33.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTHGacfHyKfU8xyPzre6w9yXUGHTQXpT { top:9rem;left:15.25rem;width:32.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ8tTiW0tZXsUSSKocvLKczMHCnS7KbC { top:12rem;left:11.875rem;width:35.875rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdrh0lI0y2NXzazKwG5oxGTfNMhbTo9U { top:26.4375rem;left:11.875rem;width:35.875rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNQvn7yclebz8VSoFmcKJAEChDZK2Tsk { top:1.8125rem;left:11.875rem;width:35.875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgxhcXlQ3OKvTbACs5TTMTPWpG5loQU3 { top:2.5rem;left:15.25rem;width:32.5rem;height:5.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHo2mqzZXxlGD7nGXkdiTfLuS7x3NU9r { display:block; }#zHo2mqzZXxlGD7nGXkdiTfLuS7x3NU9r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNt9bmAdpioLPfoqhAuTs7oIxqCrmvOu { top:2.3125rem;left:3.28125rem;width:41.1875rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG0VIll4BsdtSLiPfbgKMRsORmp8pJ7m { top:48.3125rem;left:3.0625rem;width:41.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0VdcNEWP0PPThQmdWcBiORZcKT6UOqr { display:none; }#i0VdcNEWP0PPThQmdWcBiORZcKT6UOqr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xCMMCvfADC9J4BXbfHXtwT1gly9CsS18 { top:0.8125rem;left:0rem;width:17.9375rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXtPrxCwVlfudFReEoypbCD4BL4BQKVq { top:6.8125rem;left:0rem;width:18.125rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5wzkLhK6Q0Iua52v73PUkEgX4AAFfo4 { display:block; }#c5wzkLhK6Q0Iua52v73PUkEgX4AAFfo4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tdcx8Qk1paZmo2y2lkNGelXtnTmbH8QF { top:9.4375rem;left:20.75rem;width:27rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm5QmElFETvOr0ZeFDF6Hhzt4VDxNKzh { width:25.9375rem;height:2.75rem;top:14.5rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks8f3LZGGWy7PfHDML5xLBpWwSoWLgdk { display:block; }
 }@media only screen and (max-width: 763px) { #VhilTQTB9Riqd8oHMzV6DCfbhxTyzSgy { top:0.8125rem;left:0rem;width:24.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAoAFhWsP4HfZk2xgh5fKVG3GpouauH4 { display:block; }#PAoAFhWsP4HfZk2xgh5fKVG3GpouauH4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJrAXBCORl3kzVlPEr060Xb5WeBw760t { display:block; }#RJrAXBCORl3kzVlPEr060Xb5WeBw760t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHToriwhqTfNmqaRMDzN929HxdlXrHP8 { top:2.5rem;left:16.5rem;width:31.25rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ioJECnHxRZ1lNetmUfVIRyk6P7w3Ih { top:5.8125rem;left:18.5625rem;width:29.1875rem;height:38.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKrR0vIREnrGBte543L7SfVWToP8t4xA { display:block; }#UKrR0vIREnrGBte543L7SfVWToP8t4xA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDQLF3XUJskOxh40562hipPgu27oHbno { display:block; }#EDQLF3XUJskOxh40562hipPgu27oHbno > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MXyE6fqNcvhiCLlVvU6wg2J5eNluUtiN { top:1.5625rem;left:5.0625rem;width:37.625rem;height:6.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwNlk360BefARhqW241Xe8P8U0mDRnOp { display:block; }#zwNlk360BefARhqW241Xe8P8U0mDRnOp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwJN8qFHkLNUPMoT6iETTfJ08hPnPOUB { top:4.9375rem;left:0rem;width:17.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #on3lXfDcqWGDHFQEI6TaMd0XaTM5tXRg { top:5rem;left:14.0625rem;width:17.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLnAALba2qXleWM8MZJKPLPWOVB07ZsN { top:5rem;left:29.875rem;width:17.6875rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLpuaMT1C40EoSXzbLb0OdbTTqgOP55h { top:15.75rem;left:0rem;width:17.6875rem;height:15.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OieBcIPWKTDriCl6uHUEmZbTqDDO0k5T { top:2.1875rem;left:0rem;width:17.6875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsPVEf3CCIHq2oCitR4p8NwxDiigrRu0 { top:2.25rem;left:13.875rem;width:17.6875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCzeupNTc7G2C9ttxgbqMBUNxaHGCBzP { top:2.25rem;left:29.75rem;width:17.6875rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Petkuw9l6OEoODs7yyFUzfkUlURnaMgA { top:2.375rem;left:0rem;width:16.8125rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH6MUVpLKU1SHR36ipa0mMabLDalTu8I { top:2.25rem;left:15rem;width:16.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfrehVPEFBpEQUIv4QKSx3kca09B45UK { top:15.9375rem;left:12.125rem;width:19.625rem;height:14.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIs5eUga4mxq4iAUXTXIlQb8NvC412WC { top:2.5rem;left:28.125rem;width:19.5rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPcEJx2r4vzBsqGtVxFFruWxv6dPEGXc { top:16.25rem;left:29.875rem;width:17.75rem;height:14.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkovCEOrV5ur8uHQugqzhMzGCTh6UwGl { width:25.9375rem;height:3.1875rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqFIBGuS2oxXdlZav7o8XgFovXwXcw2u { display:block; }
 }@media only screen and (max-width: 763px) { #nNSkfaIABVXHyMrXSa0lBhovtLOd3Fyv { display:block; }#nNSkfaIABVXHyMrXSa0lBhovtLOd3Fyv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFGpGaw9u9pOKFixcTtTaOSvTJHCFBdw { width:25.9375rem;height:3.1875rem;top:18.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUFOLZ3MdMDgSXWf2L14StnFVA7CtfiR { display:block; }
 }@media only screen and (max-width: 763px) { #k89z6Nb9sH2TbX35yEebPEHz9pQt1lec { top:3.1875rem;left:0rem;width:23.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQSI5dvuO5dbbSLvA6xr6oRAMZPmcFWg { top:3.1875rem;left:8.5rem;width:23.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz1eKTNcDiqSn49mNE1N53No5tz2K160 { top:3.1875rem;left:24.375rem;width:23.25rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHpLkDJNNczDNWuiAplUyXs2TZoTmCXV { display:block; }#eHpLkDJNNczDNWuiAplUyXs2TZoTmCXV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXiE1EOBbH7KTOOzycEKJbhHz0n9rR0z { top:5.625rem;left:0rem;width:24.5rem;height:4.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcURmJQoCEO0uzvL1mgC6XQqTnrmwO5V { top:13.5625rem;left:15.561920166016rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzAwohnIm0Hvm99KKMMwmzCgMAB8aAS8 { top:13.75rem;left:0rem;width:15.125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzDaRb2k8sbeZQTeIkXZSvWDV0rABFvK { top:19rem;left:15.624855041504rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOZw9dPTmqwpcS7Q90ONa5RJv8Ihmbad { top:18.375rem;left:0rem;width:23.625rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKekS4QNMicvEtCyBVvnHnp4SOkQTP5W { top:4.8125rem;left:9rem;width:38.6875rem;height:21.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #k61CxgJISfE6Ly0bN6X6gWa0SqazWs7T { top:3.875rem;left:7.875rem;width:39.875rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJVclqrNf4k6U28PcBtUGBGdvRuDZ3GC { display:block; }#mJVclqrNf4k6U28PcBtUGBGdvRuDZ3GC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NR9MNBXs2ZZaM3anMvXDCE8ow6wQB8tL { top:2.75rem;left:10.1875rem;width:37.5625rem;height:5.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGhzhRO1CuRU4kADyV4VXDdlCi9SXLTM { top:9.1875rem;left:14.1875rem;width:33.5625rem;height:21.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCSxAVVqSSvAisuElGLbKLTWLbLvFXym { top:32.625rem;left:23.875rem;width:23.125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCsgDt5KoLHECRHXzEAtMMcKJ2JhDRyl { top:33.1875rem;left:28.125rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRdMshPbVTZhRSXzzKd2oOu6Qd0QWcsW { top:35.25rem;left:27.125rem;width:14.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L18OkHclZnmMXWmto3Of4WyTLPiqg6nB { width:23.4375rem;height:3.125rem;top:38.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEfiHcAks06MCRNmg9SLkK58mw1L31OD { display:block; }
 }@media only screen and (max-width: 763px) { #uABadAcXrdmoyVP7nb4v6qMkitSCHAU1 { top:9rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK9Zs7AloDyIXJkJtRemZUF33Q9WOaKB { top:11.25rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOsTXd8ysLEThZ0llCd7SOMOR0Sb1FCp { top:14rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKz2MuzKM20wWUozS1OgF5mugwgc89ns { top:18.5625rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRnl3a8UFxdgSpSnNDrrTwTxvemsDPbi { top:21.375rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uklh7vPFTBnNJ7u16AQnrdQgw1h6viko { top:23.875rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETz43Tta5GLNqzlS6mcTPXKQDwe6cKl { top:26.25rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfodxD0HZqFu8z32VMui7eP1J1LoLyhl { top:29.0625rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo5qmRlZPNOB6owAmFplQpNak7TgzhZq { top:5.9375rem;left:0rem;width:30.875rem;height:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnC7HNAphJWLcq2sSWCm5MG9Xq6DZGge { display:block; }#dnC7HNAphJWLcq2sSWCm5MG9Xq6DZGge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6475p9MwFF4XKe89rLwBeSqS0ad27Tr { top:0.8125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwmIoxZqmP9lJtKcH7kCtgRXMNv28mdg { top:27.125rem;left:36.160717010498rem;width:1rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sy29PvrEUyyIlAphG0HInfxPX3uCb2DW { top:5.75rem;left:0rem;width:27.25rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgNFi64IazsFTreiZi3KZWSAsJTRRJqq { top:13rem;left:17.875rem;width:29.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMrL9ws8eGeoGm1bAccW9vhOrkyuWPsb { top:17.0625rem;left:17.8125rem;width:29.8125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHmwfdt7i39B9eF1gyCnBlvSCEq8vDgz { top:21.0625rem;left:17.8125rem;width:29.8125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IddZX9MvL0wN4SFd1LHdUT7lI4cEhTKZ { top:13.5rem;left:27.687206268311rem;width:8.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1bG7HWqNFiPW1L39rn3d21tI6XAgA3k { top:15rem;left:27.687206268311rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sok6dfEXIAUJTJ7TibHbCkkZWVNMMmT7 { top:14.25rem;left:25.249416351318rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fR40n77qtXwts1VaWh3mTJWbOIMzQT1f { top:17.5625rem;left:27.312496185302rem;width:8.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4UeorgHcuBK3zKTH1KTCyy99mKnID9X { top:18.9375rem;left:27.312496185302rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfTBN47fPI9eV01b4k6eR6XZyv7wxkVQ { top:18.25rem;left:25.249416351318rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXkMsLu2BitefiS7TTGrKzkdeAQXRCea { top:22.5rem;left:27.312496185302rem;width:8.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPfg5pNS1sOsDwe4x7Q2rAX55JyRwnDi { top:23.75rem;left:27.374706268311rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrbyho0UUSzxCJXAmMTTzZiKvSd1iGOn { top:23.25rem;left:25.187206268311rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNFeynDc8XOqnER0kGHQ42WfLApGEoQz { top:13.75rem;left:32.875rem;width:14.875rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxMPvRNy1RVG4pUTXqKT1w66L5lcCuyU { top:17.8125rem;left:33.125rem;width:14.625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbQGteRDNrzeFVts7kIuhTkbnMzKW0rG { top:22.8125rem;left:30.5rem;width:17.25rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhWnUB8H7pAcr6bEkFXeTUX4aECS55OD { display:block; }#PhWnUB8H7pAcr6bEkFXeTUX4aECS55OD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1u68fcHvkIDIi95nMTuCOeQG3OK0sSo { top:31.9375rem;left:0.0625rem;width:14.875rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHR2NiVbfRSiDu2awhAbVnuWsx8XxRZD { top:34.875rem;left:1.8125rem;width:11.375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbPkJDMRvXdFZqoPkrcmaQ4nOzl0aXm1 { width:15.1875rem;height:3.3125rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT9d47h9mNrOAIKJetAPmMS5Pn0bMTHB { display:block; }
 }@media only screen and (max-width: 763px) { #Z7UOTkQtpvHkI2SO1fKS6xmzQXevfk3S { top:40.5rem;left:2.1875rem;width:10.6875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggeMug9t9suwa52GwFzHzPyz0OhqSuLq { top:11rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTVVNNviiEGAHG7fUvknEHJQPF4dNDw6 { top:14rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w10UZr4dBdQgkUQcU74JNH069ZgLSdCE { top:20.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U428hxlyiLOiAvWWp7ixIWMJwWq2hxxR { top:16.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oStwTVlOZcG0pfyybzxyGazHdPEtySKV { top:31.9375rem;left:32.25rem;width:14.625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdsVpU2N2q1MAcuKDZUopJW0ItDPU5Ob { width:15.1875rem;height:3.3125rem;top:36.6875rem;left:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzaLyvarvWw4xDz1Kk8keXMI1MWbCJWo { display:block; }
 }@media only screen and (max-width: 763px) { #PgiAOakPMF0h8StmNAMTd9SsIKyCaeRi { top:40.5rem;left:35.0625rem;width:10.6875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUIlXVGXqgalyGtnisaGTdbMfKlSSqTu { top:34.8125rem;left:33.375rem;width:12.375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXBUpPghilkapzshe6CQO7fppQJKOrho { top:3rem;left:0rem;width:30rem;height:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDPQdEJ5UqnywFB6eS1acHIvZZOTZ4Up { top:4.5625rem;left:0rem;width:8.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaJxdXr6RIlnAvcyhmJUThaJqhCml3Qb { top:6.4375rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBElgkx4DWGuWMTKpVIqbH6iqwvkrHun { top:4.8125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0EMltHKfcZRPTQqrcAaIWr00EfuMTdM { top:3rem;left:17.625rem;width:30rem;height:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9AATZJrDxMODPeK5oEEUfDPoKq9HCzO { top:4.9375rem;left:26.0625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSulqg9QRVASOeMwC4txItov8QIxc75C { top:4.5625rem;left:29.5625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8ZHAZqza7vd9IovlJdbKvFTVbsZqveu { top:6.375rem;left:29.5625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4O7fkm1HFkgkw1tqeaQAH1uEqS7oTXF { top:27.125rem;left:36.160717010498rem;width:1rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qGIxAkO5Ka0BfmxxqdADqJOI2rg9MS8Z { top:24.0625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECzk3NOrsllqDpGbCkvTU3l53Sxlr0oJ { top:10.875rem;left:0rem;width:8.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWPzy0HGW36VpHiTP0a7F43kvR7EFs77 { top:13.6875rem;left:0rem;width:16rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc9TCkVE5scdSCmsQJpUERDkBCbXhH7T { top:15.875rem;left:0rem;width:24.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpmGqCBNtsUIkM8raXtd4OvTSp9bmefb { top:19.375rem;left:0rem;width:26.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymcFIAlhmUBg8TeM7T1kKCzm9U6ilcNa { top:23.3125rem;left:0rem;width:25.0625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbeGC3OZSFqfcPlakZD4TvN8CU7BMaky { top:11.0625rem;left:26.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXEmMC4nFlZ5iwrG57TrgQw1sS0P2kTM { top:14rem;left:26.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xxsvq8Lq4iN5NbdwBU1vh2EEOoLLwDID { top:20.125rem;left:26.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzqwTyHyXlLdnNFHAOaq2kKfLZV6ZmBD { top:10.875rem;left:28.0625rem;width:18.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KI9wxFA2NAk7o4JGb7ueiWfyx66niqQ0 { top:23.3125rem;left:26.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKep9mmkQsHrCtClgRyq7g6g4EJrp6i8 { top:26.9375rem;left:26.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTlLSypUZcE9RAvhzTRD0NcXuhswK2d1 { top:26.25rem;left:22.5rem;width:25.25rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z91OQMGa0hzZMztWxr0zkxgwaU7mLAQz { top:22.625rem;left:23.5rem;width:24.25rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAxrgDJkaeE4BBJtk3UwUJWTsOx3UMd4 { top:20rem;left:27.9375rem;width:19rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8NqPMzC8qLVZav0L48SzrowvgtKpWI5 { top:16.5625rem;left:22.75rem;width:25rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIbBsI8iEEuhRwlnGAL54zyZxWZbSwm6 { top:13.25rem;left:23.4375rem;width:24.3125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgFcsn2hxGoQcd75a2aSIqqQH4ur7XcJ { top:17.5625rem;left:26.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxkPFtHIVXfkuuCc8hp6QqNsqV3l4CIR { top:0rem;left:5.625rem;width:16.625rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #McIoBgv8JBWAdLu8dcgXVy2mHv4zvZKN { top:8.4375rem;left:11.373046875rem;width:6.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObcPxmGTlgk0swdP9Hu5Ky8OwgTgdMAb { top:0rem;left:31.125rem;width:16.5rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtpdxhTVvPAD36oJ39W0nmB97fs9RT17 { top:8.4375rem;left:41.3125rem;width:6.4375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqPhPuzHVysX5MzRQxktKWQQFX3S37Bs { display:block; }#CqPhPuzHVysX5MzRQxktKWQQFX3S37Bs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmmPVer3G278QTufJDyU5lC8DuGEIFgt { top:59rem;left:15.5rem;width:17.25rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPN6y3ZBiSXp8fLZmb1W8guZciA1tJuL { top:20.1875rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBQNq2LC84HQ0aEBOwSCuDmprUQJ6tXI { top:11.8125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEdXpyd6GQvJLnsD24MGPiCVM5JHChwL { top:13.5625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQszw5r0vGUmEOqIQAMLViloRQnSUt9M { top:18.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieRffvGIrndJoCR67S0EJm3iuWIw3vDQ { top:22.375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmcBevGsfBBtWwC9CoHJsDvbgByAyDyS { top:25.125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXpa2ZxUWN5U0SwNq0N6dMJlKAgbnc8m { top:28.3125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFiUTuCwFvARlfxAlBKuJVrdfTHEDkza { top:32.625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB5UaFo1Ocom7z6EAGEz1vCSynGXg8d4 { top:62rem;left:16.3125rem;width:15.6875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTQIP3iPVZ4ZNUeDZHmXuIuBZWzUcTHP { width:15.1875rem;height:3.3125rem;top:63.6875rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URswTTB24ZUKN5UuRND22Sl1KwFmpaEr { display:block; }
 }@media only screen and (max-width: 763px) { #Oh7o85Ldh1bZVS76awUHxUHpgfb5cCIE { top:67.3125rem;left:18.8125rem;width:10.6875rem;height:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypM1q8TCJXMhDArLtUCz7rFEcyuH8dhy { top:5.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #scu1h6ONK3UFZ8H9Emk3gwSMmSmdShrN { top:4.875rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL2ZlkwPEsRSna5hCTbH9qQUep0CTSqO { top:6.5rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twq2QVCbu25tCK30zEEFGdE98wiFp60m { top:27.125rem;left:36.160717010498rem;width:1rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kWdl4Hztfrc3T7MMkebMlM66G21xIF0U { top:35.0625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOHK4ekXPCEuIF9KkLQWPSXgJeKa9Ciu { top:37.0625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ6o9QWT07qo4bfD4UUt2LFlyDvVtH88 { top:39.3125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eX7cgb9HhMPN9kFwT8Bk6Hp1ZutF9zB3 { top:46.0625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ4tmcWV81UCJFFXKEvPhZLEbHQUtXtH { top:42.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qARQWBsTiiOacDiQerOWS6yMSLPmcXbH { top:49rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIahUE9W41U7V1vmOwodoTpMpUcGCbmH { top:51.625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIypOKhaBFGMtspytki1FWW7I22OB5He { top:54.0625rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyhD4IwgfTJt2UOlzWzlGt8a96lOWNNk { top:56.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkzWsxrTfiJe9328PhJMJd8QtPuozd6s { top:11.6875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNBVULg6uFqWuwVug5WsQQ0A1Qu7sM0n { top:15.625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui1tMaLIOht3pNsziFJhQgK7T1c0TW6n { top:18rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sn2SfW8nu7dm04oEcdwZgilHA2hrtBSC { top:30.75rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA7Wz0xEHAqtm6A1vqM6iEUwPCoo4A0D { top:20.0625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo37uECv6l1frW6T1WHceubP1A8OiTr7 { top:22.25rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuHaDF6TliTxXiGf4xUHdF4eiN3O1UXq { top:24.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMLibk5mZpIr0IoIQqRMW2xaxyMUaKaV { top:28.25rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci64dkscI2zTHWqzVnFLabDFbfvaZmMB { top:30.625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWk9U45g9syZT2OWZ8Va4uWOKoE7eDCx { top:32.5rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBMzUGJKqxL6kI1rvTheBXFHnO3oiqAN { top:34.9375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqkFFssKkRsE1b1ekTom1Ps8e5nwJtTT { top:37rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dh0mtgqDBKnDdZeguACpX316xd0aUiUx { top:39.1875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt0p7dgnSkZitgCWliTg1Rqdg0AcVbob { top:42.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqD3m723NgZWEMunz8pLtaeTtdK0avPT { top:45.75rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz66B1R8wfhc2N1m80geawpr0uPW5Fz9 { top:48.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui94RlKTRGX6BieiZC2JM9PlKaKe23Or { top:51.5rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGTT4JDFP9wi84NZ1Tr6qUBg4D8W6Rw8 { top:53.9375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7Da9smX1h8TWEBvHXq8zGrkJuwN8F4s { top:56.3125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1Z1yhPtOTAyxJG90SLONhaCRCcTyq3B { top:13.5rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRbLiGglsHFkBLHFId8OrCa9Z7xl2Gfd { top:15.75rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB56RRLW48R76nLzmzTueCvZiuaulODQ { top:3rem;left:0rem;width:47.25rem;height:67.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnHQK1VsLTyeIR6ISTJkEJ41BbMJtJ9T { top:11.8125rem;left:33.375rem;width:11.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgeTKncD1RVkWc8OzJwSz1yecHTePvFd { top:0rem;left:19.8125rem;width:22.6875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW54y04PM3TT5UQqOn4vhuH0eRdLvk5S { display:block; }#sW54y04PM3TT5UQqOn4vhuH0eRdLvk5S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APlk9zSFQLQfGizSu2uI5s09aTFs36gn { display:block; }#APlk9zSFQLQfGizSu2uI5s09aTFs36gn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yaaCnbtIgqh697NGgU9PWWn3OOvREzFy { top:1.8125rem;left:2.625rem;width:13.4375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDFu2pB79gT56zXAMcG45HSBTqgMH68J { top:4.0625rem;left:7.8125rem;width:39.9375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iB4X8ikdw47WFuab0qx09h0yWWdH7vRb { top:7.375rem;left:17.6875rem;width:27.0625rem;height:5.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4Grl5Vsg0U21HAB1x8B8778iCGmp4hS { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zn3nQWnloRWHRHTyXH2Mp3tAxJAgMudq { top:9.5625rem;left:0rem;width:16.9375rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tuyXxNX1PCpoowS72SVnDOla2ovTKb9G { top:49.5rem;left:36.375rem;width:11.375rem;height:7.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVJyWTz5eGPoLsC9DaOgmrlHozOiOy6S { display:block; }#tVJyWTz5eGPoLsC9DaOgmrlHozOiOy6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9AOxTmsOCZhoJKaFQ1ZdXekW8b1dvl2 { display:block; }#I9AOxTmsOCZhoJKaFQ1ZdXekW8b1dvl2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4mRfZCubtZVyC8OSDUFNhk0B8AJBXJl { top:1.3125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRkspqspb20OnLIXQV3pPuXRhh68r3NT { top:4.25rem;left:0rem;width:17.4375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtvnruX86hUWyXUnPzEXK90Kpfc3pGcQ { top:4.25rem;left:15.125rem;width:17.4375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K29iM4Rps2QBifzqkJxLXQdOvZboTdEU { top:4.25rem;left:30.3125rem;width:17.4375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObhWTUEWoRfiT1gxzZplpNXOS7mzTsxa { top:17.1875rem;left:0rem;width:14.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lql41HgAO38GqXltTK5fPVugFrvQBQhJ { top:17.1875rem;left:16.78125rem;width:14.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaCdbZU1RaZmaWxTXcMWv7UIEOdnd7RD { top:17.1875rem;left:33.5625rem;width:14.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6VqSoPEbSZrftlB9NB6HriQnwqi2T3r { display:block; }#z6VqSoPEbSZrftlB9NB6HriQnwqi2T3r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4CWOUv11o33O4JDbGguTQrP0Z9vTpMm { width:4.625rem;height:3.625rem;top:10.5625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUAWG8UVc8VvavLsBI5FosqKUxx69qbI { width:8rem;height:2.75rem;top:19.125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v22y2xEhf8dO70V7pwzA0T7q4a72wRPG { width:9.5rem;height:3.125rem;top:10.8125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyXU8Fd64oCaxxWtyh4al3mab1wBcdSy { width:6.1875rem;height:2.75rem;top:14.8125rem;left:40.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eidWGk9ZTngfDEnTRBsPuKGFmtOx9w7Q { width:8.3125rem;height:3.3125rem;top:18.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRuePBkxHqLmrgSMKmtORN5vNEgrxwL5 { width:10.3125rem;height:3rem;top:19rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgWtAUZ1OmrWgpKO5uSgCfRO3SL0JOAQ { width:7.0625rem;height:3.5625rem;top:10.25rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI5sxJPRO4yTAFAk8xa3OnrXv84sonUQ { width:7.3125rem;height:2.0625rem;top:15.1875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtbzviieNRlaw9vOVXrKHbl3aGGMKr7r { width:7.5rem;height:1.75rem;top:11.5rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5iVRDAQ2v7pOfi4w0o6cZkkPA8BmPHN { width:6.375rem;height:2.5rem;top:15.125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPeg3V2hl5oLR3GlS3IXXSdkporpRAcT { width:42.5625rem;height:1.75rem;top:5.9375rem;left:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev6CPHALWNNX5r8AQEe9mi19Rhyeu4e9 { width:47.5rem;height:24.5rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCt3hdZCGQ2rsJiQb7kKghqCMgMOzHOC { width:5.75rem;height:2.1875rem;top:15.125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwLxTlPLt8fdlyGxxQuZT1ysGSs6ZO4l { width:6.875rem;height:2.375rem;top:15rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtOORI1ifFvcwP5Wb1R0uioELBTIK2Qz { width:3.375rem;height:2.9375rem;top:19rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvZ32OMkINRqrtc5D8yK9QBUdByoXnEL { width:7.3125rem;height:1.5rem;top:19.75rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4mw8rqL9QTkxwilCzOJAApnANE8NL01 { width:9.8125rem;height:1.375rem;top:24.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTN9mIfIa9m9pKmOuahlFnKStf8Xdf3F { width:10.1875rem;height:1.5625rem;top:24.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNMDtB7U7PcWTnfPOZ9eV0OJLUpowFTC { width:7.5rem;height:2.5625rem;top:23.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCfmxM4qxaRuxu0bOPL5v7WXUyaIKQTw { width:11.25rem;height:2.125rem;top:23.8125rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5Qe0wUsGUFZGa0ToZM0TT0AwTUNJmOO { width:6.875rem;height:3rem;top:10.875rem;left:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3gcld8vPW32pfFWIvPRduPNaGlZqn7i { display:block; }#P3gcld8vPW32pfFWIvPRduPNaGlZqn7i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h9NbiWTTycoTqJvpZrEQa1gn0mWkgtHa { width:47.75rem;height:1.4375rem;top:3.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCrtQNxee6178ntsEMwONmHoKqC3G6Wn { width:3.125rem;height:3.125rem;top:3.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms9U4aTDsXeQcEBhmMOIOL6uW2wNhxkF { width:47.625rem;height:2.625rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsK1QV3vwEReBie3pnebJOKzSxV2Cr7B { display:block; }#vsK1QV3vwEReBie3pnebJOKzSxV2Cr7B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DrJlHLrIyNHg8lLKX3a7WrtTyxQSfLI6 { width:47.75rem;height:6.375rem;top:0.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZAJ7pgqclnoQSBpbK2cztnXT90D80A4 { width:47.75rem;height:8.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBlz6ycePreFpLiyAXN7JmRRiBt0hHfb { display:block; }#kBlz6ycePreFpLiyAXN7JmRRiBt0hHfb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JK3AhAUJVCR3pnZFycnyGtORasRUNZdv { width:47.75rem;height:1.4375rem;top:1.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBZRqOFDHLimfMRIcz4FgfT7vZAXBr2r { width:2.875rem;height:2.875rem;top:1.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qain3cW26IbQhndiBMVm7qDmEJamMSFp { width:47.625rem;height:2.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAoADvHfgxuP8lVntrBJ5TWcAQefMHX { display:block; }#FpAoADvHfgxuP8lVntrBJ5TWcAQefMHX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xX5enxsgpRUWu7X8W65nkzUBR6zLScVn { width:47.75rem;height:6.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amR25AilQCfPJrMtxUXsiu3CP7i7NvGJ { top:1.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU1kxU8oHS556xmN2SJBmuQUobP1TfDT { display:block; }#vU1kxU8oHS556xmN2SJBmuQUobP1TfDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cnMw8b0yAvgnPMRmQxSZdWDdftI22v6u { width:47.75rem;height:1.4375rem;top:1.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxLbfNv9WWvLTn3wVansAVZ97XhkmzGf { width:3.125rem;height:3.125rem;top:0.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXTJCx7lFlFytTrA2xVSfJlaoXrQRUlW { width:47.625rem;height:2.625rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtKWxdcOp098DywvcHkBE3lrTiuTBs2Q { display:block; }#dtKWxdcOp098DywvcHkBE3lrTiuTBs2Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WayfITCEBJmI2xbK9Kab2Hha9EIOgznT { width:47.75rem;height:3.1875rem;top:0.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZfZH54wAL91O7hDVvTJXiPSsVRXrVWv { width:47.75rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4qnmg4L6F82aCiqiLzOwmIJKa4LiIGI { display:block; }#T4qnmg4L6F82aCiqiLzOwmIJKa4LiIGI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axPOWXVqknPwfA8ru6NhtTTLBTquM5Ud { width:47.75rem;height:1.4375rem;top:2.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG2JyCghi5RB4xdXXbl6HszJkFmCp5xg { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLm2FxQrxZLxu4tT0Pbbb2MiJ5mBD5R5 { width:47.625rem;height:2.625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxPzq66aRal8xtPHMoSzwv2tT4bqJdtA { display:block; }#wxPzq66aRal8xtPHMoSzwv2tT4bqJdtA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiEVPHVy4mumP1TWwmaP5G7maqtyZlMX { width:47.75rem;height:6.375rem;top:0.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4Zt74BpHWLGkUlOMI2o0mqfDWnQpWKT { width:47.75rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4tGyzG2Rqwiy9tsvaqtFuTXMPQPIUp6 { display:block; }#m4tGyzG2Rqwiy9tsvaqtFuTXMPQPIUp6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HcmkpXZNHo898CVeteWT1baNHPISAPu4 { width:47.75rem;height:1.4375rem;top:2.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcU6rMzLSt3mkqAJZkak8L7kA9Zh1lQx { width:3.125rem;height:3.125rem;top:1.4375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSPxZiOHPKhv8cbHd40CRSxF9NES1RdO { width:47.625rem;height:3.0625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLfWFDDwtzMoh0ZQkKMZyE0SDbuRstOL { display:block; }#FLfWFDDwtzMoh0ZQkKMZyE0SDbuRstOL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsIaO4xw5syxwJaitmlQ8nFe1U4bXcJb { width:47.75rem;height:4.75rem;top:0.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su3UvTNM3M11tV7oRzOFNnTqdgM3rnDZ { width:47.75rem;height:6.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrByCDRBXGJK0CF5fi7aDCKwLhaGH0vq { display:block; }#zrByCDRBXGJK0CF5fi7aDCKwLhaGH0vq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKflEdspMmGf2QxPvzH2VqatBFG70BUE { width:47.75rem;height:1.4375rem;top:1.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPKGHqUgT1zTdV7eRDwUurtUEMKAAOEs { width:3.125rem;height:3.125rem;top:0.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AskLd300UFgTNo4RpTy8S1WsKxyPIfX9 { width:47.625rem;height:2.625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHrclHlNzuCO0Gp2mguAxWlbwdhkOGdz { display:block; }#AHrclHlNzuCO0Gp2mguAxWlbwdhkOGdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lry9hoMJ9TbHNHgKWWTKbfx9rk0MyEm6 { width:47.75rem;height:7.9375rem;top:0.9375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMdTEghtyq6mIlHHCTKQh5J5JSy76LIR { width:47.75rem;height:9.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNvTmXatbXlEieI2l9kkSkAFTpdCnUFx { display:block; }#wNvTmXatbXlEieI2l9kkSkAFTpdCnUFx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nv6CtPZ7NfTKpL1Z6oMlEdyBHWQkOOOP { top:7.75rem;left:12rem;width:23.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCkgJQUhetyTpCKrhig8IGCV366TwUuN { top:19.3125rem;left:18.375rem;width:13.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkTBCpR6ed3XiA7xLLzD8LJLl517uJzT { top:20.8125rem;left:18.375rem;width:12.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsJwq4MadzGvaDm9Ufdbm2hyT7W1VItL { top:19.25rem;left:16.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTDATSGSeUFPIDadTlPs5Jt2OzswMV0S { top:20.625rem;left:16.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpGyNp43d7OPJ8tL7XnB1cqpKZLCVff9 { top:1.3125rem;left:21.093753814698rem;width:5.5625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RChvMhvITlXQl8EI33VHT4LEmgs7LRs7 { top:26.5625rem;left:14.8125rem;width:18.125rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3N5y9Xy6gETr8uc0GUHKJrykLxDWPu2 { top:11.125rem;left:13.875rem;width:20.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ1pHhN1xrrSH9BrRVbIrKDNbSNMlziy { top:4.125rem;left:1.2763671875rem;width:45.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFKM4Z1hzxCxv9pUhNk5pfGzycqZ5NKU { width:23.75rem;height:3.4375rem;top:13.75rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIVfod5ULdJKy7xM0heC21y76zPVpe38 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IcLSICTknt83cJKTnUMro3MOzHbuFXuN { display:block; }#IcLSICTknt83cJKTnUMro3MOzHbuFXuN > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV { display:flex;width:18rem;height:5.0625rem;top:7.875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #p7nlQip48T07hTOQCd20ZB1cvRi4rBJz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #eb7c0VzvubB4QCuMyoTR2rUnGt1mFH7K {  }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #oSpzGr2QsAGFTOQTPeT8D26MDtdzXckp {  }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #xRgLTX8frT8rQt4h5NDUo15Ak41zJ3Na { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #JN8BpIMHdrNJf6NXnFfeG22OQTA5uuH4 {  }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #D1mtsgqIaDvr1ifDXVzka0BKFSmzDuOJ {  }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #OyRe0N8EEQxChfZXUIEXBGotTzg1BEx6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #MOOKutDIIO9l5twFgdrSM11C5GW5rCPf {  }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #FSAvpZrVGqTTEoNGg82ymwB3GqqWkJhg {  }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #soCgf28W2XCzy7JHRS7AxekPPcFVNtAq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #l6ZHnErTJg4DZsvpgaV3qRo52od8ZX9r {  }
 }@media only screen and (max-width: 763px) { #H2K3z1yQZ2UUQKIRGyTRPHCqRXKNNdpV #AJ7fPsJ1tLT9TXLQmxsyfXrhr4eVsp9p {  }
 }@media only screen and (max-width: 763px) { #dgzeQXDrne2UzlCGEe7gAgDgF2IKd7BR { position:relative;z-index:auto;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/2ef0806f-b37a-4da1-8432-c2f3866b9f03/CabealhoMobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#dgzeQXDrne2UzlCGEe7gAgDgF2IKd7BR.adaptive-delivery-prevent-bg, #dgzeQXDrne2UzlCGEe7gAgDgF2IKd7BR.lazyload, #dgzeQXDrne2UzlCGEe7gAgDgF2IKd7BR.lazyloading { background-image: none; }#dgzeQXDrne2UzlCGEe7gAgDgF2IKd7BR > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gn2vnMDa1kNBWc6kWOsmLb1oOTWbwIGT { width:17.4375rem;height:4.8726875rem;top:23.3125rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFSXsimEAIHEfLm9uIKpHRtVVcPdH1UH { width:16.375rem;height:3.6545125rem;top:28.875rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IbDOK26SD80uvf5gVX9QW7ccrfZRPLts { width:14.9375rem;height:1.21875rem;top:36.328125rem;left:3.5982146859169rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6ltcKbUGPwTHU7FQEOXmTo5MIxn1MLK { display:flex;width:1.5rem;height:1.5rem;top:34.375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #GOZBrWzmQcxQ2FNXF85Pbwzmk1ICw6L6 { display:flex;width:1.5rem;height:1.5rem;top:36.25rem;left:1.8125000596046rem; }
 }@media only screen and (max-width: 763px) { #HszHPHbxEvkON5LqTBf4rIx0vbLKLQ4I { width:16.875rem;height:2.4375rem;top:38.875rem;left:1.5625000596046rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LcQlofaIsmHBFJhBEwENNVNx7TXMlOFI { display:block; }
 }@media only screen and (max-width: 763px) { #ilercRWxBayrcmEQ7E0bJXnW1dByW0Sz { width:14.4994375rem;height:15.3746875rem;top:0.7494213581085rem;left:1.8120660781861rem;display:none; }
 }@media only screen and (max-width: 763px) { #AaopTv0quoRmXsEH49Qcn0nkCkpO1WRP { width:19.562375rem;height:12.1238125rem;top:12.672888755798rem;left:0.21701389551163rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xHdoD0KqXKEJoGVAMuii01fUBZcDT3f6 { width:11.75rem;height:1.137875rem;top:34.556640625rem;left:3.5976565480233rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO8wIk7qW3llB6NS8sArPsp9T9p17Boh { position:relative;z-index:auto;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/eb1daaee-3967-4f62-96fa-917c4da6cc36/MOBILEBGELE.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#dO8wIk7qW3llB6NS8sArPsp9T9p17Boh.adaptive-delivery-prevent-bg, #dO8wIk7qW3llB6NS8sArPsp9T9p17Boh.lazyload, #dO8wIk7qW3llB6NS8sArPsp9T9p17Boh.lazyloading { background-image: none; }#dO8wIk7qW3llB6NS8sArPsp9T9p17Boh > .row .container { width:20rem;height:54.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TvvSKG02iSzPBmcRdlCUJywchRnWTQtX { width:17.4375rem;height:4.875rem;top:25.75rem;left:1.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pVzGufLAodrcugosTsZEWeScKOlMahbK { width:16.375rem;height:8.53125rem;top:31.3125rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qNPZUOf1dzV1v6nU9PyEm68Lq1RtnAqs { width:14.9375rem;height:1.21875rem;top:42.375rem;left:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAxVdTrAyhKLG2BKZHPI47gemznP2ZTy { display:flex;width:1.5rem;height:1.5rem;top:40.4375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #Dknt0LqiE0C020SHne6UoyQzKmPfrfPF { display:flex;width:1.5rem;height:1.5rem;top:42.3125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #ZgigoenqLHtCGe8d6h34CpRwstMCBcWn { width:16.875rem;height:2.4375rem;top:44.9375rem;left:1.5625rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vzTevO0rOlA17p08iDSZ83IwXHWnTswe { display:block; }
 }@media only screen and (max-width: 763px) { #izFITfSunA9MqR9GpvcGacHZCxllURKb { width:14.4375rem;height:9rem;top:0.7494213581085rem;left:1.8120660781861rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQGHtt6CXRxgPHTkhdQy5WsQF6TOuTlN { width:11.125rem;height:6.9375rem;top:19.5625rem;left:4.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EV3o5yga26UlzZtAkwuJNFbtZz8ygQUM { width:11.75rem;height:1.13671875rem;top:40.625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqzHEI4xAMth62GXadaa0qVgmziOTzg5 { display:none; }#NqzHEI4xAMth62GXadaa0qVgmziOTzg5 > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vrtRwrNxPAn93NvQ3Vtpb5KAeRUZ4p2n { display:none; }#vrtRwrNxPAn93NvQ3Vtpb5KAeRUZ4p2n > .row .container { width:20rem;height:38.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Bn4M2CSe72u8p1bEmwqV0dpVTkRuduax { width:20rem;height:11.75rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHgGNVIUIVgw0IO0bpVxcDtLgEmOpX5V { width:15.2495625rem;height:1.3997375rem;top:17.234953761101rem;left:2.3741319179535rem;font-size:1.75rem;line-height:.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1xUzWEaUp2kySKKmqS7IU9P54fzDJDZ { width:18.0625rem;height:15.59375rem;top:21.374420166016rem;left:0.99971067905425rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #StgWMgiuNqLNUI6FKpC3NqptVT26Inx9 { width:19.8119375rem;height:1.21875rem;top:15.749132990837rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cq0185sElJ82r9KptDbq07LLBF8QV3sX { height:10.375rem;width:18.625rem;top:2.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJWhlIbqDhyNbyEimV3Fiqd5ZrpqameG { display:none; }#PJWhlIbqDhyNbyEimV3Fiqd5ZrpqameG > .row .container { width:20rem;height:40.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uy6qkG1Xoq1fobC2CB4TI6wL4oGDSlvR { width:17.625rem;height:16.56836875rem;top:24.059711456299rem;left:1.1875000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nu5CrBro2AO8O8utBstxwsaJpBHPF6tA { width:16.8125rem;height:3.65625rem;top:0.87779021263125rem;left:1.5937500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZadtAQxE8iHrpPTvpe3QkoqK3f7LE2MU { width:20rem;height:19.5256875rem;top:4.5340423583984rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx4mU8AtuyC1fdXhVTW9QcntX8apyhq4 { display:none; }#dx4mU8AtuyC1fdXhVTW9QcntX8apyhq4 > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o8CH6sWLKeqign2Naf4nWaTATfUce9Z5 { display:none; }#o8CH6sWLKeqign2Naf4nWaTATfUce9Z5 > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X2FDk2LQrbsyXNsxOoHeh6WPKnCMVBdy { width:13.75rem;height:3.09375rem;top:0.671875rem;left:3.1250000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwE7CrbdkdJtq0kynCV3ZiS1qlrfMxDE { display:none; }#lwE7CrbdkdJtq0kynCV3ZiS1qlrfMxDE > .row .container { width:20rem;height:77.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jbybb6yxJkyxNS8JGkSceMAgHDMNIlKr { width:11.4375rem;height:7.389625rem;top:29.381696224213rem;left:7.3750000596044rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tFFPRh29QZih54AIKxyDTxGz1M7Lphzk { width:11.0625rem;height:3.16699375rem;top:50.750003814698rem;left:7.3125000596044rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SKWlW4WK90Hgoq8WiJhoRiWJeu80C6zf { width:4.3125rem;height:2.599825rem;top:3.7589282989502rem;left:1.8750000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da2dp8kKXSoIIqLlEkVsVQ46eEvzBpU4 { width:18.25rem;height:8.3125rem;top:10.074776649475rem;left:0.76729911565781rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUINxPJcwJaTK9wQ2kKrPTI3AI8QdiEF { width:18.25rem;height:8.3125rem;top:19.43247795105rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8H6Mc2xWMQwkHmHJ20z1LMOld8gbwiz { width:11.3125rem;height:1.94921875rem;top:4.0853786468506rem;left:7.2232146859169rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVCS7IGByBgBJPTAU9rtWNbcbTkHQATc { width:11.125rem;height:5.84765625rem;top:11.413504600525rem;left:7.4107146859169rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9OxChW38bBoqHVgIJpHrpBzIVgLJN68 { width:11.25rem;height:6.82225rem;top:20.283482074737rem;left:7.2187505364419rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImLNRwZEG7Up77duqFE4JoPhU81Tq9il { width:18.1875rem;height:8.3125rem;top:28.820313453674rem;left:0.89229923486713rem;display:block; }
 }@media only screen and (max-width: 763px) { #S99Dk2TdXKsReTfUDEUn1HenPRobtxTq { width:11.5625rem;height:5.84765625rem;top:39.809710502624rem;left:7.3437500596044rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBDsXPSay3vRMeZUOzp8J52kAiRnLh5V { width:10.8125rem;height:5.84765625rem;top:58.966522216797rem;left:7.3750000596044rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCxdWDgvnmSBLCaTUKOiKGRruFtgd4mH { width:3.8125rem;height:2.599825rem;top:13.038504123688rem;left:2.1250000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybE40U7Bpkc9WeERmx4cFIP7JbxiiX7a { width:4.25rem;height:2.599825rem;top:22.396215438842rem;left:1.9062500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT85ogBJT4xs0pFrnOkvOMTRpaB2uTwZ { width:4.625rem;height:2.599825rem;top:31.776786804199rem;left:1.7187500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5IvuklWVCVF5nrUvfSsO5UHPUPcXUWr { width:18rem;height:8.3125rem;top:48.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT61lMooO2qTdBvrBWAHuKVFFo1EJVGD { width:17.875rem;height:8.3125rem;top:57.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKvXdF4tboC3BiQdyH63181Wc4CGvkSU { width:4.1875rem;height:2.599825rem;top:41.434153556824rem;left:1.9375000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLUtcdTWM6PFoUVccpyrtTOZNFQzEl8H { width:4.4375rem;height:2.599825rem;top:51.033483505249rem;left:1.8125000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPZw1NHgz4QTUgIHQelBdBeQOq7CSrIN { width:4.4375rem;height:2.599825rem;top:60.590961456299rem;left:1.8125000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8ZvaUXaQeKVDMOl3ELb5yDwU6N9nhXT { width:18.3125rem;height:8.3125rem;top:0.79799079895019rem;left:0.73604911565781rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV5bJ4keszDJLTcBTRkJEkVAsbcBlqX2 { width:18.125rem;height:8.3125rem;top:38.405694961548rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZEfRqQBiiLRmCp1Or9m9l5uQefdpVdO { width:17.875rem;height:8.3125rem;top:67.555702209475rem;left:0.96860539913175rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPOLTtxs91NIlV9H4FFgTSNkicfpAhwW { width:5.3747125rem;height:2.599825rem;top:70.504199981688rem;left:1.3433160781861rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUqmyflXTEpF3PzOBLOK78khHr39POnW { width:11.124875rem;height:4.87305rem;top:69.366321563719rem;left:7.5311057567594rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b33VKTJWoBtt6E9EXLfdKnroqGTTzUTF { display:none; }#b33VKTJWoBtt6E9EXLfdKnroqGTTzUTF > .row .container { width:20rem;height:3.185546875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EJLIMb8zMkvJS1MSZoBotBlfIN3eTdyW { width:17.6875rem;height:2.8125rem;top:0.37370300292969rem;left:1.1559606790543rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MerrJggL39oPLW19AWP26PTgr9BZZBgE { display:block; }
 }@media only screen and (max-width: 763px) { #nbOZmsNm2wHSvV8bIM5GpTHTx881VCSK { display:none; }#nbOZmsNm2wHSvV8bIM5GpTHTx881VCSK > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qgwE5TRvAKMDORXd2OSFDTS5MRkCT43b { display:none; }#qgwE5TRvAKMDORXd2OSFDTS5MRkCT43b > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lmPX9Hp32WlHblHxpXuBvETvwmXDJS10 { width:14.1875rem;height:30.21290625rem;top:11.1875rem;left:4.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tkxqrk3gFTSwnTM60KdNrKQa4q4m9ZQQ { width:17.1875rem;height:2.4375rem;top:43.812501907349rem;left:0.81250005960463rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #l6lU9lA70K6ADaFQLONloEWvUkOHQtVG { display:block; }
 }@media only screen and (max-width: 763px) { #I9gvQKouq2Efw4tFSJ1Q0DBAwytHrIx7 { display:flex;width:1.9375rem;height:1.9375rem;top:11.1875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #ERrx5pStr5n0tLkMCWc5IyEM9Q6TZ4Ef { display:flex;width:1.9375rem;height:1.9375rem;top:14rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #rKzegO5GTKu4XnBVm8xUsPfRBr56S2Iw { display:flex;width:1.9375rem;height:1.9375rem;top:17rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #C0whsda1oS3TyZViSUmL1vfqanG7vXQJ { display:flex;width:1.9375rem;height:1.9375rem;top:20.875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #elKLWr22NalMCbbIsnS1bUvAfCafpqcI { display:flex;width:1.9375rem;height:1.9375rem;top:25.9375rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #fxi3CRdLT33Io46JrSGBD23JzwD8lp06 { display:flex;width:1.9375rem;height:1.9375rem;top:31.6875rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #hgoMbLZIK9RU8xEKZvfP1E9XRG2mUmOE { display:flex;width:1.9375rem;height:1.9375rem;top:38.5rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #XU7ftbU4WN5CIuXJPfUVkH36TVg0hfH5 { width:16.125rem;height:3.65625rem;top:1.0624866485596rem;left:1.3750000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhVvnWC9iqHw4XkEBBvThvefHAOLFGLQ { width:14.125rem;height:1.94921875rem;top:8.25rem;left:1.75rem;font-size:0.75rem;text-align:left;text-align-last:left;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #xgwvtOA30JhDU69ZRWvfKWo5coMDXTHW { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f732e89-4362-4ac4-9a9e-06256ccf12f6/_V_M7555.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#xgwvtOA30JhDU69ZRWvfKWo5coMDXTHW.adaptive-delivery-prevent-bg, #xgwvtOA30JhDU69ZRWvfKWo5coMDXTHW.lazyload, #xgwvtOA30JhDU69ZRWvfKWo5coMDXTHW.lazyloading { background-image: none; }#xgwvtOA30JhDU69ZRWvfKWo5coMDXTHW > .row .container { width:20rem;height:36.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FzB2gwNoBFd5i9USiUpAATFdeMBXWo8L { width:17.75rem;height:4.875rem;top:0.62427663803101rem;left:1.0619213581085rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2tTzcghNlFVxUMezKbcg2Pomu6rPR6h { width:17.75rem;height:22.8125rem;top:10.624420166016rem;left:1.0619213581085rem;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(0,0,0,0), #2a2a2d);background-image: -moz-linear-gradient(360deg, rgba(0,0,0,0), #2a2a2d);background-image: -ms-linear-gradient(360deg, rgba(0,0,0,0), #2a2a2d);background-image: -o-linear-gradient(360deg, rgba(0,0,0,0), #2a2a2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2a2a2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2a2a2d' );";background-image: linear-gradient(360deg, rgba(0,0,0,0), #2a2a2d);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KdidVDN8elRshGzRrtI2Bdb3pM7mwfhM { width:13.5625rem;height:15.59375rem;top:14.061920166016rem;left:4.2498552799225rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fR6UIxNfEp7quia755B6aD7iVdiiLOXK { width:15.3125rem;height:3.65625rem;top:30.968025207519rem;left:2.343026638031rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiuGGALl2womQMXlaEbUJJzDNNFwF6gH { width:12.5rem;height:1.29980625rem;top:11.187210083007rem;left:3.6248552799225rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #khQsWpt7Lrl2lJwa5CrxduHtF3bmUOkZ { display:flex;width:2.0625rem;height:2.0625rem;top:14.374420166016rem;left:1.4373552799225rem; }
 }@media only screen and (max-width: 763px) { #o0NwykSvFs7uGd0b4qL8Vpxnv0OLXSI3 { display:flex;width:2.0625rem;height:2.0625rem;top:17.811920166016rem;left:1.4373552799225rem; }
 }@media only screen and (max-width: 763px) { #rClgi5UcKqJOgXTgnca3svETrmud7zTM { display:flex;width:2.0625rem;height:2.0625rem;top:20.874710083007rem;left:1.4373552799225rem; }
 }@media only screen and (max-width: 763px) { #Ozhc8XlJG5q4kT9Pkcs7JtTXySXJWffW { display:flex;width:2.0625rem;height:2.0625rem;top:24.187065124512rem;left:1.4373552799225rem; }
 }@media only screen and (max-width: 763px) { #beG5XmML9tSvW5T94PlV6c3T1nMP0eXg { width:19.99925rem;height:2.4375rem;top:6.5601859092713rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N9ZHFDWXNPzVO3iKRICDeT8Kb07EzZXc { display:none; }#N9ZHFDWXNPzVO3iKRICDeT8Kb07EzZXc > .row .container { width:20rem;height:68.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sHo0sJOgyI7HA1C8veamaZuZO2a0nAwb { width:17.625rem;height:62.875rem;top:2.1245651245117rem;left:1.3122106790543rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kqi1raEA4oD7KTuWtSc0o1xLs8MNe5Xy { width:12.5rem;height:2.5996125rem;top:2.6875rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppZSnRyJAsWCmoNAfftZFC2uGFAQw9IW { width:15.3125rem;height:5.27831875rem;top:5.5619411468506rem;left:2.3437500596046rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bKwvEEZWRTbQx0oJgoR5qRZQWfsSowHs { width:15.6875rem;height:54.56253125rem;top:11.750000953674rem;left:2.1562500596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZUGQWIQrtzuqbVRvn35dhTUgt12OlADZ { width:15.4375rem;height:23.25rem;top:68.8115234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WwVrU1OEZJxOExe8uPRu2kukMGn9D4Jy { display:none; }#WwVrU1OEZJxOExe8uPRu2kukMGn9D4Jy > .row .container { width:20rem;height:31.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X0heP7H4XwxeIzkcHpZQ328eW2eB05vT { width:17.5625rem;height:12.669925rem;top:11.937503814698rem;left:1.2187500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xT6OVrZNsqQ38b2ls6FusraK0HZ3J22o { width:15rem;height:3.8984375rem;top:27.08091545105rem;left:2.5000000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTHGacfHyKfU8xyPzre6w9yXUGHTQXpT { width:17.3125rem;height:1.94921875rem;top:7.068359375rem;left:1.34375rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CJ8tTiW0tZXsUSSKocvLKczMHCnS7KbC { width:20rem;height:14.4375rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdrh0lI0y2NXzazKwG5oxGTfNMhbTo9U { width:20rem;height:5rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNQvn7yclebz8VSoFmcKJAEChDZK2Tsk { width:20rem;height:9.1875rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgxhcXlQ3OKvTbACs5TTMTPWpG5loQU3 { width:19.0625rem;height:5.27831875rem;top:1.2451171875rem;left:0.46875rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zHo2mqzZXxlGD7nGXkdiTfLuS7x3NU9r { display:none; }#zHo2mqzZXxlGD7nGXkdiTfLuS7x3NU9r > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DNt9bmAdpioLPfoqhAuTs7oIxqCrmvOu { width:17.9375rem;height:0;top:0.8125rem;left:1.0312500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fG0VIll4BsdtSLiPfbgKMRsORmp8pJ7m { width:18.125rem;height:0;top:4.46875rem;left:0.93750005960463rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #i0VdcNEWP0PPThQmdWcBiORZcKT6UOqr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42be2bb2-4ceb-40ad-bdd7-981a80f72da4/07.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#i0VdcNEWP0PPThQmdWcBiORZcKT6UOqr.adaptive-delivery-prevent-bg, #i0VdcNEWP0PPThQmdWcBiORZcKT6UOqr.lazyload, #i0VdcNEWP0PPThQmdWcBiORZcKT6UOqr.lazyloading { background-image: none; }#i0VdcNEWP0PPThQmdWcBiORZcKT6UOqr > .row .container { width:20rem;height:6.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xCMMCvfADC9J4BXbfHXtwT1gly9CsS18 { width:17.9375rem;height:1.94986875rem;top:0.8125rem;left:1.0312500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXtPrxCwVlfudFReEoypbCD4BL4BQKVq { width:18.125rem;height:2.923825rem;top:3.4127616882324rem;left:0.93750005960463rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c5wzkLhK6Q0Iua52v73PUkEgX4AAFfo4 { display:none; }#c5wzkLhK6Q0Iua52v73PUkEgX4AAFfo4 > .row .container { width:20rem;height:20.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Tdcx8Qk1paZmo2y2lkNGelXtnTmbH8QF { width:16rem;height:2.4375rem;top:14.875000476837rem;left:2.0000000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xm5QmElFETvOr0ZeFDF6Hhzt4VDxNKzh { width:18rem;height:2.5rem;top:18.250000476837rem;left:1.0000000596046rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Ks8f3LZGGWy7PfHDML5xLBpWwSoWLgdk { display:block; }
 }@media only screen and (max-width: 763px) { #VhilTQTB9Riqd8oHMzV6DCfbhxTyzSgy { width:14.6875rem;height:14.875rem;top:0rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAoAFhWsP4HfZk2xgh5fKVG3GpouauH4 { display:none; }#PAoAFhWsP4HfZk2xgh5fKVG3GpouauH4 > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RJrAXBCORl3kzVlPEr060Xb5WeBw760t { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7c454837-a09f-4954-8d86-b316abaf4304/Prancheta8.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RJrAXBCORl3kzVlPEr060Xb5WeBw760t.adaptive-delivery-prevent-bg, #RJrAXBCORl3kzVlPEr060Xb5WeBw760t.lazyload, #RJrAXBCORl3kzVlPEr060Xb5WeBw760t.lazyloading { background-image: none; }#RJrAXBCORl3kzVlPEr060Xb5WeBw760t > .row .container { border-width: 0; border-radius: 0; }#RJrAXBCORl3kzVlPEr060Xb5WeBw760t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJrAXBCORl3kzVlPEr060Xb5WeBw760t > .row .container { width:20rem;height:60.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UHToriwhqTfNmqaRMDzN929HxdlXrHP8 { width:14.125rem;height:1.21875rem;top:19.687509536743rem;left:2.9375000596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3ioJECnHxRZ1lNetmUfVIRyk6P7w3Ih { width:18.5rem;height:37.7841875rem;top:21.792411804199rem;left:0.75000005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UKrR0vIREnrGBte543L7SfVWToP8t4xA { display:none; }#UKrR0vIREnrGBte543L7SfVWToP8t4xA > .row .container { width:20rem;height:0.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EDQLF3XUJskOxh40562hipPgu27oHbno { display:none; }#EDQLF3XUJskOxh40562hipPgu27oHbno > .row .container { width:20rem;height:5.8916015625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MXyE6fqNcvhiCLlVvU6wg2J5eNluUtiN { width:15.25rem;height:4.875rem;top:1.0166015625rem;left:2.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwNlk360BefARhqW241Xe8P8U0mDRnOp { display:none; }#zwNlk360BefARhqW241Xe8P8U0mDRnOp > .row .container { width:20rem;height:96.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vwJN8qFHkLNUPMoT6iETTfJ08hPnPOUB { width:17.7495625rem;height:9.8119375rem;top:4.1195020675659rem;left:1.1859085559845rem;display:block; }
 }@media only screen and (max-width: 763px) { #on3lXfDcqWGDHFQEI6TaMd0XaTM5tXRg { width:17.75rem;height:9.8125rem;top:34.312212944031rem;left:1.1873553991318rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLnAALba2qXleWM8MZJKPLPWOVB07ZsN { width:17.7495625rem;height:9.8119375rem;top:65.999568939206rem;left:1.1859085559845rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLpuaMT1C40EoSXzbLb0OdbTTqgOP55h { width:17.7495625rem;height:15.59375rem;top:14.213686943054rem;left:1.1248553991318rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OieBcIPWKTDriCl6uHUEmZbTqDDO0k5T { width:17.75rem;height:9.875rem;top:1.3744220733643rem;left:1.1248553991318rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsPVEf3CCIHq2oCitR4p8NwxDiigrRu0 { width:17.75rem;height:9.875rem;top:31.561923980713rem;left:1.1248553991318rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCzeupNTc7G2C9ttxgbqMBUNxaHGCBzP { width:17.75rem;height:9.875rem;top:63.249570846556rem;left:1.1248553991318rem;display:block; }
 }@media only screen and (max-width: 763px) { #Petkuw9l6OEoODs7yyFUzfkUlURnaMgA { width:14.875rem;height:2.5996125rem;top:1.4997119903564rem;left:2.5622107982636rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH6MUVpLKU1SHR36ipa0mMabLDalTu8I { width:17rem;height:2.5996125rem;top:31.624423980713rem;left:1.5619218349457rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfrehVPEFBpEQUIv4QKSx3kca09B45UK { width:17.75rem;height:16.568375rem;top:44.593173027039rem;left:1.1234085559845rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FIs5eUga4mxq4iAUXTXIlQb8NvC412WC { width:16.375rem;height:2.111325rem;top:63.56236076355rem;left:1.8745660781861rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPcEJx2r4vzBsqGtVxFFruWxv6dPEGXc { width:17.75rem;height:14.619125rem;top:76.123413085938rem;left:1.1234085559845rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GkovCEOrV5ur8uHQugqzhMzGCTh6UwGl { width:18.8744375rem;height:2.68735625rem;top:92.061637878419rem;left:0.56134259700775rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WqFIBGuS2oxXdlZav7o8XgFovXwXcw2u { display:block; }
 }@media only screen and (max-width: 763px) { #nNSkfaIABVXHyMrXSa0lBhovtLOd3Fyv { display:none; }#nNSkfaIABVXHyMrXSa0lBhovtLOd3Fyv > .row .container { width:20rem;height:47.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VFGpGaw9u9pOKFixcTtTaOSvTJHCFBdw { width:18.874rem;height:2.686525rem;top:42.6875rem;left:0.5615234375rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fUFOLZ3MdMDgSXWf2L14StnFVA7CtfiR { display:block; }
 }@media only screen and (max-width: 763px) { #k89z6Nb9sH2TbX35yEebPEHz9pQt1lec { height:11.236559139785rem;width:20rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQSI5dvuO5dbbSLvA6xr6oRAMZPmcFWg { height:11.236559139785rem;width:20rem;top:17.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz1eKTNcDiqSn49mNE1N53No5tz2K160 { height:11.236559139785rem;width:20rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHpLkDJNNczDNWuiAplUyXs2TZoTmCXV { display:none; }#eHpLkDJNNczDNWuiAplUyXs2TZoTmCXV > .row .container { width:20rem;height:25.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yXiE1EOBbH7KTOOzycEKJbhHz0n9rR0z { width:17.3125rem;height:2.4375rem;top:1.4375rem;left:1.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CcURmJQoCEO0uzvL1mgC6XQqTnrmwO5V { display:flex;width:1.25rem;height:1.25rem;top:4.625rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #fzAwohnIm0Hvm99KKMMwmzCgMAB8aAS8 { width:13.75rem;height:1.0556625rem;top:4.875rem;left:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzDaRb2k8sbeZQTeIkXZSvWDV0rABFvK { display:flex;width:1.499025rem;height:1.499025rem;top:7rem;left:1.34375rem; }
 }@media only screen and (max-width: 763px) { #SOZw9dPTmqwpcS7Q90ONa5RJv8Ihmbad { width:15.25rem;height:3.65625rem;top:7rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dKekS4QNMicvEtCyBVvnHnp4SOkQTP5W { width:19.99925rem;height:21.6869375rem;top:11.589989185333rem;left:0.0014467239379883rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #k61CxgJISfE6Ly0bN6X6gWa0SqazWs7T { width:20rem;height:10rem;top:11.650390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJVclqrNf4k6U28PcBtUGBGdvRuDZ3GC { display:none; }#mJVclqrNf4k6U28PcBtUGBGdvRuDZ3GC > .row .container { width:20rem;height:56.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NR9MNBXs2ZZaM3anMvXDCE8ow6wQB8tL { width:16.0625rem;height:4.125rem;top:14.61328125rem;left:1.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qGhzhRO1CuRU4kADyV4VXDdlCi9SXLTM { width:14.5rem;height:26.314475rem;top:20.3125rem;left:4.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mCSxAVVqSSvAisuElGLbKLTWLbLvFXym { width:18.1875rem;height:4.75rem;top:47.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCsgDt5KoLHECRHXzEAtMMcKJ2JhDRyl { width:11.0625rem;height:2.03125rem;top:48.5625rem;left:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRdMshPbVTZhRSXzzKd2oOu6Qd0QWcsW { width:14.5rem;height:1.29980625rem;top:50.5625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L18OkHclZnmMXWmto3Of4WyTLPiqg6nB { width:17.875rem;height:2.375rem;top:54rem;left:1.0625rem;font-size:0.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wEfiHcAks06MCRNmg9SLkK58mw1L31OD { display:block; }
 }@media only screen and (max-width: 763px) { #uABadAcXrdmoyVP7nb4v6qMkitSCHAU1 { display:flex;width:1.9375rem;height:1.9375rem;top:19.9375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #VK9Zs7AloDyIXJkJtRemZUF33Q9WOaKB { display:flex;width:1.9375rem;height:1.9375rem;top:22.1875rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #DOsTXd8ysLEThZ0llCd7SOMOR0Sb1FCp { display:flex;width:1.9375rem;height:1.9375rem;top:25.125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #rKz2MuzKM20wWUozS1OgF5mugwgc89ns { display:flex;width:1.9375rem;height:1.9375rem;top:31.0625rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #sRnl3a8UFxdgSpSnNDrrTwTxvemsDPbi { display:flex;width:1.9375rem;height:1.9375rem;top:34.875rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #Uklh7vPFTBnNJ7u16AQnrdQgw1h6viko { display:flex;width:1.9375rem;height:1.9375rem;top:37.75rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #SETz43Tta5GLNqzlS6mcTPXKQDwe6cKl { display:flex;width:1.9375rem;height:1.9375rem;top:40.6875rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #CfodxD0HZqFu8z32VMui7eP1J1LoLyhl { display:flex;width:1.9375rem;height:1.9375rem;top:43.8125rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #mo5qmRlZPNOB6owAmFplQpNak7TgzhZq { width:12.9375rem;height:13.0625rem;top:0.69921875rem;left:3.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnC7HNAphJWLcq2sSWCm5MG9Xq6DZGge { background-color:#000000;background-image:none;display:none; }#dnC7HNAphJWLcq2sSWCm5MG9Xq6DZGge > .row .container { width:20rem;height:32rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i6475p9MwFF4XKe89rLwBeSqS0ad27Tr { width:16.3125rem;height:6.09375rem;top:1.0000016348204rem;left:1.8437500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vwmIoxZqmP9lJtKcH7kCtgRXMNv28mdg { display:flex;width:1rem;height:1rem;top:136.0625rem;left:1.5rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #Sy29PvrEUyyIlAphG0HInfxPX3uCb2DW { width:20rem;height:22.5rem;top:8.4628181457519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgNFi64IazsFTreiZi3KZWSAsJTRRJqq { width:19.875rem;height:6.1875rem;top:13rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AMrL9ws8eGeoGm1bAccW9vhOrkyuWPsb { width:19.875rem;height:6.125rem;top:17.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHmwfdt7i39B9eF1gyCnBlvSCEq8vDgz { width:19.875rem;height:6.25rem;top:21.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IddZX9MvL0wN4SFd1LHdUT7lI4cEhTKZ { width:8.75rem;height:auto;top:13.5rem;left:5.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1bG7HWqNFiPW1L39rn3d21tI6XAgA3k { width:12.5rem;height:auto;top:15rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sok6dfEXIAUJTJ7TibHbCkkZWVNMMmT7 { width:1.75rem;height:1.75rem;top:14.25rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fR40n77qtXwts1VaWh3mTJWbOIMzQT1f { width:8.75rem;height:auto;top:17.5625rem;left:5.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4UeorgHcuBK3zKTH1KTCyy99mKnID9X { width:12.5rem;height:auto;top:18.9375rem;left:3.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JfTBN47fPI9eV01b4k6eR6XZyv7wxkVQ { width:1.75rem;height:1.75rem;top:18.25rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXkMsLu2BitefiS7TTGrKzkdeAQXRCea { width:8.75rem;height:auto;top:22.5rem;left:5.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPfg5pNS1sOsDwe4x7Q2rAX55JyRwnDi { width:12.5rem;height:auto;top:23.75rem;left:3.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mrbyho0UUSzxCJXAmMTTzZiKvSd1iGOn { width:1.75rem;height:1.75rem;top:23.25rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNFeynDc8XOqnER0kGHQ42WfLApGEoQz { width:14.875rem;height:auto;top:13.75rem;left:2.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yxMPvRNy1RVG4pUTXqKT1w66L5lcCuyU { width:14.625rem;height:auto;top:17.8125rem;left:2.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wbQGteRDNrzeFVts7kIuhTkbnMzKW0rG { width:17.25rem;height:auto;top:22.8125rem;left:1.375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PhWnUB8H7pAcr6bEkFXeTUX4aECS55OD { background-color:#000000;background-image:none;display:none; }#PhWnUB8H7pAcr6bEkFXeTUX4aECS55OD > .row .container { width:20rem;height:104.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K1u68fcHvkIDIi95nMTuCOeQG3OK0sSo { width:14.1875rem;height:2.4375rem;top:25.562355041504rem;left:2.9998555183411rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SHR2NiVbfRSiDu2awhAbVnuWsx8XxRZD { width:11.625rem;height:0.97511875rem;top:28.062355041504rem;left:4.2498552799225rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbPkJDMRvXdFZqoPkrcmaQ4nOzl0aXm1 { width:15.1875rem;height:3.3125rem;top:29.812210083007rem;left:2.4370660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT9d47h9mNrOAIKJetAPmMS5Pn0bMTHB { display:block; }
 }@media only screen and (max-width: 763px) { #Z7UOTkQtpvHkI2SO1fKS6xmzQXevfk3S { width:10.6875rem;height:0.8125rem;top:33.687355041504rem;left:4.6867768764496rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggeMug9t9suwa52GwFzHzPyz0OhqSuLq { display:flex;width:1rem;height:1rem;top:7.4995651245119rem;left:1.4995660781861rem; }
 }@media only screen and (max-width: 763px) { #lTVVNNviiEGAHG7fUvknEHJQPF4dNDw6 { display:flex;width:1rem;height:1rem;top:9.8122100830075rem;left:1.4995660781861rem; }
 }@media only screen and (max-width: 763px) { #w10UZr4dBdQgkUQcU74JNH069ZgLSdCE { display:flex;width:0.9997125rem;height:0.9997125rem;top:15.621673583984rem;left:1.5921585559845rem; }
 }@media only screen and (max-width: 763px) { #U428hxlyiLOiAvWWp7ixIWMJwWq2hxxR { display:flex;width:0.9995125rem;height:0.9995125rem;top:12.651473999024rem;left:1.4684607982636rem; }
 }@media only screen and (max-width: 763px) { #oStwTVlOZcG0pfyybzxyGazHdPEtySKV { width:11.9375rem;height:2.4375rem;top:70.061782836912rem;left:4.6867768764496rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdsVpU2N2q1MAcuKDZUopJW0ItDPU5Ob { width:15.1875rem;height:3.3125rem;top:74.874420166012rem;left:3.0620660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzaLyvarvWw4xDz1Kk8keXMI1MWbCJWo { display:block; }
 }@media only screen and (max-width: 763px) { #PgiAOakPMF0h8StmNAMTd9SsIKyCaeRi { width:10.6875rem;height:0.8125rem;top:78.749572753906rem;left:4.8748557567596rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUIlXVGXqgalyGtnisaGTdbMfKlSSqTu { width:12.3125rem;height:0.97511875rem;top:72.561782836912rem;left:4.4994213581085rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IXBUpPghilkapzshe6CQO7fppQJKOrho { width:18.8125rem;height:34.0625rem;top:1.1851806640625rem;left:0.62282991409302rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDPQdEJ5UqnywFB6eS1acHIvZZOTZ4Up { width:8.75rem;height:2.03125rem;top:2.1248550415039rem;left:7.4370658397675rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaJxdXr6RIlnAvcyhmJUThaJqhCml3Qb { width:11rem;height:2.03125rem;top:4.0620651245117rem;left:7.5622107982637rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBElgkx4DWGuWMTKpVIqbH6iqwvkrHun { display:flex;width:3.125rem;height:3.125rem;top:2.4373550415039rem;left:4.0617768764496rem; }
 }@media only screen and (max-width: 763px) { #N0EMltHKfcZRPTQqrcAaIWr00EfuMTdM { width:18.8125rem;height:43.875rem;top:36.496238708496rem;left:0.53096067905426rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9AATZJrDxMODPeK5oEEUfDPoKq9HCzO { display:flex;width:3.125rem;height:3.125rem;top:37.999420166016rem;left:2.1245660781861rem; }
 }@media only screen and (max-width: 763px) { #CSulqg9QRVASOeMwC4txItov8QIxc75C { width:12.5rem;height:2.03125rem;top:37.624710083007rem;left:5.6872107982636rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8ZHAZqza7vd9IovlJdbKvFTVbsZqveu { width:12.5rem;height:2.03125rem;top:39.436775207519rem;left:5.6872107982636rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4O7fkm1HFkgkw1tqeaQAH1uEqS7oTXF { display:flex;width:1rem;height:1rem;top:136.0625rem;left:1.5rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #qGIxAkO5Ka0BfmxxqdADqJOI2rg9MS8Z { display:flex;width:0.9995125rem;height:0.9995125rem;top:20.436485290528rem;left:1.5936052799225rem; }
 }@media only screen and (max-width: 763px) { #ECzk3NOrsllqDpGbCkvTU3l53Sxlr0oJ { width:8.8744375rem;height:1.21875rem;top:7.3896102905275rem;left:3.124276638031rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GWPzy0HGW36VpHiTP0a7F43kvR7EFs77 { width:15.999rem;height:1.21875rem;top:9.7029800415037rem;left:2.9998555183411rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hc9TCkVE5scdSCmsQJpUERDkBCbXhH7T { width:16.25rem;height:2.4375rem;top:11.932434082031rem;left:2.9369213581085rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zpmGqCBNtsUIkM8raXtd4OvTSp9bmefb { width:16.4375rem;height:3.65625rem;top:15.621673583984rem;left:2.9369213581085rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ymcFIAlhmUBg8TeM7T1kKCzm9U6ilcNa { width:16.374rem;height:3.65625rem;top:19.998840332031rem;left:2.9369213581085rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hbeGC3OZSFqfcPlakZD4TvN8CU7BMaky { display:flex;width:1rem;height:1rem;top:44.561920166016rem;left:0.8123552799225rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #RXEmMC4nFlZ5iwrG57TrgQw1sS0P2kTM { display:flex;width:1rem;height:1rem;top:47.124855041504rem;left:0.9056713581085rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #Xxsvq8Lq4iN5NbdwBU1vh2EEOoLLwDID { display:flex;width:1rem;height:1rem;top:51.499855041504rem;left:0.9056713581085rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #XzqwTyHyXlLdnNFHAOaq2kKfLZV6ZmBD { width:16.75rem;height:1.21875rem;top:43.843605041504rem;left:2.9998555183411rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KI9wxFA2NAk7o4JGb7ueiWfyx66niqQ0 { display:flex;width:1rem;height:1rem;top:56.311782836914rem;left:0.9056713581085rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #EKep9mmkQsHrCtClgRyq7g6g4EJrp6i8 { display:flex;width:1rem;height:1rem;top:65.061782836912rem;left:0.9056713581085rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #UTlLSypUZcE9RAvhzTRD0NcXuhswK2d1 { width:16.374rem;height:3.65625rem;top:63.733657836912rem;left:2.9998555183411rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z91OQMGa0hzZMztWxr0zkxgwaU7mLAQz { width:16.312rem;height:3.65625rem;top:59.093170166016rem;left:2.9998555183411rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XAxrgDJkaeE4BBJtk3UwUJWTsOx3UMd4 { width:15.4995rem;height:2.4375rem;top:55.593460083007rem;left:2.9998555183411rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S8NqPMzC8qLVZav0L48SzrowvgtKpWI5 { width:16.937rem;height:3.65625rem;top:50.718605041504rem;left:3.062789440155rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iIbBsI8iEEuhRwlnGAL54zyZxWZbSwm6 { width:15.749rem;height:3.65625rem;top:45.796730041504rem;left:2.9998555183411rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pgFcsn2hxGoQcd75a2aSIqqQH4ur7XcJ { display:flex;width:1rem;height:1rem;top:60.421295166016rem;left:0.9056713581085rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #ZxkPFtHIVXfkuuCc8hp6QqNsqV3l4CIR { width:16.625rem;height:9.75rem;top:81.74609375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #McIoBgv8JBWAdLu8dcgXVy2mHv4zvZKN { width:6.4375rem;height:1.7871125rem;top:90.21484375rem;left:7.435546875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObcPxmGTlgk0swdP9Hu5Ky8OwgTgdMAb { width:16.5rem;height:9.75rem;top:93.25195625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtpdxhTVvPAD36oJ39W0nmB97fs9RT17 { width:6.4375rem;height:1.7871125rem;top:101.72070625rem;left:8.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqPhPuzHVysX5MzRQxktKWQQFX3S37Bs { background-color:#000000;background-image:none;display:none; }#CqPhPuzHVysX5MzRQxktKWQQFX3S37Bs > .row .container { width:20rem;height:129.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lmmPVer3G278QTufJDyU5lC8DuGEIFgt { width:13.3125rem;height:2.4375rem;top:102.5rem;left:3.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPN6y3ZBiSXp8fLZmb1W8guZciA1tJuL { display:flex;width:0.9997125rem;height:0.9997125rem;top:15.99694442749rem;left:1.4995660781861rem; }
 }@media only screen and (max-width: 763px) { #JBQNq2LC84HQ0aEBOwSCuDmprUQJ6tXI { display:flex;width:0.9997125rem;height:0.9997125rem;top:7.5108699798581rem;left:1.4995660781861rem; }
 }@media only screen and (max-width: 763px) { #oEdXpyd6GQvJLnsD24MGPiCVM5JHChwL { display:flex;width:0.9997125rem;height:0.9997125rem;top:9.9196853637694rem;left:1.4995660781861rem; }
 }@media only screen and (max-width: 763px) { #lQszw5r0vGUmEOqIQAMLViloRQnSUt9M { display:flex;width:0.9995125rem;height:0.9995125rem;top:13.6865234375rem;left:1.49951171875rem; }
 }@media only screen and (max-width: 763px) { #ieRffvGIrndJoCR67S0EJm3iuWIw3vDQ { display:flex;width:0.9995125rem;height:0.9995125rem;top:19.65673828125rem;left:1.49951171875rem; }
 }@media only screen and (max-width: 763px) { #TmcBevGsfBBtWwC9CoHJsDvbgByAyDyS { display:flex;width:0.9995125rem;height:0.9995125rem;top:25.875rem;left:1.49951171875rem; }
 }@media only screen and (max-width: 763px) { #wXpa2ZxUWN5U0SwNq0N6dMJlKAgbnc8m { display:flex;width:0.9997125rem;height:0.9997125rem;top:32.0625rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #fFiUTuCwFvARlfxAlBKuJVrdfTHEDkza { display:flex;width:0.9995125rem;height:0.9995125rem;top:45.53125rem;left:1.49951171875rem; }
 }@media only screen and (max-width: 763px) { #XB5UaFo1Ocom7z6EAGEz1vCSynGXg8d4 { width:11.8125rem;height:0.97511875rem;top:105.125rem;left:4.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTQIP3iPVZ4ZNUeDZHmXuIuBZWzUcTHP { width:15.1875rem;height:3.3125rem;top:106.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #URswTTB24ZUKN5UuRND22Sl1KwFmpaEr { display:block; }
 }@media only screen and (max-width: 763px) { #Oh7o85Ldh1bZVS76awUHxUHpgfb5cCIE { width:10.6875rem;height:0.8125rem;top:110.75rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypM1q8TCJXMhDArLtUCz7rFEcyuH8dhy { display:flex;width:3.125rem;height:3.125rem;top:3.25rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #scu1h6ONK3UFZ8H9Emk3gwSMmSmdShrN { width:12.5rem;height:2.03125rem;top:2.875rem;left:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL2ZlkwPEsRSna5hCTbH9qQUep0CTSqO { width:12.5rem;height:2.03125rem;top:4.4375rem;left:6.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twq2QVCbu25tCK30zEEFGdE98wiFp60m { display:flex;width:1rem;height:1rem;top:136.0625rem;left:1.5rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #kWdl4Hztfrc3T7MMkebMlM66G21xIF0U { display:flex;width:0.9995125rem;height:0.9995125rem;top:49.09375rem;left:1.49951171875rem; }
 }@media only screen and (max-width: 763px) { #tOHK4ekXPCEuIF9KkLQWPSXgJeKa9Ciu { display:flex;width:0.9995125rem;height:0.9995125rem;top:59.24853515625rem;left:1.49951171875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #hJ6o9QWT07qo4bfD4UUt2LFlyDvVtH88 { display:flex;width:0.9995125rem;height:0.9995125rem;top:53.25rem;left:1.49951171875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #eX7cgb9HhMPN9kFwT8Bk6Hp1ZutF9zB3 { display:flex;width:0.9997125rem;height:0.9997125rem;top:65.6875rem;left:1.5rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #mQ4tmcWV81UCJFFXKEvPhZLEbHQUtXtH { display:flex;width:0.9995125rem;height:0.9995125rem;top:70.5rem;left:1.49951171875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #qARQWBsTiiOacDiQerOWS6yMSLPmcXbH { display:flex;width:0.9995125rem;height:0.9995125rem;top:76.812347412113rem;left:1.4988425374031rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #MIahUE9W41U7V1vmOwodoTpMpUcGCbmH { display:flex;width:0.9995125rem;height:0.9995125rem;top:82.499710083006rem;left:1.4988425374031rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #wIypOKhaBFGMtspytki1FWW7I22OB5He { display:flex;width:0.9995125rem;height:0.9995125rem;top:90.921875rem;left:1.49951171875rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #vyhD4IwgfTJt2UOlzWzlGt8a96lOWNNk { display:flex;width:0.9995125rem;height:0.9995125rem;top:93.218307495119rem;left:1.4988425374031rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #zkzWsxrTfiJe9328PhJMJd8QtPuozd6s { width:15.812375rem;height:1.21875rem;top:7.4023456573488rem;left:3.3123555183411rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CNBVULg6uFqWuwVug5WsQQ0A1Qu7sM0n { width:14.4371875rem;height:2.4375rem;top:9.8119220733644rem;left:3.3123555183411rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ui1tMaLIOht3pNsziFJhQgK7T1c0TW6n { width:15.9996875rem;height:2.4375rem;top:15.810186386108rem;left:3.3123555183411rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sn2SfW8nu7dm04oEcdwZgilHA2hrtBSC { display:flex;width:1rem;height:1rem;top:39.6875rem;left:1.5rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #LA7Wz0xEHAqtm6A1vqM6iEUwPCoo4A0D { width:16.0625rem;height:3.65625rem;top:18.9375rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uo37uECv6l1frW6T1WHceubP1A8OiTr7 { width:16.374rem;height:4.875rem;top:23.9375rem;left:3.6259765625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QuHaDF6TliTxXiGf4xUHdF4eiN3O1UXq { width:16.5rem;height:6.09375rem;top:31.0625rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GMLibk5mZpIr0IoIQqRMW2xaxyMUaKaV { width:13.749rem;height:4.875rem;top:38.5rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ci64dkscI2zTHWqzVnFLabDFbfvaZmMB { width:14.8125rem;height:2.4375rem;top:44.8125rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cWk9U45g9syZT2OWZ8Va4uWOKoE7eDCx { width:15.7494375rem;height:2.4375rem;top:48.375rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MBMzUGJKqxL6kI1rvTheBXFHnO3oiqAN { width:15.6871875rem;height:4.875rem;top:52rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lqkFFssKkRsE1b1ekTom1Ps8e5nwJtTT { width:16.124875rem;height:4.875rem;top:58.375rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dh0mtgqDBKnDdZeguACpX316xd0aUiUx { width:15.9375rem;height:3.65625rem;top:65.0625rem;left:3.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yt0p7dgnSkZitgCWliTg1Rqdg0AcVbob { width:16.0619375rem;height:6.09375rem;top:69.625rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qqD3m723NgZWEMunz8pLtaeTtdK0avPT { width:15.9996875rem;height:4.875rem;top:76.3125rem;left:3.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pz66B1R8wfhc2N1m80geawpr0uPW5Fz9 { width:16.25rem;height:7.3125rem;top:82.1875rem;left:3.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ui94RlKTRGX6BieiZC2JM9PlKaKe23Or { width:12.4370625rem;height:1.21875rem;top:90.8125rem;left:3.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fGTT4JDFP9wi84NZ1Tr6qUBg4D8W6Rw8 { width:14.999rem;height:2.4375rem;top:92.8125rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t7Da9smX1h8TWEBvHXq8zGrkJuwN8F4s { width:15.749rem;height:4.875rem;top:96.3125rem;left:3.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a1Z1yhPtOTAyxJG90SLONhaCRCcTyq3B { width:16.8125rem;height:2.4375rem;top:12.9677734375rem;left:3.1875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fRbLiGglsHFkBLHFId8OrCa9Z7xl2Gfd { display:flex;width:0.9375rem;height:0.9375rem;top:96.46875rem;left:1.5299478173256rem; }
 }@media only screen and (max-width: 763px) { #LB56RRLW48R76nLzmzTueCvZiuaulODQ { width:18.6875rem;height:112rem;top:0.9052734375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnHQK1VsLTyeIR6ISTJkEJ41BbMJtJ9T { width:11.9375rem;height:1.7871125rem;top:126.4677734375rem;left:5.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgeTKncD1RVkWc8OzJwSz1yecHTePvFd { width:20rem;height:11.790633608816rem;top:114.6552734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW54y04PM3TT5UQqOn4vhuH0eRdLvk5S { display:none; }#sW54y04PM3TT5UQqOn4vhuH0eRdLvk5S > .row .container { width:20rem;height:0.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #APlk9zSFQLQfGizSu2uI5s09aTFs36gn { display:none; }#APlk9zSFQLQfGizSu2uI5s09aTFs36gn > .row .container { width:20rem;height:19.3876953125rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yaaCnbtIgqh697NGgU9PWWn3OOvREzFy { width:14.9375rem;height:15rem;top:1.375rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDFu2pB79gT56zXAMcG45HSBTqgMH68J { width:20rem;height:0;top:17.84375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#6e8dcc;display:none; }
 }@media only screen and (max-width: 763px) { #iB4X8ikdw47WFuab0qx09h0yWWdH7vRb { width:20rem;height:0;top:24.34375rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #s4Grl5Vsg0U21HAB1x8B8778iCGmp4hS { top:0.74944210052488rem;left:5.9687500596046rem;width:8.0625rem;height:8.0625rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zn3nQWnloRWHRHTyXH2Mp3tAxJAgMudq { width:16.9375rem;height:2.923825rem;top:9.5625009536744rem;left:1.5312500596046rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15012;font-family:"montserrat 900";display:block; }
 }@media only screen and (max-width: 763px) { #tuyXxNX1PCpoowS72SVnDOla2ovTKb9G { width:18.25rem;height:5.84765625rem;top:13.575335502624rem;left:0.87500005960463rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15052;color:#000000;font-family:"montserrat 900";display:block; }
 }@media only screen and (max-width: 763px) { #tVJyWTz5eGPoLsC9DaOgmrlHozOiOy6S { display:none; }#tVJyWTz5eGPoLsC9DaOgmrlHozOiOy6S > .row .container { width:20rem;height:0.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I9AOxTmsOCZhoJKaFQ1ZdXekW8b1dvl2 { display:none; }#I9AOxTmsOCZhoJKaFQ1ZdXekW8b1dvl2 > .row .container { width:20rem;height:59.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n4mRfZCubtZVyC8OSDUFNhk0B8AJBXJl { width:16.0619375rem;height:4.875rem;top:1.4366316795349rem;left:1.9683160781861rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#6e8dcc;display:block; }
 }@media only screen and (max-width: 763px) { #RRkspqspb20OnLIXQV3pPuXRhh68r3NT { width:17.4375rem;height:12.9375rem;top:7.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtvnruX86hUWyXUnPzEXK90Kpfc3pGcQ { width:17.4375rem;height:12.9375rem;top:24.625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K29iM4Rps2QBifzqkJxLXQdOvZboTdEU { width:17.4375rem;height:12.9375rem;top:41.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObhWTUEWoRfiT1gxzZplpNXOS7mzTsxa { width:14.1875rem;height:2.5996125rem;top:20.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lql41HgAO38GqXltTK5fPVugFrvQBQhJ { width:14.1875rem;height:2.5996125rem;top:37.5625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaCdbZU1RaZmaWxTXcMWv7UIEOdnd7RD { width:14.1875rem;height:2.5996125rem;top:54.6875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6VqSoPEbSZrftlB9NB6HriQnwqi2T3r { display:none; }#z6VqSoPEbSZrftlB9NB6HriQnwqi2T3r > .row .container { width:20rem;height:52.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g4CWOUv11o33O4JDbGguTQrP0Z9vTpMm { width:4.75rem;height:3.75rem;top:22.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUAWG8UVc8VvavLsBI5FosqKUxx69qbI { width:8.9375rem;height:3.1875rem;top:27.4375rem;left:10.46875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #v22y2xEhf8dO70V7pwzA0T7q4a72wRPG { width:9rem;height:3.125rem;top:10.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyXU8Fd64oCaxxWtyh4al3mab1wBcdSy { width:6.5rem;height:3.0625rem;top:33.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eidWGk9ZTngfDEnTRBsPuKGFmtOx9w7Q { width:7.9375rem;height:3.375rem;top:22.25rem;left:10.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRuePBkxHqLmrgSMKmtORN5vNEgrxwL5 { width:9.125rem;height:2.6875rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgWtAUZ1OmrWgpKO5uSgCfRO3SL0JOAQ { width:6.375rem;height:3.375rem;top:10.3125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI5sxJPRO4yTAFAk8xa3OnrXv84sonUQ { width:7.375rem;height:2.1875rem;top:16.75rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtbzviieNRlaw9vOVXrKHbl3aGGMKr7r { width:7.375rem;height:1.75rem;top:5.4375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5iVRDAQ2v7pOfi4w0o6cZkkPA8BmPHN { width:5.625rem;height:2.1875rem;top:5.21875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPeg3V2hl5oLR3GlS3IXXSdkporpRAcT { width:20rem;height:1.44375rem;top:1.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev6CPHALWNNX5r8AQEe9mi19Rhyeu4e9 { width:19.75rem;height:24.5rem;top:4rem;left:0rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #UCt3hdZCGQ2rsJiQb7kKghqCMgMOzHOC { width:5.75rem;height:2.1875rem;top:39.09375rem;left:10.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwLxTlPLt8fdlyGxxQuZT1ysGSs6ZO4l { width:8.0625rem;height:2.6875rem;top:38.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtOORI1ifFvcwP5Wb1R0uioELBTIK2Qz { width:3.9375rem;height:3.5rem;top:33.4375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvZ32OMkINRqrtc5D8yK9QBUdByoXnEL { width:8.5rem;height:1.625rem;top:17.375rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4mw8rqL9QTkxwilCzOJAApnANE8NL01 { width:11.6875rem;height:1.5rem;top:50.875003814698rem;left:4.1562502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTN9mIfIa9m9pKmOuahlFnKStf8Xdf3F { width:9.4375rem;height:1.125rem;top:43.468753576279rem;left:1.0666667819023rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNMDtB7U7PcWTnfPOZ9eV0OJLUpowFTC { width:6.625rem;height:2.1875rem;top:42.937503576279rem;left:12.250000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCfmxM4qxaRuxu0bOPL5v7WXUyaIKQTw { width:9.5625rem;height:1.5rem;top:47.061462163925rem;left:9.9104169011119rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5Qe0wUsGUFZGa0ToZM0TT0AwTUNJmOO { width:6.875rem;height:3rem;top:46.311462163925rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3gcld8vPW32pfFWIvPRduPNaGlZqn7i { background-color:#000000;background-image:none;display:none; }#P3gcld8vPW32pfFWIvPRduPNaGlZqn7i > .row .container { width:20rem;height:5.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h9NbiWTTycoTqJvpZrEQa1gn0mWkgtHa { width:16.8125rem;height:3.41015625rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCrtQNxee6178ntsEMwONmHoKqC3G6Wn { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ms9U4aTDsXeQcEBhmMOIOL6uW2wNhxkF { width:20rem;height:4.3125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsK1QV3vwEReBie3pnebJOKzSxV2Cr7B { background-color:#000000;background-image:none;display:none; }#vsK1QV3vwEReBie3pnebJOKzSxV2Cr7B > .row .container { width:20rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DrJlHLrIyNHg8lLKX3a7WrtTyxQSfLI6 { width:19.0625rem;height:6.295875rem;top:0.875rem;left:0.46875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LZAJ7pgqclnoQSBpbK2cztnXT90D80A4 { width:20rem;height:7.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBlz6ycePreFpLiyAXN7JmRRiBt0hHfb { background-color:#000000;background-image:none;display:none; }#kBlz6ycePreFpLiyAXN7JmRRiBt0hHfb > .row .container { width:20rem;height:4.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JK3AhAUJVCR3pnZFycnyGtORasRUNZdv { width:16.8125rem;height:2.2734375rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBZRqOFDHLimfMRIcz4FgfT7vZAXBr2r { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qain3cW26IbQhndiBMVm7qDmEJamMSFp { width:20rem;height:2.9375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAoADvHfgxuP8lVntrBJ5TWcAQefMHX { background-color:#000000;background-image:none;display:none; }#FpAoADvHfgxuP8lVntrBJ5TWcAQefMHX > .row .container { width:20rem;height:6.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xX5enxsgpRUWu7X8W65nkzUBR6zLScVn { width:20rem;height:6.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #amR25AilQCfPJrMtxUXsiu3CP7i7NvGJ { width:18.5625rem;height:4.87305rem;top:0.80555725097656rem;left:0.62427663803101rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU1kxU8oHS556xmN2SJBmuQUobP1TfDT { background-color:#000000;background-image:none;display:none; }#vU1kxU8oHS556xmN2SJBmuQUobP1TfDT > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cnMw8b0yAvgnPMRmQxSZdWDdftI22v6u { width:16.8125rem;height:2.2734375rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxLbfNv9WWvLTn3wVansAVZ97XhkmzGf { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXTJCx7lFlFytTrA2xVSfJlaoXrQRUlW { width:20rem;height:2.875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtKWxdcOp098DywvcHkBE3lrTiuTBs2Q { background-color:#000000;background-image:none;display:none; }#dtKWxdcOp098DywvcHkBE3lrTiuTBs2Q > .row .container { width:20rem;height:4.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WayfITCEBJmI2xbK9Kab2Hha9EIOgznT { width:19.0625rem;height:2.69824375rem;top:0.875rem;left:0.46875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fZfZH54wAL91O7hDVvTJXiPSsVRXrVWv { width:20rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4qnmg4L6F82aCiqiLzOwmIJKa4LiIGI { background-color:#000000;background-image:none;display:none; }#T4qnmg4L6F82aCiqiLzOwmIJKa4LiIGI > .row .container { width:20rem;height:4.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #axPOWXVqknPwfA8ru6NhtTTLBTquM5Ud { width:16.8125rem;height:2.2734375rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG2JyCghi5RB4xdXXbl6HszJkFmCp5xg { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLm2FxQrxZLxu4tT0Pbbb2MiJ5mBD5R5 { width:20rem;height:2.9375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxPzq66aRal8xtPHMoSzwv2tT4bqJdtA { background-color:#000000;background-image:none;display:none; }#wxPzq66aRal8xtPHMoSzwv2tT4bqJdtA > .row .container { width:20rem;height:8.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IiEVPHVy4mumP1TWwmaP5G7maqtyZlMX { width:19.0625rem;height:7.1953125rem;top:0.875rem;left:0.46875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #O4Zt74BpHWLGkUlOMI2o0mqfDWnQpWKT { width:20rem;height:8.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4tGyzG2Rqwiy9tsvaqtFuTXMPQPIUp6 { background-color:#000000;background-image:none;display:none; }#m4tGyzG2Rqwiy9tsvaqtFuTXMPQPIUp6 > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HcmkpXZNHo898CVeteWT1baNHPISAPu4 { width:16.8125rem;height:2.2734375rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcU6rMzLSt3mkqAJZkak8L7kA9Zh1lQx { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSPxZiOHPKhv8cbHd40CRSxF9NES1RdO { width:20rem;height:3.375rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLfWFDDwtzMoh0ZQkKMZyE0SDbuRstOL { background-color:#000000;background-image:none;display:none; }#FLfWFDDwtzMoh0ZQkKMZyE0SDbuRstOL > .row .container { width:20rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bsIaO4xw5syxwJaitmlQ8nFe1U4bXcJb { width:19.0625rem;height:6.295875rem;top:0.875rem;left:0.46875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Su3UvTNM3M11tV7oRzOFNnTqdgM3rnDZ { width:20rem;height:7.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrByCDRBXGJK0CF5fi7aDCKwLhaGH0vq { background-color:#000000;background-image:none;display:none; }#zrByCDRBXGJK0CF5fi7aDCKwLhaGH0vq > .row .container { width:20rem;height:4.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vKflEdspMmGf2QxPvzH2VqatBFG70BUE { width:16.8125rem;height:1.13671875rem;top:2.0625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPKGHqUgT1zTdV7eRDwUurtUEMKAAOEs { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AskLd300UFgTNo4RpTy8S1WsKxyPIfX9 { width:20rem;height:2.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHrclHlNzuCO0Gp2mguAxWlbwdhkOGdz { background-color:#000000;background-image:none;display:none; }#AHrclHlNzuCO0Gp2mguAxWlbwdhkOGdz > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lry9hoMJ9TbHNHgKWWTKbfx9rk0MyEm6 { width:19.0625rem;height:9.8935625rem;top:0.875rem;left:0.46875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NMdTEghtyq6mIlHHCTKQh5J5JSy76LIR { width:20rem;height:11.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNvTmXatbXlEieI2l9kkSkAFTpdCnUFx { display:none; }#wNvTmXatbXlEieI2l9kkSkAFTpdCnUFx > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nv6CtPZ7NfTKpL1Z6oMlEdyBHWQkOOOP { width:18.375rem;height:1.21875rem;top:7.7500009536744rem;left:0.81250005960463rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WCkgJQUhetyTpCKrhig8IGCV366TwUuN { width:12.0625rem;height:1.0556625rem;top:17.478515625rem;left:4.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xkTBCpR6ed3XiA7xLLzD8LJLl517uJzT { width:12.4375rem;height:1.0556625rem;top:19.291015625rem;left:4.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsJwq4MadzGvaDm9Ufdbm2hyT7W1VItL { display:flex;width:1.25rem;height:1.25rem;top:17.380859375rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #fTDATSGSeUFPIDadTlPs5Jt2OzswMV0S { display:flex;width:1.4375rem;height:1.4375rem;top:19.1005859375rem;left:4.16015625rem; }
 }@media only screen and (max-width: 763px) { #PpGyNp43d7OPJ8tL7XnB1cqpKZLCVff9 { width:5.5625rem;height:5.5rem;top:1.5625rem;left:7.2187505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #RChvMhvITlXQl8EI33VHT4LEmgs7LRs7 { width:18.125rem;height:4.87305rem;top:18.375001907349rem;left:0.93750005960463rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k3N5y9Xy6gETr8uc0GUHKJrykLxDWPu2 { width:17.25rem;height:0.97511875rem;top:10.002232551575rem;left:1.3750000596046rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQ1pHhN1xrrSH9BrRVbIrKDNbSNMlziy { width:18.5rem;height:19.25rem;top:4.3388671875rem;left:0.802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFKM4Z1hzxCxv9pUhNk5pfGzycqZ5NKU { width:16.375rem;height:3.4375rem;top:12.123046875rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIVfod5ULdJKy7xM0heC21y76zPVpe38 { display:block; }
 }