.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:253,234,222;--color-primary-1:249,184,144;--color-primary-2:243,112,33;--color-primary-3:122,56,17;--color-primary-4:36,17,5;--color-secondary-0:226,243,243;--color-secondary-1:163,186,187;--color-secondary-2:102,140,142;--color-secondary-3:61,84,85;--color-secondary-4:0,64,66;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:62,62,62;--headlines-font-family:"IBM Plex Sans";--paragraphs-font-family:"IBM Plex Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/aaffea84-f368-4fd0-b50f-46870a97179e/Background_BlackFriday.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#h3W4DE5q6XforNTWsXwxTvKxS0Jqbt4E { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:13.8125rem;left:3.75rem;height:7.796875rem;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; }
#WXlToWcPDooiqhp0dHBpBn9xVVTTI23l { 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:12.4375rem;width:19.5625rem;top:1.4375rem;left:6.25rem;overflow:hidden;display:block; }
#CKE01h3l9Wuc7n2oBFMQtD4BxbNt3ny7 { background-color:#004042;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:22.5rem;height:3.8125rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:23.75rem;left:3.8125rem;display:block; }
#wwXl1K6HXBmr4UXNIvhpXO463Qk2OUQE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v8FuSSvpMRlO76vf6nTzddMotPALnbz8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#241105;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; }#v8FuSSvpMRlO76vf6nTzddMotPALnbz8 > .row .container { border-width: 0; border-radius: 0; }#v8FuSSvpMRlO76vf6nTzddMotPALnbz8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v8FuSSvpMRlO76vf6nTzddMotPALnbz8 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:none; }#gBh58EiHVe6so7u3BRXmC8nQwsGqdPRV { color:#f37021;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:2.9250001907349rem;left:0rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lsrQfuFxbDWCoaTvU8TDPR3rbrQvvMyT { 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.625rem;width:20rem;display:none; }
#wp6uzskcKLkrTmLgTMMBfJOleWPFLn1I { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:16.3125rem;left:3.5625rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OAkTUlWo83mgVvhKiNaszRv4QsTIDx1J { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:16.3125rem;left:24.4375rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TxaJtzGofvA4K6mOiczZ23kcmaK97cNW { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:16.25rem;left:39.0625rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dtyWQz0hrGCoVVnFaoGaKrZox2GXDEMn { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:16.25rem;left:56.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bLzzvxEuaBxWkbnhNsCO1pTi4QLXmTbi { background-color:#6bfac7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#00313c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:23.0625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.9375rem;left:26.25rem;display:block; }
#qi7J6O62oItRtC8uorv6vDa5Qk6GHdGA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IzSUDXRB8XtgLEcuV7dVi9qv7bILZPTK { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top: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:14.4375rem;width:15.5rem;top:7.5625rem;left:3.25rem;overflow:hidden;display:block; }
#WBJV7XvKaMSg8OQrVGmRSlWLf65ZeT1p { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:14.4375rem;width:15.5rem;top:7.5625rem;left:21.25rem;overflow:hidden;display:block; }
#hRVTqdwI9z6MQMiDFS6pvl8wdnqu3qfL { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top: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:14.4375rem;width:15.5rem;top:7.5625rem;left:38.75rem;overflow:hidden;display:block; }
#pwZLELlRhIRC80Uc7ll4lAs4zig3kih8 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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:14.4375rem;width:15.5rem;top:7.5625rem;left:56.25rem;overflow:hidden;display:block; }
#tgrENIx0MP4cANQkEiSpRDSosTvkwoyb { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5rem;top:9.5625rem;left:8.1875rem;overflow:hidden;display:block; }
#okEqJHoqT02DL3eBC5XhIu4Bek4bEAZx { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:4.9375rem;top:10.0625rem;left:26.25rem;overflow:hidden;display:block; }
#K0IVnisA0HRWTAFdUHQ17E1vsSgNu3Hz { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top: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.875rem;width:7.5rem;top:10.3125rem;left:42.5625rem;overflow:hidden;display:block; }
#epiqCrPblEV7tQkMSdrf9TBfSCQq635J { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top: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:5rem;top:11rem;left:61.625rem;overflow:hidden;display:block; }
#QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f37021;background-image:url("https://images.assets-landingi.com/uc/e3b7f5e9-fbbf-479e-b76b-1bb232e1b48f/Background.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:none; }#QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO.adaptive-delivery-prevent-bg, #QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO.lazyload, #QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO.lazyloading { background-image: none; }#QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO > .row .container { border-width: 0; border-radius: 0; }#QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO > .row .container { font-size:0.875rem;font-family:arial;height:59.6875rem;width:75rem;position:relative;display:none; }#qdlzOJPDTXFLTn8z2WHlqgEzCOZnTEq5 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.4375rem;left:0rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r4EZN0f4fgmXSos6T1g527DnHwOmfv9q { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:4.9375rem;left:-0.0625rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tTdIfdeh0GEJhskSOA4D0y2SEhQEdz1E { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:61rem;top:38.6875rem;left:7.4375rem;overflow:hidden;display:block; }
#km3gHcQW0s3oeX8ix8Is0UU2R1L96kAD { position:absolute;display:block;z-index:15009;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.8125rem;width:1.9375rem;top:44.625rem;left:17.5rem;overflow:hidden;display:block; }
#GuU2Jslwvxacugk9JhtzEtcrkOsDsuat { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:43.75rem;left:20.625rem;height:3.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PVsMNqJxEFBnn32pdNAkAEJglahhQGfd { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:43.75rem;left:33.125rem;height:3.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lgGqhlSuTmh8IQJGXF0fTNslTgCXv9rV { position:absolute;display:block;z-index:15011;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.8125rem;width:1.9375rem;top:44.625rem;left:30rem;overflow:hidden;display:block; }
#Gr72EztBpkewhDJHZX1U6QRbxcB5sRSO { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:43.75rem;left:49.375rem;height:3.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WTDZ9LaSFNzikH9TomiG1SOcPZrqafvU { position:absolute;display:block;z-index:15013;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:1.8125rem;width:1.9375rem;top:44.625rem;left:46.25rem;overflow:hidden;display:block; }
#NEbASnm0fAyxf7Rki4t5wqVreP18TSat { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:55.1376953125rem;left:16.25rem;height:1.04980625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ehOtHsFnQPTTefl1Ook3wfMqDnxGbRs8 { background-color:#6bfac7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#00313c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:23.0625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:49.9375rem;left:26.25rem;display:block; }
#XHQh29uehy6oll7SyShKcfwoLru0mxno { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xAvAbKNe15U9UnTS7a2CMQbkFRuV7GcT { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:20.9375rem;top:6.875rem;left:4.9375rem;overflow:hidden;display:block; }
#gAhl5pAkds07AIqrhIxSUUWwBgOTtAnt { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:20.9375rem;top:7rem;left:50.0625rem;overflow:hidden;display:block; }
#v7NwyVrkpLy5VagwypwblolU0GeZumJk { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:24.4375rem;top:6.875rem;left:26.25rem;overflow:hidden;display:block; }
#iSXaUm2auNKvLs0fOHETlyOAHLGbQHTe { 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; }#iSXaUm2auNKvLs0fOHETlyOAHLGbQHTe > .row .container { border-width: 0; border-radius: 0; }#iSXaUm2auNKvLs0fOHETlyOAHLGbQHTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSXaUm2auNKvLs0fOHETlyOAHLGbQHTe > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:none; }#GMu5oFsdz28arPd1oAmFRvQXm8Uhm4ro { color:rgba(var(--color-secondary-4),1);display:block;width:16rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:10.150000572204rem;left:6.2492189407349rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kbDC4EIWfMBeuxpalN3Tbxvv5niPlzsc { color:rgba(var(--color-tertiary-0),1);display:block;width:20.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:9.9625005722044rem;left:28.312500953674rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zhpRCf6zvfLfDzSgfayaEOJQliGAIadc { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:9.9625005722044rem;left:50.687500953674rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q4MAR1Wg9JgSFW2pVCpBITOkHQAzEes8 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:21.212502479553rem;left:28.125000953674rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NUlzvz14oc3eMCi6rgMTxOTVFX52FugP { color:rgba(var(--color-tertiary-0),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:21.212502479553rem;left:50.687500953674rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LPsVKbGno7QBb3D4Z2ftvpEZIQ9TT54L { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:9.9375rem;width:20.5rem;top:2.6562509536743rem;left:28.250000953674rem;overflow:hidden;display:block; }
#W2ORAnxwNpkz14woUpgMA9eHZGP2XEby { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:9.9375rem;width:20.5rem;top:2.6562509536743rem;left:50.687500953674rem;overflow:hidden;display:block; }
#eTgEXgMVNqQ9uPVTD6F5HV97of8b97Ke { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:9.9375rem;width:20.5rem;top:13.843750953674rem;left:28.281250953674rem;overflow:hidden;display:block; }
#BWNgJwZPJEJJaSXSiMKLISbavwGRNSb6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:9.9375rem;width:20.5rem;top:13.843750953674rem;left:50.750000953674rem;overflow:hidden;display:block; }
#OvoDd80qUTVqQqtKS055HNlsb6GVzlrD { box-sizing:content-box;height:6.0625rem;width:0.5rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.187500953674rem;left:3.75rem;display:block; }
#Mfe7wkTNHwsElevptOR4v0QR61GOcKIh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Mfe7wkTNHwsElevptOR4v0QR61GOcKIh > .row .container { border-width: 0; border-radius: 0; }#Mfe7wkTNHwsElevptOR4v0QR61GOcKIh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mfe7wkTNHwsElevptOR4v0QR61GOcKIh > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:none; }#dFUIc9xWKqPA3D9O78LOzfHrbqADqgCo { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:2.4375rem;left:6.2492189407349rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gBxCk4uWxV1S169DUQaUqccn9zSolTsu { color:rgba(var(--color-tertiary-0),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:4.9375019073486rem;left:6.2492189407349rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d05O4UbdkNEmQtnBphRIxcfU64la3zwE { background-color:#6bfac7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#00313c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:20.8125rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.375rem;left:46.0625rem;display:block; }
#ddKxp2t4KwfgACewX45kH43DnSsbuU0s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3W4DE5q6XforNTWsXwxTvKxS0Jqbt4E { top:13.8125rem;left:0rem;width:27.1875rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXlToWcPDooiqhp0dHBpBn9xVVTTI23l { top:1.4375rem;left:0rem;width:19.5625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKE01h3l9Wuc7n2oBFMQtD4BxbNt3ny7 { width:22.5rem;height:3.8125rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwXl1K6HXBmr4UXNIvhpXO463Qk2OUQE { display:block; }
 }@media only screen and (max-width: 763px) { #v8FuSSvpMRlO76vf6nTzddMotPALnbz8 { display:block; }#v8FuSSvpMRlO76vf6nTzddMotPALnbz8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBh58EiHVe6so7u3BRXmC8nQwsGqdPRV { top:2.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsrQfuFxbDWCoaTvU8TDPR3rbrQvvMyT { width:20rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wp6uzskcKLkrTmLgTMMBfJOleWPFLn1I { top:16.3125rem;left:0rem;width:15rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAkTUlWo83mgVvhKiNaszRv4QsTIDx1J { top:16.3125rem;left:10.8125rem;width:9.25rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxaJtzGofvA4K6mOiczZ23kcmaK97cNW { top:16.25rem;left:25.4375rem;width:14.875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtyWQz0hrGCoVVnFaoGaKrZox2GXDEMn { top:25.125rem;left:0rem;width:7.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLzzvxEuaBxWkbnhNsCO1pTi4QLXmTbi { width:23.0625rem;height:3.4375rem;top:24.9375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi7J6O62oItRtC8uorv6vDa5Qk6GHdGA { display:block; }
 }@media only screen and (max-width: 763px) { #IzSUDXRB8XtgLEcuV7dVi9qv7bILZPTK { top:7.5625rem;left:0rem;width:15.5rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBJV7XvKaMSg8OQrVGmRSlWLf65ZeT1p { top:7.5625rem;left:7.625rem;width:15.5rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRVTqdwI9z6MQMiDFS6pvl8wdnqu3qfL { top:7.5625rem;left:25.125rem;width:15.5rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwZLELlRhIRC80Uc7ll4lAs4zig3kih8 { top:7.5625rem;left:32.25rem;width:15.5rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgrENIx0MP4cANQkEiSpRDSosTvkwoyb { top:9.5625rem;left:0rem;width:5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #okEqJHoqT02DL3eBC5XhIu4Bek4bEAZx { top:10.0625rem;left:12.625rem;width:4.9375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0IVnisA0HRWTAFdUHQ17E1vsSgNu3Hz { top:10.3125rem;left:28.9375rem;width:7.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #epiqCrPblEV7tQkMSdrf9TBfSCQq635J { top:11rem;left:42.75rem;width:5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO { display:block; }#QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdlzOJPDTXFLTn8z2WHlqgEzCOZnTEq5 { top:2.4375rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4EZN0f4fgmXSos6T1g527DnHwOmfv9q { top:4.9375rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTdIfdeh0GEJhskSOA4D0y2SEhQEdz1E { top:38.6875rem;left:0rem;width:47.75rem;height:2.0058913934426rem;display:block; }
 }@media only screen and (max-width: 763px) { #km3gHcQW0s3oeX8ix8Is0UU2R1L96kAD { top:44.625rem;left:3.875rem;width:1.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuU2Jslwvxacugk9JhtzEtcrkOsDsuat { top:43.75rem;left:7rem;width:6.9375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVsMNqJxEFBnn32pdNAkAEJglahhQGfd { top:43.75rem;left:19.5rem;width:10.4375rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgGqhlSuTmh8IQJGXF0fTNslTgCXv9rV { top:44.625rem;left:16.375rem;width:1.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr72EztBpkewhDJHZX1U6QRbxcB5sRSO { top:43.75rem;left:35.75rem;width:8.5625rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDZ9LaSFNzikH9TomiG1SOcPZrqafvU { top:44.625rem;left:32.625rem;width:1.9375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEbASnm0fAyxf7Rki4t5wqVreP18TSat { top:55.125rem;left:2.625rem;width:43.75rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehOtHsFnQPTTefl1Ook3wfMqDnxGbRs8 { width:23.0625rem;height:3.4375rem;top:49.9375rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHQh29uehy6oll7SyShKcfwoLru0mxno { display:block; }
 }@media only screen and (max-width: 763px) { #xAvAbKNe15U9UnTS7a2CMQbkFRuV7GcT { top:6.875rem;left:0rem;width:20.9375rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAhl5pAkds07AIqrhIxSUUWwBgOTtAnt { top:7rem;left:26.8125rem;width:20.9375rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7NwyVrkpLy5VagwypwblolU0GeZumJk { top:6.875rem;left:12.625rem;width:24.4375rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSXaUm2auNKvLs0fOHETlyOAHLGbQHTe { display:block; }#iSXaUm2auNKvLs0fOHETlyOAHLGbQHTe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMu5oFsdz28arPd1oAmFRvQXm8Uhm4ro { top:10.125rem;left:0rem;width:16rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbDC4EIWfMBeuxpalN3Tbxvv5niPlzsc { top:9.9375rem;left:14.6875rem;width:20.4375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhpRCf6zvfLfDzSgfayaEOJQliGAIadc { top:9.9375rem;left:27.125rem;width:20.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4MAR1Wg9JgSFW2pVCpBITOkHQAzEes8 { top:21.1875rem;left:14.5rem;width:20.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUlzvz14oc3eMCi6rgMTxOTVFX52FugP { top:21.1875rem;left:27.125rem;width:20.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPsVKbGno7QBb3D4Z2ftvpEZIQ9TT54L { top:2.625rem;left:14.625000953674rem;width:20.5rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ORAnxwNpkz14woUpgMA9eHZGP2XEby { top:2.625rem;left:27.25rem;width:20.5rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTgEXgMVNqQ9uPVTD6F5HV97of8b97Ke { top:13.8125rem;left:14.656250953674rem;width:20.5rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWNgJwZPJEJJaSXSiMKLISbavwGRNSb6 { top:13.8125rem;left:27.25rem;width:20.5rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvoDd80qUTVqQqtKS055HNlsb6GVzlrD { top:10.1875rem;left:0rem;width:0.5rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mfe7wkTNHwsElevptOR4v0QR61GOcKIh { display:block; }#Mfe7wkTNHwsElevptOR4v0QR61GOcKIh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFUIc9xWKqPA3D9O78LOzfHrbqADqgCo { top:2.4375rem;left:0rem;width:19.875rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBxCk4uWxV1S169DUQaUqccn9zSolTsu { top:4.9375rem;left:0rem;width:21.625rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d05O4UbdkNEmQtnBphRIxcfU64la3zwE { width:20.8125rem;height:3.4375rem;top:3.375rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddKxp2t4KwfgACewX45kH43DnSsbuU0s { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e2f3f3;background-image:url("https://images.assets-landingi.com/uc/a67e6a1e-8dce-47c9-a440-5c46035860c2/FundoBlackMobile.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:32.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h3W4DE5q6XforNTWsXwxTvKxS0Jqbt4E { width:17.4375rem;height:3.41015625rem;top:23.58984375rem;left:1.3125rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WXlToWcPDooiqhp0dHBpBn9xVVTTI23l { width:9.1875rem;height:5.75rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKE01h3l9Wuc7n2oBFMQtD4BxbNt3ny7 { width:17.3125rem;height:3.8125rem;top:27.5rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwXl1K6HXBmr4UXNIvhpXO463Qk2OUQE { display:block; }
 }@media only screen and (max-width: 763px) { #v8FuSSvpMRlO76vf6nTzddMotPALnbz8 { display:block; }#v8FuSSvpMRlO76vf6nTzddMotPALnbz8 > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gBh58EiHVe6so7u3BRXmC8nQwsGqdPRV { width:17.625rem;height:2.5996125rem;top:2.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lsrQfuFxbDWCoaTvU8TDPR3rbrQvvMyT { top:30.125rem;left:1.25rem;width:17.5rem;height:4.75rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wp6uzskcKLkrTmLgTMMBfJOleWPFLn1I { width:7.875rem;height:2.88574375rem;top:13.92578125rem;left:1.25rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OAkTUlWo83mgVvhKiNaszRv4QsTIDx1J { width:5.8125rem;height:1.923825rem;top:14rem;left:11.6875rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TxaJtzGofvA4K6mOiczZ23kcmaK97cNW { width:7.3125rem;height:2.88574375rem;top:25.125rem;left:1.5625rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dtyWQz0hrGCoVVnFaoGaKrZox2GXDEMn { width:7.5rem;height:2.88574375rem;top:25.125rem;left:10.875rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bLzzvxEuaBxWkbnhNsCO1pTi4QLXmTbi { width:17.5625rem;height:3.4375rem;top:36.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi7J6O62oItRtC8uorv6vDa5Qk6GHdGA { display:block; }
 }@media only screen and (max-width: 763px) { #IzSUDXRB8XtgLEcuV7dVi9qv7bILZPTK { width:5.6875rem;height:5.1875rem;top:7.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBJV7XvKaMSg8OQrVGmRSlWLf65ZeT1p { width:5.6875rem;height:5.25rem;top:7.375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRVTqdwI9z6MQMiDFS6pvl8wdnqu3qfL { width:5.6875rem;height:5.25rem;top:18.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwZLELlRhIRC80Uc7ll4lAs4zig3kih8 { width:5.6875rem;height:5.25rem;top:18.875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgrENIx0MP4cANQkEiSpRDSosTvkwoyb { width:2.5rem;height:2.75rem;top:8.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okEqJHoqT02DL3eBC5XhIu4Bek4bEAZx { width:2.5rem;height:2.5625rem;top:8.8125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0IVnisA0HRWTAFdUHQ17E1vsSgNu3Hz { width:3.75rem;height:2.5rem;top:20.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #epiqCrPblEV7tQkMSdrf9TBfSCQq635J { width:3.125rem;height:2.4375rem;top:20.125rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO { background-color:#f37021;background-image:url("https://images.assets-landingi.com/uc/e3b7f5e9-fbbf-479e-b76b-1bb232e1b48f/Background.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO.adaptive-delivery-prevent-bg, #QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO.lazyload, #QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO.lazyloading { background-image: none; }#QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO > .row .container { background-color: transparent; background-image: none; }#QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO > .row .container > .video-iframe-container { display: none; }#QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO > .row > .video-iframe-container { display: none; }#QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO > .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); }#QLgorKCgkOQD2sbQkkViMOIFBlSXLwWO > .row .container { width:20rem;height:38.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qdlzOJPDTXFLTn8z2WHlqgEzCOZnTEq5 { width:20rem;height:1.4619125rem;top:1.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #r4EZN0f4fgmXSos6T1g527DnHwOmfv9q { width:17.5rem;height:2.2734375rem;top:3.75rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tTdIfdeh0GEJhskSOA4D0y2SEhQEdz1E { width:20rem;height:0.83984375rem;top:54.16015625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #km3gHcQW0s3oeX8ix8Is0UU2R1L96kAD { width:1.25rem;height:1.125rem;top:18.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuU2Jslwvxacugk9JhtzEtcrkOsDsuat { width:8.0625rem;height:1.29980625rem;top:18.8125rem;left:4.9375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PVsMNqJxEFBnn32pdNAkAEJglahhQGfd { width:12.125rem;height:1.29980625rem;top:21.19921875rem;left:5rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lgGqhlSuTmh8IQJGXF0fTNslTgCXv9rV { width:1.25rem;height:1.1875rem;top:21.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr72EztBpkewhDJHZX1U6QRbxcB5sRSO { width:11.0625rem;height:1.29980625rem;top:23.69921875rem;left:5rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WTDZ9LaSFNzikH9TomiG1SOcPZrqafvU { width:1.25rem;height:1.125rem;top:23.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEbASnm0fAyxf7Rki4t5wqVreP18TSat { width:17.1875rem;height:2.923825rem;top:32.5rem;left:1.25rem;font-size:0.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ehOtHsFnQPTTefl1Ook3wfMqDnxGbRs8 { width:17.5625rem;height:3.1875rem;top:27.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHQh29uehy6oll7SyShKcfwoLru0mxno { display:block; }
 }@media only screen and (max-width: 763px) { #xAvAbKNe15U9UnTS7a2CMQbkFRuV7GcT { width:6.25rem;height:9.0625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAhl5pAkds07AIqrhIxSUUWwBgOTtAnt { width:6.25rem;height:9.125rem;top:7.5rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7NwyVrkpLy5VagwypwblolU0GeZumJk { width:7.25rem;height:9.0625rem;top:7.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSXaUm2auNKvLs0fOHETlyOAHLGbQHTe { display:block; }#iSXaUm2auNKvLs0fOHETlyOAHLGbQHTe > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMu5oFsdz28arPd1oAmFRvQXm8Uhm4ro { width:17.5rem;height:2.7rem;top:2.4375rem;left:1.2500000596046rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kbDC4EIWfMBeuxpalN3Tbxvv5niPlzsc { width:17.5rem;height:1.2rem;top:12.33749961853rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhpRCf6zvfLfDzSgfayaEOJQliGAIadc { width:10.5625rem;height:2.3984375rem;top:21.28750038147rem;left:4.4375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4MAR1Wg9JgSFW2pVCpBITOkHQAzEes8 { width:17.4375rem;height:1.2rem;top:33.737501144409rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUlzvz14oc3eMCi6rgMTxOTVFX52FugP { width:17.5rem;height:1.2rem;top:43.58749961853rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPsVKbGno7QBb3D4Z2ftvpEZIQ9TT54L { width:17.5rem;height:8.375rem;top:6.1875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2ORAnxwNpkz14woUpgMA9eHZGP2XEby { width:17.5rem;height:8.75rem;top:16.1875rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTgEXgMVNqQ9uPVTD6F5HV97of8b97Ke { width:17.5rem;height:8.4375rem;top:27.4375rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWNgJwZPJEJJaSXSiMKLISbavwGRNSb6 { width:17.5rem;height:8.4375rem;top:37.4375rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvoDd80qUTVqQqtKS055HNlsb6GVzlrD { width:0.5rem;height:6.0625rem;top:1.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mfe7wkTNHwsElevptOR4v0QR61GOcKIh { display:block; }#Mfe7wkTNHwsElevptOR4v0QR61GOcKIh > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFUIc9xWKqPA3D9O78LOzfHrbqADqgCo { width:19.875rem;height:1.35rem;top:1.25rem;left:0.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBxCk4uWxV1S169DUQaUqccn9zSolTsu { width:17.375rem;height:2.3984375rem;top:3.8623046875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d05O4UbdkNEmQtnBphRIxcfU64la3zwE { width:17.625rem;height:3.4375rem;top:7.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddKxp2t4KwfgACewX45kH43DnSsbuU0s { display:block; }
 }