.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:244,194,69;--color-primary-1:234,176,65;--color-primary-2:241,194,50;--color-primary-3:252,184,34;--color-primary-4:251,193,21;--color-secondary-0:233,250,251;--color-secondary-1:183,238,242;--color-secondary-2:111,221,229;--color-secondary-3:56,111,115;--color-secondary-4:17,33,34;--color-tertiary-0:255,255,255;--color-tertiary-1:128,128,128;--color-tertiary-2:32,31,31;--color-tertiary-3:6,6,7;--color-tertiary-4:0,0,0;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@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:#28afb0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RboNyyX5a2AZgqKAN43HhPQ1CvgpBOHb { background-color:#020202;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#RboNyyX5a2AZgqKAN43HhPQ1CvgpBOHb > .row .container { background-color: transparent; background-image: none; }#RboNyyX5a2AZgqKAN43HhPQ1CvgpBOHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RboNyyX5a2AZgqKAN43HhPQ1CvgpBOHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RboNyyX5a2AZgqKAN43HhPQ1CvgpBOHb > .row .container > .video-iframe-container { display: none; }#RboNyyX5a2AZgqKAN43HhPQ1CvgpBOHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RboNyyX5a2AZgqKAN43HhPQ1CvgpBOHb > .row > .video-iframe-container { display: none; }#RboNyyX5a2AZgqKAN43HhPQ1CvgpBOHb > .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); }#RboNyyX5a2AZgqKAN43HhPQ1CvgpBOHb > .row .container { border-width: 0; border-radius: 0; }#RboNyyX5a2AZgqKAN43HhPQ1CvgpBOHb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RboNyyX5a2AZgqKAN43HhPQ1CvgpBOHb > .row .container { font-size:0.875rem;font-family:poppins;height:5.5rem;width:75rem;overflow:visible;position:relative;display:block; }#F5J81xENn5lEVyTUXHACys4UnT8sdA56 { background-color:rgba(var(--color-primary-4),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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.375rem;left:58.125rem;display:block; }
#l9Vg70IsPD2NBPAHceTLa7x5WcygEeyQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pMVBXZnSeGUrLeSom6FDr0yp7E5cwwOt { background-color:transparent;background-image:none;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;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:poppins;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.875rem;left:37rem;display:block; }
#Xx3Ehi5PrdxM2N7zcaQmeVsiwG2TllP9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R1sMirXZwChHFstZP4JDpS6IZPesb1Hz { background-color:transparent;background-image:none;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;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:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.875rem;left:46.3125rem;display:block; }
#yIkKXgOHTnrseNw4XIQuMcDtmU51fbId { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NzeBfvxiIqa8NLKTVpAOuN29yeZVtKkT { box-sizing:content-box;height:5.5rem;width:8.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0rem;left:1.4375rem;display:block; }
#C4RolB3S0aqFVa5D7ZnxgPhl4cMXynhn { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:0rem;left:3.4375rem;overflow:hidden;display:block; }
#TZUuzgKlSCLUqRbCuPXXpdrF7dB3HP1b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#TZUuzgKlSCLUqRbCuPXXpdrF7dB3HP1b > .row .container { background-color: transparent; background-image: none; }#TZUuzgKlSCLUqRbCuPXXpdrF7dB3HP1b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZUuzgKlSCLUqRbCuPXXpdrF7dB3HP1b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZUuzgKlSCLUqRbCuPXXpdrF7dB3HP1b > .row .container > .video-iframe-container { display: none; }#TZUuzgKlSCLUqRbCuPXXpdrF7dB3HP1b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZUuzgKlSCLUqRbCuPXXpdrF7dB3HP1b > .row > .video-iframe-container { display: none; }#TZUuzgKlSCLUqRbCuPXXpdrF7dB3HP1b > .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); }#TZUuzgKlSCLUqRbCuPXXpdrF7dB3HP1b > .row .container { border-width: 0; border-radius: 0; }#TZUuzgKlSCLUqRbCuPXXpdrF7dB3HP1b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZUuzgKlSCLUqRbCuPXXpdrF7dB3HP1b > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#mr6APSSfIuf737iWhhtTJKl8ZCDF2SFc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8ff;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; }#mr6APSSfIuf737iWhhtTJKl8ZCDF2SFc > .row .container { background-color: transparent; background-image: none; }#mr6APSSfIuf737iWhhtTJKl8ZCDF2SFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mr6APSSfIuf737iWhhtTJKl8ZCDF2SFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mr6APSSfIuf737iWhhtTJKl8ZCDF2SFc > .row .container > .video-iframe-container { display: none; }#mr6APSSfIuf737iWhhtTJKl8ZCDF2SFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mr6APSSfIuf737iWhhtTJKl8ZCDF2SFc > .row > .video-iframe-container { display: none; }#mr6APSSfIuf737iWhhtTJKl8ZCDF2SFc > .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); }#mr6APSSfIuf737iWhhtTJKl8ZCDF2SFc > .row .container { border-width: 0; border-radius: 0; }#mr6APSSfIuf737iWhhtTJKl8ZCDF2SFc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mr6APSSfIuf737iWhhtTJKl8ZCDF2SFc > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#leRb0ysBkFInz92742d8EB1SeZi5MTq9 { position:absolute;display:block;z-index:15004;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:15rem;top:0.6875rem;left:1.3125rem;display:block; }
#g6lo4P2BclbrEkTLTXhOFUGJKzJpTQxl { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:0.625rem;left:1.3125rem;display:block; }
#dGQySb5elcSPFGKeDTEVuuBD60Fh0VOT { position:absolute;display:block;z-index:15012;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:15rem;top:0.625rem;left:17.625rem;display:block; }
#yp9lvW1TtZTsZr0J6ZhlTWoTvcU2KPBp { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:0.625rem;left:17.5625rem;display:block; }
#tdZSkP4BHFEmD4tJDMAtT7HKa6QHy9MO { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:0.875rem;left:20.375rem;height:1.125rem;font-style:normal;display:block; }
#LBxNRpdut2zA84eup2KJrigXTr9ggupP { position:absolute;display:block;z-index:15016;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:15rem;top:0.625rem;left:33.4375rem;display:block; }
#X5FhspcROezJU6GXGxIESsaIrfEkfq6c { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:0.625rem;left:33.375rem;display:block; }
#FDGr5eTq67of5TQEaC0MySZWAzrTGRRL { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:0.875rem;left:36.125rem;height:1.125rem;font-style:normal;display:block; }
#yVdfJNkvH4fLLocXux4ePTymceJPowPP { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:0.9375rem;left:4rem;height:1.125rem;font-style:normal;display:block; }
#qCgEd0upo8giBEhJeNb3erTOw3iP0JWv { 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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:9.875rem;top:0.6875rem;left:49.4375rem;display:block; }
#ONTT1UGkqKCEdK7GRdsofga32H6qVTu5 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.625rem;left:49.5rem;display:block; }
#EZ8TZSbPZqCpcKOQDKBzue9Cxxz3oZ2L { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:0.9375rem;left:52.1875rem;height:1.125rem;font-style:normal;display:block; }
#H8oRLrJ89brfWCthXxQL8BVQBewtkdf9 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:2.125rem;left:20.375rem;height:0.8999rem;font-style:normal;display:block; }
#F3BPArpATgn1ixni1XiZwlMvh10P9GHm { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:2.125rem;left:36.0625rem;height:0.8999rem;font-style:normal;display:block; }
#nDOeVuTTggXnoUy9e7bbUX1EXwy6ecwS { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:2.25rem;left:4rem;height:0.8999rem;font-style:normal;display:block; }
#LmQcanTPCVBQdxg5xx09D6OZ0m4zBUBg { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:2.25rem;left:52.1875rem;height:0.8999rem;font-style:normal;display:block; }
#LcuHclwnNiEzTxk9GogzqGKPMqIkt1Sp { position:absolute;display:block;z-index:15012;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:14.6875rem;top:0.6875rem;left:60.3125rem;display:block; }
#KTkJS1FalxSnWhM48mWHnIsL1hhGiuem { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:0.9375rem;left:63.0625rem;height:1.125rem;font-style:normal;display:block; }
#wNm1esCwiXXa8BD54pXHCclatNQw4wVd { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:2.25rem;left:63.0625rem;height:0.8999rem;font-style:normal;display:block; }
#pQExzDpdT5R9rT4eA5BHCb5qnrgyH6Oi { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:0.625rem;left:60.375rem;display:block; }
#HElk7FZP6cIWR1Q9wKvCHwHTiXdhg8nU { background-color:#f8f8ff;background-image:none;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:block; }#HElk7FZP6cIWR1Q9wKvCHwHTiXdhg8nU > .row .container { background-color: transparent; background-image: none; }#HElk7FZP6cIWR1Q9wKvCHwHTiXdhg8nU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HElk7FZP6cIWR1Q9wKvCHwHTiXdhg8nU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HElk7FZP6cIWR1Q9wKvCHwHTiXdhg8nU > .row .container > .video-iframe-container { display: none; }#HElk7FZP6cIWR1Q9wKvCHwHTiXdhg8nU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HElk7FZP6cIWR1Q9wKvCHwHTiXdhg8nU > .row > .video-iframe-container { display: none; }#HElk7FZP6cIWR1Q9wKvCHwHTiXdhg8nU > .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); }#HElk7FZP6cIWR1Q9wKvCHwHTiXdhg8nU > .row .container { border-width: 0; border-radius: 0; }#HElk7FZP6cIWR1Q9wKvCHwHTiXdhg8nU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HElk7FZP6cIWR1Q9wKvCHwHTiXdhg8nU > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;overflow:visible;position:relative;display:block; }#X2UO4cBHN90XfiTuKJsKwR5D8leo1UnQ { box-sizing:content-box;height:37.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#020202;background-image:none;top:2.1875rem;left:0rem;display:block; }
#X27c5wZLxVa5uMK58Dbnzfs4qw5vKI0U { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:montserrat;font-size:3.9375rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:9.5498046875rem;left:2.5rem;height:8.662125rem;display:block; }
#yzVWSnTXATalPALFAPFQJS2R04nVNkM3 { box-sizing:content-box;height:12.5rem;width:42.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;top:14.0625rem;left:31.125rem;display:block; }
#IorAw11gZDcK3gaWTQuMKLqkyphkeIW9 { box-sizing:content-box;height:5.5rem;width:8.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0rem;left:1.4375rem;display:none; }
#Q6H9N2IhTRf8QxpwTk6tu91CE8rhkEx0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:0rem;left:3.4375rem;overflow:hidden;display:none; }
#H8xrUzT03lGf7q2m4nMPbbTs7PLJsTE7 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:1.3125rem;left:3.1875rem;height:5.25rem;display:none; }
#CI3EOSUqGzm9BrN8TzXLO4MbN75l50UC { background-color:rgba(var(--color-primary-4),1);background-image:none;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;box-shadow: 0rem 0.3125rem 0rem #f8f8ff ;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:8.75rem;left:3.1875rem;display:none; }
#mT4N31yMmNMcnx2B4hnIGqdsqb68ibf1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ICVqDNizJ0yX9SuHbZ8SzNA2NcvziVOR { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:18.96875rem;left:2.5rem;height:3.5rem;display:block; }
#A6EAOtrIBhXAyIgFLcP69kgMSAy3Sht8 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:10.3125rem;left:35rem;display:block; }
#cGJpKGdAcn6dNOWs6ZMKm7QqezrN314O { background-color:rgba(var(--color-primary-4),1);background-image:none;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:block; }#cGJpKGdAcn6dNOWs6ZMKm7QqezrN314O > .row .container { background-color: transparent; background-image: none; }#cGJpKGdAcn6dNOWs6ZMKm7QqezrN314O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGJpKGdAcn6dNOWs6ZMKm7QqezrN314O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGJpKGdAcn6dNOWs6ZMKm7QqezrN314O > .row .container > .video-iframe-container { display: none; }#cGJpKGdAcn6dNOWs6ZMKm7QqezrN314O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cGJpKGdAcn6dNOWs6ZMKm7QqezrN314O > .row > .video-iframe-container { display: none; }#cGJpKGdAcn6dNOWs6ZMKm7QqezrN314O > .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); }#cGJpKGdAcn6dNOWs6ZMKm7QqezrN314O > .row .container { border-width: 0; border-radius: 0; }#cGJpKGdAcn6dNOWs6ZMKm7QqezrN314O > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cGJpKGdAcn6dNOWs6ZMKm7QqezrN314O > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;overflow:visible;position:relative;display:block; }#TCCsavQfQilbNqh032AqeGJ1UxSrZinb { background-color:rgba(var(--color-primary-4),1);background-image:none;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;box-shadow: 0rem 0.3125rem 0rem #f8f8ff ;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:6.5625rem;left:2.1875rem;display:block; }
#AgBe62snsg8obJPo6cJUgN7IrVSING86 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XMzpT3wwa1MgNq574H5JitOtnfJBnW3c { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:1.0244140625rem;left:2.3125rem;height:3.5rem;display:block; }
#NX4TJ7eqeAsRTB76xLlCBXmTpMZHbg80 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#NX4TJ7eqeAsRTB76xLlCBXmTpMZHbg80 > .row .container { background-color: transparent; background-image: none; }#NX4TJ7eqeAsRTB76xLlCBXmTpMZHbg80::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX4TJ7eqeAsRTB76xLlCBXmTpMZHbg80 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX4TJ7eqeAsRTB76xLlCBXmTpMZHbg80 > .row .container > .video-iframe-container { display: none; }#NX4TJ7eqeAsRTB76xLlCBXmTpMZHbg80 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NX4TJ7eqeAsRTB76xLlCBXmTpMZHbg80 > .row > .video-iframe-container { display: none; }#NX4TJ7eqeAsRTB76xLlCBXmTpMZHbg80 > .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); }#NX4TJ7eqeAsRTB76xLlCBXmTpMZHbg80 > .row .container { border-width: 0; border-radius: 0; }#NX4TJ7eqeAsRTB76xLlCBXmTpMZHbg80 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NX4TJ7eqeAsRTB76xLlCBXmTpMZHbg80 > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:75rem;position:relative;display:block; }#qv2xrTmkv534rUTyWgPddG93JKfKBfJU { color:#4f648c;display:block;width:58.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:2.4375rem;left:8.3125rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k554HKBNZuNc7TsRDTIkBWmxrqdI4CVe { color:#4f648c;display:block;width:46.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:11.8125rem;left:14.1875rem;height:5.60449375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { background-color: transparent; background-image: none; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container > .video-iframe-container { display: none; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row > .video-iframe-container { display: none; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .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); }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { border-width: 0; border-radius: 0; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:block; }#DptyXcwd4Eo84VLERvZELET7fBupTI1K { color:#4f648c;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:20.9375rem;left:5.375rem;height:12.0703125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ONTkVmRiZRK3cTKHDvRN5yiLyLvxeatE { color:#4f648c;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:20.9375rem;left:30.3125rem;height:13.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQLL3BPdxeGs48ks57oOGTlfR7WhVCd6 { color:#4f648c;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:20.9375rem;left:55.375rem;height:18.9706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OfNV8bGT2yeHOhTe6ZcHnGF1yrbIkl7G { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.4375rem;top:8.5625rem;left:10.8125rem;overflow:hidden;display:block; }
#RLtlGfNFIU3mhca7m5PAn4BT1aZ6RKIC { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.75rem;width:12.5rem;top:5.5625rem;left:6.25rem;display:block; }
#PozAVsJQ44VqTAT6nyPGKd2tFI3wTsJE { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:12.5rem;top:5.5rem;left:31.25rem;display:block; }
#qMtHDMeuMLIHC121aReQmcmweTnB9be2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:3.4375rem;top:8.5625rem;left:35.8125rem;overflow:hidden;display:block; }
#rPnK1EuDPETUG2Z539oVxZo8m1dZTQQU { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.75rem;width:12.5rem;top:5.5rem;left:56.25rem;display:block; }
#RNreVksv7uoA90zIodKVzeEyPA7sUiVz { 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:2.875rem;width:3.4375rem;top:8.5625rem;left:60.8125rem;overflow:hidden;display:block; }
#LUnWhST6JQr4P4niob3hhbXIECtefXZm { color:#4f648c;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:12.6875rem;left:2.5rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TqyBhmX01umcfkvQwm7y8IEtuZxz8Cmu { color:#4f648c;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:12.6875rem;left:27.5rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WvZNgrRPaPwU4WbSnNVIsXfkHKenB6WR { color:#4f648c;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:12.6875rem;left:52.5625rem;height:5.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNkX6CXP1MTNm9te1ytTOuVnWCLmAIet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));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; }#tNkX6CXP1MTNm9te1ytTOuVnWCLmAIet > .row .container { background-color: transparent; background-image: none; }#tNkX6CXP1MTNm9te1ytTOuVnWCLmAIet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNkX6CXP1MTNm9te1ytTOuVnWCLmAIet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNkX6CXP1MTNm9te1ytTOuVnWCLmAIet > .row .container > .video-iframe-container { display: none; }#tNkX6CXP1MTNm9te1ytTOuVnWCLmAIet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNkX6CXP1MTNm9te1ytTOuVnWCLmAIet > .row > .video-iframe-container { display: none; }#tNkX6CXP1MTNm9te1ytTOuVnWCLmAIet > .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); }#tNkX6CXP1MTNm9te1ytTOuVnWCLmAIet > .row .container { border-width: 0; border-radius: 0; }#tNkX6CXP1MTNm9te1ytTOuVnWCLmAIet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNkX6CXP1MTNm9te1ytTOuVnWCLmAIet > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#flLmlFC5MNLFRM0dlaHdWfoh8xlI3ARJ { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:20.5rem;width:20.5rem;top:2.875rem;left:48.5625rem;display:block; }
#x2OAiQvN5EBd6cw2Fnxu8tdSfO3WkBZh { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:19.6875rem;width:19.6875rem;top:2.9375rem;left:50rem;display:block; }
#ElOiy25tT9yAUQ2UFMo7CxaZVthHRPBd { color:rgba(var(--color-tertiary-0),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.5625rem;left:51.5625rem;height:4.0625rem;font-style:normal;display:block; }
#sTZ7OGc7sreIM8aIaZkwWm4r3zJytOTK { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:26.8125rem;top:4.3125rem;left:13.1875rem;display:block; }
#qwVztdKD7WAzrZeV1o3iU7tDfGUxX4M9 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.625rem;position:absolute;font-family:dosis;font-size:3.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.3125rem;left:2.25rem;height:4.3056625rem;display:block; }
#m57w6v1HQ4ThOhIvZWPwVmHSfLTtGLBL { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:20.9375rem;top:9.4375rem;left:24.0625rem;display:block; }
#hDl5TpegyIarUvqAdiuvKxbpvaMX1hpz { color:rgba(var(--color-tertiary-0),1);display:block;width:43.25rem;position:absolute;font-family:dosis;font-size:3.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:9.4375rem;left:2.75rem;height:4.3056625rem;text-align:center;text-align-last:center;display:block; }
#CAShFs2rT4T6blnnwJleRdTer98J7m9B { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.875rem;left:51.625rem;height:8.125rem;font-style:normal;display:block; }
#m4rLsTALqDLHf8PbcXh6L72vseKpDrwE { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:42.25rem;top:3.5rem;left:23.5rem;display:none; }
#tUwHViSuu9dN6EkllR385MAtXqnS0UNP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.6875rem;left:54.375rem;height:4.79345625rem;font-style:normal;display:block; }
#sHDgUTpOqg2grfzA74wiaRzNyABRPeSS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.5rem;left:51.75rem;height:2.03125rem;font-style:normal;display:block; }
#WfH6rC8kEokFrdIGRVWgREclmlbH2Hqo { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:28.75rem;top:14.875rem;left:2.25rem;display:block; }
#v7rZroQxJxdnSU90SAkcyts1LTNP5Hma { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:dosis;font-size:3.3125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15rem;left:3.0625rem;height:4.3056625rem;display:block; }
#Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/wdUfWFjY/07.png");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; }#Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM.adaptive-delivery-prevent-bg, #Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM.lazyload, #Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM.lazyloading { background-image: none; }#Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM > .row .container { background-color: transparent; background-image: none; }#Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-3),0.8); }#Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM > .row .container > .video-iframe-container { display: none; }#Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-3),0.8); }#Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM > .row > .video-iframe-container { display: none; }#Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM > .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); }#Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM > .row .container { border-width: 0; border-radius: 0; }#Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM::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; }#Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM > .row .container { font-size:0.875rem;font-family:poppins;height:36.8125rem;width:75rem;position:relative;display:block; }#lhg2yRtyeBpmNk113TkVNDyySezQTDSS { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-4),1);background-image:none;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;box-shadow: none;height:12.6875rem;width:16.0625rem;top:19.1875rem;left:11.25rem;display:block; }
#BCTWMXAX0b2SJqOe20hs64DE0aRL31aT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:20.375rem;left:13.25rem; }
#XEOXXk3Jw9CNHcRg2ULuDT28gnBDRyp6 { color:rgba(var(--color-tertiary-3),1);display:block;width:12.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:23.5rem;left:13.25rem;height:6.296875rem;font-style:normal;display:block; }
#LAw48otNbdNCiZVTsCwcuTB99kFEOKGs { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-3),1);background-image:none;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;box-shadow: none;height:12.9375rem;width:17.75rem;top:19.0625rem;left:28.75rem;display:block; }
#FHp1VFR7RlZkbegSV4T9ihMwTe1VQzbW { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:23.5rem;left:30.625rem;height:4.72265625rem;font-style:normal;display:block; }
#xkmmlT3mJ8oaL2Qx54hsFTaccEIukiw3 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:20.375rem;left:30.625rem; }
#p8piUW9DDqTX62r2x7z9HkLPUxAtkI3w { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-4),1);background-image:none;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;box-shadow: none;height:12.6875rem;width:16.0625rem;top:19.1875rem;left:47.9375rem;display:block; }
#Qb0uCv6BfvMyIzHfoMDTrHuc2ksyJGGm { color:rgba(var(--color-tertiary-3),1);display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:23.5rem;left:49.8125rem;height:6.296875rem;font-style:normal;display:block; }
#hxbMMUEry2h9CGP8lgvU65w2Zso1Jter { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:20.375rem;left:49.8125rem; }
#wvNarZfooOZFDCC8soO3Te0wI4dxQQIf { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-3),1);background-image:none;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;box-shadow: none;height:12.9375rem;width:16.3125rem;top:4.875rem;left:11rem;display:block; }
#dvkkJKW31elnV07CxOvVFJHtwopaMRw0 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:8.625rem;left:13rem;height:6.296875rem;font-style:normal;display:block; }
#ApAiv4hlHdSNLJixlHa2rb2IkVNrMZlu { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:6.1875rem;left:12.875rem; }
#Xy18RhDJKgoQnXuw7DeNsnoUuZ2g0O33 { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-4),1);background-image:none;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;box-shadow: none;height:12.6875rem;width:17.875rem;top:5rem;left:28.5rem;display:block; }
#nXiSCOrve7XMZNc1PQqkn3xT87LZyPEW { color:rgba(var(--color-tertiary-3),1);display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.4;letter-spacing:0;top:9.3125rem;left:30.375rem;height:4.72265625rem;font-style:normal;display:block; }
#IpPHAcE5J11OXVCQ4gE9Nzt72HGS91yH { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:6.1875rem;left:30.375rem; }
#wqm0yotZ63MbLyqZ3k6l06RDnfGTX1G9 { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-tertiary-3),1);background-image:none;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;box-shadow: none;height:12.9375rem;width:16.3125rem;top:4.875rem;left:47.625rem;display:block; }
#p82OpvKHaPO6IvKdavN6HM4v2oVyahBa { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:8.625rem;left:49.625rem;height:4.72265625rem;font-style:normal;display:block; }
#nTgAwSsTn5KJ38vDfbEHAZV76cfpysT0 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:6.1875rem;left:49.5rem; }
#kBvU5rrV63ayT8o8KfpBccrHeKa11S93 { 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; }#kBvU5rrV63ayT8o8KfpBccrHeKa11S93 > .row .container { background-color: transparent; background-image: none; }#kBvU5rrV63ayT8o8KfpBccrHeKa11S93::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBvU5rrV63ayT8o8KfpBccrHeKa11S93 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBvU5rrV63ayT8o8KfpBccrHeKa11S93 > .row .container > .video-iframe-container { display: none; }#kBvU5rrV63ayT8o8KfpBccrHeKa11S93 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kBvU5rrV63ayT8o8KfpBccrHeKa11S93 > .row > .video-iframe-container { display: none; }#kBvU5rrV63ayT8o8KfpBccrHeKa11S93 > .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); }#kBvU5rrV63ayT8o8KfpBccrHeKa11S93 > .row .container { border-width: 0; border-radius: 0; }#kBvU5rrV63ayT8o8KfpBccrHeKa11S93 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kBvU5rrV63ayT8o8KfpBccrHeKa11S93 > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#DvENddHz5oTHZgZct4Z9yH69nIcak7yc { color:#4f648c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dUrPeO9g9E0AMHn6POXcTrqbTZvBwpJw { 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; }#dUrPeO9g9E0AMHn6POXcTrqbTZvBwpJw > .row .container { background-color: transparent; background-image: none; }#dUrPeO9g9E0AMHn6POXcTrqbTZvBwpJw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUrPeO9g9E0AMHn6POXcTrqbTZvBwpJw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUrPeO9g9E0AMHn6POXcTrqbTZvBwpJw > .row .container > .video-iframe-container { display: none; }#dUrPeO9g9E0AMHn6POXcTrqbTZvBwpJw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUrPeO9g9E0AMHn6POXcTrqbTZvBwpJw > .row > .video-iframe-container { display: none; }#dUrPeO9g9E0AMHn6POXcTrqbTZvBwpJw > .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); }#dUrPeO9g9E0AMHn6POXcTrqbTZvBwpJw > .row .container { border-width: 0; border-radius: 0; }#dUrPeO9g9E0AMHn6POXcTrqbTZvBwpJw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUrPeO9g9E0AMHn6POXcTrqbTZvBwpJw > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#GQDMKSdspmKroBplKp11PA7Mt5SqBzCr { 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:14.25rem;width:20rem;top:0rem;left:2.5rem;overflow:hidden;display:block; }
#I9EARzrBH2VhJSwwTLWrnUS3kRS65Vvo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:0rem;left:27.5rem;overflow:hidden;display:block; }
#MGSKGhqNr2rw2ZF3TbAJW9Oz3ov2fi9e { 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:14.25rem;width:20rem;top:0rem;left:52.5rem;overflow:hidden;display:block; }
#NoscKlubPkUIt6JMk89TmVM0L3iaVtBd { 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; }#NoscKlubPkUIt6JMk89TmVM0L3iaVtBd > .row .container { background-color: transparent; background-image: none; }#NoscKlubPkUIt6JMk89TmVM0L3iaVtBd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoscKlubPkUIt6JMk89TmVM0L3iaVtBd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoscKlubPkUIt6JMk89TmVM0L3iaVtBd > .row .container > .video-iframe-container { display: none; }#NoscKlubPkUIt6JMk89TmVM0L3iaVtBd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NoscKlubPkUIt6JMk89TmVM0L3iaVtBd > .row > .video-iframe-container { display: none; }#NoscKlubPkUIt6JMk89TmVM0L3iaVtBd > .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); }#NoscKlubPkUIt6JMk89TmVM0L3iaVtBd > .row .container { border-width: 0; border-radius: 0; }#NoscKlubPkUIt6JMk89TmVM0L3iaVtBd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NoscKlubPkUIt6JMk89TmVM0L3iaVtBd > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#caJgMiEP8wRVSFeBqNUqB0q2v1kCGNfu { 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:14.25rem;width:20rem;top:0rem;left:2.5rem;overflow:hidden;display:block; }
#ewg3MSpI3ggDMTSGIP30bNoNnvS1sTTL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:0rem;left:27.5rem;overflow:hidden;display:block; }
#GLftpa4i6ha7VIwhRypa0xRya10oLUu7 { 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:14.25rem;width:20rem;top:0rem;left:52.5rem;overflow:hidden;display:block; }
#zTFTGnXFD6ql5SeQ4f0nr3mXwugWJ2wp { 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; }#zTFTGnXFD6ql5SeQ4f0nr3mXwugWJ2wp > .row .container { background-color: transparent; background-image: none; }#zTFTGnXFD6ql5SeQ4f0nr3mXwugWJ2wp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTFTGnXFD6ql5SeQ4f0nr3mXwugWJ2wp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTFTGnXFD6ql5SeQ4f0nr3mXwugWJ2wp > .row .container > .video-iframe-container { display: none; }#zTFTGnXFD6ql5SeQ4f0nr3mXwugWJ2wp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTFTGnXFD6ql5SeQ4f0nr3mXwugWJ2wp > .row > .video-iframe-container { display: none; }#zTFTGnXFD6ql5SeQ4f0nr3mXwugWJ2wp > .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); }#zTFTGnXFD6ql5SeQ4f0nr3mXwugWJ2wp > .row .container { border-width: 0; border-radius: 0; }#zTFTGnXFD6ql5SeQ4f0nr3mXwugWJ2wp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTFTGnXFD6ql5SeQ4f0nr3mXwugWJ2wp > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:75rem;position:relative;display:block; }#VQ9KM0WDW2r3vTTDW0sUnT2i8JktB8vI { color:#4f648c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.0060375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RPUCTaFHRAh4JQ940oOqFreTNZ4sQpFo { color:#4f648c;display:block;width:53rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:4.6875rem;left:11rem;height:4.986325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gQyGmNg38ffDPLHXqqdevdHhuFpk1zfo { 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:22rem;width:41.4375rem;top:10.84375rem;left:16.75rem;overflow:hidden;display:block; }
#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { background-color: transparent; background-image: none; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container > .video-iframe-container { display: none; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row > .video-iframe-container { display: none; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .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); }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { border-width: 0; border-radius: 0; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#VPehLsFuXEDqHLCyx8r3uoVB3w9TJR37 { color:#4f648c;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.0625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:5.28125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zGyzSBrmKvsO8NAbsMDD0f54H28ffJTK { color:#4f648c;display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:10.4375rem;height:9.34081875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#guu0oQnkQrCdahnA2HEcQbtmy1DOZF0S { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.1875rem;width:42.8125rem;top:13.875rem;left:16.0625rem;display:block; }
#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row .container { background-color: transparent; background-image: none; }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row .container > .video-iframe-container { display: none; }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row > .video-iframe-container { display: none; }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .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); }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row .container { border-width: 0; border-radius: 0; }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#VE0okstEJeZl4fXXNR7OUKNh8PoE7F03 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:17rem;top:0.53125rem;left:0.875rem;overflow:hidden;display:block; }
#REkDTw96QvCOZl4DxBst45FEm2uBAhf6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:16rem;top:0.5625rem;left:20.125rem;overflow:hidden;display:block; }
#MzkRk6n9WHRlN6Ic93qVHfaO0wOecVD2 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:16.1875rem;top:0.46875rem;left:38.78125rem;overflow:hidden;display:block; }
#NcVAmcetPWT10FxHpfuMZ2izoGPLrMPC { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:14.5625rem;top:0rem;left:58.125rem;overflow:hidden;display:block; }
#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { background-color: transparent; background-image: none; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container > .video-iframe-container { display: none; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row > .video-iframe-container { display: none; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .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); }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { border-width: 0; border-radius: 0; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#olwqAeD24OiPssS99Nhl71pT0yLURDl1 { box-sizing:content-box;color:#00c1c7;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.4375rem;left:36.3125rem;display:block; }
#MTCrOOxZyc40sANEFtAtSTDVZvMff2b0 { color:#00c1c7;display:block;width:9.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.8125rem;left:32.6875rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T { 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; }#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T > .row .container { border-width: 0; border-radius: 0; }#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:75rem;position:relative;display:none; }#wPT6LACqxe0F63eV8Tu5BU8fGXnL6deo { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:7.6875rem;top:0.875rem;left:10.1875rem;overflow:hidden;display:block; }
#CULrSaR5pAV5g9F3cq8wCozv0sSt8cd6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:7.6875rem;top:0.875rem;left:19.25rem;overflow:hidden;display:block; }
#d6SELLh2dXcT4q6ynzMcxNEOevm50ihf { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:5.75rem;top:0.875rem;left:28.4375rem;overflow:hidden;display:block; }
#l6tZdI7ngCDbswumqoo0y9Roza2O8mWI { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6.4375rem;top:0.875rem;left:46.4375rem;overflow:hidden;display:block; }
#ILRrIeplAhyqCwGMPQ6RWzqCgkd9GRyz { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:7.6875rem;top:0.875rem;left:37.25rem;overflow:hidden;display:block; }
#OZWCopGxdkGPWIqaW9QhlugQSSqekL83 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:7.6875rem;top:10.25rem;left:19.375rem;overflow:hidden;display:block; }
#RvlVJlxU0BlbQQKre77Mst6zfqs3Xv9l { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:4.125rem;top:10.25rem;left:10.1875rem;overflow:hidden;display:block; }
#gkBsV9fwZWNWWNDP9MTgVa3foOKNxT2T { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.6875rem;top:17.999134063721rem;left:10.125rem;overflow:hidden;display:block; }
#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e715b890-ad51-49a8-9cf7-df7a1d04785a/PARCDASARTS1.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK.adaptive-delivery-prevent-bg, #pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK.lazyload, #pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK.lazyloading { background-image: none; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container { background-color: transparent; background-image: none; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.59); }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container > .video-iframe-container { display: none; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .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.59); }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row > .video-iframe-container { display: none; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .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); }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container { border-width: 0; border-radius: 0; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK::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; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#AFbTSZwIgVk2TpnP58eJgVtpwlX6TULF { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.6875rem;width:10.6875rem;top:1.09375rem;left:70.5rem;overflow:hidden;display:none; }
#zxy2vL4cMUH4kSvoHCX4NcD37CiobXkx { color:rgba(var(--color-primary-4),1);display:block;width:47.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.69);top:3.1875rem;left:11.6875rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zuHiJ10mw0vOciDbB7UCo14TdG3ikrWT { color:rgba(var(--color-tertiary-0),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:10.75rem;left:19.40625rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU { 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; }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row .container { background-color: transparent; background-image: none; }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row .container > .video-iframe-container { display: none; }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row > .video-iframe-container { display: none; }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .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); }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row .container { border-width: 0; border-radius: 0; }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#dniZlITSwD4kJUR16Hxu4W1MkiTB7FvV { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.19) ;height:14.5625rem;width:26rem;top:7.75rem;left:9.0625rem;display:block; }
#QvfRl7gD43H7DAfdHnd0FVIPId4UsmGk { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.19) ;height:14.5625rem;width:26rem;top:7.875rem;left:39.3125rem;display:block; }
#goV4gEx0VBM2RreITHsSyTUiGTdtQFVr { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.8125rem;width:20.75rem;top:11.625rem;left:46.375rem;display:block; }
#CbWi3vbnZfi9mJATnthFDqonyRechrEE { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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:14.874125rem;width:27.1245625rem;top:6.25rem;left:20.875rem;display:block; }
#lTUzw6W4tH72eOt2K5pTSACGB1pdCkc7 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:22.625rem;top:9.375rem;left:7.625rem;display:block; }
#BMu8g0XVTxn7eW53e1P8lSrN8Etr20Zq { color:rgba(var(--color-tertiary-4),1);display:block;width:40.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27rem;left:16.9375rem;height:3.736325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa { 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; }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row .container { background-color: transparent; background-image: none; }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row .container > .video-iframe-container { display: none; }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row > .video-iframe-container { display: none; }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .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); }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row .container { border-width: 0; border-radius: 0; }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#xiE6OO8xvzwv6PnfCJw3aDxPBmTUT2iW { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.19) ;height:12.1875rem;width:21.8125rem;top:2rem;left:3rem;display:block; }
#cEOBOZt4cHE0WwOGbN4EMOelbsKS33wF { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:20.75rem;top:2.6875rem;left:53.8125rem;display:block; }
#R7VfwtgddwWv2rZPeubIUeXCSgNyIfP1 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top: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.1875rem;width:39.5625rem;top:4.9375rem;left:21.625rem;display:block; }
#o58rFm5kpemT5JsIiLwdRkQOoepglKQv { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:24rem;top:3.5625rem;left:1.625rem;display:block; }
#VsABRTdzNnhx1mKWk8BvbULlPS4vGwTE { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;top:5rem;left:63.625rem;overflow:hidden;display:block; }
#UbWw1SpHLe0AP1M2RuJqeHTrEqWyrGKT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.19) ;height:12.1875rem;width:21.8125rem;top:2rem;left:26.875rem;display:block; }
#MicAE2uvTWde7Ahr9DdBIgzaO7bD8iqw { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-tertiary-4),0.19) ;height:12.1875rem;width:21.8125rem;top:2rem;left:50.5rem;display:block; }
#OOelPQgbgMlThQ4x485DaJ05OMN43fG4 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:11rem;top:1.125rem;left:-3.1875rem;overflow:hidden;display:block; }
#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco { 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; }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row .container { background-color: transparent; background-image: none; }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row .container > .video-iframe-container { display: none; }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row > .video-iframe-container { display: none; }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .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); }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row .container { border-width: 0; border-radius: 0; }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#Tg43MbfWTKvB2bOtilBtPHKyoyQdggma { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ecf814e8-93df-4337-95b5-e8611e514e53/CapturadeTela20250205as045652.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:1.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#Tg43MbfWTKvB2bOtilBtPHKyoyQdggma.adaptive-delivery-prevent-bg, #Tg43MbfWTKvB2bOtilBtPHKyoyQdggma.lazyload, #Tg43MbfWTKvB2bOtilBtPHKyoyQdggma.lazyloading { background-image: none; }
#VCAckTO5fzIoF3JrATh4cUxxLCUupzsO { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9734e133-1993-4f4b-9e9d-9a01b6b7bc6b/CapturadeTela20250205as045217.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:13.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#VCAckTO5fzIoF3JrATh4cUxxLCUupzsO.adaptive-delivery-prevent-bg, #VCAckTO5fzIoF3JrATh4cUxxLCUupzsO.lazyload, #VCAckTO5fzIoF3JrATh4cUxxLCUupzsO.lazyloading { background-image: none; }
#Ix7MtKsSHCCXFzfJ0CQQeh9AD2X3nSqx { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7f14ade9-15f4-407d-9ad0-a87df38b0242/CapturadeTela20250205as045712.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:37.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#Ix7MtKsSHCCXFzfJ0CQQeh9AD2X3nSqx.adaptive-delivery-prevent-bg, #Ix7MtKsSHCCXFzfJ0CQQeh9AD2X3nSqx.lazyload, #Ix7MtKsSHCCXFzfJ0CQQeh9AD2X3nSqx.lazyloading { background-image: none; }
#hVcbhctlmiIv3uyykQEM8IAxIFn1mQFg { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9e7476af-c1c7-4f18-a8d6-a1d818959404/CapturadeTela20250205as045658.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#hVcbhctlmiIv3uyykQEM8IAxIFn1mQFg.adaptive-delivery-prevent-bg, #hVcbhctlmiIv3uyykQEM8IAxIFn1mQFg.lazyload, #hVcbhctlmiIv3uyykQEM8IAxIFn1mQFg.lazyloading { background-image: none; }
#kwRFfGr8e3vf9lbeBWxTplh6EldgNi81 { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3e73156e-8b4e-4a8b-8953-1e86a124ed5d/CapturadeTela20250205as045722.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:61.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#kwRFfGr8e3vf9lbeBWxTplh6EldgNi81.adaptive-delivery-prevent-bg, #kwRFfGr8e3vf9lbeBWxTplh6EldgNi81.lazyload, #kwRFfGr8e3vf9lbeBWxTplh6EldgNi81.lazyloading { background-image: none; }
#T1JPK5Jn36J38bEEJtUbAOaugtOK3Bo6 { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f4ad4ba6-6729-4337-9c8d-991ef5fc2b53/CapturadeTela20250205as045718.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:2.5625rem;left:49.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#T1JPK5Jn36J38bEEJtUbAOaugtOK3Bo6.adaptive-delivery-prevent-bg, #T1JPK5Jn36J38bEEJtUbAOaugtOK3Bo6.lazyload, #T1JPK5Jn36J38bEEJtUbAOaugtOK3Bo6.lazyloading { background-image: none; }
#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa { 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; }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row .container { background-color: transparent; background-image: none; }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row .container > .video-iframe-container { display: none; }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row > .video-iframe-container { display: none; }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .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); }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row .container { border-width: 0; border-radius: 0; }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:75rem;position:relative;display:block; }#zXJTIFIT1NvAvncoeo3ZDWIaSrGy2vwS { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8d315dd5-2b1d-4198-97bf-5cd72da1fbbe/CapturadeTela20250205as045727.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:1.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#zXJTIFIT1NvAvncoeo3ZDWIaSrGy2vwS.adaptive-delivery-prevent-bg, #zXJTIFIT1NvAvncoeo3ZDWIaSrGy2vwS.lazyload, #zXJTIFIT1NvAvncoeo3ZDWIaSrGy2vwS.lazyloading { background-image: none; }
#ng8of5gNyiqvb2sFxCiQnVH0epape2LV { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/75d68b73-d855-4740-bfca-22893ce4561a/CapturadeTela20250205as045732.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:13.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#ng8of5gNyiqvb2sFxCiQnVH0epape2LV.adaptive-delivery-prevent-bg, #ng8of5gNyiqvb2sFxCiQnVH0epape2LV.lazyload, #ng8of5gNyiqvb2sFxCiQnVH0epape2LV.lazyloading { background-image: none; }
#kVHqmSUm1VP73AAg0dQ47c30wzRcHTyA { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/86ef9ce0-15fd-45a3-88e6-704b85d09909/CapturadeTela20250205as045748.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:37.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#kVHqmSUm1VP73AAg0dQ47c30wzRcHTyA.adaptive-delivery-prevent-bg, #kVHqmSUm1VP73AAg0dQ47c30wzRcHTyA.lazyload, #kVHqmSUm1VP73AAg0dQ47c30wzRcHTyA.lazyloading { background-image: none; }
#E71iMUcwqWANEBwbxrhN2eyVSpLMzaog { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9e2f3117-9bf0-4638-b828-a979597213cf/CapturadeTela20250205as045743.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:25.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#E71iMUcwqWANEBwbxrhN2eyVSpLMzaog.adaptive-delivery-prevent-bg, #E71iMUcwqWANEBwbxrhN2eyVSpLMzaog.lazyload, #E71iMUcwqWANEBwbxrhN2eyVSpLMzaog.lazyloading { background-image: none; }
#gAz4mVmtzFgJ70g90OeM5tUdacuTMsvk { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/18d1b42f-9185-40af-a0b0-b16b2970f0b3/CapturadeTela20250205as045753.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:61.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#gAz4mVmtzFgJ70g90OeM5tUdacuTMsvk.adaptive-delivery-prevent-bg, #gAz4mVmtzFgJ70g90OeM5tUdacuTMsvk.lazyload, #gAz4mVmtzFgJ70g90OeM5tUdacuTMsvk.lazyloading { background-image: none; }
#Wm9KyS8J9fCfzc9cfNoXuXBEl4xrdk0g { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cf94774b-231d-4dc4-9bad-159539e4a78b/CapturadeTela20250205as045803.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.625rem;left:49.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#Wm9KyS8J9fCfzc9cfNoXuXBEl4xrdk0g.adaptive-delivery-prevent-bg, #Wm9KyS8J9fCfzc9cfNoXuXBEl4xrdk0g.lazyload, #Wm9KyS8J9fCfzc9cfNoXuXBEl4xrdk0g.lazyloading { background-image: none; }
#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF { 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; }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row .container { background-color: transparent; background-image: none; }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row .container > .video-iframe-container { display: none; }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row > .video-iframe-container { display: none; }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .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); }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row .container { border-width: 0; border-radius: 0; }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#WTIR8MS7stvChQ9xgeauaDOfkEQkS7JE { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5f1b4997-4305-46b7-8060-10cd0e6b8e09/CapturadeTela20250205as045813.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:1.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#WTIR8MS7stvChQ9xgeauaDOfkEQkS7JE.adaptive-delivery-prevent-bg, #WTIR8MS7stvChQ9xgeauaDOfkEQkS7JE.lazyload, #WTIR8MS7stvChQ9xgeauaDOfkEQkS7JE.lazyloading { background-image: none; }
#i6lKqfSVoWaJaTK6EEXtNS5xbKqTR7NW { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/aa35d74a-b59a-47bd-b26e-65960ac78adf/CapturadeTela20250205as045820.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:13.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#i6lKqfSVoWaJaTK6EEXtNS5xbKqTR7NW.adaptive-delivery-prevent-bg, #i6lKqfSVoWaJaTK6EEXtNS5xbKqTR7NW.lazyload, #i6lKqfSVoWaJaTK6EEXtNS5xbKqTR7NW.lazyloading { background-image: none; }
#lncCRhCAxMoE2u8CFldEJwiedpieKyG5 { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/469b5f63-6a43-4d51-9f1f-f0856badfc5a/CapturadeTela20250205as045833.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:37.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#lncCRhCAxMoE2u8CFldEJwiedpieKyG5.adaptive-delivery-prevent-bg, #lncCRhCAxMoE2u8CFldEJwiedpieKyG5.lazyload, #lncCRhCAxMoE2u8CFldEJwiedpieKyG5.lazyloading { background-image: none; }
#BxC7HMdlQu2XLLTz15XfytTfuSmA15Zo { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d79e1f58-7034-4006-bbd6-2e7085fb16d6/CapturadeTela20250205as045826.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#BxC7HMdlQu2XLLTz15XfytTfuSmA15Zo.adaptive-delivery-prevent-bg, #BxC7HMdlQu2XLLTz15XfytTfuSmA15Zo.lazyload, #BxC7HMdlQu2XLLTz15XfytTfuSmA15Zo.lazyloading { background-image: none; }
#Lq410F3ZpfxT9kMrHKmrlIT7arXtWivm { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/042702b8-bf0a-49ed-aa4f-4cb8011511c9/CapturadeTela20250205as045905.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:61.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#Lq410F3ZpfxT9kMrHKmrlIT7arXtWivm.adaptive-delivery-prevent-bg, #Lq410F3ZpfxT9kMrHKmrlIT7arXtWivm.lazyload, #Lq410F3ZpfxT9kMrHKmrlIT7arXtWivm.lazyloading { background-image: none; }
#OsI8vn4ovfVtqAzrlTdIX3ESOfzIPDxK { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/53fde1c8-f9d1-4536-90e2-0c0ec53f998f/CapturadeTela20250205as045840.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:49.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#OsI8vn4ovfVtqAzrlTdIX3ESOfzIPDxK.adaptive-delivery-prevent-bg, #OsI8vn4ovfVtqAzrlTdIX3ESOfzIPDxK.lazyload, #OsI8vn4ovfVtqAzrlTdIX3ESOfzIPDxK.lazyloading { background-image: none; }
#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp { 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; }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row .container { background-color: transparent; background-image: none; }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row .container > .video-iframe-container { display: none; }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row > .video-iframe-container { display: none; }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .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); }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row .container { border-width: 0; border-radius: 0; }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#lTgunXicR8KMt4aAS8HmXlg13OQ57XyP { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c3086846-e938-4bbe-9d97-87a79db50c92/CapturadeTela20250205as045846.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:1.3125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#lTgunXicR8KMt4aAS8HmXlg13OQ57XyP.adaptive-delivery-prevent-bg, #lTgunXicR8KMt4aAS8HmXlg13OQ57XyP.lazyload, #lTgunXicR8KMt4aAS8HmXlg13OQ57XyP.lazyloading { background-image: none; }
#GaWt1TrQq0oMBzKfvEhPpQhwIr6E3uxI { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4f4306c7-872e-4d56-b459-990e6ef54382/CapturadeTela20250205as045910.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:13.1875rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#GaWt1TrQq0oMBzKfvEhPpQhwIr6E3uxI.adaptive-delivery-prevent-bg, #GaWt1TrQq0oMBzKfvEhPpQhwIr6E3uxI.lazyload, #GaWt1TrQq0oMBzKfvEhPpQhwIr6E3uxI.lazyloading { background-image: none; }
#vD1F0Epe99mshBOn4Gs5WQuEgFFqdD5s { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3b4795c4-0a2c-442a-90c9-5455f8d1b79d/CapturadeTela20250205as045857.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:37.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#vD1F0Epe99mshBOn4Gs5WQuEgFFqdD5s.adaptive-delivery-prevent-bg, #vD1F0Epe99mshBOn4Gs5WQuEgFFqdD5s.lazyload, #vD1F0Epe99mshBOn4Gs5WQuEgFFqdD5s.lazyloading { background-image: none; }
#UL3iXXriOEyzLkgICx7NgaTvTAV9l7pI { box-sizing:content-box;height:12.5rem;width:10.9375rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a8f25701-87a1-4162-8f85-68b39b4cc1a4/CapturadeTela20250205as045852.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:0.9375rem;left:25.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#UL3iXXriOEyzLkgICx7NgaTvTAV9l7pI.adaptive-delivery-prevent-bg, #UL3iXXriOEyzLkgICx7NgaTvTAV9l7pI.lazyload, #UL3iXXriOEyzLkgICx7NgaTvTAV9l7pI.lazyloading { background-image: none; }
#PATcFh78hMfhZlrPlZAsl4cLiSqHPTzt { box-sizing:content-box;height:12.5rem;width:22.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;top:0.9375rem;left:49.375rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#tndRGkzFtN0HP5coEO6IahwwL3h6C8X8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:9.1875rem;top:3.65625rem;left:56.25rem;overflow:hidden;display:block; }
#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI { 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; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { background-color: transparent; background-image: none; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container > .video-iframe-container { display: none; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row > .video-iframe-container { display: none; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .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); }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { border-width: 0; border-radius: 0; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#BLi1TPheb0dH1J5IUqIe01WXQwLTvGcL { background-color:#eb3d37;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.15625rem;left:27.125rem;display:block; }
#RcvgsLZxKdMiEamc5gNZX7LtQO1DfrSg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD { 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; }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row .container { background-color: transparent; background-image: none; }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row .container > .video-iframe-container { display: none; }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row > .video-iframe-container { display: none; }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .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); }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row .container { border-width: 0; border-radius: 0; }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#ucTvmiWTZbg9G9tPJJKkIHVHXzxqtrga { position:relative;display:none; }#ucTvmiWTZbg9G9tPJJKkIHVHXzxqtrga { border-width: 0; border-radius: 0; }#ucTvmiWTZbg9G9tPJJKkIHVHXzxqtrga > .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; }#ucTvmiWTZbg9G9tPJJKkIHVHXzxqtrga > .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:28rem;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; }#XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00d7ec;background-image:url("https://images.assets-landingi.com/uc/0be9036f-d675-4017-8515-8fc02ef04aba/Camada_8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb.adaptive-delivery-prevent-bg, #XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb.lazyload, #XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb.lazyloading { background-image: none; }#XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb > .row .container { border-width: 0; border-radius: 0; }#XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:none; }#AfiHwJWD2z82OlrRM829JEQNFsUDuuzV { color:#035c71;display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:3.75rem;left:13.5rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yXvPTBtk1KsFWXUnVMREBoRhw1580WTB { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:3.4375rem;width:27rem;top:3.875rem;left:12.375rem;display:block; }
#WlaL2tkuTk8gKtZTVdo0x5uiK7AUe3F5 { color:#4f648c;display:block;width:47.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:7.9375rem;left:13.5rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#loB7ZAV0e87LvM0d79JWrbWQSpLksvPD { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:4.25rem;width:50.25rem;top:8.1875rem;left:12.375rem;display:block; }
#UwpEuV8iXWFFShB2Iyd0NZZA0xQxabh0 { background-color:rgba(var(--color-primary-3),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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(var(--color-tertiary-4),0.15) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0.7);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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.1875rem;height:3.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:3.8125rem;left:38.375rem;display:block; }
#Gu4HZK3fyUM8mGTsJTrxNgMslpTNO1TJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KxUsUXynTQp6SJq4pJUtA4ly8HzawOGT { color:#4f648c;display:block;width:47.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:7.9375rem;left:13.5rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 { position:relative;display:none; }#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 { border-width: 0; border-radius: 0; }#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 > .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; }#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 > .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; }#imxVZlyXG8aHGyJEhhv4Kzf85ebE2G23 { 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: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:15.5rem;width:19.6875rem;top:1.625rem;left:11.375rem;overflow:hidden;display:block; }
#VHEV9TXIElssgbTaHssW0k5vvTfnMgko { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:14.1875rem;width:18rem;top:2.28125rem;left:39.625rem;overflow:hidden;display:block; }
#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { background-color: transparent; background-image: none; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container > .video-iframe-container { display: none; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row > .video-iframe-container { display: none; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .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); }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { border-width: 0; border-radius: 0; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#qLVscSOSBdHXaiPzB7VKBs44vpMVSxNB { background-color:#eb3d37;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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:"open sans";font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.5625rem;height:4.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.59375rem;left:22.1875rem;display:block; }
#ORq1uaNXz8JGeSiZI3qNlFzZnGKhy7tN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { background-color: transparent; background-image: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container > .video-iframe-container { display: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container { display: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .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); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { border-width: 0; border-radius: 0; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#xeoO48hTDhusTf0zws04gHZnBsPyRqH3 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:6rem;left:14rem;display:block; }
#w0vG2QOXAbkDhkld2RoRrdl4VOx8lZp2 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.375rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iC5lfMZLoi2un8Jz3Fnooz6TkmKWtTTy { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:10.0625rem;left:14rem;display:block; }
#xab0C2ppOWfWfbUyvVtDA7PGGulQfu1Q { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:6.5625rem;left:55.0625rem;display:block; }
#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { background-color: transparent; background-image: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container > .video-iframe-container { display: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container { display: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .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); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { border-width: 0; border-radius: 0; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#E1fxrgmifvtPTZ6q4qGbGxVSMKHXTAKJ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#EFLipnInI3gVRZCPPBemA0iCTQiRyI1Z { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:18rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { background-color: transparent; background-image: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container > .video-iframe-container { display: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container { display: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .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); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { border-width: 0; border-radius: 0; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#yfNKbf5zvfR6CLKdXqSMBSFwuwkLCw1y { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#TFe0vPTaS5skhXBCZDayhhdmZMJxBfPH { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eZwic1fGMDtRsSxNo4Tq0VOEk1lXgbOe { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#d3dWOCGfwAVEbeVFz1JTCAUTt95ES5NO { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:1.03125rem;left:55.0625rem;display:block; }
#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { background-color: transparent; background-image: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container > .video-iframe-container { display: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container { display: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .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); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { border-width: 0; border-radius: 0; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#RqJ8dL25XgPZva88JzvMzgWsv7oxeh4r { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:22.5rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#qTpysn7wcOeygRusZA7of7KgDS5EM3V4 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { background-color: transparent; background-image: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container > .video-iframe-container { display: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container { display: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .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); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { border-width: 0; border-radius: 0; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#p5wuqTPZ7nk6NcTurUMfMNTKWl52NMru { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#OJxOfqE4FeEHO2ALDJTTxzVGNpPXNu8t { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:17.125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fNeL1PVpN6X4qBBrXESoPol8NdZStxNu { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#r0SmmMEFTT9gJuDgiba9uWKMLAlWGLop { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#GshperbHrCgOZwqEnqvwBU0ThHISdD9A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container { background-color: transparent; background-image: none; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container > .video-iframe-container { display: none; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row > .video-iframe-container { display: none; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .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); }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container { border-width: 0; border-radius: 0; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#BkKUQmrAX6Ce7d9MqEnTPHqs5OpvqJSs { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:39.75rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#f0GkSpSADLf3fpc1vStuThCK77IIpLM1 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:1.46875rem;left:17.15625rem;height:37.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { background-color: transparent; background-image: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container > .video-iframe-container { display: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container { display: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .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); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { border-width: 0; border-radius: 0; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#cTiUcDOu0OKcLm5Oqkaxax51VK4iaGTg { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#yu2X02r6gMOT7qCXJrIk5X0P00azPst1 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UZ7UUMATpsQF78DIXQuiUlp21Z8oAAwx { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#pM8GRB4WcoHLIu076uSS59CiB3mDxrGV { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { background-color: transparent; background-image: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container > .video-iframe-container { display: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container { display: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .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); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { border-width: 0; border-radius: 0; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { font-size:0.875rem;font-family:arial;height:18.1875rem;width:75rem;position:relative;display:block; }#anVnWHHFq2k8mJ4BrWRQxngaopWhO1o0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.4375rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#a1lpfmH5i9qAMw7k9rfuT6cpSwknoF2u { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:15rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { background-color: transparent; background-image: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container > .video-iframe-container { display: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container { display: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .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); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { border-width: 0; border-radius: 0; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#DuOuTk3aNS9wnOl3hNTdNSnQkttVKQXe { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#C1adka1bwfRUp5CwsGXrnd8iOazlZvP0 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hQLIwpGGX3qpPZy4Ix90NTzRWkLLSMFt { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#DHkqoI5yUx5BDVvyllphNbmHcupm9W9z { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { background-color: transparent; background-image: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container > .video-iframe-container { display: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container { display: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .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); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { border-width: 0; border-radius: 0; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#GNPmFrdPPQ7BPKk5mzvSppuRnpgubeNS { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.375rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#fgxAT1wSKkbZiVkG3Tc4Ms1Rvpy9ZQyc { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MohmczXlVhOn24gczblvWN9LBb5lCQSK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { border-width: 0; border-radius: 0; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:none; }#ZhcKVGF8IGeTeXUzta3QKbHABhzqO4GV { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#clsn8eUlkIblEANaixH6cMQG9DlcyISt { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OAG0zudnDmubdr94TIE8tFehxtm8JoER { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#uqv7SoQmZLfOKyixLcCU4gOJEH8srpkT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { border-width: 0; border-radius: 0; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:75rem;position:relative;display:none; }#pxBUI6WH5xeGsgSVH6rAvz2940ypKBvw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#fAzf7GBCcmTKHvF62eT0q5ZXCLKBceX2 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:14.994675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { background-color: transparent; background-image: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container > .video-iframe-container { display: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container { display: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .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); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { border-width: 0; border-radius: 0; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#S4Byiw4d8inJbhAZZkQXTXlEHOlR0u7X { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#kFDvZVkGdbTKAWnBFZvWADd490bLWC3l { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ReWdF8WN9GeKRz1dh1OQmBtIPJXZRVSE { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#SBUubs7CbnwHSE5arbdT9yiwg4f7RaZH { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { background-color: transparent; background-image: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container > .video-iframe-container { display: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container { display: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .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); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { border-width: 0; border-radius: 0; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#LsOoaGQExzfBMVgWQQdgF1t5peNL6NNU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.1875rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#xdcwmwaJ4dx2og7g107tK9AdBgHRrRBt { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { background-color: transparent; background-image: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container > .video-iframe-container { display: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container { display: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .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); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { border-width: 0; border-radius: 0; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#Ie6TsI6tDVcZyC5bo0kFeCsf9D0wqnKs { position:absolute;display:block;z-index:15000;background-color:#4f648c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#GQlADtklK0959b7s7DEADPxVD9Abi5qy { color:rgba(var(--color-tertiary-0),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:1.70625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bZQMfuXdcVZTQDhNFCALHTxR5ZQky9PV { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#NSz5h6fu4i2rlsJ4t9l6iy1KesBJHmhx { position:absolute;display:block;z-index:15009;background-color:#22304d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { background-color: transparent; background-image: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container > .video-iframe-container { display: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container { display: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .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); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { border-width: 0; border-radius: 0; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#Tnre1WTvv8zvg1tgxzMhPVFRxpSiQNgD { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.875rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#H3av2dx0gIuubDUMMlTtJTDmmd4bRr3m { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WdJygm9cmBQKN1FTVINkBe11NVy6evve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { background-color: transparent; background-image: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container > .video-iframe-container { display: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container { display: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .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); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { border-width: 0; border-radius: 0; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:block; }#Al32gxwIRzw0S0Seqd9UvXqBNcJdqOtI { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#EvcIfHP8mgsNl89beQhM6L8QPgBDAgl7 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tZ1VqwzRaKwJWSBacRfia3QahrkscD8g { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#dtUTlmstombgeKpaSH0JKIQ4HvKEmeuw { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { background-color: transparent; background-image: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container > .video-iframe-container { display: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container { display: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .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); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { border-width: 0; border-radius: 0; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#DXKHl1FtEFfuDmcsVNZG5ncHovPDGvDd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.1875rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#ztT5VlQp1L59tTnD5KXClKkvwVOnsgis { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { border-width: 0; border-radius: 0; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;position:relative;display:none; }#i2qT7uoa96o0Sm8kSWIiEK4csy1NHTbo { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.6875rem;width:47rem;top:0.5rem;left:14rem;display:block; }
#SkMrH1lmHmhIEh45Ce2Rm5ISBwHSr57V { color:rgba(var(--color-tertiary-4),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.875rem;left:17.0625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RTta5e2N8ib0soivFH6cgo9Tyq4mfAQR { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:1.03125rem;left:55.0625rem;display:block; }
#GT89uAoN4x6tAU3EhuIr7tZO4gqO2Tmt { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:46.9375rem;top:4.5625rem;left:14rem;display:block; }
#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff7fc;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; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { border-width: 0; border-radius: 0; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:none; }#WiJmTXnz4SF5q6gHRePtfbq0TQxJ6UhV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.375rem;width:46.9375rem;top:0rem;left:13.9375rem;display:block; }
#SU3w3lHO3pGcZLa6A2dsfP2XCqJ4W0fv { color:rgba(var(--color-tertiary-4),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:1.21875rem;left:17.125rem;height:8.99680625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZTbk7c6ZC4ebvKqTT5JCS8B5AJS1blve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282828;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; }#ZTbk7c6ZC4ebvKqTT5JCS8B5AJS1blve > .row .container { background-color: transparent; background-image: none; }#ZTbk7c6ZC4ebvKqTT5JCS8B5AJS1blve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTbk7c6ZC4ebvKqTT5JCS8B5AJS1blve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTbk7c6ZC4ebvKqTT5JCS8B5AJS1blve > .row .container > .video-iframe-container { display: none; }#ZTbk7c6ZC4ebvKqTT5JCS8B5AJS1blve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTbk7c6ZC4ebvKqTT5JCS8B5AJS1blve > .row > .video-iframe-container { display: none; }#ZTbk7c6ZC4ebvKqTT5JCS8B5AJS1blve > .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); }#ZTbk7c6ZC4ebvKqTT5JCS8B5AJS1blve > .row .container { border-width: 0; border-radius: 0; }#ZTbk7c6ZC4ebvKqTT5JCS8B5AJS1blve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTbk7c6ZC4ebvKqTT5JCS8B5AJS1blve > .row .container { font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#ToQ6qZ7vnwH5JRw51VWVTuVye1DDmRho { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:2.8125rem;left:5.25rem;display:block; }
#KMUwcH4CqcH5IoKGNccvF1cSIfH10JZz { position:absolute;display:block;z-index:15004;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:15rem;top:2.875rem;left:5.25rem;display:block; }
#aWqSsbPryUssFWOZVs4vaKFverI81gfm { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.125rem;left:7.9375rem;height:1.125rem;font-style:normal;display:block; }
#wxnB7F3lU0FPuPIhdBCRIBUoS1mpA9KO { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.4375rem;left:7.9375rem;height:0.8999rem;font-style:normal;display:block; }
#OKok8hlZoXklDDTBolXp85NJBTc6qIaH { position:absolute;display:block;z-index:15012;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:11rem;top:2.8125rem;left:20.9375rem;display:block; }
#mpJaBsG6HKZRvH6BLUmihmhoUFUk5TcF { color:rgba(var(--color-tertiary-4),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:3.0625rem;left:23.6875rem;height:1.125rem;font-style:normal;display:block; }
#H0kkb1lUaV68vwabnPwDCts092NZIbPr { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:4.3125rem;left:23.6875rem;height:0.8999rem;font-style:normal;display:block; }
#UbofRri7GtnTx4fSG5z0zcaoA9kWmAb5 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:2.8125rem;left:20.875rem;display:block; }
#MZZFDqF7Aw1t9alK984BqPXdxLSUdWlB { position:absolute;display:block;z-index:15016;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:13.875rem;top:2.8125rem;left:32.8125rem;display:block; }
#e1ugfvxOCSsT3FqNygP5rJZtJRMTMQkx { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:2.8125rem;left:32.75rem;display:block; }
#PhPWXkTZmNmgqHNv5HdZ54nEaVolT5Xg { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:3.0625rem;left:35.5rem;height:1.125rem;font-style:normal;display:block; }
#FUX4ThvPrcynE0NZAyZDCBS2DlRLqdpa { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:4.3125rem;left:35.4375rem;height:0.8999rem;font-style:normal;display:block; }
#f6E32aGdNmGJeOv19HLrPlDT7bw2UDzG { 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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:9.25rem;top:2.875rem;left:47.375rem;display:block; }
#Ew3zz5eLw0AcTpBo0lnSlzlJZI6U0K9Z { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:3.125rem;left:50.125rem;height:1.125rem;font-style:normal;display:block; }
#U4AdPiQF8Mxx53WZa6yvfZiALrIB2SKp { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:2.8125rem;left:47.4375rem;display:block; }
#hTamLmJcpU4nON1JTpmXRkU2aIuBTypc { color:rgba(var(--color-tertiary-4),1);display:block;width:5.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:4.4375rem;left:50.125rem;height:0.8999rem;font-style:normal;display:block; }
#Tx91S4skMDpztBI6iWV990Wrn5S4GZQ1 { position:absolute;display:block;z-index:15012;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.75rem;width:14.6875rem;top:2.875rem;left:57.75rem;display:block; }
#pVc66OdpdJ1wJDphF8cvel8uNQWtdHa5 { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:2.8125rem;left:57.8125rem;display:block; }
#AKBAdQR6Lb2iNHenBT0VSo1IGn1rCBhI { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:3.125rem;left:60.5rem;height:1.125rem;font-style:normal;display:block; }
#nlcG6QAzwgHzRMyq2dEdx9TThrEHrmOK { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:4.4375rem;left:60.5rem;height:0.8999rem;font-style:normal;display:block; }
#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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:block; }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .row .container { background-color: transparent; background-image: none; }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .row .container > .video-iframe-container { display: none; }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .row > .video-iframe-container { display: none; }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .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); }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .row .container { border-width: 0; border-radius: 0; }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-form-header {  }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:22.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-text { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(100,100,100,0.48);border-left:0.0625rem solid rgba(100,100,100,0.48);border-right:0.0625rem solid rgba(100,100,100,0.48);border-bottom:0.0625rem solid rgba(100,100,100,0.48);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:2.5rem;color:#ffc923;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-text {padding-top: 0; padding-bottom: 0;}#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-textarea { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(100,100,100,0.48);border-left:0.0625rem solid rgba(100,100,100,0.48);border-right:0.0625rem solid rgba(100,100,100,0.48);border-bottom:0.0625rem solid rgba(100,100,100,0.48);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:4.375rem;color:#ffc923;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-select { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid rgba(100,100,100,0.48);border-left:0.0625rem solid rgba(100,100,100,0.48);border-right:0.0625rem solid rgba(100,100,100,0.48);border-bottom:0.0625rem solid rgba(100,100,100,0.48);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-2),1);font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top;border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;text-align:center;text-align-last:center; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-select {padding-top: 0; padding-bottom: 0;}#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.1875rem;height:3.4375rem;font-family:montserrat;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.3) ; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:"open sans";font-size:0.8125rem; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:"open sans";font-size:0.8125rem; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:"open sans";font-size:0.8125rem; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:"open sans";font-size:0.8125rem; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21rem;overflow:hidden;font-style:normal;float:none; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.25rem;vertical-align:middle;font-family:"open sans";font-size:0.9375rem;font-weight:400;color:#909090;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-container:first-of-type{padding-top:0;}#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-container:last-of-type{padding-bottom:0;}#skshf91cEnUnLszT2ZUv1JhIiZV4qdln  { background-color:#fdde69;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:42.125rem;top:8.4375rem;z-index:15002;position:absolute; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.1875rem;display:block;vertical-align:top; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln {display:block;}#skshf91cEnUnLszT2ZUv1JhIiZV4qdln { background-color:#fdde69;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:42.125rem;top:9.0625rem;z-index:15002;position:absolute; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #vww9qeDG2faRIDksQg6rBSSzmoXC2wbI { position:relative; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #nqtK9ThrCMwXTJO9OyBwe3pfgJ3WsWJk { position:relative;display:none; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #Ff6OgNP4a50fOcKmVgPBoTnnlAe502le { position:relative; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #MXNhBfN8ulCTIgJT3c7XWXVS8GJ2iSKR { position:relative; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #ASg3O6oUDhigyedNgkMlrTsTz2vSs0Ot { position:relative;display:none; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #dDwW3knz4GUGBO6Rl2bWdfy82ol1BNfG { position:relative; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #drEDwrI1X9ZPMZNeEUuQThXI8gfGbTwC { position:relative; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #WzPfIwN0Nc2qHdTiqqceRBBxgU7bQQIT { position:relative;display:none; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #tOTGKn8gx30QvIysstzrCTXdS9Afnzyf { position:relative; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #d5Qi8khbz7nWJ7hoF9rsXthIAPeJLk8e { position:relative; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #QJHRIvVwlU9JVNdOFfBp6Sok7SmLxtnw { position:relative;display:none; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #ZmWQL0G1ANZJN0tasT3vdQ7XBtm471PI { position:relative; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #FyKPrvl4S2T8gMihAdz1EKLrEVnRXlA0 { position:relative; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #LqxQ6EKXXQLBlCb7PhfZz6ymb4XU6MIV { position:relative;display:none; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #BV3F5xMaDPRMphBaO2geeoHTHGz0LVgN { position:relative; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #OWC7TrB4GWAZU1coT4bTa2VtZfXKrviT { position:relative; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #ZdrfAxRDiggh8lEO9xXBcuTvzaqPW4bp { position:relative;display:none; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #KHyveWeskABDkvzFb0VmecnKx8RqcLz9 { position:relative; }
#fSd60SVaTmEhMt42fSy4bD2qMUSaua2n { position:relative;display:block; }
#fBG8DvbCdOkeITo1T2lFOeTiFvT1HvcG { position:relative;display:block; }
#zMlMC912R1S6nv9oN1RQMGOHBU5mmRgh { position:relative;display:block; }
#zNNKd2oq27PR6uXitTQRRww9w8RFlggw { position:relative;display:block; }
#rfIz1efnJ7NlyCCKRkVAgIUH9RbPn6bA { position:relative;display:block; }
#QvhOM5CTpgmmi1TusTKoGkcASEm7xg5a { position:relative;display:block; }
#fSvqwVr2xstOESavc6PRVEZO4RxzGowo { position:relative;display:block; }
#UxmLGxLerGsGDlET5WFvFqGyGspLmxKb { position:relative;display:block; }
#LgqZ2TKrOPKKfC27OMtnP5C0PiQ2wN6H { position:relative;display:block; }
#StOvPUcJ6UZSImZ8B3kC2NVKoIGg4Zgt { position:relative;display:block; }
#PsAuri1Bwvv317Z2IRJcTTotgUeLaQiT { position:relative;display:block; }
#FCtMKETRgLC6Toa4RtyTLi1CKhWtfOXm { position:relative;display:block; }
#vmkZVZ1wyyD7r2GRKdfliqqOGMOyl6RA { position:relative;display:block; }
#nLiUyim4XhAMTy1K5TyLbXsZ5B8C0I6w { position:relative;display:block; }
#FDdcefX3NHsMgWUuJzTRAT0nvXNZsKeE { position:relative;display:block; }
#tspczd9BTeZyaxHUTFuv2CSrpfTEIo1v { position:relative;display:block; }
#vv6nfSh70XDaKTxxzNAz2Paxl2581nnF { position:relative;display:block; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #q8LFI8C08PdkfOmLfNyGMTO6S8URIq9S { position:relative; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln #yaVWo3F0rRD14DTe6cJ2mUZvRMcuvIXe { position:relative; }
#XFgKc4BPCTvApmeHEEyveeDzg0IsKMFh { box-sizing:content-box;height:13.0625rem;width:24.6875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;top:2.125rem;left:42.125rem;display:block; }
#kVTgiTm5nwJULaLMHsR3whT8dCv957Iv { color:rgba(var(--color-tertiary-2),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3rem;left:42.1875rem;height:5.548825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uTmkRAa9IOTS2y9rAAgKsSRTNUdwXBT5 { color:rgba(var(--color-tertiary-0),1);display:block;width:34rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:19.875rem;left:1.75rem;height:8.32325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VGmZVtZKtEgrge495sTvinwHOv2VZxb1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:11.5rem;top:7.0625rem;left:13rem;overflow:hidden;display:block; }
#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/3m5MD1jK/Artboard_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.adaptive-delivery-prevent-bg, #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.lazyload, #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.lazyloading { background-image: none; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row .container { border-width: 0; border-radius: 0; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:75rem;position:relative;display:none; }#DrP76SuUI6UUuhnHilGAaCmWDUfBTseh { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:3.5625rem;left:11.25rem;overflow:hidden;display:block; }
#ukTELLey1POy6BdkC8XUxdcuVOBFyOR5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:24.0625rem;top:6rem;left:41.375rem;overflow:hidden;display:none; }
#dc1kaLkfIOh2rurpA2ftv5OrqOEKdvxD { 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:16.6875rem;width:16.6875rem;top:8.8125rem;left:45.0625rem;overflow:hidden;display:none; }
#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { background-color: transparent; background-image: none; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container > .video-iframe-container { display: none; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row > .video-iframe-container { display: none; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .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); }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { border-width: 0; border-radius: 0; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#mrEbTJgO7VpTraa9Cg9BMwkNFfaz7M5d { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.91796875rem;left:0rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#TV8O2vltT8LGQEKCW5tbTb0Cc2zkUXVN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#TV8O2vltT8LGQEKCW5tbTb0Cc2zkUXVN > .row .container { border-width: 0; border-radius: 0; }#TV8O2vltT8LGQEKCW5tbTb0Cc2zkUXVN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TV8O2vltT8LGQEKCW5tbTb0Cc2zkUXVN > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:none; }#kkBpTXO8SDMCv1Wxyn9fweigl6hMUEcZ { 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:42.874375rem;top:0.24848175048828rem;left:16rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RboNyyX5a2AZgqKAN43HhPQ1CvgpBOHb { display:block; }#RboNyyX5a2AZgqKAN43HhPQ1CvgpBOHb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5J81xENn5lEVyTUXHACys4UnT8sdA56 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Vg70IsPD2NBPAHceTLa7x5WcygEeyQ { display:block; }
 }@media only screen and (max-width: 763px) { #pMVBXZnSeGUrLeSom6FDr0yp7E5cwwOt { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx3Ehi5PrdxM2N7zcaQmeVsiwG2TllP9 { display:block; }
 }@media only screen and (max-width: 763px) { #R1sMirXZwChHFstZP4JDpS6IZPesb1Hz { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIkKXgOHTnrseNw4XIQuMcDtmU51fbId { display:block; }
 }@media only screen and (max-width: 763px) { #NzeBfvxiIqa8NLKTVpAOuN29yeZVtKkT { top:0rem;left:0rem;width:8.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4RolB3S0aqFVa5D7ZnxgPhl4cMXynhn { width:4.875rem;height:4.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZUuzgKlSCLUqRbCuPXXpdrF7dB3HP1b { display:block; }#TZUuzgKlSCLUqRbCuPXXpdrF7dB3HP1b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mr6APSSfIuf737iWhhtTJKl8ZCDF2SFc { display:block; }#mr6APSSfIuf737iWhhtTJKl8ZCDF2SFc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leRb0ysBkFInz92742d8EB1SeZi5MTq9 { width:15rem;height:2.75rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6lo4P2BclbrEkTLTXhOFUGJKzJpTQxl { width:2.875rem;height:2.875rem;top:0.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGQySb5elcSPFGKeDTEVuuBD60Fh0VOT { width:15rem;height:2.75rem;top:0.625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp9lvW1TtZTsZr0J6ZhlTWoTvcU2KPBp { width:2.875rem;height:2.875rem;top:0.625rem;left:3.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdZSkP4BHFEmD4tJDMAtT7HKa6QHy9MO { width:9.9375rem;height:1.125rem;top:0.875rem;left:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBxNRpdut2zA84eup2KJrigXTr9ggupP { width:15rem;height:2.75rem;top:0.625rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5FhspcROezJU6GXGxIESsaIrfEkfq6c { width:2.875rem;height:2.875rem;top:0.625rem;left:19.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDGr5eTq67of5TQEaC0MySZWAzrTGRRL { width:10.6875rem;height:1.125rem;top:0.875rem;left:22.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVdfJNkvH4fLLocXux4ePTymceJPowPP { width:9.9375rem;height:1.125rem;top:0.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCgEd0upo8giBEhJeNb3erTOw3iP0JWv { width:9.875rem;height:2.75rem;top:0.6875rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONTT1UGkqKCEdK7GRdsofga32H6qVTu5 { width:2.875rem;height:2.875rem;top:0.625rem;left:35.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ8TZSbPZqCpcKOQDKBzue9Cxxz3oZ2L { width:5.625rem;height:1.125rem;top:0.9375rem;left:38.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8oRLrJ89brfWCthXxQL8BVQBewtkdf9 { width:10.375rem;height:0.875rem;top:2.125rem;left:6.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3BPArpATgn1ixni1XiZwlMvh10P9GHm { width:6.3125rem;height:0.875rem;top:2.125rem;left:22.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDOeVuTTggXnoUy9e7bbUX1EXwy6ecwS { width:11.75rem;height:0.875rem;top:2.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmQcanTPCVBQdxg5xx09D6OZ0m4zBUBg { width:5.375rem;height:0.875rem;top:2.25rem;left:38.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcuHclwnNiEzTxk9GogzqGKPMqIkt1Sp { width:14.6875rem;height:2.75rem;top:0.6875rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTkJS1FalxSnWhM48mWHnIsL1hhGiuem { width:5.625rem;height:1.125rem;top:0.9375rem;left:42.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNm1esCwiXXa8BD54pXHCclatNQw4wVd { width:11.375rem;height:0.875rem;top:2.25rem;left:36.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQExzDpdT5R9rT4eA5BHCb5qnrgyH6Oi { width:2.875rem;height:2.875rem;top:0.625rem;left:44.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HElk7FZP6cIWR1Q9wKvCHwHTiXdhg8nU { display:block; }#HElk7FZP6cIWR1Q9wKvCHwHTiXdhg8nU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2UO4cBHN90XfiTuKJsKwR5D8leo1UnQ { top:2.1875rem;left:0rem;width:47.75rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X27c5wZLxVa5uMK58Dbnzfs4qw5vKI0U { top:9.5rem;left:0rem;width:27.125rem;height:8.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzVWSnTXATalPALFAPFQJS2R04nVNkM3 { top:14.0625rem;left:5.125rem;width:42.625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IorAw11gZDcK3gaWTQuMKLqkyphkeIW9 { top:0rem;left:0rem;width:8.75rem;height:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6H9N2IhTRf8QxpwTk6tu91CE8rhkEx0 { width:4.875rem;height:4.875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8xrUzT03lGf7q2m4nMPbbTs7PLJsTE7 { top:1.3125rem;left:0rem;width:24.8125rem;height:5.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CI3EOSUqGzm9BrN8TzXLO4MbN75l50UC { width:22.4375rem;height:3.4375rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mT4N31yMmNMcnx2B4hnIGqdsqb68ibf1 { display:block; }
 }@media only screen and (max-width: 763px) { #ICVqDNizJ0yX9SuHbZ8SzNA2NcvziVOR { top:18.9375rem;left:0rem;width:25.1875rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6EAOtrIBhXAyIgFLcP69kgMSAy3Sht8 { width:40rem;height:22.5rem;top:10.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGJpKGdAcn6dNOWs6ZMKm7QqezrN314O { display:block; }#cGJpKGdAcn6dNOWs6ZMKm7QqezrN314O > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCCsavQfQilbNqh032AqeGJ1UxSrZinb { width:22.4375rem;height:3.4375rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgBe62snsg8obJPo6cJUgN7IrVSING86 { display:block; }
 }@media only screen and (max-width: 763px) { #XMzpT3wwa1MgNq574H5JitOtnfJBnW3c { top:1rem;left:0rem;width:22.1875rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX4TJ7eqeAsRTB76xLlCBXmTpMZHbg80 { display:block; }#NX4TJ7eqeAsRTB76xLlCBXmTpMZHbg80 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qv2xrTmkv534rUTyWgPddG93JKfKBfJU { width:47.75rem;height:8.125rem;top:2.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k554HKBNZuNc7TsRDTIkBWmxrqdI4CVe { top:11.8125rem;left:0.5625rem;width:46.625rem;height:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC { display:block; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DptyXcwd4Eo84VLERvZELET7fBupTI1K { top:20.9375rem;left:0.8125rem;width:14.25rem;height:12rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONTkVmRiZRK3cTKHDvRN5yiLyLvxeatE { top:20.9375rem;left:16.625rem;width:14.4375rem;height:13.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQLL3BPdxeGs48ks57oOGTlfR7WhVCd6 { top:20.9375rem;left:32.5625rem;width:14.25rem;height:18.9375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfNV8bGT2yeHOhTe6ZcHnGF1yrbIkl7G { top:8.5rem;left:6.25rem;width:3.4375rem;height:2.87435rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLtlGfNFIU3mhca7m5PAn4BT1aZ6RKIC { width:12.5rem;height:4.75rem;top:5.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PozAVsJQ44VqTAT6nyPGKd2tFI3wTsJE { width:12.5rem;height:4.75rem;top:5.4375rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMtHDMeuMLIHC121aReQmcmweTnB9be2 { top:8.5rem;left:22.125rem;width:3.4375rem;height:2.87435rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPnK1EuDPETUG2Z539oVxZo8m1dZTQQU { width:12.5rem;height:4.75rem;top:5.4375rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNreVksv7uoA90zIodKVzeEyPA7sUiVz { top:8.5rem;left:38rem;width:3.4375rem;height:2.87435rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUnWhST6JQr4P4niob3hhbXIECtefXZm { top:12.625rem;left:0rem;width:19.9375rem;height:5.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqyBhmX01umcfkvQwm7y8IEtuZxz8Cmu { top:12.625rem;left:11.8125rem;width:19.9375rem;height:5.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvZNgrRPaPwU4WbSnNVIsXfkHKenB6WR { top:12.625rem;left:27.6875rem;width:19.9375rem;height:5.6875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNkX6CXP1MTNm9te1ytTOuVnWCLmAIet { display:block; }#tNkX6CXP1MTNm9te1ytTOuVnWCLmAIet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flLmlFC5MNLFRM0dlaHdWfoh8xlI3ARJ { top:2.875rem;left:27.125rem;width:20.5rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2OAiQvN5EBd6cw2Fnxu8tdSfO3WkBZh { top:2.9375rem;left:27.9375rem;width:19.6875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElOiy25tT9yAUQ2UFMo7CxaZVthHRPBd { width:15.9375rem;height:4.0625rem;top:6.5625rem;left:31.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTZ7OGc7sreIM8aIaZkwWm4r3zJytOTK { width:26.8125rem;height:4.25rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwVztdKD7WAzrZeV1o3iU7tDfGUxX4M9 { width:37.625rem;height:4.25rem;top:4.3125rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m57w6v1HQ4ThOhIvZWPwVmHSfLTtGLBL { width:20.9375rem;height:4.25rem;top:9.4375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDl5TpegyIarUvqAdiuvKxbpvaMX1hpz { width:43.25rem;height:4.25rem;top:9.4375rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAShFs2rT4T6blnnwJleRdTer98J7m9B { width:12.5rem;height:8.125rem;top:8.875rem;left:35.25rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4rLsTALqDLHf8PbcXh6L72vseKpDrwE { width:42.25rem;height:4.25rem;top:3.5rem;left:5.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUwHViSuu9dN6EkllR385MAtXqnS0UNP { width:12.5rem;height:4.75rem;top:15.6875rem;left:35.25rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHDgUTpOqg2grfzA74wiaRzNyABRPeSS { width:12.5rem;height:2rem;top:16.5rem;left:35.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfH6rC8kEokFrdIGRVWgREclmlbH2Hqo { width:28.75rem;height:4.25rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7rZroQxJxdnSU90SAkcyts1LTNP5Hma { width:27.1875rem;height:4.25rem;top:15rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM { display:block; }#Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhg2yRtyeBpmNk113TkVNDyySezQTDSS { width:16.0625rem;height:12.6875rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTWMXAX0b2SJqOe20hs64DE0aRL31aT { top:20.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEOXXk3Jw9CNHcRg2ULuDT28gnBDRyp6 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAw48otNbdNCiZVTsCwcuTB99kFEOKGs { width:17.75rem;height:12.9375rem;top:19.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHp1VFR7RlZkbegSV4T9ihMwTe1VQzbW { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkmmlT3mJ8oaL2Qx54hsFTaccEIukiw3 { top:20.375rem;left:17rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8piUW9DDqTX62r2x7z9HkLPUxAtkI3w { width:16.0625rem;height:12.6875rem;top:19.1875rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb0uCv6BfvMyIzHfoMDTrHuc2ksyJGGm { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxbMMUEry2h9CGP8lgvU65w2Zso1Jter { top:20.375rem;left:36.1875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvNarZfooOZFDCC8soO3Te0wI4dxQQIf { width:16.3125rem;height:12.9375rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvkkJKW31elnV07CxOvVFJHtwopaMRw0 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApAiv4hlHdSNLJixlHa2rb2IkVNrMZlu { top:6.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy18RhDJKgoQnXuw7DeNsnoUuZ2g0O33 { width:17.875rem;height:12.6875rem;top:5rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXiSCOrve7XMZNc1PQqkn3xT87LZyPEW { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpPHAcE5J11OXVCQ4gE9Nzt72HGS91yH { top:6.1875rem;left:16.75rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqm0yotZ63MbLyqZ3k6l06RDnfGTX1G9 { width:16.3125rem;height:12.9375rem;top:4.875rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p82OpvKHaPO6IvKdavN6HM4v2oVyahBa { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTgAwSsTn5KJ38vDfbEHAZV76cfpysT0 { top:6.1875rem;left:35.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBvU5rrV63ayT8o8KfpBccrHeKa11S93 { display:block; }#kBvU5rrV63ayT8o8KfpBccrHeKa11S93 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvENddHz5oTHZgZct4Z9yH69nIcak7yc { width:47.75rem;height:5.25rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUrPeO9g9E0AMHn6POXcTrqbTZvBwpJw { display:block; }#dUrPeO9g9E0AMHn6POXcTrqbTZvBwpJw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQDMKSdspmKroBplKp11PA7Mt5SqBzCr { width:20rem;height:14.249125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9EARzrBH2VhJSwwTLWrnUS3kRS65Vvo { width:20rem;height:14.249125rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGSKGhqNr2rw2ZF3TbAJW9Oz3ov2fi9e { width:20rem;height:14.249125rem;top:0rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoscKlubPkUIt6JMk89TmVM0L3iaVtBd { display:block; }#NoscKlubPkUIt6JMk89TmVM0L3iaVtBd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #caJgMiEP8wRVSFeBqNUqB0q2v1kCGNfu { width:20rem;height:14.249125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewg3MSpI3ggDMTSGIP30bNoNnvS1sTTL { width:20rem;height:14.249125rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLftpa4i6ha7VIwhRypa0xRya10oLUu7 { width:20rem;height:14.249125rem;top:0rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTFTGnXFD6ql5SeQ4f0nr3mXwugWJ2wp { display:block; }#zTFTGnXFD6ql5SeQ4f0nr3mXwugWJ2wp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQ9KM0WDW2r3vTTDW0sUnT2i8JktB8vI { width:47.75rem;height:3rem;top:1.375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPUCTaFHRAh4JQ940oOqFreTNZ4sQpFo { top:4.6875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQyGmNg38ffDPLHXqqdevdHhuFpk1zfo { width:41.4375rem;height:22.000277060903rem;top:10.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIZeDsVnmdIdBE0cBNViDEbVSeC98qno { display:block; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPehLsFuXEDqHLCyx8r3uoVB3w9TJR37 { width:47.75rem;height:5.25rem;top:1.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGyzSBrmKvsO8NAbsMDD0f54H28ffJTK { top:6.5625rem;left:0rem;width:47.75rem;height:9.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #guu0oQnkQrCdahnA2HEcQbtmy1DOZF0S { width:42.8125rem;height:2.1875rem;top:13.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 { display:block; }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE0okstEJeZl4fXXNR7OUKNh8PoE7F03 { width:17rem;height:8.9375rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REkDTw96QvCOZl4DxBst45FEm2uBAhf6 { width:16rem;height:8.875rem;top:0.5625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzkRk6n9WHRlN6Ic93qVHfaO0wOecVD2 { width:16.1875rem;height:9.0625rem;top:0.4375rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcVAmcetPWT10FxHpfuMZ2izoGPLrMPC { width:14.5625rem;height:9.6875rem;top:0rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv { display:block; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olwqAeD24OiPssS99Nhl71pT0yLURDl1 { width:2.375rem;height:2.375rem;top:1.375rem;left:22.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTCrOOxZyc40sANEFtAtSTDVZvMff2b0 { width:9.625rem;height:3.5625rem;top:3.75rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T { display:none; }#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wPT6LACqxe0F63eV8Tu5BU8fGXnL6deo { width:7.6875rem;height:4.3125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CULrSaR5pAV5g9F3cq8wCozv0sSt8cd6 { width:7.6875rem;height:4.3125rem;top:0.875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6SELLh2dXcT4q6ynzMcxNEOevm50ihf { width:5.75rem;height:3.8125rem;top:0.875rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6tZdI7ngCDbswumqoo0y9Roza2O8mWI { width:6.4375rem;height:4.3125rem;top:0.875rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILRrIeplAhyqCwGMPQ6RWzqCgkd9GRyz { width:7.6875rem;height:5.125rem;top:0.875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZWCopGxdkGPWIqaW9QhlugQSSqekL83 { width:7.6875rem;height:4.0625rem;top:10.25rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvlVJlxU0BlbQQKre77Mst6zfqs3Xv9l { width:4.125rem;height:5.125rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkBsV9fwZWNWWNDP9MTgVa3foOKNxT2T { width:7.6875rem;height:5.75rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK { display:block; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFbTSZwIgVk2TpnP58eJgVtpwlX6TULF { width:10.6875rem;height:10.6875rem;top:1.0625rem;left:37.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxy2vL4cMUH4kSvoHCX4NcD37CiobXkx { width:47.6875rem;height:6.75rem;top:3.1875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuHiJ10mw0vOciDbB7UCo14TdG3ikrWT { top:10.75rem;left:5.78125rem;width:32.25rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU { display:block; }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dniZlITSwD4kJUR16Hxu4W1MkiTB7FvV { width:26rem;height:14.5625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvfRl7gD43H7DAfdHnd0FVIPId4UsmGk { width:26rem;height:14.5625rem;top:7.875rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #goV4gEx0VBM2RreITHsSyTUiGTdtQFVr { width:20.75rem;height:12.8125rem;top:11.625rem;left:25.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbWi3vbnZfi9mJATnthFDqonyRechrEE { width:27.0625rem;height:14.8125rem;top:6.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTUzw6W4tH72eOt2K5pTSACGB1pdCkc7 { width:22.625rem;height:14.25rem;top:9.375rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BMu8g0XVTxn7eW53e1P8lSrN8Etr20Zq { top:27rem;left:0rem;width:40.3125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa { display:block; }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiE6OO8xvzwv6PnfCJw3aDxPBmTUT2iW { width:21.8125rem;height:12.1875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEOBOZt4cHE0WwOGbN4EMOelbsKS33wF { width:20.75rem;height:15.5rem;top:2.6875rem;left:27rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7VfwtgddwWv2rZPeubIUeXCSgNyIfP1 { width:39.5625rem;height:12.1875rem;top:4.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o58rFm5kpemT5JsIiLwdRkQOoepglKQv { width:24rem;height:11.875rem;top:3.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsABRTdzNnhx1mKWk8BvbULlPS4vGwTE { width:13.3125rem;height:13.3125rem;top:5rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbWw1SpHLe0AP1M2RuJqeHTrEqWyrGKT { width:21.8125rem;height:12.1875rem;top:2rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MicAE2uvTWde7Ahr9DdBIgzaO7bD8iqw { width:21.8125rem;height:12.1875rem;top:2rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOelPQgbgMlThQ4x485DaJ05OMN43fG4 { width:11rem;height:11rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco { display:block; }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tg43MbfWTKvB2bOtilBtPHKyoyQdggma { width:10.9375rem;height:12.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCAckTO5fzIoF3JrATh4cUxxLCUupzsO { width:10.9375rem;height:12.5rem;top:2.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix7MtKsSHCCXFzfJ0CQQeh9AD2X3nSqx { width:10.9375rem;height:12.5rem;top:2.5625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVcbhctlmiIv3uyykQEM8IAxIFn1mQFg { width:10.9375rem;height:12.5rem;top:2.5625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwRFfGr8e3vf9lbeBWxTplh6EldgNi81 { width:10.9375rem;height:12.5rem;top:2.5625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1JPK5Jn36J38bEEJtUbAOaugtOK3Bo6 { width:10.9375rem;height:12.5rem;top:2.5625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa { display:block; }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXJTIFIT1NvAvncoeo3ZDWIaSrGy2vwS { width:10.9375rem;height:12.5rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng8of5gNyiqvb2sFxCiQnVH0epape2LV { width:10.9375rem;height:12.5rem;top:0.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVHqmSUm1VP73AAg0dQ47c30wzRcHTyA { width:10.9375rem;height:12.5rem;top:0.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E71iMUcwqWANEBwbxrhN2eyVSpLMzaog { width:10.9375rem;height:12.5rem;top:0.625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAz4mVmtzFgJ70g90OeM5tUdacuTMsvk { width:10.9375rem;height:12.5rem;top:0.625rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm9KyS8J9fCfzc9cfNoXuXBEl4xrdk0g { width:10.9375rem;height:12.5rem;top:0.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF { display:block; }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTIR8MS7stvChQ9xgeauaDOfkEQkS7JE { width:10.9375rem;height:12.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6lKqfSVoWaJaTK6EEXtNS5xbKqTR7NW { width:10.9375rem;height:12.5rem;top:0.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lncCRhCAxMoE2u8CFldEJwiedpieKyG5 { width:10.9375rem;height:12.5rem;top:0.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxC7HMdlQu2XLLTz15XfytTfuSmA15Zo { width:10.9375rem;height:12.5rem;top:0.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq410F3ZpfxT9kMrHKmrlIT7arXtWivm { width:10.9375rem;height:12.5rem;top:0.9375rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsI8vn4ovfVtqAzrlTdIX3ESOfzIPDxK { width:10.9375rem;height:12.5rem;top:0.9375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp { display:block; }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTgunXicR8KMt4aAS8HmXlg13OQ57XyP { width:10.9375rem;height:12.5rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaWt1TrQq0oMBzKfvEhPpQhwIr6E3uxI { width:10.9375rem;height:12.5rem;top:0.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD1F0Epe99mshBOn4Gs5WQuEgFFqdD5s { width:10.9375rem;height:12.5rem;top:0.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL3iXXriOEyzLkgICx7NgaTvTAV9l7pI { width:10.9375rem;height:12.5rem;top:0.9375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PATcFh78hMfhZlrPlZAsl4cLiSqHPTzt { width:22.6875rem;height:12.5rem;top:0.9375rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tndRGkzFtN0HP5coEO6IahwwL3h6C8X8 { width:9.1875rem;height:7.0625rem;top:3.625rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI { display:block; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLi1TPheb0dH1J5IUqIe01WXQwLTvGcL { width:20.75rem;height:3.75rem;top:1.125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcvgsLZxKdMiEamc5gNZX7LtQO1DfrSg { display:block; }
 }@media only screen and (max-width: 763px) { #RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD { display:block; }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucTvmiWTZbg9G9tPJJKkIHVHXzxqtrga { display:none; }#ucTvmiWTZbg9G9tPJJKkIHVHXzxqtrga > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb { display:none; }#XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AfiHwJWD2z82OlrRM829JEQNFsUDuuzV { width:26.375rem;height:3.625rem;top:3.75rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXvPTBtk1KsFWXUnVMREBoRhw1580WTB { width:27rem;height:3.4375rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlaL2tkuTk8gKtZTVdo0x5uiK7AUe3F5 { top:7.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #loB7ZAV0e87LvM0d79JWrbWQSpLksvPD { width:47.75rem;height:4.25rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwpEuV8iXWFFShB2Iyd0NZZA0xQxabh0 { width:16.1875rem;height:3.5rem;top:3.8125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4HZK3fyUM8mGTsJTrxNgMslpTNO1TJ { display:block; }
 }@media only screen and (max-width: 763px) { #KxUsUXynTQp6SJq4pJUtA4ly8HzawOGT { top:9.375rem;left:0rem;width:15.75rem;height:4.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 { display:none; }#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #imxVZlyXG8aHGyJEhhv4Kzf85ebE2G23 { width:19.6875rem;height:15.5rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHEV9TXIElssgbTaHssW0k5vvTfnMgko { width:18rem;height:14.1875rem;top:2.25rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr { display:block; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qLVscSOSBdHXaiPzB7VKBs44vpMVSxNB { width:30.5625rem;height:4.5rem;top:2.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORq1uaNXz8JGeSiZI3qNlFzZnGKhy7tN { display:block; }
 }@media only screen and (max-width: 763px) { #TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp { display:block; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeoO48hTDhusTf0zws04gHZnBsPyRqH3 { top:5.9375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0vG2QOXAbkDhkld2RoRrdl4VOx8lZp2 { top:7.3125rem;left:3.4375rem;width:36.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC5lfMZLoi2un8Jz3Fnooz6TkmKWtTTy { top:10rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xab0C2ppOWfWfbUyvVtDA7PGGulQfu1Q { top:6.5625rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 { display:block; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1fxrgmifvtPTZ6q4qGbGxVSMKHXTAKJ { top:0rem;left:0.3125rem;width:46.9375rem;height:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFLipnInI3gVRZCPPBemA0iCTQiRyI1Z { top:1.1875rem;left:3.5rem;width:40.6875rem;height:18rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN { display:block; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfNKbf5zvfR6CLKdXqSMBSFwuwkLCw1y { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFe0vPTaS5skhXBCZDayhhdmZMJxBfPH { top:1.875rem;left:3.4375rem;width:36.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZwic1fGMDtRsSxNo4Tq0VOEk1lXgbOe { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dWOCGfwAVEbeVFz1JTCAUTt95ES5NO { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh { display:block; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqJ8dL25XgPZva88JzvMzgWsv7oxeh4r { top:0rem;left:0.3125rem;width:46.9375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTpysn7wcOeygRusZA7of7KgDS5EM3V4 { top:1.1875rem;left:3.5rem;width:40.6875rem;height:19.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa { display:block; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5wuqTPZ7nk6NcTurUMfMNTKWl52NMru { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJxOfqE4FeEHO2ALDJTTxzVGNpPXNu8t { top:1.625rem;left:3.5rem;width:36.6875rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNeL1PVpN6X4qBBrXESoPol8NdZStxNu { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0SmmMEFTT9gJuDgiba9uWKMLAlWGLop { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GshperbHrCgOZwqEnqvwBU0ThHISdD9A { display:block; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkKUQmrAX6Ce7d9MqEnTPHqs5OpvqJSs { top:0rem;left:0.3125rem;width:46.9375rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0GkSpSADLf3fpc1vStuThCK77IIpLM1 { top:1.4375rem;left:3.53125rem;width:40.6875rem;height:37.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 { display:block; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTiUcDOu0OKcLm5Oqkaxax51VK4iaGTg { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu2X02r6gMOT7qCXJrIk5X0P00azPst1 { top:1.875rem;left:3.4375rem;width:36.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZ7UUMATpsQF78DIXQuiUlp21Z8oAAwx { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM8GRB4WcoHLIu076uSS59CiB3mDxrGV { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf { display:block; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anVnWHHFq2k8mJ4BrWRQxngaopWhO1o0 { top:0rem;left:0.3125rem;width:46.9375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1lpfmH5i9qAMw7k9rfuT6cpSwknoF2u { top:1.1875rem;left:3.5rem;width:40.6875rem;height:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq { display:block; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuOuTk3aNS9wnOl3hNTdNSnQkttVKQXe { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1adka1bwfRUp5CwsGXrnd8iOazlZvP0 { top:1.875rem;left:3.4375rem;width:36.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQLIwpGGX3qpPZy4Ix90NTzRWkLLSMFt { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHkqoI5yUx5BDVvyllphNbmHcupm9W9z { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC { display:block; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNPmFrdPPQ7BPKk5mzvSppuRnpgubeNS { top:0rem;left:0.3125rem;width:46.9375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgxAT1wSKkbZiVkG3Tc4Ms1Rvpy9ZQyc { top:1.1875rem;left:3.5rem;width:40.875rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MohmczXlVhOn24gczblvWN9LBb5lCQSK { display:none; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZhcKVGF8IGeTeXUzta3QKbHABhzqO4GV { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clsn8eUlkIblEANaixH6cMQG9DlcyISt { top:1.875rem;left:3.4375rem;width:36.6875rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAG0zudnDmubdr94TIE8tFehxtm8JoER { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqv7SoQmZLfOKyixLcCU4gOJEH8srpkT { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx { display:none; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pxBUI6WH5xeGsgSVH6rAvz2940ypKBvw { top:0rem;left:0.3125rem;width:46.9375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAzf7GBCcmTKHvF62eT0q5ZXCLKBceX2 { top:1.1875rem;left:3.5rem;width:40.6875rem;height:15rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF { display:block; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4Byiw4d8inJbhAZZkQXTXlEHOlR0u7X { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFDvZVkGdbTKAWnBFZvWADd490bLWC3l { top:1.875rem;left:3.4375rem;width:36.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReWdF8WN9GeKRz1dh1OQmBtIPJXZRVSE { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBUubs7CbnwHSE5arbdT9yiwg4f7RaZH { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH { display:block; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsOoaGQExzfBMVgWQQdgF1t5peNL6NNU { top:0rem;left:0.3125rem;width:46.9375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdcwmwaJ4dx2og7g107tK9AdBgHRrRBt { top:1.1875rem;left:3.5rem;width:40.625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu { display:block; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ie6TsI6tDVcZyC5bo0kFeCsf9D0wqnKs { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQlADtklK0959b7s7DEADPxVD9Abi5qy { top:1.875rem;left:3.4375rem;width:36.6875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZQMfuXdcVZTQDhNFCALHTxR5ZQky9PV { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSz5h6fu4i2rlsJ4t9l6iy1KesBJHmhx { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm { display:block; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnre1WTvv8zvg1tgxzMhPVFRxpSiQNgD { top:0rem;left:0.3125rem;width:46.9375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3av2dx0gIuubDUMMlTtJTDmmd4bRr3m { top:1.1875rem;left:3.5rem;width:40.6875rem;height:12rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdJygm9cmBQKN1FTVINkBe11NVy6evve { display:block; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Al32gxwIRzw0S0Seqd9UvXqBNcJdqOtI { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvcIfHP8mgsNl89beQhM6L8QPgBDAgl7 { top:1.875rem;left:3.4375rem;width:36.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1VqwzRaKwJWSBacRfia3QahrkscD8g { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtUTlmstombgeKpaSH0JKIQ4HvKEmeuw { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 { display:block; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXKHl1FtEFfuDmcsVNZG5ncHovPDGvDd { top:0rem;left:0.3125rem;width:46.9375rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztT5VlQp1L59tTnD5KXClKkvwVOnsgis { top:1.1875rem;left:3.5rem;width:40.6875rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V02os9LmLBxAfpZLwgmSIu6aZpoNil7J { display:none; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i2qT7uoa96o0Sm8kSWIiEK4csy1NHTbo { top:0.4375rem;left:0.375rem;width:47rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkMrH1lmHmhIEh45Ce2Rm5ISBwHSr57V { top:1.875rem;left:3.4375rem;width:36.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTta5e2N8ib0soivFH6cgo9Tyq4mfAQR { top:1rem;left:41.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT89uAoN4x6tAU3EhuIr7tZO4gqO2Tmt { top:4.5rem;left:0.375rem;width:46.9375rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo { display:none; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WiJmTXnz4SF5q6gHRePtfbq0TQxJ6UhV { top:0rem;left:0.3125rem;width:46.9375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU3w3lHO3pGcZLa6A2dsfP2XCqJ4W0fv { top:1.1875rem;left:3.5rem;width:40.625rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTbk7c6ZC4ebvKqTT5JCS8B5AJS1blve { display:block; }#ZTbk7c6ZC4ebvKqTT5JCS8B5AJS1blve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToQ6qZ7vnwH5JRw51VWVTuVye1DDmRho { width:2.875rem;height:2.875rem;top:2.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMUwcH4CqcH5IoKGNccvF1cSIfH10JZz { width:15rem;height:2.75rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWqSsbPryUssFWOZVs4vaKFverI81gfm { width:9.9375rem;height:1.125rem;top:3.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxnB7F3lU0FPuPIhdBCRIBUoS1mpA9KO { width:11.75rem;height:0.875rem;top:4.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKok8hlZoXklDDTBolXp85NJBTc6qIaH { width:11rem;height:2.75rem;top:2.8125rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpJaBsG6HKZRvH6BLUmihmhoUFUk5TcF { width:9.9375rem;height:1.125rem;top:3.0625rem;left:10.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0kkb1lUaV68vwabnPwDCts092NZIbPr { width:10.375rem;height:0.875rem;top:4.3125rem;left:10.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbofRri7GtnTx4fSG5z0zcaoA9kWmAb5 { width:2.875rem;height:2.875rem;top:2.8125rem;left:7.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZZFDqF7Aw1t9alK984BqPXdxLSUdWlB { width:13.875rem;height:2.75rem;top:2.8125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1ugfvxOCSsT3FqNygP5rJZtJRMTMQkx { width:2.875rem;height:2.875rem;top:2.8125rem;left:19.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhPWXkTZmNmgqHNv5HdZ54nEaVolT5Xg { width:10.6875rem;height:1.125rem;top:3.0625rem;left:21.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUX4ThvPrcynE0NZAyZDCBS2DlRLqdpa { width:6.3125rem;height:0.875rem;top:4.3125rem;left:21.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6E32aGdNmGJeOv19HLrPlDT7bw2UDzG { width:9.25rem;height:2.75rem;top:2.875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew3zz5eLw0AcTpBo0lnSlzlJZI6U0K9Z { width:5.625rem;height:1.125rem;top:3.125rem;left:36.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4AdPiQF8Mxx53WZa6yvfZiALrIB2SKp { width:2.875rem;height:2.875rem;top:2.8125rem;left:33.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTamLmJcpU4nON1JTpmXRkU2aIuBTypc { width:5.375rem;height:0.875rem;top:4.4375rem;left:36.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx91S4skMDpztBI6iWV990Wrn5S4GZQ1 { width:14.6875rem;height:2.75rem;top:2.875rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVc66OdpdJ1wJDphF8cvel8uNQWtdHa5 { width:2.875rem;height:2.875rem;top:2.8125rem;left:44.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKBAdQR6Lb2iNHenBT0VSo1IGn1rCBhI { width:5.625rem;height:1.125rem;top:3.125rem;left:42.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlcG6QAzwgHzRMyq2dEdx9TThrEHrmOK { width:11.375rem;height:0.875rem;top:4.4375rem;left:36.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz { display:block; }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-regular-label { width:22.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-text { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-text {padding-top: 0; padding-bottom: 0;}#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-textarea { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-select { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-select {padding-top: 0; padding-bottom: 0;}#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-button { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-checkbox-label { width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln  { width:22.1875rem;height:0;top:8.4375rem;left:23.0625rem; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .radio-container { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln {display:block;}#skshf91cEnUnLszT2ZUv1JhIiZV4qdln { width:22.1875rem;height:23.4375rem;top:9.0625rem;left:23.0625rem; }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #vww9qeDG2faRIDksQg6rBSSzmoXC2wbI {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #nqtK9ThrCMwXTJO9OyBwe3pfgJ3WsWJk { display:none; }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #Ff6OgNP4a50fOcKmVgPBoTnnlAe502le {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #MXNhBfN8ulCTIgJT3c7XWXVS8GJ2iSKR {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #ASg3O6oUDhigyedNgkMlrTsTz2vSs0Ot { display:none; }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #dDwW3knz4GUGBO6Rl2bWdfy82ol1BNfG {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #drEDwrI1X9ZPMZNeEUuQThXI8gfGbTwC {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #WzPfIwN0Nc2qHdTiqqceRBBxgU7bQQIT { display:none; }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #tOTGKn8gx30QvIysstzrCTXdS9Afnzyf {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #d5Qi8khbz7nWJ7hoF9rsXthIAPeJLk8e {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #QJHRIvVwlU9JVNdOFfBp6Sok7SmLxtnw { display:none; }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #ZmWQL0G1ANZJN0tasT3vdQ7XBtm471PI {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #FyKPrvl4S2T8gMihAdz1EKLrEVnRXlA0 {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #LqxQ6EKXXQLBlCb7PhfZz6ymb4XU6MIV {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #BV3F5xMaDPRMphBaO2geeoHTHGz0LVgN {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #OWC7TrB4GWAZU1coT4bTa2VtZfXKrviT {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #ZdrfAxRDiggh8lEO9xXBcuTvzaqPW4bp {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #KHyveWeskABDkvzFb0VmecnKx8RqcLz9 {  }
 }@media only screen and (max-width: 763px) { #fSd60SVaTmEhMt42fSy4bD2qMUSaua2n { display:block; }
 }@media only screen and (max-width: 763px) { #fBG8DvbCdOkeITo1T2lFOeTiFvT1HvcG { display:block; }
 }@media only screen and (max-width: 763px) { #zMlMC912R1S6nv9oN1RQMGOHBU5mmRgh { display:block; }
 }@media only screen and (max-width: 763px) { #zNNKd2oq27PR6uXitTQRRww9w8RFlggw { display:block; }
 }@media only screen and (max-width: 763px) { #rfIz1efnJ7NlyCCKRkVAgIUH9RbPn6bA { display:block; }
 }@media only screen and (max-width: 763px) { #QvhOM5CTpgmmi1TusTKoGkcASEm7xg5a { display:block; }
 }@media only screen and (max-width: 763px) { #fSvqwVr2xstOESavc6PRVEZO4RxzGowo { display:block; }
 }@media only screen and (max-width: 763px) { #UxmLGxLerGsGDlET5WFvFqGyGspLmxKb { display:block; }
 }@media only screen and (max-width: 763px) { #LgqZ2TKrOPKKfC27OMtnP5C0PiQ2wN6H { display:block; }
 }@media only screen and (max-width: 763px) { #StOvPUcJ6UZSImZ8B3kC2NVKoIGg4Zgt { display:block; }
 }@media only screen and (max-width: 763px) { #PsAuri1Bwvv317Z2IRJcTTotgUeLaQiT { display:block; }
 }@media only screen and (max-width: 763px) { #FCtMKETRgLC6Toa4RtyTLi1CKhWtfOXm { display:block; }
 }@media only screen and (max-width: 763px) { #vmkZVZ1wyyD7r2GRKdfliqqOGMOyl6RA { display:block; }
 }@media only screen and (max-width: 763px) { #nLiUyim4XhAMTy1K5TyLbXsZ5B8C0I6w { display:block; }
 }@media only screen and (max-width: 763px) { #FDdcefX3NHsMgWUuJzTRAT0nvXNZsKeE { display:block; }
 }@media only screen and (max-width: 763px) { #tspczd9BTeZyaxHUTFuv2CSrpfTEIo1v { display:block; }
 }@media only screen and (max-width: 763px) { #vv6nfSh70XDaKTxxzNAz2Paxl2581nnF { display:block; }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #q8LFI8C08PdkfOmLfNyGMTO6S8URIq9S {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #yaVWo3F0rRD14DTe6cJ2mUZvRMcuvIXe {  }
 }@media only screen and (max-width: 763px) { #XFgKc4BPCTvApmeHEEyveeDzg0IsKMFh { width:24.6875rem;height:13.0625rem;top:2.125rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTgiTm5nwJULaLMHsR3whT8dCv957Iv { width:24.625rem;height:5.5rem;top:3rem;left:23.125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTmkRAa9IOTS2y9rAAgKsSRTNUdwXBT5 { width:34rem;height:8.3125rem;top:19.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGmZVtZKtEgrge495sTvinwHOv2VZxb1 { width:11.5rem;height:11.5rem;top:7.0625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG { display:none; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DrP76SuUI6UUuhnHilGAaCmWDUfBTseh { width:9.1875rem;height:9.1875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukTELLey1POy6BdkC8XUxdcuVOBFyOR5 { top:6rem;left:23.6875rem;width:24.0625rem;height:24.76199127907rem;display:none; }
 }@media only screen and (max-width: 763px) { #dc1kaLkfIOh2rurpA2ftv5OrqOEKdvxD { width:16.6875rem;height:16.6875rem;top:8.8125rem;left:31.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dI7J75Ne0hvEZhutfwF1262yAqdXTgEh { display:block; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrEbTJgO7VpTraa9Cg9BMwkNFfaz7M5d { width:47.75rem;height:0.9375rem;top:0.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV8O2vltT8LGQEKCW5tbTb0Cc2zkUXVN { display:none; }#TV8O2vltT8LGQEKCW5tbTb0Cc2zkUXVN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kkBpTXO8SDMCv1Wxyn9fweigl6hMUEcZ { width:42.8125rem;height:5.616882170294rem;top:0.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RboNyyX5a2AZgqKAN43HhPQ1CvgpBOHb { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#RboNyyX5a2AZgqKAN43HhPQ1CvgpBOHb > .row .container { width:20rem;height:4.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F5J81xENn5lEVyTUXHACys4UnT8sdA56 { width:12.75rem;height:2.8125rem;top:0.71875rem;left:3.625rem;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9Vg70IsPD2NBPAHceTLa7x5WcygEeyQ { display:block; }
 }@media only screen and (max-width: 763px) { #pMVBXZnSeGUrLeSom6FDr0yp7E5cwwOt { width:9.375rem;height:3.75rem;top:11.9375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xx3Ehi5PrdxM2N7zcaQmeVsiwG2TllP9 { display:block; }
 }@media only screen and (max-width: 763px) { #R1sMirXZwChHFstZP4JDpS6IZPesb1Hz { width:11.25rem;height:3.75rem;top:8.125rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIkKXgOHTnrseNw4XIQuMcDtmU51fbId { display:block; }
 }@media only screen and (max-width: 763px) { #NzeBfvxiIqa8NLKTVpAOuN29yeZVtKkT { width:8.75rem;height:5.5rem;top:20.625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C4RolB3S0aqFVa5D7ZnxgPhl4cMXynhn { width:4.875rem;height:4.875rem;top:20.625rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TZUuzgKlSCLUqRbCuPXXpdrF7dB3HP1b { display:block; }#TZUuzgKlSCLUqRbCuPXXpdrF7dB3HP1b > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mr6APSSfIuf737iWhhtTJKl8ZCDF2SFc { display:none; }#mr6APSSfIuf737iWhhtTJKl8ZCDF2SFc > .row .container { width:20rem;height:28.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #leRb0ysBkFInz92742d8EB1SeZi5MTq9 { width:18.4375rem;height:3.25rem;top:0.375rem;left:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #f1c232;border-left:0.125rem solid #f1c232;border-right:0.125rem solid #f1c232;border-bottom:0.125rem solid #f1c232;display:block; }
 }@media only screen and (max-width: 763px) { #g6lo4P2BclbrEkTLTXhOFUGJKzJpTQxl { width:2.4375rem;height:2.4375rem;top:4.5rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGQySb5elcSPFGKeDTEVuuBD60Fh0VOT { width:12rem;height:3.25rem;top:7.6875rem;left:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #yp9lvW1TtZTsZr0J6ZhlTWoTvcU2KPBp { width:2.4375rem;height:2.4375rem;top:8.09375rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdZSkP4BHFEmD4tJDMAtT7HKa6QHy9MO { width:8rem;height:0.9746125rem;top:8.125rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LBxNRpdut2zA84eup2KJrigXTr9ggupP { width:12.8125rem;height:2.75rem;top:16.5625rem;left:3.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #X5FhspcROezJU6GXGxIESsaIrfEkfq6c { width:2.875rem;height:2.875rem;top:16.5rem;left:3.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDGr5eTq67of5TQEaC0MySZWAzrTGRRL { width:10.6875rem;height:0.9746125rem;top:16.8125rem;left:5.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yVdfJNkvH4fLLocXux4ePTymceJPowPP { width:8.9375rem;height:0.9746125rem;top:0.9375rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qCgEd0upo8giBEhJeNb3erTOw3iP0JWv { width:12rem;height:3.25rem;top:4.125rem;left:0.8125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ONTT1UGkqKCEdK7GRdsofga32H6qVTu5 { width:2.4375rem;height:2.4375rem;top:0.875rem;left:1.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ8TZSbPZqCpcKOQDKBzue9Cxxz3oZ2L { width:4.1875rem;height:0.9746125rem;top:4.75rem;left:3.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H8oRLrJ89brfWCthXxQL8BVQBewtkdf9 { width:8.9375rem;height:0.82470625rem;top:9.375rem;left:3.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F3BPArpATgn1ixni1XiZwlMvh10P9GHm { width:10.375rem;height:0.82470625rem;top:18.0625rem;left:5.875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nDOeVuTTggXnoUy9e7bbUX1EXwy6ecwS { width:11.9375rem;height:0.8999rem;top:2.1875rem;left:3.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LmQcanTPCVBQdxg5xx09D6OZ0m4zBUBg { width:4.5rem;height:0.8999rem;top:5.9375rem;left:3.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LcuHclwnNiEzTxk9GogzqGKPMqIkt1Sp { width:14.6875rem;height:2.75rem;top:20.625rem;left:2.625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KTkJS1FalxSnWhM48mWHnIsL1hhGiuem { width:5.625rem;height:0;top:20.875rem;left:5.375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wNm1esCwiXXa8BD54pXHCclatNQw4wVd { width:11.375rem;height:0;top:22.1875rem;left:5.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pQExzDpdT5R9rT4eA5BHCb5qnrgyH6Oi { width:2.875rem;height:2.875rem;top:24.625rem;left:8.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HElk7FZP6cIWR1Q9wKvCHwHTiXdhg8nU { display:block; }#HElk7FZP6cIWR1Q9wKvCHwHTiXdhg8nU > .row .container { width:20rem;height:54.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2UO4cBHN90XfiTuKJsKwR5D8leo1UnQ { width:20rem;height:43.25rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X27c5wZLxVa5uMK58Dbnzfs4qw5vKI0U { width:14.5625rem;height:5.0869125rem;top:11.5625rem;left:1rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzVWSnTXATalPALFAPFQJS2R04nVNkM3 { width:20rem;height:9.0625rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IorAw11gZDcK3gaWTQuMKLqkyphkeIW9 { width:8.75rem;height:6.1875rem;top:2.625rem;left:9.25rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Q6H9N2IhTRf8QxpwTk6tu91CE8rhkEx0 { width:4.875rem;height:4.875rem;top:3.3125rem;left:11.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #H8xrUzT03lGf7q2m4nMPbbTs7PLJsTE7 { width:16.9375rem;height:7rem;top:24.8125rem;left:1rem;font-size:1.25rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CI3EOSUqGzm9BrN8TzXLO4MbN75l50UC { width:19rem;height:3.4375rem;top:49rem;left:0.5rem;z-index:15004;background-color:#000000;background-image:none;color:#ffffff;font-size:0.8125rem;font-weight:700;font-style:normal;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0.25rem solid #fbc115;display:block; }
 }@media only screen and (max-width: 763px) { #mT4N31yMmNMcnx2B4hnIGqdsqb68ibf1 { display:block; }
 }@media only screen and (max-width: 763px) { #ICVqDNizJ0yX9SuHbZ8SzNA2NcvziVOR { width:18.125rem;height:5.25rem;top:18.40625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6EAOtrIBhXAyIgFLcP69kgMSAy3Sht8 { height:11.25rem;width:20rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGJpKGdAcn6dNOWs6ZMKm7QqezrN314O { display:none; }#cGJpKGdAcn6dNOWs6ZMKm7QqezrN314O > .row .container { width:20rem;height:16.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TCCsavQfQilbNqh032AqeGJ1UxSrZinb { width:19rem;height:3.4375rem;top:7.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgBe62snsg8obJPo6cJUgN7IrVSING86 { display:block; }
 }@media only screen and (max-width: 763px) { #XMzpT3wwa1MgNq574H5JitOtnfJBnW3c { width:20rem;height:0;top:12.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NX4TJ7eqeAsRTB76xLlCBXmTpMZHbg80 { display:block; }#NX4TJ7eqeAsRTB76xLlCBXmTpMZHbg80 > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qv2xrTmkv534rUTyWgPddG93JKfKBfJU { width:18.4375rem;height:6.2988125rem;top:3.6015625rem;left:0.78125rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #k554HKBNZuNc7TsRDTIkBWmxrqdI4CVe { width:18.1875rem;height:12.25rem;top:10.75rem;left:0.90625rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC { display:block; }#Kb8gF0CMA2xlh3XoypltHM3BhRMT57PC > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DptyXcwd4Eo84VLERvZELET7fBupTI1K { width:14.25rem;height:8.75rem;top:11.5rem;left:2.8743491768837rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ONTkVmRiZRK3cTKHDvRN5yiLyLvxeatE { width:14.25rem;height:12.25rem;top:33.25rem;left:2.875rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wQLL3BPdxeGs48ks57oOGTlfR7WhVCd6 { width:14.25rem;height:0;top:65.1875rem;left:2.875rem;font-size:1.25rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #OfNV8bGT2yeHOhTe6ZcHnGF1yrbIkl7G { width:3.4375rem;height:2.875rem;top:1.9991302490234rem;left:8.3116322159769rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLtlGfNFIU3mhca7m5PAn4BT1aZ6RKIC { width:12.5rem;height:4.75rem;top:1.0616302490234rem;left:3.7500000596046rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PozAVsJQ44VqTAT6nyPGKd2tFI3wTsJE { width:12.5rem;height:4.75rem;top:22.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMtHDMeuMLIHC121aReQmcmweTnB9be2 { width:3.4375rem;height:2.875rem;top:23.0625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPnK1EuDPETUG2Z539oVxZo8m1dZTQQU { width:12.5rem;height:4.74935rem;top:47.375rem;left:3.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNreVksv7uoA90zIodKVzeEyPA7sUiVz { width:3.4375rem;height:2.875rem;top:48.3125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUnWhST6JQr4P4niob3hhbXIECtefXZm { width:19.9375rem;height:4.199225rem;top:6.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqyBhmX01umcfkvQwm7y8IEtuZxz8Cmu { width:19.9375rem;height:4.199225rem;top:27.6875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvZNgrRPaPwU4WbSnNVIsXfkHKenB6WR { width:19.9375rem;height:0;top:58.5rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tNkX6CXP1MTNm9te1ytTOuVnWCLmAIet { display:none; }#tNkX6CXP1MTNm9te1ytTOuVnWCLmAIet > .row .container { width:20rem;height:32.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #flLmlFC5MNLFRM0dlaHdWfoh8xlI3ARJ { width:18.5rem;height:18.5rem;top:6.1312503814697rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2OAiQvN5EBd6cw2Fnxu8tdSfO3WkBZh { width:18.75rem;height:18.75rem;top:4.7562503814697rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElOiy25tT9yAUQ2UFMo7CxaZVthHRPBd { width:12.5rem;height:0;top:8.25625038147rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sTZ7OGc7sreIM8aIaZkwWm4r3zJytOTK { width:8.3125rem;height:1.6875rem;top:1.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwVztdKD7WAzrZeV1o3iU7tDfGUxX4M9 { width:20rem;height:1.625rem;top:1.625rem;left:-1.875rem;font-size:1.25rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m57w6v1HQ4ThOhIvZWPwVmHSfLTtGLBL { width:9.5rem;height:1.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDl5TpegyIarUvqAdiuvKxbpvaMX1hpz { width:20rem;height:1.625rem;top:4.875rem;left:0rem;font-size:1.25rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CAShFs2rT4T6blnnwJleRdTer98J7m9B { width:12.5rem;height:0;top:30.625rem;left:3.75rem;font-size:3.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m4rLsTALqDLHf8PbcXh6L72vseKpDrwE { width:8.4375rem;height:1.5625rem;top:3.375rem;left:5.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tUwHViSuu9dN6EkllR385MAtXqnS0UNP { width:7.8125rem;height:3.0058625rem;top:12.375rem;left:7.5625rem;font-size:2.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sHDgUTpOqg2grfzA74wiaRzNyABRPeSS { width:2.4375rem;height:1.70605625rem;top:12.875rem;left:5.375rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WfH6rC8kEokFrdIGRVWgREclmlbH2Hqo { width:20rem;height:2rem;top:23.2685546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7rZroQxJxdnSU90SAkcyts1LTNP5Hma { width:20rem;height:1.625rem;top:23.3935546875rem;left:0rem;font-size:1.25rem;z-index:15013;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM { display:block; }#Ek952wqdO1S7SxwzwIJHQTnvToRZEAeM > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhg2yRtyeBpmNk113TkVNDyySezQTDSS { width:20rem;height:13.5625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTWMXAX0b2SJqOe20hs64DE0aRL31aT { display:flex;width:2.125rem;height:2.125rem;top:11.8125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XEOXXk3Jw9CNHcRg2ULuDT28gnBDRyp6 { width:17.5rem;height:10.4980625rem;top:2.6875rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LAw48otNbdNCiZVTsCwcuTB99kFEOKGs { width:20rem;height:11.375rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHp1VFR7RlZkbegSV4T9ihMwTe1VQzbW { width:17.5rem;height:8.3984375rem;top:18.25rem;left:1.875rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xkmmlT3mJ8oaL2Qx54hsFTaccEIukiw3 { display:flex;width:2.125rem;height:2.125rem;top:75.5859375rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #p8piUW9DDqTX62r2x7z9HkLPUxAtkI3w { width:20rem;height:11.8125rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb0uCv6BfvMyIzHfoMDTrHuc2ksyJGGm { width:17.875rem;height:10.4980625rem;top:30.5rem;left:1.0625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hxbMMUEry2h9CGP8lgvU65w2Zso1Jter { display:flex;width:2.125rem;height:2.125rem;top:34.625rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvNarZfooOZFDCC8soO3Te0wI4dxQQIf { width:20rem;height:12.9375rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvkkJKW31elnV07CxOvVFJHtwopaMRw0 { width:18.4375rem;height:8.3984375rem;top:45.89453125rem;left:0.78125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ApAiv4hlHdSNLJixlHa2rb2IkVNrMZlu { display:flex;width:2.125rem;height:2.125rem;top:47.17384375rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xy18RhDJKgoQnXuw7DeNsnoUuZ2g0O33 { width:20rem;height:12.6875rem;top:58.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXiSCOrve7XMZNc1PQqkn3xT87LZyPEW { width:15.75rem;height:10.4980625rem;top:59.3125rem;left:0.8125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IpPHAcE5J11OXVCQ4gE9Nzt72HGS91yH { display:flex;width:2.125rem;height:2.125rem;top:61.23634375rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqm0yotZ63MbLyqZ3k6l06RDnfGTX1G9 { width:20rem;height:12.9375rem;top:72.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p82OpvKHaPO6IvKdavN6HM4v2oVyahBa { width:18.6875rem;height:10.49803125rem;top:73.5322265625rem;left:0.65625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nTgAwSsTn5KJ38vDfbEHAZV76cfpysT0 { display:flex;width:2.125rem;height:2.125rem;top:75.29884375rem;left:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kBvU5rrV63ayT8o8KfpBccrHeKa11S93 { display:block; }#kBvU5rrV63ayT8o8KfpBccrHeKa11S93 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvENddHz5oTHZgZct4Z9yH69nIcak7yc { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dUrPeO9g9E0AMHn6POXcTrqbTZvBwpJw { display:block; }#dUrPeO9g9E0AMHn6POXcTrqbTZvBwpJw > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GQDMKSdspmKroBplKp11PA7Mt5SqBzCr { width:18.75rem;height:13.3125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9EARzrBH2VhJSwwTLWrnUS3kRS65Vvo { width:18.75rem;height:13.3125rem;top:13.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGSKGhqNr2rw2ZF3TbAJW9Oz3ov2fi9e { width:18.75rem;height:13.3125rem;top:26.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoscKlubPkUIt6JMk89TmVM0L3iaVtBd { display:block; }#NoscKlubPkUIt6JMk89TmVM0L3iaVtBd > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #caJgMiEP8wRVSFeBqNUqB0q2v1kCGNfu { width:18.75rem;height:13.3125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewg3MSpI3ggDMTSGIP30bNoNnvS1sTTL { width:18.75rem;height:13.3125rem;top:13.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLftpa4i6ha7VIwhRypa0xRya10oLUu7 { width:18.75rem;height:13.3125rem;top:26.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTFTGnXFD6ql5SeQ4f0nr3mXwugWJ2wp { display:block; }#zTFTGnXFD6ql5SeQ4f0nr3mXwugWJ2wp > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQ9KM0WDW2r3vTTDW0sUnT2i8JktB8vI { width:20rem;height:2.4rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RPUCTaFHRAh4JQ940oOqFreTNZ4sQpFo { width:19.5625rem;height:8.3994375rem;top:5.0625rem;left:0.21875rem;font-size:1rem;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gQyGmNg38ffDPLHXqqdevdHhuFpk1zfo { width:20rem;height:10.6181875rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIZeDsVnmdIdBE0cBNViDEbVSeC98qno { display:block; }#SIZeDsVnmdIdBE0cBNViDEbVSeC98qno > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VPehLsFuXEDqHLCyx8r3uoVB3w9TJR37 { width:15rem;height:4.19921875rem;top:0rem;left:2.5rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zGyzSBrmKvsO8NAbsMDD0f54H28ffJTK { width:18.1875rem;height:21rem;top:5.0625rem;left:0.90625rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #guu0oQnkQrCdahnA2HEcQbtmy1DOZF0S { width:20rem;height:3.875rem;top:22.5625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 { display:block; }#NQf3qJZ3e7bHsu2EStevgkUiIR8nJiO5 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VE0okstEJeZl4fXXNR7OUKNh8PoE7F03 { width:9.8125rem;height:5.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REkDTw96QvCOZl4DxBst45FEm2uBAhf6 { width:8rem;height:4.4375rem;top:0rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzkRk6n9WHRlN6Ic93qVHfaO0wOecVD2 { width:10rem;height:5.625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcVAmcetPWT10FxHpfuMZ2izoGPLrMPC { width:8rem;height:5.3125rem;top:9.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv { display:block; }#Ufz8bt9eJqfQDbrtV5SfNrIiNnwCzinv > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #olwqAeD24OiPssS99Nhl71pT0yLURDl1 { width:2.375rem;height:2.375rem;top:0rem;left:8.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTCrOOxZyc40sANEFtAtSTDVZvMff2b0 { width:11.875rem;height:3.8994125rem;top:2.375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T { display:none; }#hywXd2zpd14lJUXWCNe4cLy5y6q3Wg8T > .row .container { width:20rem;height:260.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wPT6LACqxe0F63eV8Tu5BU8fGXnL6deo { width:15rem;height:8.4375rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CULrSaR5pAV5g9F3cq8wCozv0sSt8cd6 { width:7.6875rem;height:4.3125rem;top:17.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6SELLh2dXcT4q6ynzMcxNEOevm50ihf { width:5.75rem;height:3.8125rem;top:26.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6tZdI7ngCDbswumqoo0y9Roza2O8mWI { width:6.4375rem;height:4.3125rem;top:44.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILRrIeplAhyqCwGMPQ6RWzqCgkd9GRyz { width:7.6875rem;height:5.125rem;top:35.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZWCopGxdkGPWIqaW9QhlugQSSqekL83 { width:7.6875rem;height:4.0625rem;top:62.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvlVJlxU0BlbQQKre77Mst6zfqs3Xv9l { width:4.125rem;height:5.125rem;top:53.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkBsV9fwZWNWWNDP9MTgVa3foOKNxT2T { width:7.6875rem;height:5.75rem;top:115.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e715b890-ad51-49a8-9cf7-df7a1d04785a/PARCDASARTS1.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK.adaptive-delivery-prevent-bg, #pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK.lazyload, #pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK.lazyloading { background-image: none; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container { background-color: transparent; background-image: none; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container > .video-iframe-container { display: none; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.73); }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row > .video-iframe-container { display: none; }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .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); }#pq8ItIFopkuMKRKH5dqBMwzE4GG5TNsK > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFbTSZwIgVk2TpnP58eJgVtpwlX6TULF { width:10.6875rem;height:10.6875rem;top:1.0625rem;left:4.625rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #zxy2vL4cMUH4kSvoHCX4NcD37CiobXkx { width:15rem;height:4.19921875rem;top:1.48828125rem;left:2.5rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zuHiJ10mw0vOciDbB7UCo14TdG3ikrWT { width:18.1875rem;height:5.25rem;top:5.75rem;left:0.90625rem;font-size:1.25rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU { display:block; }#nLd3HrFvQHEtnR8JrdMosUEaMqvNwBPU > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dniZlITSwD4kJUR16Hxu4W1MkiTB7FvV { height:11.224625rem;width:20rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvfRl7gD43H7DAfdHnd0FVIPId4UsmGk { height:11.2011875rem;width:20rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goV4gEx0VBM2RreITHsSyTUiGTdtQFVr { width:20rem;height:10.625rem;top:3.263671875rem;left:0.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #CbWi3vbnZfi9mJATnthFDqonyRechrEE { width:20rem;height:10.625rem;top:16.849609375rem;left:-0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #lTUzw6W4tH72eOt2K5pTSACGB1pdCkc7 { width:20rem;height:14.25rem;top:9.375rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #BMu8g0XVTxn7eW53e1P8lSrN8Etr20Zq { width:17.5rem;height:8.75rem;top:29.037109375rem;left:1.25rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa { display:block; }#nNiAOQ0HwvlQkh6SvCi2caT1T13CQfMa > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xiE6OO8xvzwv6PnfCJw3aDxPBmTUT2iW { height:11.224625rem;width:20rem;top:0.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEOBOZt4cHE0WwOGbN4EMOelbsKS33wF { width:20rem;height:10.625rem;top:3.263671875rem;left:0.8125rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #R7VfwtgddwWv2rZPeubIUeXCSgNyIfP1 { width:20rem;height:10.625rem;top:2.25rem;left:-0.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #o58rFm5kpemT5JsIiLwdRkQOoepglKQv { width:20rem;height:11.875rem;top:3.5625rem;left:0rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #VsABRTdzNnhx1mKWk8BvbULlPS4vGwTE { width:13.25rem;height:13.25rem;top:51.474609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #UbWw1SpHLe0AP1M2RuJqeHTrEqWyrGKT { height:11.174785100286rem;width:20rem;top:14.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MicAE2uvTWde7Ahr9DdBIgzaO7bD8iqw { height:11.174785100286rem;width:20rem;top:26.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOelPQgbgMlThQ4x485DaJ05OMN43fG4 { width:13.25rem;height:13.25rem;top:28.724609375rem;left:3.375rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco { display:block; }#ShzkPN1VN4r4hBTrZGmIyZKRBZr2pJco > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tg43MbfWTKvB2bOtilBtPHKyoyQdggma { width:10.9375rem;height:12.5rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCAckTO5fzIoF3JrATh4cUxxLCUupzsO { width:10.9375rem;height:12.5rem;top:15rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix7MtKsSHCCXFzfJ0CQQeh9AD2X3nSqx { width:10.9375rem;height:12.5rem;top:42.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVcbhctlmiIv3uyykQEM8IAxIFn1mQFg { width:10.9375rem;height:12.5rem;top:28.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwRFfGr8e3vf9lbeBWxTplh6EldgNi81 { width:10.9375rem;height:12.5rem;top:70rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1JPK5Jn36J38bEEJtUbAOaugtOK3Bo6 { width:10.9375rem;height:12.5rem;top:56.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa { display:block; }#nfdN9F0ghfhiCdIJyOdWOVyTKhL4ivDa > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXJTIFIT1NvAvncoeo3ZDWIaSrGy2vwS { width:10.9375rem;height:12.5rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ng8of5gNyiqvb2sFxCiQnVH0epape2LV { width:10.9375rem;height:12.5rem;top:15rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVHqmSUm1VP73AAg0dQ47c30wzRcHTyA { width:10.9375rem;height:12.5rem;top:42.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E71iMUcwqWANEBwbxrhN2eyVSpLMzaog { width:10.9375rem;height:12.5rem;top:28.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAz4mVmtzFgJ70g90OeM5tUdacuTMsvk { width:10.9375rem;height:12.5rem;top:70rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm9KyS8J9fCfzc9cfNoXuXBEl4xrdk0g { width:10.9375rem;height:12.5rem;top:56.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF { display:block; }#xFxGZVLbAKsLllxLKIgBJBUT4ff3eaBF > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTIR8MS7stvChQ9xgeauaDOfkEQkS7JE { width:10.9375rem;height:12.5rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6lKqfSVoWaJaTK6EEXtNS5xbKqTR7NW { width:10.9375rem;height:12.5rem;top:15rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lncCRhCAxMoE2u8CFldEJwiedpieKyG5 { width:10.9375rem;height:12.5rem;top:42.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxC7HMdlQu2XLLTz15XfytTfuSmA15Zo { width:10.9375rem;height:12.5rem;top:28.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lq410F3ZpfxT9kMrHKmrlIT7arXtWivm { width:10.9375rem;height:12.5rem;top:70rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsI8vn4ovfVtqAzrlTdIX3ESOfzIPDxK { width:10.9375rem;height:12.5rem;top:56.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp { display:block; }#yqLI8lwgwxsT5K6QOTQ6FwyL7S9PJbvp > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTgunXicR8KMt4aAS8HmXlg13OQ57XyP { width:10.9375rem;height:12.5rem;top:1.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaWt1TrQq0oMBzKfvEhPpQhwIr6E3uxI { width:10.9375rem;height:12.5rem;top:15rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD1F0Epe99mshBOn4Gs5WQuEgFFqdD5s { width:10.9375rem;height:12.5rem;top:42.5rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL3iXXriOEyzLkgICx7NgaTvTAV9l7pI { width:10.9375rem;height:12.5rem;top:28.75rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PATcFh78hMfhZlrPlZAsl4cLiSqHPTzt { width:20rem;height:12.5rem;top:56.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tndRGkzFtN0HP5coEO6IahwwL3h6C8X8 { width:9.1875rem;height:7.0625rem;top:57.90625rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI { display:block; }#zIUh87dlz0phWb3N7MHfbcR8lQEXMWGI > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BLi1TPheb0dH1J5IUqIe01WXQwLTvGcL { width:18.9995625rem;height:3.75rem;top:0.78127288818362rem;left:0.49913197755814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcvgsLZxKdMiEamc5gNZX7LtQO1DfrSg { display:block; }
 }@media only screen and (max-width: 763px) { #RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD { display:block; }#RDvmmqTEu6cqIMo2R1qgBBV5oZc1BGTD > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ucTvmiWTZbg9G9tPJJKkIHVHXzxqtrga { display:none; }#ucTvmiWTZbg9G9tPJJKkIHVHXzxqtrga > .row .container { width:20rem;height:2.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb { background-color:#00d7ec;background-image:url("https://images.assets-landingi.com/uc/0be9036f-d675-4017-8515-8fc02ef04aba/Camada_8.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb.adaptive-delivery-prevent-bg, #XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb.lazyload, #XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb.lazyloading { background-image: none; }#XLAshmSr8cvcIS99Ui96i6J3e0NqVrOb > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AfiHwJWD2z82OlrRM829JEQNFsUDuuzV { width:9.9375rem;height:1.4875rem;top:5.818359375rem;left:5.03125rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yXvPTBtk1KsFWXUnVMREBoRhw1580WTB { width:20rem;height:1.875rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlaL2tkuTk8gKtZTVdo0x5uiK7AUe3F5 { width:15.75rem;height:0;top:8.625rem;left:1.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #loB7ZAV0e87LvM0d79JWrbWQSpLksvPD { width:20rem;height:3.1875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwpEuV8iXWFFShB2Iyd0NZZA0xQxabh0 { width:14.5625rem;height:3rem;top:8.125rem;left:2.71875rem;font-weight:700;font-style:normal;color:#000000;box-shadow: 0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.15) ;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4HZK3fyUM8mGTsJTrxNgMslpTNO1TJ { display:block; }
 }@media only screen and (max-width: 763px) { #KxUsUXynTQp6SJq4pJUtA4ly8HzawOGT { width:20rem;height:1.8rem;top:2.875rem;left:0rem;font-size:1.5rem;z-index:15005;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 { display:none; }#kXrRRRpsTTQOqdHxXy0s2nqi9ZdCF4L1 > .row .container { width:20rem;height:33.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #imxVZlyXG8aHGyJEhhv4Kzf85ebE2G23 { width:19.6875rem;height:15.5rem;top:1.25rem;left:0.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #VHEV9TXIElssgbTaHssW0k5vvTfnMgko { width:18rem;height:14.1875rem;top:18rem;left:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr { display:none; }#vAmhvIkyd6ddcg2hhpmZZtPe5BmlIcmr > .row .container { width:20rem;height:4.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qLVscSOSBdHXaiPzB7VKBs44vpMVSxNB { width:14.5625rem;height:3rem;top:1.15625rem;left:2.7187501192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORq1uaNXz8JGeSiZI3qNlFzZnGKhy7tN { display:block; }
 }@media only screen and (max-width: 763px) { #TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp { background-color:#eff7fc;background-image:none;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; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { background-color: transparent; background-image: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container > .video-iframe-container { display: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container { display: none; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .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); }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { border-width: 0; border-radius: 0; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbZ9KFw1Qh6TZ2QNAJvcywTa1TmDgpzp > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeoO48hTDhusTf0zws04gHZnBsPyRqH3 { width:20rem;height:4.6875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0vG2QOXAbkDhkld2RoRrdl4VOx8lZp2 { width:13.875rem;height:1.38125rem;top:7.8125rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iC5lfMZLoi2un8Jz3Fnooz6TkmKWtTTy { width:20rem;height:0.625rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xab0C2ppOWfWfbUyvVtDA7PGGulQfu1Q { width:3.125rem;height:3.125rem;top:7.0625rem;left:16.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 { background-color:#eff7fc;background-image:none;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; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { background-color: transparent; background-image: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container > .video-iframe-container { display: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container { display: none; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .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); }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { border-width: 0; border-radius: 0; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DwU51uLehPX1BCNrrRB73pmDQyDy1zI8 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E1fxrgmifvtPTZ6q4qGbGxVSMKHXTAKJ { width:19.9375rem;height:36.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFLipnInI3gVRZCPPBemA0iCTQiRyI1Z { width:16.875rem;height:29.53125rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN { background-color:#eff7fc;background-image:none;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; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { background-color: transparent; background-image: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container > .video-iframe-container { display: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container { display: none; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .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); }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { border-width: 0; border-radius: 0; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I6NhBSvkLxTRzRiyCEFOLs0KpuwtC7sN > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yfNKbf5zvfR6CLKdXqSMBSFwuwkLCw1y { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFe0vPTaS5skhXBCZDayhhdmZMJxBfPH { width:13.875rem;height:2.76171875rem;top:1.15625rem;left:1.5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eZwic1fGMDtRsSxNo4Tq0VOEk1lXgbOe { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3dWOCGfwAVEbeVFz1JTCAUTt95ES5NO { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh { background-color:#eff7fc;background-image:none;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; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { background-color: transparent; background-image: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container > .video-iframe-container { display: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container { display: none; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .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); }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { border-width: 0; border-radius: 0; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A0g1uLN9eSnc0fv54fOAX38H7uyb6PJh > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqJ8dL25XgPZva88JzvMzgWsv7oxeh4r { width:19.9375rem;height:25.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTpysn7wcOeygRusZA7of7KgDS5EM3V4 { width:16.875rem;height:19.6875rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa { background-color:#eff7fc;background-image:none;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; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { background-color: transparent; background-image: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container > .video-iframe-container { display: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container { display: none; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .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); }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { border-width: 0; border-radius: 0; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SXDyB8mQrXr3EKr73Wp0ekgLRzfq2uBa > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5wuqTPZ7nk6NcTurUMfMNTKWl52NMru { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJxOfqE4FeEHO2ALDJTTxzVGNpPXNu8t { width:13.875rem;height:2.76171875rem;top:1.1875rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fNeL1PVpN6X4qBBrXESoPol8NdZStxNu { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0SmmMEFTT9gJuDgiba9uWKMLAlWGLop { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GshperbHrCgOZwqEnqvwBU0ThHISdD9A { background-color:#eff7fc;background-image:none;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; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container { background-color: transparent; background-image: none; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container > .video-iframe-container { display: none; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row > .video-iframe-container { display: none; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .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); }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container { border-width: 0; border-radius: 0; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GshperbHrCgOZwqEnqvwBU0ThHISdD9A > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkKUQmrAX6Ce7d9MqEnTPHqs5OpvqJSs { width:19.9375rem;height:49.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0GkSpSADLf3fpc1vStuThCK77IIpLM1 { width:18.8125rem;height:59.0625rem;top:1.875rem;left:0.59375rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;color:#1e1e1e;display:block; }
 }@media only screen and (max-width: 763px) { #uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 { background-color:#eff7fc;background-image:none;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; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { background-color: transparent; background-image: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container > .video-iframe-container { display: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container { display: none; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .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); }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { border-width: 0; border-radius: 0; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uQ30PCDTF1aCTUWXzm1SSAsUwke1ER69 > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTiUcDOu0OKcLm5Oqkaxax51VK4iaGTg { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu2X02r6gMOT7qCXJrIk5X0P00azPst1 { width:13.875rem;height:2.2744125rem;top:1.1875rem;left:1.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UZ7UUMATpsQF78DIXQuiUlp21Z8oAAwx { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM8GRB4WcoHLIu076uSS59CiB3mDxrGV { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf { background-color:#eff7fc;background-image:none;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; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { background-color: transparent; background-image: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container > .video-iframe-container { display: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container { display: none; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .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); }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { border-width: 0; border-radius: 0; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QnMat2dDfQiWGdOnvIzP5o6xP9FcTNKf > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anVnWHHFq2k8mJ4BrWRQxngaopWhO1o0 { width:19.9375rem;height:36.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1lpfmH5i9qAMw7k9rfuT6cpSwknoF2u { width:16.875rem;height:32.34375rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq { background-color:#eff7fc;background-image:none;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; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { background-color: transparent; background-image: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container > .video-iframe-container { display: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container { display: none; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .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); }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { border-width: 0; border-radius: 0; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJlnPGGBaSA4V3CIfCNOgnwcEf5d8Mdq > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuOuTk3aNS9wnOl3hNTdNSnQkttVKQXe { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1adka1bwfRUp5CwsGXrnd8iOazlZvP0 { width:13.875rem;height:2.11230625rem;top:1.65625rem;left:1.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hQLIwpGGX3qpPZy4Ix90NTzRWkLLSMFt { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHkqoI5yUx5BDVvyllphNbmHcupm9W9z { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC { background-color:#eff7fc;background-image:none;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; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { background-color: transparent; background-image: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container > .video-iframe-container { display: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container { display: none; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .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); }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { border-width: 0; border-radius: 0; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n43ksx9ReBE0b9TDksiXlHpsUzB3UuLC > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNPmFrdPPQ7BPKk5mzvSppuRnpgubeNS { width:19.9375rem;height:21.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgxAT1wSKkbZiVkG3Tc4Ms1Rvpy9ZQyc { width:16.875rem;height:15.46875rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #MohmczXlVhOn24gczblvWN9LBb5lCQSK { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { border-width: 0; border-radius: 0; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MohmczXlVhOn24gczblvWN9LBb5lCQSK > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZhcKVGF8IGeTeXUzta3QKbHABhzqO4GV { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clsn8eUlkIblEANaixH6cMQG9DlcyISt { width:12.9375rem;height:3.16875rem;top:1rem;left:1.625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OAG0zudnDmubdr94TIE8tFehxtm8JoER { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqv7SoQmZLfOKyixLcCU4gOJEH8srpkT { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { border-width: 0; border-radius: 0; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hu4WviD4yPovkNNKRq9XbVo7ol2gX5Wx > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pxBUI6WH5xeGsgSVH6rAvz2940ypKBvw { width:19.9375rem;height:36.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAzf7GBCcmTKHvF62eT0q5ZXCLKBceX2 { width:16.875rem;height:29.53125rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF { background-color:#eff7fc;background-image:none;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; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { background-color: transparent; background-image: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container > .video-iframe-container { display: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container { display: none; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .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); }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { border-width: 0; border-radius: 0; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rPIWuhC47xKJNDhSV6XxTuWGyh2O8PuF > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S4Byiw4d8inJbhAZZkQXTXlEHOlR0u7X { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFDvZVkGdbTKAWnBFZvWADd490bLWC3l { width:13.875rem;height:2.76171875rem;top:1.1875rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ReWdF8WN9GeKRz1dh1OQmBtIPJXZRVSE { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBUubs7CbnwHSE5arbdT9yiwg4f7RaZH { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH { background-color:#eff7fc;background-image:none;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; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { background-color: transparent; background-image: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container > .video-iframe-container { display: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container { display: none; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .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); }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { border-width: 0; border-radius: 0; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ce3ZP13AXG7q8KbdgukHJbnMV9SrZBFH > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LsOoaGQExzfBMVgWQQdgF1t5peNL6NNU { width:19.9375rem;height:20.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdcwmwaJ4dx2og7g107tK9AdBgHRrRBt { width:16.875rem;height:14.0625rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu { background-color:#eff7fc;background-image:none;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; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { background-color: transparent; background-image: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container > .video-iframe-container { display: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container { display: none; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .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); }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { border-width: 0; border-radius: 0; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFDkeLHWCQ4BLXnQ3tkvZgx7CrF2gWbu > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ie6TsI6tDVcZyC5bo0kFeCsf9D0wqnKs { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQlADtklK0959b7s7DEADPxVD9Abi5qy { width:14.9375rem;height:2.2744125rem;top:1.5310668945312rem;left:1.4995661377907rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bZQMfuXdcVZTQDhNFCALHTxR5ZQky9PV { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSz5h6fu4i2rlsJ4t9l6iy1KesBJHmhx { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm { background-color:#eff7fc;background-image:none;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; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { background-color: transparent; background-image: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container > .video-iframe-container { display: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container { display: none; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .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); }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { border-width: 0; border-radius: 0; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LIBPbmbgO6EdUI58QVmtnAvRUSBQQqVm > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnre1WTvv8zvg1tgxzMhPVFRxpSiQNgD { width:19.9375rem;height:28.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3av2dx0gIuubDUMMlTtJTDmmd4bRr3m { width:16.875rem;height:14.0625rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WdJygm9cmBQKN1FTVINkBe11NVy6evve { background-color:#eff7fc;background-image:none;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; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { background-color: transparent; background-image: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container > .video-iframe-container { display: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container { display: none; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .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); }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { border-width: 0; border-radius: 0; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdJygm9cmBQKN1FTVINkBe11NVy6evve > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Al32gxwIRzw0S0Seqd9UvXqBNcJdqOtI { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvcIfHP8mgsNl89beQhM6L8QPgBDAgl7 { width:13.875rem;height:2.76171875rem;top:1.1875rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tZ1VqwzRaKwJWSBacRfia3QahrkscD8g { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtUTlmstombgeKpaSH0JKIQ4HvKEmeuw { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 { background-color:#eff7fc;background-image:none;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; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { background-color: transparent; background-image: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container > .video-iframe-container { display: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container { display: none; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .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); }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { border-width: 0; border-radius: 0; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UfS6cgB2yL9ZkJrqHAb5F60QhLpKn392 > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DXKHl1FtEFfuDmcsVNZG5ncHovPDGvDd { width:19.9375rem;height:27.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztT5VlQp1L59tTnD5KXClKkvwVOnsgis { width:16.875rem;height:18.28125rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #V02os9LmLBxAfpZLwgmSIu6aZpoNil7J { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { border-width: 0; border-radius: 0; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V02os9LmLBxAfpZLwgmSIu6aZpoNil7J > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i2qT7uoa96o0Sm8kSWIiEK4csy1NHTbo { width:20rem;height:4.6875rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkMrH1lmHmhIEh45Ce2Rm5ISBwHSr57V { width:13.875rem;height:2.7625rem;top:1.1875rem;left:1.625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTta5e2N8ib0soivFH6cgo9Tyq4mfAQR { width:3.125rem;height:3.125rem;top:0.9375rem;left:16rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT89uAoN4x6tAU3EhuIr7tZO4gqO2Tmt { width:20rem;height:0.625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo { background-color:#eff7fc;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { border-width: 0; border-radius: 0; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PaCzFn0IPRQMs8qPdHT3Kd5nE5B6BQJo > .row .container { width:20rem;height:23.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WiJmTXnz4SF5q6gHRePtfbq0TQxJ6UhV { width:19.9375rem;height:20.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU3w3lHO3pGcZLa6A2dsfP2XCqJ4W0fv { width:16.875rem;height:18.28125rem;top:0.875rem;left:1.5625rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ZTbk7c6ZC4ebvKqTT5JCS8B5AJS1blve { display:block; }#ZTbk7c6ZC4ebvKqTT5JCS8B5AJS1blve > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ToQ6qZ7vnwH5JRw51VWVTuVye1DDmRho { width:2.4375rem;height:2.4375rem;top:7.75rem;left:0.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMUwcH4CqcH5IoKGNccvF1cSIfH10JZz { width:18.4375rem;height:3.25rem;top:3.5625rem;left:0.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.125rem solid #f1c232;border-left:0.125rem solid #f1c232;border-right:0.125rem solid #f1c232;border-bottom:0.125rem solid #f1c232;display:block; }
 }@media only screen and (max-width: 763px) { #aWqSsbPryUssFWOZVs4vaKFverI81gfm { width:8.9375rem;height:0.9746125rem;top:4.125rem;left:3.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wxnB7F3lU0FPuPIhdBCRIBUoS1mpA9KO { width:11.9375rem;height:0.8999rem;top:5.375rem;left:3.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OKok8hlZoXklDDTBolXp85NJBTc6qIaH { width:18.625rem;height:3.25rem;top:11.0625rem;left:0.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #mpJaBsG6HKZRvH6BLUmihmhoUFUk5TcF { width:8rem;height:0.9746125rem;top:11.5rem;left:3.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H0kkb1lUaV68vwabnPwDCts092NZIbPr { width:8.9375rem;height:0.82470625rem;top:12.75rem;left:3.25rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UbofRri7GtnTx4fSG5z0zcaoA9kWmAb5 { width:2.4375rem;height:2.4375rem;top:11.5rem;left:0.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZZFDqF7Aw1t9alK984BqPXdxLSUdWlB { width:18.625rem;height:3.0625rem;top:14.875rem;left:0.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #e1ugfvxOCSsT3FqNygP5rJZtJRMTMQkx { width:2.875rem;height:2.875rem;top:14.9375rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhPWXkTZmNmgqHNv5HdZ54nEaVolT5Xg { width:10.6875rem;height:0.9746125rem;top:15.375rem;left:3.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FUX4ThvPrcynE0NZAyZDCBS2DlRLqdpa { width:10.375rem;height:0.82470625rem;top:16.625rem;left:3.0625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #f6E32aGdNmGJeOv19HLrPlDT7bw2UDzG { width:18.625rem;height:3.25rem;top:7.375rem;left:0.4375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Ew3zz5eLw0AcTpBo0lnSlzlJZI6U0K9Z { width:4.1875rem;height:0.9746125rem;top:8rem;left:3.25rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U4AdPiQF8Mxx53WZa6yvfZiALrIB2SKp { width:2.4375rem;height:2.4375rem;top:4.0625rem;left:0.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTamLmJcpU4nON1JTpmXRkU2aIuBTypc { width:4.5rem;height:0.8999rem;top:9.1875rem;left:3.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Tx91S4skMDpztBI6iWV990Wrn5S4GZQ1 { width:18.625rem;height:3.0625rem;top:18.375rem;left:0.375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #pVc66OdpdJ1wJDphF8cvel8uNQWtdHa5 { width:2.875rem;height:2.875rem;top:18.5rem;left:0.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKBAdQR6Lb2iNHenBT0VSo1IGn1rCBhI { width:5.625rem;height:0.9746125rem;top:18.75rem;left:3.125rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nlcG6QAzwgHzRMyq2dEdx9TThrEHrmOK { width:11.375rem;height:0.8999rem;top:19.9375rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz { background-color:#201f1f;background-image:none;display:block; }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .row .container { background-color: transparent; background-image: none; }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .row .container > .video-iframe-container { display: none; }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .row > .video-iframe-container { display: none; }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .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); }#ohLs9iLIkVU7yxAK45Q1nI8Gl9nQKxbz > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-form-header {  }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:17.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-text {padding-top: 0; padding-bottom: 0;}#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;text-align:center;text-align-last:center; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.125rem;box-sizing:border-box;height:2.5625rem;color:#333333;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-select {padding-top: 0; padding-bottom: 0;}#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#201f1f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.6875rem;margin-bottom:0.25rem;margin-left:0.5rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:16.0625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln [class*="-text"]:-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln [class*="-text"]::-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;text-align:center;text-align-last:center; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15.9375rem;overflow:hidden;font-style:normal; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"open sans";font-size:0.8125rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-container:first-of-type{padding-top:0;}#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-container:last-of-type{padding-bottom:0;}#skshf91cEnUnLszT2ZUv1JhIiZV4qdln  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.25rem;height:auto;border-top:0.1875rem solid #f1c232;border-left:0.1875rem solid #f1c232;border-right:0.1875rem solid #f1c232;border-bottom:0.1875rem solid #f1c232;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:7.4375rem;z-index:15004; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.125rem;display:block;vertical-align:top; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#skshf91cEnUnLszT2ZUv1JhIiZV4qdln {display:block;}#skshf91cEnUnLszT2ZUv1JhIiZV4qdln { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.25rem;height:auto;border-top:0.1875rem solid #f1c232;border-left:0.1875rem solid #f1c232;border-right:0.1875rem solid #f1c232;border-bottom:0.1875rem solid #f1c232;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:7.4375rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #vww9qeDG2faRIDksQg6rBSSzmoXC2wbI {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #nqtK9ThrCMwXTJO9OyBwe3pfgJ3WsWJk { display:none; }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #Ff6OgNP4a50fOcKmVgPBoTnnlAe502le {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #MXNhBfN8ulCTIgJT3c7XWXVS8GJ2iSKR {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #ASg3O6oUDhigyedNgkMlrTsTz2vSs0Ot { display:none; }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #dDwW3knz4GUGBO6Rl2bWdfy82ol1BNfG {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #drEDwrI1X9ZPMZNeEUuQThXI8gfGbTwC {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #WzPfIwN0Nc2qHdTiqqceRBBxgU7bQQIT { display:none; }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #tOTGKn8gx30QvIysstzrCTXdS9Afnzyf {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #d5Qi8khbz7nWJ7hoF9rsXthIAPeJLk8e {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #QJHRIvVwlU9JVNdOFfBp6Sok7SmLxtnw { display:none; }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #ZmWQL0G1ANZJN0tasT3vdQ7XBtm471PI {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #FyKPrvl4S2T8gMihAdz1EKLrEVnRXlA0 {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #LqxQ6EKXXQLBlCb7PhfZz6ymb4XU6MIV {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #BV3F5xMaDPRMphBaO2geeoHTHGz0LVgN {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #OWC7TrB4GWAZU1coT4bTa2VtZfXKrviT {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #ZdrfAxRDiggh8lEO9xXBcuTvzaqPW4bp {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #KHyveWeskABDkvzFb0VmecnKx8RqcLz9 {  }
 }@media only screen and (max-width: 763px) { #fSd60SVaTmEhMt42fSy4bD2qMUSaua2n { display:block; }
 }@media only screen and (max-width: 763px) { #fBG8DvbCdOkeITo1T2lFOeTiFvT1HvcG { display:block; }
 }@media only screen and (max-width: 763px) { #zMlMC912R1S6nv9oN1RQMGOHBU5mmRgh { display:block; }
 }@media only screen and (max-width: 763px) { #zNNKd2oq27PR6uXitTQRRww9w8RFlggw { display:block; }
 }@media only screen and (max-width: 763px) { #rfIz1efnJ7NlyCCKRkVAgIUH9RbPn6bA { display:block; }
 }@media only screen and (max-width: 763px) { #QvhOM5CTpgmmi1TusTKoGkcASEm7xg5a { display:block; }
 }@media only screen and (max-width: 763px) { #fSvqwVr2xstOESavc6PRVEZO4RxzGowo { display:block; }
 }@media only screen and (max-width: 763px) { #UxmLGxLerGsGDlET5WFvFqGyGspLmxKb { display:block; }
 }@media only screen and (max-width: 763px) { #LgqZ2TKrOPKKfC27OMtnP5C0PiQ2wN6H { display:block; }
 }@media only screen and (max-width: 763px) { #StOvPUcJ6UZSImZ8B3kC2NVKoIGg4Zgt { display:block; }
 }@media only screen and (max-width: 763px) { #PsAuri1Bwvv317Z2IRJcTTotgUeLaQiT { display:block; }
 }@media only screen and (max-width: 763px) { #FCtMKETRgLC6Toa4RtyTLi1CKhWtfOXm { display:block; }
 }@media only screen and (max-width: 763px) { #vmkZVZ1wyyD7r2GRKdfliqqOGMOyl6RA { display:block; }
 }@media only screen and (max-width: 763px) { #nLiUyim4XhAMTy1K5TyLbXsZ5B8C0I6w { display:block; }
 }@media only screen and (max-width: 763px) { #FDdcefX3NHsMgWUuJzTRAT0nvXNZsKeE { display:block; }
 }@media only screen and (max-width: 763px) { #tspczd9BTeZyaxHUTFuv2CSrpfTEIo1v { display:block; }
 }@media only screen and (max-width: 763px) { #vv6nfSh70XDaKTxxzNAz2Paxl2581nnF { display:block; }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #q8LFI8C08PdkfOmLfNyGMTO6S8URIq9S {  }
 }@media only screen and (max-width: 763px) { #skshf91cEnUnLszT2ZUv1JhIiZV4qdln #yaVWo3F0rRD14DTe6cJ2mUZvRMcuvIXe {  }
 }@media only screen and (max-width: 763px) { #XFgKc4BPCTvApmeHEEyveeDzg0IsKMFh { width:20rem;height:12.25rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTgiTm5nwJULaLMHsR3whT8dCv957Iv { width:20rem;height:4.79980625rem;top:1.8125rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uTmkRAa9IOTS2y9rAAgKsSRTNUdwXBT5 { width:20rem;height:5.173825rem;top:44rem;left:0rem;font-size:1.4375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VGmZVtZKtEgrge495sTvinwHOv2VZxb1 { width:4.5625rem;height:4.5625rem;top:38.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG { background-color:#28afb0;background-image:url("https://images.assets-landingi.com/3m5MD1jK/Artboard_2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;display:none; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.adaptive-delivery-prevent-bg, #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.lazyload, #oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG.lazyloading { background-image: none; }#oTe1m7EoL8VDBMZU7PvK9ZkngnROpPFG > .row .container { width:20rem;height:15.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DrP76SuUI6UUuhnHilGAaCmWDUfBTseh { width:7.6875rem;height:7.6875rem;top:5.875rem;left:6.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ukTELLey1POy6BdkC8XUxdcuVOBFyOR5 { width:10.75rem;height:11.0625rem;top:1.9375rem;left:4.4375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #dc1kaLkfIOh2rurpA2ftv5OrqOEKdvxD { width:8.4375rem;height:8.4375rem;top:3.25rem;left:5.59375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dI7J75Ne0hvEZhutfwF1262yAqdXTgEh { display:block; }#dI7J75Ne0hvEZhutfwF1262yAqdXTgEh > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mrEbTJgO7VpTraa9Cg9BMwkNFfaz7M5d { width:20rem;height:1.7875rem;top:0.88671875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TV8O2vltT8LGQEKCW5tbTb0Cc2zkUXVN { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#TV8O2vltT8LGQEKCW5tbTb0Cc2zkUXVN > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kkBpTXO8SDMCv1Wxyn9fweigl6hMUEcZ { width:20rem;height:2.6660125rem;top:0.85395050048825rem;left:0rem;display:block; }
 }