.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:238,246,226;--color-primary-1:198,227,159;--color-primary-2:140,198,63;--color-primary-3:70,99,32;--color-primary-4:21,30,9;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"open 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:#fafafa;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#UTw0cTSxQ1dChn11rl2S28OT4lkKTSbi { position:relative;display:none; }#UTw0cTSxQ1dChn11rl2S28OT4lkKTSbi { border-width: 0; border-radius: 0; }#UTw0cTSxQ1dChn11rl2S28OT4lkKTSbi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UTw0cTSxQ1dChn11rl2S28OT4lkKTSbi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bAa674i1t5fpoPhJFqdq4CFX5MqAHfiX { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#MCoMSgMweBw4086JDovnCrAMkPyHN1FN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xT2NZeg6a1TLfwT21y0KWazXiTxJmM4G { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.21875rem;left:0.90625rem;display:none; }
#xT2NZeg6a1TLfwT21y0KWazXiTxJmM4G > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#DrHgUgOJOG5OLw5wqRTZtHWT7JZMA3sX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.943359375rem;left:3.65625rem;height:1.29980625rem;display:none; }
#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f688f2b6-9abf-4685-a95e-a860a7555a4e/batteusesoya.jpg");background-position:center !important;background-repeat:no-repeat !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; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf.adaptive-delivery-prevent-bg, #cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf.lazyload, #cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf.lazyloading { background-image: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { background-color: transparent; background-image: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container > .video-iframe-container { display: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .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.7); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row > .video-iframe-container { display: none; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .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); }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { border-width: 0; border-radius: 0; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf::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; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#BbTCKlxyb0vyG6Iyqrv94B5Rxoabc0gS { color:rgba(var(--color-primary-2),1);display:block;width:66.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5rem;left:2.75rem;height:12.6738125rem;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; }
#laRH9gpClDpRm8pzc3NL7i8UuMIAiu9I { color:rgba(var(--color-tertiary-0),1);display:block;width:37.4370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.3125rem;left:2.75rem;height:1.7068125rem;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; }
#BO8x41knM0iUf5Gqclis0PDTx8Ba4Qd7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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(--headlines-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6241875rem;height:2.93671875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:21.375rem;left:2.75rem;display:block; }
#J5KDM6qcrC3VCx5IlTLwgWDRuhxJL5IK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRafonVOkewVLiIFbWEtcvC681Aevc4S { 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:3.9375rem;width:13.25rem;top:1.2565104961395rem;left:2.1864166259766rem;overflow:hidden;display:block; }
#C8dWLASPklVFFMtgJDskaNSo9hGJicyc { 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; }#C8dWLASPklVFFMtgJDskaNSo9hGJicyc > .row .container { background-color: transparent; background-image: none; }#C8dWLASPklVFFMtgJDskaNSo9hGJicyc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8dWLASPklVFFMtgJDskaNSo9hGJicyc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8dWLASPklVFFMtgJDskaNSo9hGJicyc > .row .container > .video-iframe-container { display: none; }#C8dWLASPklVFFMtgJDskaNSo9hGJicyc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8dWLASPklVFFMtgJDskaNSo9hGJicyc > .row > .video-iframe-container { display: none; }#C8dWLASPklVFFMtgJDskaNSo9hGJicyc > .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); }#C8dWLASPklVFFMtgJDskaNSo9hGJicyc > .row .container { border-width: 0; border-radius: 0; }#C8dWLASPklVFFMtgJDskaNSo9hGJicyc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C8dWLASPklVFFMtgJDskaNSo9hGJicyc > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#obdBftJTRsGT5vp6a4zAzXGiksucxloq { color:#313131;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.312498472631rem;left:7.499218940735rem;height:3.98046875rem;text-align:center;text-align-last:center;display:block; }
#Aq8bnQ4niAfAAE7DNT4Tkqgfmv3lGmbB { 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-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:12.25rem;left:25.25rem;display:block; }
#S1JpUbAS9AMouvPVZFrcqZXvwC6uyzCd { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;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:12.8125rem;left:25.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BgGxh7cDH4RLT4zuklliHARF4HTE9xSp { color:#313131;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.998436354101rem;left:20.467968940735rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h0XtN7w0t4iwysJ4WPxySOzCvMMR2wU2 { color:#313131;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.999998472631rem;left:40.125000953674rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k1FtGiUJegtFZFGzwzc3ohgXmBoxwybw { position:absolute;display:block;z-index:15008;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:12.25rem;left:45.875rem;display:block; }
#CThxTWEQ2E9oz795WorQ2BiwwJz5hhCq { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.8125rem;left:46.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WbvSBpFi7y1pNZPEHlBsh9UobQX66pHT { 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:12.1875rem;left:33.5625rem;overflow:hidden;display:block; }
#gT4Qn8O96qnwEuyNtOlT2p7MT4xT8Tu0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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(--headlines-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6234375rem;height:2.93671875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.0625rem;left:28.688282966614rem;display:block; }
#DQIUSJ8Buvg6SFGiFra6LgRTmz38yPFm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nSFk7PsaZlPgFN1P4WbR0v5SNDimz9Aa { position:relative;display:block; }#nSFk7PsaZlPgFN1P4WbR0v5SNDimz9Aa { background-color: transparent; background-image: none; }#nSFk7PsaZlPgFN1P4WbR0v5SNDimz9Aa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSFk7PsaZlPgFN1P4WbR0v5SNDimz9Aa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSFk7PsaZlPgFN1P4WbR0v5SNDimz9Aa > .row .container > .video-iframe-container { display: none; }#nSFk7PsaZlPgFN1P4WbR0v5SNDimz9Aa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSFk7PsaZlPgFN1P4WbR0v5SNDimz9Aa > .row > .video-iframe-container { display: none; }#nSFk7PsaZlPgFN1P4WbR0v5SNDimz9Aa > .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); }#nSFk7PsaZlPgFN1P4WbR0v5SNDimz9Aa { border-width: 0; border-radius: 0; }#nSFk7PsaZlPgFN1P4WbR0v5SNDimz9Aa > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nSFk7PsaZlPgFN1P4WbR0v5SNDimz9Aa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hTe7ay0W78xsFUoWL0lN9Do6sLNXLSIr { position:absolute;display:block;z-index:15000;height:23.6875rem;width:48.625rem;top:7.296875rem;left:13.1875rem;display:block; }
#V74dIh76rsQFJuzWnQfNfZOCcqgPdkqK { color:rgba(var(--color-primary-2),1);display:block;width:37.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:1.125rem;left:18.6875rem;height:6.17448125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);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; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { background-color: transparent; background-image: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .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); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { border-width: 0; border-radius: 0; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { font-size:0.875rem;font-family:arial;height:9.0972225rem;width:75rem;position:relative;display:block; }#CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { color:rgba(var(--color-primary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.6679725646972rem;left:49.250003814698rem;height:1.225rem;font-style:normal;display:block; }
#rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { color:rgba(var(--color-primary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:4.7304725646972rem;left:32.187503814698rem;height:1.225rem;font-style:normal;display:block; }
#XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { color:rgba(var(--color-primary-2),1);display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:2.3125rem;left:61rem;height:1.05rem;font-style:normal;display:block; }
#VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:4.5625038146972rem;left:30.312503814698rem; }
#IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:4.5625rem;left:47.4375rem; }
#IpxADuMglSSTvLSyxkfNmRArybUtZWdE { 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.49935rem;width:12.436rem;top:3.5915794372559rem;left:1.9357643127441rem;overflow:hidden;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { 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:15034;opacity:1;top:3.7152786254883rem;left:60.999355316162rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { 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:15035;opacity:1;top:3.7152786254883rem;left:64.905384063719rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { 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:15036;opacity:1;top:3.7152786254883rem;left:68.672962188719rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { position:relative;display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { background-color: transparent; background-image: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .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); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { border-width: 0; border-radius: 0; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { color:#605444;display:block;width:24.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:0.63021087646487rem;left:25.312503814698rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UTw0cTSxQ1dChn11rl2S28OT4lkKTSbi { display:none; }#UTw0cTSxQ1dChn11rl2S28OT4lkKTSbi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bAa674i1t5fpoPhJFqdq4CFX5MqAHfiX { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #MCoMSgMweBw4086JDovnCrAMkPyHN1FN { display:block; }
 }@media only screen and (max-width: 763px) { #xT2NZeg6a1TLfwT21y0KWazXiTxJmM4G { top:0.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
#xT2NZeg6a1TLfwT21y0KWazXiTxJmM4G > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #DrHgUgOJOG5OLw5wqRTZtHWT7JZMA3sX { top:0.9375rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf { display:block; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbTCKlxyb0vyG6Iyqrv94B5Rxoabc0gS { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #laRH9gpClDpRm8pzc3NL7i8UuMIAiu9I { top:18.3125rem;left:0rem;width:37.375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO8x41knM0iUf5Gqclis0PDTx8Ba4Qd7 { width:17.5625rem;height:2.875rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5KDM6qcrC3VCx5IlTLwgWDRuhxJL5IK { display:block; }
 }@media only screen and (max-width: 763px) { #FRafonVOkewVLiIFbWEtcvC681Aevc4S { top:1.25rem;left:0rem;width:13.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8dWLASPklVFFMtgJDskaNSo9hGJicyc { display:block; }#C8dWLASPklVFFMtgJDskaNSo9hGJicyc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obdBftJTRsGT5vp6a4zAzXGiksucxloq { top:3.25rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq8bnQ4niAfAAE7DNT4Tkqgfmv3lGmbB { top:12.25rem;left:11.625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1JpUbAS9AMouvPVZFrcqZXvwC6uyzCd { top:12.8125rem;left:11.8125rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgGxh7cDH4RLT4zuklliHARF4HTE9xSp { top:16.9375rem;left:6.842968940735rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0XtN7w0t4iwysJ4WPxySOzCvMMR2wU2 { top:16.9375rem;left:26.500000953674rem;width:14.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1FtGiUJegtFZFGzwzc3ohgXmBoxwybw { top:12.25rem;left:32.25rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CThxTWEQ2E9oz795WorQ2BiwwJz5hhCq { top:12.8125rem;left:32.5rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbvSBpFi7y1pNZPEHlBsh9UobQX66pHT { top:12.1875rem;left:19.9375rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4Qn8O96qnwEuyNtOlT2p7MT4xT8Tu0 { width:17.5625rem;height:2.875rem;top:23.0625rem;left:15.063282966614rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQIUSJ8Buvg6SFGiFra6LgRTmz38yPFm { display:block; }
 }@media only screen and (max-width: 763px) { #nSFk7PsaZlPgFN1P4WbR0v5SNDimz9Aa { display:block; }#nSFk7PsaZlPgFN1P4WbR0v5SNDimz9Aa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTe7ay0W78xsFUoWL0lN9Do6sLNXLSIr { top:7.25rem;left:0rem;width:47.75rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V74dIh76rsQFJuzWnQfNfZOCcqgPdkqK { width:37.625rem;height:6.125rem;top:1.125rem;left:5.0624990463257rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { top:4.625rem;left:35.625003814698rem;width:7.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { top:4.6875rem;left:18.562503814698rem;width:12.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { top:2.3125rem;left:36rem;width:11.75rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { top:4.5625rem;left:16.687503814698rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { top:4.5625rem;left:33.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { top:3.5625rem;left:0rem;width:12.375rem;height:3.4821852886781rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:24.375rem;height:1.25rem;top:0.625rem;left:11.687501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UTw0cTSxQ1dChn11rl2S28OT4lkKTSbi { display:block; }#UTw0cTSxQ1dChn11rl2S28OT4lkKTSbi > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bAa674i1t5fpoPhJFqdq4CFX5MqAHfiX { top:0rem;left:0rem;width:20rem;height:2.6875rem;z-index:15006;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MCoMSgMweBw4086JDovnCrAMkPyHN1FN { display:block; }
 }@media only screen and (max-width: 763px) { #xT2NZeg6a1TLfwT21y0KWazXiTxJmM4G { display:flex;width:2.25rem;height:2.25rem;top:0rem;left:0rem;z-index:15005;font-size:1.5625rem; }
#xT2NZeg6a1TLfwT21y0KWazXiTxJmM4G > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #DrHgUgOJOG5OLw5wqRTZtHWT7JZMA3sX { width:12.5rem;height:1.1375rem;top:0.55625003576279rem;left:2.2500000596046rem;font-size:0.875rem;color:#000000;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;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf { display:block; }#cVXkFerUkT0FKKqdGDpv6UUnD2guoPBf > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BbTCKlxyb0vyG6Iyqrv94B5Rxoabc0gS { width:19.8125rem;height:8.45rem;top:5.10546875rem;left:0.09375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #laRH9gpClDpRm8pzc3NL7i8UuMIAiu9I { width:18.625rem;height:2.4375rem;top:15.364843845367rem;left:0.68671876192094rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BO8x41knM0iUf5Gqclis0PDTx8Ba4Qd7 { width:17.1875rem;height:2.9375rem;top:20.06015586853rem;left:1.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5KDM6qcrC3VCx5IlTLwgWDRuhxJL5IK { display:block; }
 }@media only screen and (max-width: 763px) { #FRafonVOkewVLiIFbWEtcvC681Aevc4S { width:8.75rem;height:2.625rem;top:1.3125rem;left:5.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8dWLASPklVFFMtgJDskaNSo9hGJicyc { display:block; }#C8dWLASPklVFFMtgJDskaNSo9hGJicyc > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obdBftJTRsGT5vp6a4zAzXGiksucxloq { width:20rem;height:2.275rem;top:1.9375004768372rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq8bnQ4niAfAAE7DNT4Tkqgfmv3lGmbB { width:2.9375rem;height:2.9375rem;top:5.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1JpUbAS9AMouvPVZFrcqZXvwC6uyzCd { width:2.5rem;height:1.625rem;top:5.75rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgGxh7cDH4RLT4zuklliHARF4HTE9xSp { width:7.625rem;height:1.625rem;top:8.96875rem;left:0.71796876192094rem;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #h0XtN7w0t4iwysJ4WPxySOzCvMMR2wU2 { width:8.375rem;height:2.4375rem;top:8.5625rem;left:11.625000536442rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1FtGiUJegtFZFGzwzc3ohgXmBoxwybw { width:2.9375rem;height:2.9375rem;top:5.125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CThxTWEQ2E9oz795WorQ2BiwwJz5hhCq { width:2.5rem;height:1.625rem;top:5.75rem;left:13.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbvSBpFi7y1pNZPEHlBsh9UobQX66pHT { width:3.8125rem;height:2rem;top:5.5937504768372rem;left:7.5937505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT4Qn8O96qnwEuyNtOlT2p7MT4xT8Tu0 { width:17.5625rem;height:2.875rem;top:12.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQIUSJ8Buvg6SFGiFra6LgRTmz38yPFm { display:block; }
 }@media only screen and (max-width: 763px) { #nSFk7PsaZlPgFN1P4WbR0v5SNDimz9Aa { display:block; }#nSFk7PsaZlPgFN1P4WbR0v5SNDimz9Aa > .row .container { width:20rem;height:36.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTe7ay0W78xsFUoWL0lN9Do6sLNXLSIr { width:20rem;height:23.6875rem;top:6.81640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V74dIh76rsQFJuzWnQfNfZOCcqgPdkqK { width:20rem;height:3.7125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-family:montserrat;font-weight:400;font-style:normal;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { width:9.7486875rem;height:1.4rem;top:16.8125rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { width:11.372375rem;height:1.4rem;top:11.3515625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { width:20rem;height:1.3125rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { width:1.5625rem;height:1.5625rem;top:8.5390625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { width:1.5625rem;height:1.5625rem;top:14rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { width:12.371125rem;height:3.4765625rem;top:3.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { display:flex;width:3.125rem;height:3.125rem;top:19.4609375rem;left:8.4375rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { display:flex;width:3.125rem;height:3.125rem;top:23.8359375rem;left:8.4375rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { display:flex;width:3.125rem;height:3.125rem;top:28.2109375rem;left:8.4375rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:20rem;height:auto;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }