.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Awj5kpIp/fondo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/9ar9CZxp/CTD_Header_v7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx.adaptive-delivery-prevent-bg, #q2Oau7iauUHBakTApDUhTHp9sqcSdsTx.lazyload, #q2Oau7iauUHBakTApDUhTHp9sqcSdsTx.lazyloading { background-image: none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container { background-color: transparent; background-image: none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container > .video-iframe-container { display: none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row > .video-iframe-container { display: none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .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); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container { border-width: 0; border-radius: 0; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row .container { background-color: transparent; background-image: none; }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row .container > .video-iframe-container { display: none; }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row > .video-iframe-container { display: none; }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .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); }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row .container { border-width: 0; border-radius: 0; }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row .container { font-size:0.875rem;font-family:arial;height:68.0625rem;width:60rem;position:relative;display:block; }#BtDZmytqaWqImf3R6wgSlgECbrE9FEZG { color:#ffffff;display:block;width:51.936rem;position:absolute;font-family:rubik;font-size:3.6875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.901611328125rem;left:4.9658203125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rTa6gR7cQky3iUSzwmeBTZV90VnNmGhi { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.249025rem;width:3.81225625rem;top:2.659912109375rem;left:4.0283203125rem;overflow:hidden;display:block; }
#WNlHNdh65VMDh4huOKDwGxBNOtwxftUp { color:#555555;display:block;width:48.999rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100028;line-height:1.6;letter-spacing:0;top:9.027099609375rem;left:5.499267578125rem;height:55.89623125rem;text-align:left;text-align-last:left;display:block; }
#ap1amw0ndgEEIOTTnyk1JkyeE1UQgia3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ap1amw0ndgEEIOTTnyk1JkyeE1UQgia3 > .row .container { background-color: transparent; background-image: none; }#ap1amw0ndgEEIOTTnyk1JkyeE1UQgia3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ap1amw0ndgEEIOTTnyk1JkyeE1UQgia3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ap1amw0ndgEEIOTTnyk1JkyeE1UQgia3 > .row .container > .video-iframe-container { display: none; }#ap1amw0ndgEEIOTTnyk1JkyeE1UQgia3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ap1amw0ndgEEIOTTnyk1JkyeE1UQgia3 > .row > .video-iframe-container { display: none; }#ap1amw0ndgEEIOTTnyk1JkyeE1UQgia3 > .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); }#ap1amw0ndgEEIOTTnyk1JkyeE1UQgia3 > .row .container { border-width: 0; border-radius: 0; }#ap1amw0ndgEEIOTTnyk1JkyeE1UQgia3 > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:60rem;position:relative;display:block; }#MUP9iSxvdgVinpR4Ofg0fXbubJI0uzpD { position:absolute;display:block;z-index:100062;background-color:rgba(138,109,241,0.66);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;height:3.125rem;width:15.3125rem;top:0.999755859375rem;left:0.1875rem;display:block; }
#U5M5kWrqWbNFuz2bHUc7qFddc05H9FL6 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100062;line-height:1.3;letter-spacing:0;top:1.937255859375rem;left:1.593017578125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#dcIXgzOOwNSi3FBJXziFIFzNJWRiOHPL { position:absolute;display:block;z-index:100063;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:21.875rem;top:1rem;left:16.125rem;display:block; }
#WIyfBgqPGnAF4q7UVQTZZeENwwIw4mbm { position:absolute;display:block;z-index:100060;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:59.6875rem;top:4.749755859375rem;left:0.15625rem;display:block; }
#Pf0E9ScFrHufnyeNCT9vT45Ct4KU3FT0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100063;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#UTWmREVomQsOZ6sGdxPWmZJcTLDcJ9M4 { position:absolute;display:block;z-index:100092;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.125rem;top:4.75rem;left:15.625rem;display:block; }
#miA5MBQW2ite5G8x2DzVKDmKuOHuPuAT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100063;line-height:1.3;letter-spacing:0;top:1.9375rem;left:20.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#bpkXwiKE5pLpNZOrLfwqvw6lnfvD2zxV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100065;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#NTcTM4lmmGf4DJIEbQK96PBUJuW7p56I { position:absolute;display:block;z-index:100062;background-color:rgba(227,227,227,0.8);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;height:3.4375rem;width:59.6875rem;top:8.59375rem;left:0.15625rem;display:block; }
#HaSlNP9uFkIxqDyD5k2u433JUs98AAu9 { color:#000000;display:block;width:18.186875rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100065;line-height:1.3;letter-spacing:0;top:9.1875rem;left:18.5625rem;height:2.11155rem;text-align:left;text-align-last:left;display:block; }
#mQLq7Ln6bOdWasmcpV1eBqXRdUpKrRqE { position:absolute;display:block;z-index:100091;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:8.625rem;left:15.625rem;display:block; }
#RCsx6MMH8UONhVHSVho1JChkB2RWZlDm { color:#000000;display:block;width:9.311rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100067;line-height:1.3;letter-spacing:0;top:5.8125rem;left:22.4375rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#xxBWybIVzveabwSO1s8V3dI7Q05yO3bp { position:absolute;display:block;z-index:100064;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:20.625rem;top:0.999755859375rem;left:39.125rem;display:block; }
#lPtV4na8qcrsCyv4BcdJFMW0D745KJC4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100064;line-height:1.3;letter-spacing:0;top:1.937255859375rem;left:43.013916015625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#SkkfTbrsa0as9cXhBiLEQV6mSooTXoNM { position:absolute;display:block;z-index:100076;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:8.625rem;left:38.625rem;display:block; }
#DGg3UMAAmXi63bXKPoAPfOPb1n54mZbm { color:#000000;display:block;width:11.6873125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100068;line-height:1.3;letter-spacing:0;top:5.8125rem;left:44.375rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#KxpM1eST2r8gKoNPgI6L9R3VphbKlwRK { position:absolute;display:block;z-index:100080;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.125rem;top:4.75rem;left:38.625rem;display:block; }
#npPSDVANNiTi4ibUON8Bs0rMXicZeklZ { color:#000000;display:block;width:18.186875rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100066;line-height:1.3;letter-spacing:0;top:9.1875rem;left:40.4375rem;height:2.11155rem;text-align:left;text-align-last:left;display:block; }
#GcbWyb3FOn5aIFg3E6qPLEICW82skKoI { position:absolute;display:block;z-index:100068;background-color:rgba(227,227,227,0.8);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;height:3.4375rem;width:59.6875rem;top:12.562255859375rem;left:0.1875rem;display:block; }
#mmc2sb7uKwoHqHHPhcQhw8udnOiKviPh { position:absolute;display:block;z-index:100082;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:12.5625rem;left:38.5625rem;display:block; }
#JcKunQsF96c1q33ZpixW2gQgeQRIHKSC { position:absolute;display:block;z-index:100097;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:12.5625rem;left:15.5625rem;display:block; }
#oaor5cE9xS0IsGWlzwyVtKdz5OEQEaXP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100067;line-height:1.3;letter-spacing:0;top:17.874755859375rem;left:1.93603515625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#yaGtp1vTMCdl2ea2C87FOL9TUcu4ymO8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100069;line-height:1.3;letter-spacing:0;top:21.875rem;left:0.75rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#wKv0DDatPES57GQNiPdl5Uxq4wlFuCvn { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:25.623779296875rem;left:1.593017578125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#JzTpNgD028B2wFQMQD2XC5V1Pk8xGQSf { position:absolute;display:block;z-index:100064;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:59.6875rem;top:16.873779296875rem;left:0.1875rem;display:block; }
#akqFpTTaoTuQ20OAm2Lb6oomlrUlElS6 { position:absolute;display:block;z-index:100066;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:59.6875rem;top:20.9375rem;left:0.1875rem;display:block; }
#C5v2HM4IhLeR9Tl8nBa7FZTJ3srrJ2Vu { position:absolute;display:block;z-index:100058;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:59.6875rem;top:24.68701171875rem;left:0.1875rem;display:block; }
#uvJG2zudrkmS7DT6ipmXXMfa2dPeC0yW { color:#000000;display:block;width:37.686625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100064;line-height:1.3;letter-spacing:0;top:18rem;left:20.8125rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#FIbbV2EuUO6yVJFg6dK30qH7c5XqPNaW { color:#000000;display:block;width:28.499375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100066;line-height:1.3;letter-spacing:0;top:25.75rem;left:24.8125rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#hW4o3ETbCrSlcS2UNA9ib9t3zH9WZBKI { color:#000000;display:block;width:33.936625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100068;line-height:1.3;letter-spacing:0;top:22rem;left:22.625rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#QvlLN1ziyk3iqxUoeUEnCdVLldsX4z9l { position:absolute;display:block;z-index:100092;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.125rem;top:16.9375rem;left:15.5625rem;display:block; }
#yECK7usmMOTUhPaOwd3y4rP3epBKw5AL { position:absolute;display:block;z-index:100093;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.124783125rem;top:20.9375rem;left:15.5625rem;display:block; }
#X2ezswcnc30vB926wtt7fRk9qTilJqmw { position:absolute;display:block;z-index:100094;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.124783125rem;top:24.6875rem;left:15.5625rem;display:block; }
#Hys6C6Sh60z0aOMVp4qcdOcfBBSn6vPO { color:#000000;display:block;width:21.1870625rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:13.25rem;left:17.5rem;height:2.11155rem;text-align:left;text-align-last:left;display:block; }
#JzDMxGC4EQZcHi3KQMtgQI65a6sEtmWc { color:#000000;display:block;width:19.375rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100072;line-height:1.3;letter-spacing:0;top:13.25rem;left:40.4375rem;height:2.11155rem;text-align:left;text-align-last:left;display:block; }
#Xb70RflsbrcHQZ3suIzzVRkX0mpfKQX0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:13.6875rem;left:0.75rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#RQkTvtUNqmXKbnKqqUJbpU991mB9LT3D { position:absolute;display:block;z-index:100074;background-color:rgba(227,227,227,0.8);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;height:3.4375rem;width:59.6875rem;top:28.5rem;left:0.1875rem;display:block; }
#sT0TauTVpZo96oLToA1GPHwIieLSexvP { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100077;line-height:1.3;letter-spacing:0;top:29.593505859375rem;left:1.593017578125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#MwL4MrteWX1uiXx1fCMaHzSdRtT8i8TX { position:absolute;display:block;z-index:100103;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:28.5rem;left:15.5625rem;display:block; }
#v77MJDwzIa9HWRyqpNoT7ofNw1RdZA93 { color:#000000;display:block;width:9.249125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100077;line-height:1.3;letter-spacing:0;top:29.6875rem;left:22.4375rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#gqgu8d2f0aOl1SHk1AMMNALu00qrZvf0 { position:absolute;display:block;z-index:100088;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:28.5rem;left:38.5625rem;display:block; }
#WtdyAffhABTuEPlPPNS7wwEVUmV1IvC0 { color:#000000;display:block;width:10.4373125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100078;line-height:1.3;letter-spacing:0;top:29.6875rem;left:44.9375rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#cteuHeiiVvNJKc1o03Nd5Ut1iI9gi3Vx { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100066;line-height:1.3;letter-spacing:0;top:41.2646484375rem;left:19.093017578125rem;height:3.167725rem;text-align:left;text-align-last:left;display:block; }
#mFQomqT8GqRqG92UHL6t4xRnnSCeuPxx { position:absolute;display:block;z-index:100061;background-color:rgba(227,227,227,0.8);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;height:5.3125rem;width:59.6875rem;top:40.25rem;left:0.1875rem;display:block; }
#JdFKe2fK3zDxIzq6MIHdCPmuJTnJI2XX { color:#000000;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100067;line-height:1.3;letter-spacing:0;top:40.7177734375rem;left:42.1875rem;height:4.22363125rem;text-align:left;text-align-last:left;display:block; }
#xQVObLQ7ISC1M7WaHPXVDdEZaARIXQzm { position:absolute;display:block;z-index:100077;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:0.125rem;top:40.25rem;left:38.5625rem;display:block; }
#VStaX3pBiptOr0Kro6IsFLuCTNlJWJw6 { position:absolute;display:block;z-index:100092;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:0.124783125rem;top:40.25rem;left:15.5625rem;display:block; }
#aTlq7tmgDGnq0ezn15w0fyDlHtoVsDut { position:absolute;display:block;z-index:100080;background-color:rgba(227,227,227,0.8);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;height:3.25rem;width:59.6875rem;top:32.8125rem;left:0.1875rem;display:block; }
#kRtkIt680iEPxMbMoGXR2mZuwlikdGl7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100083;line-height:1.3;letter-spacing:0;top:33.2177734375rem;left:1.593017578125rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#Lg282sAGiyfVdzJbeUTkG3h9w82WFvuV { position:absolute;display:block;z-index:100109;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:32.6875rem;left:15.625rem;display:block; }
#R0nkPvh50vzh21175Dn0x42D33L7ESDr { color:#000000;display:block;width:8.75rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100083;line-height:1.3;letter-spacing:0;top:33.875rem;left:22.6875rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#WvzzvTJ1erUgrvgZyxy2hNnWEkOFHtbg { position:absolute;display:block;z-index:100094;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:32.6875rem;left:38.625rem;display:block; }
#C1ToVm3aDT4yah5MGxhDqAe4mylTROsr { color:#000000;display:block;width:6.4355625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100084;line-height:1.3;letter-spacing:0;top:33.9208984375rem;left:45.499267578125rem;height:1.13606875rem;text-align:center;text-align-last:center;display:block; }
#pE4lb3UyWZrwntLaHxQTm18bhmbRre5n { position:absolute;display:block;z-index:100086;background-color:rgba(227,227,227,0.8);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;height:3.4375rem;width:59.6875rem;top:36.5rem;left:0.15625rem;display:block; }
#wo0sMOswTL4S4ZXdsXWpwgxbXFBT173D { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100089;line-height:1.3;letter-spacing:0;top:37.5927734375rem;left:1.593017578125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#FrMAgd9fUJ1hUwOnuqEXsGkFBx82yqTc { position:absolute;display:block;z-index:100115;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:36.5625rem;left:15.5625rem;display:block; }
#erpuN7HizlLUTExLpg6bnUXlcM23iHn2 { color:#000000;display:block;width:13.562rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100089;line-height:1.3;letter-spacing:0;top:37.7099609375rem;left:19.764404296875rem;height:1.055775rem;text-align:center;text-align-last:center;display:block; }
#dTu8Szts599E6W1wg1xUlqmNxnGCgM3S { position:absolute;display:block;z-index:100100;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:36.5625rem;left:38.5625rem;display:block; }
#MT6M21DBevmQJe0XK6uDd6U8U6sTExUc { color:#000000;display:block;width:13.8745rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100090;line-height:1.3;letter-spacing:0;top:37.7099609375rem;left:42.578125rem;height:1.055775rem;text-align:center;text-align-last:center;display:block; }
#gzUwoBzZ7KrxbTSE4iRWKAW4DfX85lkd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100116;line-height:1.3;letter-spacing:0;top:42.1630859375rem;left:1.593017578125rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#wQnbqZvJ1iTPk5becwTmx8E763GMa7uW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#wQnbqZvJ1iTPk5becwTmx8E763GMa7uW > .row .container { border-width: 0; border-radius: 0; }#wQnbqZvJ1iTPk5becwTmx8E763GMa7uW > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:60rem;position:relative;display:none; }#DPDkVhiSzsckk0eAUFhzvfwP3UliH6a1 { position:absolute;display:block;z-index:100003;background-color:rgba(138,109,241,0.66);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;height:3.125rem;width:16.25rem;top:0.875rem;left:3.75rem;display:block; }
#FZPLK8R1qG5fEFRtQTyRkwUF9vqOpZGK { position:absolute;display:block;z-index:100004;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:20rem;top:0.875rem;left:0rem;display:block; }
#k8N60pWbduKRx9NL8A9MVsaBqGAJ21nG { position:absolute;display:block;z-index:100005;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:20rem;top:0.875rem;left:20rem;display:block; }
#sOd4tSiDkuRfnbK9vb4mlIXHVH1nVa0b { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.8109812736511rem;left:5.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#zv24s9oFECHhVndcyr9PUw5PutukgBa1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.8109807968139rem;left:20.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gL6RsaKhVTJD0hRxbzxodDnG4i5v3x6Q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.8109812736511rem;left:40rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#CA3J78IuGCz2tlhyu0uKW2ZEhgUvwNS2 { position:absolute;display:block;z-index:100001;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:20rem;top:4.625rem;left:0rem;display:block; }
#DMOECN1lZFGHsQNoxL9o8LxVn5mAn3sA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5.5620665550232rem;left:5.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#bkoIrMmiU1LcDfXWIScaD92uugPqMIRa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:9.5312504768369rem;left:5.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#PONMM3Em8h4NSBN8QSUt8Z7D2NwHRZ9q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:17.75rem;left:5.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#hFOEUFPzehzvevovz2KpElqexsCRhHmS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:21.75rem;left:5.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#qKTmKUNiWKT4TzwRrHSCSy6Ln1hyae57 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:25.5rem;left:5.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#LraBQuaWopzgI10S0CoD3p68BwFkAaRU { position:absolute;display:block;z-index:100003;background-color:rgba(227,227,227,0.8);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;height:3.4375rem;width:20rem;top:8.4375rem;left:0rem;display:block; }
#tThw50AqhNQFJlGpE6OJvz7tHsuRxH58 { position:absolute;display:block;z-index:100005;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:20rem;top:16.8125rem;left:0rem;display:block; }
#ukANuwObSJep0qBuWAZ7XtguWWbRwwXF { position:absolute;display:block;z-index:100007;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:20rem;top:20.8125rem;left:0rem;display:block; }
#VuzdvMH9wccerPQZrApu8sxB2KTETfAx { position:absolute;display:block;z-index:99999;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:20rem;top:24.5625rem;left:0rem;display:block; }
#QUK0s6aX2dZDTxTZAgqhJPKNwPUIbDcu { color:#000000;display:block;width:18.186875rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:9.0440540313719rem;left:20rem;height:2.3378875rem;text-align:left;text-align-last:left;display:block; }
#Rf9NMDydDL4eHlaZoL7uCTMT1kEgd70g { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:17.81901211245rem;left:20rem;height:1.20019375rem;text-align:center;text-align-last:center;display:block; }
#CyziHOTHPMIJuN40PzqJzpPAt3XA9XK3 { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:25.568577236962rem;left:20rem;height:1.20019375rem;text-align:center;text-align-last:center;display:block; }
#F07eTz5zNckfqf2gilvcUiiCAedKXyvU { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:21.818577236962rem;left:20rem;height:1.20019375rem;text-align:center;text-align-last:center;display:block; }
#b5EtFbMC9KbprF18s0FuFIEOl55LUJAF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:42.6875rem;left:5.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#f4UUW3EdDqyunmF0SfKzOy4v8RR5AF9O { color:#000000;display:block;width:15.9375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:41.625rem;left:20.625rem;height:3.4130875rem;text-align:left;text-align-last:left;display:block; }
#dRKbxF5VDqexwTykNLvFEvl6VJHF55un { position:absolute;display:block;z-index:100002;background-color:rgba(227,227,227,0.8);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;height:5.3125rem;width:20rem;top:40.625rem;left:0rem;display:block; }
#xPExnggvxoyCBTKy5yraxHKa7ykaTZpC { color:#000000;display:block;width:15.625rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:41rem;left:40rem;height:4.55078125rem;text-align:left;text-align-last:left;display:block; }
#OB0doM7NIREFTTRc5xa6TPaWRotMIltb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:35.906034469604rem;left:3.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#LJe1iw56VHmol1MPyZtVZ7ABBnOFCnrJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:24.62239074707rem;left:3.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#avCXbHGzezPrJEl321IrGFLkwQbA4a2n { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Bz6NTDrEAVUEPLrNrBaJRunu8kadktGV { position:absolute;display:block;z-index:100017;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:8.4375019073488rem;left:38.5625rem;display:block; }
#EWlQJ2PqVhu5M2NuPPlwQAmpaUg52uvZ { position:absolute;display:block;z-index:100018;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:0.125rem;top:40.6875rem;left:38.5625rem;display:block; }
#cVWz1KBvMIfekWLoN0z8hf1vAXkqTry9 { position:absolute;display:block;z-index:100032;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:8.4375rem;left:19.875rem;display:block; }
#gn7prfPzAHFngfJP9SCn4wL2wnZH276S { position:absolute;display:block;z-index:100033;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.125rem;top:16.8125rem;left:19.875rem;display:block; }
#UhlCyr8LXovZsMl6UDQBgXH3O6msHWBv { position:absolute;display:block;z-index:100034;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.124783125rem;top:20.8125rem;left:19.9375rem;display:block; }
#hzksuydXNA6Jumh7S5Q4J5AGgrB72Urb { position:absolute;display:block;z-index:100035;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.124783125rem;top:24.5625rem;left:19.9375rem;display:block; }
#QkFkJ73ZV3ALr8UOUCA9lsdql7WrThyy { position:absolute;display:block;z-index:100033;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:0.124783125rem;top:40.625rem;left:19.9375rem;display:block; }
#TXzAKSvNn9bH25iei9kTKQ7hZIZWKuvw { position:absolute;display:block;z-index:100033;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.125rem;top:4.625rem;left:19.875rem;display:block; }
#pqNVcJI2IN8wAcM6ntbwGvxoI4GNfzGP { position:absolute;display:block;z-index:100001;background-color:rgba(227,227,227,0.8);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;height:4.25rem;width:20rem;top:10.873481750488rem;left:0rem;display:none; }
#PNsRukfexTbTwy2FLcg0bJryCSBkCr6W { position:absolute;display:block;z-index:100033;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:0.125rem;top:10.875rem;left:19.875rem;display:none; }
#peU4akl9SJfDVwpEJq3DmCEi3DQo51CZ { position:absolute;display:block;z-index:100003;background-color:rgba(227,227,227,0.8);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;height:4.25rem;width:20rem;top:15.873481750488rem;left:-20rem;display:none; }
#vieiL1uzNTZbobViKymQ9xqXQvb7BEDT { position:absolute;display:block;z-index:100032;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.25rem;width:0.125rem;top:15.875rem;left:19.875rem;display:none; }
#zsSuwhqaPm5ynbAhszIJ76dHA9BI04Ef { position:absolute;display:block;z-index:100005;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:20rem;top:20.873481273651rem;left:-20rem;display:none; }
#T11dObKDuxwCP8vVeCsLN0uXTvl5CV4J { position:absolute;display:block;z-index:100033;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.125rem;top:20.875rem;left:19.875rem;display:none; }
#kXA1ibw5yWBopZT7zIDS9gEiKsVnofUq { position:absolute;display:block;z-index:100007;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:20rem;top:24.874133586884rem;left:0rem;display:none; }
#QKk19lWTZUQq0NZIz56U8POBRwEP64op { position:absolute;display:block;z-index:99999;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:20rem;top:28.623048186302rem;left:0rem;display:none; }
#X8LQHTgbATSQTmfqxcEK8bkR5FXMObeP { position:absolute;display:block;z-index:100035;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.124783125rem;top:28.623048186302rem;left:19.875rem;display:none; }
#ThEuVRc2E9yZr9vizxRKrwvKMhpRoBFM { position:absolute;display:block;z-index:100002;background-color:rgba(227,227,227,0.8);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;height:6.8125rem;width:20rem;top:32.311200618744rem;left:0rem;display:none; }
#yVHGnqqH7Kf97MO2PcieqwevBIyz4MwU { position:absolute;display:block;z-index:100033;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.8120625rem;width:0.124783125rem;top:32.279733061791rem;left:19.875rem;display:none; }
#ZkunuzFOTQULW1Pgdm0FaC43AhLQBdkn { color:#000000;display:block;width:9.311rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:5.6315112113953rem;left:22.375rem;height:1.20019375rem;text-align:center;text-align-last:center;display:block; }
#QMaFJHTKyUbbiXf8N0Md0av1KtUMqq8Q { color:#000000;display:block;width:11.6873125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:5.6315112113953rem;left:40rem;height:1.20019375rem;text-align:center;text-align-last:center;display:block; }
#VZVTgXTiivw6OZ5e7kdfCNI4Odk0lhaw { position:absolute;display:block;z-index:100021;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:0.125rem;top:4.625rem;left:38.625rem;display:block; }
#SaM2KbLCFWQ27nwJH9NKnogelyrXGW42 { color:#000000;display:block;width:18.186875rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:9.0440521240238rem;left:21.875rem;height:2.3378875rem;text-align:left;text-align-last:left;display:block; }
#owP7blC9dgPeeWO0nkWz3ucdxQOTAvQ9 { position:absolute;display:block;z-index:100009;background-color:rgba(227,227,227,0.8);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;height:3.4375rem;width:20rem;top:12.4375rem;left:0rem;display:block; }
#wyafrAAKFLTPVgEVIhgTEtsqTan3fFuo { position:absolute;display:block;z-index:100023;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:12.4375rem;left:38.5625rem;display:block; }
#PVgsWrO7NaUlKAU0CQ6yLMoc0LRKlATg { position:absolute;display:block;z-index:100038;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:12.4375rem;left:19.875rem;display:block; }
#wKHmsaCqAlcafthH3cTpX5Zsdh6RszqM { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:13.075087017846rem;left:20rem;height:2.3378875rem;text-align:left;text-align-last:left;display:block; }
#OGOoTcx8JGZpaNszsUOfluugptDdn2Qz { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:13.075087017846rem;left:20rem;height:2.3378875rem;text-align:left;text-align-last:left;display:block; }
#CBfFNM8WXc8JLdoF2IlcD4eKTgOFATNc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:13.5625rem;left:5.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#WXM3PaT1gevAIsJav8KCposQvL7xH4PU { position:absolute;display:block;z-index:100015;background-color:rgba(227,227,227,0.8);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;height:3.4375rem;width:20rem;top:28.375rem;left:0rem;display:block; }
#ua0hgTgtxJ9rdNuQ0TtUaIFmpBdT0HpH { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:29.5rem;left:5.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#DO6Q6cKL8ynXrX9CzTnKVxoOalhXzGLJ { position:absolute;display:block;z-index:100044;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:28.375rem;left:19.875rem;display:block; }
#MQ2GfvticQXwbokczRLhIiquQGT7Lqdf { color:#000000;display:block;width:9.249125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:29.537762165069rem;left:22.375rem;height:1.20019375rem;text-align:center;text-align-last:center;display:block; }
#G4DTnOwF5WIyEGidnyP4ai9XVZySCFL9 { position:absolute;display:block;z-index:100029;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:28.375rem;left:38.5625rem;display:block; }
#AvT907NzD8LlU4aHQRPSkeKA4TVC19JK { color:#000000;display:block;width:10.4373125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:29.537762165069rem;left:40rem;height:1.20019375rem;text-align:center;text-align-last:center;display:block; }
#K8APmO3CpqCSMepArpX7t6KpQ9tRTzH7 { position:absolute;display:block;z-index:100021;background-color:rgba(227,227,227,0.8);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;height:3.4375rem;width:20rem;top:32.5rem;left:0rem;display:block; }
#nGzQpxX5V5wRMadcUHdswmd8bGespWMQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:32.999132633209rem;left:5.75rem;height:2.59765625rem;text-align:center;text-align-last:center;display:block; }
#tdlHOdSSkaZpvgmQhMCzunpeX5Ietp6U { position:absolute;display:block;z-index:100050;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:32.5rem;left:19.875rem;display:block; }
#zGleIqVn2IK6OXfta8wgI86rpe23TEum { color:#000000;display:block;width:8.75rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:33.65625rem;left:22.6875rem;height:1.20019375rem;text-align:center;text-align-last:center;display:block; }
#LB5LZKlvlpdeX4iHW43Waz1OI0hN2olT { position:absolute;display:block;z-index:100035;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:32.5rem;left:38.625rem;display:block; }
#dXEZK5FOhkOLDwnwwpeKZom6nVeC2yyc { color:#000000;display:block;width:8.9375rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:33.65625rem;left:40.6875rem;height:1.20019375rem;text-align:center;text-align-last:center;display:block; }
#D3UtATb4A2FPeJQdydelVn0e3raLSDWU { position:absolute;display:block;z-index:100027;background-color:rgba(227,227,227,0.8);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;height:3.4375rem;width:20rem;top:36.4375rem;left:0rem;display:block; }
#xCG9w7bH1THGDgri4xrnZFfgQiFMmRhM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:37.5625rem;left:5.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#gdEJT8pFrHOoesocqDEDmSTPnfB2Tu5D { position:absolute;display:block;z-index:100056;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:36.4375rem;left:19.875rem;display:block; }
#xoQpS0FXqyl3CDTT1iynFk8uHSncoIQA { color:#000000;display:block;width:13.5623125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:37.599827766419rem;left:20.25rem;height:1.20019375rem;text-align:center;text-align-last:center;display:block; }
#Trl0r2OQ44IKNaLfexqLyygf6zWazrQe { position:absolute;display:block;z-index:100041;background-color:#8a6df1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:0.125rem;top:36.4375rem;left:38.5625rem;display:block; }
#gOgHOwR6b21GL08Il2zRQTrnmuUE1gRa { color:#000000;display:block;width:13.8748125rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100031;line-height:1.3;letter-spacing:0;top:37.599827766419rem;left:40rem;height:1.20019375rem;text-align:center;text-align-last:center;display:block; }
#MmwyzbLapwRWCRkmBwDVyn4WEiTPBWVy { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:5.5620665550232rem;left:5.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#DwyIHMiTTebILuRLH7aGBs82vwU1Qif9 { position:absolute;display:block;z-index:100003;background-color:rgba(227,227,227,0.8);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;height:4.25rem;width:20rem;top:15.873481750488rem;left:-20rem;display:none; }
#anfo506NXZ7Fkq2NspzGqk2HOowfCaTW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:9.5312504768369rem;left:5.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#DS64U4GIkx8wm0uMUFuoOiLmW3olpDHc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:13.5625rem;left:5.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#OBrgTn5wlmoDXdBFBlQJySCq5TkGFbOQ { position:absolute;display:block;z-index:100005;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:20rem;top:20.873481273651rem;left:-20rem;display:none; }
#eCuLK06dDKADROQESd9X9BgubabXFSyQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:17.75rem;left:5.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#Wbv5By0XikU8s9mLTPl2zRsIOmfUOhOw { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:17.81901211245rem;left:20rem;height:1.1111125rem;text-align:center;text-align-last:center;display:none; }
#Brp28Nbm7oT0VT5iadGNdHbAiBazDNof { position:absolute;display:block;z-index:100007;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:20rem;top:24.874133586884rem;left:0rem;display:none; }
#mGXxk6OrqukXPwsTJNWwDPTwvkrmpxJ9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:21.75rem;left:5.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#gKKgCTOd8z47NRcVa3aM5A6Tik6bXlV8 { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:21.818577236962rem;left:20rem;height:1.1111125rem;text-align:center;text-align-last:center;display:none; }
#Pd1niILdN3827uyNdl3VVwOLgVHsN7op { position:absolute;display:block;z-index:99999;background-color:rgba(227,227,227,0.8);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;height:3.125rem;width:20rem;top:28.623048186302rem;left:0rem;display:none; }
#P6E8pPitwTst0NDTtfvFsQJ5ov1qJM3q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:25.5rem;left:5.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#AU9lHG3VHVHKytv8i7UptDAJBwXvlbK5 { color:#000000;display:block;width:20rem;position:absolute;font-family:rubik;font-size:0.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:25.568577236962rem;left:20rem;height:1.1111125rem;text-align:center;text-align-last:center;display:none; }
#wOzV1haxx1PrRbwPN1hsEMVcMbdZUC46 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:32.999132633209rem;left:5.75rem;height:2.5rem;text-align:center;text-align-last:center;display:none; }
#BhlK5lfFy1EVaJ9oXKTgLz35A0ANXo2q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:37.5625rem;left:5.75rem;height:1.25rem;text-align:center;text-align-last:center;display:none; }
#ZzleO7Pw0q6xO5UVEddMMm71P636zuTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZzleO7Pw0q6xO5UVEddMMm71P636zuTg > .row .container { background-color: transparent; background-image: none; }#ZzleO7Pw0q6xO5UVEddMMm71P636zuTg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZzleO7Pw0q6xO5UVEddMMm71P636zuTg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZzleO7Pw0q6xO5UVEddMMm71P636zuTg > .row .container > .video-iframe-container { display: none; }#ZzleO7Pw0q6xO5UVEddMMm71P636zuTg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZzleO7Pw0q6xO5UVEddMMm71P636zuTg > .row > .video-iframe-container { display: none; }#ZzleO7Pw0q6xO5UVEddMMm71P636zuTg > .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); }#ZzleO7Pw0q6xO5UVEddMMm71P636zuTg > .row .container { border-width: 0; border-radius: 0; }#ZzleO7Pw0q6xO5UVEddMMm71P636zuTg > .row .container { font-size:0.875rem;font-family:arial;height:195.75rem;width:60rem;position:relative;display:block; }#yGRoW7EPNkgDSX2a2vOSg389lOyKain1 { color:#555555;display:block;width:48.9978125rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:100028;line-height:1.6;letter-spacing:0;top:1.026611328125rem;left:5.405029296875rem;height:192.38711875rem;text-align:left;text-align-last:left;display:block; }
#AUlhXPigzbrOCKTQHTGw18GUkZp4ess4 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.621125rem;width:42.3730625rem;top:173.62548828125rem;left:8.812255859375rem;overflow:hidden;display:block; }
#aDsoclErDnHJPEv4sZt9flsTMF37U2oD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4de4cf;background-image:url("https://images.assets-landingi.com/nZQ5ImBl/Sem_Ti_tulo_1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD.adaptive-delivery-prevent-bg, #aDsoclErDnHJPEv4sZt9flsTMF37U2oD.lazyload, #aDsoclErDnHJPEv4sZt9flsTMF37U2oD.lazyloading { background-image: none; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row .container { background-color: transparent; background-image: none; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row .container > .video-iframe-container { display: none; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row > .video-iframe-container { display: none; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .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); }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row .container { border-width: 0; border-radius: 0; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:60rem;position:relative;display:block; }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b1e23;background-image:none;position:relative;display:block; }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row .container { background-color: transparent; background-image: none; }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row .container > .video-iframe-container { display: none; }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row > .video-iframe-container { display: none; }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .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); }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row .container { border-width: 0; border-radius: 0; }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:60rem;position:relative;display:block; }#fTwnhGPfbE17XTuDAEtnma4ZaGJWNaPr { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:rubik;font-size:1.3125rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:5.308837890625rem;left:3.4033203125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oHKkb4oTblAns2zHdaw6IxOiBv3LD6h2 { background-color:#4de4cf;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:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-sizing:border-box;color:#1c1c1c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.56225rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:7.4365234375rem;left:3.68408203125rem;display:block; }
#gGJJBSC9bV2hO9yFZ2pgMMIpQMOS2iyF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mEUf3NtNHyoHMLfhcg937SFEvId7Pxl1 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:15.6875rem;top:4.197998046875rem;left:33.209228515625rem;overflow:hidden;display:block; }
#Vho9mmT1QiRPRxpMMSIBJ2TkgKgkhJn2 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:28.93675rem;top:8.95751953125rem;left:27.926025390625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q2Oau7iauUHBakTApDUhTHp9sqcSdsTx { display:block; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz3poF1ua8LPbn36myKW8y3Fos7D2f79 { display:block; }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtDZmytqaWqImf3R6wgSlgECbrE9FEZG { top:2.875rem;left:0rem;width:47.75rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTa6gR7cQky3iUSzwmeBTZV90VnNmGhi { top:2.625rem;left:0rem;width:3.75rem;height:5.1633055228121rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNlHNdh65VMDh4huOKDwGxBNOtwxftUp { top:9rem;left:0rem;width:47.75rem;height:55.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap1amw0ndgEEIOTTnyk1JkyeE1UQgia3 { display:block; }#ap1amw0ndgEEIOTTnyk1JkyeE1UQgia3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MUP9iSxvdgVinpR4Ofg0fXbubJI0uzpD { top:1rem;left:0rem;width:15.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5M5kWrqWbNFuz2bHUc7qFddc05H9FL6 { top:1.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcIXgzOOwNSi3FBJXziFIFzNJWRiOHPL { top:1rem;left:0rem;width:21.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIyfBgqPGnAF4q7UVQTZZeENwwIw4mbm { top:4.6875rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf0E9ScFrHufnyeNCT9vT45Ct4KU3FT0 { top:5.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTWmREVomQsOZ6sGdxPWmZJcTLDcJ9M4 { top:4.75rem;left:13.5625rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miA5MBQW2ite5G8x2DzVKDmKuOHuPuAT { top:1.9375rem;left:15.875rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpkXwiKE5pLpNZOrLfwqvw6lnfvD2zxV { top:9.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcTM4lmmGf4DJIEbQK96PBUJuW7p56I { top:8.5625rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaSlNP9uFkIxqDyD5k2u433JUs98AAu9 { top:9.1875rem;left:0rem;width:18.125rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQLq7Ln6bOdWasmcpV1eBqXRdUpKrRqE { top:8.625rem;left:13.5625rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCsx6MMH8UONhVHSVho1JChkB2RWZlDm { top:5.8125rem;left:16.25rem;width:9.25rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxBWybIVzveabwSO1s8V3dI7Q05yO3bp { top:0.9375rem;left:11.125rem;width:20.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPtV4na8qcrsCyv4BcdJFMW0D745KJC4 { top:1.875rem;left:32.701416015625rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkkfTbrsa0as9cXhBiLEQV6mSooTXoNM { top:8.625rem;left:31.625rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGg3UMAAmXi63bXKPoAPfOPb1n54mZbm { top:5.8125rem;left:34.0625rem;width:11.625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxpM1eST2r8gKoNPgI6L9R3VphbKlwRK { top:4.75rem;left:31.6875rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #npPSDVANNiTi4ibUON8Bs0rMXicZeklZ { top:9.1875rem;left:29.5rem;width:18.125rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcbWyb3FOn5aIFg3E6qPLEICW82skKoI { top:12.5625rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmc2sb7uKwoHqHHPhcQhw8udnOiKviPh { top:12.5625rem;left:31.6875rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcKunQsF96c1q33ZpixW2gQgeQRIHKSC { top:12.5625rem;left:13.5rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaor5cE9xS0IsGWlzwyVtKdz5OEQEaXP { top:17.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaGtp1vTMCdl2ea2C87FOL9TUcu4ymO8 { top:21.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKv0DDatPES57GQNiPdl5Uxq4wlFuCvn { top:25.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzTpNgD028B2wFQMQD2XC5V1Pk8xGQSf { top:16.875rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akqFpTTaoTuQ20OAm2Lb6oomlrUlElS6 { top:20.9375rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5v2HM4IhLeR9Tl8nBa7FZTJ3srrJ2Vu { top:24.625rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvJG2zudrkmS7DT6ipmXXMfa2dPeC0yW { top:18rem;left:0rem;width:37.625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIbbV2EuUO6yVJFg6dK30qH7c5XqPNaW { top:25.75rem;left:3.3125rem;width:28.4375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW4o3ETbCrSlcS2UNA9ib9t3zH9WZBKI { top:22rem;left:0rem;width:33.875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvlLN1ziyk3iqxUoeUEnCdVLldsX4z9l { top:16.9375rem;left:13.5rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yECK7usmMOTUhPaOwd3y4rP3epBKw5AL { top:20.9375rem;left:13.5rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2ezswcnc30vB926wtt7fRk9qTilJqmw { top:24.6875rem;left:13.5rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hys6C6Sh60z0aOMVp4qcdOcfBBSn6vPO { top:13.25rem;left:0rem;width:21.125rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzDMxGC4EQZcHi3KQMtgQI65a6sEtmWc { top:13.25rem;left:26.875rem;width:19.375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb70RflsbrcHQZ3suIzzVRkX0mpfKQX0 { top:13.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQkTvtUNqmXKbnKqqUJbpU991mB9LT3D { top:28.5rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT0TauTVpZo96oLToA1GPHwIieLSexvP { top:29.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwL4MrteWX1uiXx1fCMaHzSdRtT8i8TX { top:28.5rem;left:13.5rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v77MJDwzIa9HWRyqpNoT7ofNw1RdZA93 { top:29.6875rem;left:16.25rem;width:9.1875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqgu8d2f0aOl1SHk1AMMNALu00qrZvf0 { top:28.5rem;left:31.6875rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtdyAffhABTuEPlPPNS7wwEVUmV1IvC0 { top:29.6875rem;left:34.625rem;width:10.375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cteuHeiiVvNJKc1o03Nd5Ut1iI9gi3Vx { top:41.25rem;left:0rem;width:15.9375rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFQomqT8GqRqG92UHL6t4xRnnSCeuPxx { top:40.25rem;left:0rem;width:47.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdFKe2fK3zDxIzq6MIHdCPmuJTnJI2XX { top:40.6875rem;left:31.875rem;width:15.625rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQVObLQ7ISC1M7WaHPXVDdEZaARIXQzm { top:40.25rem;left:31.6875rem;width:0.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VStaX3pBiptOr0Kro6IsFLuCTNlJWJw6 { top:40.25rem;left:13.5rem;width:0.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTlq7tmgDGnq0ezn15w0fyDlHtoVsDut { top:32.8125rem;left:0rem;width:47.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRtkIt680iEPxMbMoGXR2mZuwlikdGl7 { top:33.1875rem;left:0rem;width:12.5rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg282sAGiyfVdzJbeUTkG3h9w82WFvuV { top:32.6875rem;left:13.5625rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0nkPvh50vzh21175Dn0x42D33L7ESDr { top:33.875rem;left:16.5rem;width:8.75rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvzzvTJ1erUgrvgZyxy2hNnWEkOFHtbg { top:32.6875rem;left:31.6875rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1ToVm3aDT4yah5MGxhDqAe4mylTROsr { top:33.875rem;left:35.186767578125rem;width:6.375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE4lb3UyWZrwntLaHxQTm18bhmbRre5n { top:36.5rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo0sMOswTL4S4ZXdsXWpwgxbXFBT173D { top:37.5625rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrMAgd9fUJ1hUwOnuqEXsGkFBx82yqTc { top:36.5625rem;left:13.5rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #erpuN7HizlLUTExLpg6bnUXlcM23iHn2 { top:37.6875rem;left:2.375rem;width:13.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTu8Szts599E6W1wg1xUlqmNxnGCgM3S { top:36.5625rem;left:31.6875rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT6M21DBevmQJe0XK6uDd6U8U6sTExUc { top:37.6875rem;left:32.265625rem;width:13.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzUwoBzZ7KrxbTSE4iRWKAW4DfX85lkd { top:42.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQnbqZvJ1iTPk5becwTmx8E763GMa7uW { display:none; }#wQnbqZvJ1iTPk5becwTmx8E763GMa7uW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DPDkVhiSzsckk0eAUFhzvfwP3UliH6a1 { top:0.8125rem;left:0rem;width:16.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZPLK8R1qG5fEFRtQTyRkwUF9vqOpZGK { top:0.8125rem;left:0rem;width:21.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8N60pWbduKRx9NL8A9MVsaBqGAJ21nG { top:0.8125rem;left:9.875rem;width:21.875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOd4tSiDkuRfnbK9vb4mlIXHVH1nVa0b { top:1.75rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv24s9oFECHhVndcyr9PUw5PutukgBa1 { top:1.75rem;left:15.875rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL6RsaKhVTJD0hRxbzxodDnG4i5v3x6Q { top:1.75rem;left:31.75rem;width:12.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA3J78IuGCz2tlhyu0uKW2ZEhgUvwNS2 { top:4.5625rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMOECN1lZFGHsQNoxL9o8LxVn5mAn3sA { top:5.5rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkoIrMmiU1LcDfXWIScaD92uugPqMIRa { top:9.5rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PONMM3Em8h4NSBN8QSUt8Z7D2NwHRZ9q { top:17.6875rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFOEUFPzehzvevovz2KpElqexsCRhHmS { top:21.6875rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKTmKUNiWKT4TzwRrHSCSy6Ln1hyae57 { top:25.4375rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LraBQuaWopzgI10S0CoD3p68BwFkAaRU { top:8.4375rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tThw50AqhNQFJlGpE6OJvz7tHsuRxH58 { top:16.75rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukANuwObSJep0qBuWAZ7XtguWWbRwwXF { top:20.75rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuzdvMH9wccerPQZrApu8sxB2KTETfAx { top:24.5rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUK0s6aX2dZDTxTZAgqhJPKNwPUIbDcu { top:9rem;left:13.625rem;width:18.125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf9NMDydDL4eHlaZoL7uCTMT1kEgd70g { top:17.8125rem;left:0rem;width:37.625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyziHOTHPMIJuN40PzqJzpPAt3XA9XK3 { top:25.5625rem;left:3.3125rem;width:28.4375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F07eTz5zNckfqf2gilvcUiiCAedKXyvU { top:21.8125rem;left:0rem;width:33.875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5EtFbMC9KbprF18s0FuFIEOl55LUJAF { top:42.625rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4UUW3EdDqyunmF0SfKzOy4v8RR5AF9O { top:41.5625rem;left:15.8125rem;width:15.9375rem;height:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRKbxF5VDqexwTykNLvFEvl6VJHF55un { top:40.625rem;left:0rem;width:47.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPExnggvxoyCBTKy5yraxHKa7ykaTZpC { top:40.9375rem;left:31.75rem;width:15.625rem;height:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB0doM7NIREFTTRc5xa6TPaWRotMIltb { top:35.875rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJe1iw56VHmol1MPyZtVZ7ABBnOFCnrJ { top:24.5625rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #avCXbHGzezPrJEl321IrGFLkwQbA4a2n { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #Bz6NTDrEAVUEPLrNrBaJRunu8kadktGV { top:8.4375rem;left:31.625rem;width:0.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWlQJ2PqVhu5M2NuPPlwQAmpaUg52uvZ { top:40.625rem;left:31.6875rem;width:0.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVWz1KBvMIfekWLoN0z8hf1vAXkqTry9 { top:8.4375rem;left:15.75rem;width:0.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn7prfPzAHFngfJP9SCn4wL2wnZH276S { top:16.75rem;left:15.8125rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhlCyr8LXovZsMl6UDQBgXH3O6msHWBv { top:20.75rem;left:15.8125rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzksuydXNA6Jumh7S5Q4J5AGgrB72Urb { top:24.5rem;left:15.8125rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkFkJ73ZV3ALr8UOUCA9lsdql7WrThyy { top:40.625rem;left:15.8125rem;width:0.0625rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXzAKSvNn9bH25iei9kTKQ7hZIZWKuvw { top:4.5625rem;left:15.75rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqNVcJI2IN8wAcM6ntbwGvxoI4GNfzGP { top:10.8125rem;left:0rem;width:47.75rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNsRukfexTbTwy2FLcg0bJryCSBkCr6W { top:10.8125rem;left:15.8125rem;width:0.0625rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #peU4akl9SJfDVwpEJq3DmCEi3DQo51CZ { top:15.8125rem;left:0rem;width:47.75rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vieiL1uzNTZbobViKymQ9xqXQvb7BEDT { top:15.8125rem;left:15.8125rem;width:0.0625rem;height:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zsSuwhqaPm5ynbAhszIJ76dHA9BI04Ef { top:20.8125rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T11dObKDuxwCP8vVeCsLN0uXTvl5CV4J { top:20.8125rem;left:15.8125rem;width:0.0625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXA1ibw5yWBopZT7zIDS9gEiKsVnofUq { top:24.8125rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QKk19lWTZUQq0NZIz56U8POBRwEP64op { top:28.5625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X8LQHTgbATSQTmfqxcEK8bkR5FXMObeP { top:28.5625rem;left:15.8125rem;width:0.0625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ThEuVRc2E9yZr9vizxRKrwvKMhpRoBFM { top:32.25rem;left:0rem;width:47.75rem;height:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yVHGnqqH7Kf97MO2PcieqwevBIyz4MwU { top:32.25rem;left:15.8125rem;width:0.0625rem;height:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkunuzFOTQULW1Pgdm0FaC43AhLQBdkn { top:5.625rem;left:16.1875rem;width:9.25rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMaFJHTKyUbbiXf8N0Md0av1KtUMqq8Q { top:5.625rem;left:31.75rem;width:11.625rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZVTgXTiivw6OZ5e7kdfCNI4Odk0lhaw { top:4.5625rem;left:31.6875rem;width:0.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaM2KbLCFWQ27nwJH9NKnogelyrXGW42 { top:9rem;left:13.625rem;width:18.125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owP7blC9dgPeeWO0nkWz3ucdxQOTAvQ9 { top:12.375rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyafrAAKFLTPVgEVIhgTEtsqTan3fFuo { top:12.375rem;left:31.6875rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVgsWrO7NaUlKAU0CQ6yLMoc0LRKlATg { top:12.375rem;left:15.8125rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKHmsaCqAlcafthH3cTpX5Zsdh6RszqM { top:13.0625rem;left:10.625rem;width:21.125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGOoTcx8JGZpaNszsUOfluugptDdn2Qz { top:13.0625rem;left:11rem;width:20.75rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBfFNM8WXc8JLdoF2IlcD4eKTgOFATNc { top:13.5rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXM3PaT1gevAIsJav8KCposQvL7xH4PU { top:28.3125rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua0hgTgtxJ9rdNuQ0TtUaIFmpBdT0HpH { top:29.4375rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO6Q6cKL8ynXrX9CzTnKVxoOalhXzGLJ { top:28.3125rem;left:15.8125rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2GfvticQXwbokczRLhIiquQGT7Lqdf { top:29.5rem;left:16.1875rem;width:9.1875rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4DTnOwF5WIyEGidnyP4ai9XVZySCFL9 { top:28.3125rem;left:31.6875rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvT907NzD8LlU4aHQRPSkeKA4TVC19JK { top:29.5rem;left:31.75rem;width:10.375rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8APmO3CpqCSMepArpX7t6KpQ9tRTzH7 { top:32.5rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGzQpxX5V5wRMadcUHdswmd8bGespWMQ { top:32.9375rem;left:3.375rem;width:12.5rem;height:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdlHOdSSkaZpvgmQhMCzunpeX5Ietp6U { top:32.5rem;left:15.8125rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGleIqVn2IK6OXfta8wgI86rpe23TEum { top:33.625rem;left:16.5rem;width:8.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB5LZKlvlpdeX4iHW43Waz1OI0hN2olT { top:32.5rem;left:31.6875rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXEZK5FOhkOLDwnwwpeKZom6nVeC2yyc { top:33.625rem;left:31.75rem;width:8.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3UtATb4A2FPeJQdydelVn0e3raLSDWU { top:36.375rem;left:0rem;width:47.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCG9w7bH1THGDgri4xrnZFfgQiFMmRhM { top:37.5rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdEJT8pFrHOoesocqDEDmSTPnfB2Tu5D { top:36.375rem;left:15.8125rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoQpS0FXqyl3CDTT1iynFk8uHSncoIQA { top:37.5625rem;left:15.875rem;width:13.5rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trl0r2OQ44IKNaLfexqLyygf6zWazrQe { top:36.375rem;left:31.6875rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOgHOwR6b21GL08Il2zRQTrnmuUE1gRa { top:37.5625rem;left:31.75rem;width:13.8125rem;height:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmwyzbLapwRWCRkmBwDVyn4WEiTPBWVy { top:5.5rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwyIHMiTTebILuRLH7aGBs82vwU1Qif9 { top:15.8125rem;left:0rem;width:47.75rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #anfo506NXZ7Fkq2NspzGqk2HOowfCaTW { top:9.5rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DS64U4GIkx8wm0uMUFuoOiLmW3olpDHc { top:13.5625rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBrgTn5wlmoDXdBFBlQJySCq5TkGFbOQ { top:20.8125rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCuLK06dDKADROQESd9X9BgubabXFSyQ { top:17.75rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wbv5By0XikU8s9mLTPl2zRsIOmfUOhOw { top:17.8125rem;left:0rem;width:37.625rem;height:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Brp28Nbm7oT0VT5iadGNdHbAiBazDNof { top:24.8125rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mGXxk6OrqukXPwsTJNWwDPTwvkrmpxJ9 { top:21.75rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKKgCTOd8z47NRcVa3aM5A6Tik6bXlV8 { top:21.8125rem;left:0rem;width:33.875rem;height:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pd1niILdN3827uyNdl3VVwOLgVHsN7op { top:28.5625rem;left:0rem;width:47.75rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P6E8pPitwTst0NDTtfvFsQJ5ov1qJM3q { top:25.5rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AU9lHG3VHVHKytv8i7UptDAJBwXvlbK5 { top:25.5625rem;left:3.3125rem;width:28.4375rem;height:1.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOzV1haxx1PrRbwPN1hsEMVcMbdZUC46 { top:32.9375rem;left:3.375rem;width:12.5rem;height:2.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BhlK5lfFy1EVaJ9oXKTgLz35A0ANXo2q { top:37.5625rem;left:3.375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzleO7Pw0q6xO5UVEddMMm71P636zuTg { display:block; }#ZzleO7Pw0q6xO5UVEddMMm71P636zuTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGRoW7EPNkgDSX2a2vOSg389lOyKain1 { top:1rem;left:0rem;width:47.75rem;height:192.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUlhXPigzbrOCKTQHTGw18GUkZp4ess4 { top:173.625rem;left:2.687255859375rem;width:42.3125rem;height:11.604515287572rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDsoclErDnHJPEv4sZt9flsTMF37U2oD { display:block; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI { display:block; }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTwnhGPfbE17XTuDAEtnma4ZaGJWNaPr { top:5.25rem;left:0rem;width:18.125rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHKkb4oTblAns2zHdaw6IxOiBv3LD6h2 { width:17.5rem;height:3.4375rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGJJBSC9bV2hO9yFZ2pgMMIpQMOS2iyF { display:block; }
 }@media only screen and (max-width: 763px) { #mEUf3NtNHyoHMLfhcg937SFEvId7Pxl1 { top:4.1875rem;left:27.084228515625rem;width:15.6875rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vho9mmT1QiRPRxpMMSIBJ2TkgKgkhJn2 { top:8.9375rem;left:18.8125rem;width:28.875rem;height:5.612996449152rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q2Oau7iauUHBakTApDUhTHp9sqcSdsTx { background-color:transparent;background-image:url("https://images.assets-landingi.com/9ar9CZxp/CTD_Header_v7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx.adaptive-delivery-prevent-bg, #q2Oau7iauUHBakTApDUhTHp9sqcSdsTx.lazyload, #q2Oau7iauUHBakTApDUhTHp9sqcSdsTx.lazyloading { background-image: none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container { background-color: transparent; background-image: none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container > .video-iframe-container { display: none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row > .video-iframe-container { display: none; }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .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); }#q2Oau7iauUHBakTApDUhTHp9sqcSdsTx > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz3poF1ua8LPbn36myKW8y3Fos7D2f79 { display:block; }#wz3poF1ua8LPbn36myKW8y3Fos7D2f79 > .row .container { width:20rem;height:163.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtDZmytqaWqImf3R6wgSlgECbrE9FEZG { width:20rem;height:4.67230625rem;top:1.625rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rTa6gR7cQky3iUSzwmeBTZV90VnNmGhi { width:2.8125rem;height:3.875rem;top:0.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNlHNdh65VMDh4huOKDwGxBNOtwxftUp { width:20rem;height:146.9574875rem;top:9.3115234375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ap1amw0ndgEEIOTTnyk1JkyeE1UQgia3 { background-color:#ffffff;background-image:none;display:none; }#ap1amw0ndgEEIOTTnyk1JkyeE1UQgia3 > .row .container { width:20rem;height:156.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MUP9iSxvdgVinpR4Ofg0fXbubJI0uzpD { width:15.3125rem;height:3.125rem;top:19.749755859375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5M5kWrqWbNFuz2bHUc7qFddc05H9FL6 { width:12.5rem;height:1.171875rem;top:20.687255859375rem;left:1.593017578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcIXgzOOwNSi3FBJXziFIFzNJWRiOHPL { width:20rem;height:3.125rem;top:38.999565124512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIyfBgqPGnAF4q7UVQTZZeENwwIw4mbm { width:20rem;height:3.125rem;top:23.499755859375rem;left:0rem;z-index:99992;display:block; }
 }@media only screen and (max-width: 763px) { #Pf0E9ScFrHufnyeNCT9vT45Ct4KU3FT0 { width:12.5rem;height:0.9375rem;top:24.4375rem;left:0.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTWmREVomQsOZ6sGdxPWmZJcTLDcJ9M4 { width:0.0625rem;height:3.125rem;top:23.5rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #miA5MBQW2ite5G8x2DzVKDmKuOHuPuAT { width:12.5rem;height:1.171875rem;top:39.937065124512rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpkXwiKE5pLpNZOrLfwqvw6lnfvD2zxV { width:12.5rem;height:0.9375rem;top:28.4375rem;left:0.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTcTM4lmmGf4DJIEbQK96PBUJuW7p56I { width:20rem;height:3.4375rem;top:27.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaSlNP9uFkIxqDyD5k2u433JUs98AAu9 { width:18.125rem;height:2.03125rem;top:27.9375rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQLq7Ln6bOdWasmcpV1eBqXRdUpKrRqE { width:0.0625rem;height:3.4375rem;top:27.375rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCsx6MMH8UONhVHSVho1JChkB2RWZlDm { width:9.24925rem;height:0.9375rem;top:24.5625rem;left:10.75075rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxBWybIVzveabwSO1s8V3dI7Q05yO3bp { width:20rem;height:3.125rem;top:111.58373769233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPtV4na8qcrsCyv4BcdJFMW0D745KJC4 { width:12.5rem;height:1.171875rem;top:112.52123769233rem;left:3.888916015625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkkfTbrsa0as9cXhBiLEQV6mSooTXoNM { width:0.0625rem;height:3.4375rem;top:27.375rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGg3UMAAmXi63bXKPoAPfOPb1n54mZbm { width:11.62475rem;height:0.9375rem;top:24.5625rem;left:8.37525rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxpM1eST2r8gKoNPgI6L9R3VphbKlwRK { width:0.0625rem;height:3.125rem;top:23.5rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #npPSDVANNiTi4ibUON8Bs0rMXicZeklZ { width:18.125rem;height:2.03125rem;top:27.9375rem;left:1.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcbWyb3FOn5aIFg3E6qPLEICW82skKoI { width:20rem;height:3.4375rem;top:31.312255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmc2sb7uKwoHqHHPhcQhw8udnOiKviPh { width:0.0625rem;height:3.4375rem;top:31.3125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcKunQsF96c1q33ZpixW2gQgeQRIHKSC { width:0.0625rem;height:3.4375rem;top:31.3125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaor5cE9xS0IsGWlzwyVtKdz5OEQEaXP { width:12.5rem;height:0.9375rem;top:44.375541687012rem;left:1.74853515625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaGtp1vTMCdl2ea2C87FOL9TUcu4ymO8 { width:12.5rem;height:0.9375rem;top:53.694797940087rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKv0DDatPES57GQNiPdl5Uxq4wlFuCvn { width:12.5rem;height:0.9375rem;top:65.9505242249rem;left:1.905517578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzTpNgD028B2wFQMQD2XC5V1Pk8xGQSf { width:20rem;height:3.125rem;top:43.374565124512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #akqFpTTaoTuQ20OAm2Lb6oomlrUlElS6 { width:20rem;height:3.125rem;top:52.757297940087rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5v2HM4IhLeR9Tl8nBa7FZTJ3srrJ2Vu { width:20rem;height:3.125rem;top:69.57587517705rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvJG2zudrkmS7DT6ipmXXMfa2dPeC0yW { width:20rem;height:0.9375rem;top:44.500785827637rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIbbV2EuUO6yVJFg6dK30qH7c5XqPNaW { width:20rem;height:0.9375rem;top:70.6388634583rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW4o3ETbCrSlcS2UNA9ib9t3zH9WZBKI { width:20rem;height:1.875rem;top:53.819797940087rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvlLN1ziyk3iqxUoeUEnCdVLldsX4z9l { width:0.0625rem;height:3.125rem;top:43.438285827637rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yECK7usmMOTUhPaOwd3y4rP3epBKw5AL { width:0.0625rem;height:3.125rem;top:52.757297940087rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2ezswcnc30vB926wtt7fRk9qTilJqmw { width:0.0625rem;height:3.125rem;top:69.5763634583rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hys6C6Sh60z0aOMVp4qcdOcfBBSn6vPO { width:20rem;height:2.03125rem;top:32rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzDMxGC4EQZcHi3KQMtgQI65a6sEtmWc { width:19.375rem;height:2.03125rem;top:32rem;left:0.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb70RflsbrcHQZ3suIzzVRkX0mpfKQX0 { width:12.5rem;height:0.9375rem;top:32.4375rem;left:0.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQkTvtUNqmXKbnKqqUJbpU991mB9LT3D { width:20rem;height:3.4375rem;top:83.269940695263rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT0TauTVpZo96oLToA1GPHwIieLSexvP { width:12.5rem;height:0.9375rem;top:79.865399679638rem;left:1.905517578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwL4MrteWX1uiXx1fCMaHzSdRtT8i8TX { width:0.0625rem;height:3.4375rem;top:83.269940695263rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v77MJDwzIa9HWRyqpNoT7ofNw1RdZA93 { width:9.187rem;height:0.9375rem;top:84.457440695263rem;left:10.813rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqgu8d2f0aOl1SHk1AMMNALu00qrZvf0 { width:0.0625rem;height:3.4375rem;top:83.269940695263rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtdyAffhABTuEPlPPNS7wwEVUmV1IvC0 { width:10.37475rem;height:0.9375rem;top:84.457440695263rem;left:9.62525rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cteuHeiiVvNJKc1o03Nd5Ut1iI9gi3Vx { width:15.9375rem;height:3.046875rem;top:106.03588612983rem;left:4.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFQomqT8GqRqG92UHL6t4xRnnSCeuPxx { width:20rem;height:5.3125rem;top:105.02123769233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdFKe2fK3zDxIzq6MIHdCPmuJTnJI2XX { width:15.625rem;height:4.0625rem;top:105.48901112983rem;left:4.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQVObLQ7ISC1M7WaHPXVDdEZaARIXQzm { width:0.0625rem;height:5.3125rem;top:105.02123769233rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VStaX3pBiptOr0Kro6IsFLuCTNlJWJw6 { width:0.0625rem;height:5.3125rem;top:105.02123769233rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTlq7tmgDGnq0ezn15w0fyDlHtoVsDut { width:20rem;height:3.25rem;top:96.583737692331rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRtkIt680iEPxMbMoGXR2mZuwlikdGl7 { width:12.5rem;height:0.9375rem;top:96.989011129831rem;left:1.405517578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lg282sAGiyfVdzJbeUTkG3h9w82WFvuV { width:0.0625rem;height:3.4375rem;top:96.458737692331rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0nkPvh50vzh21175Dn0x42D33L7ESDr { width:8.75rem;height:0.9375rem;top:97.646237692331rem;left:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvzzvTJ1erUgrvgZyxy2hNnWEkOFHtbg { width:0.0625rem;height:3.4375rem;top:115.95873769233rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1ToVm3aDT4yah5MGxhDqAe4mylTROsr { width:6.3745rem;height:0.9375rem;top:97.692136129831rem;left:13.6255rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE4lb3UyWZrwntLaHxQTm18bhmbRre5n { width:20rem;height:3.4375rem;top:100.27123769233rem;left:0rem;z-index:99986;display:block; }
 }@media only screen and (max-width: 763px) { #wo0sMOswTL4S4ZXdsXWpwgxbXFBT173D { width:12.5rem;height:0.9375rem;top:101.36401112983rem;left:1.436767578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrMAgd9fUJ1hUwOnuqEXsGkFBx82yqTc { width:0.0625rem;height:3.4375rem;top:100.33373769233rem;left:15.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #erpuN7HizlLUTExLpg6bnUXlcM23iHn2 { width:13.49975rem;height:1.015625rem;top:101.48119862983rem;left:6.50025rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTu8Szts599E6W1wg1xUlqmNxnGCgM3S { width:0.0625rem;height:3.4375rem;top:100.33373769233rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT6M21DBevmQJe0XK6uDd6U8U6sTExUc { width:13.81225rem;height:1.015625rem;top:101.48119862983rem;left:6.18775rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzUwoBzZ7KrxbTSE4iRWKAW4DfX85lkd { width:12.5rem;height:0.9375rem;top:106.93432362983rem;left:1.405517578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQnbqZvJ1iTPk5becwTmx8E763GMa7uW { background-color:#ffffff;background-image:none;display:block; }#wQnbqZvJ1iTPk5becwTmx8E763GMa7uW > .row .container { background-color: transparent; background-image: none; }#wQnbqZvJ1iTPk5becwTmx8E763GMa7uW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wQnbqZvJ1iTPk5becwTmx8E763GMa7uW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wQnbqZvJ1iTPk5becwTmx8E763GMa7uW > .row .container > .video-iframe-container { display: none; }#wQnbqZvJ1iTPk5becwTmx8E763GMa7uW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wQnbqZvJ1iTPk5becwTmx8E763GMa7uW > .row > .video-iframe-container { display: none; }#wQnbqZvJ1iTPk5becwTmx8E763GMa7uW > .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); }#wQnbqZvJ1iTPk5becwTmx8E763GMa7uW > .row .container { width:20rem;height:88.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPDkVhiSzsckk0eAUFhzvfwP3UliH6a1 { width:10.061875rem;height:2.24935rem;top:0.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZPLK8R1qG5fEFRtQTyRkwUF9vqOpZGK { width:19.375rem;height:2.5rem;top:4.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8N60pWbduKRx9NL8A9MVsaBqGAJ21nG { width:19.375rem;height:2.5rem;top:47.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOd4tSiDkuRfnbK9vb4mlIXHVH1nVa0b { width:12.5rem;height:1.21853125rem;top:1.1875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv24s9oFECHhVndcyr9PUw5PutukgBa1 { width:12.5rem;height:1.21853125rem;top:4.9375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gL6RsaKhVTJD0hRxbzxodDnG4i5v3x6Q { width:12.4989375rem;height:1.21853125rem;top:47.75rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA3J78IuGCz2tlhyu0uKW2ZEhgUvwNS2 { width:19.375rem;height:2.5rem;top:50.436199188233rem;left:0.3125rem;z-index:99992;display:block; }
 }@media only screen and (max-width: 763px) { #DMOECN1lZFGHsQNoxL9o8LxVn5mAn3sA { width:6.25rem;height:0.97439375rem;top:8.1369366645813rem;left:1.4995661377907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkoIrMmiU1LcDfXWIScaD92uugPqMIRa { width:6.25rem;height:0.97439375rem;top:11.5625rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PONMM3Em8h4NSBN8QSUt8Z7D2NwHRZ9q { width:6.25rem;height:0.97439375rem;top:19.312067270279rem;left:1.4995661377907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFOEUFPzehzvevovz2KpElqexsCRhHmS { width:6.25rem;height:0.97439375rem;top:23.013238906861rem;left:1.4995661377907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKTmKUNiWKT4TzwRrHSCSy6Ln1hyae57 { width:6.25rem;height:0.97439375rem;top:26.825087547302rem;left:1.4995661377907rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LraBQuaWopzgI10S0CoD3p68BwFkAaRU { width:19.375rem;height:2.5rem;top:75.006078720094rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tThw50AqhNQFJlGpE6OJvz7tHsuRxH58 { width:19.375rem;height:2.5rem;top:78.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukANuwObSJep0qBuWAZ7XtguWWbRwwXF { width:19.375rem;height:2.5rem;top:71.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuzdvMH9wccerPQZrApu8sxB2KTETfAx { width:19.375rem;height:3.125rem;top:57.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUK0s6aX2dZDTxTZAgqhJPKNwPUIbDcu { width:9.9370625rem;height:2.92318125rem;top:10.5625rem;left:9.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf9NMDydDL4eHlaZoL7uCTMT1kEgd70g { width:8.75rem;height:2.923175rem;top:18.339843988419rem;left:9.841580450535rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyziHOTHPMIJuN40PzqJzpPAt3XA9XK3 { width:9.8123125rem;height:2.923175rem;top:25.852865695953rem;left:9.3098965287206rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F07eTz5zNckfqf2gilvcUiiCAedKXyvU { width:9.0625rem;height:2.923175rem;top:22.041450500488rem;left:9.6527786850931rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5EtFbMC9KbprF18s0FuFIEOl55LUJAF { width:6.25rem;height:1.9487875rem;top:41.1875rem;left:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4UUW3EdDqyunmF0SfKzOy4v8RR5AF9O { width:9.0625rem;height:4.8719625rem;top:39.875rem;left:9.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRKbxF5VDqexwTykNLvFEvl6VJHF55un { width:19.375rem;height:6.875rem;top:81.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPExnggvxoyCBTKy5yraxHKa7ykaTZpC { width:9.0625rem;height:5.84635625rem;top:81.875rem;left:9.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB0doM7NIREFTTRc5xa6TPaWRotMIltb { width:6.25rem;height:1.9487875rem;top:83.8125rem;left:1rem;font-size:0.75rem;z-index:100033;display:block; }
 }@media only screen and (max-width: 763px) { #LJe1iw56VHmol1MPyZtVZ7ABBnOFCnrJ { width:6.25rem;height:1.9487875rem;top:72.125rem;left:1.125rem;font-size:0.75rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #avCXbHGzezPrJEl321IrGFLkwQbA4a2n { top:46.3125rem;left:0rem;width:20rem;height:0.3125rem;z-index:100034;background-color:#383333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Bz6NTDrEAVUEPLrNrBaJRunu8kadktGV { width:0.124783125rem;height:4.24913125rem;top:90rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWlQJ2PqVhu5M2NuPPlwQAmpaUg52uvZ { width:0.124783125rem;height:6.8120625rem;top:85.631525039675rem;left:9.9370661377906rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVWz1KBvMIfekWLoN0z8hf1vAXkqTry9 { width:0.0618489375rem;height:2.5rem;top:75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn7prfPzAHFngfJP9SCn4wL2wnZH276S { width:0.0625rem;height:2.5rem;top:78.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhlCyr8LXovZsMl6UDQBgXH3O6msHWBv { width:0.0625rem;height:2.5rem;top:71.875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzksuydXNA6Jumh7S5Q4J5AGgrB72Urb { width:0.0618489375rem;height:3.125rem;top:22rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkFkJ73ZV3ALr8UOUCA9lsdql7WrThyy { width:0.0625rem;height:6.875rem;top:81.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXzAKSvNn9bH25iei9kTKQ7hZIZWKuvw { width:0.060763875rem;height:2.5rem;top:50.436199188233rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqNVcJI2IN8wAcM6ntbwGvxoI4GNfzGP { width:19.375rem;height:2.5rem;top:7.375rem;left:0.3125rem;z-index:99989;display:block; }
 }@media only screen and (max-width: 763px) { #PNsRukfexTbTwy2FLcg0bJryCSBkCr6W { width:0.0618489375rem;height:2.5rem;top:7.375rem;left:8.625rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #peU4akl9SJfDVwpEJq3DmCEi3DQo51CZ { width:19.375rem;height:3.125rem;top:10.5rem;left:0.3125rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #vieiL1uzNTZbobViKymQ9xqXQvb7BEDT { width:0.060763875rem;height:3.125rem;top:10.5rem;left:8.625rem;z-index:100034;display:block; }
 }@media only screen and (max-width: 763px) { #zsSuwhqaPm5ynbAhszIJ76dHA9BI04Ef { width:19.375rem;height:3.125rem;top:18.25rem;left:0.3125rem;z-index:99988;display:block; }
 }@media only screen and (max-width: 763px) { #T11dObKDuxwCP8vVeCsLN0uXTvl5CV4J { width:0.0625rem;height:3.125rem;top:18.25rem;left:8.625rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #kXA1ibw5yWBopZT7zIDS9gEiKsVnofUq { width:19.375rem;height:3.125rem;top:22rem;left:0.3125rem;z-index:99987;display:block; }
 }@media only screen and (max-width: 763px) { #QKk19lWTZUQq0NZIz56U8POBRwEP64op { width:19.375rem;height:3.125rem;top:25.75rem;left:0.3125rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #X8LQHTgbATSQTmfqxcEK8bkR5FXMObeP { width:0.0625rem;height:3.125rem;top:25.75rem;left:8.625rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #ThEuVRc2E9yZr9vizxRKrwvKMhpRoBFM { width:19.375rem;height:6.875rem;top:39.0625rem;left:0.3125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #yVHGnqqH7Kf97MO2PcieqwevBIyz4MwU { width:0.0618489375rem;height:6.875rem;top:39.0625rem;left:8.625rem;z-index:100035;display:block; }
 }@media only screen and (max-width: 763px) { #ZkunuzFOTQULW1Pgdm0FaC43AhLQBdkn { width:9.249125rem;height:0.97439375rem;top:8.1239123344419rem;left:9.4986982941625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMaFJHTKyUbbiXf8N0Md0av1KtUMqq8Q { width:9.375rem;height:0.97439375rem;top:51.200088500976rem;left:9.529080450535rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZVTgXTiivw6OZ5e7kdfCNI4Odk0lhaw { width:0.060763875rem;height:3.125rem;top:68.109811782837rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaM2KbLCFWQ27nwJH9NKnogelyrXGW42 { width:9.4998125rem;height:2.92318125rem;top:53.541668891907rem;left:9.4661465287206rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #owP7blC9dgPeeWO0nkWz3ucdxQOTAvQ9 { width:19.375rem;height:3.125rem;top:14.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyafrAAKFLTPVgEVIhgTEtsqTan3fFuo { width:0.0618489375rem;height:3.125rem;top:57.0625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVgsWrO7NaUlKAU0CQ6yLMoc0LRKlATg { width:0.0625rem;height:3.125rem;top:14.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKHmsaCqAlcafthH3cTpX5Zsdh6RszqM { width:9.9370625rem;height:2.92318125rem;top:14.47808213532rem;left:9.2469626069069rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGOoTcx8JGZpaNszsUOfluugptDdn2Qz { width:10rem;height:2.92318125rem;top:57.165802001953rem;left:9.216580450535rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBfFNM8WXc8JLdoF2IlcD4eKTgOFATNc { width:7.249375rem;height:0.97439375rem;top:15.450304031372rem;left:0.62500005960463rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXM3PaT1gevAIsJav8KCposQvL7xH4PU { width:19.375rem;height:2.5rem;top:29.603951454163rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua0hgTgtxJ9rdNuQ0TtUaIFmpBdT0HpH { width:7.686625rem;height:1.9487875rem;top:29.881728172302rem;left:0.62500005960463rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO6Q6cKL8ynXrX9CzTnKVxoOalhXzGLJ { width:0.0625rem;height:2.5rem;top:32.838569641113rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2GfvticQXwbokczRLhIiquQGT7Lqdf { width:9.1873125rem;height:0.97439375rem;top:30.366772651672rem;left:9.6223965287206rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4DTnOwF5WIyEGidnyP4ai9XVZySCFL9 { width:0.0618489375rem;height:3.125rem;top:53.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvT907NzD8LlU4aHQRPSkeKA4TVC19JK { width:10.374375rem;height:0.97439375rem;top:72.638906478881rem;left:9.0288630127906rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8APmO3CpqCSMepArpX7t6KpQ9tRTzH7 { width:19.375rem;height:2.5rem;top:32.83962726593rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGzQpxX5V5wRMadcUHdswmd8bGespWMQ { width:7.5rem;height:1.9487875rem;top:33.117405891419rem;left:0.87456601858137rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdlHOdSSkaZpvgmQhMCzunpeX5Ietp6U { width:0.0625rem;height:2.5rem;top:29.603934288025rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGleIqVn2IK6OXfta8wgI86rpe23TEum { width:8.75rem;height:0.97439375rem;top:33.602432250976rem;left:9.841580450535rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB5LZKlvlpdeX4iHW43Waz1OI0hN2olT { width:0.0618489375rem;height:3.125rem;top:60.75rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXEZK5FOhkOLDwnwwpeKZom6nVeC2yyc { width:7.375rem;height:0.97439375rem;top:75.787109375rem;left:10.5302734375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3UtATb4A2FPeJQdydelVn0e3raLSDWU { width:19.375rem;height:2.5rem;top:35.9375rem;left:0.3125rem;z-index:99986;display:block; }
 }@media only screen and (max-width: 763px) { #xCG9w7bH1THGDgri4xrnZFfgQiFMmRhM { width:6.6873125rem;height:0.97439375rem;top:36.6875rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdEJT8pFrHOoesocqDEDmSTPnfB2Tu5D { width:0.0625rem;height:2.5rem;top:35.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoQpS0FXqyl3CDTT1iynFk8uHSncoIQA { width:8.811875rem;height:0.97439375rem;top:36.701391220093rem;left:9.8101130127906rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Trl0r2OQ44IKNaLfexqLyygf6zWazrQe { width:0.0625rem;height:3.125rem;top:64.375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOgHOwR6b21GL08Il2zRQTrnmuUE1gRa { width:10.061875rem;height:0.97439375rem;top:78.888894081119rem;left:9.1851130127906rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmwyzbLapwRWCRkmBwDVyn4WEiTPBWVy { width:6.25rem;height:0.97439375rem;top:51.200088500976rem;left:1.4995661377907rem;font-size:0.75rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #DwyIHMiTTebILuRLH7aGBs82vwU1Qif9 { width:19.375rem;height:3.125rem;top:53.437501907349rem;left:0.3125rem;z-index:99985;display:block; }
 }@media only screen and (max-width: 763px) { #anfo506NXZ7Fkq2NspzGqk2HOowfCaTW { width:6.25rem;height:0.97439375rem;top:54.513891220093rem;left:1.4995661377907rem;font-size:0.75rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #DS64U4GIkx8wm0uMUFuoOiLmW3olpDHc { width:7.249375rem;height:0.97439375rem;top:57.985246658325rem;left:0.99826389551162rem;font-size:0.75rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #OBrgTn5wlmoDXdBFBlQJySCq5TkGFbOQ { width:19.375rem;height:3.125rem;top:60.749135971069rem;left:0.3125rem;z-index:99991;display:block; }
 }@media only screen and (max-width: 763px) { #eCuLK06dDKADROQESd9X9BgubabXFSyQ { width:6.25rem;height:0.97439375rem;top:61.825090408325rem;left:1.4995661377907rem;font-size:0.75rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #Wbv5By0XikU8s9mLTPl2zRsIOmfUOhOw { width:8.75rem;height:2.923175rem;top:60.852869033814rem;left:10.504557669162rem;font-size:0.75rem;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #Brp28Nbm7oT0VT5iadGNdHbAiBazDNof { width:19.375rem;height:3.125rem;top:64.375rem;left:0.3125rem;z-index:99990;display:block; }
 }@media only screen and (max-width: 763px) { #mGXxk6OrqukXPwsTJNWwDPTwvkrmpxJ9 { width:6.25rem;height:0.97439375rem;top:65.451393127444rem;left:1.4995661377907rem;font-size:0.75rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #gKKgCTOd8z47NRcVa3aM5A6Tik6bXlV8 { width:9.0625rem;height:2.923175rem;top:64.479171752931rem;left:9.6527786850931rem;font-size:0.75rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #Pd1niILdN3827uyNdl3VVwOLgVHsN7op { width:19.375rem;height:3.125rem;top:68.11024570465rem;left:0.3125rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #P6E8pPitwTst0NDTtfvFsQJ5ov1qJM3q { width:6.25rem;height:0.97439375rem;top:69.186200141906rem;left:1.4995661377907rem;font-size:0.75rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #AU9lHG3VHVHKytv8i7UptDAJBwXvlbK5 { width:9.8123125rem;height:2.923175rem;top:68.213977813719rem;left:9.3098965287206rem;font-size:0.75rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #wOzV1haxx1PrRbwPN1hsEMVcMbdZUC46 { width:7.5rem;height:1.9487875rem;top:75.346357345581rem;left:0.87456601858137rem;font-size:0.75rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #BhlK5lfFy1EVaJ9oXKTgLz35A0ANXo2q { width:6.6873125rem;height:0.97439375rem;top:78.888893127444rem;left:1.2803819775581rem;font-size:0.75rem;z-index:100031;display:block; }
 }@media only screen and (max-width: 763px) { #ZzleO7Pw0q6xO5UVEddMMm71P636zuTg { display:block; }#ZzleO7Pw0q6xO5UVEddMMm71P636zuTg > .row .container { width:20rem;height:484.54511199951rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGRoW7EPNkgDSX2a2vOSg389lOyKain1 { width:20rem;height:482.86036875rem;top:1.685791015625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUlhXPigzbrOCKTQHTGw18GUkZp4ess4 { width:20rem;height:5.4851475509942rem;top:456.93481445312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDsoclErDnHJPEv4sZt9flsTMF37U2oD { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nZQ5ImBl/Sem_Ti_tulo_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD.adaptive-delivery-prevent-bg, #aDsoclErDnHJPEv4sZt9flsTMF37U2oD.lazyload, #aDsoclErDnHJPEv4sZt9flsTMF37U2oD.lazyloading { background-image: none; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row .container { background-color: transparent; background-image: none; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row .container > .video-iframe-container { display: none; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row > .video-iframe-container { display: none; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .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); }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row .container { border-width: 0; border-radius: 0; }#aDsoclErDnHJPEv4sZt9flsTMF37U2oD > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI { display:block; }#PP5hUpiOCGoLbECWRLIFyVNJeu7WuDrI > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTwnhGPfbE17XTuDAEtnma4ZaGJWNaPr { width:18.125rem;height:1.444225rem;top:1.25rem;left:0.9375rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oHKkb4oTblAns2zHdaw6IxOiBv3LD6h2 { width:19.9996875rem;height:3.4369125rem;top:9.0498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGJJBSC9bV2hO9yFZ2pgMMIpQMOS2iyF { display:block; }
 }@media only screen and (max-width: 763px) { #mEUf3NtNHyoHMLfhcg937SFEvId7Pxl1 { width:15.68725rem;height:5.37475625rem;top:13.68408203125rem;left:2.1533203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vho9mmT1QiRPRxpMMSIBJ2TkgKgkhJn2 { width:20rem;height:3.88671875rem;top:19.058837890625rem;left:0rem;display:block; }
 }