.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:79,214,254;--color-primary-1:79,172,254;--color-primary-2:55,114,255;--color-primary-3:37,117,252;--color-primary-4:14,154,229;--color-secondary-0:217,217,242;--color-secondary-1:128,129,212;--color-secondary-2:0,2,168;--color-secondary-3:0,1,84;--color-secondary-4:0,0,25;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .row > .video-iframe-container { display: none; }#ofgGya9W1LSzKIP9Bsn8DqhuylaMrptZ > .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); }#cWqqIl3yW4w733Q6p5yKwxs8qxEINeig { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffffb;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; }#cWqqIl3yW4w733Q6p5yKwxs8qxEINeig > .row .container { border-width: 0; border-radius: 0; }#cWqqIl3yW4w733Q6p5yKwxs8qxEINeig > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cWqqIl3yW4w733Q6p5yKwxs8qxEINeig > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:none; }#ExyCU4LO39r7gTxQdJDpT7kwDUQSLSI4 { position:absolute;display:block;z-index:14999;background-color:#fdfbec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f3766d;border-left:0.1875rem solid #f3766d;border-right:0.1875rem solid #f3766d;border-bottom:0.1875rem solid #f3766d;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:2.6875rem;width:58.5rem;top:0.84374904632569rem;left:8.0625rem;display:block; }
#JkzT2pHtLgtp4ruNd7a2AJ3vM0uivi9T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#BOKyIMZUvuVLUqIrycdrU9wsdu9OmkXc { 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:6.9375rem;width:6.9375rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#drEBqvOfNQF6lchQxLRUzfGooR344JBu { 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; }#drEBqvOfNQF6lchQxLRUzfGooR344JBu > .row .container { border-width: 0; border-radius: 0; }#drEBqvOfNQF6lchQxLRUzfGooR344JBu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#drEBqvOfNQF6lchQxLRUzfGooR344JBu > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:none; }#CoV3Ffhtumw7quz7WZ2craQFhRO4vpRg { 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-4),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:6.875rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.25rem;left:54.625rem;display:none; }
#DElCWQbLyblsQlefORzwWhZR5fbknscb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yNHxOKyMpTTADcd2BUnnDXm7fEGZ6UMG { 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-4),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:6.875rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.25rem;left:38.9375rem;display:none; }
#RJIc16IyGleR2fLd1SOJuVhWzSdXJsUR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zk10uuXMNfgLiEQBaszJWTLBHvw9XflK { 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-4),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:6.875rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.25rem;left:46.5rem;display:none; }
#g0RAMDcNRd27MuFWtIcUCzmL4tT74xyH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#syGmzgeJPTmB45SIxbbzpQUNfNwcnz4a { 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-4),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:6.875rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.25rem;left:38.9375rem;display:none; }
#gHZMrtlU080kzEi2ZIFvbbgZiHw5V4zO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbTi6kyRSkJSFDeWohwN31QQht8yAgkT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(232,230,226,0.26);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;z-index:auto;display:block; }#fbTi6kyRSkJSFDeWohwN31QQht8yAgkT > .row .container { background-color: transparent; background-image: none; }#fbTi6kyRSkJSFDeWohwN31QQht8yAgkT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbTi6kyRSkJSFDeWohwN31QQht8yAgkT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbTi6kyRSkJSFDeWohwN31QQht8yAgkT > .row .container > .video-iframe-container { display: none; }#fbTi6kyRSkJSFDeWohwN31QQht8yAgkT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbTi6kyRSkJSFDeWohwN31QQht8yAgkT > .row > .video-iframe-container { display: none; }#fbTi6kyRSkJSFDeWohwN31QQht8yAgkT > .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); }#fbTi6kyRSkJSFDeWohwN31QQht8yAgkT > .row .container { border-width: 0; border-radius: 0; }#fbTi6kyRSkJSFDeWohwN31QQht8yAgkT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fbTi6kyRSkJSFDeWohwN31QQht8yAgkT > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#Jy5diP4ZPx1D7c3dM28SSm9ovz9b2JaM { 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-4),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:6.875rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.6875rem;left:54.3125rem;display:block; }
#PTxwF6byhs8S5NkyU28moV7pqeAsKTEd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k71dy8D1fSezZK8etDx0BcLJQIHNwBaH { 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-4),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:6.875rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.6875rem;left:46.1875rem;display:block; }
#rNgptZ1szGvpLclAV7EFPWe9L4APNpM7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CDOKHZo8DXRLNnupx0Z4kScCEew9k8Cq { 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-4),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:6.875rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.6875rem;left:38.625rem;display:block; }
#OhfeHlKamVud110vXtBzWDqsLI2JvFv5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uX14TAwpR2uwmWuSqmmmWFUcD2uBqIVK { 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.75rem;width:5.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#p9Rn5CJFUPLKfU8TblMSapuQ2mG7xZpO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:2.125rem;left:72.5625rem; }
#p9Rn5CJFUPLKfU8TblMSapuQ2mG7xZpO > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#gDK3GLiM8JCQzaHM2Plzp72lNBto6vB1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:2rem;left:70.125rem; }
#gDK3GLiM8JCQzaHM2Plzp72lNBto6vB1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#hU2rkTAqzI9m2qZleyP2WTw3K2UCixeI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:2rem;left:67.625rem; }
#hU2rkTAqzI9m2qZleyP2WTw3K2UCixeI > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#FHR3L7p2RyGNvGgoUzT1n6AiAfWkiT4d { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:1.8125rem;left:64.625rem; }
#FHR3L7p2RyGNvGgoUzT1n6AiAfWkiT4d > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#oeTbg4L4atmVJAK8G4eQEFy9OSD5p2MX { box-sizing:content-box;color:#f3766d;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:15002;top:1.1874997615814rem;left:64.5625rem;display:none; }
#i9uOBxstJh9ND7pxVq4eQ3s6hGqzvuzS { color:rgba(var(--color-tertiary-4),1);display:block;width:56.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.54296875rem;left:9.0625rem;height:1.625rem;display:none; }
#wH5swDz7gIImPt3ne5C0WmhqviiDv6P4 { 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-4),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:6.875rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.65625rem;left:32.375rem;display:block; }
#Cv43tRumCNasNbeNbBa9HSndiCfXe4Qp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/yibfmOWY/baner1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh.adaptive-delivery-prevent-bg, #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh.lazyload, #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh.lazyloading { background-image: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { background-color: transparent; background-image: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { display: none; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .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); }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { border-width: 0; border-radius: 0; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#z02dJ7ABqDFXyp8a6SgTGpzy1HsCFXXD { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75002275rem;height:3.62571025rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:31.061790466309rem;left:0rem;display:block; }
#mpVucQ84IscxFdiLGmIfw15fftH9pHdm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#exG9WsFB5OLIoTb2TwFhlEthTBLCOTKa { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75002275rem;height:3.62571025rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.311611175537rem;left:23.810367584229rem;display:block; }
#CR6UJJyT3bWU8WlO19gliTG0FTcqEeOe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VVqzAz5NMIQaJb0as1nJ394fHogIsRZX { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75002275rem;height:3.62571025rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.311611175537rem;left:8.310546875rem;display:block; }
#m6T9fBrEazK8IJE9qlygpICp78sapi09 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IqJfs4V0JDHJEv1wGk1NxeSAKu7dAnOI { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:14.05078125rem;left:6.78125rem;height:5.8rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nHPTVJBQUnvIAaoRaxHtQhWPAVXygSms { color:rgba(var(--color-tertiary-4),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.5rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:1.0625rem;left:0rem;height:10.8rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y8lIm7rhKwXdZ5xZmvnWROk3oQtRy5Bc { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0.0625rem solid #09699d;border-left:0.0625rem solid #09699d;border-right:0.0625rem solid #09699d;border-bottom:0.0625rem solid #09699d;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.0625rem;left:32.0625rem;display:block; }
#uwsdPnMvWFKPqFu9deWU5mSrLCm6GxLn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RHVv2EWGNsJsr3a6kc5Ewq2eE2HEkl5W { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #405b13, #9bc64b);background-image: -moz-linear-gradient(top, #405b13, #9bc64b);background-image: -ms-linear-gradient(top, #405b13, #9bc64b);background-image: -o-linear-gradient(top, #405b13, #9bc64b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#405b13', endColorstr='#9bc64b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#405b13', endColorstr='#9bc64b' );";background-image: linear-gradient(to bottom, #405b13, #9bc64b);background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.62571025rem;height:3.50142275rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:31.06178855896rem;left:15.999645233154rem;display:block; }
#r6vIDNT3xbnl8d56LiRPbdCurUx16pFV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { 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; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { background-color: transparent; background-image: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { display: none; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .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); }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { border-width: 0; border-radius: 0; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:75rem;position:relative;display:block; }#ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:12rem;left:4rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#glIFUWkrOhpWk29bRitftOICUu03vuE0 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:14.8125rem;left:4.5625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.25rem;width:6.25rem;top:4.5rem;left:9.6875rem;display:block; }
#eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:14.125rem;left:11.5625rem;display:block; }
#l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:12rem;left:29.25rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:14.8125rem;left:29.5625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.25rem;width:6.25rem;top:4.5rem;left:34.6875rem;display:block; }
#KPqckyEW2U3C4XagNCBuVQ08m43meIvz { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:14.125rem;left:36.5625rem;display:block; }
#HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:12rem;left:56.375rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:14.8125rem;left:54.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:6.25rem;width:6.25rem;top:4.5rem;left:59.6875rem;display:block; }
#lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:14.125rem;left:61.5625rem;display:block; }
#tpiqkIiDOfGaWDEvHQEonazDZMlaiwXX { 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:15017;top:6.5625rem;left:11.75rem; }
#EPdB4oXFnGdU4M5wmrdohz4Bga8Jzsc5 { 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:15018;top:6.5625rem;left:36.75rem; }
#Zx3MA9rT4ozHuWSrNXF3dlPke1xw4Sh1 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:6.3125rem;left:61.5rem; }
#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { background-color: transparent; background-image: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { display: none; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .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); }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { border-width: 0; border-radius: 0; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.947265625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFbQZ4hnIhdLOrFc5bvuIlffIX84y5MQ { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:rgba(var(--color-tertiary-4),0.85);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; }#TFbQZ4hnIhdLOrFc5bvuIlffIX84y5MQ > .row .container { background-color: transparent; background-image: none; }#TFbQZ4hnIhdLOrFc5bvuIlffIX84y5MQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFbQZ4hnIhdLOrFc5bvuIlffIX84y5MQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFbQZ4hnIhdLOrFc5bvuIlffIX84y5MQ > .row .container > .video-iframe-container { display: none; }#TFbQZ4hnIhdLOrFc5bvuIlffIX84y5MQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TFbQZ4hnIhdLOrFc5bvuIlffIX84y5MQ > .row > .video-iframe-container { display: none; }#TFbQZ4hnIhdLOrFc5bvuIlffIX84y5MQ > .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); }#TFbQZ4hnIhdLOrFc5bvuIlffIX84y5MQ > .row .container { border-width: 0; border-radius: 0; }#TFbQZ4hnIhdLOrFc5bvuIlffIX84y5MQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFbQZ4hnIhdLOrFc5bvuIlffIX84y5MQ > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#P0VTc1RiaXf9euZf0ySGthpmlNr49t2m { position:absolute;display:block;z-index:15025;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:4.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:24rem;width:33.9375rem;top:6.625rem;left:40.6875rem;overflow:hidden;display:block; }
#HBcBQ8y34vgM6t5R3emeR7QPpLgspzcC { color:rgba(var(--color-tertiary-0),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:17.9375rem;left:2.65625rem;height:13.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3SPUb5CSQo2ENMSqaegiHr31kRMfXzq { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:16.75rem;left:18.375rem;display:block; }
#W6HKsIylre8OiqrEFaTrkbBLQXif0E7J { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:14rem;left:8.59375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J17Luex1EZXomGXmhIgTRF6C3IvlK7A6 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:6.625rem;left:16.5rem;display:block; }
#OwWxCsSased5FWX4RndE7WyqAzsNTxGk { 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:15031;top:8.6875rem;left:18.625rem; }
#Jv4IOSahf8SR3EqfNiz47ciWv14OngT3 { z-index:15003;top:32.9375rem;left:10.78125rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AAiIVSGA4i9QsRQDz00AmnppHHHgNIxh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:#616161;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; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { background-color: transparent; background-image: none; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container > .video-iframe-container { display: none; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row > .video-iframe-container { display: none; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .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); }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { border-width: 0; border-radius: 0; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#XJuTysETc80Q41wKmPWtMIBpqqyGaDdG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:13.3125rem;left:46.8125rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:17.25rem;left:38.75rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HNBt6a8wTpTWGqBA8o9etr3bJog5cADV { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:16.125rem;left:54.375rem;display:block; }
#sJMO1fcN16izE7J5QMqmeTbWnCtManQv { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:6.4375rem;left:52.5rem;display:block; }
#bvoD2wgisd6A5PCBITcIeooGpJSdwbRU { 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:15021;top:8.5rem;left:54.5625rem; }
#rDocHuhpvSi8kTRoTg4rHAuHdMmXXqJ6 { position:absolute;display:block;z-index:15022;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:4.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:24rem;width:33.9375rem;top:7.375rem;left:0rem;overflow:hidden;display:block; }
#XUlcr7CC3NLRcWkduxtrNzcQprbVo23c { z-index:15004;top:31.75rem;left:46.78125rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wUM2frekBTbZC134RByT9pATIy6FdhRk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I530vOXx3odg7wrGTk6HTofMRExaQVPx { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:#1e1e1e;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; }#I530vOXx3odg7wrGTk6HTofMRExaQVPx > .row .container { background-color: transparent; background-image: none; }#I530vOXx3odg7wrGTk6HTofMRExaQVPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I530vOXx3odg7wrGTk6HTofMRExaQVPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I530vOXx3odg7wrGTk6HTofMRExaQVPx > .row .container > .video-iframe-container { display: none; }#I530vOXx3odg7wrGTk6HTofMRExaQVPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I530vOXx3odg7wrGTk6HTofMRExaQVPx > .row > .video-iframe-container { display: none; }#I530vOXx3odg7wrGTk6HTofMRExaQVPx > .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); }#I530vOXx3odg7wrGTk6HTofMRExaQVPx > .row .container { border-width: 0; border-radius: 0; }#I530vOXx3odg7wrGTk6HTofMRExaQVPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I530vOXx3odg7wrGTk6HTofMRExaQVPx > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#dyeXyNSAXKxDUAEHLrmlgZgAgXBcHO4W { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:17.125rem;left:18.375rem;display:block; }
#l8HLkB44KlPCJ5ErXgy6DGuIhTsQwVB7 { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:6.625rem;left:16.5rem;display:block; }
#Vx4CRWpIoLRKzaec7hD6IQrwdJF9NyzF { 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:15021;top:8.6875rem;left:18.625rem; }
#FliFtoKMkthRRZloAZ1eg9wGMW6TwJQP { position:absolute;display:block;z-index:15023;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:4.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:24rem;width:33.9375rem;top:6.625rem;left:40.6875rem;overflow:hidden;display:block; }
#t9DtQEvtG3wHpOMWyi4pvTCdMBVa29xL { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:14.5rem;left:10.8125rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fL2cinyPEpQ7PshDZC097JMpJKkQrshx { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:18.0625rem;left:2.75rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#stwko8e6TSymd8KvTagSbmHnwWDxNJTT { z-index:15005;top:31rem;left:10.78125rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ONMWeMTCLVQuKvbceKR05NitDaPoLZ8d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tuzwUWTvtAuAInQ2fg8hUCklSJPpibyw { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:#616161;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; }#tuzwUWTvtAuAInQ2fg8hUCklSJPpibyw > .row .container { background-color: transparent; background-image: none; }#tuzwUWTvtAuAInQ2fg8hUCklSJPpibyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuzwUWTvtAuAInQ2fg8hUCklSJPpibyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuzwUWTvtAuAInQ2fg8hUCklSJPpibyw > .row .container > .video-iframe-container { display: none; }#tuzwUWTvtAuAInQ2fg8hUCklSJPpibyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuzwUWTvtAuAInQ2fg8hUCklSJPpibyw > .row > .video-iframe-container { display: none; }#tuzwUWTvtAuAInQ2fg8hUCklSJPpibyw > .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); }#tuzwUWTvtAuAInQ2fg8hUCklSJPpibyw > .row .container { border-width: 0; border-radius: 0; }#tuzwUWTvtAuAInQ2fg8hUCklSJPpibyw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tuzwUWTvtAuAInQ2fg8hUCklSJPpibyw > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#D8OFxhNl3W4ZmnThZUGB1r8LuwwGoVAu { position:absolute;display:block;z-index:15024;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:4.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:24rem;width:33.9375rem;top:6.75rem;left:0rem;overflow:hidden;display:block; }
#HGqJgyUdGRI9dD3Zw0EAcROpcTKb6tn7 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:18.3125rem;left:37.9375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fw9a20w5Q6OEvUJOa8kdPTBoUOQTKPJw { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:16.8125rem;left:53.5625rem;display:block; }
#vWkW76JntWgeCR7ioiJWptLzyzDmWOWo { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:14.1875rem;left:46rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mDzKoT6359M6RGTyVN6wJWetlaRX04ZN { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:6.75rem;left:51.6875rem;display:block; }
#T5ftc42L4GK9QX7yJPOsokyvNgcJk9Il { 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;top:8.8125rem;left:53.8125rem; }
#eCg9TKQUl1vbTz5xJLLxHqv1wLIsQBGq { z-index:15006;top:29.625rem;left:46rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kdvKTAS93M5lrpHeqUiamKueQ0FEuMqz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yicLyzrdS5iMwMHE5KQRRO9gqsLw9D2N { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yicLyzrdS5iMwMHE5KQRRO9gqsLw9D2N > .row .container { background-color: transparent; background-image: none; }#yicLyzrdS5iMwMHE5KQRRO9gqsLw9D2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yicLyzrdS5iMwMHE5KQRRO9gqsLw9D2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yicLyzrdS5iMwMHE5KQRRO9gqsLw9D2N > .row .container > .video-iframe-container { display: none; }#yicLyzrdS5iMwMHE5KQRRO9gqsLw9D2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yicLyzrdS5iMwMHE5KQRRO9gqsLw9D2N > .row > .video-iframe-container { display: none; }#yicLyzrdS5iMwMHE5KQRRO9gqsLw9D2N > .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); }#yicLyzrdS5iMwMHE5KQRRO9gqsLw9D2N > .row .container { border-width: 0; border-radius: 0; }#yicLyzrdS5iMwMHE5KQRRO9gqsLw9D2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yicLyzrdS5iMwMHE5KQRRO9gqsLw9D2N > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#FMp9Pbk5iZxG3TCWzZKUk2Ue3V4r5rrL { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.947265625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rn7faTuM6r4Lc0V3rOyxbfwsGJkdZ0t0 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:rgba(var(--color-tertiary-4),0.85);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; }#rn7faTuM6r4Lc0V3rOyxbfwsGJkdZ0t0 > .row .container { background-color: transparent; background-image: none; }#rn7faTuM6r4Lc0V3rOyxbfwsGJkdZ0t0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rn7faTuM6r4Lc0V3rOyxbfwsGJkdZ0t0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rn7faTuM6r4Lc0V3rOyxbfwsGJkdZ0t0 > .row .container > .video-iframe-container { display: none; }#rn7faTuM6r4Lc0V3rOyxbfwsGJkdZ0t0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rn7faTuM6r4Lc0V3rOyxbfwsGJkdZ0t0 > .row > .video-iframe-container { display: none; }#rn7faTuM6r4Lc0V3rOyxbfwsGJkdZ0t0 > .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); }#rn7faTuM6r4Lc0V3rOyxbfwsGJkdZ0t0 > .row .container { border-width: 0; border-radius: 0; }#rn7faTuM6r4Lc0V3rOyxbfwsGJkdZ0t0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rn7faTuM6r4Lc0V3rOyxbfwsGJkdZ0t0 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#AzRRFrJz3qEEOQvuJ5Zm46vN6Htz5TJp { position:absolute;display:block;z-index:15026;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:4.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:24rem;width:33.9375rem;top:7.75rem;left:41.0625rem;overflow:hidden;display:block; }
#mOTnyvSQg16BFeEcHTCLq8zpNARX27aG { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:17.9375rem;left:3.125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pTDNZ1AQwdVnHqMa43d1N00hh0qRaEBA { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:16.9375rem;left:18.75rem;display:block; }
#FTPQ6TWf5k5EgvlUfQTqaHd2sPMH7oRw { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:14.3125rem;left:11.1875rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMUohqtCwiwVUafITUFendUnacNywTbo { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:7.0625rem;left:16.875rem;display:block; }
#PauX4tIsHUFWK7zoFMAQonhW3ZAmhFoS { 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:15036;top:9.125rem;left:19rem; }
#Wme9UVFuSW38ZTayf4p4uHDg9sRJQt9c { z-index:15007;top:28.125rem;left:11.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AQKJ5WR7AtskvafTT9wJQqMHurpf1bRa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#negagiSApODqf4WA0nBrVQVVnn0T9chV { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:#616161;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; }#negagiSApODqf4WA0nBrVQVVnn0T9chV > .row .container { background-color: transparent; background-image: none; }#negagiSApODqf4WA0nBrVQVVnn0T9chV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#negagiSApODqf4WA0nBrVQVVnn0T9chV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#negagiSApODqf4WA0nBrVQVVnn0T9chV > .row .container > .video-iframe-container { display: none; }#negagiSApODqf4WA0nBrVQVVnn0T9chV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#negagiSApODqf4WA0nBrVQVVnn0T9chV > .row > .video-iframe-container { display: none; }#negagiSApODqf4WA0nBrVQVVnn0T9chV > .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); }#negagiSApODqf4WA0nBrVQVVnn0T9chV > .row .container { border-width: 0; border-radius: 0; }#negagiSApODqf4WA0nBrVQVVnn0T9chV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#negagiSApODqf4WA0nBrVQVVnn0T9chV > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#At1lSzIsOu4O1xiVvG6dikXbLhSbEHqO { position:absolute;display:block;z-index:15026;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:4.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:24rem;width:33.9375rem;top:7.1875rem;left:0rem;overflow:hidden;display:block; }
#oqgFXxNRrxCnH124y61iSiyLfCL9vois { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:18.25rem;left:37.625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#An8N6JzQzSgDD3DkJTMkzbw9Tr2uK3AS { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:16rem;left:55rem;display:block; }
#DnqXIEwsfl6pdvTQ5QP2NInZFs63eJTc { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:13.25rem;left:42.0625rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lXgu1D74kP8C6XdJvgD5URfbSkokfAJS { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:6.125rem;left:53.125rem;display:block; }
#NmLZ4inAhFzT7U4TOWq02rTuHH1AKX7A { 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:15036;top:8.1875rem;left:55.25rem; }
#kCSc9EGSiRTscJPO7geqZNT0519BvN8T { z-index:15008;top:29.625rem;left:47.46875rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pn3w3V2aAT185K0hR7qKVgyEDPaiTEfe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lwOuCEoznR1fbMoFdvQ448soS6TAViOx { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lwOuCEoznR1fbMoFdvQ448soS6TAViOx > .row .container { background-color: transparent; background-image: none; }#lwOuCEoznR1fbMoFdvQ448soS6TAViOx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwOuCEoznR1fbMoFdvQ448soS6TAViOx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwOuCEoznR1fbMoFdvQ448soS6TAViOx > .row .container > .video-iframe-container { display: none; }#lwOuCEoznR1fbMoFdvQ448soS6TAViOx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwOuCEoznR1fbMoFdvQ448soS6TAViOx > .row > .video-iframe-container { display: none; }#lwOuCEoznR1fbMoFdvQ448soS6TAViOx > .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); }#lwOuCEoznR1fbMoFdvQ448soS6TAViOx > .row .container { border-width: 0; border-radius: 0; }#lwOuCEoznR1fbMoFdvQ448soS6TAViOx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwOuCEoznR1fbMoFdvQ448soS6TAViOx > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#X8tgnl1T9oKEWpFtkZWCREVvC3wwndxf { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.947265625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pH9OAyyUunIdCENUycqTe9m5Skfzp1VR { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:rgba(var(--color-tertiary-4),0.85);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; }#pH9OAyyUunIdCENUycqTe9m5Skfzp1VR > .row .container { background-color: transparent; background-image: none; }#pH9OAyyUunIdCENUycqTe9m5Skfzp1VR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH9OAyyUunIdCENUycqTe9m5Skfzp1VR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH9OAyyUunIdCENUycqTe9m5Skfzp1VR > .row .container > .video-iframe-container { display: none; }#pH9OAyyUunIdCENUycqTe9m5Skfzp1VR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pH9OAyyUunIdCENUycqTe9m5Skfzp1VR > .row > .video-iframe-container { display: none; }#pH9OAyyUunIdCENUycqTe9m5Skfzp1VR > .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); }#pH9OAyyUunIdCENUycqTe9m5Skfzp1VR > .row .container { border-width: 0; border-radius: 0; }#pH9OAyyUunIdCENUycqTe9m5Skfzp1VR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pH9OAyyUunIdCENUycqTe9m5Skfzp1VR > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#ah3Q2qXeQaz1M7D7zfdkNcTo9fh2Sr8t { position:absolute;display:block;z-index:15026;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:4.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:24rem;width:33.9375rem;top:7.1875rem;left:40.6875rem;overflow:hidden;display:block; }
#x8S7XQCLIMgVi9wc2U6s0rIdz7Vw3KVM { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:17.5rem;left:0rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b1cJHQxU5fQbUS97Hla2Ae1ykCihWXGN { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:15.25rem;left:17.375rem;display:block; }
#hNoWFJCoA7xfq11qKNT6UvHnk1f14UgA { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:12.5rem;left:4.4375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W02f6xkt2UPwqJNdoCth0n4HtAKT3n1m { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:5.375rem;left:15.5rem;display:block; }
#m39hvu4zpxJSWMJEb3wm1zfXXhmcHLKl { 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:15036;top:7.4375rem;left:17.625rem; }
#gZK9HUpOcleTgQKzHXfTQx4VfOtB8W1I { z-index:15009;top:30.5rem;left:9.84375rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TA660SnNPtE6QozHvpJA2Ts3MJzXyryK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HNtenlKS8Bu0sHBLypksrpR9QNHq0fvC { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:#616161;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; }#HNtenlKS8Bu0sHBLypksrpR9QNHq0fvC > .row .container { background-color: transparent; background-image: none; }#HNtenlKS8Bu0sHBLypksrpR9QNHq0fvC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNtenlKS8Bu0sHBLypksrpR9QNHq0fvC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNtenlKS8Bu0sHBLypksrpR9QNHq0fvC > .row .container > .video-iframe-container { display: none; }#HNtenlKS8Bu0sHBLypksrpR9QNHq0fvC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HNtenlKS8Bu0sHBLypksrpR9QNHq0fvC > .row > .video-iframe-container { display: none; }#HNtenlKS8Bu0sHBLypksrpR9QNHq0fvC > .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); }#HNtenlKS8Bu0sHBLypksrpR9QNHq0fvC > .row .container { border-width: 0; border-radius: 0; }#HNtenlKS8Bu0sHBLypksrpR9QNHq0fvC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HNtenlKS8Bu0sHBLypksrpR9QNHq0fvC > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#EW2V98GdpBAh0M9OTCOsntxX5CFBPkT1 { position:absolute;display:block;z-index:15026;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:4.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:23.9375rem;width:33.75rem;top:7.21923828125rem;left:0rem;overflow:hidden;display:block; }
#bFqi6C6caDI5kzBQApcKeMxKXNsRW9gT { color:rgba(var(--color-tertiary-0),1);display:block;width:37.37425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:18.18603515625rem;left:35.68603515625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HG761ZPb0NxWvbLsp1COkzZZV26UoZry { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:15.1875rem;left:53.125rem;display:block; }
#US5oDLivrv2xUQoPNqSqU1GuCppHQVhV { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:12.4375rem;left:40.1875rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a4l11xeNUktm38XkMfBIHMGr9XgxJIiy { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:5.3125rem;left:51.25rem;display:block; }
#iEkQihrmIAN4vHLtSWPtbfIDmGXgfTaT { 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:15036;top:7.375rem;left:53.375rem; }
#daa8Z6hrXGbax4zNlLi0pvirCbfI2sET { z-index:15010;top:27.53125rem;left:45.5283203125rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#srf99q36yVhlmvdqPzJSbp0qBLhpV43Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZVtS5XaDWal4GRol4lDB8qz4ReoHAZu { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:rgba(var(--color-tertiary-4),0.85);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; }#iZVtS5XaDWal4GRol4lDB8qz4ReoHAZu > .row .container { background-color: transparent; background-image: none; }#iZVtS5XaDWal4GRol4lDB8qz4ReoHAZu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZVtS5XaDWal4GRol4lDB8qz4ReoHAZu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZVtS5XaDWal4GRol4lDB8qz4ReoHAZu > .row .container > .video-iframe-container { display: none; }#iZVtS5XaDWal4GRol4lDB8qz4ReoHAZu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZVtS5XaDWal4GRol4lDB8qz4ReoHAZu > .row > .video-iframe-container { display: none; }#iZVtS5XaDWal4GRol4lDB8qz4ReoHAZu > .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); }#iZVtS5XaDWal4GRol4lDB8qz4ReoHAZu > .row .container { border-width: 0; border-radius: 0; }#iZVtS5XaDWal4GRol4lDB8qz4ReoHAZu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZVtS5XaDWal4GRol4lDB8qz4ReoHAZu > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#lCi1zcw4ZDwQapwn1UGW3hhzbhOopp7c { position:absolute;display:block;z-index:15026;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:4.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:24rem;width:33.8125rem;top:7.1875rem;left:40.6875rem;overflow:hidden;display:block; }
#hfEiqaBvCeP3Rq061LRNWbq4JIp1SrNi { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:17.5rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UsU92ZMSBBTSVJciUggl2X4bzxN1A4vs { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:15.25rem;left:17.375rem;display:block; }
#Nf1apzrlPQn2PdnWo4CgL0LLc5CQR8IX { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:12.5rem;left:4.4375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EtO1mGemMtOMZSouT5Su34JedhTipvSm { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:5.375rem;left:15.5rem;display:block; }
#eGTatlPS1T2BQD25KBsqN676ANX9EcIy { 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:15036;top:7.4375rem;left:17.625rem; }
#K0kMN1wu6EQvhSplooiUzAdbH2NrMILn { z-index:15011;top:29.3125rem;left:9.84375rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Mapri6zSalN4V1oRvwrsVHHbbnoJMa2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zu08ppksy0t4XR9Dg1NM4UtKFz7aZMyk { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:#616161;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; }#Zu08ppksy0t4XR9Dg1NM4UtKFz7aZMyk > .row .container { background-color: transparent; background-image: none; }#Zu08ppksy0t4XR9Dg1NM4UtKFz7aZMyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zu08ppksy0t4XR9Dg1NM4UtKFz7aZMyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zu08ppksy0t4XR9Dg1NM4UtKFz7aZMyk > .row .container > .video-iframe-container { display: none; }#Zu08ppksy0t4XR9Dg1NM4UtKFz7aZMyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zu08ppksy0t4XR9Dg1NM4UtKFz7aZMyk > .row > .video-iframe-container { display: none; }#Zu08ppksy0t4XR9Dg1NM4UtKFz7aZMyk > .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); }#Zu08ppksy0t4XR9Dg1NM4UtKFz7aZMyk > .row .container { border-width: 0; border-radius: 0; }#Zu08ppksy0t4XR9Dg1NM4UtKFz7aZMyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zu08ppksy0t4XR9Dg1NM4UtKFz7aZMyk > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#AFGrTe2PCgkaHId7dtvDOm86uKv8N07v { position:absolute;display:block;z-index:15026;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:4.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:23.9375rem;width:33.75rem;top:7.21875rem;left:0rem;overflow:hidden;display:block; }
#yeZ3pLR3wR1kUmeRdzMqcFt0W91Q29oz { color:rgba(var(--color-tertiary-0),1);display:block;width:37.37425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:18.18603515625rem;left:35.68603515625rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1IoL5OIbyA0d1zELGDrSINkKUyV1XTq { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:15.1875rem;left:53.125rem;display:block; }
#adOfVrVSKs2KVbXTCU39nteDHELtv9WD { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:12.4375rem;left:40.1875rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M3yI5yOBSVGF5PZtavZN9x0lzN1wytfZ { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:5.3125rem;left:51.25rem;display:block; }
#DJHUZARl3W5tXO7SV5uUeASdctrg4ksR { 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:15036;top:7.375rem;left:53.375rem; }
#ff7A33wkm5ZWDpdpfK9HJTfJ8UqdVuPV { z-index:15010;top:27.53125rem;left:45.5283203125rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KVlNM0SAAJGTP69fqFfsdxJOrCFDCPTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nNKTCrJ6VrTl0zSVy7b9rP2HWaL4nIMs { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nNKTCrJ6VrTl0zSVy7b9rP2HWaL4nIMs > .row .container { background-color: transparent; background-image: none; }#nNKTCrJ6VrTl0zSVy7b9rP2HWaL4nIMs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNKTCrJ6VrTl0zSVy7b9rP2HWaL4nIMs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNKTCrJ6VrTl0zSVy7b9rP2HWaL4nIMs > .row .container > .video-iframe-container { display: none; }#nNKTCrJ6VrTl0zSVy7b9rP2HWaL4nIMs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nNKTCrJ6VrTl0zSVy7b9rP2HWaL4nIMs > .row > .video-iframe-container { display: none; }#nNKTCrJ6VrTl0zSVy7b9rP2HWaL4nIMs > .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); }#nNKTCrJ6VrTl0zSVy7b9rP2HWaL4nIMs > .row .container { border-width: 0; border-radius: 0; }#nNKTCrJ6VrTl0zSVy7b9rP2HWaL4nIMs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nNKTCrJ6VrTl0zSVy7b9rP2HWaL4nIMs > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#kzcurtXasUdcasnKOtWCsBhQmzX3brNQ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.947265625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IcXxXSrRm5td1TGuyUD7ot5ChgFipg5p { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:#616161;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; }#IcXxXSrRm5td1TGuyUD7ot5ChgFipg5p > .row .container { background-color: transparent; background-image: none; }#IcXxXSrRm5td1TGuyUD7ot5ChgFipg5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcXxXSrRm5td1TGuyUD7ot5ChgFipg5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcXxXSrRm5td1TGuyUD7ot5ChgFipg5p > .row .container > .video-iframe-container { display: none; }#IcXxXSrRm5td1TGuyUD7ot5ChgFipg5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcXxXSrRm5td1TGuyUD7ot5ChgFipg5p > .row > .video-iframe-container { display: none; }#IcXxXSrRm5td1TGuyUD7ot5ChgFipg5p > .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); }#IcXxXSrRm5td1TGuyUD7ot5ChgFipg5p > .row .container { border-width: 0; border-radius: 0; }#IcXxXSrRm5td1TGuyUD7ot5ChgFipg5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcXxXSrRm5td1TGuyUD7ot5ChgFipg5p > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#GUNsQNSN78DbmRmVAvshPHKJGg6bCihx { position:absolute;display:block;z-index:15026;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:4.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:23.9375rem;width:33.75rem;top:7.21875rem;left:40.875rem;overflow:hidden;display:block; }
#iC30NuUEEBAAyMgW1kLsURAtF2EXdhrt { color:rgba(var(--color-tertiary-0),1);display:block;width:37.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:18.875rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CJ8RTt1FNZH4H2Z7tkZmZ1HVcOg4VEii { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:15.25rem;left:17.4375rem;display:block; }
#cs4MiLEd8bpqC793aEHNn2KvJemwT9Ce { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:12.5rem;left:4.5rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BNd7FVkOSMrSZ2KyDdw9TqgkJWaH04Um { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:5.375rem;left:15.5625rem;display:block; }
#sZaTEyTR7eND3UJw5upMccLA3fDAbwmB { 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:15036;top:7.4375rem;left:17.6875rem; }
#xb6vq7s7TEP8TOd2VFf6uy6BxlNZsFmh { z-index:15012;top:30.125rem;left:9.8427734375rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PPiODNNDZlDZSITKK9JOKqzTZ0FV9N0T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X8Kuv5iqRz5M6UDyptCdKXIsm5bpXrn6 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:rgba(var(--color-tertiary-4),0.85);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; }#X8Kuv5iqRz5M6UDyptCdKXIsm5bpXrn6 > .row .container { background-color: transparent; background-image: none; }#X8Kuv5iqRz5M6UDyptCdKXIsm5bpXrn6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Kuv5iqRz5M6UDyptCdKXIsm5bpXrn6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Kuv5iqRz5M6UDyptCdKXIsm5bpXrn6 > .row .container > .video-iframe-container { display: none; }#X8Kuv5iqRz5M6UDyptCdKXIsm5bpXrn6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X8Kuv5iqRz5M6UDyptCdKXIsm5bpXrn6 > .row > .video-iframe-container { display: none; }#X8Kuv5iqRz5M6UDyptCdKXIsm5bpXrn6 > .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); }#X8Kuv5iqRz5M6UDyptCdKXIsm5bpXrn6 > .row .container { border-width: 0; border-radius: 0; }#X8Kuv5iqRz5M6UDyptCdKXIsm5bpXrn6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X8Kuv5iqRz5M6UDyptCdKXIsm5bpXrn6 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#OczdgIoaxaZt5vVXCBOT507WVSOecvBI { position:absolute;display:block;z-index:15026;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:4.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:23.9375rem;width:33.75rem;top:7.21923828125rem;left:0rem;overflow:hidden;display:block; }
#RpT9heMufqeuX33KGUpM2QPILFM39Soz { color:rgba(var(--color-tertiary-0),1);display:block;width:37.37425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:18.18603515625rem;left:35.68603515625rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZEbXCgVzUiJ0VsWSoqB5086n9TizAWtO { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:15.1875rem;left:53.125rem;display:block; }
#M1JzuAR3F1IBSkpcTl84CX3FAyJ8NTsd { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:12.4375rem;left:40.1875rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gsi7paOEpTsXi3ibMqoGrszz7JrkyXZC { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:5.3125rem;left:51.25rem;display:block; }
#CUuRWkTX2DhmZZc8MGD6d3iHDJT46UST { 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:15036;top:7.375rem;left:53.375rem; }
#OgNt6Pt4moCnfAQkqWGbthu5XEqngOxx { z-index:15013;top:29.375rem;left:45.5283203125rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zAfFnyDkzrHLcS6m8BcKmnGgTfpA1oaC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wqJcJXDfSU4TVO3T5QTJ5zoxoHzfUtzm { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:#616161;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; }#wqJcJXDfSU4TVO3T5QTJ5zoxoHzfUtzm > .row .container { background-color: transparent; background-image: none; }#wqJcJXDfSU4TVO3T5QTJ5zoxoHzfUtzm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqJcJXDfSU4TVO3T5QTJ5zoxoHzfUtzm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqJcJXDfSU4TVO3T5QTJ5zoxoHzfUtzm > .row .container > .video-iframe-container { display: none; }#wqJcJXDfSU4TVO3T5QTJ5zoxoHzfUtzm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqJcJXDfSU4TVO3T5QTJ5zoxoHzfUtzm > .row > .video-iframe-container { display: none; }#wqJcJXDfSU4TVO3T5QTJ5zoxoHzfUtzm > .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); }#wqJcJXDfSU4TVO3T5QTJ5zoxoHzfUtzm > .row .container { border-width: 0; border-radius: 0; }#wqJcJXDfSU4TVO3T5QTJ5zoxoHzfUtzm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wqJcJXDfSU4TVO3T5QTJ5zoxoHzfUtzm > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#XP1nHqkG3czqSX83EIoEh74dlmBXSfZe { position:absolute;display:block;z-index:15026;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:4.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:23.9375rem;width:33.75rem;top:7.21875rem;left:40.875rem;overflow:hidden;display:block; }
#tcpVTs6efBQ6ztLkxgZ5AXPa0k54TMKT { color:rgba(var(--color-tertiary-0),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:18.8125rem;left:0.46875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V6E6ANNmKQuaXZJ0sNBW0rKuMxgc6oGu { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:15.25rem;left:17.4375rem;display:block; }
#ZSlH04UT3N1uZJrL3QmD0ayNPuUuh06u { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:12.5rem;left:2.8115234375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKx2LLq2N9tVHi81wLBpe1KJ0c5TGnuK { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:5.375rem;left:15.5625rem;display:block; }
#DMb4TUbuoR3ET25wS4n3wqGqN8oBPG6y { 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:15036;top:7.4375rem;left:17.6875rem; }
#gRp8UHGVr1IntQnDOdmBCwsUNXpIxD2e { z-index:15012;top:30.125rem;left:9.8427734375rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ySQ37AI9LlmXMPX0mze0qa6aNtyVa3A8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eqGTAVF7mOXcXMtsEG5ZFdkflGyCoBBL { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eqGTAVF7mOXcXMtsEG5ZFdkflGyCoBBL > .row .container { background-color: transparent; background-image: none; }#eqGTAVF7mOXcXMtsEG5ZFdkflGyCoBBL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqGTAVF7mOXcXMtsEG5ZFdkflGyCoBBL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqGTAVF7mOXcXMtsEG5ZFdkflGyCoBBL > .row .container > .video-iframe-container { display: none; }#eqGTAVF7mOXcXMtsEG5ZFdkflGyCoBBL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eqGTAVF7mOXcXMtsEG5ZFdkflGyCoBBL > .row > .video-iframe-container { display: none; }#eqGTAVF7mOXcXMtsEG5ZFdkflGyCoBBL > .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); }#eqGTAVF7mOXcXMtsEG5ZFdkflGyCoBBL > .row .container { border-width: 0; border-radius: 0; }#eqGTAVF7mOXcXMtsEG5ZFdkflGyCoBBL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eqGTAVF7mOXcXMtsEG5ZFdkflGyCoBBL > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#SKcuCAHDBgmfcUKUHVKpcXoF3EMF1Qd4 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.947265625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KDaB529NflRtTVkBydN94rHwEc2eoEPx { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:#616161;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; }#KDaB529NflRtTVkBydN94rHwEc2eoEPx > .row .container { background-color: transparent; background-image: none; }#KDaB529NflRtTVkBydN94rHwEc2eoEPx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDaB529NflRtTVkBydN94rHwEc2eoEPx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDaB529NflRtTVkBydN94rHwEc2eoEPx > .row .container > .video-iframe-container { display: none; }#KDaB529NflRtTVkBydN94rHwEc2eoEPx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDaB529NflRtTVkBydN94rHwEc2eoEPx > .row > .video-iframe-container { display: none; }#KDaB529NflRtTVkBydN94rHwEc2eoEPx > .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); }#KDaB529NflRtTVkBydN94rHwEc2eoEPx > .row .container { border-width: 0; border-radius: 0; }#KDaB529NflRtTVkBydN94rHwEc2eoEPx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KDaB529NflRtTVkBydN94rHwEc2eoEPx > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#WpaM68kPcgieXU3Xho5beqO0qnTDW64A { position:absolute;display:block;z-index:15027;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:4.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:23.9375rem;width:33.75rem;top:7.1875rem;left:40.6875rem;overflow:hidden;display:block; }
#Xiyh98TFP9UnwmOGwzg7mHC0W0zxZXIK { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:18.312316894531rem;left:0rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aKGIbkC77at9OS5VT3tm5rlZcU4BpWW1 { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:16.9375rem;left:15.6875rem;display:block; }
#xbJE8O9xnJtUncqPCl4rbtDkcayWX2V6 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:14.0625rem;left:8.125rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TiPwzRgidDyu6pVTkr2L2mW6hgeq5SQ7 { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:5.25rem;left:13.8125rem;display:block; }
#HU282izc2iRF8wTdtq6EPUJr1zvaXMMP { 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:15041;top:7.3125rem;left:15.9375rem; }
#CWpeE24vacNJHAh6NuqvJov9dhU8hXeh { z-index:15014;top:29.5625rem;left:8.40625rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VLKXNZQTavP62evTnDSPHdD9woKO4ao3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qh9OGTW7FTTvfVkW8RiGq4tG88NnLMc0 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:rgba(var(--color-tertiary-4),0.86);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; }#qh9OGTW7FTTvfVkW8RiGq4tG88NnLMc0 > .row .container { background-color: transparent; background-image: none; }#qh9OGTW7FTTvfVkW8RiGq4tG88NnLMc0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qh9OGTW7FTTvfVkW8RiGq4tG88NnLMc0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qh9OGTW7FTTvfVkW8RiGq4tG88NnLMc0 > .row .container > .video-iframe-container { display: none; }#qh9OGTW7FTTvfVkW8RiGq4tG88NnLMc0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qh9OGTW7FTTvfVkW8RiGq4tG88NnLMc0 > .row > .video-iframe-container { display: none; }#qh9OGTW7FTTvfVkW8RiGq4tG88NnLMc0 > .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); }#qh9OGTW7FTTvfVkW8RiGq4tG88NnLMc0 > .row .container { border-width: 0; border-radius: 0; }#qh9OGTW7FTTvfVkW8RiGq4tG88NnLMc0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qh9OGTW7FTTvfVkW8RiGq4tG88NnLMc0 > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#VTgxqFPo4egzb8itwxAFTHBc2LfIXeHG { position:absolute;display:block;z-index:15027;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:4.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:24rem;width:33.9375rem;top:7.1875rem;left:0rem;overflow:hidden;display:block; }
#SZkScv6ZJlhMmwDu7OUWczSPErSgT1K9 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:17.625rem;left:38.875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G65SbPMKHtTgHMeGJpr9OdcJfsTdiSr0 { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:16.25rem;left:54.5625rem;display:block; }
#tuB9GtTy75IcNercMps5rKatQ3rThEty { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:13.375rem;left:47rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJ0ageHd7V9cTnHDItZRVIteT4ApC30d { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.5625rem;left:52.6875rem;display:block; }
#hOTpoEseAWb3rNIXksG5sr9yVTQI72ui { 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:15041;top:6.625rem;left:54.8125rem; }
#c585b0GbHs2v0WJJ9FoS4aEyZClpuRhb { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));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;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.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.2493125rem;height:3.37446875rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:30.8125rem;left:46.625rem;display:block; }
#Tm9NmzsliSQT9gvr580fVuI3olMeEXBh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#re3PDz1mOaiEVrWKnfo7sNGadRRH5VRL { z-index:15015;top:25.5625rem;left:46.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IS9eLioUq5eqzbBTUmXIHP14ByNZZERy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PowfhTSWpHv2C5J1O03Agr4WheEwcOKs { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PowfhTSWpHv2C5J1O03Agr4WheEwcOKs > .row .container { background-color: transparent; background-image: none; }#PowfhTSWpHv2C5J1O03Agr4WheEwcOKs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PowfhTSWpHv2C5J1O03Agr4WheEwcOKs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PowfhTSWpHv2C5J1O03Agr4WheEwcOKs > .row .container > .video-iframe-container { display: none; }#PowfhTSWpHv2C5J1O03Agr4WheEwcOKs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PowfhTSWpHv2C5J1O03Agr4WheEwcOKs > .row > .video-iframe-container { display: none; }#PowfhTSWpHv2C5J1O03Agr4WheEwcOKs > .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); }#PowfhTSWpHv2C5J1O03Agr4WheEwcOKs > .row .container { border-width: 0; border-radius: 0; }#PowfhTSWpHv2C5J1O03Agr4WheEwcOKs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PowfhTSWpHv2C5J1O03Agr4WheEwcOKs > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:75rem;position:relative;display:block; }#osC2pRIMqdtChTuPef2qvNs5T0PVk2yv { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.947265625rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Me7n0zPglMo2fLSZ5x8fgwzS7QDGDTE0 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:#616161;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; }#Me7n0zPglMo2fLSZ5x8fgwzS7QDGDTE0 > .row .container { background-color: transparent; background-image: none; }#Me7n0zPglMo2fLSZ5x8fgwzS7QDGDTE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Me7n0zPglMo2fLSZ5x8fgwzS7QDGDTE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Me7n0zPglMo2fLSZ5x8fgwzS7QDGDTE0 > .row .container > .video-iframe-container { display: none; }#Me7n0zPglMo2fLSZ5x8fgwzS7QDGDTE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Me7n0zPglMo2fLSZ5x8fgwzS7QDGDTE0 > .row > .video-iframe-container { display: none; }#Me7n0zPglMo2fLSZ5x8fgwzS7QDGDTE0 > .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); }#Me7n0zPglMo2fLSZ5x8fgwzS7QDGDTE0 > .row .container { border-width: 0; border-radius: 0; }#Me7n0zPglMo2fLSZ5x8fgwzS7QDGDTE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Me7n0zPglMo2fLSZ5x8fgwzS7QDGDTE0 > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#GlOdZ50T2rNbAqAb54x16vPfvxsVAsdF { position:absolute;display:block;z-index:15027;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:2.0625rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:24rem;width:33.8125rem;top:8.46875rem;left:40.8125rem;overflow:hidden;display:block; }
#oiO4HKSlWtRNRTxXwBnTlkAlW4NRMl79 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:16.5616106987rem;left:0.15358543395996rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u15aP6AU5JZPPrOJ4MrsPumQHFK54W9k { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:14.75rem;left:17.6875rem;display:block; }
#E6yGx0eWUbSMgO2Zr4zR053GZ0xDkTHe { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:11.8125rem;left:6.78125rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TsIckrP4X7BSsWtCASx9aqX5wx52m0Pt { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:3.375rem;left:15.8125rem;display:block; }
#LpzER2OTLGakoDwluacmak793QV6pqBB { 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:15041;top:5.4375rem;left:17.875rem; }
#PpBepRtzl6pXBoFnL7qDC2IyRFO4nS6g { z-index:15016;top:31.0625rem;left:10.2158203125rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#v9VSI8KUJqsWbsdRpfLZ40TgET7RUZq8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLSVbzPT7XRekeBcGRDoW7F8ICQL1qEK { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;background-color:rgba(var(--color-tertiary-4),0.85);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; }#TLSVbzPT7XRekeBcGRDoW7F8ICQL1qEK > .row .container { background-color: transparent; background-image: none; }#TLSVbzPT7XRekeBcGRDoW7F8ICQL1qEK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLSVbzPT7XRekeBcGRDoW7F8ICQL1qEK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLSVbzPT7XRekeBcGRDoW7F8ICQL1qEK > .row .container > .video-iframe-container { display: none; }#TLSVbzPT7XRekeBcGRDoW7F8ICQL1qEK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLSVbzPT7XRekeBcGRDoW7F8ICQL1qEK > .row > .video-iframe-container { display: none; }#TLSVbzPT7XRekeBcGRDoW7F8ICQL1qEK > .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); }#TLSVbzPT7XRekeBcGRDoW7F8ICQL1qEK > .row .container { border-width: 0; border-radius: 0; }#TLSVbzPT7XRekeBcGRDoW7F8ICQL1qEK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLSVbzPT7XRekeBcGRDoW7F8ICQL1qEK > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#i58GwGFf4b90ME08GRUml908urATTBlp { position:absolute;display:block;z-index:15027;border-top:0.1875rem solid #85e5fe;border-left:0.1875rem solid #85e5fe;border-right:0.1875rem solid #85e5fe;border-bottom:0.1875rem solid #85e5fe;border-top-left-radius:2.0625rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-0),1) ;height:24rem;width:33.9375rem;top:7.53125rem;left:0rem;overflow:hidden;display:block; }
#DmcnsIyV1BSgxVw6Fg59FXE8hDqWUnps { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:16.5625rem;left:36.40625rem;height:13.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zq7tFIw7aT9pAe27yUBPWc4DZB9WeAgf { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:15rem;left:54.0625rem;display:block; }
#n7r7DSzrvJUJoKBp423o4sx3tExd2D8k { color:rgba(var(--color-tertiary-0),1);display:block;width:17.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:12.125rem;left:46.5rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fm48hlzkbdhHsQuSO6R8Z66k8yszPuTJ { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:3.625rem;left:52.1875rem;display:block; }
#PBxE7TwhXXbfTvDfc70oUiNCFVWeQVrN { 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:15041;top:5.6875rem;left:54.25rem; }
#sH3DXqIs2INXn6cq07r2a9y0o5MfBeBe { z-index:15017;top:32.8125rem;left:46.46875rem;background-color:transparent;background-image: -webkit-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(183deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.0625rem 0.125rem 3.125rem rgba(var(--color-tertiary-4),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kCANXv3P7JEvD6KLwdH8k00iXVzD8KWx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), #85e5fe);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), #85e5fe);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), #85e5fe);background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), #85e5fe);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#85e5fe' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#85e5fe' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), #85e5fe);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { background-color: transparent; background-image: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { display: none; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .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); }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { border-width: 0; border-radius: 0; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;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:2.41796875rem;left:0rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn { 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; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { background-color: transparent; background-image: none; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container > .video-iframe-container { display: none; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row > .video-iframe-container { display: none; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .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); }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { border-width: 0; border-radius: 0; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/yp2B6pTo/glos4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:10.625rem;width:26.0625rem;top:8.125rem;left:0rem;display:block; }#gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS.adaptive-delivery-prevent-bg, #gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS.lazyload, #gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS.lazyloading { background-image: none; }
#ihgEIrkN3EbQDwORL5NxDVXuSq4eZ23G { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6fa2e516-1770-4ff0-bc94-3b30a467c61f/nowe1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:11.5625rem;width:33.1875rem;top:13.03125rem;left:29.1875rem;display:block; }#ihgEIrkN3EbQDwORL5NxDVXuSq4eZ23G.adaptive-delivery-prevent-bg, #ihgEIrkN3EbQDwORL5NxDVXuSq4eZ23G.lazyload, #ihgEIrkN3EbQDwORL5NxDVXuSq4eZ23G.lazyloading { background-image: none; }
#JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/LyyT5H8X/glos3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.125rem solid rgba(var(--color-primary-4),1);border-left:0.125rem solid rgba(var(--color-primary-4),1);border-right:0.125rem solid rgba(var(--color-primary-4),1);border-bottom:0.125rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.125rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:10.625rem;width:29.625rem;top:27.875rem;left:9.6875rem;display:block; }#JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE.adaptive-delivery-prevent-bg, #JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE.lazyload, #JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE.lazyloading { background-image: none; }
#T0DUcLpq1VvkVcSgZK9hKzJcH0Giwhan { z-index:15003;top:1.783203125rem;left:20.1875rem;background-color:#ff004c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:54.8125rem;height:4.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vBypQkaFEKJ2xNZXpxHOgoSVbFZSDgGT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { background-color: transparent; background-image: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container > .video-iframe-container { display: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container { display: none; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .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); }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { border-width: 0; border-radius: 0; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:7.625rem;left:0rem;height:11.475rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Iy5TRMndpZR6r919Ti1auzZVkbwb19Vz { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uS9Twm6V4eA4uDpdpHXdsGpH0RTGqhO1 { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:23.5rem;left:61.125rem;display:block; }
#i0BgTbcLv7M6fudE1Zr0lqWphLLi5Ehc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ungs8HI65y4HRplctDha9rFalPyTzmSn { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:23.5rem;left:41.5625rem;display:block; }
#gv0mbqHNGiTcTOIE8PI0ml0GJOF1610T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yO4mPfu9WsEGz2OyKBw477dEvLOInFD9 { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.5rem;left:21rem;display:block; }
#QXaXQ8Krbh9rsJp0VPCyzNM59bgiLvV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PlsHh2nEB8HH3xiMy8KTrT4LKyP3u97y { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.5rem;left:0rem;display:block; }
#m9xUewLz6gDlXwg6bm2aweEsPenSsRPh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VOMBMCqtepVgp8JBNQ0XFOgnyxU41gZz { 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; }#VOMBMCqtepVgp8JBNQ0XFOgnyxU41gZz > .row .container { background-color: transparent; background-image: none; }#VOMBMCqtepVgp8JBNQ0XFOgnyxU41gZz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOMBMCqtepVgp8JBNQ0XFOgnyxU41gZz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOMBMCqtepVgp8JBNQ0XFOgnyxU41gZz > .row .container > .video-iframe-container { display: none; }#VOMBMCqtepVgp8JBNQ0XFOgnyxU41gZz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOMBMCqtepVgp8JBNQ0XFOgnyxU41gZz > .row > .video-iframe-container { display: none; }#VOMBMCqtepVgp8JBNQ0XFOgnyxU41gZz > .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); }#VOMBMCqtepVgp8JBNQ0XFOgnyxU41gZz > .row .container { border-width: 0; border-radius: 0; }#VOMBMCqtepVgp8JBNQ0XFOgnyxU41gZz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOMBMCqtepVgp8JBNQ0XFOgnyxU41gZz > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#onRaIZgfmI4nqxusdTplS8S9lu8mVAA3 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:3.41264375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NJ61FWInbGMJlcgTWZugTyFSA1Tz5Wrr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:8.125rem;left:36.875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#xfuT0glfPEA2UDkVgCzALxHN30OfzEkL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:8.125rem;left:56.5rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#XNtUIQDbEKJZT1wKdPmvdmEXsDPDdZnK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:8.125rem;left:15.375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#NSnNCNWnZJLtqqXgJDCLTimI7b4SIDfD { color:#002d94;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:12.3125rem;left:8.8125rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LSIf7Wna8R9D7wVcT8Kyrv1RLKL64Z2Q { color:#002d94;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15037;line-height:1.5;letter-spacing:0;top:12.3125rem;left:30.375rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BUyzUT2KHt4Xn7m0en6949kC81zKQtqG { color:#002d94;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:12.5625rem;left:50rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jwq0P5qRvsBBwdeyRHcvNXG3A5ZByJ8L { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:2.375rem;left:64.9375rem;display:none; }
#Jwq0P5qRvsBBwdeyRHcvNXG3A5ZByJ8L > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#VT2Qd0s9I2JZvXZSTth9JhbEUB3s5Qt4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:2.5625rem;left:67.9375rem;display:none; }
#VT2Qd0s9I2JZvXZSTth9JhbEUB3s5Qt4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#EHbdNEwA9T98CyBAORLWldSDWODAQeNC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:2.5625rem;left:70.4375rem;display:none; }
#EHbdNEwA9T98CyBAORLWldSDWODAQeNC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Jb1WfnK4snTPuTXBFL3dnNK0bLW1yCfL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:2.6875rem;left:72.875rem;display:none; }
#Jb1WfnK4snTPuTXBFL3dnNK0bLW1yCfL > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; }#KTN99yRLTMsyodfaZ44JU0CTIJ5GlGgK { 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; }#KTN99yRLTMsyodfaZ44JU0CTIJ5GlGgK > .row .container { background-color: transparent; background-image: none; }#KTN99yRLTMsyodfaZ44JU0CTIJ5GlGgK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTN99yRLTMsyodfaZ44JU0CTIJ5GlGgK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTN99yRLTMsyodfaZ44JU0CTIJ5GlGgK > .row .container > .video-iframe-container { display: none; }#KTN99yRLTMsyodfaZ44JU0CTIJ5GlGgK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTN99yRLTMsyodfaZ44JU0CTIJ5GlGgK > .row > .video-iframe-container { display: none; }#KTN99yRLTMsyodfaZ44JU0CTIJ5GlGgK > .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); }#KTN99yRLTMsyodfaZ44JU0CTIJ5GlGgK > .row .container { border-width: 0; border-radius: 0; }#KTN99yRLTMsyodfaZ44JU0CTIJ5GlGgK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KTN99yRLTMsyodfaZ44JU0CTIJ5GlGgK > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;position:relative;display:block; }#tI5a1IIpov1vIcNNxJUbeG8TtG98LdXP { color:#e6d09f;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.0625rem;height:0.975rem;display:block; }
#Ww4zUtnSAXuEOQxkTKlXGh8Le84rxsSb { color:#dccdad;display:block;width:16.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.89296722412112rem;left:29.031251907349rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#NP2qqQuiIlOsrCdwyXwuDRxTQpCFB80b { color:#e6d09f;display:block;width:4.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:0.875rem;left:56rem;height:0.975rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cWqqIl3yW4w733Q6p5yKwxs8qxEINeig { display:none; }#cWqqIl3yW4w733Q6p5yKwxs8qxEINeig > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ExyCU4LO39r7gTxQdJDpT7kwDUQSLSI4 { top:0.8125rem;left:0rem;width:47.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkzT2pHtLgtp4ruNd7a2AJ3vM0uivi9T { display:none; }
 }@media only screen and (max-width: 763px) { #BOKyIMZUvuVLUqIrycdrU9wsdu9OmkXc { top:0rem;left:0rem;width:6.9375rem;height:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #drEBqvOfNQF6lchQxLRUzfGooR344JBu { display:none; }#drEBqvOfNQF6lchQxLRUzfGooR344JBu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CoV3Ffhtumw7quz7WZ2craQFhRO4vpRg { width:6.875rem;height:2.5rem;top:1.1875rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DElCWQbLyblsQlefORzwWhZR5fbknscb { display:block; }
 }@media only screen and (max-width: 763px) { #yNHxOKyMpTTADcd2BUnnDXm7fEGZ6UMG { width:6.875rem;height:2.5rem;top:1.1875rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJIc16IyGleR2fLd1SOJuVhWzSdXJsUR { display:block; }
 }@media only screen and (max-width: 763px) { #Zk10uuXMNfgLiEQBaszJWTLBHvw9XflK { width:6.875rem;height:2.5rem;top:1.1875rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0RAMDcNRd27MuFWtIcUCzmL4tT74xyH { display:block; }
 }@media only screen and (max-width: 763px) { #syGmzgeJPTmB45SIxbbzpQUNfNwcnz4a { width:6.875rem;height:2.5rem;top:1.1875rem;left:40.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHZMrtlU080kzEi2ZIFvbbgZiHw5V4zO { display:block; }
 }@media only screen and (max-width: 763px) { #fbTi6kyRSkJSFDeWohwN31QQht8yAgkT { display:block; }#fbTi6kyRSkJSFDeWohwN31QQht8yAgkT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jy5diP4ZPx1D7c3dM28SSm9ovz9b2JaM { width:6.875rem;height:2.5rem;top:1.1875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTxwF6byhs8S5NkyU28moV7pqeAsKTEd { display:block; }
 }@media only screen and (max-width: 763px) { #k71dy8D1fSezZK8etDx0BcLJQIHNwBaH { width:6.875rem;height:2.5rem;top:1.1875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNgptZ1szGvpLclAV7EFPWe9L4APNpM7 { display:block; }
 }@media only screen and (max-width: 763px) { #CDOKHZo8DXRLNnupx0Z4kScCEew9k8Cq { width:6.875rem;height:2.5rem;top:1.1875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhfeHlKamVud110vXtBzWDqsLI2JvFv5 { display:block; }
 }@media only screen and (max-width: 763px) { #uX14TAwpR2uwmWuSqmmmWFUcD2uBqIVK { top:0rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Rn5CJFUPLKfU8TblMSapuQ2mG7xZpO { top:2.125rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
#p9Rn5CJFUPLKfU8TblMSapuQ2mG7xZpO > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #gDK3GLiM8JCQzaHM2Plzp72lNBto6vB1 { top:2rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#gDK3GLiM8JCQzaHM2Plzp72lNBto6vB1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #hU2rkTAqzI9m2qZleyP2WTw3K2UCixeI { top:2rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#hU2rkTAqzI9m2qZleyP2WTw3K2UCixeI > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #FHR3L7p2RyGNvGgoUzT1n6AiAfWkiT4d { top:1.8125rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
#FHR3L7p2RyGNvGgoUzT1n6AiAfWkiT4d > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #oeTbg4L4atmVJAK8G4eQEFy9OSD5p2MX { top:1.125rem;left:45.375rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9uOBxstJh9ND7pxVq4eQ3s6hGqzvuzS { top:1.5rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH5swDz7gIImPt3ne5C0WmhqviiDv6P4 { width:6.875rem;height:2.5rem;top:1.1875rem;left:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv43tRumCNasNbeNbBa9HSndiCfXe4Qp { display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z02dJ7ABqDFXyp8a6SgTGpzy1HsCFXXD { width:13.75rem;height:3.625rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpVucQ84IscxFdiLGmIfw15fftH9pHdm { display:block; }
 }@media only screen and (max-width: 763px) { #exG9WsFB5OLIoTb2TwFhlEthTBLCOTKa { width:13.75rem;height:3.625rem;top:25.25rem;left:10.185367584229rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR6UJJyT3bWU8WlO19gliTG0FTcqEeOe { display:block; }
 }@media only screen and (max-width: 763px) { #VVqzAz5NMIQaJb0as1nJ394fHogIsRZX { width:13.75rem;height:3.625rem;top:25.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6T9fBrEazK8IJE9qlygpICp78sapi09 { display:block; }
 }@media only screen and (max-width: 763px) { #IqJfs4V0JDHJEv1wGk1NxeSAKu7dAnOI { width:38.9375rem;height:5.75rem;top:14rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHPTVJBQUnvIAaoRaxHtQhWPAVXygSms { width:26.125rem;height:10.5rem;top:6.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8lIm7rhKwXdZ5xZmvnWROk3oQtRy5Bc { width:13.875rem;height:3.75rem;top:31.0625rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwsdPnMvWFKPqFu9deWU5mSrLCm6GxLn { display:block; }
 }@media only screen and (max-width: 763px) { #RHVv2EWGNsJsr3a6kc5Ewq2eE2HEkl5W { width:13.625rem;height:3.5rem;top:31rem;left:2.3746452331543rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6vIDNT3xbnl8d56LiRPbdCurUx16pFV { display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.5rem;height:3rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.5rem;height:6rem;top:14.8125rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:4.5rem;top:14.8125rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpiqkIiDOfGaWDEvHQEonazDZMlaiwXX { width:2.125rem;height:2.125rem;top:6.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPdB4oXFnGdU4M5wmrdohz4Bga8Jzsc5 { width:2.125rem;height:2.125rem;top:6.5625rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx3MA9rT4ozHuWSrNXF3dlPke1xw4Sh1 { width:2.5625rem;height:2.5625rem;top:6.3125rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:47.75rem;height:4.0625rem;top:2.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFbQZ4hnIhdLOrFc5bvuIlffIX84y5MQ { display:block; }#TFbQZ4hnIhdLOrFc5bvuIlffIX84y5MQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0VTc1RiaXf9euZf0ySGthpmlNr49t2m { top:6.625rem;left:0rem;width:33.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBcBQ8y34vgM6t5R3emeR7QPpLgspzcC { width:35.375rem;height:13.125rem;top:17.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3SPUb5CSQo2ENMSqaegiHr31kRMfXzq { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6HKsIylre8OiqrEFaTrkbBLQXif0E7J { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17Luex1EZXomGXmhIgTRF6C3IvlK7A6 { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwWxCsSased5FWX4RndE7WyqAzsNTxGk { width:2.125rem;height:2.125rem;top:8.6875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv4IOSahf8SR3EqfNiz47ciWv14OngT3 { top:32.9375rem;left:0rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAiIVSGA4i9QsRQDz00AmnppHHHgNIxh { display:block; }
 }@media only screen and (max-width: 763px) { #OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM { display:block; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJuTysETc80Q41wKmPWtMIBpqqyGaDdG { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T { width:33.8125rem;height:11.25rem;top:17.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNBt6a8wTpTWGqBA8o9etr3bJog5cADV { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJMO1fcN16izE7J5QMqmeTbWnCtManQv { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvoD2wgisd6A5PCBITcIeooGpJSdwbRU { width:2.125rem;height:2.125rem;top:8.5rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDocHuhpvSi8kTRoTg4rHAuHdMmXXqJ6 { top:7.375rem;left:0rem;width:33.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUlcr7CC3NLRcWkduxtrNzcQprbVo23c { top:31.75rem;left:14.0625rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUM2frekBTbZC134RByT9pATIy6FdhRk { display:block; }
 }@media only screen and (max-width: 763px) { #I530vOXx3odg7wrGTk6HTofMRExaQVPx { display:block; }#I530vOXx3odg7wrGTk6HTofMRExaQVPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyeXyNSAXKxDUAEHLrmlgZgAgXBcHO4W { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8HLkB44KlPCJ5ErXgy6DGuIhTsQwVB7 { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx4CRWpIoLRKzaec7hD6IQrwdJF9NyzF { width:2.125rem;height:2.125rem;top:8.6875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FliFtoKMkthRRZloAZ1eg9wGMW6TwJQP { top:6.625rem;left:0rem;width:33.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9DtQEvtG3wHpOMWyi4pvTCdMBVa29xL { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL2cinyPEpQ7PshDZC097JMpJKkQrshx { width:33.8125rem;height:9.375rem;top:18.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stwko8e6TSymd8KvTagSbmHnwWDxNJTT { top:31rem;left:0rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONMWeMTCLVQuKvbceKR05NitDaPoLZ8d { display:block; }
 }@media only screen and (max-width: 763px) { #tuzwUWTvtAuAInQ2fg8hUCklSJPpibyw { display:block; }#tuzwUWTvtAuAInQ2fg8hUCklSJPpibyw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8OFxhNl3W4ZmnThZUGB1r8LuwwGoVAu { top:6.75rem;left:0rem;width:33.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGqJgyUdGRI9dD3Zw0EAcROpcTKb6tn7 { width:33.8125rem;height:7.5rem;top:18.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw9a20w5Q6OEvUJOa8kdPTBoUOQTKPJw { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWkW76JntWgeCR7ioiJWptLzyzDmWOWo { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDzKoT6359M6RGTyVN6wJWetlaRX04ZN { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ftc42L4GK9QX7yJPOsokyvNgcJk9Il { width:2.125rem;height:2.125rem;top:8.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCg9TKQUl1vbTz5xJLLxHqv1wLIsQBGq { top:29.625rem;left:14.0625rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdvKTAS93M5lrpHeqUiamKueQ0FEuMqz { display:block; }
 }@media only screen and (max-width: 763px) { #yicLyzrdS5iMwMHE5KQRRO9gqsLw9D2N { display:block; }#yicLyzrdS5iMwMHE5KQRRO9gqsLw9D2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMp9Pbk5iZxG3TCWzZKUk2Ue3V4r5rrL { width:47.75rem;height:4.0625rem;top:2.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn7faTuM6r4Lc0V3rOyxbfwsGJkdZ0t0 { display:block; }#rn7faTuM6r4Lc0V3rOyxbfwsGJkdZ0t0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzRRFrJz3qEEOQvuJ5Zm46vN6Htz5TJp { top:7.75rem;left:0rem;width:33.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOTnyvSQg16BFeEcHTCLq8zpNARX27aG { width:33.8125rem;height:5.625rem;top:17.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTDNZ1AQwdVnHqMa43d1N00hh0qRaEBA { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTPQ6TWf5k5EgvlUfQTqaHd2sPMH7oRw { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMUohqtCwiwVUafITUFendUnacNywTbo { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #PauX4tIsHUFWK7zoFMAQonhW3ZAmhFoS { width:2.125rem;height:2.125rem;top:9.125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wme9UVFuSW38ZTayf4p4uHDg9sRJQt9c { top:28.125rem;left:0rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQKJ5WR7AtskvafTT9wJQqMHurpf1bRa { display:block; }
 }@media only screen and (max-width: 763px) { #negagiSApODqf4WA0nBrVQVVnn0T9chV { display:block; }#negagiSApODqf4WA0nBrVQVVnn0T9chV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #At1lSzIsOu4O1xiVvG6dikXbLhSbEHqO { top:7.1875rem;left:0rem;width:33.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqgFXxNRrxCnH124y61iSiyLfCL9vois { width:37.375rem;height:7.5rem;top:18.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #An8N6JzQzSgDD3DkJTMkzbw9Tr2uK3AS { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnqXIEwsfl6pdvTQ5QP2NInZFs63eJTc { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXgu1D74kP8C6XdJvgD5URfbSkokfAJS { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmLZ4inAhFzT7U4TOWq02rTuHH1AKX7A { width:2.125rem;height:2.125rem;top:8.1875rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCSc9EGSiRTscJPO7geqZNT0519BvN8T { top:29.625rem;left:14.0625rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn3w3V2aAT185K0hR7qKVgyEDPaiTEfe { display:block; }
 }@media only screen and (max-width: 763px) { #lwOuCEoznR1fbMoFdvQ448soS6TAViOx { display:block; }#lwOuCEoznR1fbMoFdvQ448soS6TAViOx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8tgnl1T9oKEWpFtkZWCREVvC3wwndxf { width:47.75rem;height:4.0625rem;top:2.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH9OAyyUunIdCENUycqTe9m5Skfzp1VR { display:block; }#pH9OAyyUunIdCENUycqTe9m5Skfzp1VR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ah3Q2qXeQaz1M7D7zfdkNcTo9fh2Sr8t { top:7.1875rem;left:0rem;width:33.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8S7XQCLIMgVi9wc2U6s0rIdz7Vw3KVM { width:37.375rem;height:9.375rem;top:17.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1cJHQxU5fQbUS97Hla2Ae1ykCihWXGN { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNoWFJCoA7xfq11qKNT6UvHnk1f14UgA { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #W02f6xkt2UPwqJNdoCth0n4HtAKT3n1m { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #m39hvu4zpxJSWMJEb3wm1zfXXhmcHLKl { width:2.125rem;height:2.125rem;top:7.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZK9HUpOcleTgQKzHXfTQx4VfOtB8W1I { top:30.5rem;left:0rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA660SnNPtE6QozHvpJA2Ts3MJzXyryK { display:block; }
 }@media only screen and (max-width: 763px) { #HNtenlKS8Bu0sHBLypksrpR9QNHq0fvC { display:block; }#HNtenlKS8Bu0sHBLypksrpR9QNHq0fvC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EW2V98GdpBAh0M9OTCOsntxX5CFBPkT1 { top:7.1875rem;left:0rem;width:33.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFqi6C6caDI5kzBQApcKeMxKXNsRW9gT { width:37.3125rem;height:5.625rem;top:18.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG761ZPb0NxWvbLsp1COkzZZV26UoZry { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #US5oDLivrv2xUQoPNqSqU1GuCppHQVhV { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4l11xeNUktm38XkMfBIHMGr9XgxJIiy { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEkQihrmIAN4vHLtSWPtbfIDmGXgfTaT { width:2.0625rem;height:2.0625rem;top:7.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #daa8Z6hrXGbax4zNlLi0pvirCbfI2sET { top:27.5rem;left:14.0625rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srf99q36yVhlmvdqPzJSbp0qBLhpV43Z { display:block; }
 }@media only screen and (max-width: 763px) { #iZVtS5XaDWal4GRol4lDB8qz4ReoHAZu { display:block; }#iZVtS5XaDWal4GRol4lDB8qz4ReoHAZu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCi1zcw4ZDwQapwn1UGW3hhzbhOopp7c { top:7.1875rem;left:0rem;width:33.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfEiqaBvCeP3Rq061LRNWbq4JIp1SrNi { width:37.375rem;height:7.5rem;top:17.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsU92ZMSBBTSVJciUggl2X4bzxN1A4vs { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf1apzrlPQn2PdnWo4CgL0LLc5CQR8IX { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtO1mGemMtOMZSouT5Su34JedhTipvSm { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGTatlPS1T2BQD25KBsqN676ANX9EcIy { width:2.125rem;height:2.125rem;top:7.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0kMN1wu6EQvhSplooiUzAdbH2NrMILn { top:29.3125rem;left:0rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mapri6zSalN4V1oRvwrsVHHbbnoJMa2T { display:block; }
 }@media only screen and (max-width: 763px) { #Zu08ppksy0t4XR9Dg1NM4UtKFz7aZMyk { display:block; }#Zu08ppksy0t4XR9Dg1NM4UtKFz7aZMyk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFGrTe2PCgkaHId7dtvDOm86uKv8N07v { top:7.1875rem;left:0rem;width:33.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeZ3pLR3wR1kUmeRdzMqcFt0W91Q29oz { width:37.3125rem;height:5.625rem;top:18.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1IoL5OIbyA0d1zELGDrSINkKUyV1XTq { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #adOfVrVSKs2KVbXTCU39nteDHELtv9WD { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3yI5yOBSVGF5PZtavZN9x0lzN1wytfZ { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJHUZARl3W5tXO7SV5uUeASdctrg4ksR { width:2.0625rem;height:2.0625rem;top:7.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff7A33wkm5ZWDpdpfK9HJTfJ8UqdVuPV { top:27.5rem;left:14.0625rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVlNM0SAAJGTP69fqFfsdxJOrCFDCPTS { display:block; }
 }@media only screen and (max-width: 763px) { #nNKTCrJ6VrTl0zSVy7b9rP2HWaL4nIMs { display:block; }#nNKTCrJ6VrTl0zSVy7b9rP2HWaL4nIMs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzcurtXasUdcasnKOtWCsBhQmzX3brNQ { width:47.75rem;height:4.0625rem;top:2.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcXxXSrRm5td1TGuyUD7ot5ChgFipg5p { display:block; }#IcXxXSrRm5td1TGuyUD7ot5ChgFipg5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUNsQNSN78DbmRmVAvshPHKJGg6bCihx { top:7.1875rem;left:0rem;width:33.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC30NuUEEBAAyMgW1kLsURAtF2EXdhrt { width:37.3125rem;height:7.5rem;top:18.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ8RTt1FNZH4H2Z7tkZmZ1HVcOg4VEii { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs4MiLEd8bpqC793aEHNn2KvJemwT9Ce { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNd7FVkOSMrSZ2KyDdw9TqgkJWaH04Um { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZaTEyTR7eND3UJw5upMccLA3fDAbwmB { width:2.125rem;height:2.125rem;top:7.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb6vq7s7TEP8TOd2VFf6uy6BxlNZsFmh { top:30.125rem;left:0rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPiODNNDZlDZSITKK9JOKqzTZ0FV9N0T { display:block; }
 }@media only screen and (max-width: 763px) { #X8Kuv5iqRz5M6UDyptCdKXIsm5bpXrn6 { display:block; }#X8Kuv5iqRz5M6UDyptCdKXIsm5bpXrn6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OczdgIoaxaZt5vVXCBOT507WVSOecvBI { top:7.1875rem;left:0rem;width:33.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpT9heMufqeuX33KGUpM2QPILFM39Soz { width:37.3125rem;height:7.5rem;top:18.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEbXCgVzUiJ0VsWSoqB5086n9TizAWtO { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1JzuAR3F1IBSkpcTl84CX3FAyJ8NTsd { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsi7paOEpTsXi3ibMqoGrszz7JrkyXZC { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUuRWkTX2DhmZZc8MGD6d3iHDJT46UST { width:2.0625rem;height:2.0625rem;top:7.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgNt6Pt4moCnfAQkqWGbthu5XEqngOxx { top:29.375rem;left:14.0625rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAfFnyDkzrHLcS6m8BcKmnGgTfpA1oaC { display:block; }
 }@media only screen and (max-width: 763px) { #wqJcJXDfSU4TVO3T5QTJ5zoxoHzfUtzm { display:block; }#wqJcJXDfSU4TVO3T5QTJ5zoxoHzfUtzm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XP1nHqkG3czqSX83EIoEh74dlmBXSfZe { top:7.1875rem;left:0rem;width:33.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcpVTs6efBQ6ztLkxgZ5AXPa0k54TMKT { width:36.4375rem;height:7.5rem;top:18.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6E6ANNmKQuaXZJ0sNBW0rKuMxgc6oGu { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSlH04UT3N1uZJrL3QmD0ayNPuUuh06u { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKx2LLq2N9tVHi81wLBpe1KJ0c5TGnuK { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMb4TUbuoR3ET25wS4n3wqGqN8oBPG6y { width:2.125rem;height:2.125rem;top:7.4375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRp8UHGVr1IntQnDOdmBCwsUNXpIxD2e { top:30.125rem;left:0rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySQ37AI9LlmXMPX0mze0qa6aNtyVa3A8 { display:block; }
 }@media only screen and (max-width: 763px) { #eqGTAVF7mOXcXMtsEG5ZFdkflGyCoBBL { display:block; }#eqGTAVF7mOXcXMtsEG5ZFdkflGyCoBBL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKcuCAHDBgmfcUKUHVKpcXoF3EMF1Qd4 { width:47.75rem;height:4.0625rem;top:2.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDaB529NflRtTVkBydN94rHwEc2eoEPx { display:block; }#KDaB529NflRtTVkBydN94rHwEc2eoEPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpaM68kPcgieXU3Xho5beqO0qnTDW64A { top:7.1875rem;left:0rem;width:33.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiyh98TFP9UnwmOGwzg7mHC0W0zxZXIK { width:34.5rem;height:7.5rem;top:18.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKGIbkC77at9OS5VT3tm5rlZcU4BpWW1 { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbJE8O9xnJtUncqPCl4rbtDkcayWX2V6 { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiPwzRgidDyu6pVTkr2L2mW6hgeq5SQ7 { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU282izc2iRF8wTdtq6EPUJr1zvaXMMP { width:2.125rem;height:2.125rem;top:7.3125rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWpeE24vacNJHAh6NuqvJov9dhU8hXeh { top:29.5625rem;left:0rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLKXNZQTavP62evTnDSPHdD9woKO4ao3 { display:block; }
 }@media only screen and (max-width: 763px) { #qh9OGTW7FTTvfVkW8RiGq4tG88NnLMc0 { display:block; }#qh9OGTW7FTTvfVkW8RiGq4tG88NnLMc0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTgxqFPo4egzb8itwxAFTHBc2LfIXeHG { top:7.1875rem;left:0rem;width:33.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZkScv6ZJlhMmwDu7OUWczSPErSgT1K9 { width:33.8125rem;height:5.625rem;top:17.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G65SbPMKHtTgHMeGJpr9OdcJfsTdiSr0 { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuB9GtTy75IcNercMps5rKatQ3rThEty { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ0ageHd7V9cTnHDItZRVIteT4ApC30d { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOTpoEseAWb3rNIXksG5sr9yVTQI72ui { width:2.125rem;height:2.125rem;top:6.625rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #c585b0GbHs2v0WJJ9FoS4aEyZClpuRhb { width:18.1875rem;height:3.3125rem;top:30.8125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9NmzsliSQT9gvr580fVuI3olMeEXBh { display:block; }
 }@media only screen and (max-width: 763px) { #re3PDz1mOaiEVrWKnfo7sNGadRRH5VRL { top:25.5625rem;left:14.0625rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS9eLioUq5eqzbBTUmXIHP14ByNZZERy { display:block; }
 }@media only screen and (max-width: 763px) { #PowfhTSWpHv2C5J1O03Agr4WheEwcOKs { display:block; }#PowfhTSWpHv2C5J1O03Agr4WheEwcOKs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osC2pRIMqdtChTuPef2qvNs5T0PVk2yv { width:47.75rem;height:4.0625rem;top:2.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me7n0zPglMo2fLSZ5x8fgwzS7QDGDTE0 { display:block; }#Me7n0zPglMo2fLSZ5x8fgwzS7QDGDTE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlOdZ50T2rNbAqAb54x16vPfvxsVAsdF { top:8.4375rem;left:0rem;width:33.8125rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiO4HKSlWtRNRTxXwBnTlkAlW4NRMl79 { width:37.8125rem;height:9.375rem;top:16.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u15aP6AU5JZPPrOJ4MrsPumQHFK54W9k { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6yGx0eWUbSMgO2Zr4zR053GZ0xDkTHe { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsIckrP4X7BSsWtCASx9aqX5wx52m0Pt { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpzER2OTLGakoDwluacmak793QV6pqBB { width:2.125rem;height:2.125rem;top:5.4375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpBepRtzl6pXBoFnL7qDC2IyRFO4nS6g { top:31.0625rem;left:0rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9VSI8KUJqsWbsdRpfLZ40TgET7RUZq8 { display:block; }
 }@media only screen and (max-width: 763px) { #TLSVbzPT7XRekeBcGRDoW7F8ICQL1qEK { display:block; }#TLSVbzPT7XRekeBcGRDoW7F8ICQL1qEK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i58GwGFf4b90ME08GRUml908urATTBlp { top:7.5rem;left:0rem;width:33.9375rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmcnsIyV1BSgxVw6Fg59FXE8hDqWUnps { width:37.8125rem;height:13.125rem;top:16.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq7tFIw7aT9pAe27yUBPWc4DZB9WeAgf { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7r7DSzrvJUJoKBp423o4sx3tExd2D8k { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm48hlzkbdhHsQuSO6R8Z66k8yszPuTJ { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBxE7TwhXXbfTvDfc70oUiNCFVWeQVrN { width:2.125rem;height:2.125rem;top:5.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH3DXqIs2INXn6cq07r2a9y0o5MfBeBe { top:32.8125rem;left:14.0625rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCANXv3P7JEvD6KLwdH8k00iXVzD8KWx { display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:47.75rem;height:4.0625rem;top:2.375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn { display:block; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS { width:10.625rem;height:10.625rem;top:2.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihgEIrkN3EbQDwORL5NxDVXuSq4eZ23G { width:10.625rem;height:10.625rem;top:2.75rem;left:19.104166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE { width:10.625rem;height:10.625rem;top:2.6875rem;left:35.020833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0DUcLpq1VvkVcSgZK9hKzJcH0Giwhan { top:1.75rem;left:0rem;width:46.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBypQkaFEKJ2xNZXpxHOgoSVbFZSDgGT { display:block; }
 }@media only screen and (max-width: 763px) { #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { width:47.75rem;height:11.4375rem;top:7.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy5TRMndpZR6r919Ti1auzZVkbwb19Vz { width:47.75rem;height:3.375rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS9Twm6V4eA4uDpdpHXdsGpH0RTGqhO1 { width:13.875rem;height:3.75rem;top:23.5rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0BgTbcLv7M6fudE1Zr0lqWphLLi5Ehc { display:block; }
 }@media only screen and (max-width: 763px) { #ungs8HI65y4HRplctDha9rFalPyTzmSn { width:13.875rem;height:3.75rem;top:23.5rem;left:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv0mbqHNGiTcTOIE8PI0ml0GJOF1610T { display:block; }
 }@media only screen and (max-width: 763px) { #yO4mPfu9WsEGz2OyKBw477dEvLOInFD9 { width:13.875rem;height:3.75rem;top:23.5rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXaXQ8Krbh9rsJp0VPCyzNM59bgiLvV7 { display:block; }
 }@media only screen and (max-width: 763px) { #PlsHh2nEB8HH3xiMy8KTrT4LKyP3u97y { width:13.875rem;height:3.75rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9xUewLz6gDlXwg6bm2aweEsPenSsRPh { display:block; }
 }@media only screen and (max-width: 763px) { #VOMBMCqtepVgp8JBNQ0XFOgnyxU41gZz { display:block; }#VOMBMCqtepVgp8JBNQ0XFOgnyxU41gZz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onRaIZgfmI4nqxusdTplS8S9lu8mVAA3 { width:47.75rem;height:3.375rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ61FWInbGMJlcgTWZugTyFSA1Tz5Wrr { top:8.125rem;left:23.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfuT0glfPEA2UDkVgCzALxHN30OfzEkL { top:8.125rem;left:42.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNtUIQDbEKJZT1wKdPmvdmEXsDPDdZnK { top:8.125rem;left:1.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSnNCNWnZJLtqqXgJDCLTimI7b4SIDfD { width:16.1875rem;height:5.625rem;top:12.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSIf7Wna8R9D7wVcT8Kyrv1RLKL64Z2Q { width:16.1875rem;height:1.875rem;top:12.3125rem;left:16.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUyzUT2KHt4Xn7m0en6949kC81zKQtqG { width:16.1875rem;height:1.875rem;top:12.5625rem;left:31.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwq0P5qRvsBBwdeyRHcvNXG3A5ZByJ8L { top:2.375rem;left:45.5rem;width:2.25rem;height:2.25rem;display:none; }
#Jwq0P5qRvsBBwdeyRHcvNXG3A5ZByJ8L > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #VT2Qd0s9I2JZvXZSTth9JhbEUB3s5Qt4 { top:2.5625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:none; }
#VT2Qd0s9I2JZvXZSTth9JhbEUB3s5Qt4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #EHbdNEwA9T98CyBAORLWldSDWODAQeNC { top:2.5625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:none; }
#EHbdNEwA9T98CyBAORLWldSDWODAQeNC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Jb1WfnK4snTPuTXBFL3dnNK0bLW1yCfL { top:2.6875rem;left:46.125rem;width:1.625rem;height:1.625rem;display:none; }
#Jb1WfnK4snTPuTXBFL3dnNK0bLW1yCfL > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #KTN99yRLTMsyodfaZ44JU0CTIJ5GlGgK { display:block; }#KTN99yRLTMsyodfaZ44JU0CTIJ5GlGgK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tI5a1IIpov1vIcNNxJUbeG8TtG98LdXP { top:0.875rem;left:0rem;width:7.6875rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww4zUtnSAXuEOQxkTKlXGh8Le84rxsSb { top:0.875rem;left:15.406251907349rem;width:16.9375rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP2qqQuiIlOsrCdwyXwuDRxTQpCFB80b { top:0.875rem;left:42.375rem;width:4.5rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cWqqIl3yW4w733Q6p5yKwxs8qxEINeig { position:relative;z-index:auto;display:block; }#cWqqIl3yW4w733Q6p5yKwxs8qxEINeig { background-color: transparent; background-image: none; }#cWqqIl3yW4w733Q6p5yKwxs8qxEINeig::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWqqIl3yW4w733Q6p5yKwxs8qxEINeig > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWqqIl3yW4w733Q6p5yKwxs8qxEINeig > .row .container > .video-iframe-container { display: none; }#cWqqIl3yW4w733Q6p5yKwxs8qxEINeig > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cWqqIl3yW4w733Q6p5yKwxs8qxEINeig > .row > .video-iframe-container { display: none; }#cWqqIl3yW4w733Q6p5yKwxs8qxEINeig > .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); }#cWqqIl3yW4w733Q6p5yKwxs8qxEINeig { border-width: 0; border-radius: 0; }#cWqqIl3yW4w733Q6p5yKwxs8qxEINeig > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#cWqqIl3yW4w733Q6p5yKwxs8qxEINeig > .row .container { width:20rem;height:4.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ExyCU4LO39r7gTxQdJDpT7kwDUQSLSI4 { width:19.625rem;height:4.75rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkzT2pHtLgtp4ruNd7a2AJ3vM0uivi9T { top:1.28125rem;left:15.625rem;width:1.75rem;height:1.75rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #BOKyIMZUvuVLUqIrycdrU9wsdu9OmkXc { width:4.1875rem;height:4.1875rem;top:0rem;left:1.1875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #drEBqvOfNQF6lchQxLRUzfGooR344JBu { position:relative;z-index:auto;display:block; }#drEBqvOfNQF6lchQxLRUzfGooR344JBu > .row .container { width:20rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoV3Ffhtumw7quz7WZ2craQFhRO4vpRg { width:20rem;height:2.5rem;top:7.5rem;left:0rem;z-index:15012;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DElCWQbLyblsQlefORzwWhZR5fbknscb { display:block; }
 }@media only screen and (max-width: 763px) { #yNHxOKyMpTTADcd2BUnnDXm7fEGZ6UMG { width:20rem;height:2.5rem;top:0rem;left:0rem;z-index:15014;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJIc16IyGleR2fLd1SOJuVhWzSdXJsUR { display:block; }
 }@media only screen and (max-width: 763px) { #Zk10uuXMNfgLiEQBaszJWTLBHvw9XflK { width:20rem;height:2.5rem;top:5rem;left:0rem;z-index:15013;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0RAMDcNRd27MuFWtIcUCzmL4tT74xyH { display:block; }
 }@media only screen and (max-width: 763px) { #syGmzgeJPTmB45SIxbbzpQUNfNwcnz4a { width:20rem;height:2.5rem;top:2.5rem;left:0rem;z-index:15015;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHZMrtlU080kzEi2ZIFvbbgZiHw5V4zO { display:block; }
 }@media only screen and (max-width: 763px) { #fbTi6kyRSkJSFDeWohwN31QQht8yAgkT { position:relative;z-index:auto;display:none; }#fbTi6kyRSkJSFDeWohwN31QQht8yAgkT > .row .container { width:20rem;height:147.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Jy5diP4ZPx1D7c3dM28SSm9ovz9b2JaM { width:6.875rem;height:2.5rem;top:10.6875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTxwF6byhs8S5NkyU28moV7pqeAsKTEd { display:block; }
 }@media only screen and (max-width: 763px) { #k71dy8D1fSezZK8etDx0BcLJQIHNwBaH { width:6.875rem;height:2.5rem;top:27.0625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNgptZ1szGvpLclAV7EFPWe9L4APNpM7 { display:block; }
 }@media only screen and (max-width: 763px) { #CDOKHZo8DXRLNnupx0Z4kScCEew9k8Cq { width:6.875rem;height:2.5rem;top:23.3125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhfeHlKamVud110vXtBzWDqsLI2JvFv5 { display:block; }
 }@media only screen and (max-width: 763px) { #uX14TAwpR2uwmWuSqmmmWFUcD2uBqIVK { width:6.9375rem;height:6.9375rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Rn5CJFUPLKfU8TblMSapuQ2mG7xZpO { width:1.875rem;height:1.875rem;top:40.1875rem;left:9.0625rem;display:block; }
#p9Rn5CJFUPLKfU8TblMSapuQ2mG7xZpO > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #gDK3GLiM8JCQzaHM2Plzp72lNBto6vB1 { width:1.875rem;height:1.875rem;top:37.0625rem;left:9.0625rem;display:block; }
#gDK3GLiM8JCQzaHM2Plzp72lNBto6vB1 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #hU2rkTAqzI9m2qZleyP2WTw3K2UCixeI { width:1.875rem;height:1.875rem;top:33.9375rem;left:9.0625rem;display:block; }
#hU2rkTAqzI9m2qZleyP2WTw3K2UCixeI > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #FHR3L7p2RyGNvGgoUzT1n6AiAfWkiT4d { width:1.875rem;height:1.875rem;top:30.8125rem;left:9.0625rem;display:block; }
#FHR3L7p2RyGNvGgoUzT1n6AiAfWkiT4d > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #oeTbg4L4atmVJAK8G4eQEFy9OSD5p2MX { width:2.375rem;height:2.375rem;top:5.375rem;left:12.34375rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9uOBxstJh9ND7pxVq4eQ3s6hGqzvuzS { width:16.1875rem;height:0;top:13.1875rem;left:0.8125rem;font-size:1.125rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #wH5swDz7gIImPt3ne5C0WmhqviiDv6P4 { width:6.875rem;height:2.5rem;top:43.3125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv43tRumCNasNbeNbBa9HSndiCfXe4Qp { display:block; }
 }@media only screen and (max-width: 763px) { #Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh { display:block; }#Tx2G75D5G0AF9PslrH52UQJLsVCyQEwh > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z02dJ7ABqDFXyp8a6SgTGpzy1HsCFXXD { width:12.5rem;height:3.125rem;top:30.49982213974rem;left:3.7180395722389rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpVucQ84IscxFdiLGmIfw15fftH9pHdm { display:block; }
 }@media only screen and (max-width: 763px) { #exG9WsFB5OLIoTb2TwFhlEthTBLCOTKa { width:12.5rem;height:3.125rem;top:25.499821748584rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CR6UJJyT3bWU8WlO19gliTG0FTcqEeOe { display:block; }
 }@media only screen and (max-width: 763px) { #VVqzAz5NMIQaJb0as1nJ394fHogIsRZX { width:12.5rem;height:3.125rem;top:20.49893483147rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6T9fBrEazK8IJE9qlygpICp78sapi09 { display:block; }
 }@media only screen and (max-width: 763px) { #IqJfs4V0JDHJEv1wGk1NxeSAKu7dAnOI { width:17.1875rem;height:8.25rem;top:8.935546875rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nHPTVJBQUnvIAaoRaxHtQhWPAVXygSms { width:20rem;height:4.798825rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8lIm7rhKwXdZ5xZmvnWROk3oQtRy5Bc { width:12.5rem;height:3.125rem;top:40.561966981739rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwsdPnMvWFKPqFu9deWU5mSrLCm6GxLn { display:block; }
 }@media only screen and (max-width: 763px) { #RHVv2EWGNsJsr3a6kc5Ewq2eE2HEkl5W { width:12.5rem;height:3.125rem;top:35.497159089893rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6vIDNT3xbnl8d56LiRPbdCurUx16pFV { display:block; }
 }@media only screen and (max-width: 763px) { #KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq { display:block; }#KiuJWknAopEJA8zLPKgJv16GyQZ1Aioq > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezgGaXCnEx4l3x4ttTmMDWgfDJt2mVzk { width:11.625rem;height:3.14930625rem;top:6.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glIFUWkrOhpWk29bRitftOICUu03vuE0 { width:16.5rem;height:3rem;top:11rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgHmllWiZ4hLnKroTHnZ9UZ1AZALJyVa { width:4.125rem;height:4.125rem;top:0.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKsSPCVRcgtq75e4cbIUJUTVoeGk8GUW { width:2.5rem;height:0.125rem;top:10.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3ohC1kb5yZAhR2DfnhFzBamsyoi01pg { width:12.9375rem;height:1.575rem;top:21.5rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBOgS2GsGK2h8TTdfEAkl6LKTcEyZX0s { width:16.5rem;height:6rem;top:41.75rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #in5e9WVwIDKFZGO65aJBTDiSViTIm1Rn { width:4.125rem;height:4.125rem;top:16.125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPqckyEW2U3C4XagNCBuVQ08m43meIvz { width:2.5rem;height:0.125rem;top:24.3125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAE4dJvqbIG552qB8p8P8I01ATlxJONQ { width:12.9375rem;height:1.575rem;top:37.5625rem;left:3.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFkcFy6VxNFJRiIQKPbTWbvmWiqZfLLt { width:16.5rem;height:4.5rem;top:25.4375rem;left:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPvsJksA1BPkJDn9Tfae2zIovPUwv8TZ { width:4.125rem;height:4.125rem;top:32rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVA07hHPg0ARvoXkzVE3zeF1uPi3qCMI { width:2.5rem;height:0.125rem;top:40.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpiqkIiDOfGaWDEvHQEonazDZMlaiwXX { width:2.125rem;height:2.125rem;top:2rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPdB4oXFnGdU4M5wmrdohz4Bga8Jzsc5 { width:2.125rem;height:2.125rem;top:17.125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx3MA9rT4ozHuWSrNXF3dlPke1xw4Sh1 { width:2.125rem;height:2.125rem;top:33rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM { display:block; }#m9OetqhCgEvoNPk70zpLDq3eXBWiCcaM > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hTX8Loi5IG9yBfHTKQ9cQE8zETmNMewp { width:20rem;height:2.4375rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFbQZ4hnIhdLOrFc5bvuIlffIX84y5MQ { display:block; }#TFbQZ4hnIhdLOrFc5bvuIlffIX84y5MQ > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P0VTc1RiaXf9euZf0ySGthpmlNr49t2m { width:16.8125rem;height:11.875rem;top:11.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBcBQ8y34vgM6t5R3emeR7QPpLgspzcC { width:20rem;height:15.9375rem;top:25.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3SPUb5CSQo2ENMSqaegiHr31kRMfXzq { width:2.5rem;height:0.125rem;top:9.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6HKsIylre8OiqrEFaTrkbBLQXif0E7J { width:20rem;height:1.75rem;top:7.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J17Luex1EZXomGXmhIgTRF6C3IvlK7A6 { width:4.125rem;height:4.125rem;top:1.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwWxCsSased5FWX4RndE7WyqAzsNTxGk { width:2.125rem;height:2.125rem;top:2.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jv4IOSahf8SR3EqfNiz47ciWv14OngT3 { top:43.4375rem;left:1.15625rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAiIVSGA4i9QsRQDz00AmnppHHHgNIxh { display:block; }
 }@media only screen and (max-width: 763px) { #OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM { display:block; }#OJBvN7Cm6u8UPARPTAP4Z3qbTZuSz8tM > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJuTysETc80Q41wKmPWtMIBpqqyGaDdG { width:12.9375rem;height:1.75rem;top:7.25rem;left:3.53125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3BDAtTxt1a042gTm2GpT2eKoOw8nl3T { width:20rem;height:15.9375rem;top:26.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNBt6a8wTpTWGqBA8o9etr3bJog5cADV { width:2.5rem;height:0.125rem;top:9.8125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJMO1fcN16izE7J5QMqmeTbWnCtManQv { width:4.125rem;height:4.125rem;top:1.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvoD2wgisd6A5PCBITcIeooGpJSdwbRU { width:2.125rem;height:2.125rem;top:2.6875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDocHuhpvSi8kTRoTg4rHAuHdMmXXqJ6 { width:16.8125rem;height:11.875rem;top:11.375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUlcr7CC3NLRcWkduxtrNzcQprbVo23c { top:43.8125rem;left:1.125rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUM2frekBTbZC134RByT9pATIy6FdhRk { display:block; }
 }@media only screen and (max-width: 763px) { #I530vOXx3odg7wrGTk6HTofMRExaQVPx { display:block; }#I530vOXx3odg7wrGTk6HTofMRExaQVPx > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dyeXyNSAXKxDUAEHLrmlgZgAgXBcHO4W { width:2.5rem;height:0.125rem;top:8.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8HLkB44KlPCJ5ErXgy6DGuIhTsQwVB7 { width:4.125rem;height:4.125rem;top:1.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx4CRWpIoLRKzaec7hD6IQrwdJF9NyzF { width:2.125rem;height:2.125rem;top:2.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FliFtoKMkthRRZloAZ1eg9wGMW6TwJQP { width:16.8125rem;height:11.875rem;top:10.4375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9DtQEvtG3wHpOMWyi4pvTCdMBVa29xL { width:20rem;height:1.75rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL2cinyPEpQ7PshDZC097JMpJKkQrshx { width:20rem;height:12.75rem;top:25.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stwko8e6TSymd8KvTagSbmHnwWDxNJTT { top:39.375rem;left:1.125rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONMWeMTCLVQuKvbceKR05NitDaPoLZ8d { display:block; }
 }@media only screen and (max-width: 763px) { #tuzwUWTvtAuAInQ2fg8hUCklSJPpibyw { display:block; }#tuzwUWTvtAuAInQ2fg8hUCklSJPpibyw > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D8OFxhNl3W4ZmnThZUGB1r8LuwwGoVAu { width:16.75rem;height:11.875rem;top:11.125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGqJgyUdGRI9dD3Zw0EAcROpcTKb6tn7 { width:20rem;height:9.5625rem;top:25.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw9a20w5Q6OEvUJOa8kdPTBoUOQTKPJw { width:2.5rem;height:0.125rem;top:9.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWkW76JntWgeCR7ioiJWptLzyzDmWOWo { width:20rem;height:1.75rem;top:6.5029296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDzKoT6359M6RGTyVN6wJWetlaRX04ZN { width:4.125rem;height:4.125rem;top:1.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ftc42L4GK9QX7yJPOsokyvNgcJk9Il { width:2.125rem;height:2.125rem;top:2.375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCg9TKQUl1vbTz5xJLLxHqv1wLIsQBGq { top:36.25rem;left:1.125rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdvKTAS93M5lrpHeqUiamKueQ0FEuMqz { display:block; }
 }@media only screen and (max-width: 763px) { #yicLyzrdS5iMwMHE5KQRRO9gqsLw9D2N { display:block; }#yicLyzrdS5iMwMHE5KQRRO9gqsLw9D2N > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FMp9Pbk5iZxG3TCWzZKUk2Ue3V4r5rrL { width:20rem;height:2.4375rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn7faTuM6r4Lc0V3rOyxbfwsGJkdZ0t0 { display:block; }#rn7faTuM6r4Lc0V3rOyxbfwsGJkdZ0t0 > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzRRFrJz3qEEOQvuJ5Zm46vN6Htz5TJp { width:16.8125rem;height:11.875rem;top:10.21484375rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOTnyvSQg16BFeEcHTCLq8zpNARX27aG { width:20rem;height:6.375rem;top:24.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTDNZ1AQwdVnHqMa43d1N00hh0qRaEBA { width:2.5rem;height:0.125rem;top:8.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTPQ6TWf5k5EgvlUfQTqaHd2sPMH7oRw { width:20rem;height:1.75rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMUohqtCwiwVUafITUFendUnacNywTbo { width:4.125rem;height:4.125rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PauX4tIsHUFWK7zoFMAQonhW3ZAmhFoS { width:2.125rem;height:2.125rem;top:2.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wme9UVFuSW38ZTayf4p4uHDg9sRJQt9c { top:32.21875rem;left:1.125rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQKJ5WR7AtskvafTT9wJQqMHurpf1bRa { display:block; }
 }@media only screen and (max-width: 763px) { #negagiSApODqf4WA0nBrVQVVnn0T9chV { display:block; }#negagiSApODqf4WA0nBrVQVVnn0T9chV > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #At1lSzIsOu4O1xiVvG6dikXbLhSbEHqO { width:16.8125rem;height:11.875rem;top:12.15234375rem;left:1.40625rem;border-top-left-radius:3.8125rem;border-top-right-radius:2.25rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqgFXxNRrxCnH124y61iSiyLfCL9vois { width:20rem;height:11.15625rem;top:27.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #An8N6JzQzSgDD3DkJTMkzbw9Tr2uK3AS { width:2.5rem;height:0.125rem;top:10.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnqXIEwsfl6pdvTQ5QP2NInZFs63eJTc { width:20rem;height:3.5rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXgu1D74kP8C6XdJvgD5URfbSkokfAJS { width:4.125rem;height:4.125rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmLZ4inAhFzT7U4TOWq02rTuHH1AKX7A { width:2.125rem;height:2.125rem;top:2.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCSc9EGSiRTscJPO7geqZNT0519BvN8T { top:39.625rem;left:1.125rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn3w3V2aAT185K0hR7qKVgyEDPaiTEfe { display:block; }
 }@media only screen and (max-width: 763px) { #lwOuCEoznR1fbMoFdvQ448soS6TAViOx { display:block; }#lwOuCEoznR1fbMoFdvQ448soS6TAViOx > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8tgnl1T9oKEWpFtkZWCREVvC3wwndxf { width:20rem;height:2.4375rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH9OAyyUunIdCENUycqTe9m5Skfzp1VR { display:block; }#pH9OAyyUunIdCENUycqTe9m5Skfzp1VR > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ah3Q2qXeQaz1M7D7zfdkNcTo9fh2Sr8t { width:16.75rem;height:11.8125rem;top:10.5rem;left:1.4375rem;border-top-left-radius:3.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8S7XQCLIMgVi9wc2U6s0rIdz7Vw3KVM { width:20rem;height:14.34375rem;top:23.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1cJHQxU5fQbUS97Hla2Ae1ykCihWXGN { width:2.5rem;height:0.125rem;top:8.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNoWFJCoA7xfq11qKNT6UvHnk1f14UgA { width:20rem;height:1.75rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W02f6xkt2UPwqJNdoCth0n4HtAKT3n1m { width:4.125rem;height:4.125rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m39hvu4zpxJSWMJEb3wm1zfXXhmcHLKl { width:2.125rem;height:2.125rem;top:2.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZK9HUpOcleTgQKzHXfTQx4VfOtB8W1I { top:39.53125rem;left:1.125rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA660SnNPtE6QozHvpJA2Ts3MJzXyryK { display:block; }
 }@media only screen and (max-width: 763px) { #HNtenlKS8Bu0sHBLypksrpR9QNHq0fvC { display:block; }#HNtenlKS8Bu0sHBLypksrpR9QNHq0fvC > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EW2V98GdpBAh0M9OTCOsntxX5CFBPkT1 { width:16.5625rem;height:11.75rem;top:10.5625rem;left:1.4375rem;border-top-left-radius:3.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFqi6C6caDI5kzBQApcKeMxKXNsRW9gT { width:20rem;height:7.96875rem;top:23.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HG761ZPb0NxWvbLsp1COkzZZV26UoZry { width:2.5rem;height:0.125rem;top:9rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #US5oDLivrv2xUQoPNqSqU1GuCppHQVhV { width:20rem;height:1.75rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4l11xeNUktm38XkMfBIHMGr9XgxJIiy { width:4.125rem;height:4.125rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEkQihrmIAN4vHLtSWPtbfIDmGXgfTaT { width:2.125rem;height:2.125rem;top:2.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #daa8Z6hrXGbax4zNlLi0pvirCbfI2sET { top:33.15625rem;left:1.125rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srf99q36yVhlmvdqPzJSbp0qBLhpV43Z { display:block; }
 }@media only screen and (max-width: 763px) { #iZVtS5XaDWal4GRol4lDB8qz4ReoHAZu { display:block; }#iZVtS5XaDWal4GRol4lDB8qz4ReoHAZu > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lCi1zcw4ZDwQapwn1UGW3hhzbhOopp7c { width:16.625rem;height:11.8125rem;top:10.5rem;left:1.4375rem;border-top-left-radius:3.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfEiqaBvCeP3Rq061LRNWbq4JIp1SrNi { width:20rem;height:9.5625rem;top:24.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsU92ZMSBBTSVJciUggl2X4bzxN1A4vs { width:2.5rem;height:0.125rem;top:8.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf1apzrlPQn2PdnWo4CgL0LLc5CQR8IX { width:20rem;height:1.75rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtO1mGemMtOMZSouT5Su34JedhTipvSm { width:4.125rem;height:4.125rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGTatlPS1T2BQD25KBsqN676ANX9EcIy { width:2.125rem;height:2.125rem;top:2.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0kMN1wu6EQvhSplooiUzAdbH2NrMILn { top:35.75rem;left:1.125rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mapri6zSalN4V1oRvwrsVHHbbnoJMa2T { display:block; }
 }@media only screen and (max-width: 763px) { #Zu08ppksy0t4XR9Dg1NM4UtKFz7aZMyk { display:block; }#Zu08ppksy0t4XR9Dg1NM4UtKFz7aZMyk > .row .container { width:20rem;height:40.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFGrTe2PCgkaHId7dtvDOm86uKv8N07v { width:16.5625rem;height:11.75rem;top:10.5625rem;left:1.4375rem;border-top-left-radius:3.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeZ3pLR3wR1kUmeRdzMqcFt0W91Q29oz { width:20rem;height:9.5625rem;top:23.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1IoL5OIbyA0d1zELGDrSINkKUyV1XTq { width:2.5rem;height:0.125rem;top:9rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #adOfVrVSKs2KVbXTCU39nteDHELtv9WD { width:20rem;height:1.75rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3yI5yOBSVGF5PZtavZN9x0lzN1wytfZ { width:4.125rem;height:4.125rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJHUZARl3W5tXO7SV5uUeASdctrg4ksR { width:2.125rem;height:2.125rem;top:2.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff7A33wkm5ZWDpdpfK9HJTfJ8UqdVuPV { top:35.09375rem;left:1.15625rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVlNM0SAAJGTP69fqFfsdxJOrCFDCPTS { display:block; }
 }@media only screen and (max-width: 763px) { #nNKTCrJ6VrTl0zSVy7b9rP2HWaL4nIMs { display:block; }#nNKTCrJ6VrTl0zSVy7b9rP2HWaL4nIMs > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kzcurtXasUdcasnKOtWCsBhQmzX3brNQ { width:20rem;height:2.4375rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcXxXSrRm5td1TGuyUD7ot5ChgFipg5p { display:block; }#IcXxXSrRm5td1TGuyUD7ot5ChgFipg5p > .row .container { width:20rem;height:43.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUNsQNSN78DbmRmVAvshPHKJGg6bCihx { width:16.4375rem;height:11.6875rem;top:10.5625rem;left:1.4375rem;border-top-left-radius:3.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC30NuUEEBAAyMgW1kLsURAtF2EXdhrt { width:19.5625rem;height:11.15625rem;top:24.625001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJ8RTt1FNZH4H2Z7tkZmZ1HVcOg4VEii { width:2.5rem;height:0.125rem;top:9rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs4MiLEd8bpqC793aEHNn2KvJemwT9Ce { width:20rem;height:1.75rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNd7FVkOSMrSZ2KyDdw9TqgkJWaH04Um { width:4.125rem;height:4.125rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZaTEyTR7eND3UJw5upMccLA3fDAbwmB { width:2.125rem;height:2.125rem;top:2.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb6vq7s7TEP8TOd2VFf6uy6BxlNZsFmh { top:37.03125rem;left:1.125rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPiODNNDZlDZSITKK9JOKqzTZ0FV9N0T { display:block; }
 }@media only screen and (max-width: 763px) { #X8Kuv5iqRz5M6UDyptCdKXIsm5bpXrn6 { display:block; }#X8Kuv5iqRz5M6UDyptCdKXIsm5bpXrn6 > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OczdgIoaxaZt5vVXCBOT507WVSOecvBI { width:16.4375rem;height:11.6875rem;top:10.5625rem;left:1.4375rem;border-top-left-radius:3.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpT9heMufqeuX33KGUpM2QPILFM39Soz { width:19.3125rem;height:11.15625rem;top:24.723959445953rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEbXCgVzUiJ0VsWSoqB5086n9TizAWtO { width:2.5rem;height:0.125rem;top:9rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1JzuAR3F1IBSkpcTl84CX3FAyJ8NTsd { width:20rem;height:1.75rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gsi7paOEpTsXi3ibMqoGrszz7JrkyXZC { width:4.125rem;height:4.125rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUuRWkTX2DhmZZc8MGD6d3iHDJT46UST { width:2.125rem;height:2.125rem;top:2.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgNt6Pt4moCnfAQkqWGbthu5XEqngOxx { top:37.1298828125rem;left:1.125rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAfFnyDkzrHLcS6m8BcKmnGgTfpA1oaC { display:block; }
 }@media only screen and (max-width: 763px) { #wqJcJXDfSU4TVO3T5QTJ5zoxoHzfUtzm { display:block; }#wqJcJXDfSU4TVO3T5QTJ5zoxoHzfUtzm > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XP1nHqkG3czqSX83EIoEh74dlmBXSfZe { width:16.4375rem;height:11.625rem;top:12.875rem;left:1.59375rem;border-top-left-radius:3.6875rem;border-top-right-radius:2.25rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcpVTs6efBQ6ztLkxgZ5AXPa0k54TMKT { width:19.5625rem;height:9.5625rem;top:26.25rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6E6ANNmKQuaXZJ0sNBW0rKuMxgc6oGu { width:2.5rem;height:0.125rem;top:10.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSlH04UT3N1uZJrL3QmD0ayNPuUuh06u { width:20rem;height:3.5rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKx2LLq2N9tVHi81wLBpe1KJ0c5TGnuK { width:4.125rem;height:4.125rem;top:1.25rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMb4TUbuoR3ET25wS4n3wqGqN8oBPG6y { width:2.125rem;height:2.125rem;top:2.3125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRp8UHGVr1IntQnDOdmBCwsUNXpIxD2e { top:38.59375rem;left:1.15625rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySQ37AI9LlmXMPX0mze0qa6aNtyVa3A8 { display:block; }
 }@media only screen and (max-width: 763px) { #eqGTAVF7mOXcXMtsEG5ZFdkflGyCoBBL { display:block; }#eqGTAVF7mOXcXMtsEG5ZFdkflGyCoBBL > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKcuCAHDBgmfcUKUHVKpcXoF3EMF1Qd4 { width:20rem;height:2.4375rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDaB529NflRtTVkBydN94rHwEc2eoEPx { display:block; }#KDaB529NflRtTVkBydN94rHwEc2eoEPx { border-width: 0; border-radius: 0; }#KDaB529NflRtTVkBydN94rHwEc2eoEPx > .row .container { width:20rem;height:44.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WpaM68kPcgieXU3Xho5beqO0qnTDW64A { width:16.75rem;height:11.875rem;top:11.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xiyh98TFP9UnwmOGwzg7mHC0W0zxZXIK { width:19.4993125rem;height:11.15625rem;top:25.998756408691rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKGIbkC77at9OS5VT3tm5rlZcU4BpWW1 { width:2.5rem;height:0.125rem;top:9.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbJE8O9xnJtUncqPCl4rbtDkcayWX2V6 { width:20rem;height:1.75rem;top:6.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiPwzRgidDyu6pVTkr2L2mW6hgeq5SQ7 { width:4.125rem;height:4.125rem;top:1.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU282izc2iRF8wTdtq6EPUJr1zvaXMMP { width:2.125rem;height:2.125rem;top:2.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWpeE24vacNJHAh6NuqvJov9dhU8hXeh { top:38.404296875rem;left:1.125rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLKXNZQTavP62evTnDSPHdD9woKO4ao3 { display:block; }
 }@media only screen and (max-width: 763px) { #qh9OGTW7FTTvfVkW8RiGq4tG88NnLMc0 { display:block; }#qh9OGTW7FTTvfVkW8RiGq4tG88NnLMc0 { border-width: 0; border-radius: 0; }#qh9OGTW7FTTvfVkW8RiGq4tG88NnLMc0 > .row .container { width:20rem;height:47.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #88809d;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTgxqFPo4egzb8itwxAFTHBc2LfIXeHG { width:16.875rem;height:11.875rem;top:11.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZkScv6ZJlhMmwDu7OUWczSPErSgT1K9 { width:20rem;height:6.375rem;top:26.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G65SbPMKHtTgHMeGJpr9OdcJfsTdiSr0 { width:2.5rem;height:0.125rem;top:9.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuB9GtTy75IcNercMps5rKatQ3rThEty { width:20rem;height:1.75rem;top:6.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ0ageHd7V9cTnHDItZRVIteT4ApC30d { width:4.125rem;height:4.125rem;top:1.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOTpoEseAWb3rNIXksG5sr9yVTQI72ui { width:2.125rem;height:2.125rem;top:2.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #c585b0GbHs2v0WJJ9FoS4aEyZClpuRhb { width:18.9994375rem;height:2.9367875rem;top:35.685382843017rem;left:0.49893468618393rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm9NmzsliSQT9gvr580fVuI3olMeEXBh { display:block; }
 }@media only screen and (max-width: 763px) { #re3PDz1mOaiEVrWKnfo7sNGadRRH5VRL { top:39.8710953125rem;left:1.125rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS9eLioUq5eqzbBTUmXIHP14ByNZZERy { display:block; }
 }@media only screen and (max-width: 763px) { #PowfhTSWpHv2C5J1O03Agr4WheEwcOKs { display:block; }#PowfhTSWpHv2C5J1O03Agr4WheEwcOKs > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osC2pRIMqdtChTuPef2qvNs5T0PVk2yv { width:20rem;height:2.4375rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Me7n0zPglMo2fLSZ5x8fgwzS7QDGDTE0 { display:block; }#Me7n0zPglMo2fLSZ5x8fgwzS7QDGDTE0 { border-width: 0; border-radius: 0; }#Me7n0zPglMo2fLSZ5x8fgwzS7QDGDTE0 > .row .container { width:20rem;height:48.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GlOdZ50T2rNbAqAb54x16vPfvxsVAsdF { width:16.75rem;height:11.875rem;top:11.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiO4HKSlWtRNRTxXwBnTlkAlW4NRMl79 { width:19.5625rem;height:14.34375rem;top:25.5rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u15aP6AU5JZPPrOJ4MrsPumQHFK54W9k { width:2.5rem;height:0.125rem;top:9.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6yGx0eWUbSMgO2Zr4zR053GZ0xDkTHe { width:20rem;height:1.75rem;top:6.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsIckrP4X7BSsWtCASx9aqX5wx52m0Pt { width:4.125rem;height:4.125rem;top:1.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpzER2OTLGakoDwluacmak793QV6pqBB { width:2.125rem;height:2.125rem;top:2.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpBepRtzl6pXBoFnL7qDC2IyRFO4nS6g { top:41.09375rem;left:1.125rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9VSI8KUJqsWbsdRpfLZ40TgET7RUZq8 { display:block; }
 }@media only screen and (max-width: 763px) { #TLSVbzPT7XRekeBcGRDoW7F8ICQL1qEK { display:block; }#TLSVbzPT7XRekeBcGRDoW7F8ICQL1qEK { border-width: 0; border-radius: 0; }#TLSVbzPT7XRekeBcGRDoW7F8ICQL1qEK > .row .container { width:20rem;height:49.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i58GwGFf4b90ME08GRUml908urATTBlp { width:16.75rem;height:11.875rem;top:11.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmcnsIyV1BSgxVw6Fg59FXE8hDqWUnps { width:20rem;height:15.9375rem;top:25.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq7tFIw7aT9pAe27yUBPWc4DZB9WeAgf { width:2.5rem;height:0.125rem;top:9.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7r7DSzrvJUJoKBp423o4sx3tExd2D8k { width:20rem;height:1.75rem;top:6.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm48hlzkbdhHsQuSO6R8Z66k8yszPuTJ { width:4.125rem;height:4.125rem;top:1.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBxE7TwhXXbfTvDfc70oUiNCFVWeQVrN { width:2.125rem;height:2.125rem;top:2.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH3DXqIs2INXn6cq07r2a9y0o5MfBeBe { top:43.0625rem;left:1.125rem;width:17.6875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCANXv3P7JEvD6KLwdH8k00iXVzD8KWx { display:block; }
 }@media only screen and (max-width: 763px) { #zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs { display:block; }#zAwe7L9kgTQJgTZN8zTO270qvGwA3PAs > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9cFOw2ZeIzPF8KIqZ5iQZzKlVTcPAsT { width:18.75rem;height:2.4375rem;top:1.53125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn { display:block; }#tUtl8Zm6T1sCySJVgCQG348aLkz9xlSn > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gimOd1To8KxsoRz4RP3G0TPwlTucJ4NS { width:18.8125rem;height:8rem;top:6.1875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihgEIrkN3EbQDwORL5NxDVXuSq4eZ23G { width:18.8115rem;height:6.5625rem;top:15.248046875rem;left:0.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD9nCNQ5rfiOH3WR8eCZqVLaeXJur5NE { width:18.8115rem;height:6.25rem;top:23.1240234375rem;left:0.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0DUcLpq1VvkVcSgZK9hKzJcH0Giwhan { top:1.3125rem;left:0rem;width:20rem;height:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBypQkaFEKJ2xNZXpxHOgoSVbFZSDgGT { display:block; }
 }@media only screen and (max-width: 763px) { #pomWmVK8n7Lm82VRr08QZ39cXditJ3vm { display:block; }#pomWmVK8n7Lm82VRr08QZ39cXditJ3vm > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DremT83zuLnks5Prqbl2Ce6vk0EaJi9t { width:17.75rem;height:21.0355625rem;top:7.1875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iy5TRMndpZR6r919Ti1auzZVkbwb19Vz { width:18.875rem;height:4.875rem;top:1.25rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS9Twm6V4eA4uDpdpHXdsGpH0RTGqhO1 { width:13.875rem;height:3.75rem;top:44.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0BgTbcLv7M6fudE1Zr0lqWphLLi5Ehc { display:block; }
 }@media only screen and (max-width: 763px) { #ungs8HI65y4HRplctDha9rFalPyTzmSn { width:13.875rem;height:3.75rem;top:39.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv0mbqHNGiTcTOIE8PI0ml0GJOF1610T { display:block; }
 }@media only screen and (max-width: 763px) { #yO4mPfu9WsEGz2OyKBw477dEvLOInFD9 { width:13.875rem;height:3.75rem;top:34.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXaXQ8Krbh9rsJp0VPCyzNM59bgiLvV7 { display:block; }
 }@media only screen and (max-width: 763px) { #PlsHh2nEB8HH3xiMy8KTrT4LKyP3u97y { width:13.875rem;height:3.75rem;top:29.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9xUewLz6gDlXwg6bm2aweEsPenSsRPh { display:block; }
 }@media only screen and (max-width: 763px) { #VOMBMCqtepVgp8JBNQ0XFOgnyxU41gZz { display:block; }#VOMBMCqtepVgp8JBNQ0XFOgnyxU41gZz > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onRaIZgfmI4nqxusdTplS8S9lu8mVAA3 { width:18.75rem;height:2.4375rem;top:1.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NJ61FWInbGMJlcgTWZugTyFSA1Tz5Wrr { width:3.125rem;height:3.125rem;top:19.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfuT0glfPEA2UDkVgCzALxHN30OfzEkL { width:3.125rem;height:3.125rem;top:29.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNtUIQDbEKJZT1wKdPmvdmEXsDPDdZnK { width:3.125rem;height:3.125rem;top:5.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSnNCNWnZJLtqqXgJDCLTimI7b4SIDfD { width:16.1875rem;height:5.625rem;top:9.1875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSIf7Wna8R9D7wVcT8Kyrv1RLKL64Z2Q { width:16.1875rem;height:1.875rem;top:22.9375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUyzUT2KHt4Xn7m0en6949kC81zKQtqG { width:16.1875rem;height:1.875rem;top:32.875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwq0P5qRvsBBwdeyRHcvNXG3A5ZByJ8L { width:2.1875rem;height:2.1875rem;top:37.28125rem;left:4.6875rem;z-index:15012;font-size:1.5rem;display:block; }
#Jwq0P5qRvsBBwdeyRHcvNXG3A5ZByJ8L > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #VT2Qd0s9I2JZvXZSTth9JhbEUB3s5Qt4 { width:1.875rem;height:1.875rem;top:37.4375rem;left:7.5625rem;z-index:15011;display:block; }
#VT2Qd0s9I2JZvXZSTth9JhbEUB3s5Qt4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #EHbdNEwA9T98CyBAORLWldSDWODAQeNC { width:1.875rem;height:1.875rem;top:37.4375rem;left:10.4375rem;z-index:15010;display:block; }
#EHbdNEwA9T98CyBAORLWldSDWODAQeNC > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Jb1WfnK4snTPuTXBFL3dnNK0bLW1yCfL { width:1.5625rem;height:1.5625rem;top:37.59375rem;left:13.3125rem;z-index:15009;font-size:1.0625rem;display:block; }
#Jb1WfnK4snTPuTXBFL3dnNK0bLW1yCfL > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #KTN99yRLTMsyodfaZ44JU0CTIJ5GlGgK { display:block; }#KTN99yRLTMsyodfaZ44JU0CTIJ5GlGgK > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tI5a1IIpov1vIcNNxJUbeG8TtG98LdXP { width:7.6875rem;height:0.8125rem;top:0.4619140625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww4zUtnSAXuEOQxkTKlXGh8Le84rxsSb { width:12.625rem;height:0.8125rem;top:0.4619140625rem;left:3.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NP2qqQuiIlOsrCdwyXwuDRxTQpCFB80b { width:4.5rem;height:0.8125rem;top:0.4619140625rem;left:15.5rem;font-size:0.625rem;display:block; }
 }