.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:252,246,220;--color-primary-1:246,225,139;--color-primary-2:237,194,23;--color-primary-3:119,97,12;--color-primary-4:36,29,3;--color-secondary-0:234,224,237;--color-secondary-1:184,151,194;--color-secondary-2:113,47,132;--color-secondary-3:57,24,66;--color-secondary-4:17,7,20;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Titillium Web";--paragraphs-font-family:"Titillium Web"; }@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; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { border-width: 0; border-radius: 0; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:none; }#Z8xPbelXn83gooLsEdb51h5rIMvioBF2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:1.6875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HJEw6ugPgXvVvoRETz3rFsp8pG2JPNTN { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:14.8125rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#pmk7SpdAQ9dqHQ6OSf1XN2Ui5VcpONTP { color:#4b4b4b;display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:21.1875rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#TlhOgfIhm1rhao89hnMxd407IuGB5kvo { color:#4b4b4b;display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:30.0625rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#FIZEb2vtrrMQJkzA5hxxI3LisGqOHnB3 { color:#4b4b4b;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8125rem;left:38.4375rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#pc27QmJH3HNCF86ps5OxToqS4yvpTFTO { color:#4b4b4b;display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.8125rem;left:47.5rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#Arqw2oy0ya1yUTqELcLlWeE3cLsa9lS8 { color:#4b4b4b;display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:1.8125rem;left:55.8125rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nN4VbcT5mqKvdbWnTNBkTmOOL2TvMqKg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15005;opacity:1;top:1.5625rem;left:68.3125rem; }
#TSdibzArMUeyVsZHAKpGty5IN4ifxZ6G { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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;opacity:1;top:1.5625rem;left:70.8125rem; }
#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/10688b5a-aa80-4ec4-b10a-cefe4c6a1d64/leadkarieraweegree2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.adaptive-delivery-prevent-bg, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyload, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyloading { background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { background-color: transparent; background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .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); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { border-width: 0; border-radius: 0; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#hPbOJ06zHUb7CGiPlOkwRSdMRtag5GW2 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:8.3125rem;top:12.6875rem;left:1.625rem;overflow:hidden;display:block; }
#gQaxZO45hLfz2uiHt0qiWBeTIu1cQNSO { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4b4b4b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:45.1875rem;left:1.625rem;display:block; }
#T06lhGGeqRAKAPGQWemWlHMN1ZOIWa4S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UM94tLG33aB3ofKzOn42XEKX66nToOFC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4b4b4b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:45.1875rem;left:15rem;display:block; }
#D960INhmu5CVOPTyyQfCz2KaRWWFyFQK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yicqDk0u7007NeSAuv9SnVbnlprq8DsO { color:rgba(var(--color-tertiary-0),1);display:block;width:41rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.4375rem;left:1.625rem;height:14.0625rem;display:block; }
#rSMzG9cRXuA9euROtSag0wPNETzHVMkQ { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36.375rem;left:1.625rem;height:6.5rem;display:block; }
#DKT0qxu7t0SQTwSkNwmuI2frr5R6Pvw3 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:1.625rem;height:1.375rem;display:block; }
#rK9TooCFITnQxdHMr61uy5zzXLyXcT1y { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:15rem;height:1.375rem;display:block; }
#xVZ8oQOgBoLCPThV1yAzHFGw0VhAq0ZP { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:21.25rem;height:1.375rem;display:block; }
#qdpPXhzhMHPRbJPaT16IkHLRsoC7UPdV { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:29.875rem;height:1.375rem;display:block; }
#TCWkvWTxyOJvOUUb68XAoZ3VV0hPzbTH { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.375rem;left:38.4375rem;height:1.375rem;display:block; }
#ifMsy5CCJtTAHvpm9xVnPJuIM0VZOaO4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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;opacity:1;top:5.125rem;left:68.25rem; }
#ifMsy5CCJtTAHvpm9xVnPJuIM0VZOaO4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Ncvbdt0ActNwEinKUvcZS2dB8T7AVbOZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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;opacity:1;top:5.125rem;left:70.6875rem; }
#Ncvbdt0ActNwEinKUvcZS2dB8T7AVbOZ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b50ed4a5-ba62-482f-ad0f-83586a57df98/pracawweegree.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK.adaptive-delivery-prevent-bg, #JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK.lazyload, #JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK.lazyloading { background-image: none; }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK > .row .container { border-width: 0; border-radius: 0; }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:none; }#euwkOle0zOLIXlfGVD5uts1TT0pAGuTP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:8.3125rem;top:12.6875rem;left:1.625rem;overflow:hidden;display:block; }
#gsxNASP1fTeQQNmRP10UVxhxmAdsbxIB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4b4b4b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:45.1875rem;left:1.625rem;display:block; }
#Dd0w0R2H6alVlOMSO6Hs53p99H2TVz9p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LO8xehqUtUo9JlTygyrECs9q2ImM8Xrw { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#4b4b4b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:45.1875rem;left:15rem;display:block; }
#m51EpkGxJBIgGULvmlBaRTlUJJdwMSpT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wtvKyGDs6vuXbLsyKaOztSxfg7rEThw9 { color:rgba(var(--color-tertiary-0),1);display:block;width:41rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:21.4375rem;left:1.625rem;height:14.0625rem;display:block; }
#UoDC3X9VAIO1ttBCGy7isea6hZqGliZo { color:rgba(var(--color-tertiary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:36.375rem;left:1.625rem;height:6.5rem;display:block; }
#lWitKHGqkK2CmEsJ1hg6NVFV9QmJUsBU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:5.375rem;left:1.625rem;height:1.375rem;display:block; }
#FSG3BceV8vRLBCS4hrX5r5exXFP9GD5K { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:15rem;height:1.375rem;display:block; }
#e18GTe10oZGpaAIVTb8rSQ63wMLPw2eO { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:21.25rem;height:1.375rem;display:block; }
#s9IwZTfHuJB4sMdf03syGOsWDJd5gsCi { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:5.375rem;left:29.875rem;height:1.375rem;display:block; }
#v7kxcB0UOp8wy8BPpzRcoAZnZxvGvvxm { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:5.375rem;left:38.125rem;height:1.375rem;display:block; }
#NWSIqg2DGTnW1yHl4HCkudEbeNiZDIa2 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.375rem;left:47.375rem;height:1.375rem;display:block; }
#WDSaw5MtJPIcKKhT6OLRRtwyrrTzp9dq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.375rem;left:54.9375rem;height:1.375rem;display:block; }
#NiEn2MP2l1duFkuW5nKKOOR21PXAKCtd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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;opacity:1;top:5.125rem;left:68.25rem; }
#NiEn2MP2l1duFkuW5nKKOOR21PXAKCtd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#hQWnm2q3TWU3B1x9WTmqToHXHpKymALJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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;opacity:1;top:5.125rem;left:70.6875rem; }
#hQWnm2q3TWU3B1x9WTmqToHXHpKymALJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl { position:relative;display:none; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl { border-width: 0; border-radius: 0; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yEyKmbyDIUaTJpVlET3DpVGGMn5WLPNP { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:2.25rem;left:36.5625rem;display:block; }
#THEZUmsLwoB6sMmqNlN38U6zoV1CHuDR { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:2.9375rem;left:37.25rem;display:block; }
#lJMzqhq8GAgdhUU9w963Cc5BO5qFv3Tu { color:#313131;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#vqXuCquhoR0fuxxl27u7hTdVzfhAwAHP { position:absolute;display:block;z-index:15008;background-color:#4b4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.25rem;left:31.25rem;display:block; }
#P81EAdCeuHfi6hBm2BHkQIyT2T9TUz9c { 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; }#P81EAdCeuHfi6hBm2BHkQIyT2T9TUz9c > .row .container { background-color: transparent; background-image: none; }#P81EAdCeuHfi6hBm2BHkQIyT2T9TUz9c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P81EAdCeuHfi6hBm2BHkQIyT2T9TUz9c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P81EAdCeuHfi6hBm2BHkQIyT2T9TUz9c > .row .container > .video-iframe-container { display: none; }#P81EAdCeuHfi6hBm2BHkQIyT2T9TUz9c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P81EAdCeuHfi6hBm2BHkQIyT2T9TUz9c > .row > .video-iframe-container { display: none; }#P81EAdCeuHfi6hBm2BHkQIyT2T9TUz9c > .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); }#P81EAdCeuHfi6hBm2BHkQIyT2T9TUz9c > .row .container { border-width: 0; border-radius: 0; }#P81EAdCeuHfi6hBm2BHkQIyT2T9TUz9c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P81EAdCeuHfi6hBm2BHkQIyT2T9TUz9c > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#b3REWZGmim8SWSa8NRJzrJFomzicUUTO { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.75rem;left:8.8125rem;height:4.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nCvq9WLAi1ap1D0F8wwmqwDeftxxq7pm { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:2;letter-spacing:0;top:12.4990234375rem;left:8.8125rem;height:18rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qJksalOqJowEEyzkJaRFpH7FvbBWCQzd { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.9375rem;left:8.8125rem;display:block; }
#Adwir7AiGAuTF1Uq2Jhe8FECTJRsHB7U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#le9vvwzNTfd4DmZ2rJU3khLhCUrVCA42 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.25rem;width:25rem;top:3.75rem;left:40.625rem;overflow:hidden;display:block; }
#hu9Jx3VpEiROzoTKw4zKo1KzAiTGZP8i { position:absolute;display:block;z-index:15007;background-color:#4b4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:9.8125rem;left:8.8125rem;display:block; }
#BiFmLNVzuFUp9el2XaV9RDsDEVhvfBeK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BiFmLNVzuFUp9el2XaV9RDsDEVhvfBeK > .row .container { background-color: transparent; background-image: none; }#BiFmLNVzuFUp9el2XaV9RDsDEVhvfBeK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiFmLNVzuFUp9el2XaV9RDsDEVhvfBeK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiFmLNVzuFUp9el2XaV9RDsDEVhvfBeK > .row .container > .video-iframe-container { display: none; }#BiFmLNVzuFUp9el2XaV9RDsDEVhvfBeK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BiFmLNVzuFUp9el2XaV9RDsDEVhvfBeK > .row > .video-iframe-container { display: none; }#BiFmLNVzuFUp9el2XaV9RDsDEVhvfBeK > .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); }#BiFmLNVzuFUp9el2XaV9RDsDEVhvfBeK > .row .container { border-width: 0; border-radius: 0; }#BiFmLNVzuFUp9el2XaV9RDsDEVhvfBeK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BiFmLNVzuFUp9el2XaV9RDsDEVhvfBeK > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:75rem;position:relative;display:block; }#b6cahGivHeeH3JOHRQoeuE5hixxs73AM { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.125rem;left:39.1875rem;height:4.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KTHxkqionkJUS1cE9nQIgCQ0q7CiA4gk { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:2;letter-spacing:0;top:10.375rem;left:39.1875rem;height:20.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pkBT3UAUV4Nym8TpwTntPyP4NIPLtQZt { background-color:#4b4b4b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.3125rem;left:39.1875rem;display:block; }
#PZPfNCTqZOpiNWiFBvmNptT2eUakId9u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fw8WkqLGUl3IeR1T6LihxEaudmSKrTOl { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.1875rem;width:24.9375rem;top:3.125rem;left:8.5625rem;overflow:hidden;display:block; }
#R8d39ouAD9ZKUJbGTWdlooOFGbNOK0rP { position:absolute;display:block;z-index:15007;background-color:#4b4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:9.125rem;left:39.1875rem;display:block; }
#Bs9dsM7HGJpCFDU3Odlh1EJDevOaWdiT { position:relative;display:none; }#Bs9dsM7HGJpCFDU3Odlh1EJDevOaWdiT { border-width: 0; border-radius: 0; }#Bs9dsM7HGJpCFDU3Odlh1EJDevOaWdiT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Bs9dsM7HGJpCFDU3Odlh1EJDevOaWdiT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tRCbdzusHSRexiI2ufxgn2XTEU2XfCdF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:1.75rem;left:21.75rem;height:4.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DZKEDvK69ANZD6pFwa8ITukVdbIJ6S1T { position:absolute;display:block;z-index:15008;background-color:#4b4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:5.125rem;left:31.25rem;display:block; }
#RomQ2cuh1w2OqpLZb1Kugd1QPutVaiwX { position:relative;display:none; }#RomQ2cuh1w2OqpLZb1Kugd1QPutVaiwX { border-width: 0; border-radius: 0; }#RomQ2cuh1w2OqpLZb1Kugd1QPutVaiwX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RomQ2cuh1w2OqpLZb1Kugd1QPutVaiwX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uSM1T1JhB1ZtGZzQ7z1CXa0rDGPfL1BF { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:2;letter-spacing:0;top:1.625rem;left:2.53125rem;height:15.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DgVsT1T8V5i0a96Cp8TWblRuJslys75b { color:rgba(var(--color-tertiary-4),1);display:block;width:32.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:2;letter-spacing:0;top:1.625rem;left:40.03125rem;height:15.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC { position:relative;display:block; }#Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC { background-color: transparent; background-image: none; }#Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC > .row .container > .video-iframe-container { display: none; }#Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC > .row > .video-iframe-container { display: none; }#Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC > .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); }#Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC { border-width: 0; border-radius: 0; }#Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/db25b652-f481-47f2-8405-b9b3fc48c23a/sekcjashakehandskariera.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC > .row .container.adaptive-delivery-prevent-bg, #Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC > .row .container.lazyload, #Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC > .row .container.lazyloading { background-image: none; }#QR5zQvQcX4KsU8X4ElBZknMdpn3U2mnX { 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; }#QR5zQvQcX4KsU8X4ElBZknMdpn3U2mnX > .row .container { border-width: 0; border-radius: 0; }#QR5zQvQcX4KsU8X4ElBZknMdpn3U2mnX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QR5zQvQcX4KsU8X4ElBZknMdpn3U2mnX > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:none; }#QBL4xnRyTxmmqoAW4lHkCk1Z2vNKblhA { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.75rem;left:8.8125rem;height:4.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FoyAUdF5P2OxNpyJJV213lShqN5NtaZ0 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:2;letter-spacing:0;top:12.4990234375rem;left:8.8125rem;height:18rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LNO3zyJOL49AZiT1N3VFEXo2XGdsWRxA { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.9375rem;left:8.8125rem;display:block; }
#BIJ73Ea5JiyXa1itz6ZTHP96Xc1Sq23J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nDJBCyPvTzS8zsHgTcszqB12WCHcyCxV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.25rem;width:24.8125rem;top:3.75rem;left:40.625rem;overflow:hidden;display:block; }
#VqODgVl939aU7ZHcuez3yC8cetONBR9d { position:absolute;display:block;z-index:15007;background-color:#4b4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:9.8125rem;left:8.8125rem;display:block; }
#FNm6JcFrgSZhBHqX8gxMZqZbksB5mqAT { position:relative;display:none; }#FNm6JcFrgSZhBHqX8gxMZqZbksB5mqAT { border-width: 0; border-radius: 0; }#FNm6JcFrgSZhBHqX8gxMZqZbksB5mqAT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FNm6JcFrgSZhBHqX8gxMZqZbksB5mqAT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eE4ziOCEIfXOtITeFHJJnvwkXKlCHKlf { position:absolute;display:block;z-index:15012;background-color:#4b4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.125rem;left:31.25rem;display:block; }
#pWEBANN9fUJR8XvEEWsUgUV3E9EyQ7S6 { color:#313131;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.9375rem;left:0rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#hDD7uEzqWM12ME2BQIBqADvQ1fUcIowx { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:2.8125rem;left:37.25rem;display:block; }
#STmSt7SSX0ydSIW9IEa7OcIlTee3NxO8 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:2.125rem;left:36.5625rem;display:block; }
#EmFTShheLoQBRTTtNRdQoIHBRglKzILo { position:relative;display:none; }#EmFTShheLoQBRTTtNRdQoIHBRglKzILo { border-width: 0; border-radius: 0; }#EmFTShheLoQBRTTtNRdQoIHBRglKzILo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EmFTShheLoQBRTTtNRdQoIHBRglKzILo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#HAqNqogHfybEFT9dmUO9nTIrHTSnkM4M { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:2;letter-spacing:0;top:11.25rem;left:4.5rem;height:18rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q9T21pQ7sMX4sN2w69CJv5335fHJGpJJ { position:absolute;display:block;z-index:15011;background-color:#4b4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:8.5625rem;left:4.5rem;display:block; }
#dDpwPoQLxK80m1N37Ad0Zb6P7qz70vDm { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:2.5rem;left:4.5rem;height:4.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#z3QQVpqv0lTsunZbrXVS1V4Vd0mSNbPI { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:2;letter-spacing:0;top:11.25rem;left:43.5rem;height:18rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XcF862BCMlGUla2VJkJEHSeVUlAT24bz { position:absolute;display:block;z-index:15011;background-color:#4b4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:8.5rem;left:43.5rem;display:block; }
#yCOOn9nbB7rk4oKWNFUCRnfsMe7oz04B { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:2.5rem;left:43.5rem;height:4.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sI2nw2CmXbHFDJtM3oKaLOiofpkBfrTT { position:relative;display:none; }#sI2nw2CmXbHFDJtM3oKaLOiofpkBfrTT { border-width: 0; border-radius: 0; }#sI2nw2CmXbHFDJtM3oKaLOiofpkBfrTT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sI2nw2CmXbHFDJtM3oKaLOiofpkBfrTT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#JIJVFWl5AP7eZ8DF1z1KZRzTWSLSaTnt { background-color:#4b4b4b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.1875rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.09375rem;left:26.40625rem;display:block; }
#MmptMv2uXWzy00RrC1LJR1XouHcCTH6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CEkmpnThK4bSxTr12ZJqa6H157CqaExA { position:relative;display:none; }#CEkmpnThK4bSxTr12ZJqa6H157CqaExA { border-width: 0; border-radius: 0; }#CEkmpnThK4bSxTr12ZJqa6H157CqaExA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CEkmpnThK4bSxTr12ZJqa6H157CqaExA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bHGzRPPx6lTGQgTIFBbtQ7zNfK8XoUw9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#nA7nJ1cfSGZBQTbaIhdqxVad5Z4uFLX5 { 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; }#nA7nJ1cfSGZBQTbaIhdqxVad5Z4uFLX5 > .row .container { border-width: 0; border-radius: 0; }#nA7nJ1cfSGZBQTbaIhdqxVad5Z4uFLX5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nA7nJ1cfSGZBQTbaIhdqxVad5Z4uFLX5 > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:none; }#zCyps8CBcpfr6t2Sg0HVWwF0IeHAUByB { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:2;letter-spacing:0;top:11.8125rem;left:4.5rem;height:15.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QcQcabM2FrAp6ALrK23teUFMwBUMqOEq { position:absolute;display:block;z-index:15011;background-color:#4b4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:9.125rem;left:4.5rem;display:block; }
#s4OZSzVR5AfbavJTgsPuZELUaXxwRZWZ { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:3.0625rem;left:4.5rem;height:4.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MnTIqNZtTMzdA2GPnDeTl6A1tacQTHgv { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:2;letter-spacing:0;top:11.8125rem;left:43.5rem;height:15.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u5BSWFcGO36MVeHgetc2bx0k0JUBnNlD { position:absolute;display:block;z-index:15011;background-color:#4b4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:9.0625rem;left:43.5rem;display:block; }
#K1nGVM0tZFCRgPK1rb0irnXJ4gyJeUbG { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:3.0625rem;left:43.5rem;height:4.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vOWJBBFVRT0OofNvVTSlgTJ2XD9mvTbQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vOWJBBFVRT0OofNvVTSlgTJ2XD9mvTbQ > .row .container { background-color: transparent; background-image: none; }#vOWJBBFVRT0OofNvVTSlgTJ2XD9mvTbQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOWJBBFVRT0OofNvVTSlgTJ2XD9mvTbQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOWJBBFVRT0OofNvVTSlgTJ2XD9mvTbQ > .row .container > .video-iframe-container { display: none; }#vOWJBBFVRT0OofNvVTSlgTJ2XD9mvTbQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOWJBBFVRT0OofNvVTSlgTJ2XD9mvTbQ > .row > .video-iframe-container { display: none; }#vOWJBBFVRT0OofNvVTSlgTJ2XD9mvTbQ > .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); }#vOWJBBFVRT0OofNvVTSlgTJ2XD9mvTbQ > .row .container { border-width: 0; border-radius: 0; }#vOWJBBFVRT0OofNvVTSlgTJ2XD9mvTbQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOWJBBFVRT0OofNvVTSlgTJ2XD9mvTbQ > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#UTTbpklrZl0fPrW9NF9g3XRLvLRkG1S3 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:2.25rem;left:36.3125rem;display:block; }
#zgXf3H9oAxAI4cvKqxBbZAlfhIKMIK1q { position:absolute;display:block;z-index:15006;background-color:#4b4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:2.9375rem;left:37rem;display:block; }
#XNKVowI546QWERgwy2lCPLnpCDw1KUJk { color:#4b4b4b;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.9375rem;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;font-style:normal;display:block; }
#fSDm3hFOy30IaNbMVAyEh0Wd4aAPwJOO { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:0rem;left:31.25rem;display:block; }
#AOD5cJcnVrl9Qg6NISiwB0ZTGFtlxaa1 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.0625rem;left:30.75rem;display:block; }
#QEQXkQgAElHyAlqVPshfisr59V3DacJB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QEQXkQgAElHyAlqVPshfisr59V3DacJB > .row .container { background-color: transparent; background-image: none; }#QEQXkQgAElHyAlqVPshfisr59V3DacJB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEQXkQgAElHyAlqVPshfisr59V3DacJB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEQXkQgAElHyAlqVPshfisr59V3DacJB > .row .container > .video-iframe-container { display: none; }#QEQXkQgAElHyAlqVPshfisr59V3DacJB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEQXkQgAElHyAlqVPshfisr59V3DacJB > .row > .video-iframe-container { display: none; }#QEQXkQgAElHyAlqVPshfisr59V3DacJB > .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); }#QEQXkQgAElHyAlqVPshfisr59V3DacJB > .row .container { border-width: 0; border-radius: 0; }#QEQXkQgAElHyAlqVPshfisr59V3DacJB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QEQXkQgAElHyAlqVPshfisr59V3DacJB > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#DeRbWJeMKV9MuEWH8Tn9q78SMaXGgK84 { position:absolute;display:block;z-index:15000;height:18.75rem;width:75rem;top:0rem;left:0rem;display:none; }
#wuTJcOO42OFAs5MR673ico0uxBomCeAr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:6.25rem;overflow:hidden;display:block; }
#LEoG175IkOWWVIuq4cykbpSDleIwUasP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#cEOO4TqiBIehVwXX0EZ37RF7kAAQRhGG { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.0625rem;left:31.25rem;overflow:hidden;display:block; }
#aoMo085nNPPwwzCbGzTXW7RDLQD3px60 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:43.75rem;overflow:hidden;display:block; }
#HA3NxWzEhafOkyqXPXTKTSfpDLsWQPem { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:56.25rem;overflow:hidden;display:none; }
#vWEPaWIba174JLnr7FW3kMW5d95Kd54u { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;display:none; }
#o442rqlV1IzwnERTJ6aBmbWAuBEyEwTE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0rem;left:56.25rem;overflow:hidden;display:block; }
#AikLOyKXsaeAP3E70VnAZNKSzGgq3yqO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AikLOyKXsaeAP3E70VnAZNKSzGgq3yqO > .row .container { background-color: transparent; background-image: none; }#AikLOyKXsaeAP3E70VnAZNKSzGgq3yqO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AikLOyKXsaeAP3E70VnAZNKSzGgq3yqO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AikLOyKXsaeAP3E70VnAZNKSzGgq3yqO > .row .container > .video-iframe-container { display: none; }#AikLOyKXsaeAP3E70VnAZNKSzGgq3yqO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AikLOyKXsaeAP3E70VnAZNKSzGgq3yqO > .row > .video-iframe-container { display: none; }#AikLOyKXsaeAP3E70VnAZNKSzGgq3yqO > .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); }#AikLOyKXsaeAP3E70VnAZNKSzGgq3yqO > .row .container { border-width: 0; border-radius: 0; }#AikLOyKXsaeAP3E70VnAZNKSzGgq3yqO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AikLOyKXsaeAP3E70VnAZNKSzGgq3yqO > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#R7Xsexr21au9mZ4kdbFFHUTDCd1a7i6Q { position:absolute;display:block;z-index:15000;height:18.75rem;width:75rem;top:0rem;left:0rem;display:none; }
#vieZdIkLJIp44Rs74sJCzo5CZX8bOMFr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:6.3125rem;overflow:hidden;display:block; }
#pELztUi7bqrb87Tyq85uucZmVAhVCiA8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5625rem;left:31.25rem;overflow:hidden;display:block; }
#sGTAkpaCJ63NqC8XuFsIZdrEzxZrD10S { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5625rem;left:43.75rem;overflow:hidden;display:block; }
#MMxtNDCnKUuFhbybarqIsqZuDeaEip7v { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5625rem;left:56.25rem;overflow:hidden;display:block; }
#aocds4ixLbW38STTlcUbtI3puTwRQvs7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5625rem;left:18.75rem;overflow:hidden;display:block; }
#Hb4m7DTXg9hhdovB0u2VXtPXRtuHaRvF { position:relative;display:block; }#Hb4m7DTXg9hhdovB0u2VXtPXRtuHaRvF { background-color: transparent; background-image: none; }#Hb4m7DTXg9hhdovB0u2VXtPXRtuHaRvF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hb4m7DTXg9hhdovB0u2VXtPXRtuHaRvF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hb4m7DTXg9hhdovB0u2VXtPXRtuHaRvF > .row .container > .video-iframe-container { display: none; }#Hb4m7DTXg9hhdovB0u2VXtPXRtuHaRvF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hb4m7DTXg9hhdovB0u2VXtPXRtuHaRvF > .row > .video-iframe-container { display: none; }#Hb4m7DTXg9hhdovB0u2VXtPXRtuHaRvF > .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); }#Hb4m7DTXg9hhdovB0u2VXtPXRtuHaRvF { border-width: 0; border-radius: 0; }#Hb4m7DTXg9hhdovB0u2VXtPXRtuHaRvF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Hb4m7DTXg9hhdovB0u2VXtPXRtuHaRvF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#h7RJytuUuuofTzDMkplX3g0qpbVTLI5t { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:2.3125rem;left:36.5625rem;display:block; }
#bx6THiCUNeba6FX8NXhHFkCaozA1Jw2P { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:3rem;left:37.25rem;display:block; }
#KPUnRc4asuOgQhmuwdJTWFvsyVZhmVuC { color:#313131;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:3.9375rem;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;font-style:normal;display:block; }
#FJPWXTmHfu9TKwrE5whThat5sHw3DqT8 { position:absolute;display:block;z-index:15010;background-color:#4b4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:9.9375rem;left:31.25rem;display:block; }
#pBM9cTC9F6SCU53WDKdwOKNA5q79ttNf { position:relative;display:block; }#pBM9cTC9F6SCU53WDKdwOKNA5q79ttNf { background-color: transparent; background-image: none; }#pBM9cTC9F6SCU53WDKdwOKNA5q79ttNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBM9cTC9F6SCU53WDKdwOKNA5q79ttNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBM9cTC9F6SCU53WDKdwOKNA5q79ttNf > .row .container > .video-iframe-container { display: none; }#pBM9cTC9F6SCU53WDKdwOKNA5q79ttNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBM9cTC9F6SCU53WDKdwOKNA5q79ttNf > .row > .video-iframe-container { display: none; }#pBM9cTC9F6SCU53WDKdwOKNA5q79ttNf > .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); }#pBM9cTC9F6SCU53WDKdwOKNA5q79ttNf { border-width: 0; border-radius: 0; }#pBM9cTC9F6SCU53WDKdwOKNA5q79ttNf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pBM9cTC9F6SCU53WDKdwOKNA5q79ttNf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mNBynGNapJB7rKiQkRfbufHuyXS6N9Xv { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.375rem;width:22.5rem;top:2.9375rem;left:26.25rem;display:block; }
#ziKP7oclK0yoIcMzK3hMC2GAPQKQ3SN6 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:15.9375rem;left:30.125rem;height:1.375rem;font-style:normal;display:block; }
#TbVM8Sb9SwTvMXlxzF7TsRX4prgW7zKr { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.75rem;left:28.0625rem; }
#eM4qxwmv1o2Cxb5EpGTugZqKMfebImlq { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.6875rem 0.8125rem rgba(var(--color-tertiary-4),0.5) ;height:12.5rem;width:18.75rem;top:1.625rem;left:28.125rem;overflow:hidden;display:block; }
#Fm3M47y4ef9qzLBQDWzPTLWBzcTzqHpe { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:18.3125rem;left:28.0625rem;height:4.625rem;display:block; }
#uaBEZty0ZNQUkEg1ASqGOgolnkBx7Qlr { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:23.75rem;left:30.125rem;height:1.6875rem;display:block; }
#ngW8KhAwc9Hu3KL0U3gZdJDT9khf1mcc { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:26.25rem;left:28.0625rem;height:1.6875rem;display:block; }
#Z9Pca2MhKLuZEE0qbT4EXLPgyiPAhqBb { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:23.8125rem;left:28.0625rem; }
#AsS8yEOaT06hBo4t0a8if4GXdTd07lQw { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.375rem;width:22.5rem;top:2.9375rem;left:1.25rem;display:block; }
#kBXGROFllxEQnmaTTDAJrSCAxG9T5pxo { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:26.25rem;left:3.3125rem;height:1.6875rem;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; }
#NzZUJBKkrkEXzTvExzRVvDHeRh30Wi9c { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:23.75rem;left:5.375rem;height:1.6875rem;display:block; }
#c5us0xf10Gi1NPuXBFyy1ykyWH88keSr { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:23.8125rem;left:3.1875rem; }
#NDb7lWuqeEZUQha2qreyABdgtwOCpF61 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:17.8125rem;left:3.1875rem;height:5.625rem;display:block; }
#kuzmlEGHqIP8SDDoBm50w2vamIUAAdZG { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:15.9375rem;left:5.25rem;height:1.375rem;font-style:normal;display:block; }
#He3Flg9yfV5PNL24oNhk2sp271iKCUon { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.84375rem;left:3.1875rem; }
#WbfK8zh8m0BZ7xOng3IOb6w2TpKGhI1n { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.6875rem 0.8125rem rgba(var(--color-tertiary-4),0.5) ;height:12.125rem;width:19.1875rem;top:1.8125rem;left:2.90625rem;overflow:hidden;display:block; }
#JpiE69NQ1J4gD73m3ryXekKkzffkzW4M { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.6875rem 0.8125rem rgba(var(--color-tertiary-4),0.5) ;height:12.0625rem;width:18.6875rem;top:1.84375rem;left:54.40625rem;overflow:hidden;display:block; }
#ptnhg67CBqGr16s0g1uxXdXBk9D6CCN7 { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.375rem;width:22.5rem;top:2.9375rem;left:52.5rem;display:block; }
#kRNfCbOGXpSFm5GrLJTQKaVnkZzxA8o2 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:15.9375rem;left:56.625rem;height:1.375rem;font-style:normal;display:block; }
#hgqlAqnC97RNpLPZ9gnispa6L85Rwciv { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:15.84375rem;left:54.15625rem; }
#BctCUbpFNz3xgz1nfWosmOWIsm6f3U2c { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:18.75rem;left:53.78125rem;height:3.75rem;display:block; }
#l3nuc3XzLz3AKvxhUfwbMksIDIcT3xVR { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:23.75rem;left:56.625rem;height:1.6875rem;display:block; }
#EbTClCI9MkJHk6qF63gKTWTunwwnANec { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:23.8125rem;left:54.15625rem; }
#h7wQq6wWvATI75BeEuEBpIu421OAVW3R { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:26.25rem;left:54.15625rem;height:1.6875rem;display:block; }
#JW16gOBsgZmg1kKAKoVsTqM23UU3F9Ia { position:relative;display:block; }#JW16gOBsgZmg1kKAKoVsTqM23UU3F9Ia { background-color: transparent; background-image: none; }#JW16gOBsgZmg1kKAKoVsTqM23UU3F9Ia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JW16gOBsgZmg1kKAKoVsTqM23UU3F9Ia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JW16gOBsgZmg1kKAKoVsTqM23UU3F9Ia > .row .container > .video-iframe-container { display: none; }#JW16gOBsgZmg1kKAKoVsTqM23UU3F9Ia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JW16gOBsgZmg1kKAKoVsTqM23UU3F9Ia > .row > .video-iframe-container { display: none; }#JW16gOBsgZmg1kKAKoVsTqM23UU3F9Ia > .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); }#JW16gOBsgZmg1kKAKoVsTqM23UU3F9Ia { border-width: 0; border-radius: 0; }#JW16gOBsgZmg1kKAKoVsTqM23UU3F9Ia > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JW16gOBsgZmg1kKAKoVsTqM23UU3F9Ia > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kiQFilNKckKALzPircSbU8NBA2OccZyO { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.6875rem;left:3.0625rem; }
#HUvZ5IPFQcOUqnKDr7JCyuTFlq7EZ2Tq { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:23.75rem;left:3.0625rem; }
#JEoobA2qbq89iEBfXrdEoB6MqnrPvCh5 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.375rem;width:22.5rem;top:2.875rem;left:26.25rem;display:block; }
#yxENppSayrMEDqTEK0VPpsTPTDcPngtd { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:26.1875rem;left:28.0625rem;height:1.6875rem;display:block; }
#TAHuIeFWQVLHQMowrTWIaGptwEdL6LsV { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:23.6875rem;left:30.125rem;height:1.6875rem;display:block; }
#SE2P5VPCMZn40HynuilDQRJxtVhND3kE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:18.25rem;left:28.0625rem;height:4.625rem;display:block; }
#TGJzZehVSoLIHucCBSytGQZ3eklUiJUZ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:15.875rem;left:30.125rem;height:1.375rem;font-style:normal;display:block; }
#dOztuPzNGdIHBozPkmPQZlJbwt8sFa5x { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.6875rem 0.8125rem rgba(var(--color-tertiary-4),0.5) ;height:11.9375rem;width:18.75rem;top:1.96875rem;left:28.125rem;overflow:hidden;display:block; }
#KMTShJZd7P8BBynR3ZsbpPMwzRO5E3cJ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:15.78125rem;left:28.0625rem; }
#N9Ip3szaARR7TlKV9bMnfKydsUuUBp9d { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:23.75rem;left:28.0625rem; }
#TkXHwsEXcveZ7Zxu3IZcHPwnfmaDyfIO { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.375rem;width:22.5rem;top:2.875rem;left:1.25rem;display:block; }
#eR8C6Kq5lTU6ZapwVCZr0NVfO5med4AA { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:26.1875rem;left:3.0625rem;height:1.6875rem;display:block; }
#HivOT49k8fEX0LQTQggpOEyHpIUn7E72 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:23.6875rem;left:5.125rem;height:1.6875rem;display:block; }
#AKnvIswWATo3f0kFIJaTRFfqmnC45q8p { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:17.75rem;left:3.0625rem;height:5.625rem;display:block; }
#Bcr5i9KpsZWakk81psoob0HikFqo3q6K { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15028;line-height:1.5;letter-spacing:0;top:15.875rem;left:5.125rem;height:1.375rem;font-style:normal;display:block; }
#E2rscquNkLDPyZ9St2XeCh8z2KDHUzCo { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.6875rem 0.8125rem rgba(var(--color-tertiary-4),0.5) ;height:12rem;width:18.75rem;top:1.9375rem;left:3.125rem;overflow:hidden;display:block; }
#amPUfHIPkVD4RWKFxahAl1uLIwB2snao { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:15.8125rem;left:3.0625rem; }
#pvzv3Ug3hzTX5qohHZSAcLdumMZWF9Fp { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:23.75rem;left:3.0625rem; }
#tGnowJTlPuQGIHMh5MgnlpJLRhqbuMmR { position:relative;display:none; }#tGnowJTlPuQGIHMh5MgnlpJLRhqbuMmR { border-width: 0; border-radius: 0; }#tGnowJTlPuQGIHMh5MgnlpJLRhqbuMmR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tGnowJTlPuQGIHMh5MgnlpJLRhqbuMmR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uEQn0yNwITpxVUCoMWGbaZwd8eTxfFaf { color:rgba(var(--color-secondary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.75rem;left:13.5rem;height:1.6875rem;display:block; }
#aSBUoP6yXAiENrXV0IstRFTh8Mw9QtKC { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.25rem;left:15.5625rem;height:1.6875rem;display:block; }
#l2yTfITQTnH9hhkBLVngrxWMnQsrwGxE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:2.3125rem;left:13.5rem;height:4.625rem;display:block; }
#OopfKsakxVpwBD4WEuoDRo8EStOQpa1v { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.5rem;left:13.4375rem; }
#NxslGvEBFrlrxTXTq3kEDoiJdMSXHPWi { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.3125rem;left:8.25rem; }
#a62NKfdpGLONDEt9dMeOhOwqDUmFNSLy { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.875rem;left:45.8125rem; }
#qxDMeXaQtz1GS5hIT8XrBaugJek5QyxK { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:2.8125rem;left:51rem;height:2.3125rem;display:block; }
#yJ2GFc7a7DXT9lTUkE0XJbqoBo45yAs4 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:5.625rem;left:53.125rem;height:1.6875rem;display:block; }
#M8TPKyH8zSBOkSbPbQFBdg5wTm6ssd0t { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.875rem;left:51rem; }
#zzmZ3qPyoE5RZOhkV0voNv7yqn1igXO2 { color:rgba(var(--color-secondary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:8.125rem;left:51rem;height:1.6875rem;display:block; }
#hCR68XdaHQD9hZuQLSbHLcrlLd1TGACH { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:37.5625rem;top:0rem;left:0rem;display:none; }
#EEyvzKSiJ2RWMJnfGlVqBylFBUb7y5cA { position:relative;display:none; }#EEyvzKSiJ2RWMJnfGlVqBylFBUb7y5cA { border-width: 0; border-radius: 0; }#EEyvzKSiJ2RWMJnfGlVqBylFBUb7y5cA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EEyvzKSiJ2RWMJnfGlVqBylFBUb7y5cA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#MTcpEEau7vO45q4txzZ33xmwQ0WTr8LV { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:2.3125rem;left:13.3125rem;height:4.625rem;display:block; }
#d3WlThdQf2XJNTef0oXv9Ib2U5D2NtTl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:7.375rem;left:15.4375rem;height:1.6875rem;display:block; }
#szPghTqAwJsPRxS56UfqXeP7r5X6WgUU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:7.625rem;left:13.3125rem; }
#yTHySTEEmUxFJyOX91DR7DH8HUSCn8SH { color:rgba(var(--color-secondary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:9.875rem;left:13.3125rem;height:1.6875rem;display:block; }
#NNDDcaX9pDqayBpEtXLJJ5FlHqbKog14 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:2.25rem;left:51rem;height:4.625rem;display:block; }
#lax2HD0PKVeENh9Kssd4TJW8DDxJnoUX { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:7.125rem;left:53rem;height:1.6875rem;display:block; }
#rTafI8dN5cwTazT2DQ25T97VTNFlbQFC { color:rgba(var(--color-secondary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.5;letter-spacing:0;top:9.8125rem;left:51rem;height:1.6875rem;display:block; }
#n0494ysJIOSrAvWl6c886Z7qUdqkt9fs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:7.375rem;left:51rem; }
#ixcL34UW0IxF5o1s58uLzQpuVe182FtN { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:2.5rem;left:45.75rem; }
#IsIxOTSi0Nl1yxf8TuC6wxnSAdTssZaA { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:2.4375rem;left:8.125rem; }
#NVKkxFeP9xuTwQbHUXGNtGyhXOpIC6BE { position:relative;display:none; }#NVKkxFeP9xuTwQbHUXGNtGyhXOpIC6BE { border-width: 0; border-radius: 0; }#NVKkxFeP9xuTwQbHUXGNtGyhXOpIC6BE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#NVKkxFeP9xuTwQbHUXGNtGyhXOpIC6BE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#EDRexSm0HTPVnCz6F6RHdA435kcxrhQv { color:rgba(var(--color-secondary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.5;letter-spacing:0;top:9.9375rem;left:51.25rem;height:1.6875rem;display:block; }
#Db50CfVnTyLa9vfxdE8UgIvekCfmWh9u { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:7.4375rem;left:53.375rem;height:1.6875rem;display:block; }
#dSwWx4Qo3hCJfbKROa68srfccb6yPDpL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:2.1875rem;left:51.25rem;height:4.625rem;display:block; }
#exCSzD73nKRS4hi3iA7tGfDB472wCWK7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:7.6875rem;left:51.25rem; }
#LgrH94XRstapE0rhh6fsrI1uzKET9fkg { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:2.25rem;left:46.0625rem; }
#FHe02AJo7pvFai555wpaP8lK1Posuya6 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:2.25rem;left:13.0625rem;height:4.625rem;display:block; }
#fDeXwIK6x4cqt8vh2elVKKI7yZxi5sL1 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:2.5rem;left:7.8125rem; }
#XDi1mKaHNUxm4TVCmw8nhSAUNEToF5bg { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.5;letter-spacing:0;top:7.125rem;left:15.0625rem;height:1.6875rem;display:block; }
#RG8PEJwTU8nRT7Q5TWJDvQyiVP1ay7gT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:7.375rem;left:13.0625rem; }
#w97c0Fu3HCqBlW5VxkXImeTOoFUby6iz { color:rgba(var(--color-secondary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15052;line-height:1.5;letter-spacing:0;top:9.8125rem;left:13.0625rem;height:1.6875rem;display:block; }
#gURQTtMFZ4HaVv6F6BOZCw094wUey1f7 { position:relative;display:none; }#gURQTtMFZ4HaVv6F6BOZCw094wUey1f7 { border-width: 0; border-radius: 0; }#gURQTtMFZ4HaVv6F6BOZCw094wUey1f7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gURQTtMFZ4HaVv6F6BOZCw094wUey1f7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uEklQFJvpdsrOLsI0i6mk1gffcVveN6Z { color:rgba(var(--color-secondary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1.5;letter-spacing:0;top:8.375rem;left:51.1875rem;height:1.6875rem;display:block; }
#aTeTrrlzl501eCkHKZ1s27WGyLxPABuk { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:5.875rem;left:53.3125rem;height:1.6875rem;display:block; }
#M1dyrZr58cF3M9XXdJML9xdJSxZPzvTV { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:2.3125rem;left:51.1875rem;height:2.3125rem;display:block; }
#OfLpTcFcERf292MUNyzK7ufk16rAGTHz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:6.125rem;left:51.1875rem; }
#gLIymNgeXPevDVACfFiFPxn6PT2noGGr { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:2.25rem;left:46rem; }
#OfWasE5FrkAOlzhBJW0mhs6QWpiRqu1k { color:rgba(var(--color-secondary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:8.3125rem;left:13.5rem;height:1.6875rem;display:block; }
#fNkQ26GCH8MzmGVbLe0F0EIu5UXAgdAn { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:3.0625rem;left:8.3125rem; }
#TlNspXi7nnxvAc4FZO70ffrsWfsu3IPT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:6.0625rem;left:13.5rem; }
#LOrcn091rXHMAAaNKHiQXoFqyqeSasBL { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:5.8125rem;left:15.625rem;height:1.6875rem;display:block; }
#sll5lNi9TUeqGeWgN0v6IJK7zPHNBbsM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:3rem;left:13.5rem;height:2.3125rem;display:block; }
#SvUmqkDpv4bpJlFQUPhNvqMir9gP0Dxg { position:relative;display:none; }#SvUmqkDpv4bpJlFQUPhNvqMir9gP0Dxg { border-width: 0; border-radius: 0; }#SvUmqkDpv4bpJlFQUPhNvqMir9gP0Dxg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SvUmqkDpv4bpJlFQUPhNvqMir9gP0Dxg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vMTteJyvXEM5rxw86mdbb7dMTLNehazE { color:rgba(var(--color-secondary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:9.625rem;left:33.1875rem;height:1.6875rem;display:block; }
#tUJwyqIIGeEcckZqh7pZclpDQg92L9uu { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.375rem;left:35.375rem;height:1.6875rem;display:block; }
#aZug4Kh0MNXRRLpkERwMvOHtgm3aePXz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.125rem;left:33.1875rem;height:4.625rem;display:block; }
#hWdC0qbN40dw1l2Puy34hBEsHRJyRJl4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:7.625rem;left:33.25rem; }
#dCn7q415T7wusyTaP0hmvJrq0uSgTXHC { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.25rem;left:27.875rem; }
#qIrHwRJVmGzFsvpTHTizemIuDme1uCRL { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:7rem;left:10.4375rem;height:0;display:none; }
#BRygHzzIRW72bQ6lmHExkLZJGJuF8oxm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.25rem;left:8.25rem;display:none; }
#u3gcwotm2rlVx6oJZpS09SI46C5a2x8J { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.5rem;left:54.0625rem; }
#o8hp3re9TJEAFudO9J7HRdytqZ0ZC8Vs { color:rgba(var(--color-tertiary-4),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:2.375rem;left:59.375rem;height:4.625rem;display:block; }
#gdV9MVOq5yBqVFSrLsGlhCI9goiVMtBq { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:7.25rem;left:61.5rem;height:1.6875rem;display:block; }
#tcxs34dTbA4L9woM6WpqKg8VVzMc5Sv9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:7.5rem;left:59.375rem; }
#fg6H1wEBeDqlEHGwQCcVuy8VwNlZI4pl { color:rgba(var(--color-secondary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:9.6875rem;left:59.375rem;height:1.6875rem;display:block; }
#tgtfNxl4FmyNtb7XuJ2ahzzZMJEJHxrB { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.375rem;left:35.375rem;height:1.6875rem;display:none; }
#UsyAcHiwUuPi0UgnLpZzwBxcwxqhAPrv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:7.625rem;left:33.25rem;display:none; }
#v7QBalb2JDWpUWIQZdiS0BuQDJ3WiGGQ { position:relative;display:none; }#v7QBalb2JDWpUWIQZdiS0BuQDJ3WiGGQ { border-width: 0; border-radius: 0; }#v7QBalb2JDWpUWIQZdiS0BuQDJ3WiGGQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#v7QBalb2JDWpUWIQZdiS0BuQDJ3WiGGQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#drX4Vars2D94S5nOGRmtd7WJMXspg4pH { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:2.1875rem;left:27.9375rem; }
#JwGMPK5AkMUfxhNVKCgXnAvRtWTKp48q { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:2.0625rem;left:33.375rem;height:4.625rem;display:block; }
#mQBQNBXkbghw0pDaL6m6C1RxxIPnO7xE { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:6.8125rem;left:35.125rem;height:1.6875rem;display:block; }
#TLbqAqTlOmD1k4ObL7LeIOe4m6MPG1iN { color:rgba(var(--color-secondary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.25rem;left:33.375rem;height:1.6875rem;display:block; }
#TMq43i5xvoRoVEm5FLtPi6BebE9WtBSB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.0625rem;left:33.375rem; }
#JT3EkWmhsQv40GRT914h3T3hIm2SPovZ { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.375rem;left:3.0625rem; }
#BrTRDPLD07uupOURJqcG9PEylzGZyUem { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:2.125rem;left:8.25rem;height:6.9375rem;display:block; }
#GeTl2yQFonikLXKfTzkBT1qaPb69PwFd { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:9.1875rem;left:10.5rem;height:1.6875rem;display:block; }
#gPl9O40pWUTb3qs2WKApoDeTIhHK2JFD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:9.375rem;left:8.25rem; }
#GwTpZxm1BuPKGTk1dnvcVSLDcscphmnl { color:rgba(var(--color-secondary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:11.5625rem;left:8.1875rem;height:1.6875rem;display:block; }
#TXCTIq8a9b6gQ0xk0mkRpLWBNUAIDuhR { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.3125rem;left:53.6875rem; }
#lJ2WWW6h8BFB0qTlwq2SEKOXe1lmXXPT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.1875rem;left:59.3125rem;height:4.625rem;display:block; }
#S0KCcXR2xLbWTztng8POfD7UFZ9aZrsi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:9.1875rem;left:59.3125rem; }
#bgt3lZmIX5oMiDxHzvIHH6NEpU6nKsOl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:8.9375rem;left:61.3125rem;height:1.6875rem;display:block; }
#qPaUypgCkXe1a2w4mtN52Th0VUnwHzvL { color:rgba(var(--color-secondary-2),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.375rem;left:59.3125rem;height:1.6875rem;display:block; }
#eo6tfTDoHGcpGeMMRa9B7zGdpTJllHX9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.125rem;left:59.3125rem; }
#eUsP65xcMLUB2lgL7buBTAITTkWOXamD { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.875rem;left:61.3125rem;height:1.6875rem;display:block; }
#ZlfRXrgTQWJJeUBJLQ7rKNmtpx1VFHMu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZlfRXrgTQWJJeUBJLQ7rKNmtpx1VFHMu > .row .container { border-width: 0; border-radius: 0; }#ZlfRXrgTQWJJeUBJLQ7rKNmtpx1VFHMu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZlfRXrgTQWJJeUBJLQ7rKNmtpx1VFHMu > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:none; }#bVqyzHnzQbXLHMisK8hJJKtAAyWn66VK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:2.5rem;left:36.5625rem;display:block; }
#uvzodRTodzi5RNnJvExMmpX6Aqewo3TI { position:absolute;display:block;z-index:15006;background-color:#4b4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:3.1875rem;left:37.25rem;display:block; }
#y7wmOcaXR7Qrr8TlpA2wZFEKFyCBGx7a { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:;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;font-style:normal;display:block; }
#GuX4gbKoWSrRsgAMCaIlEaFrtfThHNkT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:12.5rem;top:10.1875rem;left:31.25rem;display:block; }
#FtygsQLSEVBOXulbgMLOD4VKGOye2w5r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FtygsQLSEVBOXulbgMLOD4VKGOye2w5r > .row .container { border-width: 0; border-radius: 0; }#FtygsQLSEVBOXulbgMLOD4VKGOye2w5r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FtygsQLSEVBOXulbgMLOD4VKGOye2w5r > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:none; }#WmfgC8d8XUHx5KTUfwxIaFnGgcLwCvDo { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-primary-2),1);border-left:0.0625rem dashed rgba(var(--color-primary-2),1);border-right:0.0625rem dashed rgba(var(--color-primary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-primary-2),1);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;width:17.8125rem;top:9.6875rem;left:51rem;display:block; }
#rno9lFtRhWUKz0p3Wx8PJq4OR9UDX1fS { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-primary-2),1);border-left:0.0625rem dashed rgba(var(--color-primary-2),1);border-right:0.0625rem dashed rgba(var(--color-primary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0;top:4.625rem;left:51rem;display:block; }
#DN1pZSPEUQGTvlzGV8q7krRT4aPc88Os { color:#06a581;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:53.75rem;height:1.4375rem;font-style:normal;display:block; }
#qFb6BMKeflhGbkDiMopr8c8oOmpUePaB { color:#c30b3b;display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.9375rem;left:53.75rem;height:2.25rem;font-style:normal;display:block; }
#x5WF9y1dsUIxsGnID30zOkQ9ofToTEL6 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-primary-2),1);border-left:0.0625rem dashed rgba(var(--color-primary-2),1);border-right:0.0625rem dashed rgba(var(--color-primary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:0;top:11.0625rem;left:70.25rem;display:block; }
#M0Uvsd0Wi69Wp4huXWsVmaXugzEMlgg6 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-primary-2),1);border-left:0.0625rem dashed rgba(var(--color-primary-2),1);border-right:0.0625rem dashed rgba(var(--color-primary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-primary-2),1);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;width:17.5rem;top:16.4375rem;left:52.6875rem;display:block; }
#VVDzKsTEL8CiHDog1mfRDK1VrBt3zlrP { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-primary-2),1);border-left:0.0625rem dashed rgba(var(--color-primary-2),1);border-right:0.0625rem dashed rgba(var(--color-primary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0;top:18.5rem;left:51.375rem;display:block; }
#PzPRKHPID70TciLNcxtfNOTiFcaUiiNX { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-primary-2),1);border-left:0.0625rem dashed rgba(var(--color-primary-2),1);border-right:0.0625rem dashed rgba(var(--color-primary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-primary-2),1);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;width:17.5rem;top:23.625rem;left:51.5rem;display:block; }
#znQMM1ADsBD0ZgV5gHm1ZXqqUewWLZUo { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-primary-2),1);border-left:0.0625rem dashed rgba(var(--color-primary-2),1);border-right:0.0625rem dashed rgba(var(--color-primary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-primary-2),1);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;width:17.5rem;top:30.0625rem;left:52.75rem;display:block; }
#aeBFgPbhCmsOkxo7i1M2LeqecwLZWkJX { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-primary-2),1);border-left:0.0625rem dashed rgba(var(--color-primary-2),1);border-right:0.0625rem dashed rgba(var(--color-primary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0;top:24.9375rem;left:70.25rem;display:block; }
#UUFCXMWfpSy7wJHvLughUNweWzPBZRXN { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.9375rem;left:53.75rem;height:1.4375rem;font-style:normal;display:block; }
#Qp7A3q9XF3bck07ysMdUQFfX0xSsBtA5 { color:#b33434;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.9375rem;left:53.75rem;height:2.25rem;font-style:normal;display:block; }
#czn4cJt4mqqmeTAlOZiADASV6ivxSrtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.75rem;left:53.75rem;height:1.4375rem;font-style:normal;display:block; }
#GPy5dPEAEe6OhOxhxbUudgXbtw6k8DGc { color:rgba(var(--color-tertiary-4),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.75rem;left:53.75rem;height:2.25rem;font-style:normal;display:block; }
#PrRyz5eIEn6ZxhqNdaFoPyceOzzRZocm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.75rem;left:53.75rem;height:1.4375rem;font-style:normal;display:block; }
#L4TvfDcwMmGeecsB3AdaKZkn1ONddqTd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:26.75rem;left:53.75rem;height:2.25rem;font-style:normal;display:block; }
#SxAzAyTTnCKpFScAFSD2Av7xqpGMqNqG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:30.875rem;left:53.75rem;height:1.4375rem;font-style:normal;display:block; }
#L0IRELD85qTPnzfQfTPkrL6u8J8Q9px6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:32.875rem;left:53.75rem;height:2.25rem;font-style:normal;display:block; }
#TOG3eTauN8LlMGsICUR1BIbuoGuqT0t6 { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:11.850000202656rem;left:15.124218940735rem;height:5.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yz0DSXTDunmF7xQrkhPhe8m4vyqHcZbv { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:17.750000774861rem;left:15.124218940735rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#izCTOARF1nRXevgahI4m7A2gN2MTpOWf { color:rgba(var(--color-tertiary-4),1);display:block;width:41.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:25.0625rem;left:2.625rem;height:15.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hddq00uX1NkB9bXKfxK1sVRC3X2cLBtc { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.75rem;left:2.625rem;height:4.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BNl6aq8JwBFX6qmTUTJbTOaem8NQU0VD { position:absolute;display:block;z-index:15008;background-color:#4b4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:8.875rem;left:2.625rem;display:block; }
#Kh9Fq3FDqkATpwQntdstkQ22v1KLldFL { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:10.9375rem;top:12.125rem;left:2.625rem;overflow:hidden;display:block; }
#EVVW0D7PoKtNXV4Et97eyulE6pyk3NJi { color:rgba(var(--color-tertiary-4),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:20.231249630451rem;left:15.124218940735rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HrTok7kGS0E3TGNa1PBM8W4LPdZvd6Jt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:21.800000011921rem;left:15.124218940735rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cuvSF0sAnncIeKBFKgWbrilMXRR2QKle { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.25rem;width:29.125rem;top:0rem;left:45.875rem;display:block; }
#frGtcPu8S1virEkaizIhfZd2FAINeA7h { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-primary-2),1);border-left:0.0625rem dashed rgba(var(--color-primary-2),1);border-right:0.0625rem dashed rgba(var(--color-primary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:0;top:31.625rem;left:51.3125rem;display:block; }
#FCDFEe7mbgBnNTOXyGkIZzxisFgKkVfi { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-primary-2),1);border-left:0.0625rem dashed rgba(var(--color-primary-2),1);border-right:0.0625rem dashed rgba(var(--color-primary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-primary-2),1);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;width:17.5rem;top:36.4375rem;left:51.5rem;display:block; }
#q1OcfT7KtmHvPeqDz6blAvo15eMn6I5g { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-primary-2),1);border-left:0.0625rem dashed rgba(var(--color-primary-2),1);border-right:0.0625rem dashed rgba(var(--color-primary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-primary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0;top:37.8125rem;left:70.25rem;display:block; }
#w3fdKp8z9c69UfbxOzb3FTMOnUsN6DHG { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed rgba(var(--color-primary-2),1);border-left:0.0625rem dashed rgba(var(--color-primary-2),1);border-right:0.0625rem dashed rgba(var(--color-primary-2),1);border-bottom:0.0625rem dashed rgba(var(--color-primary-2),1);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;width:17.5rem;top:42.8125rem;left:52.6875rem;display:block; }
#iviVcNkCakWNF49wzTlW1Nd2DUGkQU39 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:37.375rem;left:53.75rem;height:1.4375rem;font-style:normal;display:block; }
#oIirtMzdbQPe55dDJTV7Prh4gM4DIwXB { color:rgba(var(--color-tertiary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:39.375rem;left:53.75rem;height:2.25rem;font-style:normal;display:block; }
#Jb398XHQzG1TuXUNQPQeMDRroSrt7koP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:41.5625rem;left:49.9375rem; }
#X3zDcXThteGoPmE36evTIyTSQpluETGV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.1875rem;left:49.8125rem; }
#kiOCKvLiaNWaO8kfSED5NlpP6gVta7of { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:8.5rem;left:69rem; }
#tpdwvGavkA7eNINrbZZdoZoVp1F6TqeL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:15.5rem;left:50.125rem; }
#vbASSP509oPANZJ4zVnCqSCv2lZksADI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:22.4375rem;left:69.1875rem; }
#nG0zOMKscgLWX8EkrVnoDT1abCeiuqWN { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:29rem;left:50.25rem; }
#QwegXiTF4IZ7moN8IhiggUfuZvrXBDH1 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:35.125rem;left:69.1875rem; }
#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4b4b4b;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; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container { background-color: transparent; background-image: none; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container > .video-iframe-container { display: none; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row > .video-iframe-container { display: none; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .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); }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container { border-width: 0; border-radius: 0; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:75rem;position:relative;display:block; }#D5T375iPbOr7CfslVwkvH6zEG5bo5s6T { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:3.25rem;left:36.5625rem;display:block; }
#oPd7dQ8h2JxKUvy9SRHmUEwWvLKgAUI1 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:3.9375rem;left:37.25rem;display:block; }
#q2ilZJOTzQrE35bq0KLpT9tTAIE81on6 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#m41m9dOQi66tyGq66eIoo3DOcWXd2Q19 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:17.5rem;left:7.5625rem;height:4.625rem;text-align:left;text-align-last:left;display:block; }
#PuC1NMVRlxnwBWdgzZcolOoJkKylnB2J { color:rgba(var(--color-tertiary-0),1);display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:24.4375rem;left:7.5625rem;height:9.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-form-header {  }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#4b4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.375rem;box-sizing:border-box;height:3.1875rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-text {padding-top: 0; padding-bottom: 0;}#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#4b4b4b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#4b4b4b;background-image:none;border-top:0.0625rem solid #667595;border-left:0.0625rem solid #667595;border-right:0.0625rem solid #667595;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.375rem;box-sizing:border-box;height:3.1875rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-select {padding-top: 0; padding-bottom: 0;}#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-checkbox { width:0.75rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.4375rem;margin-bottom:0.25rem;margin-left:2.4375rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#4b4b4b;width:16.4375rem;height:3.3125rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.9375rem;text-align:center;text-align-last:center; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.9375rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:20.375rem;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;float:none; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#313131;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-container:first-of-type{padding-top:0;}#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-container:last-of-type{padding-bottom:0;}#UmELndh8gCmrUSsTqnS2peOscqv7N8va  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.4375rem;left:40.625rem; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.375rem;display:block;vertical-align:top; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#313131;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va {display:block;}#UmELndh8gCmrUSsTqnS2peOscqv7N8va { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.4375rem;left:40.625rem; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #Oc6idGCWpn9cToT88h5CVDtpuzux1tb2 { position:relative; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #qg9ATnencDgEc8gd6BhqZkQFaMlnDyzy { position:relative;display:none; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #l7dOwQtIfd1PBqDExQgG1OGHJrwTewWH { position:relative; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #JtDqKtefTNRsDywsdTwO5u5cHcZ7TCKl { position:relative; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #NWhh1UmiOSbL5X76ooxPTbTQu8pTQFtt { position:relative;display:none; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #A7xTElIFVvtLtESpt6OZTahfDrTscnzr { position:relative; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #q3Nah2BZX5hMNgxLiaAb12tzFZBXOGc6 { position:relative; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #pUyHr3E6trmZhKttCGwlgbZxzDbibnDD { position:relative;display:none; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #m9Uy1Fm1fM19UoqSiHmT47nFBqDDF5CT { position:relative; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #s9gfibKz9czv2KNqu4F7gqP8Mo3UK0ox { position:relative; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #zyeZsl1lwqoNKSnbSJdlOxhFcyakxsQG { position:relative;display:none; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #aRHO7Wxt5N1CypNhiqWyIkABITTDdrwH { position:relative; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #TE30gVS2rFdMRe9H1CZohILp2WwAMN9W { position:relative; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #mBpCkVnrIGclcvlney8IPTdMD4zspe6U { position:relative;display:none; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #oOWVlloS5aZhPThqVuRFlqlEql03ueHb { position:relative; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #TNOk4CVAAxedpO0D17oQeAFNVl1TktAv { position:relative; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #LwUoUOUM07CGUvZCTodnGDTParkiDJyu { position:relative;z-index:2; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #AZryZ5gWyaAabPEsJZopFCs9hWCFcBMy { position:relative; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #THUFhHCO1dZH85dlV3GTTwwdFsfTyRN0 { position:relative; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va #Z9CGGNNAFRrT4QzVxE1o1H3AFAv8VwRO { position:relative; }
#ChJO6BJouawbX1rRt78url0vmMeILfAy { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:12.5rem;top:10.1875rem;left:31.25rem;display:block; }
#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso { 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;z-index:auto;display:block; }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .row .container { background-color: transparent; background-image: none; }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .row .container > .video-iframe-container { display: none; }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .row > .video-iframe-container { display: none; }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .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); }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .row .container { border-width: 0; border-radius: 0; }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#Jy4h9uIKvokoT7hhgppHTsyE8TDpt9Or { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.96875rem;left:37.5625rem;height:2.5rem;display:block; }
#TWPvJerzZFEdfGpR5b8m2XTmDsIXXtkm { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:7.65625rem;left:23.53125rem;height:5.25rem;text-align:center;text-align-last:center;display:block; }
#n1ZwBgmMpzzIaTyTXI43TB25Lllpy2Ln { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.0625rem;left:23.5625rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y06T7CTUf4lJF9DxOLea5yNhHht2yrIX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15033;top:14.625rem;left:32.875rem; }
#y06T7CTUf4lJF9DxOLea5yNhHht2yrIX > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#dxPr0Xmi1cdmIJ4ZVl9FlJhQJGIZcill { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;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:15034;top:14.625rem;left:36.75rem; }
#dxPr0Xmi1cdmIJ4ZVl9FlJhQJGIZcill > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#TH7fJGKOKl6206CFZFtAtEEEaH12pr1A { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:14.5rem;left:40.625rem; }
#TH7fJGKOKl6206CFZFtAtEEEaH12pr1A > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TyMlH8nOtJbo18zrTILroSZbrUFQ1mOH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:9.5rem;top:2.375rem;left:27.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { display:block; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8xPbelXn83gooLsEdb51h5rIMvioBF2 { top:1.8125rem;left:0rem;width:12.4375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJEw6ugPgXvVvoRETz3rFsp8pG2JPNTN { top:1.8125rem;left:1.1875rem;width:5.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmk7SpdAQ9dqHQ6OSf1XN2Ui5VcpONTP { top:1.8125rem;left:7.5625rem;width:7.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlhOgfIhm1rhao89hnMxd407IuGB5kvo { top:1.8125rem;left:16.4375rem;width:6.875rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIZEb2vtrrMQJkzA5hxxI3LisGqOHnB3 { top:1.8125rem;left:24.8125rem;width:7.8125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc27QmJH3HNCF86ps5OxToqS4yvpTFTO { top:1.8125rem;left:33.875rem;width:4.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Arqw2oy0ya1yUTqELcLlWeE3cLsa9lS8 { top:1.8125rem;left:35.1875rem;width:12.5625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN4VbcT5mqKvdbWnTNBkTmOOL2TvMqKg { top:1.5625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSdibzArMUeyVsZHAKpGty5IN4ifxZ6G { top:1.5625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { display:block; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hPbOJ06zHUb7CGiPlOkwRSdMRtag5GW2 { top:12.6875rem;left:0rem;width:8.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQaxZO45hLfz2uiHt0qiWBeTIu1cQNSO { width:11.8125rem;height:3.4375rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T06lhGGeqRAKAPGQWemWlHMN1ZOIWa4S { display:block; }
 }@media only screen and (max-width: 763px) { #UM94tLG33aB3ofKzOn42XEKX66nToOFC { width:11.8125rem;height:3.4375rem;top:45.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D960INhmu5CVOPTyyQfCz2KaRWWFyFQK { display:block; }
 }@media only screen and (max-width: 763px) { #yicqDk0u7007NeSAuv9SnVbnlprq8DsO { top:21.4375rem;left:0rem;width:41rem;height:14.0625rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSMzG9cRXuA9euROtSag0wPNETzHVMkQ { top:36.375rem;left:0rem;width:30.375rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKT0qxu7t0SQTwSkNwmuI2frr5R6Pvw3 { top:5.375rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK9TooCFITnQxdHMr61uy5zzXLyXcT1y { top:5.375rem;left:1.375rem;width:5.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVZ8oQOgBoLCPThV1yAzHFGw0VhAq0ZP { top:5.375rem;left:7.625rem;width:7.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdpPXhzhMHPRbJPaT16IkHLRsoC7UPdV { top:5.375rem;left:16.25rem;width:6.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCWkvWTxyOJvOUUb68XAoZ3VV0hPzbTH { top:5.375rem;left:24.8125rem;width:4.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifMsy5CCJtTAHvpm9xVnPJuIM0VZOaO4 { top:5.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#ifMsy5CCJtTAHvpm9xVnPJuIM0VZOaO4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Ncvbdt0ActNwEinKUvcZS2dB8T7AVbOZ { top:5.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#Ncvbdt0ActNwEinKUvcZS2dB8T7AVbOZ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK { display:block; }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euwkOle0zOLIXlfGVD5uts1TT0pAGuTP { top:12.6875rem;left:0rem;width:8.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsxNASP1fTeQQNmRP10UVxhxmAdsbxIB { width:11.8125rem;height:3.4375rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd0w0R2H6alVlOMSO6Hs53p99H2TVz9p { display:block; }
 }@media only screen and (max-width: 763px) { #LO8xehqUtUo9JlTygyrECs9q2ImM8Xrw { width:11.8125rem;height:3.4375rem;top:45.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m51EpkGxJBIgGULvmlBaRTlUJJdwMSpT { display:block; }
 }@media only screen and (max-width: 763px) { #wtvKyGDs6vuXbLsyKaOztSxfg7rEThw9 { top:21.4375rem;left:0rem;width:41rem;height:14.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoDC3X9VAIO1ttBCGy7isea6hZqGliZo { top:36.375rem;left:0rem;width:30.375rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWitKHGqkK2CmEsJ1hg6NVFV9QmJUsBU { top:5.375rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSG3BceV8vRLBCS4hrX5r5exXFP9GD5K { top:5.375rem;left:1.375rem;width:5.125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e18GTe10oZGpaAIVTb8rSQ63wMLPw2eO { top:5.375rem;left:7.625rem;width:7.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9IwZTfHuJB4sMdf03syGOsWDJd5gsCi { top:5.375rem;left:16.25rem;width:6.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7kxcB0UOp8wy8BPpzRcoAZnZxvGvvxm { top:5.375rem;left:24.5rem;width:7.5625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWSIqg2DGTnW1yHl4HCkudEbeNiZDIa2 { top:5.375rem;left:33.75rem;width:4.25rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDSaw5MtJPIcKKhT6OLRRtwyrrTzp9dq { top:5.375rem;left:35.25rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiEn2MP2l1duFkuW5nKKOOR21PXAKCtd { top:5.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#NiEn2MP2l1duFkuW5nKKOOR21PXAKCtd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #hQWnm2q3TWU3B1x9WTmqToHXHpKymALJ { top:5.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#hQWnm2q3TWU3B1x9WTmqToHXHpKymALJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl { display:block; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEyKmbyDIUaTJpVlET3DpVGGMn5WLPNP { top:2.25rem;left:22.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEZUmsLwoB6sMmqNlN38U6zoV1CHuDR { top:2.9375rem;left:23.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJMzqhq8GAgdhUU9w963Cc5BO5qFv3Tu { top:5.0625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqXuCquhoR0fuxxl27u7hTdVzfhAwAHP { top:10.25rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P81EAdCeuHfi6hBm2BHkQIyT2T9TUz9c { display:block; }#P81EAdCeuHfi6hBm2BHkQIyT2T9TUz9c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3REWZGmim8SWSa8NRJzrJFomzicUUTO { width:28.5rem;height:4.625rem;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCvq9WLAi1ap1D0F8wwmqwDeftxxq7pm { width:28.3125rem;height:18rem;top:12.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJksalOqJowEEyzkJaRFpH7FvbBWCQzd { width:22.1875rem;height:3.125rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Adwir7AiGAuTF1Uq2Jhe8FECTJRsHB7U { display:block; }
 }@media only screen and (max-width: 763px) { #le9vvwzNTfd4DmZ2rJU3khLhCUrVCA42 { top:3.75rem;left:22.75rem;width:25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hu9Jx3VpEiROzoTKw4zKo1KzAiTGZP8i { top:9.8125rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiFmLNVzuFUp9el2XaV9RDsDEVhvfBeK { display:block; }#BiFmLNVzuFUp9el2XaV9RDsDEVhvfBeK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6cahGivHeeH3JOHRQoeuE5hixxs73AM { width:31.5rem;height:;top:3.125rem;left:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTHxkqionkJUS1cE9nQIgCQ0q7CiA4gk { width:25.875rem;height:20.25rem;top:10.375rem;left:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkBT3UAUV4Nym8TpwTntPyP4NIPLtQZt { width:22.1875rem;height:3.125rem;top:31.3125rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZPfNCTqZOpiNWiFBvmNptT2eUakId9u { display:block; }
 }@media only screen and (max-width: 763px) { #fw8WkqLGUl3IeR1T6LihxEaudmSKrTOl { top:3.125rem;left:0rem;width:24.9375rem;height:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8d39ouAD9ZKUJbGTWdlooOFGbNOK0rP { top:9.125rem;left:25.5625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs9dsM7HGJpCFDU3Odlh1EJDevOaWdiT { display:block; }#Bs9dsM7HGJpCFDU3Odlh1EJDevOaWdiT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tRCbdzusHSRexiI2ufxgn2XTEU2XfCdF { width:31.5rem;height:2.3125rem;top:1.75rem;left:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZKEDvK69ANZD6pFwa8ITukVdbIJ6S1T { top:5.125rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RomQ2cuh1w2OqpLZb1Kugd1QPutVaiwX { display:block; }#RomQ2cuh1w2OqpLZb1Kugd1QPutVaiwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSM1T1JhB1ZtGZzQ7z1CXa0rDGPfL1BF { width:32.4375rem;height:15.75rem;top:1.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgVsT1T8V5i0a96Cp8TWblRuJslys75b { width:32.4375rem;height:15.75rem;top:1.625rem;left:15.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC { display:block; }#Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QR5zQvQcX4KsU8X4ElBZknMdpn3U2mnX { display:block; }#QR5zQvQcX4KsU8X4ElBZknMdpn3U2mnX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QBL4xnRyTxmmqoAW4lHkCk1Z2vNKblhA { width:28.5rem;height:;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoyAUdF5P2OxNpyJJV213lShqN5NtaZ0 { width:28.3125rem;height:18rem;top:12.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNO3zyJOL49AZiT1N3VFEXo2XGdsWRxA { width:22.1875rem;height:3.125rem;top:31.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIJ73Ea5JiyXa1itz6ZTHP96Xc1Sq23J { display:block; }
 }@media only screen and (max-width: 763px) { #nDJBCyPvTzS8zsHgTcszqB12WCHcyCxV { top:3.75rem;left:22.75rem;width:24.8125rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqODgVl939aU7ZHcuez3yC8cetONBR9d { top:9.8125rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNm6JcFrgSZhBHqX8gxMZqZbksB5mqAT { display:block; }#FNm6JcFrgSZhBHqX8gxMZqZbksB5mqAT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eE4ziOCEIfXOtITeFHJJnvwkXKlCHKlf { top:10.125rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWEBANN9fUJR8XvEEWsUgUV3E9EyQ7S6 { top:4.9375rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDD7uEzqWM12ME2BQIBqADvQ1fUcIowx { top:2.8125rem;left:23.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STmSt7SSX0ydSIW9IEa7OcIlTee3NxO8 { top:2.125rem;left:22.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmFTShheLoQBRTTtNRdQoIHBRglKzILo { display:block; }#EmFTShheLoQBRTTtNRdQoIHBRglKzILo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAqNqogHfybEFT9dmUO9nTIrHTSnkM4M { width:28.3125rem;height:18rem;top:11.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9T21pQ7sMX4sN2w69CJv5335fHJGpJJ { top:8.5625rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDpwPoQLxK80m1N37Ad0Zb6P7qz70vDm { width:28.5rem;height:4.625rem;top:2.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3QQVpqv0lTsunZbrXVS1V4Vd0mSNbPI { width:28.3125rem;height:18rem;top:11.25rem;left:19.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcF862BCMlGUla2VJkJEHSeVUlAT24bz { top:8.5rem;left:23.875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCOOn9nbB7rk4oKWNFUCRnfsMe7oz04B { width:31.5rem;height:4.625rem;top:2.5rem;left:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI2nw2CmXbHFDJtM3oKaLOiofpkBfrTT { display:block; }#sI2nw2CmXbHFDJtM3oKaLOiofpkBfrTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIJVFWl5AP7eZ8DF1z1KZRzTWSLSaTnt { width:22.1875rem;height:3.125rem;top:1.0625rem;left:12.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmptMv2uXWzy00RrC1LJR1XouHcCTH6S { display:block; }
 }@media only screen and (max-width: 763px) { #CEkmpnThK4bSxTr12ZJqa6H157CqaExA { display:block; }#CEkmpnThK4bSxTr12ZJqa6H157CqaExA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHGzRPPx6lTGQgTIFBbtQ7zNfK8XoUw9 { top:0rem;left:0rem;width:47.75rem;height:7.1625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA7nJ1cfSGZBQTbaIhdqxVad5Z4uFLX5 { display:block; }#nA7nJ1cfSGZBQTbaIhdqxVad5Z4uFLX5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCyps8CBcpfr6t2Sg0HVWwF0IeHAUByB { width:28.3125rem;height:15.75rem;top:11.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcQcabM2FrAp6ALrK23teUFMwBUMqOEq { top:9.125rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4OZSzVR5AfbavJTgsPuZELUaXxwRZWZ { width:28.5rem;height:4.625rem;top:3.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnTIqNZtTMzdA2GPnDeTl6A1tacQTHgv { width:28.3125rem;height:15.75rem;top:11.8125rem;left:19.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5BSWFcGO36MVeHgetc2bx0k0JUBnNlD { top:9.0625rem;left:23.875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1nGVM0tZFCRgPK1rb0irnXJ4gyJeUbG { width:31.5rem;height:4.625rem;top:3.0625rem;left:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOWJBBFVRT0OofNvVTSlgTJ2XD9mvTbQ { display:block; }#vOWJBBFVRT0OofNvVTSlgTJ2XD9mvTbQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTTbpklrZl0fPrW9NF9g3XRLvLRkG1S3 { top:2.25rem;left:22.6875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgXf3H9oAxAI4cvKqxBbZAlfhIKMIK1q { top:2.9375rem;left:23.375rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNKVowI546QWERgwy2lCPLnpCDw1KUJk { top:5.0625rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSDm3hFOy30IaNbMVAyEh0Wd4aAPwJOO { top:0rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOD5cJcnVrl9Qg6NISiwB0ZTGFtlxaa1 { top:10.0625rem;left:17.125rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEQXkQgAElHyAlqVPshfisr59V3DacJB { display:block; }#QEQXkQgAElHyAlqVPshfisr59V3DacJB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DeRbWJeMKV9MuEWH8Tn9q78SMaXGgK84 { top:0rem;left:0rem;width:47.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuTJcOO42OFAs5MR673ico0uxBomCeAr { top:0rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEoG175IkOWWVIuq4cykbpSDleIwUasP { top:0rem;left:5.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEOO4TqiBIehVwXX0EZ37RF7kAAQRhGG { top:0.0625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoMo085nNPPwwzCbGzTXW7RDLQD3px60 { top:0rem;left:30.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA3NxWzEhafOkyqXPXTKTSfpDLsWQPem { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWEPaWIba174JLnr7FW3kMW5d95Kd54u { width:18.75rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o442rqlV1IzwnERTJ6aBmbWAuBEyEwTE { top:0rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AikLOyKXsaeAP3E70VnAZNKSzGgq3yqO { display:block; }#AikLOyKXsaeAP3E70VnAZNKSzGgq3yqO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7Xsexr21au9mZ4kdbFFHUTDCd1a7i6Q { top:0rem;left:0rem;width:47.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vieZdIkLJIp44Rs74sJCzo5CZX8bOMFr { top:0.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pELztUi7bqrb87Tyq85uucZmVAhVCiA8 { top:0.5625rem;left:17.625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGTAkpaCJ63NqC8XuFsIZdrEzxZrD10S { top:0.5625rem;left:30.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMxtNDCnKUuFhbybarqIsqZuDeaEip7v { top:0.5625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aocds4ixLbW38STTlcUbtI3puTwRQvs7 { top:0.5625rem;left:5.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4m7DTXg9hhdovB0u2VXtPXRtuHaRvF { display:block; }#Hb4m7DTXg9hhdovB0u2VXtPXRtuHaRvF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7RJytuUuuofTzDMkplX3g0qpbVTLI5t { top:2.3125rem;left:22.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx6THiCUNeba6FX8NXhHFkCaozA1Jw2P { top:3rem;left:23.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPUnRc4asuOgQhmuwdJTWFvsyVZhmVuC { top:5.125rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJPWXTmHfu9TKwrE5whThat5sHw3DqT8 { top:9.9375rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBM9cTC9F6SCU53WDKdwOKNA5q79ttNf { display:block; }#pBM9cTC9F6SCU53WDKdwOKNA5q79ttNf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNBynGNapJB7rKiQkRfbufHuyXS6N9Xv { top:2.9375rem;left:9.25rem;width:22.5rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziKP7oclK0yoIcMzK3hMC2GAPQKQ3SN6 { top:15.9375rem;left:16.4375rem;width:11.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbVM8Sb9SwTvMXlxzF7TsRX4prgW7zKr { top:15.75rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM4qxwmv1o2Cxb5EpGTugZqKMfebImlq { top:1.625rem;left:13rem;width:18.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fm3M47y4ef9qzLBQDWzPTLWBzcTzqHpe { top:18.3125rem;left:14.3125rem;width:17.4375rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaBEZty0ZNQUkEg1ASqGOgolnkBx7Qlr { top:23.75rem;left:16.4375rem;width:11.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngW8KhAwc9Hu3KL0U3gZdJDT9khf1mcc { top:26.25rem;left:15.875rem;width:13.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Pca2MhKLuZEE0qbT4EXLPgyiPAhqBb { top:23.8125rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsS8yEOaT06hBo4t0a8if4GXdTd07lQw { top:2.9375rem;left:0rem;width:22.5rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBXGROFllxEQnmaTTDAJrSCAxG9T5pxo { top:26.25rem;left:0rem;width:13.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzZUJBKkrkEXzTvExzRVvDHeRh30Wi9c { top:23.75rem;left:0.8125rem;width:11.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5us0xf10Gi1NPuXBFyy1ykyWH88keSr { top:23.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDb7lWuqeEZUQha2qreyABdgtwOCpF61 { top:17.8125rem;left:0rem;width:17.4375rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuzmlEGHqIP8SDDoBm50w2vamIUAAdZG { top:15.9375rem;left:0.6875rem;width:11.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #He3Flg9yfV5PNL24oNhk2sp271iKCUon { top:15.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbfK8zh8m0BZ7xOng3IOb6w2TpKGhI1n { top:1.8125rem;left:0rem;width:19.1875rem;height:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpiE69NQ1J4gD73m3ryXekKkzffkzW4M { top:1.8125rem;left:28.9375rem;width:18.6875rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptnhg67CBqGr16s0g1uxXdXBk9D6CCN7 { top:2.9375rem;left:25.125rem;width:22.5rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRNfCbOGXpSFm5GrLJTQKaVnkZzxA8o2 { top:15.9375rem;left:33.8125rem;width:11.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgqlAqnC97RNpLPZ9gnispa6L85Rwciv { top:15.8125rem;left:31.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BctCUbpFNz3xgz1nfWosmOWIsm6f3U2c { top:18.75rem;left:30.1875rem;width:17.4375rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3nuc3XzLz3AKvxhUfwbMksIDIcT3xVR { top:23.75rem;left:33.8125rem;width:11.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbTClCI9MkJHk6qF63gKTWTunwwnANec { top:23.8125rem;left:31.75rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7wQq6wWvATI75BeEuEBpIu421OAVW3R { top:26.25rem;left:31.75rem;width:13.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW16gOBsgZmg1kKAKoVsTqM23UU3F9Ia { display:block; }#JW16gOBsgZmg1kKAKoVsTqM23UU3F9Ia > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiQFilNKckKALzPircSbU8NBA2OccZyO { top:15.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUvZ5IPFQcOUqnKDr7JCyuTFlq7EZ2Tq { top:23.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEoobA2qbq89iEBfXrdEoB6MqnrPvCh5 { top:2.875rem;left:9.25rem;width:22.5rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxENppSayrMEDqTEK0VPpsTPTDcPngtd { top:26.1875rem;left:15.875rem;width:13.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAHuIeFWQVLHQMowrTWIaGptwEdL6LsV { top:23.6875rem;left:16.4375rem;width:11.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE2P5VPCMZn40HynuilDQRJxtVhND3kE { top:18.25rem;left:14.3125rem;width:17.4375rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGJzZehVSoLIHucCBSytGQZ3eklUiJUZ { top:15.875rem;left:16.4375rem;width:11.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOztuPzNGdIHBozPkmPQZlJbwt8sFa5x { top:1.9375rem;left:13rem;width:18.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTShJZd7P8BBynR3ZsbpPMwzRO5E3cJ { top:15.75rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9Ip3szaARR7TlKV9bMnfKydsUuUBp9d { top:23.75rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkXHwsEXcveZ7Zxu3IZcHPwnfmaDyfIO { top:2.875rem;left:0rem;width:22.5rem;height:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR8C6Kq5lTU6ZapwVCZr0NVfO5med4AA { top:26.1875rem;left:0rem;width:13.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HivOT49k8fEX0LQTQggpOEyHpIUn7E72 { top:23.6875rem;left:0.5625rem;width:11.75rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKnvIswWATo3f0kFIJaTRFfqmnC45q8p { top:17.75rem;left:0rem;width:17.4375rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcr5i9KpsZWakk81psoob0HikFqo3q6K { top:15.875rem;left:0.5625rem;width:11.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2rscquNkLDPyZ9St2XeCh8z2KDHUzCo { top:1.9375rem;left:0rem;width:18.75rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #amPUfHIPkVD4RWKFxahAl1uLIwB2snao { top:15.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvzv3Ug3hzTX5qohHZSAcLdumMZWF9Fp { top:23.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGnowJTlPuQGIHMh5MgnlpJLRhqbuMmR { display:block; }#tGnowJTlPuQGIHMh5MgnlpJLRhqbuMmR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEQn0yNwITpxVUCoMWGbaZwd8eTxfFaf { top:9.75rem;left:6.6875rem;width:13.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSBUoP6yXAiENrXV0IstRFTh8Mw9QtKC { top:7.25rem;left:8.75rem;width:11.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2yTfITQTnH9hhkBLVngrxWMnQsrwGxE { top:2.3125rem;left:6.6875rem;width:15.75rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OopfKsakxVpwBD4WEuoDRo8EStOQpa1v { top:7.5rem;left:6.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxslGvEBFrlrxTXTq3kEDoiJdMSXHPWi { top:2.3125rem;left:1.4375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a62NKfdpGLONDEt9dMeOhOwqDUmFNSLy { top:2.875rem;left:25.375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxDMeXaQtz1GS5hIT8XrBaugJek5QyxK { top:2.8125rem;left:30.5625rem;width:15.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ2GFc7a7DXT9lTUkE0XJbqoBo45yAs4 { top:5.625rem;left:32.6875rem;width:11.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8TPKyH8zSBOkSbPbQFBdg5wTm6ssd0t { top:5.875rem;left:30.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzmZ3qPyoE5RZOhkV0voNv7yqn1igXO2 { top:8.125rem;left:30.5625rem;width:13.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCR68XdaHQD9hZuQLSbHLcrlLd1TGACH { top:0rem;left:0rem;width:37.5625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEyvzKSiJ2RWMJnfGlVqBylFBUb7y5cA { display:block; }#EEyvzKSiJ2RWMJnfGlVqBylFBUb7y5cA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MTcpEEau7vO45q4txzZ33xmwQ0WTr8LV { top:2.3125rem;left:5.75rem;width:18.125rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3WlThdQf2XJNTef0oXv9Ib2U5D2NtTl { top:7.375rem;left:8.625rem;width:11.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szPghTqAwJsPRxS56UfqXeP7r5X6WgUU { top:7.625rem;left:6.5rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTHySTEEmUxFJyOX91DR7DH8HUSCn8SH { top:9.875rem;left:6.5rem;width:13.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNDDcaX9pDqayBpEtXLJJ5FlHqbKog14 { top:2.25rem;left:28.4375rem;width:19.3125rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lax2HD0PKVeENh9Kssd4TJW8DDxJnoUX { top:7.125rem;left:32.5625rem;width:11.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTafI8dN5cwTazT2DQ25T97VTNFlbQFC { top:9.8125rem;left:30.5625rem;width:13.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0494ysJIOSrAvWl6c886Z7qUdqkt9fs { top:7.375rem;left:30.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixcL34UW0IxF5o1s58uLzQpuVe182FtN { top:2.5rem;left:25.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsIxOTSi0Nl1yxf8TuC6wxnSAdTssZaA { top:2.4375rem;left:1.3125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVKkxFeP9xuTwQbHUXGNtGyhXOpIC6BE { display:block; }#NVKkxFeP9xuTwQbHUXGNtGyhXOpIC6BE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDRexSm0HTPVnCz6F6RHdA435kcxrhQv { top:9.9375rem;left:30.8125rem;width:13.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Db50CfVnTyLa9vfxdE8UgIvekCfmWh9u { top:7.4375rem;left:32.9375rem;width:11.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSwWx4Qo3hCJfbKROa68srfccb6yPDpL { top:2.1875rem;left:24.9375rem;width:22.8125rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exCSzD73nKRS4hi3iA7tGfDB472wCWK7 { top:7.6875rem;left:30.8125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgrH94XRstapE0rhh6fsrI1uzKET9fkg { top:2.25rem;left:25.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHe02AJo7pvFai555wpaP8lK1Posuya6 { top:2.25rem;left:4.5625rem;width:19.3125rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDeXwIK6x4cqt8vh2elVKKI7yZxi5sL1 { top:2.5rem;left:1rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDi1mKaHNUxm4TVCmw8nhSAUNEToF5bg { top:7.125rem;left:8.25rem;width:11.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RG8PEJwTU8nRT7Q5TWJDvQyiVP1ay7gT { top:7.375rem;left:6.25rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w97c0Fu3HCqBlW5VxkXImeTOoFUby6iz { top:9.8125rem;left:6.25rem;width:13.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gURQTtMFZ4HaVv6F6BOZCw094wUey1f7 { display:block; }#gURQTtMFZ4HaVv6F6BOZCw094wUey1f7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEklQFJvpdsrOLsI0i6mk1gffcVveN6Z { top:8.375rem;left:30.75rem;width:13.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTeTrrlzl501eCkHKZ1s27WGyLxPABuk { top:5.875rem;left:32.875rem;width:11.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1dyrZr58cF3M9XXdJML9xdJSxZPzvTV { top:2.3125rem;left:24.9375rem;width:22.8125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfLpTcFcERf292MUNyzK7ufk16rAGTHz { top:6.125rem;left:30.75rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLIymNgeXPevDVACfFiFPxn6PT2noGGr { top:2.25rem;left:25.5625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfWasE5FrkAOlzhBJW0mhs6QWpiRqu1k { top:8.3125rem;left:6.6875rem;width:13.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNkQ26GCH8MzmGVbLe0F0EIu5UXAgdAn { top:3.0625rem;left:1.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlNspXi7nnxvAc4FZO70ffrsWfsu3IPT { top:6.0625rem;left:6.6875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOrcn091rXHMAAaNKHiQXoFqyqeSasBL { top:5.8125rem;left:8.8125rem;width:11.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sll5lNi9TUeqGeWgN0v6IJK7zPHNBbsM { top:3rem;left:6.6875rem;width:15.75rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvUmqkDpv4bpJlFQUPhNvqMir9gP0Dxg { display:block; }#SvUmqkDpv4bpJlFQUPhNvqMir9gP0Dxg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vMTteJyvXEM5rxw86mdbb7dMTLNehazE { top:9.625rem;left:18rem;width:13.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUJwyqIIGeEcckZqh7pZclpDQg92L9uu { top:7.375rem;left:20rem;width:11.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZug4Kh0MNXRRLpkERwMvOHtgm3aePXz { top:2.125rem;left:18.9375rem;width:12.8125rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWdC0qbN40dw1l2Puy34hBEsHRJyRJl4 { top:7.625rem;left:19.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCn7q415T7wusyTaP0hmvJrq0uSgTXHC { top:2.25rem;left:15.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIrHwRJVmGzFsvpTHTizemIuDme1uCRL { top:7rem;left:4.75rem;width:11.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRygHzzIRW72bQ6lmHExkLZJGJuF8oxm { top:7.25rem;left:3.6875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3gcwotm2rlVx6oJZpS09SI46C5a2x8J { top:2.5rem;left:31.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8hp3re9TJEAFudO9J7HRdytqZ0ZC8Vs { top:2.375rem;left:34.8125rem;width:12.9375rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdV9MVOq5yBqVFSrLsGlhCI9goiVMtBq { top:7.25rem;left:35.6875rem;width:11.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcxs34dTbA4L9woM6WpqKg8VVzMc5Sv9 { top:7.5rem;left:36.5625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg6H1wEBeDqlEHGwQCcVuy8VwNlZI4pl { top:9.6875rem;left:33.875rem;width:13.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgtfNxl4FmyNtb7XuJ2ahzzZMJEJHxrB { top:6.25rem;left:0.25rem;width:12.5rem;height:1.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsyAcHiwUuPi0UgnLpZzwBxcwxqhAPrv { top:7.625rem;left:19.5625rem;width:1.1875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v7QBalb2JDWpUWIQZdiS0BuQDJ3WiGGQ { display:block; }#v7QBalb2JDWpUWIQZdiS0BuQDJ3WiGGQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #drX4Vars2D94S5nOGRmtd7WJMXspg4pH { top:2.1875rem;left:15.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwGMPK5AkMUfxhNVKCgXnAvRtWTKp48q { top:2.0625rem;left:12.4375rem;width:19.3125rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQBQNBXkbghw0pDaL6m6C1RxxIPnO7xE { top:6.8125rem;left:20.625rem;width:11.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLbqAqTlOmD1k4ObL7LeIOe4m6MPG1iN { top:9.25rem;left:18rem;width:13.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMq43i5xvoRoVEm5FLtPi6BebE9WtBSB { top:7.0625rem;left:19.6875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT3EkWmhsQv40GRT914h3T3hIm2SPovZ { top:2.375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrTRDPLD07uupOURJqcG9PEylzGZyUem { top:2.125rem;left:3.6875rem;width:10.8125rem;height:6.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeTl2yQFonikLXKfTzkBT1qaPb69PwFd { top:9.1875rem;left:4.75rem;width:11.125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPl9O40pWUTb3qs2WKApoDeTIhHK2JFD { top:9.375rem;left:3.6875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwTpZxm1BuPKGTk1dnvcVSLDcscphmnl { top:11.5625rem;left:2.125rem;width:13.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXCTIq8a9b6gQ0xk0mkRpLWBNUAIDuhR { top:2.3125rem;left:31.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ2WWW6h8BFB0qTlwq2SEKOXe1lmXXPT { top:2.1875rem;left:33.5625rem;width:14.0625rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0KCcXR2xLbWTztng8POfD7UFZ9aZrsi { top:9.1875rem;left:36.5rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgt3lZmIX5oMiDxHzvIHH6NEpU6nKsOl { top:8.9375rem;left:36.25rem;width:11.375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPaUypgCkXe1a2w4mtN52Th0VUnwHzvL { top:11.375rem;left:33.875rem;width:13.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo6tfTDoHGcpGeMMRa9B7zGdpTJllHX9 { top:7.125rem;left:36.5rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUsP65xcMLUB2lgL7buBTAITTkWOXamD { top:6.875rem;left:34.3125rem;width:13.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlfRXrgTQWJJeUBJLQ7rKNmtpx1VFHMu { display:block; }#ZlfRXrgTQWJJeUBJLQ7rKNmtpx1VFHMu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bVqyzHnzQbXLHMisK8hJJKtAAyWn66VK { top:2.5rem;left:22.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvzodRTodzi5RNnJvExMmpX6Aqewo3TI { top:3.1875rem;left:23.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7wmOcaXR7Qrr8TlpA2wZFEKFyCBGx7a { top:5.125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuX4gbKoWSrRsgAMCaIlEaFrtfThHNkT { top:10.1875rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtygsQLSEVBOXulbgMLOD4VKGOye2w5r { display:block; }#FtygsQLSEVBOXulbgMLOD4VKGOye2w5r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmfgC8d8XUHx5KTUfwxIaFnGgcLwCvDo { top:9.6875rem;left:29.8125rem;width:17.8125rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rno9lFtRhWUKz0p3Wx8PJq4OR9UDX1fS { top:4.625rem;left:37.375rem;width:0;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN1pZSPEUQGTvlzGV8q7krRT4aPc88Os { top:3.9375rem;left:37.25rem;width:10.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFb6BMKeflhGbkDiMopr8c8oOmpUePaB { top:5.9375rem;left:29.875rem;width:17.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5WF9y1dsUIxsGnID30zOkQ9ofToTEL6 { top:11.0625rem;left:47.625rem;width:0;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0Uvsd0Wi69Wp4huXWsVmaXugzEMlgg6 { top:16.4375rem;left:30.125rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #VVDzKsTEL8CiHDog1mfRDK1VrBt3zlrP { top:18.5rem;left:37.75rem;width:0;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzPRKHPID70TciLNcxtfNOTiFcaUiiNX { top:23.625rem;left:30.125rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #znQMM1ADsBD0ZgV5gHm1ZXqqUewWLZUo { top:30.0625rem;left:30.125rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #aeBFgPbhCmsOkxo7i1M2LeqecwLZWkJX { top:24.9375rem;left:47.625rem;width:0;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUFCXMWfpSy7wJHvLughUNweWzPBZRXN { top:10.9375rem;left:36.6875rem;width:11.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp7A3q9XF3bck07ysMdUQFfX0xSsBtA5 { top:12.9375rem;left:29.0625rem;width:18.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #czn4cJt4mqqmeTAlOZiADASV6ivxSrtJ { top:17.75rem;left:32.75rem;width:15rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPy5dPEAEe6OhOxhxbUudgXbtw6k8DGc { top:19.75rem;left:30.4375rem;width:17.3125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrRyz5eIEn6ZxhqNdaFoPyceOzzRZocm { top:24.75rem;left:31.9375rem;width:15.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4TvfDcwMmGeecsB3AdaKZkn1ONddqTd { top:26.75rem;left:29.0625rem;width:18.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxAzAyTTnCKpFScAFSD2Av7xqpGMqNqG { top:30.875rem;left:32.375rem;width:15.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0IRELD85qTPnzfQfTPkrL6u8J8Q9px6 { top:32.875rem;left:29.0625rem;width:18.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOG3eTauN8LlMGsICUR1BIbuoGuqT0t6 { top:11.8125rem;left:1.4992189407349rem;width:13rem;height:5.9375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz0DSXTDunmF7xQrkhPhe8m4vyqHcZbv { top:17.75rem;left:1.4992189407349rem;width:13.4375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #izCTOARF1nRXevgahI4m7A2gN2MTpOWf { top:25.0625rem;left:0rem;width:41.125rem;height:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hddq00uX1NkB9bXKfxK1sVRC3X2cLBtc { width:31.5rem;height:4.625rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNl6aq8JwBFX6qmTUTJbTOaem8NQU0VD { top:8.875rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh9Fq3FDqkATpwQntdstkQ22v1KLldFL { top:12.125rem;left:0rem;width:10.9375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVVW0D7PoKtNXV4Et97eyulE6pyk3NJi { top:20.1875rem;left:1.4992189407349rem;width:9.4375rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrTok7kGS0E3TGNa1PBM8W4LPdZvd6Jt { top:21.75rem;left:1.4992189407349rem;width:12.5rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuvSF0sAnncIeKBFKgWbrilMXRR2QKle { top:0rem;left:18.625rem;width:29.125rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #frGtcPu8S1virEkaizIhfZd2FAINeA7h { top:31.625rem;left:37.6875rem;width:0;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCDFEe7mbgBnNTOXyGkIZzxisFgKkVfi { top:36.4375rem;left:30.125rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #q1OcfT7KtmHvPeqDz6blAvo15eMn6I5g { top:37.8125rem;left:47.625rem;width:0;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3fdKp8z9c69UfbxOzb3FTMOnUsN6DHG { top:42.8125rem;left:30.125rem;width:17.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #iviVcNkCakWNF49wzTlW1Nd2DUGkQU39 { top:37.375rem;left:32.375rem;width:15.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIirtMzdbQPe55dDJTV7Prh4gM4DIwXB { top:39.375rem;left:29.0625rem;width:18.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb398XHQzG1TuXUNQPQeMDRroSrt7koP { top:41.5625rem;left:36.3125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3zDcXThteGoPmE36evTIyTSQpluETGV { top:2.1875rem;left:36.1875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiOCKvLiaNWaO8kfSED5NlpP6gVta7of { top:8.5rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpdwvGavkA7eNINrbZZdoZoVp1F6TqeL { top:15.5rem;left:36.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbASSP509oPANZJ4zVnCqSCv2lZksADI { top:22.4375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG0zOMKscgLWX8EkrVnoDT1abCeiuqWN { top:29rem;left:36.625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwegXiTF4IZ7moN8IhiggUfuZvrXBDH1 { top:35.125rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n { display:block; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5T375iPbOr7CfslVwkvH6zEG5bo5s6T { top:3.25rem;left:22.9375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPd7dQ8h2JxKUvy9SRHmUEwWvLKgAUI1 { top:3.9375rem;left:23.625rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2ilZJOTzQrE35bq0KLpT9tTAIE81on6 { top:5.0625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m41m9dOQi66tyGq66eIoo3DOcWXd2Q19 { top:17.5rem;left:0rem;width:27.3125rem;height:4.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuC1NMVRlxnwBWdgzZcolOoJkKylnB2J { top:24.4375rem;left:0rem;width:24rem;height:9.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-regular-label { width:21.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-text { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-text {padding-top: 0; padding-bottom: 0;}#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-textarea { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-select { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-select {padding-top: 0; padding-bottom: 0;}#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-button { width:16.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.4375rem; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-checkbox-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va  { width:21.375rem;height:auto;top:12.4375rem;left:23.875rem; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .radio-container { width:21.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va {display:block;}#UmELndh8gCmrUSsTqnS2peOscqv7N8va { width:21.375rem;height:auto;top:12.4375rem;left:23.875rem; }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #Oc6idGCWpn9cToT88h5CVDtpuzux1tb2 {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #qg9ATnencDgEc8gd6BhqZkQFaMlnDyzy { display:none; }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #l7dOwQtIfd1PBqDExQgG1OGHJrwTewWH {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #JtDqKtefTNRsDywsdTwO5u5cHcZ7TCKl {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #NWhh1UmiOSbL5X76ooxPTbTQu8pTQFtt { display:none; }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #A7xTElIFVvtLtESpt6OZTahfDrTscnzr {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #q3Nah2BZX5hMNgxLiaAb12tzFZBXOGc6 {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #pUyHr3E6trmZhKttCGwlgbZxzDbibnDD { display:none; }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #m9Uy1Fm1fM19UoqSiHmT47nFBqDDF5CT {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #s9gfibKz9czv2KNqu4F7gqP8Mo3UK0ox {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #zyeZsl1lwqoNKSnbSJdlOxhFcyakxsQG {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #aRHO7Wxt5N1CypNhiqWyIkABITTDdrwH {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #TE30gVS2rFdMRe9H1CZohILp2WwAMN9W {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #mBpCkVnrIGclcvlney8IPTdMD4zspe6U {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #oOWVlloS5aZhPThqVuRFlqlEql03ueHb {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #TNOk4CVAAxedpO0D17oQeAFNVl1TktAv {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #LwUoUOUM07CGUvZCTodnGDTParkiDJyu {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #AZryZ5gWyaAabPEsJZopFCs9hWCFcBMy {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #THUFhHCO1dZH85dlV3GTTwwdFsfTyRN0 {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #Z9CGGNNAFRrT4QzVxE1o1H3AFAv8VwRO {  }
 }@media only screen and (max-width: 763px) { #ChJO6BJouawbX1rRt78url0vmMeILfAy { top:10.1875rem;left:17.625rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso { display:block; }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jy4h9uIKvokoT7hhgppHTsyE8TDpt9Or { width:13.625rem;height:2.5rem;top:2.9375rem;left:23.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWPvJerzZFEdfGpR5b8m2XTmDsIXXtkm { top:7.625rem;left:9.90625rem;width:27.9375rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1ZwBgmMpzzIaTyTXI43TB25Lllpy2Ln { top:18.0625rem;left:9.9375rem;width:27.875rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y06T7CTUf4lJF9DxOLea5yNhHht2yrIX { top:14.625rem;left:19.25rem;width:1.875rem;height:1.875rem;display:block; }
#y06T7CTUf4lJF9DxOLea5yNhHht2yrIX > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #dxPr0Xmi1cdmIJ4ZVl9FlJhQJGIZcill { top:14.625rem;left:23.125rem;width:1.875rem;height:1.875rem;display:block; }
#dxPr0Xmi1cdmIJ4ZVl9FlJhQJGIZcill > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TH7fJGKOKl6206CFZFtAtEEEaH12pr1A { top:14.5rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
#TH7fJGKOKl6206CFZFtAtEEEaH12pr1A > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #TyMlH8nOtJbo18zrTILroSZbrUFQ1mOH { width:9.5rem;height:3.6875rem;top:2.375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { position:relative;z-index:auto;display:none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z8xPbelXn83gooLsEdb51h5rIMvioBF2 { width:12.4375rem;height:1.375rem;top:1.25rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJEw6ugPgXvVvoRETz3rFsp8pG2JPNTN { width:5.25rem;height:1.375rem;top:3.875rem;left:7.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pmk7SpdAQ9dqHQ6OSf1XN2Ui5VcpONTP { width:7.625rem;height:1.375rem;top:6.5rem;left:6.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlhOgfIhm1rhao89hnMxd407IuGB5kvo { width:6.875rem;height:1.375rem;top:9.125rem;left:6.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FIZEb2vtrrMQJkzA5hxxI3LisGqOHnB3 { width:7.8125rem;height:1.375rem;top:11.75rem;left:6.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pc27QmJH3HNCF86ps5OxToqS4yvpTFTO { width:4.0625rem;height:1.375rem;top:14.375rem;left:7.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Arqw2oy0ya1yUTqELcLlWeE3cLsa9lS8 { width:12.5625rem;height:1.4375rem;top:17rem;left:3.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nN4VbcT5mqKvdbWnTNBkTmOOL2TvMqKg { display:flex;width:1.875rem;height:1.875rem;top:19.6875rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #TSdibzArMUeyVsZHAKpGty5IN4ifxZ6G { display:flex;width:1.875rem;height:1.875rem;top:22.8125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b50ed4a5-ba62-482f-ad0f-83586a57df98/pracawweegree.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.adaptive-delivery-prevent-bg, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyload, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyloading { background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { width:20rem;height:35.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hPbOJ06zHUb7CGiPlOkwRSdMRtag5GW2 { width:7.625rem;height:2.9375rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQaxZO45hLfz2uiHt0qiWBeTIu1cQNSO { width:11.8125rem;height:3.4375rem;top:25.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T06lhGGeqRAKAPGQWemWlHMN1ZOIWa4S { display:block; }
 }@media only screen and (max-width: 763px) { #UM94tLG33aB3ofKzOn42XEKX66nToOFC { width:11.8125rem;height:3.4375rem;top:30.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D960INhmu5CVOPTyyQfCz2KaRWWFyFQK { display:block; }
 }@media only screen and (max-width: 763px) { #yicqDk0u7007NeSAuv9SnVbnlprq8DsO { width:20rem;height:10.25rem;top:5.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSMzG9cRXuA9euROtSag0wPNETzHVMkQ { width:20rem;height:7.6875rem;top:16.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DKT0qxu7t0SQTwSkNwmuI2frr5R6Pvw3 { width:12.5rem;height:1.375rem;top:35.25rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rK9TooCFITnQxdHMr61uy5zzXLyXcT1y { width:5.125rem;height:1.375rem;top:37.875rem;left:7.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xVZ8oQOgBoLCPThV1yAzHFGw0VhAq0ZP { width:7.625rem;height:1.375rem;top:40.5rem;left:6.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qdpPXhzhMHPRbJPaT16IkHLRsoC7UPdV { width:6.9375rem;height:1.375rem;top:43.125rem;left:6.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TCWkvWTxyOJvOUUb68XAoZ3VV0hPzbTH { width:4.25rem;height:auto;top:5.375rem;left:7.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ifMsy5CCJtTAHvpm9xVnPJuIM0VZOaO4 { display:flex;width:1.875rem;height:1.875rem;top:53.625rem;left:9.0625rem;display:none; }
#ifMsy5CCJtTAHvpm9xVnPJuIM0VZOaO4 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Ncvbdt0ActNwEinKUvcZS2dB8T7AVbOZ { display:flex;width:1.875rem;height:1.875rem;top:56.75rem;left:9.0625rem;display:none; }
#Ncvbdt0ActNwEinKUvcZS2dB8T7AVbOZ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/10688b5a-aa80-4ec4-b10a-cefe4c6a1d64/leadkarieraweegree2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK.adaptive-delivery-prevent-bg, #JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK.lazyload, #JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK.lazyloading { background-image: none; }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK > .row .container { background-color: transparent; background-image: none; }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK > .row .container > .video-iframe-container { display: none; }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK > .row > .video-iframe-container { display: none; }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK > .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); }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK > .row .container { border-width: 0; border-radius: 0; }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwL9hZIrboEFJnafmmUbcQ1A5wDmxDvK > .row .container { width:20rem;height:26.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euwkOle0zOLIXlfGVD5uts1TT0pAGuTP { width:7.625rem;height:2.9375rem;top:1.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsxNASP1fTeQQNmRP10UVxhxmAdsbxIB { width:11.8125rem;height:3.4375rem;top:17.03515625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd0w0R2H6alVlOMSO6Hs53p99H2TVz9p { display:block; }
 }@media only screen and (max-width: 763px) { #LO8xehqUtUo9JlTygyrECs9q2ImM8Xrw { width:11.8125rem;height:3.4375rem;top:21.72265625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m51EpkGxJBIgGULvmlBaRTlUJJdwMSpT { display:block; }
 }@media only screen and (max-width: 763px) { #wtvKyGDs6vuXbLsyKaOztSxfg7rEThw9 { width:20rem;height:5.8125rem;top:5.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UoDC3X9VAIO1ttBCGy7isea6hZqGliZo { width:20rem;height:3.25rem;top:12.53515625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lWitKHGqkK2CmEsJ1hg6NVFV9QmJUsBU { width:12.5rem;height:0;top:6.875rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FSG3BceV8vRLBCS4hrX5r5exXFP9GD5K { width:5.125rem;height:0;top:9.5rem;left:7.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #e18GTe10oZGpaAIVTb8rSQ63wMLPw2eO { width:7.625rem;height:0;top:12.125rem;left:6.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #s9IwZTfHuJB4sMdf03syGOsWDJd5gsCi { width:6.9375rem;height:0;top:14.75rem;left:6.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #v7kxcB0UOp8wy8BPpzRcoAZnZxvGvvxm { width:7.5625rem;height:0;top:17.375rem;left:6.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NWSIqg2DGTnW1yHl4HCkudEbeNiZDIa2 { width:4.25rem;height:0;top:20rem;left:7.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WDSaw5MtJPIcKKhT6OLRRtwyrrTzp9dq { width:12.5rem;height:1.375rem;top:51rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NiEn2MP2l1duFkuW5nKKOOR21PXAKCtd { display:flex;width:1.875rem;height:1.875rem;top:22.0625rem;left:7.4375rem;display:none; }
#NiEn2MP2l1duFkuW5nKKOOR21PXAKCtd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #hQWnm2q3TWU3B1x9WTmqToHXHpKymALJ { display:flex;width:1.875rem;height:1.875rem;top:22.0625rem;left:10.5rem;display:none; }
#hQWnm2q3TWU3B1x9WTmqToHXHpKymALJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl { display:none; }#Sn4g6g4Mh5nI92oxUGs8RGosQyd3tWDl > .row .container { width:20rem;height:11.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yEyKmbyDIUaTJpVlET3DpVGGMn5WLPNP { width:1.375rem;height:1.375rem;top:1.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THEZUmsLwoB6sMmqNlN38U6zoV1CHuDR { width:1.1875rem;height:1.1875rem;top:3.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJMzqhq8GAgdhUU9w963Cc5BO5qFv3Tu { width:20rem;height:2.25rem;top:6.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vqXuCquhoR0fuxxl27u7hTdVzfhAwAHP { width:12.5rem;height:0.125rem;top:9.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P81EAdCeuHfi6hBm2BHkQIyT2T9TUz9c { display:block; }#P81EAdCeuHfi6hBm2BHkQIyT2T9TUz9c > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b3REWZGmim8SWSa8NRJzrJFomzicUUTO { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCvq9WLAi1ap1D0F8wwmqwDeftxxq7pm { width:20rem;height:15.75rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJksalOqJowEEyzkJaRFpH7FvbBWCQzd { width:17.5rem;height:3.125rem;top:23.625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Adwir7AiGAuTF1Uq2Jhe8FECTJRsHB7U { display:block; }
 }@media only screen and (max-width: 763px) { #le9vvwzNTfd4DmZ2rJU3khLhCUrVCA42 { width:18.0625rem;height:22.625rem;top:28rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hu9Jx3VpEiROzoTKw4zKo1KzAiTGZP8i { width:12.5rem;height:0.125rem;top:5.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiFmLNVzuFUp9el2XaV9RDsDEVhvfBeK { display:block; }#BiFmLNVzuFUp9el2XaV9RDsDEVhvfBeK > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6cahGivHeeH3JOHRQoeuE5hixxs73AM { width:20rem;height:2.75rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTHxkqionkJUS1cE9nQIgCQ0q7CiA4gk { width:20rem;height:15.75rem;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkBT3UAUV4Nym8TpwTntPyP4NIPLtQZt { width:17.5rem;height:3.125rem;top:23.9375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZPfNCTqZOpiNWiFBvmNptT2eUakId9u { display:block; }
 }@media only screen and (max-width: 763px) { #fw8WkqLGUl3IeR1T6LihxEaudmSKrTOl { width:18.0625rem;height:22.625rem;top:1.25rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8d39ouAD9ZKUJbGTWdlooOFGbNOK0rP { width:12.5rem;height:0.125rem;top:5.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bs9dsM7HGJpCFDU3Odlh1EJDevOaWdiT { display:none; }#Bs9dsM7HGJpCFDU3Odlh1EJDevOaWdiT > .row .container { width:20rem;height:5.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tRCbdzusHSRexiI2ufxgn2XTEU2XfCdF { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZKEDvK69ANZD6pFwa8ITukVdbIJ6S1T { width:12.5rem;height:0.125rem;top:3.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RomQ2cuh1w2OqpLZb1Kugd1QPutVaiwX { display:none; }#RomQ2cuh1w2OqpLZb1Kugd1QPutVaiwX > .row .container { width:20rem;height:34.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uSM1T1JhB1ZtGZzQ7z1CXa0rDGPfL1BF { width:20rem;height:15.75rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgVsT1T8V5i0a96Cp8TWblRuJslys75b { width:20rem;height:15.75rem;top:17.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC { display:none; }#Lk8w3eGiw7BTnysGFB4HXeIuHlQCg1uC > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QR5zQvQcX4KsU8X4ElBZknMdpn3U2mnX { display:none; }#QR5zQvQcX4KsU8X4ElBZknMdpn3U2mnX > .row .container { width:20rem;height:28.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QBL4xnRyTxmmqoAW4lHkCk1Z2vNKblhA { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoyAUdF5P2OxNpyJJV213lShqN5NtaZ0 { width:20rem;height:15.75rem;top:6.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNO3zyJOL49AZiT1N3VFEXo2XGdsWRxA { width:17.5rem;height:3.125rem;top:23.625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BIJ73Ea5JiyXa1itz6ZTHP96Xc1Sq23J { display:block; }
 }@media only screen and (max-width: 763px) { #nDJBCyPvTzS8zsHgTcszqB12WCHcyCxV { width:17.9375rem;height:22.625rem;top:28rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqODgVl939aU7ZHcuez3yC8cetONBR9d { width:12.5rem;height:0.125rem;top:5.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNm6JcFrgSZhBHqX8gxMZqZbksB5mqAT { display:none; }#FNm6JcFrgSZhBHqX8gxMZqZbksB5mqAT > .row .container { width:20rem;height:12.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eE4ziOCEIfXOtITeFHJJnvwkXKlCHKlf { width:12.5rem;height:0.125rem;top:11.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWEBANN9fUJR8XvEEWsUgUV3E9EyQ7S6 { width:20rem;height:0;top:6.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDD7uEzqWM12ME2BQIBqADvQ1fUcIowx { width:1.1875rem;height:1.1875rem;top:3.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STmSt7SSX0ydSIW9IEa7OcIlTee3NxO8 { width:1.375rem;height:1.375rem;top:1.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmFTShheLoQBRTTtNRdQoIHBRglKzILo { display:none; }#EmFTShheLoQBRTTtNRdQoIHBRglKzILo > .row .container { width:20rem;height:54.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HAqNqogHfybEFT9dmUO9nTIrHTSnkM4M { width:20rem;height:0;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9T21pQ7sMX4sN2w69CJv5335fHJGpJJ { width:12.5rem;height:0.125rem;top:7.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDpwPoQLxK80m1N37Ad0Zb6P7qz70vDm { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3QQVpqv0lTsunZbrXVS1V4Vd0mSNbPI { width:20rem;height:0;top:35rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcF862BCMlGUla2VJkJEHSeVUlAT24bz { width:12.5rem;height:0.125rem;top:33.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCOOn9nbB7rk4oKWNFUCRnfsMe7oz04B { width:20rem;height:0;top:27.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI2nw2CmXbHFDJtM3oKaLOiofpkBfrTT { display:none; }#sI2nw2CmXbHFDJtM3oKaLOiofpkBfrTT > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JIJVFWl5AP7eZ8DF1z1KZRzTWSLSaTnt { width:19rem;height:3.125rem;top:1.25rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MmptMv2uXWzy00RrC1LJR1XouHcCTH6S { display:block; }
 }@media only screen and (max-width: 763px) { #CEkmpnThK4bSxTr12ZJqa6H157CqaExA { display:none; }#CEkmpnThK4bSxTr12ZJqa6H157CqaExA > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bHGzRPPx6lTGQgTIFBbtQ7zNfK8XoUw9 { width:20rem;height:3rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nA7nJ1cfSGZBQTbaIhdqxVad5Z4uFLX5 { display:none; }#nA7nJ1cfSGZBQTbaIhdqxVad5Z4uFLX5 > .row .container { width:20rem;height:49.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zCyps8CBcpfr6t2Sg0HVWwF0IeHAUByB { width:20rem;height:0;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcQcabM2FrAp6ALrK23teUFMwBUMqOEq { width:12.5rem;height:0.125rem;top:7.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4OZSzVR5AfbavJTgsPuZELUaXxwRZWZ { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnTIqNZtTMzdA2GPnDeTl6A1tacQTHgv { width:20rem;height:0;top:32.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5BSWFcGO36MVeHgetc2bx0k0JUBnNlD { width:12.5rem;height:0.125rem;top:31.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1nGVM0tZFCRgPK1rb0irnXJ4gyJeUbG { width:20rem;height:0;top:25.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOWJBBFVRT0OofNvVTSlgTJ2XD9mvTbQ { display:block; }#vOWJBBFVRT0OofNvVTSlgTJ2XD9mvTbQ > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTTbpklrZl0fPrW9NF9g3XRLvLRkG1S3 { width:1.375rem;height:1.375rem;top:2.625rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgXf3H9oAxAI4cvKqxBbZAlfhIKMIK1q { width:1.1875rem;height:1.1875rem;top:3.4375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNKVowI546QWERgwy2lCPLnpCDw1KUJk { width:20rem;height:2.25rem;top:5.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fSDm3hFOy30IaNbMVAyEh0Wd4aAPwJOO { width:12.5rem;height:0.125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOD5cJcnVrl9Qg6NISiwB0ZTGFtlxaa1 { width:12.5rem;height:0.125rem;top:8.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEQXkQgAElHyAlqVPshfisr59V3DacJB { display:block; }#QEQXkQgAElHyAlqVPshfisr59V3DacJB > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DeRbWJeMKV9MuEWH8Tn9q78SMaXGgK84 { width:20rem;height:18.75rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuTJcOO42OFAs5MR673ico0uxBomCeAr { width:9.375rem;height:9.375rem;top:0.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEoG175IkOWWVIuq4cykbpSDleIwUasP { width:9.375rem;height:9.375rem;top:20.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEOO4TqiBIehVwXX0EZ37RF7kAAQRhGG { width:9.375rem;height:9.375rem;top:31.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoMo085nNPPwwzCbGzTXW7RDLQD3px60 { width:9.375rem;height:9.375rem;top:41.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA3NxWzEhafOkyqXPXTKTSfpDLsWQPem { width:9.375rem;height:9.375rem;top:52.375rem;left:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWEPaWIba174JLnr7FW3kMW5d95Kd54u { top:9.875rem;left:5.3125rem;width:9.375rem;height:9.375rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o442rqlV1IzwnERTJ6aBmbWAuBEyEwTE { width:12.5rem;height:12.5rem;top:52.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AikLOyKXsaeAP3E70VnAZNKSzGgq3yqO { display:block; }#AikLOyKXsaeAP3E70VnAZNKSzGgq3yqO > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7Xsexr21au9mZ4kdbFFHUTDCd1a7i6Q { width:20rem;height:18.75rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vieZdIkLJIp44Rs74sJCzo5CZX8bOMFr { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pELztUi7bqrb87Tyq85uucZmVAhVCiA8 { width:9.375rem;height:9.375rem;top:11.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGTAkpaCJ63NqC8XuFsIZdrEzxZrD10S { width:9.375rem;height:9.375rem;top:22.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMxtNDCnKUuFhbybarqIsqZuDeaEip7v { width:9.375rem;height:9.375rem;top:33rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aocds4ixLbW38STTlcUbtI3puTwRQvs7 { width:9.375rem;height:9.375rem;top:1.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb4m7DTXg9hhdovB0u2VXtPXRtuHaRvF { display:block; }#Hb4m7DTXg9hhdovB0u2VXtPXRtuHaRvF > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h7RJytuUuuofTzDMkplX3g0qpbVTLI5t { width:1.375rem;height:1.375rem;top:1.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx6THiCUNeba6FX8NXhHFkCaozA1Jw2P { width:1.1875rem;height:1.1875rem;top:2.0625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPUnRc4asuOgQhmuwdJTWFvsyVZhmVuC { width:20rem;height:2.25rem;top:3.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJPWXTmHfu9TKwrE5whThat5sHw3DqT8 { width:12.5rem;height:0.125rem;top:7.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBM9cTC9F6SCU53WDKdwOKNA5q79ttNf { display:block; }#pBM9cTC9F6SCU53WDKdwOKNA5q79ttNf > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNBynGNapJB7rKiQkRfbufHuyXS6N9Xv { width:18.75rem;height:10.875rem;top:0.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziKP7oclK0yoIcMzK3hMC2GAPQKQ3SN6 { width:11.75rem;height:1.375rem;top:1.625rem;left:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbVM8Sb9SwTvMXlxzF7TsRX4prgW7zKr { display:flex;width:1.5625rem;height:1.5625rem;top:1.5rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #eM4qxwmv1o2Cxb5EpGTugZqKMfebImlq { width:16.75rem;height:11.1875rem;top:27.65625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fm3M47y4ef9qzLBQDWzPTLWBzcTzqHpe { width:16.8125rem;height:1.875rem;top:2.9375rem;left:1.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uaBEZty0ZNQUkEg1ASqGOgolnkBx7Qlr { width:11.75rem;height:1.375rem;top:6.875rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngW8KhAwc9Hu3KL0U3gZdJDT9khf1mcc { width:13.75rem;height:1.875rem;top:9rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Pca2MhKLuZEE0qbT4EXLPgyiPAhqBb { display:flex;width:1.25rem;height:1.25rem;top:6.875rem;left:1.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #AsS8yEOaT06hBo4t0a8if4GXdTd07lQw { width:18.625rem;height:15.0625rem;top:12.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBXGROFllxEQnmaTTDAJrSCAxG9T5pxo { width:13.75rem;height:1.875rem;top:25.0625rem;left:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzZUJBKkrkEXzTvExzRVvDHeRh30Wi9c { width:11.75rem;height:1.375rem;top:22.5625rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5us0xf10Gi1NPuXBFyy1ykyWH88keSr { display:flex;width:1.5625rem;height:1.5625rem;top:22.625rem;left:1.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #NDb7lWuqeEZUQha2qreyABdgtwOCpF61 { width:17.4375rem;height:5.625rem;top:16.625rem;left:1.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kuzmlEGHqIP8SDDoBm50w2vamIUAAdZG { width:11.75rem;height:1.375rem;top:14.75rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #He3Flg9yfV5PNL24oNhk2sp271iKCUon { display:flex;width:1.5625rem;height:1.5625rem;top:14.6875rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #WbfK8zh8m0BZ7xOng3IOb6w2TpKGhI1n { width:19.1875rem;height:12.125rem;top:11.75rem;left:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JpiE69NQ1J4gD73m3ryXekKkzffkzW4M { width:18.6875rem;height:12.0625rem;top:40.40625rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ptnhg67CBqGr16s0g1uxXdXBk9D6CCN7 { width:18.4375rem;height:14.9375rem;top:29.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRNfCbOGXpSFm5GrLJTQKaVnkZzxA8o2 { width:11.75rem;height:1.375rem;top:31.25rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgqlAqnC97RNpLPZ9gnispa6L85Rwciv { display:flex;width:1.5625rem;height:1.5625rem;top:31.1875rem;left:1.6875rem; }
 }@media only screen and (max-width: 763px) { #BctCUbpFNz3xgz1nfWosmOWIsm6f3U2c { width:17.4375rem;height:3.75rem;top:34.0625rem;left:1.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l3nuc3XzLz3AKvxhUfwbMksIDIcT3xVR { width:11.75rem;height:1.375rem;top:39.0625rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbTClCI9MkJHk6qF63gKTWTunwwnANec { display:flex;width:1.5625rem;height:1.5625rem;top:39.125rem;left:1.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #h7wQq6wWvATI75BeEuEBpIu421OAVW3R { width:13.75rem;height:1.875rem;top:41.5625rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW16gOBsgZmg1kKAKoVsTqM23UU3F9Ia { display:block; }#JW16gOBsgZmg1kKAKoVsTqM23UU3F9Ia > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiQFilNKckKALzPircSbU8NBA2OccZyO { display:flex;width:1.5625rem;height:1.5625rem;top:4.375rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #HUvZ5IPFQcOUqnKDr7JCyuTFlq7EZ2Tq { display:flex;width:1.5625rem;height:1.5625rem;top:12.4375rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #JEoobA2qbq89iEBfXrdEoB6MqnrPvCh5 { width:18.6875rem;height:15.75rem;top:17.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxENppSayrMEDqTEK0VPpsTPTDcPngtd { width:13.75rem;height:1.875rem;top:30.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAHuIeFWQVLHQMowrTWIaGptwEdL6LsV { width:11.75rem;height:1.375rem;top:27.875rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE2P5VPCMZn40HynuilDQRJxtVhND3kE { width:17.4375rem;height:3.75rem;top:22.4375rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TGJzZehVSoLIHucCBSytGQZ3eklUiJUZ { width:11.75rem;height:1.375rem;top:20.0625rem;left:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOztuPzNGdIHBozPkmPQZlJbwt8sFa5x { width:18.75rem;height:11.9375rem;top:52.65625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMTShJZd7P8BBynR3ZsbpPMwzRO5E3cJ { display:flex;width:1.5625rem;height:1.5625rem;top:20rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #N9Ip3szaARR7TlKV9bMnfKydsUuUBp9d { display:flex;width:1.5625rem;height:1.5625rem;top:27.9375rem;left:1.875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #TkXHwsEXcveZ7Zxu3IZcHPwnfmaDyfIO { width:18.875rem;height:15.625rem;top:1.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR8C6Kq5lTU6ZapwVCZr0NVfO5med4AA { width:13.75rem;height:1.875rem;top:13.625rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HivOT49k8fEX0LQTQggpOEyHpIUn7E72 { width:11.75rem;height:1.375rem;top:11.125rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKnvIswWATo3f0kFIJaTRFfqmnC45q8p { width:17.4375rem;height:5.625rem;top:5.1875rem;left:1.9375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bcr5i9KpsZWakk81psoob0HikFqo3q6K { width:11.75rem;height:1.375rem;top:3.3125rem;left:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2rscquNkLDPyZ9St2XeCh8z2KDHUzCo { width:18.75rem;height:12rem;top:24rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #amPUfHIPkVD4RWKFxahAl1uLIwB2snao { display:flex;width:1.5625rem;height:1.5625rem;top:3.25rem;left:1.9375rem; }
 }@media only screen and (max-width: 763px) { #pvzv3Ug3hzTX5qohHZSAcLdumMZWF9Fp { display:flex;width:1.5625rem;height:1.5625rem;top:11.1875rem;left:1.9375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #tGnowJTlPuQGIHMh5MgnlpJLRhqbuMmR { display:none; }#tGnowJTlPuQGIHMh5MgnlpJLRhqbuMmR > .row .container { width:20rem;height:21.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uEQn0yNwITpxVUCoMWGbaZwd8eTxfFaf { width:13.75rem;height:2.0625rem;top:11rem;left:6.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aSBUoP6yXAiENrXV0IstRFTh8Mw9QtKC { width:11.75rem;height:0;top:8.5rem;left:8.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2yTfITQTnH9hhkBLVngrxWMnQsrwGxE { width:20rem;height:4.625rem;top:3.5625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OopfKsakxVpwBD4WEuoDRo8EStOQpa1v { display:flex;width:1.1875rem;height:1.1875rem;top:8.75rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxslGvEBFrlrxTXTq3kEDoiJdMSXHPWi { display:flex;width:7.5625rem;height:7.5625rem;top:3.5625rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #a62NKfdpGLONDEt9dMeOhOwqDUmFNSLy { display:flex;width:4.375rem;height:4.375rem;top:2.875rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxDMeXaQtz1GS5hIT8XrBaugJek5QyxK { width:15.75rem;height:2.3125rem;top:14.3125rem;left:2.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJ2GFc7a7DXT9lTUkE0XJbqoBo45yAs4 { width:11.75rem;height:auto;top:5.625rem;left:4.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #M8TPKyH8zSBOkSbPbQFBdg5wTm6ssd0t { display:flex;width:1.1875rem;height:1.1875rem;top:5.875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzmZ3qPyoE5RZOhkV0voNv7yqn1igXO2 { width:13.75rem;height:2.0625rem;top:17.875rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hCR68XdaHQD9hZuQLSbHLcrlLd1TGACH { width:20rem;height:10.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEyvzKSiJ2RWMJnfGlVqBylFBUb7y5cA { display:none; }#EEyvzKSiJ2RWMJnfGlVqBylFBUb7y5cA > .row .container { width:20rem;height:19.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MTcpEEau7vO45q4txzZ33xmwQ0WTr8LV { width:18.125rem;height:4.625rem;top:1.25rem;left:0.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d3WlThdQf2XJNTef0oXv9Ib2U5D2NtTl { width:11.75rem;height:auto;top:7.375rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #szPghTqAwJsPRxS56UfqXeP7r5X6WgUU { display:flex;width:1.1875rem;height:1.1875rem;top:7.625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTHySTEEmUxFJyOX91DR7DH8HUSCn8SH { width:13.75rem;height:2.0625rem;top:7.125rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NNDDcaX9pDqayBpEtXLJJ5FlHqbKog14 { width:19.3125rem;height:4.625rem;top:10.4375rem;left:0.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lax2HD0PKVeENh9Kssd4TJW8DDxJnoUX { width:11.75rem;height:auto;top:7.125rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rTafI8dN5cwTazT2DQ25T97VTNFlbQFC { width:13.75rem;height:2.0625rem;top:16.3125rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0494ysJIOSrAvWl6c886Z7qUdqkt9fs { display:flex;width:1.1875rem;height:1.1875rem;top:7.375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixcL34UW0IxF5o1s58uLzQpuVe182FtN { display:flex;width:4.375rem;height:4.375rem;top:2.5rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IsIxOTSi0Nl1yxf8TuC6wxnSAdTssZaA { display:flex;width:4.375rem;height:4.375rem;top:2.4375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVKkxFeP9xuTwQbHUXGNtGyhXOpIC6BE { display:none; }#NVKkxFeP9xuTwQbHUXGNtGyhXOpIC6BE > .row .container { width:20rem;height:19.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EDRexSm0HTPVnCz6F6RHdA435kcxrhQv { width:13.75rem;height:2.0625rem;top:16.3125rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Db50CfVnTyLa9vfxdE8UgIvekCfmWh9u { width:11.75rem;height:auto;top:7.4375rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dSwWx4Qo3hCJfbKROa68srfccb6yPDpL { width:20rem;height:4.625rem;top:10.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exCSzD73nKRS4hi3iA7tGfDB472wCWK7 { display:flex;width:1.1875rem;height:1.1875rem;top:7.6875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgrH94XRstapE0rhh6fsrI1uzKET9fkg { display:flex;width:4.375rem;height:4.375rem;top:2.25rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHe02AJo7pvFai555wpaP8lK1Posuya6 { width:19.3125rem;height:4.625rem;top:1.25rem;left:0.3125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDeXwIK6x4cqt8vh2elVKKI7yZxi5sL1 { display:flex;width:4.375rem;height:4.375rem;top:2.5rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDi1mKaHNUxm4TVCmw8nhSAUNEToF5bg { width:11.75rem;height:auto;top:7.125rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RG8PEJwTU8nRT7Q5TWJDvQyiVP1ay7gT { display:flex;width:1.1875rem;height:1.1875rem;top:7.375rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w97c0Fu3HCqBlW5VxkXImeTOoFUby6iz { width:13.75rem;height:2.0625rem;top:7.125rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gURQTtMFZ4HaVv6F6BOZCw094wUey1f7 { display:none; }#gURQTtMFZ4HaVv6F6BOZCw094wUey1f7 > .row .container { width:20rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uEklQFJvpdsrOLsI0i6mk1gffcVveN6Z { width:13.75rem;height:2.0625rem;top:11.6875rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTeTrrlzl501eCkHKZ1s27WGyLxPABuk { width:11.75rem;height:auto;top:5.875rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #M1dyrZr58cF3M9XXdJML9xdJSxZPzvTV { width:20rem;height:2.3125rem;top:8.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OfLpTcFcERf292MUNyzK7ufk16rAGTHz { display:flex;width:1.1875rem;height:1.1875rem;top:6.125rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gLIymNgeXPevDVACfFiFPxn6PT2noGGr { display:flex;width:4.375rem;height:4.375rem;top:2.25rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OfWasE5FrkAOlzhBJW0mhs6QWpiRqu1k { width:13.75rem;height:2.0625rem;top:4.8125rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fNkQ26GCH8MzmGVbLe0F0EIu5UXAgdAn { display:flex;width:4.375rem;height:4.375rem;top:3.0625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TlNspXi7nnxvAc4FZO70ffrsWfsu3IPT { display:flex;width:1.1875rem;height:1.1875rem;top:6.0625rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOrcn091rXHMAAaNKHiQXoFqyqeSasBL { width:11.75rem;height:auto;top:5.8125rem;left:4.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sll5lNi9TUeqGeWgN0v6IJK7zPHNBbsM { width:15.75rem;height:2.3125rem;top:1.25rem;left:2.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SvUmqkDpv4bpJlFQUPhNvqMir9gP0Dxg { display:none; }#SvUmqkDpv4bpJlFQUPhNvqMir9gP0Dxg > .row .container { width:20rem;height:36.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vMTteJyvXEM5rxw86mdbb7dMTLNehazE { width:13.75rem;height:2.0625rem;top:18.25rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tUJwyqIIGeEcckZqh7pZclpDQg92L9uu { width:12.5rem;height:1.875rem;top:15.125rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZug4Kh0MNXRRLpkERwMvOHtgm3aePXz { width:20rem;height:4.625rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hWdC0qbN40dw1l2Puy34hBEsHRJyRJl4 { display:flex;width:1.1875rem;height:1.1875rem;top:12.6875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #dCn7q415T7wusyTaP0hmvJrq0uSgTXHC { display:flex;width:6.375rem;height:6.375rem;top:1.25rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIrHwRJVmGzFsvpTHTizemIuDme1uCRL { width:12.4375rem;height:1.875rem;top:16.1875rem;left:4.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BRygHzzIRW72bQ6lmHExkLZJGJuF8oxm { display:flex;width:1.1875rem;height:1.1875rem;top:16.5625rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3gcwotm2rlVx6oJZpS09SI46C5a2x8J { display:flex;width:8.1875rem;height:8.1875rem;top:48.1875rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #o8hp3re9TJEAFudO9J7HRdytqZ0ZC8Vs { width:19.125rem;height:4.625rem;top:21.5625rem;left:0.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gdV9MVOq5yBqVFSrLsGlhCI9goiVMtBq { width:15.125rem;height:1.875rem;top:29.875rem;left:2.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tcxs34dTbA4L9woM6WpqKg8VVzMc5Sv9 { display:flex;width:1.1875rem;height:1.1875rem;top:27.4375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #fg6H1wEBeDqlEHGwQCcVuy8VwNlZI4pl { width:13.75rem;height:2.0625rem;top:33rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tgtfNxl4FmyNtb7XuJ2ahzzZMJEJHxrB { width:7.625rem;height:1.875rem;top:7.125rem;left:6.1875rem;font-size:1.25rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UsyAcHiwUuPi0UgnLpZzwBxcwxqhAPrv { display:flex;width:1.1875rem;height:1.1875rem;top:10.25rem;left:9.375rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #v7QBalb2JDWpUWIQZdiS0BuQDJ3WiGGQ { display:none; }#v7QBalb2JDWpUWIQZdiS0BuQDJ3WiGGQ > .row .container { width:20rem;height:53.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #drX4Vars2D94S5nOGRmtd7WJMXspg4pH { display:flex;width:6.375rem;height:6.375rem;top:23.625rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwGMPK5AkMUfxhNVKCgXnAvRtWTKp48q { width:12.8125rem;height:4.625rem;top:18.3125rem;left:3.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQBQNBXkbghw0pDaL6m6C1RxxIPnO7xE { width:12.5625rem;height:1.875rem;top:26.625rem;left:3.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLbqAqTlOmD1k4ObL7LeIOe4m6MPG1iN { width:13.75rem;height:2.0625rem;top:29.75rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMq43i5xvoRoVEm5FLtPi6BebE9WtBSB { display:flex;width:1.1875rem;height:1.1875rem;top:24.1875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #JT3EkWmhsQv40GRT914h3T3hIm2SPovZ { display:flex;width:4.375rem;height:4.375rem;top:2.375rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BrTRDPLD07uupOURJqcG9PEylzGZyUem { width:10.8125rem;height:6.9375rem;top:1.25rem;left:4.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GeTl2yQFonikLXKfTzkBT1qaPb69PwFd { width:12.6875rem;height:1.875rem;top:11.875rem;left:3.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPl9O40pWUTb3qs2WKApoDeTIhHK2JFD { display:flex;width:1.1875rem;height:1.1875rem;top:9.4375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #GwTpZxm1BuPKGTk1dnvcVSLDcscphmnl { width:13.75rem;height:2.0625rem;top:15rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TXCTIq8a9b6gQ0xk0mkRpLWBNUAIDuhR { display:flex;width:7.375rem;height:7.375rem;top:1.25rem;left:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJ2WWW6h8BFB0qTlwq2SEKOXe1lmXXPT { width:17.4375rem;height:4.625rem;top:33.0625rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S0KCcXR2xLbWTztng8POfD7UFZ9aZrsi { display:flex;width:1.1875rem;height:1.1875rem;top:44.3125rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #bgt3lZmIX5oMiDxHzvIHH6NEpU6nKsOl { width:12.75rem;height:1.875rem;top:46.75rem;left:3.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qPaUypgCkXe1a2w4mtN52Th0VUnwHzvL { width:13.75rem;height:2.0625rem;top:49.875rem;left:3.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eo6tfTDoHGcpGeMMRa9B7zGdpTJllHX9 { display:flex;width:1.1875rem;height:1.1875rem;top:38.9375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #eUsP65xcMLUB2lgL7buBTAITTkWOXamD { width:13.3125rem;height:0;top:41.375rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZlfRXrgTQWJJeUBJLQ7rKNmtpx1VFHMu { display:none; }#ZlfRXrgTQWJJeUBJLQ7rKNmtpx1VFHMu > .row .container { width:20rem;height:11.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bVqyzHnzQbXLHMisK8hJJKtAAyWn66VK { width:1.375rem;height:1.375rem;top:1.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvzodRTodzi5RNnJvExMmpX6Aqewo3TI { width:1.1875rem;height:1.1875rem;top:3.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7wmOcaXR7Qrr8TlpA2wZFEKFyCBGx7a { width:20rem;height:2.275rem;top:6.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GuX4gbKoWSrRsgAMCaIlEaFrtfThHNkT { width:12.5rem;height:0.125rem;top:9.8359375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtygsQLSEVBOXulbgMLOD4VKGOye2w5r { display:none; }#FtygsQLSEVBOXulbgMLOD4VKGOye2w5r > .row .container { width:20rem;height:47.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WmfgC8d8XUHx5KTUfwxIaFnGgcLwCvDo { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rno9lFtRhWUKz0p3Wx8PJq4OR9UDX1fS { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #DN1pZSPEUQGTvlzGV8q7krRT4aPc88Os { width:20rem;height:0;top:19.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qFb6BMKeflhGbkDiMopr8c8oOmpUePaB { width:18.6875rem;height:0;top:22.125rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x5WF9y1dsUIxsGnID30zOkQ9ofToTEL6 { width:0;height:5rem;top:100.125rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0Uvsd0Wi69Wp4huXWsVmaXugzEMlgg6 { width:16.875rem;height:0;top:105.25rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #VVDzKsTEL8CiHDog1mfRDK1VrBt3zlrP { width:0;height:5rem;top:108.3125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PzPRKHPID70TciLNcxtfNOTiFcaUiiNX { width:16.25rem;height:0;top:113.375rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #znQMM1ADsBD0ZgV5gHm1ZXqqUewWLZUo { width:16.875rem;height:0;top:122.5rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #aeBFgPbhCmsOkxo7i1M2LeqecwLZWkJX { width:0;height:5rem;top:117.5rem;left:19.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUFCXMWfpSy7wJHvLughUNweWzPBZRXN { width:11.0625rem;height:0;top:97.3125rem;left:5.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Qp7A3q9XF3bck07ysMdUQFfX0xSsBtA5 { width:18.6875rem;height:0;top:99.3125rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #czn4cJt4mqqmeTAlOZiADASV6ivxSrtJ { width:15rem;height:0;top:106.75rem;left:5rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GPy5dPEAEe6OhOxhxbUudgXbtw6k8DGc { width:17.3125rem;height:0;top:108.75rem;left:2.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PrRyz5eIEn6ZxhqNdaFoPyceOzzRZocm { width:15.8125rem;height:0;top:114.5625rem;left:4.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L4TvfDcwMmGeecsB3AdaKZkn1ONddqTd { width:18.6875rem;height:0;top:116.5625rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SxAzAyTTnCKpFScAFSD2Av7xqpGMqNqG { width:15.375rem;height:0;top:124.25rem;left:4.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #L0IRELD85qTPnzfQfTPkrL6u8J8Q9px6 { width:18.6875rem;height:0;top:126.25rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TOG3eTauN8LlMGsICUR1BIbuoGuqT0t6 { width:20rem;height:1.75rem;top:15.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yz0DSXTDunmF7xQrkhPhe8m4vyqHcZbv { width:13.4375rem;height:auto;top:17.75rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #izCTOARF1nRXevgahI4m7A2gN2MTpOWf { width:17.875rem;height:22.75rem;top:23.875rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hddq00uX1NkB9bXKfxK1sVRC3X2cLBtc { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNl6aq8JwBFX6qmTUTJbTOaem8NQU0VD { width:12.5rem;height:0.125rem;top:5.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh9Fq3FDqkATpwQntdstkQ22v1KLldFL { width:7.875rem;height:7.875rem;top:6.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVVW0D7PoKtNXV4Et97eyulE6pyk3NJi { width:9.4375rem;height:1.3125rem;top:18.75rem;left:5.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HrTok7kGS0E3TGNa1PBM8W4LPdZvd6Jt { width:9.9375rem;height:1.3125rem;top:21.3125rem;left:5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cuvSF0sAnncIeKBFKgWbrilMXRR2QKle { width:20rem;height:46.25rem;top:85.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #frGtcPu8S1virEkaizIhfZd2FAINeA7h { width:0;height:4.6875rem;top:31.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCDFEe7mbgBnNTOXyGkIZzxisFgKkVfi { width:17.5rem;height:0;top:36.4375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1OcfT7KtmHvPeqDz6blAvo15eMn6I5g { width:0;height:5rem;top:37.8125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3fdKp8z9c69UfbxOzb3FTMOnUsN6DHG { width:17.5rem;height:0;top:42.8125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iviVcNkCakWNF49wzTlW1Nd2DUGkQU39 { width:15.375rem;height:0;top:151.3125rem;left:2.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oIirtMzdbQPe55dDJTV7Prh4gM4DIwXB { width:18.6875rem;height:0;top:162.5rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Jb398XHQzG1TuXUNQPQeMDRroSrt7koP { display:flex;width:2.5rem;height:2.5rem;top:158.75rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3zDcXThteGoPmE36evTIyTSQpluETGV { display:flex;width:2.5rem;height:2.5rem;top:132.5625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kiOCKvLiaNWaO8kfSED5NlpP6gVta7of { display:flex;width:2.5rem;height:2.5rem;top:136.3125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tpdwvGavkA7eNINrbZZdoZoVp1F6TqeL { display:flex;width:2.5rem;height:2.5rem;top:140.0625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbASSP509oPANZJ4zVnCqSCv2lZksADI { display:flex;width:2.5rem;height:2.5rem;top:143.8125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nG0zOMKscgLWX8EkrVnoDT1abCeiuqWN { display:flex;width:2.5rem;height:2.5rem;top:147.5625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QwegXiTF4IZ7moN8IhiggUfuZvrXBDH1 { display:flex;width:2.5rem;height:2.5rem;top:155rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n { background-color:#4b4b4b;background-image:none;display:block; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container { background-color: transparent; background-image: none; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container > .video-iframe-container { display: none; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row > .video-iframe-container { display: none; }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .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); }#ZS419v4HtnoMJSoQ5l8WGav2MG7x9z6n > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D5T375iPbOr7CfslVwkvH6zEG5bo5s6T { width:1.375rem;height:1.375rem;top:1.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPd7dQ8h2JxKUvy9SRHmUEwWvLKgAUI1 { width:1.1875rem;height:1.1875rem;top:9.67285rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q2ilZJOTzQrE35bq0KLpT9tTAIE81on6 { width:17.25rem;height:4.5rem;top:3.875rem;left:1.375rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m41m9dOQi66tyGq66eIoo3DOcWXd2Q19 { width:19.0625rem;height:3.75rem;top:11.5625rem;left:0.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PuC1NMVRlxnwBWdgzZcolOoJkKylnB2J { width:20rem;height:5.625rem;top:16.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.6875rem; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-text {padding-top: 0; padding-bottom: 0;}#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.6875rem; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-select {padding-top: 0; padding-bottom: 0;}#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-input-button { width:13.4375rem;margin-top:0.25rem;margin-right:2rem;margin-bottom:0.25rem;margin-left:2rem;height:2.8125rem;font-size:1rem;overflow:hidden; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .widget-checkbox-label { width:16.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va  { width:17.5rem;height:auto;top:22.1875rem;left:0rem; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UmELndh8gCmrUSsTqnS2peOscqv7N8va {display:block;}#UmELndh8gCmrUSsTqnS2peOscqv7N8va { width:17.5rem;height:auto;top:22.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #Oc6idGCWpn9cToT88h5CVDtpuzux1tb2 {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #qg9ATnencDgEc8gd6BhqZkQFaMlnDyzy { display:none; }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #l7dOwQtIfd1PBqDExQgG1OGHJrwTewWH {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #JtDqKtefTNRsDywsdTwO5u5cHcZ7TCKl {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #NWhh1UmiOSbL5X76ooxPTbTQu8pTQFtt { display:none; }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #A7xTElIFVvtLtESpt6OZTahfDrTscnzr {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #q3Nah2BZX5hMNgxLiaAb12tzFZBXOGc6 {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #pUyHr3E6trmZhKttCGwlgbZxzDbibnDD { display:none; }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #m9Uy1Fm1fM19UoqSiHmT47nFBqDDF5CT {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #s9gfibKz9czv2KNqu4F7gqP8Mo3UK0ox {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #zyeZsl1lwqoNKSnbSJdlOxhFcyakxsQG {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #aRHO7Wxt5N1CypNhiqWyIkABITTDdrwH {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #TE30gVS2rFdMRe9H1CZohILp2WwAMN9W {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #mBpCkVnrIGclcvlney8IPTdMD4zspe6U {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #oOWVlloS5aZhPThqVuRFlqlEql03ueHb {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #TNOk4CVAAxedpO0D17oQeAFNVl1TktAv {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #LwUoUOUM07CGUvZCTodnGDTParkiDJyu {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #AZryZ5gWyaAabPEsJZopFCs9hWCFcBMy {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #THUFhHCO1dZH85dlV3GTTwwdFsfTyRN0 {  }
 }@media only screen and (max-width: 763px) { #UmELndh8gCmrUSsTqnS2peOscqv7N8va #Z9CGGNNAFRrT4QzVxE1o1H3AFAv8VwRO {  }
 }@media only screen and (max-width: 763px) { #ChJO6BJouawbX1rRt78url0vmMeILfAy { width:12.5rem;height:0.125rem;top:9.734375rem;left:3.75rem;background-color:#edc217;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .row .container { background-color: transparent; background-image: none; }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .row .container > .video-iframe-container { display: none; }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .row > .video-iframe-container { display: none; }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .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); }#Xa8SMMpa3uPnWTuV5JtWdDRL3KmwImso > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jy4h9uIKvokoT7hhgppHTsyE8TDpt9Or { width:5.9375rem;height:0;top:2.3125rem;left:11rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWPvJerzZFEdfGpR5b8m2XTmDsIXXtkm { width:20rem;height:6.25rem;top:4.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1ZwBgmMpzzIaTyTXI43TB25Lllpy2Ln { width:20rem;height:2.75rem;top:21.9609375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y06T7CTUf4lJF9DxOLea5yNhHht2yrIX { width:1.875rem;height:1.875rem;top:12.2734375rem;left:9.0625rem;display:block; }
#y06T7CTUf4lJF9DxOLea5yNhHht2yrIX > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #dxPr0Xmi1cdmIJ4ZVl9FlJhQJGIZcill { width:1.875rem;height:1.875rem;top:15.3984375rem;left:9.0625rem;display:block; }
#dxPr0Xmi1cdmIJ4ZVl9FlJhQJGIZcill > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TH7fJGKOKl6206CFZFtAtEEEaH12pr1A { width:2.1875rem;height:2.1875rem;top:18.5234375rem;left:8.875rem;display:block; }
#TH7fJGKOKl6206CFZFtAtEEEaH12pr1A > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #TyMlH8nOtJbo18zrTILroSZbrUFQ1mOH { width:5.5rem;height:2.125rem;top:1.25rem;left:7.25rem;overflow:hidden;display:block; }
 }