.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:227,243,227;--color-primary-1:162,214,163;--color-primary-2:69,173,71;--color-primary-3:35,87,36;--color-primary-4:10,26,11;--color-secondary-0:219,219,224;--color-secondary-1:134,136,152;--color-secondary-2:13,17,49;--color-secondary-3:7,9,25;--color-secondary-4:2,3,7;--color-tertiary-0:255,255,255;--color-tertiary-1:49,49,49;--color-tertiary-2:40,40,40;--color-tertiary-3:32,32,32;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Work Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#TTQJJxar38cCy1IlwcsDIGBl211lBnl0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/e93a7051-2539-4835-a0c2-fc6c995f3eae/MONTAMGE.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TTQJJxar38cCy1IlwcsDIGBl211lBnl0.adaptive-delivery-prevent-bg, #TTQJJxar38cCy1IlwcsDIGBl211lBnl0.lazyload, #TTQJJxar38cCy1IlwcsDIGBl211lBnl0.lazyloading { background-image: none; }#TTQJJxar38cCy1IlwcsDIGBl211lBnl0 > .row .container { border-width: 0; border-radius: 0; }#TTQJJxar38cCy1IlwcsDIGBl211lBnl0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTQJJxar38cCy1IlwcsDIGBl211lBnl0 > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:60rem;position:relative;display:none; }#KKUot6Co7TUKigHTJcMGZnrgLITCKgef { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:19.031982421875rem;left:3.6865234375rem;height:8.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#MN44m6q83xz3kRMg5TONsWZTtwB6p6rz { z-index:15003;top:41.25rem;left:3.6875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-2),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RQDCGUAMQJJhRUN9ErkuzvbnWCly7xRw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m5ReBzVUUCAiHEW3bJi8WczXGaCBXNFH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:24.3125rem;top:9rem;left:3.6875rem;overflow:hidden;display:block; }
#eemFbFpTzncDaktgUQSCHMtlc17ETn7G { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124511875rem;width:12.5rem;top:29.1875rem;left:3.6875rem;display:block; }
#lH7RvvlWIU7TFm5IUpz5AvXIQ9Zy1fyo { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:21.82861328125rem;left:3.6865234375rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ievoDJUkrftZawNkFdzXpTak3s8QW7nS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62043671-8b4b-4bf6-9f4c-df2cd2b2eee1/NavyMinimalistBusinessLandingPageDesktopPrototype1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ievoDJUkrftZawNkFdzXpTak3s8QW7nS.adaptive-delivery-prevent-bg, #ievoDJUkrftZawNkFdzXpTak3s8QW7nS.lazyload, #ievoDJUkrftZawNkFdzXpTak3s8QW7nS.lazyloading { background-image: none; }#ievoDJUkrftZawNkFdzXpTak3s8QW7nS > .row .container { border-width: 0; border-radius: 0; }#ievoDJUkrftZawNkFdzXpTak3s8QW7nS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ievoDJUkrftZawNkFdzXpTak3s8QW7nS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ievoDJUkrftZawNkFdzXpTak3s8QW7nS > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:60rem;position:relative;display:none; }#tqezIV0Xerc2NANPhtb9DpdsBTL1tDeD { color:rgba(var(--color-tertiary-0),1);display:block;width:30.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:17.374132156372rem;left:3.6838092803955rem;height:5.3754375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xHZHevh17GbuLuqD9hIcro9RuSaqno67 { z-index:15003;top:34.060333251953rem;left:3.310546875rem;background-color:#f58803;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nzNNODrxQdTKq99dGTHWrcgFiPupbdo0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#slmfOsnMUsvmdXiFS0PTCI6XspO9FLLZ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:21.5625rem;top:8.25rem;left:3.6865234375rem;overflow:hidden;display:block; }
#eiTKWvadGcuJT2b9StXzO09HO7RMRNxO { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123698125rem;width:12.5rem;top:32.434896469116rem;left:3.6827259063721rem;display:block; }
#d61dwTC1AauLmiq65qNw2wrnDJTlSsJh { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:25.374349594116rem;left:3.8368053436279rem;height:6.2988125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tBkM4VBMwtQCU4zPAPWuQX1g01eMnZc9 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:23.25rem;left:3.6875rem;height:4.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66744896-068f-45f2-abb3-798f69631214/personsettinguponlinestoreuploadingproductslaptop.jpg");background-position:top right !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL.adaptive-delivery-prevent-bg, #VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL.lazyload, #VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL.lazyloading { background-image: none; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container { background-color: transparent; background-image: none; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,7,7,0.68); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container > .video-iframe-container { display: none; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(8,7,7,0.68); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row > .video-iframe-container { display: none; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .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); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container { border-width: 0; border-radius: 0; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:60rem;position:relative;display:block; }#ogccvQJ2Ur8xUUpHzC4dVLRJDbFGrBiB { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:16.121963500976rem;left:3.8313789367676rem;height:8.063125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K2cqmJcABwE7n1UX0NZSINsKuoCi32BX { z-index:15003;top:34.060333251953rem;left:3.310546875rem;background-color:#f58803;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rs8Ez22QzSGWoPgBzU3ctp6qKFr26HGs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BnLl5znruNNRoIr3ftHgQhKTpMqGAPTh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:21.5625rem;top:8.25rem;left:3.6865234375rem;overflow:hidden;display:block; }
#rSVLM6xuU9mx4970KbUCQgB89O2Wy7mI { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.123698125rem;width:12.5rem;top:32.87239074707rem;left:3.6827259063721rem;display:block; }
#U2ynKzpJgn1rJhgtDT7vCTMp3TgcqaEz { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:25.004344940186rem;left:3.8289928436279rem;height:6.9010625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IyND8RwEx2GnKdAaLBpRh2qzWOrASdsp { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:23.25rem;left:3.6875rem;height:4.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#QTZePnyzKywhf1T7Scc8lQIPzsccDf9L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTZePnyzKywhf1T7Scc8lQIPzsccDf9L > .row .container { background-color: transparent; background-image: none; }#QTZePnyzKywhf1T7Scc8lQIPzsccDf9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZePnyzKywhf1T7Scc8lQIPzsccDf9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZePnyzKywhf1T7Scc8lQIPzsccDf9L > .row .container > .video-iframe-container { display: none; }#QTZePnyzKywhf1T7Scc8lQIPzsccDf9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTZePnyzKywhf1T7Scc8lQIPzsccDf9L > .row > .video-iframe-container { display: none; }#QTZePnyzKywhf1T7Scc8lQIPzsccDf9L > .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); }#QTZePnyzKywhf1T7Scc8lQIPzsccDf9L > .row .container { border-width: 0; border-radius: 0; }#QTZePnyzKywhf1T7Scc8lQIPzsccDf9L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTZePnyzKywhf1T7Scc8lQIPzsccDf9L > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:block; }#il4gz44UF4Rx6adoosO59GgsWGFvkiWt { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:13.9375rem;left:7.9375rem;display:block; }
#RvWbAv5ens9zWuNIZonLE8nIvD37OKhX { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.5rem;left:8.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#udF0bBXl14vwAl7PgVHyzuCXD8Wh8PsS { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.125rem;height:2.2721375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dx3omKnRgUHfuCnEOVQxZ6XCAKkOtL6i { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.6875rem;left:22.8125rem;height:3.4082rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AwWJ4vsC7kocps3v7TBBywACiofhhzq9 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:13.9375rem;left:28.5625rem;display:block; }
#gdJRehixqTPsGTuxphwT5Xb30zrxM9Va { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.5rem;left:28.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qtrexQ4IqfTozDyEuLI2c2tJnf6se1Pm { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:exo;font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:18.6875rem;left:43.375rem;height:2.2721375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FLlt4egxIvqJOnLORMoKwRnmyTD52osV { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:13.9375rem;left:49.125rem;display:block; }
#M92ruXcEsLbT2rVO8iiUHJnXwXabbiuU { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.5rem;left:49.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QkkHBEcpVOrWTOhknymbivLMVOyzMerT { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:13.875rem;left:16.25rem;overflow:hidden;display:block; }
#u8R3udUPTsdc0KvZHAhAysIuKd1DzkRN { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:13.875rem;left:37.375rem;overflow:hidden;display:block; }
#IdMhgKrLv5OTusl6HvPVXTvuBQ3yNHI1 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.436625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.6317272186279rem;left:9.2805976867675rem;height:4.7934rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XkxTfM4pKmSEDT9IhfVsTz5v50hPRcwg { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:2.53125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dLsKhFfEu8VPhuELpfV1iC3W4FV6r64k { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:8.35546875rem;left:28.4375rem;display:block; }
#l48X6doQvt0P2lt6ZVHn2CgO9NIn37ec { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:23.30078291893rem;left:10.872394561767rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N0dtT0xXNXzZ3FnyTl9zZ4d7RTAHqhNm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Vbu4crcu0LCMMMhk4zpI8SRR5u9uPs3i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#DLl46KkvVn09alb1vNPNKCM00uyw0NaP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66744896-068f-45f2-abb3-798f69631214/personsettinguponlinestoreuploadingproductslaptop.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP.adaptive-delivery-prevent-bg, #DLl46KkvVn09alb1vNPNKCM00uyw0NaP.lazyload, #DLl46KkvVn09alb1vNPNKCM00uyw0NaP.lazyloading { background-image: none; }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .row .container { background-color: transparent; background-image: none; }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .row .container > .video-iframe-container { display: none; }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .row > .video-iframe-container { display: none; }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .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); }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .row .container { border-width: 0; border-radius: 0; }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#x94ieMmTwvpow2LSBniahTxp0x9x7Hy4 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5rem;position:absolute;font-family:exo;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.84375rem;left:9.25rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TygTWbQbKcCGQTKXZg1CkcuCbtypuTrW { color:#04ca33;display:block;width:10.4980625rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:11.436632156372rem;left:1.650390625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XfV5sbevP4UgLyiu3GFeOpQcpu4cxnOl { position:absolute;display:block;z-index:15001;background-color:rgba(246,246,246,0.76);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0) ;height:12.1245625rem;width:13.0620625rem;top:8.4971792697906rem;left:0.37000846862793rem;display:block; }
#Lm4kvS5tLdEqT4ycALoke0dIUkEIp5So { color:rgba(var(--color-tertiary-4),1);display:block;width:12.249375rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.2;letter-spacing:0;top:13.722005844116rem;left:0.77256774902344rem;height:2.5477375rem;text-align:center;text-align-last:center;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;display:block; }
#BbshhTw0L5MHr6OdWS8RWuBm4L1yvkAl { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.6875rem;width:14.625rem;top:29.5625rem;left:81.28125rem;display:none; }
#odbhbzbGgmEqdJ2QlSXxPNfCg5NdmSC6 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.6875rem;width:14.625rem;top:29.5625rem;left:96.46875rem;display:none; }
#QzJvQ46uWzsR7pqUi3XHvdd0NtP6ZpzT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.6875rem;width:14.625rem;top:29.5625rem;left:104.03125rem;display:none; }
#uvMsvOSgOuzEQCsXi8b1gyTHCseLEQox { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:16.6875rem;width:14.625rem;top:29.5625rem;left:104.03125rem;display:none; }
#XNbhDL0wUtwmTDDczi6s6oIdUlND4J0d { color:#04ca33;display:block;width:10.4980625rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:11.436632156372rem;left:17.248264312744rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NlnkrehhLZJNAeXBarFTf5Q1dUOePqrx { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6855625rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:13.373481750488rem;left:16.154514312744rem;height:3.82160625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ChFtPXVTdqTXtKNxd6VF3xfd0dchkabh { color:#04ca33;display:block;width:10.4980625rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:11.436632633209rem;left:32.249351501465rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZTpROMyFKlCyvVZnfQ9xAg16d9H3EFRn { color:rgba(var(--color-tertiary-0),1);display:block;width:11.186rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:13.409288406372rem;left:31.905384063721rem;height:3.8216125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q2yrnps445FiF2AP9rbAHaTmqvdHiudO { color:#04ca33;display:block;width:10.4980625rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:11.436632394791rem;left:47.439239501953rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l23TDWdkOSKLFTgo6JPX6qwMMPOO22Ok { color:rgba(var(--color-tertiary-0),1);display:block;width:12.249375rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:13.720703125rem;left:46.5625rem;height:2.5477375rem;text-align:center;text-align-last:center;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;display:block; }
#ELdfBBxqEfml0VFUrq8TBKAyUab5oe6e { color:#04ca33;display:block;width:10.4980625rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:28.765188217163rem;left:16.810764312744rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EvWTwIw1I35Zs5l574TQBcunzI2Hfhy5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.249375rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.2;letter-spacing:0;top:30.957029342651rem;left:16.059028625488rem;height:2.5477375rem;text-align:center;text-align-last:center;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;display:block; }
#hh41OEkeOQp11pFQWnRKyCCiLu3ge0b5 { color:#04ca33;display:block;width:10.4980625rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:28.833547592163rem;left:32.249351501465rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oVJDnE3wPgyNkB39tk16kHak3wQ5RGDT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.249375rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.2;letter-spacing:0;top:30.958117008209rem;left:31.373699188233rem;height:2.5477375rem;text-align:center;text-align-last:center;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;display:block; }
#A4yqHRVTcgxTF45k86oFQXzF2wiRCz98 { color:#04ca33;display:block;width:10.4980625rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:28.764102935791rem;left:47.439239501953rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LUDnfxEzOCOgaFO2achTTPsJ2AirkLyS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.249375rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;top:30.955944061279rem;left:46.5625rem;height:3.82160625rem;text-align:center;text-align-last:center;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;display:block; }
#kx3sU3VfnVoLhVUmfSvFtTxTFXTPDb9Q { color:#04ca33;display:block;width:10.4980625rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:28.764102935791rem;left:1.650390625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DaHALNqi9bXuPREq0ToHvghBniwDf948 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.249375rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:30.957033157349rem;left:0.77582359313963rem;height:3.82160625rem;text-align:center;text-align-last:center;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;display:block; }
#TRlBTRQOe57VTnbXHsgmXmaleSDdUkw8 { position:absolute;display:block;z-index:15002;background-color:rgba(246,246,246,0.76);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0) ;height:12.1235rem;width:13.061rem;top:8.4971792697906rem;left:15.966796875rem;display:block; }
#bAB8cNAEuXmmek3VdE6vCfb7pJWGxmIK { position:absolute;display:block;z-index:15003;background-color:rgba(246,246,246,0.76);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0) ;height:12.1235rem;width:13.061rem;top:8.4971792697906rem;left:30.967884063721rem;display:block; }
#UaTs2melULeFncXznLm3g3vNuCy8Rm0R { position:absolute;display:block;z-index:15004;background-color:rgba(246,246,246,0.76);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0) ;height:12.1235rem;width:13.061rem;top:8.4971792697906rem;left:46.157772064209rem;display:block; }
#yyJ5WB4M38zD6VDLcxx12kNSzs4N49uh { position:absolute;display:block;z-index:15002;background-color:rgba(246,246,246,0.76);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0) ;height:12.1235rem;width:13.061rem;top:26.168619394302rem;left:0.37109375rem;display:block; }
#SGByTqrJ5JTmqQ2kTRobuURqUyKHh97U { position:absolute;display:block;z-index:15003;background-color:rgba(246,246,246,0.76);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0) ;height:12.1235rem;width:13.061rem;top:26.168621063233rem;left:15.653213500976rem;display:block; }
#vKXWBI509v3llWEDHBAfWMLcu7XTAb2F { position:absolute;display:block;z-index:15004;background-color:rgba(246,246,246,0.76);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0) ;height:12.1235rem;width:13.061rem;top:26.168621063233rem;left:30.967884063721rem;display:block; }
#GIga3tmeHr9z5SfEgv9u7O2gTpLFQ7ZH { position:absolute;display:block;z-index:15005;background-color:rgba(246,246,246,0.76);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0) ;height:12.1235rem;width:13.061rem;top:26.168617248535rem;left:46.157772064209rem;display:block; }
#KbXwN3bzFgG1EXhblmGx3FORkhW8vIQF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KbXwN3bzFgG1EXhblmGx3FORkhW8vIQF > .row .container { background-color: transparent; background-image: none; }#KbXwN3bzFgG1EXhblmGx3FORkhW8vIQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbXwN3bzFgG1EXhblmGx3FORkhW8vIQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbXwN3bzFgG1EXhblmGx3FORkhW8vIQF > .row .container > .video-iframe-container { display: none; }#KbXwN3bzFgG1EXhblmGx3FORkhW8vIQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KbXwN3bzFgG1EXhblmGx3FORkhW8vIQF > .row > .video-iframe-container { display: none; }#KbXwN3bzFgG1EXhblmGx3FORkhW8vIQF > .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); }#KbXwN3bzFgG1EXhblmGx3FORkhW8vIQF > .row .container { border-width: 0; border-radius: 0; }#KbXwN3bzFgG1EXhblmGx3FORkhW8vIQF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KbXwN3bzFgG1EXhblmGx3FORkhW8vIQF > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:block; }#ae9Cb9MW9RMRVh90t0tVqz0DZ5s7WXVw { color:rgba(var(--color-tertiary-0),1);display:block;width:6.06228125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3120660781863rem;left:13.372396469116rem;height:2.599825rem;font-style:normal;display:block; }
#KGoMJlBLPhRGiOn6XTOJJTWoVcDgP0yR { color:rgba(var(--color-tertiary-0),1);display:block;width:6.06228125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.435982704163rem;left:14.876302719116rem;height:2.599825rem;font-style:normal;display:block; }
#ZvlNsWNQLpJLTqr3Qbdru7NKgK2A6aal { color:rgba(var(--color-tertiary-0),1);display:block;width:6.06228125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.23025226593rem;left:43.467666625976rem;height:2.599825rem;font-style:normal;display:block; }
#knSf7yLz5fEMmf7Nz4nXx5VdypO4b5H5 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.124375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.473307609558rem;left:10.377603530884rem;height:2.599825rem;font-style:normal;display:block; }
#zggERNoWDg2RRWRmAqKX1m36yWPpS5MP { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:18.748915672302rem;left:12.379556655884rem; }
#CEtTNvhm3ddCozy8rMzz0CrbO8py0r68 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:11.285807609558rem;left:17.315536499024rem; }
#zEuZaVfhvBN570hK4Mg97v7Q2RmAMrgU { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:17.779948234558rem;left:41.287979125976rem; }
#roLLVpnVm0VB1H4dTmbaWLMBJ1fUp4Iv { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:4.5056428909302rem;left:17.315536499024rem; }
#wO2eObTzreBqtDo6D2tX3kCJIqSiwKXp { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:5.0065107345581rem;left:36.324871063233rem; }
#i33uLzgBG3SGTZp0SqzB4r5n2tUJgZcq { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1875rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.3111982345581rem;left:37.599826812744rem;height:2.599825rem;font-style:normal;display:block; }
#NKe2p9fdxAzAULVU52Ot7oMVIAzGyIzE { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:11.35525226593rem;left:43.686199188233rem; }
#LikmadUlu1TwxXgKxdw7E2zzRvBB0rUC { color:rgba(var(--color-tertiary-0),1);display:block;width:9.1873125rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:12.450087547303rem;left:38.629558563233rem;height:2.599825rem;font-style:normal;display:block; }
#OMbEEcT9T4bA3eH4HXcBlOHd7ALX8Cnl { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.6875rem;width:25rem;top:1.2499980926514rem;left:18.592666625976rem;overflow:hidden;display:none; }
#nx5rc5h2AFrFlM9k3Bnl0IpvQT3DQPBe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.375rem;width:37.5625rem;top:0.5625rem;left:10.375rem;overflow:hidden;display:block; }
#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row .container { background-color: transparent; background-image: none; }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row .container > .video-iframe-container { display: none; }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row > .video-iframe-container { display: none; }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .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); }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row .container { border-width: 0; border-radius: 0; }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;position:relative;display:block; }#SdbSOgd5lpUBxvyH6ppdN3Pok4yOwEbf { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:25.375rem;left:1.0625rem;display:block; }
#K0R6WzdIraKmFDTcT1soyQWfPSi7SmrB { position:absolute;display:block;z-index:15022;background-color:#808080;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:9.375rem;width:3.125rem;top:22.25rem;left:25.125rem;display:block; }
#b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT { position:absolute;display:block;z-index:15003;background-color:#c1c1c1;background-image:url("https://images.assets-landingi.com/uc/0a97821f-076e-430b-847d-982c3a5920c4/Catlogosemttulo12101copiar.crop_1523x2865_451,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:35.625rem;width:23.3125rem;top:2.9375rem;left:3.625rem;display:block; }#b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT.adaptive-delivery-prevent-bg, #b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT.lazyload, #b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT.lazyloading { background-image: none; }
#gEey02fUnQOyF3qt3vM0bSFIhy8BtL4l { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:4.4375rem;left:22.0625rem;display:block; }
#cqnZR3v3NISk9sctA3wTw3gnFs6RXEDG { color:rgba(var(--color-primary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.75rem;left:30.375rem;height:3.0875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dvmo97nKSdbtetPrZcQcGzaSrD2aPmss { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5625rem;left:30.375rem;height:16.8989125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uAcg3nuS8vrVzdcDIPGoaQmgywI0bKbs { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:8.0625rem;left:30.375rem;height:3.91875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTHgCsppDMuKqN89aNxUd6sSxv70Juze { z-index:15005;top:31.875rem;left:30.375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JhgJ8zXw2sn3NGBRWhgCeDeF5OuWAhRM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row .container { background-color: transparent; background-image: none; }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row .container > .video-iframe-container { display: none; }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row > .video-iframe-container { display: none; }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .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); }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row .container { border-width: 0; border-radius: 0; }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:60rem;position:relative;display:block; }#S7eTuWDeTPCXraLQerbGprQlsLo3wClp { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5625rem;top:7.962890625rem;left:7.21875rem;overflow:hidden;display:none; }
#A3sAVpQucnQd7HmdJ8w1PuKkrpGtcRRV { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:33.75rem;left:0.5625rem;height:1.7875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#U6ff71O48cH6VGNkKpQ1W8JJeGEQxuZK { color:rgba(var(--color-tertiary-3),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:37rem;left:-0.125rem;height:3.30078125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XAwDifbXBx2bKOssAXnIRFTVHyFlgl5T { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.5625rem;left:46.4375rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yNu0KSkqyleIpz54l5SSdgsXcA57Bz9X { color:rgba(var(--color-tertiary-3),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:20.5625rem;left:46.4375rem;height:3.30078125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yaCS9GnzgUKaIanHzpToK7TPoTRQm38w { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.6875rem;left:25.125rem;height:1.787325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DnHdzDWUho7tNWR6KJtHZRP1XobqaD9A { color:rgba(var(--color-tertiary-3),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:10.9375rem;left:21.125rem;height:2.20051875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s28fvo4sFqhLWT3xvH0Gb3flAgmunA2N { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:17.4375rem;left:4.125rem;height:1.787325rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Hxg8TdBt4nm2n459T2knJCRMflZJIqKa { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:20.75rem;left:1.4375rem;height:3.30078125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZDkrMaOmqiSRiiJlFl7LiPbdRcXrJteE { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:33.75rem;left:47.75rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pu6STNEbOrmacMK2Ol5Hb4TaEy4KvkuK { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:37rem;left:47.75rem;height:3.30078125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Td8cnFt33CXvrBumzOnX5KQKWvfOqOwp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:25rem;display:none; }
#CFnVnKKVgI9DHnRcoVMP3dwG3N9Ltno4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:25rem;display:none; }
#WGyqE8X67HLMyaDZy7q1xai1Im9sCbwD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:25rem;display:none; }
#XLexqI9p2BDs76EuX0qcS3lC1FxEG0VW { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.625rem;width:60rem;top:9.5rem;left:0.0625rem;overflow:hidden;display:block; }
#HhWaufnU65ZiEwsxiDk56T5Q1uFcsefH { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:5.5rem;height:;text-align:center;text-align-last:center;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;display:block; }
#oAVvdc6OzNZNfLuUgUtXgsNZ2mGzPSKd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:25rem;display:none; }
#QyVIGwkd2dfEoBUQsWPBc7AECLq2UWf9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:25rem;display:none; }
#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row .container { background-color: transparent; background-image: none; }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row .container > .video-iframe-container { display: none; }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row > .video-iframe-container { display: none; }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .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); }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row .container { border-width: 0; border-radius: 0; }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:block; }#HXDy7ptPQ1lfi2LJ6h6KoVT3Ma2ZNiZ2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:2.5rem;left:5.71875rem;overflow:hidden;display:block; }
#xk1GN1b2XayxiyIUWDJPmhosoXFNcdRD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:2.1875rem;left:35.40625rem;overflow:hidden;display:block; }
#gWShFRW0HH53NuQRZgtgHOlZWKnXF10d { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:2.5rem;left:50.71875rem;overflow:hidden;display:block; }
#JB6zX6hTbegMHbRTrE8oeRKOVd1NPnEk { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:2.46875rem;left:20.6875rem;overflow:hidden;display:block; }
#R14pGuU5MJmoAFSBmoJvTiyAeZuX2LcL { color:rgba(var(--color-primary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.037109375rem;left:0rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KRgzIT4omzLrJAguOSG9lZ6bckxQWXPX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.392578125rem;left:1.21875rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJE8Kbvn5ZtTcutV70B1gQI2BdCT0q0v { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.392578125rem;left:16.0625rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBdqnkUgy7iFeTSas0027mP4t7PowQBR { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.037109375rem;left:15rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lP002bHacBt8wDxVtylxJvsw10bIyxks { color:rgba(var(--color-primary-2),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.037109375rem;left:30rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTx0Rh2I9m0Qaa1kNPv0JiVKmPD1Fki6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.392578125rem;left:31.28125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i5IDRfIv75vVUM1bgJF7uKmgAm4JPpI9 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.392578125rem;left:47.71875rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHrufLqXLbUc5nPQLOvQzg2isfyCd3Cw { color:rgba(var(--color-primary-2),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.037109375rem;left:45rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row .container { background-color: transparent; background-image: none; }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row .container > .video-iframe-container { display: none; }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row > .video-iframe-container { display: none; }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .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); }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row .container { border-width: 0; border-radius: 0; }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:60rem;position:relative;display:block; }#QswJaN9rhuuTXkQmGUl1AEUf63FcK1Rt { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0437507629394rem;left:19.093751907349rem;height:2.19375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vhuNX3TXSBuI728kWspHDVnpBhgRqmW3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.436525rem;width:6.186525rem;top:6.0625rem;left:1.8125rem;overflow:hidden;display:block; }
#oqFBl1EEolUJA12CsLn0RkiEbrJkt2cz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.561525rem;width:6.624rem;top:6rem;left:7.9375rem;overflow:hidden;display:block; }
#JIOCXka8DhIzZ4s0G0O8Qc0n3pEB4rvH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.749025rem;width:6.8105625rem;top:5.9375rem;left:15.1875rem;overflow:hidden;display:block; }
#EnUSXMPO0EBPtJpWyrkveGCqFlXpytHJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:5.4375rem;top:5.875rem;left:23.3125rem;overflow:hidden;display:block; }
#tGoRxNblc9TS2Zdaem0vz9IF6Kq9ECIV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.124025rem;width:5.9375rem;top:6.25rem;left:29.5625rem;overflow:hidden;display:block; }
#tfWbbbkrL3QJJfH5Esv5MoLyzZ0zhsN6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.561525rem;width:5rem;top:18rem;left:22.1875rem;overflow:hidden;display:block; }
#efdB9sud8WKHhgu9SZE681m6uBhTTzy3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.436525rem;width:7.7480625rem;top:5.5625rem;left:35.5rem;overflow:hidden;display:block; }
#utrXl97PU5akAOoUmGibGIw4HvcgcnxU { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:7.0625rem;top:17.25rem;left:0rem;overflow:hidden;display:block; }
#kpS5zkEK5ev6gdcoUFo967RTNuh7kLXr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:6.3125rem;top:31.75rem;left:7.5625rem;overflow:hidden;display:block; }
#tl5y40vI8BhxHxdVpHOBVt289A8adOz1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:7.3125rem;top:17.0625rem;left:7.5rem;overflow:hidden;display:block; }
#BP9B4yCHzmL7uhfTIgesuUu8vmhcb520 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:6.125rem;top:22.1875rem;left:28.5625rem;overflow:hidden;display:block; }
#XEacPmED7IiEBEtz5TnCpqvND45hxFOT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:5.4375rem;top:22.375rem;left:35.625rem;overflow:hidden;display:block; }
#yiydXpFgrO9fvURNHSBs3ET2pQwvbxRB { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:6.5rem;top:31.6875rem;left:14.1875rem;overflow:hidden;display:block; }
#rntLTCTUgNt82HkJPkr8FvvJekVkUB3x { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:5.8125rem;top:36.6875rem;left:35.1875rem;overflow:hidden;display:block; }
#cnwRGyWEsawaWzOgsUWXsQGN5VrLnKn0 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.43725625rem;width:6.25rem;top:41.125rem;left:0.1875rem;overflow:hidden;display:block; }
#TTgqfgCpozihtsQGTz4wqUIowQPrSArV { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.686525rem;width:5.124025rem;top:41.3125rem;left:41.9052734375rem;overflow:hidden;display:block; }
#BJ1XwC1JGbm9DWnTINNhprQmeGKicM78 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:6.4375rem;top:31.40625rem;left:53.5625rem;overflow:hidden;display:block; }
#ZnMTISsvbiv4xaissHqVHPk24194ByWA { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:6.624rem;top:31.6875rem;left:40.90625rem;overflow:hidden;display:block; }
#yf5STzxeCTrVyw659KnNVTcyHHxbgXvC { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:7.375rem;top:31.375rem;left:20rem;overflow:hidden;display:block; }
#iZiuMqof5JmR2bDtU9ZywqDye1BRidLE { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:5.1875rem;top:28rem;left:54.373046875rem;overflow:hidden;display:block; }
#IpK6RD1ToixbUJTVKGOvuheRJtnA4T4V { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.811525rem;width:6.749rem;top:21.6875rem;left:40.9375rem;overflow:hidden;display:block; }
#H3poyRJTaxzTvCsfhBt9Tfnz7TWzsHEh { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4995125rem;width:6.3745rem;top:31.8125rem;left:47.8125rem;overflow:hidden;display:block; }
#ZkTQfm01hhRGhi9t4ahvxNXVoc0IXpTa { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:4.875rem;top:32.25rem;left:28.125rem;overflow:hidden;display:block; }
#yfZNKMDy8cLJSrnBqUan4tKEOAzpQdRB { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.874025rem;top:18rem;left:54.4375rem;overflow:hidden;display:block; }
#IEaRVLACMAPkxoTsSzpgSbXWvJa5WGRx { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.249025rem;width:5.999025rem;top:36.8125rem;left:27.75rem;overflow:hidden;display:block; }
#FgT6B58bZxAEM68Pv5lvOAc7SzadkNi3 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.25rem;top:41.375rem;left:7.4375rem;overflow:hidden;display:block; }
#KrGqChrOG4bvA9l6zIenQKD0t963DgmD { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6.0625rem;top:41.3125rem;left:48.091796875rem;overflow:hidden;display:block; }
#QLN0PTZszRi2nTom0v3AML42raZrqxLB { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.999025rem;width:5.625rem;top:41.3125rem;left:54.375rem;overflow:hidden;display:block; }
#ulsnbi9oqixcOG6R6ix3OAPevt7fdEzI { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:8.375rem;top:17.7490234375rem;left:27.1875rem;overflow:hidden;display:block; }
#nOD8xgivwAG3LphSqMM2oyVTsw3mTMhu { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:6.125rem;top:17.5rem;left:15rem;overflow:hidden;display:block; }
#urDCAHdpsv5Oqun4bRipgpGoIzJzl5IO { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.11328125rem;left:12.15625rem;height:4.38585rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KR20IDvzEL8DigvLbHuk4FzSKAQITgqh { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5.9375rem;top:17.625rem;left:35.375rem;overflow:hidden;display:block; }
#tkooKf6cf8XNEfAFLT0Hrlp8JDHCNvnU { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:5.5rem;top:17.75rem;left:41.625rem;overflow:hidden;display:block; }
#FdzE17ImaLohnqsGhM4WEVwfGgP6yB1Q { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5.4375rem;top:22.5625rem;left:1.0625rem;overflow:hidden;display:block; }
#QtwT9Xysdb1KuqLazQdriNAgdGlbo023 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.936525rem;width:5.561525rem;top:17.8125rem;left:48rem;overflow:hidden;display:block; }
#ncloyq0FcWmSSadd21zcwKqdpvJkANJi { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.25rem;top:22.375rem;left:8.0625rem;overflow:hidden;display:block; }
#fFEb5W21x9aypWtJHOZTbaH1bLgPtpAb { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.0625rem;top:22.4375rem;left:15.125rem;overflow:hidden;display:block; }
#qnBdEQvEzrXTrr405MCaTERr6ah2IvQq { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6rem;top:22.5rem;left:21.625rem;overflow:hidden;display:block; }
#F0eUa9VHUlJUA0u7EuBRFeiXhsTNmnpR { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.311525rem;width:5.999025rem;top:22.1875rem;left:47.625rem;overflow:hidden;display:block; }
#TuaU7o2H6c6Q1Pro9dpU1p9INL6LJlnX { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:6.875rem;top:21.875rem;left:53.125rem;overflow:hidden;display:block; }
#kztLy5ShUURqerKq70db9yJfSX5K2zm1 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:6.25rem;top:31.625rem;left:0.25rem;overflow:hidden;display:block; }
#xokPpl3a8TPX1CTFO35RJcWZu82MJQHc { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:6.4375rem;top:27.0625rem;left:47.75rem;overflow:hidden;display:block; }
#n0vZpMFB8RK9g4Z0inrsHzpvcxTqUWyS { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:7rem;top:31.53125rem;left:34.59375rem;overflow:hidden;display:block; }
#k9bqlFT4nETaJlywpbObL9ROMfHuyfvO { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:6.1875rem;top:37.125rem;left:0.1875rem;overflow:hidden;display:block; }
#VgLBQaC1epAPASvDZvyholKRZG7yR0xU { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.125rem;top:37.125rem;left:7.125rem;overflow:hidden;display:block; }
#v0h5BSkXXMA39idO36GrhNKhl8bS6Mgp { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6.0625rem;top:36.8125rem;left:14.09375rem;overflow:hidden;display:block; }
#zerqwUi2kk7PBdtT5gazKmLcTHbe22MH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5.875rem;top:37.0625rem;left:20.9375rem;overflow:hidden;display:block; }
#firtTyoDTI4QFAMr1vzGDByMHNWKfvmV { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:4.8125rem;top:37.25rem;left:42.1875rem;overflow:hidden;display:block; }
#t0aPLcXbKU81U0aTmJ8Q6doUXv0JIAr7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:4.75rem;top:37.125rem;left:48.375rem;overflow:hidden;display:block; }
#KoU91xCiSMaab7NaIiw7pBEP58x9Uxvc { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:4.5625rem;top:36.9375rem;left:54.5rem;overflow:hidden;display:block; }
#sqzHc7VsIyaTGvCKphTyTMO743THsNrL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:4.5rem;top:27.375rem;left:36.28125rem;overflow:hidden;display:block; }
#klOMnR1rTI93nmozRTkNDcZxHvJ4iUHs { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.311525rem;width:6.124025rem;top:41.1875rem;left:14.0625rem;overflow:hidden;display:block; }
#XSKH2x8aV6NqurLmDq7uNeXuF3tBghNm { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5.9375rem;top:41.2177734375rem;left:20.9375rem;overflow:hidden;display:block; }
#MRJ79FfAdEuqz95QqxaH7hr2SfZiyiTZ { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:5.8125rem;top:41.1240234375rem;left:27.8125rem;overflow:hidden;display:block; }
#ayuSv4ff7zNCPFErunz3XcWx1JsSTBpR { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:5.75rem;top:41.25rem;left:35.28125rem;overflow:hidden;display:block; }
#POvQ6GkdT91B8Uyt7atDVpTuQZp1kh6M { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:5.375rem;top:7.6240234375rem;left:44.34375rem;overflow:hidden;display:block; }
#dxhBL3bzB7ZtGgrlhGsqy6apec8Ec7Ay { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:6.0625rem;top:5.236328125rem;left:51.4375rem;overflow:hidden;display:block; }
#iZZqdHgrda6ao7XVaqwm2NDTQ7VKi5CF { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:6.375rem;top:27.75rem;left:0.1875rem;overflow:hidden;display:block; }
#CShfcGo8rGTtLRT0eRuHnx4LKT6xhz25 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:10.6875rem;top:28.3125rem;left:26.3125rem;overflow:hidden;display:block; }
#OrnfsPbS97m10WRbQRAIurGPsVnxEV7u { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.9375rem;top:27.75rem;left:7.25rem;overflow:hidden;display:block; }
#U9rdeCx3LD4PX1IfE6DNa1k4nd33wn5U { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:27.21875rem;left:22.373046875rem;overflow:hidden;display:block; }
#vAf8tJgDzlsTCFGrZNpPfrknnNTeNhO7 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.4375rem;top:28.28125rem;left:14.560546875rem;overflow:hidden;display:block; }
#QTBo8naLNq0Adk8PCdMHtTtmqfpGAhmC { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:6.75rem;top:27.375rem;left:40.9990234375rem;overflow:hidden;display:block; }
#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row .container { background-color: transparent; background-image: none; }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row .container > .video-iframe-container { display: none; }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row > .video-iframe-container { display: none; }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .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); }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row .container { border-width: 0; border-radius: 0; }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#sDPi8TN0bI5ZUCEo4mlMNeZNQqBu40Lw { color:rgba(var(--color-primary-2),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.060546875rem;left:13.0625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#snuIToKdvsbZEHCn1tNai69PFAZF72X6 { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNuaZmbOxGdmPULiC7DlOQz8d2g3QIql { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17.25rem;left:0rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJzczHvOCTLvCg5wrlOWypSdAMosaQ6E { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ce2b9b25-78e4-44f0-a379-fe5d068a4742/ddsds.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.9375rem;top:10.8125rem;left:3.1875rem;display:block; }#vJzczHvOCTLvCg5wrlOWypSdAMosaQ6E.adaptive-delivery-prevent-bg, #vJzczHvOCTLvCg5wrlOWypSdAMosaQ6E.lazyload, #vJzczHvOCTLvCg5wrlOWypSdAMosaQ6E.lazyloading { background-image: none; }
#T6nGmJ9shlgyvqdIXInmbd3UP4sI68S1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:14.25rem;width:27.375rem;top:7.5rem;left:1.4375rem;display:block; }
#CSkBPTFTzoJ6Bo3gA3RfIT7qFZHBT01M { color:#808080;display:block;width:16.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:9.75rem;left:10.25rem;height:9.7981875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ku2ZTsJ3ToOBZOfSd1Wpy7TQzJm0DBoa { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.625rem;left:29.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSVf8eEC4lmphOLplqLm5fBZdOC0OTwx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.3125rem;left:29.875rem;height:1.0559875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U4NJxNUZWhZbL9ORcqbHT6qHO8MAo9tT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:14.25rem;width:27.375rem;top:7.5rem;left:31.1875rem;display:block; }
#w0bT94EsFkKrSDhgogsONtKxyrdyTUHa { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4224276f-dba7-4615-964a-011dcf74a424/alcindoe1658810957945.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:5rem;top:10.8125rem;left:33rem;display:block; }#w0bT94EsFkKrSDhgogsONtKxyrdyTUHa.adaptive-delivery-prevent-bg, #w0bT94EsFkKrSDhgogsONtKxyrdyTUHa.lazyload, #w0bT94EsFkKrSDhgogsONtKxyrdyTUHa.lazyloading { background-image: none; }
#iEiKKkTkZpIJUbRn7AKferH5B7NW09ZE { color:#808080;display:block;width:17.5625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:10.625rem;left:39.9375rem;height:8.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row .container { background-color: transparent; background-image: none; }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row .container > .video-iframe-container { display: none; }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row > .video-iframe-container { display: none; }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .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); }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row .container { border-width: 0; border-radius: 0; }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#rH6wvthz2Fr1U9sitrOnSJ7S6hBNXADQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.75rem;width:19.375rem;top:9.75rem;left:0rem;display:block; }
#nN75ZrkH5f7WC0bW0PZSMoNZOgiAqLiL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.75rem;width:19.375rem;top:9.75rem;left:20.3125rem;display:block; }
#cT4VodClGVxTfEdp0CUbPnPbOA8EDFyT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.75rem;width:19.375rem;top:9.75rem;left:40.625rem;display:block; }
#lvMdZe0tDgdCIw2VByQcnAok2Idh2QVw { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0bee149e-d85f-40b3-9ef4-6e223d55dbc9/perfil3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:0.9375rem;left:7.1875rem;display:block; }#lvMdZe0tDgdCIw2VByQcnAok2Idh2QVw.adaptive-delivery-prevent-bg, #lvMdZe0tDgdCIw2VByQcnAok2Idh2QVw.lazyload, #lvMdZe0tDgdCIw2VByQcnAok2Idh2QVw.lazyloading { background-image: none; }
#h9JA3ECR5y3qkbu0XfDDnB46aBwEmLBe { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.0625rem;left:3.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JwuCbprJux1H1ZI4OetsxnhQG3oahm6x { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.0625rem;left:24.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8OxqSKpMvvlHRQcqzAET5UDaq0ABwi4 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1dfe7d1f-5c75-4d19-bf9d-bf129cc0cce3/perfil5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.56176875rem;width:4.56176875rem;top:0.9375rem;left:27.75rem;display:block; }#W8OxqSKpMvvlHRQcqzAET5UDaq0ABwi4.adaptive-delivery-prevent-bg, #W8OxqSKpMvvlHRQcqzAET5UDaq0ABwi4.lazyload, #W8OxqSKpMvvlHRQcqzAET5UDaq0ABwi4.lazyloading { background-image: none; }
#n3TFWH7znD7FHT45AH2CJHcixxkKtHB0 { color:rgba(var(--color-primary-2),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.1875rem;left:44.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#obQKdIXVmoLBXmZeSwVIls7mGmcrUFcg { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e15e5d06-dca0-4f5d-a499-93912b39f058/perfil6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.56176875rem;width:4.56176875rem;top:1.0625rem;left:48.25rem;display:block; }#obQKdIXVmoLBXmZeSwVIls7mGmcrUFcg.adaptive-delivery-prevent-bg, #obQKdIXVmoLBXmZeSwVIls7mGmcrUFcg.lazyload, #obQKdIXVmoLBXmZeSwVIls7mGmcrUFcg.lazyloading { background-image: none; }
#LlIsx0GNproHpT4wziQIrCdatQV5CGaZ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.8125rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AF4khxDLZuKydyv2TWuEm6EkSREt90r2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.6875rem;left:24.375rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sRHmi9sPeErUD7UWKwPGZs7EIaFu5FO2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:7.8125rem;left:44.9375rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/b8d03ab3-39d6-4e3f-b058-9a7d22888268/formbg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE.adaptive-delivery-prevent-bg, #ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE.lazyload, #ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE.lazyloading { background-image: none; }#ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE > .row .container { background-color: transparent; background-image: none; }#ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE > .row .container > .video-iframe-container { display: none; }#ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE > .row > .video-iframe-container { display: none; }#ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE > .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); }#ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE > .row .container { border-width: 0; border-radius: 0; }#ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:60rem;position:relative;display:block; }#oXg6LKKmDbbypLDrdoXlI6laTq2HdQya { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:exo;font-size:2.9375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:9.75rem;left:0rem;height:14.09724375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-form-header { font-size:0.875rem; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-regular-label { height:auto;display:block;font-family:exo;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.875rem;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;overflow:hidden;font-family:exo;vertical-align:top; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-text {padding-top: 0; padding-bottom: 0;}#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1.125rem;overflow:hidden;font-family:exo;vertical-align:top; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:exo;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-select {padding-top: 0; padding-bottom: 0;}#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #f58803, #fef8a5);background-image: -moz-linear-gradient(160deg, #f58803, #fef8a5);background-image: -ms-linear-gradient(160deg, #f58803, #fef8a5);background-image: -o-linear-gradient(160deg, #f58803, #fef8a5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58803', endColorstr='#fef8a5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58803', endColorstr='#fef8a5' );";background-image: linear-gradient(160deg, #f58803, #fef8a5);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.8125rem;margin-bottom:0.25rem;margin-left:3.8125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:14.1875rem;height:3.4375rem;font-family:exo;overflow:hidden;text-align:center;text-align-last:center; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:exo;font-size:1.125rem; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:exo;font-size:1.125rem; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:exo;font-size:1.125rem; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:exo;font-size:1.125rem; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:exo;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.5);vertical-align:top;width:20.625rem;overflow:hidden;font-style:normal;float:none; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:exo;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-container:first-of-type{padding-top:0;}#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-container:last-of-type{padding-bottom:0;}#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.7500003185125rem;left:32.25rem;font-size:0.875rem; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-info-text { display:block;height:auto;font-family:exo;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo {display:block;}#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.7500003185125rem;left:32.25rem;font-size:0.875rem; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #iWCvpP5XqRpsbJ6IACFBctAuhGfx2H3T { position:relative; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #tMnu5GV0J35J12Ptd8hufROCspZ8nHDW { position:relative;display:block; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #I5s3M5nsPVoIaSctWvm7wrA1cqAkMzse { position:relative; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #ccBPO9l7KEJwpGFGuuC1JHA02k4ToXiU { position:relative; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #ZkcBzQIP5Vl68DWDDbLwPzHk4BIL50oe { position:relative;display:none; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #OT6N6eb9UngaWmDt40X7nTweAfQRoyZW { position:relative; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #AJGJnQcx6Mh4kZdAcqzenKMNtOHI2AOr { position:relative; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #hqqwn6bbvw5JtznWx9yiKt92W67bJpFw { position:relative;display:block; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #GeLAyGL1zq2WqPce1uF6Vd7PsiDLHFO3 { position:relative; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #b9uIA9soUN73vHO7mHq2hcKIAvZelklA { position:relative; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #rE119pvykdwKzJ3HODPuZLqO9QB0asRM { position:relative;display:block; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #buKmt50u17IhBHSe9pK4EDH9O72TtoDO { position:relative; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #p5aLXfdDqiBCgu8ETIXaIQMcSPE2LvZF { position:relative; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #QLxQN1V5l12Va9wMpRJUGCRoImVWpBbQ { position:relative; }
#FgQOIBDPmpORy7Piecxxyi5KpXlbueTr { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-left:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-right:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),0.2);border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5.625rem;width:5.625rem;top:6.5rem;left:51.5rem;display:block; }
#gVKwvrSToKMy6y8SygrnCsCfbcDvZb7r { color:rgba(var(--color-tertiary-0),1);display:block;width:29.0625rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:25.998698234558rem;left:0rem;height:14.609375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#gVKwvrSToKMy6y8SygrnCsCfbcDvZb7r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gVKwvrSToKMy6y8SygrnCsCfbcDvZb7r li:before{  }
#CkWcZZfaPLayHITLHKSWoe9ZhAtWqXJW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:13rem;top:2.8124898280948rem;left:0.5625rem;overflow:hidden;display:block; }
#QvBJSM9h5g7MRHdSPbvM3ZZT0Klvkfpb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QvBJSM9h5g7MRHdSPbvM3ZZT0Klvkfpb > .row .container { border-width: 0; border-radius: 0; }#QvBJSM9h5g7MRHdSPbvM3ZZT0Klvkfpb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvBJSM9h5g7MRHdSPbvM3ZZT0Klvkfpb > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:60rem;position:relative;display:none; }#Llm4vAKqObWEw9kGJG4QgD80kauSGa5F { color:rgba(var(--color-tertiary-4),1);display:block;width:56.6875rem;position:absolute;font-family:exo;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1.65625rem;height:3.0869125rem;text-align:center;text-align-last:center;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;display:block; }
#NBTReKxSyDw91hUWFTrPa9gFVIy8KXMg { z-index:15004;top:33.1240234375rem;left:18.84375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fohfLT9ALswNc83blBJBNOTUXDBPN24r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDi99NUMlkRLeNNLyDZy0bqDTXeEE67f { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:7.375rem;left:0.3125rem;overflow:hidden;display:block; }
#KVgMTtOL6AxFXQDKARR2qZqJiDLUL4E9 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:7.375rem;left:12.1875rem;overflow:hidden;display:block; }
#EHOSbZOxWJEVol9qMKa6J0Kz0a0dQfGf { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:7.375rem;left:24.0625rem;overflow:hidden;display:block; }
#kmxeptkSaQ6uXa0Ez5Hy67TK9Xxb2lo9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:7.375rem;left:35.9375rem;overflow:hidden;display:block; }
#vUlTZXV3hEOAi7ZaU06vJWeXZwm8LwKC { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:7.375rem;left:47.8125rem;overflow:hidden;display:block; }
#JVAbfo1cQXyFJO7AXkdvB0Hkl0TOgThm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:19.25rem;left:0.3125rem;overflow:hidden;display:block; }
#hAaBE6TVKq3hRFKTnyPk5TD0qMsLAKb4 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:19.25rem;left:12.1875rem;overflow:hidden;display:block; }
#HyuVJJZoMM2JIngl2xXvpKQp7u9fxd7l { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:19.25rem;left:24.0625rem;overflow:hidden;display:block; }
#zXE3kgxnTA2fyUcUIELKtzuoCSXp5n3v { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:19.25rem;left:35.9375rem;display:block; }
#mU8sP0BBF8NA1TisTWSXvKPlNk8bK6cT { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.75rem;left:36.8125rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container { background-color: transparent; background-image: none; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container > .video-iframe-container { display: none; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row > .video-iframe-container { display: none; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .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); }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container { border-width: 0; border-radius: 0; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#pcdFTTi69lAoudiSCPHWFS6D6DRATHoB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:12.125rem;top:3.15625rem;left:1.4375rem;overflow:hidden;display:block; }
#KazqQDUgAi6RuZr0QRJgkAfNOc0DULdm { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:2.9;letter-spacing:0;top:6.59375rem;left:44.875rem;height:2.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n0F4uOzBPdJrtV1N666Muhi7dMWuL9eF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.5rem;left:52.125rem; }
#n0F4uOzBPdJrtV1N666Muhi7dMWuL9eF > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#DF25zXZkE6Pv6BiAaNMOLO8sJ2k1mm39 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.5rem;left:49.3125rem; }
#DF25zXZkE6Pv6BiAaNMOLO8sJ2k1mm39 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#HGO5gGX27gFcfqks6MWpJl8oXU5JeXoe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.5rem;left:46.5625rem; }
#HGO5gGX27gFcfqks6MWpJl8oXU5JeXoe > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#epCGNHuTADmoXKFxe4v9GU7qTolVasDC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.5rem;left:54.9375rem; }
#epCGNHuTADmoXKFxe4v9GU7qTolVasDC > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#AJGqT4OrcCCu9BnfKXZFoDG76BVbysMO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.5rem;left:57.6875rem; }
#AJGqT4OrcCCu9BnfKXZFoDG76BVbysMO > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TTQJJxar38cCy1IlwcsDIGBl211lBnl0 { display:none; }#TTQJJxar38cCy1IlwcsDIGBl211lBnl0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KKUot6Co7TUKigHTJcMGZnrgLITCKgef { top:5.9375rem;left:0rem;width:16.3125rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MN44m6q83xz3kRMg5TONsWZTtwB6p6rz { top:41.25rem;left:0rem;width:16.875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQDCGUAMQJJhRUN9ErkuzvbnWCly7xRw { display:block; }
 }@media only screen and (max-width: 763px) { #m5ReBzVUUCAiHEW3bJi8WczXGaCBXNFH { top:9rem;left:0rem;width:24.3125rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eemFbFpTzncDaktgUQSCHMtlc17ETn7G { top:29.1875rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH7RvvlWIU7TFm5IUpz5AvXIQ9Zy1fyo { top:11.5625rem;left:0rem;width:17.6875rem;height:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ievoDJUkrftZawNkFdzXpTak3s8QW7nS { display:none; }#ievoDJUkrftZawNkFdzXpTak3s8QW7nS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tqezIV0Xerc2NANPhtb9DpdsBTL1tDeD { top:17.3125rem;left:0rem;width:30.8125rem;height:5.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHZHevh17GbuLuqD9hIcro9RuSaqno67 { top:34rem;left:0rem;width:24.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzNNODrxQdTKq99dGTHWrcgFiPupbdo0 { display:block; }
 }@media only screen and (max-width: 763px) { #slmfOsnMUsvmdXiFS0PTCI6XspO9FLLZ { top:8.25rem;left:0rem;width:21.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiTKWvadGcuJT2b9StXzO09HO7RMRNxO { top:32.375rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d61dwTC1AauLmiq65qNw2wrnDJTlSsJh { top:25.3125rem;left:0rem;width:30.5rem;height:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBkM4VBMwtQCU4zPAPWuQX1g01eMnZc9 { top:11.75rem;left:0rem;width:19.1875rem;height:2.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL { display:block; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogccvQJ2Ur8xUUpHzC4dVLRJDbFGrBiB { top:16.0625rem;left:0rem;width:33.375rem;height:8.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2cqmJcABwE7n1UX0NZSINsKuoCi32BX { top:34rem;left:0rem;width:24.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs8Ez22QzSGWoPgBzU3ctp6qKFr26HGs { display:block; }
 }@media only screen and (max-width: 763px) { #BnLl5znruNNRoIr3ftHgQhKTpMqGAPTh { top:8.25rem;left:0rem;width:21.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSVLM6xuU9mx4970KbUCQgB89O2Wy7mI { top:32.8125rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ynKzpJgn1rJhgtDT7vCTMp3TgcqaEz { top:25rem;left:0rem;width:31.4375rem;height:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyND8RwEx2GnKdAaLBpRh2qzWOrASdsp { top:11.75rem;left:0rem;width:19.1875rem;height:2.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTZePnyzKywhf1T7Scc8lQIPzsccDf9L { display:block; }#QTZePnyzKywhf1T7Scc8lQIPzsccDf9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #il4gz44UF4Rx6adoosO59GgsWGFvkiWt { top:13.9375rem;left:1.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvWbAv5ens9zWuNIZonLE8nIvD37OKhX { top:14.5rem;left:2rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #udF0bBXl14vwAl7PgVHyzuCXD8Wh8PsS { top:18.625rem;left:0rem;width:12.5rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx3omKnRgUHfuCnEOVQxZ6XCAKkOtL6i { top:18.625rem;left:16.6875rem;width:14.375rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwWJ4vsC7kocps3v7TBBywACiofhhzq9 { top:13.9375rem;left:22.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdJRehixqTPsGTuxphwT5Xb30zrxM9Va { top:14.5rem;left:22.6875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtrexQ4IqfTozDyEuLI2c2tJnf6se1Pm { top:18.625rem;left:33.375rem;width:14.375rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLlt4egxIvqJOnLORMoKwRnmyTD52osV { top:13.9375rem;left:43rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M92ruXcEsLbT2rVO8iiUHJnXwXabbiuU { top:14.5rem;left:43.25rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkkHBEcpVOrWTOhknymbivLMVOyzMerT { top:13.875rem;left:10.125rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8R3udUPTsdc0KvZHAhAysIuKd1DzkRN { top:13.875rem;left:31.25rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdMhgKrLv5OTusl6HvPVXTvuBQ3yNHI1 { top:3.625rem;left:3.1555976867676rem;width:41.375rem;height:4.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkxTfM4pKmSEDT9IhfVsTz5v50hPRcwg { top:9.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLsKhFfEu8VPhuELpfV1iC3W4FV6r64k { top:8.3125rem;left:22.3125rem;width:3.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l48X6doQvt0P2lt6ZVHn2CgO9NIn37ec { top:23.25rem;left:4.7473945617676rem;width:40.5rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0dtT0xXNXzZ3FnyTl9zZ4d7RTAHqhNm { display:none; }
 }@media only screen and (max-width: 763px) { #Vbu4crcu0LCMMMhk4zpI8SRR5u9uPs3i { display:none; }
 }@media only screen and (max-width: 763px) { #DLl46KkvVn09alb1vNPNKCM00uyw0NaP { display:block; }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x94ieMmTwvpow2LSBniahTxp0x9x7Hy4 { top:1.8125rem;left:3.1241321563721rem;width:41.4375rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TygTWbQbKcCGQTKXZg1CkcuCbtypuTrW { top:11.375rem;left:0rem;width:10.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfV5sbevP4UgLyiu3GFeOpQcpu4cxnOl { width:13rem;height:12.0625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm4kvS5tLdEqT4ycALoke0dIUkEIp5So { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbshhTw0L5MHr6OdWS8RWuBm4L1yvkAl { width:14.625rem;height:16.6875rem;top:30.1875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odbhbzbGgmEqdJ2QlSXxPNfCg5NdmSC6 { width:14.625rem;height:16.6875rem;top:30.1875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzJvQ46uWzsR7pqUi3XHvdd0NtP6ZpzT { width:14.625rem;height:16.6875rem;top:30.1875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvMsvOSgOuzEQCsXi8b1gyTHCseLEQox { width:14.625rem;height:16.6875rem;top:30.1875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNbhDL0wUtwmTDDczi6s6oIdUlND4J0d { top:11.375rem;left:11.123264312744rem;width:10.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlnkrehhLZJNAeXBarFTf5Q1dUOePqrx { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChFtPXVTdqTXtKNxd6VF3xfd0dchkabh { top:11.375rem;left:26.124351501465rem;width:10.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTpROMyFKlCyvVZnfQ9xAg16d9H3EFRn { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2yrnps445FiF2AP9rbAHaTmqvdHiudO { top:11.375rem;left:37.3125rem;width:10.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l23TDWdkOSKLFTgo6JPX6qwMMPOO22Ok { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELdfBBxqEfml0VFUrq8TBKAyUab5oe6e { top:28.75rem;left:10.685764312744rem;width:10.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvWTwIw1I35Zs5l574TQBcunzI2Hfhy5 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh41OEkeOQp11pFQWnRKyCCiLu3ge0b5 { top:28.8125rem;left:26.124351501465rem;width:10.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVJDnE3wPgyNkB39tk16kHak3wQ5RGDT { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4yqHRVTcgxTF45k86oFQXzF2wiRCz98 { top:28.75rem;left:37.3125rem;width:10.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUDnfxEzOCOgaFO2achTTPsJ2AirkLyS { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx3sU3VfnVoLhVUmfSvFtTxTFXTPDb9Q { top:28.75rem;left:0rem;width:10.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaHALNqi9bXuPREq0ToHvghBniwDf948 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRlBTRQOe57VTnbXHsgmXmaleSDdUkw8 { width:13rem;height:12.0625rem;top:8.4375rem;left:9.841796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAB8cNAEuXmmek3VdE6vCfb7pJWGxmIK { width:13rem;height:12.0625rem;top:8.4375rem;left:24.842884063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaTs2melULeFncXznLm3g3vNuCy8Rm0R { width:13rem;height:12.0625rem;top:8.4375rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyJ5WB4M38zD6VDLcxx12kNSzs4N49uh { width:13rem;height:12.0625rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGByTqrJ5JTmqQ2kTRobuURqUyKHh97U { width:13rem;height:12.0625rem;top:26.125rem;left:9.5282135009762rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKXWBI509v3llWEDHBAfWMLcu7XTAb2F { width:13rem;height:12.0625rem;top:26.125rem;left:24.842884063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIga3tmeHr9z5SfEgv9u7O2gTpLFQ7ZH { width:13rem;height:12.0625rem;top:26.125rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbXwN3bzFgG1EXhblmGx3FORkhW8vIQF { display:block; }#KbXwN3bzFgG1EXhblmGx3FORkhW8vIQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ae9Cb9MW9RMRVh90t0tVqz0DZ5s7WXVw { width:6rem;height:2.5625rem;top:7.25rem;left:7.2473964691163rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGoMJlBLPhRGiOn6XTOJJTWoVcDgP0yR { width:6rem;height:2.5625rem;top:19.375rem;left:8.7513027191163rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvlNsWNQLpJLTqr3Qbdru7NKgK2A6aal { width:6rem;height:2.5625rem;top:19.1875rem;left:37.342666625976rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knSf7yLz5fEMmf7Nz4nXx5VdypO4b5H5 { width:9.0625rem;height:2.5625rem;top:13.4375rem;left:4.2526035308838rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zggERNoWDg2RRWRmAqKX1m36yWPpS5MP { top:18.6875rem;left:6.2545566558837rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEtTNvhm3ddCozy8rMzz0CrbO8py0r68 { top:11.25rem;left:11.190536499024rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEuZaVfhvBN570hK4Mg97v7Q2RmAMrgU { top:17.75rem;left:35.162979125976rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roLLVpnVm0VB1H4dTmbaWLMBJ1fUp4Iv { top:4.5rem;left:11.190536499024rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO2eObTzreBqtDo6D2tX3kCJIqSiwKXp { top:5rem;left:30.199871063233rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i33uLzgBG3SGTZp0SqzB4r5n2tUJgZcq { width:9.1875rem;height:2.625rem;top:7.25rem;left:31.474826812744rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKe2p9fdxAzAULVU52Ot7oMVIAzGyIzE { top:11.3125rem;left:37.561199188233rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LikmadUlu1TwxXgKxdw7E2zzRvBB0rUC { width:9.125rem;height:2.5625rem;top:12.4375rem;left:32.504558563233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMbEEcT9T4bA3eH4HXcBlOHd7ALX8Cnl { width:25rem;height:24.6875rem;top:1.1875rem;left:12.467666625976rem;display:none; }
 }@media only screen and (max-width: 763px) { #nx5rc5h2AFrFlM9k3Bnl0IpvQT3DQPBe { width:37.5625rem;height:26.375rem;top:0.5625rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B { display:block; }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdbSOgd5lpUBxvyH6ppdN3Pok4yOwEbf { top:25.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0R6WzdIraKmFDTcT1soyQWfPSi7SmrB { top:22.25rem;left:19rem;width:3.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT { top:2.9375rem;left:0rem;width:23.3125rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEey02fUnQOyF3qt3vM0bSFIhy8BtL4l { top:4.4375rem;left:15.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqnZR3v3NISk9sctA3wTw3gnFs6RXEDG { top:5.75rem;left:19.125rem;width:28.625rem;height:3.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvmo97nKSdbtetPrZcQcGzaSrD2aPmss { top:13.5625rem;left:21.875rem;width:25.875rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAcg3nuS8vrVzdcDIPGoaQmgywI0bKbs { top:8.0625rem;left:19.8125rem;width:27.9375rem;height:3.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTHgCsppDMuKqN89aNxUd6sSxv70Juze { top:31.875rem;left:24.25rem;width:22.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhgJ8zXw2sn3NGBRWhgCeDeF5OuWAhRM { display:block; }
 }@media only screen and (max-width: 763px) { #rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 { display:block; }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7eTuWDeTPCXraLQerbGprQlsLo3wClp { top:7.9375rem;left:5.15625rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3sAVpQucnQd7HmdJ8w1PuKkrpGtcRRV { top:33.75rem;left:0rem;width:12.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6ff71O48cH6VGNkKpQ1W8JJeGEQxuZK { top:37rem;left:0rem;width:13.0625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAwDifbXBx2bKOssAXnIRFTVHyFlgl5T { top:17.5625rem;left:35.125rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNu0KSkqyleIpz54l5SSdgsXcA57Bz9X { top:20.5625rem;left:34.6875rem;width:12.9375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaCS9GnzgUKaIanHzpToK7TPoTRQm38w { top:7.6875rem;left:18.9375rem;width:9.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnHdzDWUho7tNWR6KJtHZRP1XobqaD9A { top:10.9375rem;left:13.875rem;width:17.875rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s28fvo4sFqhLWT3xvH0Gb3flAgmunA2N { top:17.375rem;left:2.0618476867676rem;width:9.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxg8TdBt4nm2n459T2knJCRMflZJIqKa { top:20.75rem;left:0rem;width:12.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDkrMaOmqiSRiiJlFl7LiPbdRcXrJteE { top:33.75rem;left:37.4375rem;width:9.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu6STNEbOrmacMK2Ol5Hb4TaEy4KvkuK { top:37rem;left:37.4375rem;width:9.1875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td8cnFt33CXvrBumzOnX5KQKWvfOqOwp { width:25rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFnVnKKVgI9DHnRcoVMP3dwG3N9Ltno4 { width:25rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGyqE8X67HLMyaDZy7q1xai1Im9sCbwD { width:25rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XLexqI9p2BDs76EuX0qcS3lC1FxEG0VW { top:9.5rem;left:0rem;width:47.75rem;height:28.3515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhWaufnU65ZiEwsxiDk56T5Q1uFcsefH { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAVvdc6OzNZNfLuUgUtXgsNZ2mGzPSKd { width:25rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QyVIGwkd2dfEoBUQsWPBc7AECLq2UWf9 { width:25rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXA4PC49o1lio9Of55xUR5T9Z9999Rtl { display:block; }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXDy7ptPQ1lfi2LJ6h6KoVT3Ma2ZNiZ2 { top:2.5rem;left:4.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk1GN1b2XayxiyIUWDJPmhosoXFNcdRD { top:2.1875rem;left:27.75rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWShFRW0HH53NuQRZgtgHOlZWKnXF10d { top:2.5rem;left:40rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB6zX6hTbegMHbRTrE8oeRKOVd1NPnEk { top:2.4375rem;left:16.09375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R14pGuU5MJmoAFSBmoJvTiyAeZuX2LcL { top:7rem;left:0rem;width:14.5rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRgzIT4omzLrJAguOSG9lZ6bckxQWXPX { top:9.375rem;left:0rem;width:12.5625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJE8Kbvn5ZtTcutV70B1gQI2BdCT0q0v { top:9.375rem;left:11rem;width:12.875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBdqnkUgy7iFeTSas0027mP4t7PowQBR { top:7rem;left:9.25rem;width:14.625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP002bHacBt8wDxVtylxJvsw10bIyxks { top:7rem;left:21rem;width:14.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTx0Rh2I9m0Qaa1kNPv0JiVKmPD1Fki6 { top:9.375rem;left:23.375rem;width:12.4375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5IDRfIv75vVUM1bgJF7uKmgAm4JPpI9 { top:9.375rem;left:37rem;width:9.5625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHrufLqXLbUc5nPQLOvQzg2isfyCd3Cw { top:7rem;left:33.125rem;width:14.625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr { display:block; }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QswJaN9rhuuTXkQmGUl1AEUf63FcK1Rt { top:3rem;left:12.96875rem;width:21.8125rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhuNX3TXSBuI728kWspHDVnpBhgRqmW3 { top:6.0625rem;left:0rem;width:6.125rem;height:4.3924037525105rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqFBl1EEolUJA12CsLn0RkiEbrJkt2cz { top:6rem;left:1.8125rem;width:6.5625rem;height:4.5191738847373rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIOCXka8DhIzZ4s0G0O8Qc0n3pEB4rvH { top:5.9375rem;left:9.0625rem;width:6.75rem;height:4.7067945929576rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnUSXMPO0EBPtJpWyrkveGCqFlXpytHJ { top:5.875rem;left:17.1875rem;width:5.4375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGoRxNblc9TS2Zdaem0vz9IF6Kq9ECIV { top:6.25rem;left:23.4375rem;width:5.9375rem;height:4.124025rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfWbbbkrL3QJJfH5Esv5MoLyzZ0zhsN6 { top:18rem;left:16.0625rem;width:5rem;height:3.561525rem;display:block; }
 }@media only screen and (max-width: 763px) { #efdB9sud8WKHhgu9SZE681m6uBhTTzy3 { top:5.5625rem;left:29.375rem;width:7.6875rem;height:5.3940305640926rem;display:block; }
 }@media only screen and (max-width: 763px) { #utrXl97PU5akAOoUmGibGIw4HvcgcnxU { top:17.25rem;left:0rem;width:7.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpS5zkEK5ev6gdcoUFo967RTNuh7kLXr { top:31.75rem;left:1.4375rem;width:6.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl5y40vI8BhxHxdVpHOBVt289A8adOz1 { top:17.0625rem;left:1.375rem;width:7.3125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP9B4yCHzmL7uhfTIgesuUu8vmhcb520 { top:22.1875rem;left:22.4375rem;width:6.125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEacPmED7IiEBEtz5TnCpqvND45hxFOT { top:22.375rem;left:29.5rem;width:5.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiydXpFgrO9fvURNHSBs3ET2pQwvbxRB { top:31.6875rem;left:8.0625rem;width:6.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rntLTCTUgNt82HkJPkr8FvvJekVkUB3x { top:36.6875rem;left:29.0625rem;width:5.8125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnwRGyWEsawaWzOgsUWXsQGN5VrLnKn0 { top:41.125rem;left:0rem;width:6.25rem;height:4.436525rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgqfgCpozihtsQGTz4wqUIowQPrSArV { top:41.3125rem;left:35.7802734375rem;width:5.0625rem;height:3.6422602958612rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ1XwC1JGbm9DWnTINNhprQmeGKicM78 { top:31.375rem;left:41.3125rem;width:6.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnMTISsvbiv4xaissHqVHPk24194ByWA { top:31.6875rem;left:34.78125rem;width:6.5625rem;height:4.6439792798913rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf5STzxeCTrVyw659KnNVTcyHHxbgXvC { top:31.375rem;left:13.875rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZiuMqof5JmR2bDtU9ZywqDye1BRidLE { top:28rem;left:42.5625rem;width:5.1875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpK6RD1ToixbUJTVKGOvuheRJtnA4T4V { top:21.6875rem;left:34.8125rem;width:6.6875rem;height:4.7676801655801rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3poyRJTaxzTvCsfhBt9Tfnz7TWzsHEh { top:31.8125rem;left:41.4375rem;width:6.3125rem;height:4.4556158318952rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTQfm01hhRGhi9t4ahvxNXVoc0IXpTa { top:32.25rem;left:22rem;width:4.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfZNKMDy8cLJSrnBqUan4tKEOAzpQdRB { top:18rem;left:42.9375rem;width:4.8125rem;height:3.3941083088413rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEaRVLACMAPkxoTsSzpgSbXWvJa5WGRx { top:36.8125rem;left:21.625rem;width:5.9375rem;height:4.2054477081692rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgT6B58bZxAEM68Pv5lvOAc7SzadkNi3 { top:41.375rem;left:1.3125rem;width:5.25rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrGqChrOG4bvA9l6zIenQKD0t963DgmD { top:41.3125rem;left:41.6875rem;width:6.0625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLN0PTZszRi2nTom0v3AML42raZrqxLB { top:41.3125rem;left:42.125rem;width:5.625rem;height:3.999025rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulsnbi9oqixcOG6R6ix3OAPevt7fdEzI { top:17.6875rem;left:21.0625rem;width:8.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOD8xgivwAG3LphSqMM2oyVTsw3mTMhu { top:17.5rem;left:8.875rem;width:6.125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urDCAHdpsv5Oqun4bRipgpGoIzJzl5IO { top:12.0625rem;left:6.03125rem;width:35.6875rem;height:4.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KR20IDvzEL8DigvLbHuk4FzSKAQITgqh { top:17.625rem;left:29.25rem;width:5.9375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkooKf6cf8XNEfAFLT0Hrlp8JDHCNvnU { top:17.75rem;left:35.5rem;width:5.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdzE17ImaLohnqsGhM4WEVwfGgP6yB1Q { top:22.5625rem;left:0rem;width:5.4375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtwT9Xysdb1KuqLazQdriNAgdGlbo023 { top:17.8125rem;left:41.875rem;width:5.5rem;height:3.8929767464859rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncloyq0FcWmSSadd21zcwKqdpvJkANJi { top:22.375rem;left:1.9375rem;width:6.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFEb5W21x9aypWtJHOZTbaH1bLgPtpAb { top:22.4375rem;left:9rem;width:6.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnBdEQvEzrXTrr405MCaTERr6ah2IvQq { top:22.5rem;left:15.5rem;width:6rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0eUa9VHUlJUA0u7EuBRFeiXhsTNmnpR { top:22.1875rem;left:41.5rem;width:5.9375rem;height:4.2673067185918rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuaU7o2H6c6Q1Pro9dpU1p9INL6LJlnX { top:21.875rem;left:40.875rem;width:6.875rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kztLy5ShUURqerKq70db9yJfSX5K2zm1 { top:31.625rem;left:0rem;width:6.25rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xokPpl3a8TPX1CTFO35RJcWZu82MJQHc { top:27.0625rem;left:41.3125rem;width:6.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0vZpMFB8RK9g4Z0inrsHzpvcxTqUWyS { top:31.5rem;left:28.46875rem;width:7rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9bqlFT4nETaJlywpbObL9ROMfHuyfvO { top:37.125rem;left:0rem;width:6.1875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgLBQaC1epAPASvDZvyholKRZG7yR0xU { top:37.125rem;left:1rem;width:6.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0h5BSkXXMA39idO36GrhNKhl8bS6Mgp { top:36.8125rem;left:7.96875rem;width:6.0625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zerqwUi2kk7PBdtT5gazKmLcTHbe22MH { top:37.0625rem;left:14.8125rem;width:5.875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #firtTyoDTI4QFAMr1vzGDByMHNWKfvmV { top:37.25rem;left:36.0625rem;width:4.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0aPLcXbKU81U0aTmJ8Q6doUXv0JIAr7 { top:37.125rem;left:42.25rem;width:4.75rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoU91xCiSMaab7NaIiw7pBEP58x9Uxvc { top:36.9375rem;left:43.1875rem;width:4.5625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqzHc7VsIyaTGvCKphTyTMO743THsNrL { top:27.375rem;left:30.15625rem;width:4.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klOMnR1rTI93nmozRTkNDcZxHvJ4iUHs { top:41.1875rem;left:7.9375rem;width:6.0625rem;height:4.2682092761705rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSKH2x8aV6NqurLmDq7uNeXuF3tBghNm { top:41.1875rem;left:14.8125rem;width:5.9375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRJ79FfAdEuqz95QqxaH7hr2SfZiyiTZ { top:41.0625rem;left:21.6875rem;width:5.8125rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayuSv4ff7zNCPFErunz3XcWx1JsSTBpR { top:41.25rem;left:29.15625rem;width:5.75rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POvQ6GkdT91B8Uyt7atDVpTuQZp1kh6M { top:7.5625rem;left:38.21875rem;width:5.375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxhBL3bzB7ZtGgrlhGsqy6apec8Ec7Ay { top:5.1875rem;left:41.6875rem;width:6.0625rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZZqdHgrda6ao7XVaqwm2NDTQ7VKi5CF { top:27.75rem;left:0rem;width:6.375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CShfcGo8rGTtLRT0eRuHnx4LKT6xhz25 { top:28.3125rem;left:20.1875rem;width:10.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrnfsPbS97m10WRbQRAIurGPsVnxEV7u { top:27.75rem;left:1.125rem;width:6.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9rdeCx3LD4PX1IfE6DNa1k4nd33wn5U { top:27.1875rem;left:16.248046875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAf8tJgDzlsTCFGrZNpPfrknnNTeNhO7 { top:28.25rem;left:8.435546875rem;width:6.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTBo8naLNq0Adk8PCdMHtTtmqfpGAhmC { top:27.375rem;left:34.8740234375rem;width:6.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq { display:block; }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDPi8TN0bI5ZUCEo4mlMNeZNQqBu40Lw { top:2rem;left:6.9375rem;width:33.875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snuIToKdvsbZEHCn1tNai69PFAZF72X6 { width:11.25rem;height:1.625rem;top:15.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNuaZmbOxGdmPULiC7DlOQz8d2g3QIql { width:11.25rem;height:1rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJzczHvOCTLvCg5wrlOWypSdAMosaQ6E { width:4.9375rem;height:4.5625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6nGmJ9shlgyvqdIXInmbd3UP4sI68S1 { width:27.375rem;height:14.25rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSkBPTFTzoJ6Bo3gA3RfIT7qFZHBT01M { width:16.875rem;height:9.75rem;top:9.75rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku2ZTsJ3ToOBZOfSd1Wpy7TQzJm0DBoa { width:11.25rem;height:1.625rem;top:15.625rem;left:23.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSVf8eEC4lmphOLplqLm5fBZdOC0OTwx { width:11.25rem;height:1rem;top:17.25rem;left:23.749134063721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4NJxNUZWhZbL9ORcqbHT6qHO8MAo9tT { width:27.375rem;height:14.25rem;top:7.5rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0bT94EsFkKrSDhgogsONtKxyrdyTUHa { width:5rem;height:4.5625rem;top:10.8125rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEiKKkTkZpIJUbRn7AKferH5B7NW09ZE { width:17.5625rem;height:8.375rem;top:10.625rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL { display:block; }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH6wvthz2Fr1U9sitrOnSJ7S6hBNXADQ { top:9.75rem;left:0rem;width:19.375rem;height:10.7495rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN75ZrkH5f7WC0bW0PZSMoNZOgiAqLiL { top:9.75rem;left:14.1875rem;width:19.375rem;height:10.7495rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT4VodClGVxTfEdp0CUbPnPbOA8EDFyT { top:9.75rem;left:28.375rem;width:19.375rem;height:10.7495rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvMdZe0tDgdCIw2VByQcnAok2Idh2QVw { width:4.5rem;height:4.5rem;top:0.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9JA3ECR5y3qkbu0XfDDnB46aBwEmLBe { width:11.25rem;height:1.5625rem;top:6.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwuCbprJux1H1ZI4OetsxnhQG3oahm6x { width:11.25rem;height:1.5625rem;top:6.0625rem;left:18.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8OxqSKpMvvlHRQcqzAET5UDaq0ABwi4 { width:4.5rem;height:4.5rem;top:0.9375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3TFWH7znD7FHT45AH2CJHcixxkKtHB0 { width:11.25rem;height:1.5625rem;top:6.1875rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obQKdIXVmoLBXmZeSwVIls7mGmcrUFcg { width:4.5rem;height:4.5rem;top:1.0625rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlIsx0GNproHpT4wziQIrCdatQV5CGaZ { width:11.25rem;height:1rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF4khxDLZuKydyv2TWuEm6EkSREt90r2 { width:11.25rem;height:1rem;top:7.6875rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRHmi9sPeErUD7UWKwPGZs7EIaFu5FO2 { width:11.25rem;height:1rem;top:7.8125rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE { display:block; }#ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXg6LKKmDbbypLDrdoXlI6laTq2HdQya { top:9.75rem;left:0rem;width:29.5625rem;height:14.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-text {padding-top: 0; padding-bottom: 0;}#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-select {padding-top: 0; padding-bottom: 0;}#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-button { width:14.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.8125rem; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-checkbox-label { width:20.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo  { width:21.875rem;height:auto;top:9.75rem;left:23.375rem; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo {display:block;}#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo { width:21.875rem;height:auto;top:9.75rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #iWCvpP5XqRpsbJ6IACFBctAuhGfx2H3T {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #tMnu5GV0J35J12Ptd8hufROCspZ8nHDW {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #I5s3M5nsPVoIaSctWvm7wrA1cqAkMzse {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #ccBPO9l7KEJwpGFGuuC1JHA02k4ToXiU {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #ZkcBzQIP5Vl68DWDDbLwPzHk4BIL50oe { display:none; }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #OT6N6eb9UngaWmDt40X7nTweAfQRoyZW {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #AJGJnQcx6Mh4kZdAcqzenKMNtOHI2AOr {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #hqqwn6bbvw5JtznWx9yiKt92W67bJpFw {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #GeLAyGL1zq2WqPce1uF6Vd7PsiDLHFO3 {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #b9uIA9soUN73vHO7mHq2hcKIAvZelklA {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #rE119pvykdwKzJ3HODPuZLqO9QB0asRM {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #buKmt50u17IhBHSe9pK4EDH9O72TtoDO {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #p5aLXfdDqiBCgu8ETIXaIQMcSPE2LvZF {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #QLxQN1V5l12Va9wMpRJUGCRoImVWpBbQ {  }
 }@media only screen and (max-width: 763px) { #FgQOIBDPmpORy7Piecxxyi5KpXlbueTr { top:6.5rem;left:42rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVKwvrSToKMy6y8SygrnCsCfbcDvZb7r { width:29.0625rem;height:15.9375rem;top:25.9375rem;left:0rem;font-size:1.0625rem;display:block; }#gVKwvrSToKMy6y8SygrnCsCfbcDvZb7r li:before{  }
 }@media only screen and (max-width: 763px) { #CkWcZZfaPLayHITLHKSWoe9ZhAtWqXJW { top:2.75rem;left:0rem;width:13rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvBJSM9h5g7MRHdSPbvM3ZZT0Klvkfpb { display:block; }#QvBJSM9h5g7MRHdSPbvM3ZZT0Klvkfpb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Llm4vAKqObWEw9kGJG4QgD80kauSGa5F { width:47.75rem;height:3.0625rem;top:2.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTReKxSyDw91hUWFTrPa9gFVIy8KXMg { top:33.0625rem;left:0rem;width:22.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fohfLT9ALswNc83blBJBNOTUXDBPN24r { display:block; }
 }@media only screen and (max-width: 763px) { #RDi99NUMlkRLeNNLyDZy0bqDTXeEE67f { top:7.375rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVgMTtOL6AxFXQDKARR2qZqJiDLUL4E9 { top:7.375rem;left:4rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHOSbZOxWJEVol9qMKa6J0Kz0a0dQfGf { top:7.375rem;left:17.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmxeptkSaQ6uXa0Ez5Hy67TK9Xxb2lo9 { top:7.375rem;left:19.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUlTZXV3hEOAi7ZaU06vJWeXZwm8LwKC { top:7.375rem;left:35.75rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVAbfo1cQXyFJO7AXkdvB0Hkl0TOgThm { top:19.25rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAaBE6TVKq3hRFKTnyPk5TD0qMsLAKb4 { top:19.25rem;left:4rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyuVJJZoMM2JIngl2xXvpKQp7u9fxd7l { top:19.25rem;left:17.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXE3kgxnTA2fyUcUIELKtzuoCSXp5n3v { top:19.25rem;left:19.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU8sP0BBF8NA1TisTWSXvKPlNk8bK6cT { width:10.125rem;height:4.875rem;top:22.75rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4WhiMnyQVUiWOpqf58ah8MyKABceXfN { display:block; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcdFTTi69lAoudiSCPHWFS6D6DRATHoB { top:3.125rem;left:0rem;width:12.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KazqQDUgAi6RuZr0QRJgkAfNOc0DULdm { top:6.5625rem;left:32.6875rem;width:15.0625rem;height:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0F4uOzBPdJrtV1N666Muhi7dMWuL9eF { top:3.5rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#n0F4uOzBPdJrtV1N666Muhi7dMWuL9eF > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #DF25zXZkE6Pv6BiAaNMOLO8sJ2k1mm39 { top:3.5rem;left:43.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
#DF25zXZkE6Pv6BiAaNMOLO8sJ2k1mm39 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #HGO5gGX27gFcfqks6MWpJl8oXU5JeXoe { top:3.5rem;left:40.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#HGO5gGX27gFcfqks6MWpJl8oXU5JeXoe > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #epCGNHuTADmoXKFxe4v9GU7qTolVasDC { top:3.5rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#epCGNHuTADmoXKFxe4v9GU7qTolVasDC > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #AJGqT4OrcCCu9BnfKXZFoDG76BVbysMO { top:3.5rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#AJGqT4OrcCCu9BnfKXZFoDG76BVbysMO > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TTQJJxar38cCy1IlwcsDIGBl211lBnl0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66744896-068f-45f2-abb3-798f69631214/personsettinguponlinestoreuploadingproductslaptop.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#TTQJJxar38cCy1IlwcsDIGBl211lBnl0.adaptive-delivery-prevent-bg, #TTQJJxar38cCy1IlwcsDIGBl211lBnl0.lazyload, #TTQJJxar38cCy1IlwcsDIGBl211lBnl0.lazyloading { background-image: none; }#TTQJJxar38cCy1IlwcsDIGBl211lBnl0 > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KKUot6Co7TUKigHTJcMGZnrgLITCKgef { width:16.375rem;height:5.625rem;top:6.5rem;left:1.8125000596046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MN44m6q83xz3kRMg5TONsWZTtwB6p6rz { top:20.061632156372rem;left:2.3437500596046rem;width:15.3125rem;height:2.3125rem;font-size:0.875rem;background-color:#f58803;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RQDCGUAMQJJhRUN9ErkuzvbnWCly7xRw { display:block; }
 }@media only screen and (max-width: 763px) { #m5ReBzVUUCAiHEW3bJi8WczXGaCBXNFH { width:9.5rem;height:2.375rem;top:2.125rem;left:5.0937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #eemFbFpTzncDaktgUQSCHMtlc17ETn7G { width:12.5rem;height:0.123698125rem;top:18.435331344604rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH7RvvlWIU7TFm5IUpz5AvXIQ9Zy1fyo { width:15.375rem;height:4.5rem;top:13.061632156372rem;left:2.3125000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ievoDJUkrftZawNkFdzXpTak3s8QW7nS { background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/30488791-64a7-4d72-bb83-c3a505f94c36/topmobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ievoDJUkrftZawNkFdzXpTak3s8QW7nS.adaptive-delivery-prevent-bg, #ievoDJUkrftZawNkFdzXpTak3s8QW7nS.lazyload, #ievoDJUkrftZawNkFdzXpTak3s8QW7nS.lazyloading { background-image: none; }#ievoDJUkrftZawNkFdzXpTak3s8QW7nS > .row .container { width:20rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tqezIV0Xerc2NANPhtb9DpdsBTL1tDeD { width:15.75rem;height:4.375rem;top:5.875rem;left:2.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHZHevh17GbuLuqD9hIcro9RuSaqno67 { top:16.672525625rem;left:1.3125rem;width:17.375rem;height:3.375rem;font-size:0.875rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(69,173,71,0.35) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzNNODrxQdTKq99dGTHWrcgFiPupbdo0 { display:block; }
 }@media only screen and (max-width: 763px) { #slmfOsnMUsvmdXiFS0PTCI6XspO9FLLZ { width:14.0625rem;height:3.375rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiTKWvadGcuJT2b9StXzO09HO7RMRNxO { width:12.5rem;height:0.1234375rem;top:15.2999125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d61dwTC1AauLmiq65qNw2wrnDJTlSsJh { width:18.3125rem;height:0;top:11.8115234375rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tBkM4VBMwtQCU4zPAPWuQX1g01eMnZc9 { width:19.1875rem;height:2.55rem;top:11.5rem;left:0.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66744896-068f-45f2-abb3-798f69631214/personsettinguponlinestoreuploadingproductslaptop.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL.adaptive-delivery-prevent-bg, #VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL.lazyload, #VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL.lazyloading { background-image: none; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container { background-color: transparent; background-image: none; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container > .video-iframe-container { display: none; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.76); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row > .video-iframe-container { display: none; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .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); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogccvQJ2Ur8xUUpHzC4dVLRJDbFGrBiB { width:14.75rem;height:8.75rem;top:8.1875001788137rem;left:2.6250000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2cqmJcABwE7n1UX0NZSINsKuoCi32BX { top:27.546874523163rem;left:1.3116319775581rem;width:17.375rem;height:3.375rem;font-size:0.875rem;box-shadow: none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs8Ez22QzSGWoPgBzU3ctp6qKFr26HGs { display:block; }
 }@media only screen and (max-width: 763px) { #BnLl5znruNNRoIr3ftHgQhKTpMqGAPTh { width:14.0625rem;height:3.375rem;top:2.3124976158142rem;left:2.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSVLM6xuU9mx4970KbUCQgB89O2Wy7mI { width:12.5rem;height:0.12326375rem;top:25.861979186535rem;left:3.7499998211861rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ynKzpJgn1rJhgtDT7vCTMp3TgcqaEz { width:17.5625rem;height:4.875rem;top:19.941840648651rem;left:1.2178819775581rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IyND8RwEx2GnKdAaLBpRh2qzWOrASdsp { width:18.0625rem;height:0;top:21.437500715256rem;left:0.96788197755812rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #QTZePnyzKywhf1T7Scc8lQIPzsccDf9L { display:block; }#QTZePnyzKywhf1T7Scc8lQIPzsccDf9L > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #il4gz44UF4Rx6adoosO59GgsWGFvkiWt { width:2.9362rem;height:2.9362rem;top:12.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvWbAv5ens9zWuNIZonLE8nIvD37OKhX { width:2.5rem;height:1.625rem;top:12.6875rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #udF0bBXl14vwAl7PgVHyzuCXD8Wh8PsS { width:10.3125rem;height:3.65625rem;top:15.852430343628rem;left:4.8437498211861rem;font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dx3omKnRgUHfuCnEOVQxZ6XCAKkOtL6i { width:12.125rem;height:4.875rem;top:28.15364074707rem;left:3.9374998211861rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AwWJ4vsC7kocps3v7TBBywACiofhhzq9 { width:2.9362rem;height:2.9362rem;top:24.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdJRehixqTPsGTuxphwT5Xb30zrxM9Va { width:2.5rem;height:1.625rem;top:24.875rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtrexQ4IqfTozDyEuLI2c2tJnf6se1Pm { width:10.5rem;height:3.65625rem;top:42.21875rem;left:4.7499998211861rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FLlt4egxIvqJOnLORMoKwRnmyTD52osV { width:2.9362rem;height:2.9362rem;top:38.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M92ruXcEsLbT2rVO8iiUHJnXwXabbiuU { width:2.5rem;height:1.625rem;top:38.8125rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkkHBEcpVOrWTOhknymbivLMVOyzMerT { width:3.8107625rem;height:1.99739375rem;top:34.436632156372rem;left:8.092882454395rem;display:none; }
 }@media only screen and (max-width: 763px) { #u8R3udUPTsdc0KvZHAhAysIuKd1DzkRN { width:3.81163125rem;height:1.9982625rem;top:20.917535781861rem;left:8.092882454395rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdMhgKrLv5OTusl6HvPVXTvuBQ3yNHI1 { width:15.436625rem;height:4.25rem;top:1.9375rem;left:2.25rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XkxTfM4pKmSEDT9IhfVsTz5v50hPRcwg { width:14.9375rem;height:2.59895625rem;top:7.828125rem;left:2.5312500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLsKhFfEu8VPhuELpfV1iC3W4FV6r64k { width:4.375rem;height:0.1875rem;top:7.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l48X6doQvt0P2lt6ZVHn2CgO9NIn37ec { width:15.6875rem;height:6.09375rem;top:49.401910781861rem;left:2.1562500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0dtT0xXNXzZ3FnyTl9zZ4d7RTAHqhNm { display:flex;top:20.633680820465rem;left:9.0312502980231rem;width:1.9375rem;height:1.9375rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #Vbu4crcu0LCMMMhk4zpI8SRR5u9uPs3i { display:flex;top:34.633680820465rem;left:9.0312502980231rem;width:1.9375rem;height:1.9375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #DLl46KkvVn09alb1vNPNKCM00uyw0NaP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66744896-068f-45f2-abb3-798f69631214/personsettinguponlinestoreuploadingproductslaptop.jpg");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;display:block; }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP.adaptive-delivery-prevent-bg, #DLl46KkvVn09alb1vNPNKCM00uyw0NaP.lazyload, #DLl46KkvVn09alb1vNPNKCM00uyw0NaP.lazyloading { background-image: none; }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .row .container { background-color: transparent; background-image: none; }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .row .container > .video-iframe-container { display: none; }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .row > .video-iframe-container { display: none; }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .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); }#DLl46KkvVn09alb1vNPNKCM00uyw0NaP > .row .container { width:20rem;height:86.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x94ieMmTwvpow2LSBniahTxp0x9x7Hy4 { width:15.25rem;height:6rem;top:2.4965276718139rem;left:2.3750000596046rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TygTWbQbKcCGQTKXZg1CkcuCbtypuTrW { width:8.5rem;height:1.625rem;top:10.8125rem;left:5.7499998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfV5sbevP4UgLyiu3GFeOpQcpu4cxnOl { width:14.625rem;height:8.875rem;top:8.4965286254881rem;left:2.6866319775581rem;background-color:rgba(246,246,246,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Lm4kvS5tLdEqT4ycALoke0dIUkEIp5So { width:8.68575rem;height:2.5486125rem;top:12.652778625488rem;left:5.6553819775581rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbshhTw0L5MHr6OdWS8RWuBm4L1yvkAl { width:14.625rem;height:16.6875rem;top:188.9296875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #odbhbzbGgmEqdJ2QlSXxPNfCg5NdmSC6 { width:14.625rem;height:16.6875rem;top:206.8671875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzJvQ46uWzsR7pqUi3XHvdd0NtP6ZpzT { width:14.625rem;height:16.6875rem;top:224.8046875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvMsvOSgOuzEQCsXi8b1gyTHCseLEQox { width:14.625rem;height:16.6875rem;top:242.7421875rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNbhDL0wUtwmTDDczi6s6oIdUlND4J0d { width:10.43575rem;height:1.625rem;top:19.874135971069rem;left:4.7803819775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlnkrehhLZJNAeXBarFTf5Q1dUOePqrx { width:13rem;height:3.82291875rem;top:21.499132394791rem;left:3.4991319775581rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChFtPXVTdqTXtKNxd6VF3xfd0dchkabh { width:10.436625rem;height:1.625rem;top:29.748258829117rem;left:4.7795141339302rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTpROMyFKlCyvVZnfQ9xAg16d9H3EFRn { width:11.122375rem;height:3.82291875rem;top:31.372396469116rem;left:4.4366319775581rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2yrnps445FiF2AP9rbAHaTmqvdHiudO { width:10.436625rem;height:1.625rem;top:39.874127388001rem;left:4.7795141339302rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l23TDWdkOSKLFTgo6JPX6qwMMPOO22Ok { width:12.1875rem;height:2.25rem;top:41.809028625488rem;left:3.9062498211861rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELdfBBxqEfml0VFUrq8TBKAyUab5oe6e { width:10.436625rem;height:1.625rem;top:49.435753822327rem;left:4.7803819775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvWTwIw1I35Zs5l574TQBcunzI2Hfhy5 { width:12.1875rem;height:2.25rem;top:51.059028625488rem;left:3.9062498211861rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hh41OEkeOQp11pFQWnRKyCCiLu3ge0b5 { width:10.4373125rem;height:1.625rem;top:59.0625rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVJDnE3wPgyNkB39tk16kHak3wQ5RGDT { width:12.1875rem;height:2.25rem;top:60.8125rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4yqHRVTcgxTF45k86oFQXzF2wiRCz98 { width:10.4373125rem;height:1.625rem;top:68.0625rem;left:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUDnfxEzOCOgaFO2achTTPsJ2AirkLyS { width:12.1875rem;height:3.375rem;top:69.875rem;left:3.9062498211861rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx3sU3VfnVoLhVUmfSvFtTxTFXTPDb9Q { width:10.4375rem;height:1.625rem;top:77.625rem;left:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaHALNqi9bXuPREq0ToHvghBniwDf948 { width:12.1875rem;height:3.375rem;top:79.5625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRlBTRQOe57VTnbXHsgmXmaleSDdUkw8 { width:14.625rem;height:8.875rem;top:18.124131202698rem;left:2.6875000596046rem;background-color:rgba(246,246,246,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bAB8cNAEuXmmek3VdE6vCfb7pJWGxmIK { width:14.625rem;height:8.875rem;top:27.812500238419rem;left:2.6875000596046rem;background-color:rgba(246,246,246,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UaTs2melULeFncXznLm3g3vNuCy8Rm0R { width:14.625rem;height:8.875rem;top:37.375003814698rem;left:2.6875000596046rem;background-color:rgba(246,246,246,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yyJ5WB4M38zD6VDLcxx12kNSzs4N49uh { width:14.625rem;height:8.875rem;top:46.9375rem;left:2.6875rem;background-color:rgba(246,246,246,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SGByTqrJ5JTmqQ2kTRobuURqUyKHh97U { width:14.625rem;height:8.875rem;top:56.5rem;left:2.6875000596046rem;background-color:rgba(246,246,246,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vKXWBI509v3llWEDHBAfWMLcu7XTAb2F { width:14.625rem;height:8.875rem;top:66.125011444094rem;left:2.6875000596046rem;background-color:rgba(246,246,246,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GIga3tmeHr9z5SfEgv9u7O2gTpLFQ7ZH { width:14.625rem;height:8.875rem;top:75.7421875rem;left:2.6875000596046rem;background-color:rgba(246,246,246,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #KbXwN3bzFgG1EXhblmGx3FORkhW8vIQF { display:block; }#KbXwN3bzFgG1EXhblmGx3FORkhW8vIQF > .row .container { width:20rem;height:63rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ae9Cb9MW9RMRVh90t0tVqz0DZ5s7WXVw { width:10.1875rem;height:2.59895625rem;top:23.25rem;left:4.9062498211861rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KGoMJlBLPhRGiOn6XTOJJTWoVcDgP0yR { width:9.6875rem;height:2.59895625rem;top:43.269964218139rem;left:5.1562498211861rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZvlNsWNQLpJLTqr3Qbdru7NKgK2A6aal { width:8.3125rem;height:2.59895625rem;top:35.930555343628rem;left:5.8437498211861rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #knSf7yLz5fEMmf7Nz4nXx5VdypO4b5H5 { width:9.8125rem;height:2.59895625rem;top:29.686632156372rem;left:5.0937498211861rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zggERNoWDg2RRWRmAqKX1m36yWPpS5MP { width:2.1875rem;height:2.1875rem;top:20.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEtTNvhm3ddCozy8rMzz0CrbO8py0r68 { width:2.1875rem;height:2.1875rem;top:27.311633110046rem;left:8.9062502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEuZaVfhvBN570hK4Mg97v7Q2RmAMrgU { width:2.375rem;height:2.375rem;top:33.493055343628rem;left:8.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #roLLVpnVm0VB1H4dTmbaWLMBJ1fUp4Iv { width:2.1875rem;height:2.1875rem;top:40.6875rem;left:8.9062502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO2eObTzreBqtDo6D2tX3kCJIqSiwKXp { width:2.3125rem;height:2.3125rem;top:54.75rem;left:8.8437502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #i33uLzgBG3SGTZp0SqzB4r5n2tUJgZcq { width:9.1875rem;height:2.59895625rem;top:57.75rem;left:5.4062498211861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKe2p9fdxAzAULVU52Ot7oMVIAzGyIzE { width:2.1875rem;height:2.1875rem;top:47.687490463257rem;left:8.9062502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #LikmadUlu1TwxXgKxdw7E2zzRvBB0rUC { width:9.125rem;height:2.59895625rem;top:50.061632156372rem;left:5.4374998211861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMbEEcT9T4bA3eH4HXcBlOHd7ALX8Cnl { width:17.0625rem;height:16.875rem;top:2.2916669845581rem;left:1.7187500596046rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nx5rc5h2AFrFlM9k3Bnl0IpvQT3DQPBe { width:17.1875rem;height:12.125rem;top:19.454864501953rem;left:1.4062500596046rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B { display:block; }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row .container { width:20rem;height:56.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdbSOgd5lpUBxvyH6ppdN3Pok4yOwEbf { width:3.125rem;height:3.125rem;top:16.493055984378rem;left:1.5633681416511rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0R6WzdIraKmFDTcT1soyQWfPSi7SmrB { width:2.12413125rem;height:6.49825rem;top:14.807291671634rem;left:16.312499344349rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT { width:20rem;height:20rem;top:1.25rem;left:0rem;background-color:#c1c1c1;background-image:url("https://images.assets-landingi.com/uc/08c17bac-0171-4c00-934a-15e4b7c4acd7/Catlogosemttulo12101copiar.crop_1643x2654_371,211.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT.adaptive-delivery-prevent-bg, #b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT.lazyload, #b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gEey02fUnQOyF3qt3vM0bSFIhy8BtL4l { width:3.125rem;height:3.125rem;top:2.7495727539062rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqnZR3v3NISk9sctA3wTw3gnFs6RXEDG { width:20rem;height:2.3559rem;top:23.3125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dvmo97nKSdbtetPrZcQcGzaSrD2aPmss { width:17.375rem;height:19.33165rem;top:29.177083015442rem;left:1.3116319775581rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uAcg3nuS8vrVzdcDIPGoaQmgywI0bKbs { width:20rem;height:2.19965rem;top:25.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTHgCsppDMuKqN89aNxUd6sSxv70Juze { top:50.230035781861rem;left:0.49913197755814rem;width:18.99825rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhgJ8zXw2sn3NGBRWhgCeDeF5OuWAhRM { display:block; }
 }@media only screen and (max-width: 763px) { #rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 { display:block; }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7eTuWDeTPCXraLQerbGprQlsLo3wClp { width:5.5625rem;height:5.5625rem;top:14.625rem;left:7.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3sAVpQucnQd7HmdJ8w1PuKkrpGtcRRV { width:12.374125rem;height:1.787325rem;top:9.0303821563719rem;left:2.5295138955116rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U6ff71O48cH6VGNkKpQ1W8JJeGEQxuZK { width:13.061625rem;height:3.29948125rem;top:11.638037681579rem;left:2.5295138955116rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XAwDifbXBx2bKOssAXnIRFTVHyFlgl5T { width:12.5rem;height:1.787325rem;top:41.077259063721rem;left:2.5295138955116rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yNu0KSkqyleIpz54l5SSdgsXcA57Bz9X { width:12.936625rem;height:3.29948125rem;top:43.998264312744rem;left:2.5295138955116rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yaCS9GnzgUKaIanHzpToK7TPoTRQm38w { width:9.87325rem;height:1.787325rem;top:30.668402671814rem;left:2.5295138955116rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DnHdzDWUho7tNWR6KJtHZRP1XobqaD9A { width:12.99825rem;height:3.29948125rem;top:33.388020515442rem;left:2.5295138955116rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s28fvo4sFqhLWT3xvH0Gb3flAgmunA2N { width:9.87325rem;height:1.787325rem;top:19.764756202698rem;left:2.5295138955116rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hxg8TdBt4nm2n459T2knJCRMflZJIqKa { width:12.5rem;height:3.29948125rem;top:22.374131202698rem;left:2.5295138955116rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZDkrMaOmqiSRiiJlFl7LiPbdRcXrJteE { width:9.87325rem;height:1.787325rem;top:50.759550094604rem;left:2.5295138955116rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pu6STNEbOrmacMK2Ol5Hb4TaEy4KvkuK { width:12.68575rem;height:2.19965rem;top:53.373266220093rem;left:2.3715277314186rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Td8cnFt33CXvrBumzOnX5KQKWvfOqOwp { top:28.122396469116rem;left:0rem;width:20rem;height:4.12435rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CFnVnKKVgI9DHnRcoVMP3dwG3N9Ltno4 { top:17.373262405396rem;left:0rem;width:20rem;height:4.12435rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WGyqE8X67HLMyaDZy7q1xai1Im9sCbwD { top:6.625rem;left:0rem;width:20rem;height:4.12435rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XLexqI9p2BDs76EuX0qcS3lC1FxEG0VW { width:20rem;height:11.875rem;top:70.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhWaufnU65ZiEwsxiDk56T5Q1uFcsefH { width:20rem;height:3.89930625rem;top:1.4036521911621rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oAVvdc6OzNZNfLuUgUtXgsNZ2mGzPSKd { top:38.684895515442rem;left:0rem;width:20rem;height:4.12413125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QyVIGwkd2dfEoBUQsWPBc7AECLq2UWf9 { top:48.368057250976rem;left:0rem;width:20rem;height:4.1232625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QXA4PC49o1lio9Of55xUR5T9Z9999Rtl { display:block; }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXDy7ptPQ1lfi2LJ6h6KoVT3Ma2ZNiZ2 { width:3.99956875rem;height:3.99956875rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk1GN1b2XayxiyIUWDJPmhosoXFNcdRD { width:4.1862rem;height:4.1862rem;top:26.73178125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWShFRW0HH53NuQRZgtgHOlZWKnXF10d { width:3.68706875rem;height:3.68706875rem;top:39.7840875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB6zX6hTbegMHbRTrE8oeRKOVd1NPnEk { width:3.75rem;height:3.75rem;top:14.115675rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R14pGuU5MJmoAFSBmoJvTiyAeZuX2LcL { width:19.5605625rem;height:2.3559rem;top:6.49956875rem;left:0.1875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KRgzIT4omzLrJAguOSG9lZ6bckxQWXPX { width:9.4998125rem;height:2.76215rem;top:10.10525625rem;left:5.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJE8Kbvn5ZtTcutV70B1gQI2BdCT0q0v { width:14.6235rem;height:2.76215rem;top:22.7213625rem;left:2.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vBdqnkUgy7iFeTSas0027mP4t7PowQBR { width:19.6235rem;height:2.3559rem;top:19.115675rem;left:0.1875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lP002bHacBt8wDxVtylxJvsw10bIyxks { width:18.9355625rem;height:2.3559rem;top:32.16798125rem;left:0.5rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTx0Rh2I9m0Qaa1kNPv0JiVKmPD1Fki6 { width:11.311875rem;height:2.76215rem;top:35.77366875rem;left:4.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i5IDRfIv75vVUM1bgJF7uKmgAm4JPpI9 { width:9.6235rem;height:2.76215rem;top:48.32684375rem;left:5.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHrufLqXLbUc5nPQLOvQzg2isfyCd3Cw { width:14.6235rem;height:2.3559rem;top:44.72115625rem;left:2.6875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr { display:block; }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row .container { width:20rem;height:107rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QswJaN9rhuuTXkQmGUl1AEUf63FcK1Rt { width:15.999125rem;height:3.125rem;top:2.1796913146973rem;left:1.9982638955116rem;font-size:1.5625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vhuNX3TXSBuI728kWspHDVnpBhgRqmW3 { width:4.87239375rem;height:3.4375rem;top:6.5546875rem;left:1.1249999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqFBl1EEolUJA12CsLn0RkiEbrJkt2cz { width:5.49739375rem;height:3.81163125rem;top:6.3654518127444rem;left:7.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIOCXka8DhIzZ4s0G0O8Qc0n3pEB4rvH { width:5.3125rem;height:3.68663125rem;top:6.4279518127444rem;left:13.621527969837rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #EnUSXMPO0EBPtJpWyrkveGCqFlXpytHJ { width:4.55989375rem;height:3.99913125rem;top:10.685764312744rem;left:1.2777777314186rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGoRxNblc9TS2Zdaem0vz9IF6Kq9ECIV { width:5.3125rem;height:3.6857625rem;top:10.841146469116rem;left:7.3437502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfWbbbkrL3QJJfH5Esv5MoLyzZ0zhsN6 { width:5.4375rem;height:3.75rem;top:30.83767414093rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #efdB9sud8WKHhgu9SZE681m6uBhTTzy3 { width:6.0607625rem;height:4.24739375rem;top:10.559896469116rem;left:13.245660126209rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #utrXl97PU5akAOoUmGibGIw4HvcgcnxU { width:5.8732625rem;height:4.1857625rem;top:26.000003814698rem;left:1.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpS5zkEK5ev6gdcoUFo967RTNuh7kLXr { width:6.434875rem;height:4.55989375rem;top:65.431423187256rem;left:6.7803819775581rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #tl5y40vI8BhxHxdVpHOBVt289A8adOz1 { width:6.25rem;height:4.4982625rem;top:25.842014312744rem;left:7.1249998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP9B4yCHzmL7uhfTIgesuUu8vmhcb520 { width:5.3125rem;height:3.75rem;top:43.86111164093rem;left:7.3437502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEacPmED7IiEBEtz5TnCpqvND45hxFOT { width:5.625rem;height:3.93489375rem;top:43.622396469116rem;left:0.74565976858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiydXpFgrO9fvURNHSBs3ET2pQwvbxRB { width:5.8732625rem;height:4.1857625rem;top:65.6171875rem;left:13.339410126209rem;display:block; }
 }@media only screen and (max-width: 763px) { #rntLTCTUgNt82HkJPkr8FvvJekVkUB3x { width:5.5607625rem;height:3.93489375rem;top:83.381944656375rem;left:13.495660126209rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnwRGyWEsawaWzOgsUWXsQGN5VrLnKn0 { width:5.99913125rem;height:4.24739375rem;top:83.223958969119rem;left:6.99826413393rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgqfgCpozihtsQGTz4wqUIowQPrSArV { width:5.37413125rem;height:3.81163125rem;top:96.001733779906rem;left:13.588541328907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ1XwC1JGbm9DWnTINNhprQmeGKicM78 { width:6.25rem;height:4.4982625rem;top:74.421007156375rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnMTISsvbiv4xaissHqVHPk24194ByWA { width:6.0607625rem;height:4.3107625rem;top:70.238711357119rem;left:13.245660126209rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf5STzxeCTrVyw659KnNVTcyHHxbgXvC { width:6.747375rem;height:4.8107625rem;top:69.990451812744rem;left:0.18402779102326rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZiuMqof5JmR2bDtU9ZywqDye1BRidLE { width:4.74913125rem;height:3.3732625rem;top:62.059027671814rem;left:13.901041328907rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpK6RD1ToixbUJTVKGOvuheRJtnA4T4V { width:6.12239375rem;height:4.375rem;top:48.624999046326rem;left:13.214410126209rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3poyRJTaxzTvCsfhBt9Tfnz7TWzsHEh { width:5.99913125rem;height:4.24739375rem;top:74.547742843625rem;left:0.55815976858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTQfm01hhRGhi9t4ahvxNXVoc0IXpTa { width:3.81163125rem;height:2.8125rem;top:70.988714218138rem;left:8.092882454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfZNKMDy8cLJSrnBqUan4tKEOAzpQdRB { width:4.87239375rem;height:3.49913125rem;top:35.437513351441rem;left:1.5607638955116rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEaRVLACMAPkxoTsSzpgSbXWvJa5WGRx { width:5.49739375rem;height:3.93489375rem;top:79.135417938231rem;left:13.526910126209rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgT6B58bZxAEM68Pv5lvOAc7SzadkNi3 { width:5.68663125rem;height:4.0625rem;top:83.317708969119rem;left:0.71440976858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrGqChrOG4bvA9l6zIenQKD0t963DgmD { width:6.1857625rem;height:4.43663125rem;top:99.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLN0PTZszRi2nTom0v3AML42raZrqxLB { width:5.8732625rem;height:4.1857625rem;top:99.375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulsnbi9oqixcOG6R6ix3OAPevt7fdEzI { width:5.49739375rem;height:2.74913125rem;top:31.276906013489rem;left:7.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOD8xgivwAG3LphSqMM2oyVTsw3mTMhu { width:6.12239375rem;height:4.43663125rem;top:25.873264312744rem;left:13.251735985279rem;display:block; }
 }@media only screen and (max-width: 763px) { #urDCAHdpsv5Oqun4bRipgpGoIzJzl5IO { width:20rem;height:5.1171875rem;top:19.745649337769rem;left:0rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KR20IDvzEL8DigvLbHuk4FzSKAQITgqh { width:5.1232625rem;height:3.62239375rem;top:30.840278625488rem;left:13.714410126209rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkooKf6cf8XNEfAFLT0Hrlp8JDHCNvnU { width:5rem;height:3.5607625rem;top:35.150165557861rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdzE17ImaLohnqsGhM4WEVwfGgP6yB1Q { width:5.4357625rem;height:3.8732625rem;top:39.75rem;left:0.83940976858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtwT9Xysdb1KuqLazQdriNAgdGlbo023 { width:5.0625rem;height:3.5625rem;top:35.087673187256rem;left:13.526910126209rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncloyq0FcWmSSadd21zcwKqdpvJkANJi { width:6.25rem;height:4.375rem;top:39.498264312744rem;left:6.8749998211863rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFEb5W21x9aypWtJHOZTbaH1bLgPtpAb { width:6.0607625rem;height:4.375rem;top:39.498264312744rem;left:13.938368141651rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnBdEQvEzrXTrr405MCaTERr6ah2IvQq { width:4.8107625rem;height:3.4375rem;top:44.500000953674rem;left:13.870660126209rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0eUa9VHUlJUA0u7EuBRFeiXhsTNmnpR { width:5.9375rem;height:4.2638875rem;top:48.678818702697rem;left:7.0312498211863rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #TuaU7o2H6c6Q1Pro9dpU1p9INL6LJlnX { width:7.309875rem;height:5.1232625rem;top:48.249131202697rem;left:0rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #kztLy5ShUURqerKq70db9yJfSX5K2zm1 { width:5.87413125rem;height:4.12413125rem;top:65.431423187256rem;left:0.62065976858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #xokPpl3a8TPX1CTFO35RJcWZu82MJQHc { width:6.12239375rem;height:4.375rem;top:61.559027671814rem;left:6.9366319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0vZpMFB8RK9g4Z0inrsHzpvcxTqUWyS { width:6.311625rem;height:4.43663125rem;top:61.559027671814rem;left:0.40190976858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9bqlFT4nETaJlywpbObL9ROMfHuyfvO { width:5.4357625rem;height:3.8732625rem;top:74.731771469119rem;left:13.558160126209rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgLBQaC1epAPASvDZvyholKRZG7yR0xU { width:6.12239375rem;height:4.375rem;top:78.917535781862rem;left:0.49652773141861rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0h5BSkXXMA39idO36GrhNKhl8bS6Mgp { width:6.0607625rem;height:4.3107625rem;top:78.917535781862rem;left:6.9678819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #zerqwUi2kk7PBdtT5gazKmLcTHbe22MH { width:5.8732625rem;height:4.24739375rem;top:88.133679389956rem;left:7.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #firtTyoDTI4QFAMr1vzGDByMHNWKfvmV { width:4.74913125rem;height:3.390625rem;top:88.561630249025rem;left:13.901041328907rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0aPLcXbKU81U0aTmJ8Q6doUXv0JIAr7 { width:4.74913125rem;height:3.3732625rem;top:92.379339218138rem;left:1.1831597685814rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoU91xCiSMaab7NaIiw7pBEP58x9Uxvc { width:5.3125rem;height:3.81163125rem;top:92.379339218138rem;left:7.1527779698375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqzHc7VsIyaTGvCKphTyTMO743THsNrL { width:4.4982625rem;height:3.18663125rem;top:58.153647422791rem;left:7.749132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #klOMnR1rTI93nmozRTkNDcZxHvJ4iUHs { width:6.0607625rem;height:4.26649375rem;top:88.12499809265rem;left:0.52690976858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSKH2x8aV6NqurLmDq7uNeXuF3tBghNm { width:5.9375rem;height:4.24739375rem;top:92.379339218138rem;left:13.309027969837rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRJ79FfAdEuqz95QqxaH7hr2SfZiyiTZ { width:7.12325rem;height:5.06163125rem;top:95.49999809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayuSv4ff7zNCPFErunz3XcWx1JsSTBpR { width:5.7482625rem;height:4.12413125rem;top:96.001733779906rem;left:7.1241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #POvQ6GkdT91B8Uyt7atDVpTuQZp1kh6M { width:5.37435rem;height:1.31185rem;top:16.0625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxhBL3bzB7ZtGgrlhGsqy6apec8Ec7Ay { width:6.0607625rem;height:6.0607625rem;top:13.6875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZZqdHgrda6ao7XVaqwm2NDTQ7VKi5CF { width:6.374125rem;height:2.12413125rem;top:54.125rem;left:13.088541328907rem;display:block; }
 }@media only screen and (max-width: 763px) { #CShfcGo8rGTtLRT0eRuHnx4LKT6xhz25 { width:10.686625rem;height:1.74739375rem;top:103.68576526642rem;left:4.6553819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrnfsPbS97m10WRbQRAIurGPsVnxEV7u { width:6.936625rem;height:2.1875rem;top:54.092882156372rem;left:6.34201413393rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9rdeCx3LD4PX1IfE6DNa1k4nd33wn5U { width:3.62239375rem;height:3.62239375rem;top:57.937500953674rem;left:1.9982638955116rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAf8tJgDzlsTCFGrZNpPfrknnNTeNhO7 { width:4.875rem;height:0.875rem;top:54.749132156372rem;left:1.4357638955116rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTBo8naLNq0Adk8PCdMHtTtmqfpGAhmC { width:6.747375rem;height:3.4375rem;top:58.027795791626rem;left:12.557291328907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq { display:block; }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDPi8TN0bI5ZUCEo4mlMNeZNQqBu40Lw { width:15.435125rem;height:4.39930625rem;top:1.25rem;left:2.25rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #snuIToKdvsbZEHCn1tNai69PFAZF72X6 { width:13.811625rem;height:1.625rem;top:12.012152671814rem;left:3.0928819775581rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNuaZmbOxGdmPULiC7DlOQz8d2g3QIql { width:13.811625rem;height:1.29948125rem;top:13.581597328186rem;left:3.0928819775581rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJzczHvOCTLvCg5wrlOWypSdAMosaQ6E { width:3.4375rem;height:3.4375rem;top:8.0677089691163rem;left:8.2812502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6nGmJ9shlgyvqdIXInmbd3UP4sI68S1 { width:18.9375rem;height:22.75rem;top:6.8975524902344rem;left:0.49999994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSkBPTFTzoJ6Bo3gA3RfIT7qFZHBT01M { width:16.686625rem;height:11.1944375rem;top:16.082465171814rem;left:1.6553819775581rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku2ZTsJ3ToOBZOfSd1Wpy7TQzJm0DBoa { width:13.184rem;height:1.625rem;top:36.805555343628rem;left:3.4071181416511rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSVf8eEC4lmphOLplqLm5fBZdOC0OTwx { width:13.809rem;height:1.29948125rem;top:38.375rem;left:3.0946181416511rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4NJxNUZWhZbL9ORcqbHT6qHO8MAo9tT { width:18.9355625rem;height:22.75rem;top:30.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0bT94EsFkKrSDhgogsONtKxyrdyTUHa { width:4.0625rem;height:4.0625rem;top:32.361110687256rem;left:7.9687502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEiKKkTkZpIJUbRn7AKferH5B7NW09ZE { width:15.3125rem;height:9.795125rem;top:41.124986648559rem;left:2.3437500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL { display:block; }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row .container { width:20rem;height:66.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH6wvthz2Fr1U9sitrOnSJ7S6hBNXADQ { height:10.749125rem;width:19.375rem;top:9.952256679535rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN75ZrkH5f7WC0bW0PZSMoNZOgiAqLiL { height:10.749125rem;width:19.375rem;top:30.674478530884rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT4VodClGVxTfEdp0CUbPnPbOA8EDFyT { height:10.749125rem;width:19.375rem;top:52.639757156372rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvMdZe0tDgdCIw2VByQcnAok2Idh2QVw { width:4.4987rem;height:4.4987rem;top:1.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9JA3ECR5y3qkbu0XfDDnB46aBwEmLBe { width:11.25rem;height:1.625rem;top:6.4956593513487rem;left:4.3749998211861rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwuCbprJux1H1ZI4OetsxnhQG3oahm6x { width:11.25rem;height:1.625rem;top:27.499999523163rem;left:4.3749998211861rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8OxqSKpMvvlHRQcqzAET5UDaq0ABwi4 { width:4.4982625rem;height:4.4982625rem;top:22.437499523163rem;left:7.749132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3TFWH7znD7FHT45AH2CJHcixxkKtHB0 { width:11.25rem;height:1.625rem;top:49.125014305115rem;left:4.3749998211861rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obQKdIXVmoLBXmZeSwVIls7mGmcrUFcg { width:4.4982625rem;height:4.4982625rem;top:43.625000953674rem;left:7.749132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlIsx0GNproHpT4wziQIrCdatQV5CGaZ { width:11.25rem;height:1.29948125rem;top:8.1197915077212rem;left:4.3749998211861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF4khxDLZuKydyv2TWuEm6EkSREt90r2 { width:11.25rem;height:1.29948125rem;top:29.124999523163rem;left:4.3749998211861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRHmi9sPeErUD7UWKwPGZs7EIaFu5FO2 { width:11.25rem;height:1.29948125rem;top:50.75rem;left:4.3749998211861rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE { display:block; }#ilM2G8dPGhnInoBx8DdXV3cneNvc9WiE > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXg6LKKmDbbypLDrdoXlI6laTq2HdQya { width:18.4375rem;height:6.75rem;top:2.3125rem;left:0.78125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-text {padding-top: 0; padding-bottom: 0;}#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:center;text-align-last:center; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-select {padding-top: 0; padding-bottom: 0;}#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-input-button { width:11.375rem;margin-top:0.25rem;margin-right:3.0625rem;margin-bottom:0.25rem;margin-left:3.0625rem; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo [class*="-text"]:-moz-placeholder { text-align:left;text-align-last:left; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo [class*="-text"]::-moz-placeholder { text-align:left;text-align-last:left; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo [class*="-text"]:-ms-input-placeholder { text-align:left;text-align-last:left; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo [class*="-text"]::-webkit-input-placeholder { text-align:left;text-align-last:left; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo  { width:17.5rem;height:auto;top:9.0625rem;left:0rem;z-index:15000; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo {display:block;}#C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo { width:17.5rem;height:auto;top:9.0625rem;left:0rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #iWCvpP5XqRpsbJ6IACFBctAuhGfx2H3T {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #tMnu5GV0J35J12Ptd8hufROCspZ8nHDW {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #I5s3M5nsPVoIaSctWvm7wrA1cqAkMzse {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #ccBPO9l7KEJwpGFGuuC1JHA02k4ToXiU {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #ZkcBzQIP5Vl68DWDDbLwPzHk4BIL50oe { display:none; }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #OT6N6eb9UngaWmDt40X7nTweAfQRoyZW {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #AJGJnQcx6Mh4kZdAcqzenKMNtOHI2AOr {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #hqqwn6bbvw5JtznWx9yiKt92W67bJpFw {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #GeLAyGL1zq2WqPce1uF6Vd7PsiDLHFO3 {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #b9uIA9soUN73vHO7mHq2hcKIAvZelklA {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #rE119pvykdwKzJ3HODPuZLqO9QB0asRM {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #buKmt50u17IhBHSe9pK4EDH9O72TtoDO {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #p5aLXfdDqiBCgu8ETIXaIQMcSPE2LvZF {  }
 }@media only screen and (max-width: 763px) { #C2Sxe1mm7LFVVlGysnWhfEyTuJPpgoSo #QLxQN1V5l12Va9wMpRJUGCRoImVWpBbQ {  }
 }@media only screen and (max-width: 763px) { #FgQOIBDPmpORy7Piecxxyi5KpXlbueTr { width:5.625rem;height:5.625rem;top:15.5625rem;left:13.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #gVKwvrSToKMy6y8SygrnCsCfbcDvZb7r { width:19.25rem;height:6.09375rem;top:38.812500953674rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }#gVKwvrSToKMy6y8SygrnCsCfbcDvZb7r li:before{  }
 }@media only screen and (max-width: 763px) { #CkWcZZfaPLayHITLHKSWoe9ZhAtWqXJW { width:7.9375rem;height:2rem;top:44.906261444092rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvBJSM9h5g7MRHdSPbvM3ZZT0Klvkfpb { display:none; }#QvBJSM9h5g7MRHdSPbvM3ZZT0Klvkfpb > .row .container { width:20rem;height:114.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Llm4vAKqObWEw9kGJG4QgD80kauSGa5F { width:16.5rem;height:7.3125rem;top:1.25rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTReKxSyDw91hUWFTrPa9gFVIy8KXMg { top:54.8125rem;left:0.5rem;width:19rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fohfLT9ALswNc83blBJBNOTUXDBPN24r { display:block; }
 }@media only screen and (max-width: 763px) { #RDi99NUMlkRLeNNLyDZy0bqDTXeEE67f { width:10rem;height:10rem;top:9.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVgMTtOL6AxFXQDKARR2qZqJiDLUL4E9 { width:10rem;height:10rem;top:21.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHOSbZOxWJEVol9qMKa6J0Kz0a0dQfGf { width:10rem;height:10rem;top:58.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmxeptkSaQ6uXa0Ez5Hy67TK9Xxb2lo9 { width:10rem;height:10rem;top:69.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUlTZXV3hEOAi7ZaU06vJWeXZwm8LwKC { width:10rem;height:10rem;top:103.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVAbfo1cQXyFJO7AXkdvB0Hkl0TOgThm { width:10rem;height:10rem;top:32.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAaBE6TVKq3hRFKTnyPk5TD0qMsLAKb4 { width:10rem;height:10rem;top:43.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyuVJJZoMM2JIngl2xXvpKQp7u9fxd7l { width:10rem;height:10rem;top:80.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXE3kgxnTA2fyUcUIELKtzuoCSXp5n3v { width:10rem;height:10rem;top:92.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU8sP0BBF8NA1TisTWSXvKPlNk8bK6cT { width:8.125rem;height:3.8994125rem;top:95.625rem;left:5.875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4WhiMnyQVUiWOpqf58ah8MyKABceXfN { background-color:#090909;background-image:none;display:block; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container { background-color: transparent; background-image: none; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container > .video-iframe-container { display: none; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row > .video-iframe-container { display: none; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .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); }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container { width:20rem;height:14.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcdFTTi69lAoudiSCPHWFS6D6DRATHoB { width:13.25rem;height:3.1875rem;top:1.625rem;left:3.3741319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #KazqQDUgAi6RuZr0QRJgkAfNOc0DULdm { width:20rem;height:2.71875rem;top:9.6788196563719rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0F4uOzBPdJrtV1N666Muhi7dMWuL9eF { display:flex;width:2.3107625rem;height:2.3107625rem;top:6.75rem;left:8.8125rem; }
#n0F4uOzBPdJrtV1N666Muhi7dMWuL9eF > img { max-width: 100%;max-height:100%; width:2.3107625rem; height:2.3107625rem; } }@media only screen and (max-width: 763px) { #DF25zXZkE6Pv6BiAaNMOLO8sJ2k1mm39 { display:flex;width:2.3107625rem;height:2.3107625rem;top:6.75rem;left:5.25rem; }
#DF25zXZkE6Pv6BiAaNMOLO8sJ2k1mm39 > img { max-width: 100%;max-height:100%; width:2.3107625rem; height:2.3107625rem; } }@media only screen and (max-width: 763px) { #HGO5gGX27gFcfqks6MWpJl8oXU5JeXoe { display:flex;width:2.3107625rem;height:2.3107625rem;top:6.75rem;left:1.5625rem; }
#HGO5gGX27gFcfqks6MWpJl8oXU5JeXoe > img { max-width: 100%;max-height:100%; width:2.3107625rem; height:2.3107625rem; } }@media only screen and (max-width: 763px) { #epCGNHuTADmoXKFxe4v9GU7qTolVasDC { display:flex;width:2.3107625rem;height:2.3107625rem;top:6.75rem;left:12.625rem; }
#epCGNHuTADmoXKFxe4v9GU7qTolVasDC > img { max-width: 100%;max-height:100%; width:2.3107625rem; height:2.3107625rem; } }@media only screen and (max-width: 763px) { #AJGqT4OrcCCu9BnfKXZFoDG76BVbysMO { display:flex;width:2.3107625rem;height:2.3107625rem;top:6.75rem;left:16.0625rem; }
#AJGqT4OrcCCu9BnfKXZFoDG76BVbysMO > img { max-width: 100%;max-height:100%; width:2.3107625rem; height:2.3107625rem; } }