.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:255,242,209;--color-primary-1:254,215,116;--color-primary-2:253,188,24;--color-primary-3:224,158,25;--color-primary-4:51,38,5;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--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:"Babas Neue";--paragraphs-font-family:"Proxima Nova"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmdpIWr07mAldTofSIsGFnQ2VuK3CX3y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333740;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; }#lmdpIWr07mAldTofSIsGFnQ2VuK3CX3y > .row .container { background-color: transparent; background-image: none; }#lmdpIWr07mAldTofSIsGFnQ2VuK3CX3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmdpIWr07mAldTofSIsGFnQ2VuK3CX3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmdpIWr07mAldTofSIsGFnQ2VuK3CX3y > .row .container > .video-iframe-container { display: none; }#lmdpIWr07mAldTofSIsGFnQ2VuK3CX3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lmdpIWr07mAldTofSIsGFnQ2VuK3CX3y > .row > .video-iframe-container { display: none; }#lmdpIWr07mAldTofSIsGFnQ2VuK3CX3y > .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); }#lmdpIWr07mAldTofSIsGFnQ2VuK3CX3y > .row .container { border-width: 0; border-radius: 0; }#lmdpIWr07mAldTofSIsGFnQ2VuK3CX3y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lmdpIWr07mAldTofSIsGFnQ2VuK3CX3y > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:60rem;position:relative;display:block; }#RUmStTm3zNXSXN1UFMy12Dnv1MDOWWlx { 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:5.5625rem;width:11.8125rem;top:3.1875rem;left:39.25rem;overflow:hidden;display:block; }
#FbNfu1EBpqFwhTvMZDUKML9TMIQG6ccK { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:10.75rem;left:9.375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#hZ9kJg6gg0TZSGGNU19EN4T9ksg7TMT8 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:0.375rem;width:39.6875rem;top:9.75rem;left:10.1875rem;display:block; }
#T0dzn4yvkiWFFxB4eTgyq9FuTMfkkuPM { color:rgba(var(--color-tertiary-0),1);display:block;width:4.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.0625rem;left:19.875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#xuMGb4bN9tiCSoK7bI3c0Wh5QRuphdLs { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:12.5625rem;left:12.5rem;height:2.85rem;text-align:center;text-align-last:center;display:none; }
#ENdENF4XVJL2hZmk9nIrD5UMoV2upoDb { 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:3.625rem;width:11.375rem;top:4.1875rem;left:8.875rem;overflow:hidden;display:block; }
#sJ0QetgPQLGVL5Ba9WUh86a3IGbyPM26 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:14.1875rem;top:3.5rem;left:23.75rem;overflow:hidden;display:block; }
#D9t41zi4eM6aLVDnqk88yVd76ASwS6g3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333740;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; }#D9t41zi4eM6aLVDnqk88yVd76ASwS6g3 > .row .container { border-width: 0; border-radius: 0; }#D9t41zi4eM6aLVDnqk88yVd76ASwS6g3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D9t41zi4eM6aLVDnqk88yVd76ASwS6g3 > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:none; }#WPe8f95K8dkyh2NEqpHLPPTDBEloubug { 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:7.125rem;width:8.6875rem;top:1.4375rem;left:1.625rem;overflow:hidden;display:block; }
#HSxFS61fhJqKIp43ghewbLW96E27vBir { 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:8.375rem;width:8.3125rem;top:0.8125rem;left:50rem;overflow:hidden;display:block; }
#toFicfu9DnU95a2IqmZWUnFG8nVRdh4m { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.6875rem;border-top-right-radius:5.6875rem;border-bottom-left-radius:5.6875rem;border-bottom-right-radius:5.6875rem;box-shadow: none;height:7.5rem;width:7.5rem;top:1.3125rem;left:50.5rem;display:block; }
#Psp2AXnKiu35d4nf13hVrRbBohSumWEA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:7.125rem;width:7.125rem;top:1.4375rem;left:27rem;overflow:hidden;display:block; }
#fPeOmuBa2et0RzOxuiVDRK19kad3kTZy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:7.1875rem;width:7.1875rem;top:1.4375rem;left:39.25rem;overflow:hidden;display:block; }
#eTGZKetN7WIZq5pBzve52sHxsk8ToIba { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:2.75rem;width:10.875rem;top:12.5rem;left:0.5625rem;overflow:hidden;display:block; }
#qlhTVtDLcBwDxftDsfRapzvOfPIceUzX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:7.0625rem;width:7.0625rem;top:1.5rem;left:14.625rem;overflow:hidden;display:block; }
#xBP6h32DKqXV7xKkCf35vcB8H2RnodfO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:7.3125rem;width:7.3125rem;top:10.1875rem;left:14.5rem;overflow:hidden;display:block; }
#f8bpm4J9sT12m8c8qTsPZA19z1EQMJw7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:7.4375rem;width:7.4375rem;top:10.125rem;left:26.8125rem;overflow:hidden;display:block; }
#xketTS1PahdWbT8AGKteXWDpzg7XnC5Q { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:6.5rem;width:6.375rem;top:10.625rem;left:39.625rem;overflow:hidden;display:block; }
#WbBQxZF62kcyJXJJ3Fd34p6TQylh8PzX { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;height:7.375rem;width:7.125rem;top:10.1875rem;left:39.25rem;display:block; }
#HywUaWHBUtWwc0lX0uWkKI0nTwE1sf1v { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: none;height:3.5625rem;width:9.625rem;top:12.0625rem;left:49.3125rem;overflow:hidden;display:block; }
#n8ishgFGZomEJbeciV9i98kKsgciCrr6 { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:4.9375rem;width:10.5625rem;top:11.375rem;left:48.875rem;display:block; }
#Ze2DIoWIcePfEWw6pAuZrXbx566vbNgH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#Ze2DIoWIcePfEWw6pAuZrXbx566vbNgH > .row .container { background-color: transparent; background-image: none; }#Ze2DIoWIcePfEWw6pAuZrXbx566vbNgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ze2DIoWIcePfEWw6pAuZrXbx566vbNgH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ze2DIoWIcePfEWw6pAuZrXbx566vbNgH > .row .container > .video-iframe-container { display: none; }#Ze2DIoWIcePfEWw6pAuZrXbx566vbNgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ze2DIoWIcePfEWw6pAuZrXbx566vbNgH > .row > .video-iframe-container { display: none; }#Ze2DIoWIcePfEWw6pAuZrXbx566vbNgH > .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); }#Ze2DIoWIcePfEWw6pAuZrXbx566vbNgH > .row .container { border-width: 0; border-radius: 0; }#Ze2DIoWIcePfEWw6pAuZrXbx566vbNgH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ze2DIoWIcePfEWw6pAuZrXbx566vbNgH > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:60rem;position:relative;display:block; }#BxJDXTS7QwgPi0Ihid0UL0UZRNtTabOn { color:#333740;display:block;width:38rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15013;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:1.8125rem;left:1rem;height:2.86875rem;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; }
#xqX7zu6ZocudSdzwmva5ysvG0Q2T9Vw5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:6.1875rem;left:1.75rem;height:13.30223125rem;text-align:left;text-align-last:left;display:block; }
#kBnZ2SNah4aFb9bbf2vwwvUuJgEMICg3 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:18.625rem;width:15.6875rem;top:1.6875001043081rem;left:41.125001907349rem;overflow:hidden;display:block; }
#X0zqwPOZVvFXwJnLkTy44eMg4r6P6TRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;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; }#X0zqwPOZVvFXwJnLkTy44eMg4r6P6TRv > .row .container { background-color: transparent; background-image: none; }#X0zqwPOZVvFXwJnLkTy44eMg4r6P6TRv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0zqwPOZVvFXwJnLkTy44eMg4r6P6TRv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0zqwPOZVvFXwJnLkTy44eMg4r6P6TRv > .row .container > .video-iframe-container { display: none; }#X0zqwPOZVvFXwJnLkTy44eMg4r6P6TRv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0zqwPOZVvFXwJnLkTy44eMg4r6P6TRv > .row > .video-iframe-container { display: none; }#X0zqwPOZVvFXwJnLkTy44eMg4r6P6TRv > .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); }#X0zqwPOZVvFXwJnLkTy44eMg4r6P6TRv > .row .container { border-width: 0; border-radius: 0; }#X0zqwPOZVvFXwJnLkTy44eMg4r6P6TRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0zqwPOZVvFXwJnLkTy44eMg4r6P6TRv > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:60rem;position:relative;display:block; }#c4w3fQtCzOT6pc2TwzzVWhSbRHvT2A4n { color:#333740;display:block;width:38rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15014;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:1.3117189407349rem;left:0rem;height:2.86875rem;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; }
#QedbwTiDyP0pLbTVkka51rnQDzJPNQV3 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.6;letter-spacing:0;top:6rem;left:0rem;height:7.60125rem;text-align:left;text-align-last:left;display:block; }
#MvWPMoGQT0sPcH08nKNTqzbA3o0aq7R1 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:12.375rem;top:0.52578139305115rem;left:47.175004959106rem;overflow:hidden;display:block; }
#mu5cmAd75Dh6qn3iCaZ92LqqsX2zc29k { color:#333740;display:block;width:38rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15015;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:15.9375rem;left:0rem;height:2.86875rem;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; }
#sODHdFXLSzFvyAV0Qk9XnuTZzpJ5s28M { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:9.0625rem;top:15.059375762939rem;left:48.831254959106rem;overflow:hidden;display:block; }
#cRXRvg3yWt07bVCK9cvP4rxzcx0pCkbf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.6;letter-spacing:0;top:20.1875rem;left:0rem;height:5.70095625rem;text-align:left;text-align-last:left;display:block; }
#NieUSSPWAOuk1SVTxumUaPxTn3kkvqg3 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:0.3125rem;width:27.4375rem;top:18.809375762939rem;left:0rem;display:block; }
#ypCLphWeQuQcWdsBkt7mw0FnJI0PhfW6 { position:absolute;display:block;z-index:15006;background-color:#aca59c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:0.3125rem;width:16.1875rem;top:4.1804690361023rem;left:0rem;display:block; }
#P4KcMPXi3iAr46OVtSHuPRaGTyoNb6B7 { 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; }#P4KcMPXi3iAr46OVtSHuPRaGTyoNb6B7 > .row .container { background-color: transparent; background-image: none; }#P4KcMPXi3iAr46OVtSHuPRaGTyoNb6B7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4KcMPXi3iAr46OVtSHuPRaGTyoNb6B7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4KcMPXi3iAr46OVtSHuPRaGTyoNb6B7 > .row .container > .video-iframe-container { display: none; }#P4KcMPXi3iAr46OVtSHuPRaGTyoNb6B7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P4KcMPXi3iAr46OVtSHuPRaGTyoNb6B7 > .row > .video-iframe-container { display: none; }#P4KcMPXi3iAr46OVtSHuPRaGTyoNb6B7 > .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); }#P4KcMPXi3iAr46OVtSHuPRaGTyoNb6B7 > .row .container { border-width: 0; border-radius: 0; }#P4KcMPXi3iAr46OVtSHuPRaGTyoNb6B7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P4KcMPXi3iAr46OVtSHuPRaGTyoNb6B7 > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:60rem;position:relative;display:block; }#I6qqeM1DDExzycDP9QeoboGz6eFQ6CaR { color:#333740;display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15013;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:2.125rem;left:0.6875rem;height:2.8682rem;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; }
#GOaeXqiKi0xv0WteaBE2Aqoe6gQGHIoW { color:rgba(var(--color-tertiary-4),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:6.125rem;left:4.375rem;height:1.4625rem;display:block; }
#xaZGiL67N0BtHS3e5OpeTCpSbJgc9Bm8 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:9.25rem;left:4.375rem;height:1.4625rem;display:block; }
#pOAT4GsNWM293bnQmxS8wQF6hA2LbXN3 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.375rem;left:4.375rem;height:1.4625rem;display:block; }
#toiiKHwqLVqQc6zO4Rpwms1maFBRw854 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:5.7937502861023rem;left:1.46875rem; }
#WFToAmglQrxLDCerT3SdTftwfsx7TVqN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:8.918749809265rem;left:1.46875rem; }
#Ww8spG4Lw8NAytNf9hWJKCR3o32tnLTl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:12.043749809265rem;left:1.46875rem; }
#TK154xAHn6wrcrKTQaNGvByNxc2lMMtI { 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; }#TK154xAHn6wrcrKTQaNGvByNxc2lMMtI > .row .container { background-color: transparent; background-image: none; }#TK154xAHn6wrcrKTQaNGvByNxc2lMMtI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK154xAHn6wrcrKTQaNGvByNxc2lMMtI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK154xAHn6wrcrKTQaNGvByNxc2lMMtI > .row .container > .video-iframe-container { display: none; }#TK154xAHn6wrcrKTQaNGvByNxc2lMMtI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TK154xAHn6wrcrKTQaNGvByNxc2lMMtI > .row > .video-iframe-container { display: none; }#TK154xAHn6wrcrKTQaNGvByNxc2lMMtI > .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); }#TK154xAHn6wrcrKTQaNGvByNxc2lMMtI > .row .container { border-width: 0; border-radius: 0; }#TK154xAHn6wrcrKTQaNGvByNxc2lMMtI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TK154xAHn6wrcrKTQaNGvByNxc2lMMtI > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#VJ80NgINO3UlSCWvK5qGvToyDaUn4tBL { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:16.375rem;height:4rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.40625rem;left:21.812501907349rem;display:block; }
#IB4QsuF9wkog6EVcM6xUZaPA8X8RWK43 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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;font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:none; }#RLv24tZhGpvnfRd2cHEnudrEC5vNeUw9 { color:#333740;display:block;width:39.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15014;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:1rem;left:1rem;height:2.86875rem;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; }
#AbXGapXF7ELREJKlXyMCHrUZmZSWUQse { color:rgba(var(--color-tertiary-4),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:5rem;left:2.4375rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#BmwA4gRQFlcAPB7panDXthf9Env58NVB { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;height:29.875rem;width:54.9375rem;top:13.5rem;left:2.5625rem;display:block; }
#W7mt1U3ft0hHhJp50VJKQQ8yik279rLi { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:4.8125rem;width:15.625rem;top:26.0625rem;left:4.0625rem;overflow:hidden;display:block; }
#v25SCikwb4OA9eJEI4eO8ilOayIG6ypU { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:16rem;top:25.5rem;left:39.9375rem;overflow:hidden;display:block; }
#aTl79G5226l5ucQ54aBrAzX5G1IQSo5T { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:5.375rem;width:15.625rem;top:25.75rem;left:22.125rem;overflow:hidden;display:block; }
#D57TJF1S82N6ViTAMO9vOeNT9WHXsbqI { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:16.875rem;top:15.28125rem;left:39.500001907349rem;overflow:hidden;display:block; }
#gdG6gd5oU9IC2D6dpp2FvfAP4mDOexAm { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:16.0625rem;width:16.0625rem;top:9.4875000715256rem;left:3.84375rem;overflow:hidden;display:block; }
#bF62FgKV5WfKQf3BNToQUx2yXFbhLKH2 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.9375rem;width:9.9375rem;top:32.425001144409rem;left:4.0625rem;overflow:hidden;display:block; }
#RWyIhTAmmgim3E7D9PsewdhLK71J6riv { position:absolute;display:block;z-index:15028;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.1875rem;width:15.375rem;top:13.5rem;left:22.312501907349rem;overflow:hidden;display:block; }
#awgifDK49bIRWrU7qe1NCKRTuI3rn9c2 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:9.6875rem;top:32.550001144409rem;left:15.718751907349rem;overflow:hidden;display:block; }
#PoXgzpdWL9m0skzUP0Bd1fErRAon8zsZ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:13.8125rem;top:35.768751144409rem;left:26.362501144409rem;overflow:hidden;display:block; }
#gx6QRCuT4C6vvK4cG1LFn7lQQ3b3sZ6p { position:absolute;display:block;z-index:15031;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.4375rem;width:14.125rem;top:36.268751144409rem;left:42.29921913147rem;overflow:hidden;display:block; }
#iA2JhmXuTcsVbBnBTx2FUEoBSNgziAut { 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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#iA2JhmXuTcsVbBnBTx2FUEoBSNgziAut > .row .container { border-width: 0; border-radius: 0; }#iA2JhmXuTcsVbBnBTx2FUEoBSNgziAut > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iA2JhmXuTcsVbBnBTx2FUEoBSNgziAut > .row .container { font-size:0.875rem;font-family:arial;height:84.8125rem;width:60rem;overflow:visible;position:relative;display:none; }#aQ1cuVQDay4X7tcc3o7lDCDwqC33z0HR { color:#333740;display:block;width:53.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15014;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:1rem;left:1rem;height:;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; }
#CH75VZQwF1MBux78kah2Vg7KeebyboX0 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:4.875rem;left:2.5rem;height:3.375rem;text-align:left;text-align-last:left;display:block; }
#iimU5nOZX9pxovqtQiHEsF0bypZkwWPG { position:absolute;display:block;z-index:15016;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:12.1875rem;left:4.3125rem;display:block; }
#gJVp93JMXUNirzK6mnPWL76SuSgILJgX { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:12.4375rem;left:5.0625rem;height:3rem;display:block; }
#x4GWumFgz5SkDaN0dKIRy36NLCW5hcwA { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.25rem;left:4.3125rem;height:7.309rem;text-align:left;text-align-last:left;display:block; }
#P3yGPQzKIf8xTHiAXsJ75Tnf55oLpWh7 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:16.25rem;left:32.6875rem;height:10.232625rem;text-align:left;text-align-last:left;display:block; }
#ULbRGL0Uv00UUMRGW83OkTh8V2p95yNo { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:32.8125rem;left:4.3125rem;height:4.38541875rem;text-align:left;text-align-last:left;display:block; }
#m4QHeTfPXHehn48TAd2wX906isyvfM0P { position:absolute;display:block;z-index:15024;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:12.1875rem;left:32.6875rem;display:block; }
#c7VOTSTzRvFPizeR7wFWoNS9CpPHpZKy { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:12.4375rem;left:33.4375rem;height:3rem;display:block; }
#BCSdUMbMAszl62cVHOh3oqDWDzs1t1e0 { position:absolute;display:block;z-index:15026;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:28.5rem;left:4.3125rem;display:block; }
#BD1soJN1ExrXFiX4ceNfl184JzcEaGxD { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:28.75rem;left:5.0625rem;height:3rem;display:block; }
#l5h7t0GumN5daGniTOHicat6K2zVumci { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:32.5625rem;left:32.6875rem;height:2.9236125rem;text-align:left;text-align-last:left;display:block; }
#BAyP1AKP378yGSBQZIn63EUfDZ5cFdsq { position:absolute;display:block;z-index:15032;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:28.5rem;left:32.6875rem;display:block; }
#kmwMdH9aNnqhN41gNbLgdvIvHDlX76yv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:28.75rem;left:33.4375rem;height:3rem;display:block; }
#OMkH186XFFLVzp4wIu60vgAqlDyKQ17g { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:42.8125rem;left:4.3125rem;height:7.309rem;text-align:left;text-align-last:left;display:block; }
#J39TtEkWD796iXvB9crzrRqyGyoDamzH { position:absolute;display:block;z-index:15034;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:38.5rem;left:4.3125rem;display:block; }
#lNonFIuKXR5WqRNunkgO3ecpdFH8U31s { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:38.75rem;left:5.0625rem;height:3rem;display:block; }
#AyZMETzSR19epiRNidMB6It7BTNJFhpT { position:absolute;display:block;z-index:15040;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:38.5rem;left:32.6875rem;display:block; }
#xghEo9GBTu2u4AGv2RSazG9FUV9o6v2w { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:38.75rem;left:33.4375rem;height:3rem;display:block; }
#q1NBZCdIgGNAueTkkIdxVXzDTAeOPmei { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:42.5625rem;left:32.6875rem;height:4.38541875rem;text-align:left;text-align-last:left;display:block; }
#OhLDV0oaEspyvc4JZEs7TDTIksNsNNc6 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:55.4375rem;left:4.3125rem;height:7.309rem;text-align:left;text-align-last:left;display:block; }
#tLJvpZFp3oCRiDQSg3By9r4ahWX1yu5N { position:absolute;display:block;z-index:15042;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:51.125rem;left:4.3125rem;display:block; }
#inloaSy9LJIseOs8WQ5y4D9ufAW6nmhS { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:51.375rem;left:5.0625rem;height:3rem;display:block; }
#NSORS0CSn37HLqfFdfATommzBJGU7Dwu { position:absolute;display:block;z-index:15048;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:51.125rem;left:32.6875rem;display:block; }
#bhRZzz9WXt8TdKxTDMWD7TNnpM4hFyLn { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15049;line-height:1.5;letter-spacing:0;top:51.375rem;left:33.4375rem;height:3rem;display:block; }
#A8anFR8d5TKJzinaSxO2w8ft6dKVAThu { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:55.1875rem;left:32.6875rem;height:5.847225rem;text-align:left;text-align-last:left;display:block; }
#tPNcOyxXDtMIXSzOP2mIIg3Tf78wwKh9 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:68.75rem;left:4.3125rem;height:7.309rem;text-align:left;text-align-last:left;display:block; }
#tqkSnmPJlGz6JvcMsTtoxx8zmksDtzGh { position:absolute;display:block;z-index:15050;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:64.4375rem;left:4.3125rem;display:block; }
#DIdbh1OmCTU7XfJiSvUC7oxb0qTzVbU4 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15051;line-height:1.5;letter-spacing:0;top:64.6875rem;left:5.0625rem;height:3rem;display:block; }
#Hs6gbmkUBSe3Mrx9y7vrtUPHi7vUE7It { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:68.5rem;left:32.6875rem;height:7.309rem;text-align:left;text-align-last:left;display:block; }
#rHMqCKDVFtwWIZTgxuanpk5eXCvowsyi { position:absolute;display:block;z-index:15056;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:64.4375rem;left:32.6875rem;display:block; }
#uyMpixaM5pEbx9OAsepO7BVtqMVdIZ5d { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15057;line-height:1.5;letter-spacing:0;top:64.6875rem;left:33.4375rem;height:3rem;display:block; }
#XzyaE3Gymc3m7gMJPamMewElFCuJUA4A { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:82.125rem;left:4.3125rem;height:1.46180625rem;text-align:left;text-align-last:left;display:block; }
#BibITDk76a3NC31RUN1a5JqVf7KehhAW { position:absolute;display:block;z-index:15060;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:78.0625rem;left:4.3125rem;display:block; }
#fEvNkRyTy0VRNQb0r7d8TGRKMewFZxTH { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15061;line-height:1.5;letter-spacing:0;top:78.3125rem;left:5.0625rem;height:3rem;display:block; }
#Ao9D2OOwG9biDhwvTH22ut4uMX3rcaFP { color:#333740;display:block;width:53.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15014;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:1rem;left:1rem;height:2.86875rem;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:none; }
#KNPHaedzcXrrJ62f8fhTXTzRZtTilBEx { 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;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#KNPHaedzcXrrJ62f8fhTXTzRZtTilBEx > .row .container { border-width: 0; border-radius: 0; }#KNPHaedzcXrrJ62f8fhTXTzRZtTilBEx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KNPHaedzcXrrJ62f8fhTXTzRZtTilBEx > .row .container { font-size:0.875rem;font-family:arial;height:113.875rem;width:60rem;overflow:visible;position:relative;display:none; }#XCsVzTsuTPnaLqMg2rGooJB3fQkWDADR { color:#333740;display:block;width:53.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15014;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:1rem;left:1rem;height:;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; }
#nezQgx7nHo20G3JoJkiuN6uSVFLNcyUU { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:4.875rem;left:2.5rem;height:5.0625rem;text-align:left;text-align-last:left;display:block; }
#fzNSCEPftvWeS8SEmKTMwOnwCwpq8S7k { position:absolute;display:block;z-index:15016;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:12.1875rem;left:4.3125rem;display:block; }
#LMkerI3IEwSXKeZ5cnlKaJdSUbwkIfot { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:12.4375rem;left:5.0625rem;height:3rem;display:block; }
#TXCslugvnoq1m9kggoEEv6ppgo0eogZs { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.25rem;left:4.3125rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#SzBNzRyoA8kUITJ6cgDW3wPtIwgQSAtJ { position:absolute;display:block;z-index:15018;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:12.1875rem;left:32.6875rem;display:block; }
#GHXhgov7yZ0JvnqmH62zQrQzSLN5oVZ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:12.4375rem;left:33.4375rem;height:3rem;display:block; }
#B9czHS9cOZBldtvvRi1MGTckGwgXcsSL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16.5rem;left:32.6875rem;height:5.85rem;text-align:left;text-align-last:left;display:block; }
#NEhUzhkxzvhx2Cr71eoumleygTf5LVNT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:30.8125rem;left:4.3125rem;height:10.2375rem;text-align:left;text-align-last:left;display:block; }
#sIo3xp47HXXdA1cQvts1EbHQ03kL5ISx { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:31.0625rem;left:32.6875rem;height:4.3875rem;text-align:left;text-align-last:left;display:block; }
#Qwr1svJX5tk2p0A3OOOTpXriHAuTizdi { position:absolute;display:block;z-index:15024;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:26.75rem;left:4.3125rem;display:block; }
#Z8vt14oJ57TmXpEqewzrcTTZEy26GDiU { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:27rem;left:5.0625rem;height:3rem;display:block; }
#gIrnPC92X7kHePup6WKJGp4Xu95SuIAE { position:absolute;display:block;z-index:15026;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:26.75rem;left:32.6875rem;display:block; }
#Af9JqFkOvrWMVVLxbHF4OghiFNkoSQfp { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:27rem;left:33.4375rem;height:3rem;display:block; }
#xyzRVwvLtRWixB4RRvJm3UmhHiT4Gc6n { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:49rem;left:4.3125rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#TCB5QeBenivrI4DTh7CMvxdtNmoBosTf { position:absolute;display:block;z-index:15032;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:44.9375rem;left:4.3125rem;display:block; }
#fphQu71HCtJczdt5Lu2IU7g534QVPfiU { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:45.1875rem;left:5.0625rem;height:3rem;display:block; }
#N5e1oSOtiC1nKU93ffWDMpqCArkfzhpw { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:49.25rem;left:32.6875rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#eeWEwUquuoo6GSCDl7GVAdzNtO7MkpsB { position:absolute;display:block;z-index:15034;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:44.9375rem;left:32.6875rem;display:block; }
#eE094sUpt1VzT1OIDnPeRCHclLOWnyVo { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:45.1875rem;left:33.4375rem;height:3rem;display:block; }
#bakWtk2rCV4hiVh75Cc0EMCxXlaT28xN { position:absolute;display:block;z-index:15040;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:60.3125rem;left:4.3125rem;display:block; }
#AmxPyxVkWsSD7srXTTlCDSmPN7p9UQZU { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:60.5625rem;left:5.0625rem;height:3rem;display:block; }
#rEgMrWiitP09N2s2XTa6ZSJHLNPhWJhE { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:64.375rem;left:4.3125rem;height:5.85rem;text-align:left;text-align-last:left;display:block; }
#TN03QBcWfrck1vOH8plQ2qQE2guDUIc6 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:64.625rem;left:32.6875rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#kH7kMcXi18bvTu8Cpc3XfD04uzSmlEUK { position:absolute;display:block;z-index:15042;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:60.3125rem;left:32.6875rem;display:block; }
#GhJ7mVabtD5TCnsu5AOJS545bu9W7u1T { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:60.5625rem;left:33.4375rem;height:3rem;display:block; }
#iaM1L2y36aA14J4MI4ICNmQGdH8Nkx62 { position:absolute;display:block;z-index:15048;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:75.4375rem;left:4.3125rem;display:block; }
#Av9kaV7dFI81HqzES3fStEDsQXROqrCw { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15049;line-height:1.5;letter-spacing:0;top:75.6875rem;left:5.0625rem;height:3rem;display:block; }
#qvnOpxIp4M3knkRIq9LEWDFG8g9LTmrT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:79.5rem;left:4.3125rem;height:5.85rem;text-align:left;text-align-last:left;display:block; }
#XMMJgA2rnVfGQ2T7W0bkBEtAWvTspHGJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:79.75rem;left:32.6875rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#uRyzWZCoARlaaRQXBTddTin1fzSZi8rP { position:absolute;display:block;z-index:15050;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:75.4375rem;left:32.6875rem;display:block; }
#WgZt6tdOz4xXRnazu8AJTmH9SLFBT5aU { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15051;line-height:1.5;letter-spacing:0;top:75.6875rem;left:33.4375rem;height:3rem;display:block; }
#dbgET4m9KDON14L9iQCXv31Hx1oycoQQ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:95rem;left:32.6875rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#bpahPX2Vx4kTinhabmdMinMxapdK4pWc { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:94.75rem;left:4.3125rem;height:7.3125rem;text-align:left;text-align-last:left;display:block; }
#VA3CtVEDbHmXiXX78e4GNeCT8vXo95wB { position:absolute;display:block;z-index:15056;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:90.6875rem;left:4.3125rem;display:block; }
#yMAh2ppq2vI0CaVNmZbxU1cw5TTe9bkP { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15057;line-height:1.5;letter-spacing:0;top:90.9375rem;left:5.0625rem;height:3rem;display:block; }
#wQnFhJgZ49f3FETgTUHVFw6yviNmSlK8 { position:absolute;display:block;z-index:15058;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:90.6875rem;left:32.6875rem;display:block; }
#cpK6IaqEREB3ENTEFiMB7wIS5q3Dd0KB { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15059;line-height:1.5;letter-spacing:0;top:90.9375rem;left:33.4375rem;height:3rem;display:block; }
#KywKgB7D21SQ4rXefLyhJbgftIU6fSFK { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:109.8125rem;left:4.3125rem;height:2.925rem;text-align:left;text-align-last:left;display:block; }
#FSUpBkgc0cqbqsCI5P07BK90c7A5zWpy { position:absolute;display:block;z-index:15060;background-color:#333740;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:3.25rem;width:20rem;top:105.75rem;left:4.3125rem;display:block; }
#NfB2rnfpUlmlsyyH2LBWTgv3beUZZv7g { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15061;line-height:1.5;letter-spacing:0;top:106rem;left:5.0625rem;height:3rem;display:block; }
#hZZvLgSnzbg0cwsPIVbTqVmD4qCO3OaV { color:#333740;display:block;width:53.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15014;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:1rem;left:1rem;height:2.86875rem;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:none; }
#PztyLD5nUbUeiiKr6JKl97FbVP9zNBzy { 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; }#PztyLD5nUbUeiiKr6JKl97FbVP9zNBzy > .row .container { border-width: 0; border-radius: 0; }#PztyLD5nUbUeiiKr6JKl97FbVP9zNBzy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PztyLD5nUbUeiiKr6JKl97FbVP9zNBzy > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:none; }#bMJBt1i2XdQm1H1Xr5ESzXXQOLJn5TOx { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:16.375rem;height:4rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.5312509536743rem;left:21.812501907349rem;display:block; }
#zcTePgL0s56Gb0e3czDAw8quB2TlrkyF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J1cAiSa0p1xqnpy90c7f6QQPT9B6xDII { 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; }#J1cAiSa0p1xqnpy90c7f6QQPT9B6xDII > .row .container { background-color: transparent; background-image: none; }#J1cAiSa0p1xqnpy90c7f6QQPT9B6xDII::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1cAiSa0p1xqnpy90c7f6QQPT9B6xDII > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1cAiSa0p1xqnpy90c7f6QQPT9B6xDII > .row .container > .video-iframe-container { display: none; }#J1cAiSa0p1xqnpy90c7f6QQPT9B6xDII > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1cAiSa0p1xqnpy90c7f6QQPT9B6xDII > .row > .video-iframe-container { display: none; }#J1cAiSa0p1xqnpy90c7f6QQPT9B6xDII > .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); }#J1cAiSa0p1xqnpy90c7f6QQPT9B6xDII > .row .container { border-width: 0; border-radius: 0; }#J1cAiSa0p1xqnpy90c7f6QQPT9B6xDII > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1cAiSa0p1xqnpy90c7f6QQPT9B6xDII > .row .container { font-size:0.875rem;font-family:arial;height:69.1875rem;width:60rem;position:relative;display:block; }#yE2CBoTSo3X927pEX59EyJm24w9rxEdn { color:#333740;display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15015;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:1rem;left:1rem;height:2.8682rem;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; }
#VbCaUwsocm8bvAvNZ7QU77I4iOAyoB8J { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;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:5rem;left:2.4375rem;height:5.0607625rem;text-align:left;text-align-last:left;display:block; }
#T2hckIJ7oMN43ryvBLcFys8wZXoMnhI0 { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:54.8125rem;width:48.125rem;top:11.75rem;left:5.9375rem;display:block; }
#bBTpz9s823lo5K9D8r2OG5pSoFCNDLid { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:48rem;width:46.75rem;top:18.0625rem;left:6.625rem;display:block; }
#FQTcORSrIvUscgxo3qdUHU0Um3ShZxyT { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.8125rem;width:0.1875rem;top:11.75rem;left:26.4375rem;display:block; }
#OmPWGggAIzrx3dV7A39eTpam2GfySMUZ { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.8125rem;width:0.1875rem;top:11.75rem;left:36.0625rem;display:block; }
#ZpmbH32yymXBlQSD7f0GTsKenZVTeIrp { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.8125rem;width:0.1875rem;top:11.75rem;left:45.125rem;display:block; }
#MkVfdp79gzny5QkrJP9ixt0MLGWSmwtT { color:rgba(var(--color-tertiary-0),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15062;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.5rem;left:7.9375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#yCBSQPZuPGTEhTzyXQMt4MTFm3Cbq86Q { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15063;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.224999904633rem;left:26.875001907349rem;height:5.39930625rem;text-align:center;text-align-last:center;display:block; }
#QF706Q7dqGIH48rivLpUMKyiLRxdLNko { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15064;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.1875rem;left:36.0625rem;height:5.39930625rem;text-align:center;text-align-last:center;display:block; }
#tWnu950C86BlnPEKdP4s36JDfAaLqeeq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15064;line-height:.9;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.1875rem;left:45.125rem;height:5.39930625rem;text-align:center;text-align-last:center;display:block; }
#KKVhywJolI8fxg3kTCg9y3H1cCAhuPaX { position:absolute;display:block;z-index:15065;background-color:#333740;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0rem 0rem #1c6888 ;height:44.875rem;width:19.8125rem;top:18.0625rem;left:6.625rem;display:block; }
#zRpPeChl3vCCwtFNfTh6qeLc7VPVT5BE { position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:46.9375rem;top:22.875rem;left:6.625rem;display:block; }
#Kou6TzLeTl1W6MLUeeav6rGRn4LcCtkp { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:46.9375rem;top:27.875rem;left:6.5625rem;display:block; }
#qXyiiU3TyRZQvLd62JRaROxzVpUJf7yy { position:absolute;display:block;z-index:15068;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:46.9375rem;top:32.875rem;left:6.5625rem;display:block; }
#mLgVRKe8MW6PxrmFKmxbfrvd3LfbnJNU { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:46.9375rem;top:37.875rem;left:6.5625rem;display:block; }
#gSqrAW6RgeAncuKZOhw4WUGAncW8GfHq { position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:46.9375rem;top:42.875rem;left:6.5625rem;display:block; }
#RKvOSTTgohriV7Vp9OZJURaFtwc7T1fO { position:absolute;display:block;z-index:15071;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:46.9375rem;top:47.875rem;left:6.5625rem;display:block; }
#yCEvsJSG7X5wA7LRlsdyzNf8ERXyT73a { position:absolute;display:block;z-index:15072;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:46.9375rem;top:52.875rem;left:6.5625rem;display:block; }
#c5pfUAuTmlaOEsdehLFyIeiUTqQEBGE6 { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:46.9375rem;top:57.875rem;left:6.5625rem;display:block; }
#ggGfInN6bTsxqoJe2skQcUBs261XC5Of { position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:46.9375rem;top:62.875rem;left:6.5625rem;display:block; }
#Nkq5l73BBnphueUTM8TRGFWBltRExWeG { position:absolute;display:block;z-index:15065;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0rem 0rem #1c6888 ;height:3rem;width:19.8125rem;top:63.0625rem;left:6.625rem;display:block; }
#qxDLM2cyy0p9gI04TG9o8BOzNA2r2Nq3 { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:18.9375rem;left:7.375rem;height:1.625rem;font-style:normal;display:block; }
#hdwTgvqhhoO15RKXTQ0dZU5oT614pRLn { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15083;line-height:1.2;letter-spacing:0;top:23.875rem;left:7.375rem;height:1.5rem;font-style:normal;display:block; }
#mgLctfkL3TUesk9pBChAJiiQPe3CucMg { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15084;line-height:1.2;letter-spacing:0;top:29.6875rem;left:7.375rem;height:1.5rem;font-style:normal;display:block; }
#g3KN14D0X5OMPk40hnK4ELLFxFr3VZkE { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15084;line-height:1.2;letter-spacing:0;top:33.25rem;left:7.3125rem;height:1.5rem;font-style:normal;display:block; }
#UHTeeBG5ecSt8zUuGw03ucGAxUiocZai { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15085;line-height:1.2;letter-spacing:0;top:39rem;left:7.375rem;height:1.5rem;font-style:normal;display:block; }
#yhkSpt5VQpmRqwyxuQgSGXtGtR7J45S9 { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15086;line-height:1.2;letter-spacing:0;top:44rem;left:7.375rem;height:1.5rem;font-style:normal;display:block; }
#Pvt2qv2F135yhtnzUPIfIZeWln0lLT4H { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15085;line-height:1.2;letter-spacing:0;top:49.75rem;left:7.375rem;height:1.5rem;font-style:normal;display:block; }
#CqxgllKXKpJfJohJF21pxIUWsuKfGMt5 { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15086;line-height:1.2;letter-spacing:0;top:54rem;left:7.375rem;height:1.5rem;font-style:normal;display:block; }
#m69b30XSg2FKCVn0yJDm5beR39Sdqtxt { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15087;line-height:1.2;letter-spacing:0;top:59.8125rem;left:7.375rem;height:1.5rem;font-style:normal;display:block; }
#lTeylzdB3EuyMqeOV9m5xal6qd6Tf9MM { color:#333740;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15091;line-height:1.2;letter-spacing:0;top:63.8125rem;left:7.375rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o3clloHw90IpC56CycJW3IGvguLTgu2B { color:#333740;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15091;line-height:1.2;letter-spacing:0;top:63.8125rem;left:26.625001907349rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ACp1O2kGJU0ISx1BMPzmR6lIQQWwQEXS { color:#333740;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15092;line-height:1.2;letter-spacing:0;top:63.8125rem;left:36.250001907349rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hZJdv0ecD5usiK8f8TzMHLfC0L9p3Ugp { color:#333740;display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15093;line-height:1.2;letter-spacing:0;top:63.8125rem;left:45.375001907349rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R8RFX0hBFnQnTnpdOEFxPV65VTg3p761 { position:absolute;display:block;z-index:15095;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.3125rem;top:18.3125rem;left:30.187501907349rem;overflow:hidden;display:block; }
#vfJgKJRnPi695UGbpmnNkyAm2vInpp7M { position:absolute;display:block;z-index:15108;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:18.5rem;left:39.687501907349rem;display:block; }
#qzdprw4O5deaf28AyLxsJFXd7km41n9E { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.3125rem;top:23.3125rem;left:30.187501907349rem;overflow:hidden;display:block; }
#hhzL0Q1TGQG6PQGLTSTTlFJXWbXA3gPX { position:absolute;display:block;z-index:15097;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.3125rem;top:33.375rem;left:30.187501907349rem;overflow:hidden;display:block; }
#ohgR1wnks4slMdp8InsplPCDAtSKScPc { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.3125rem;top:38.375rem;left:30.187501907349rem;overflow:hidden;display:block; }
#VODLc8t7tRyc5OQJzOtq3MkJwUU1hFu7 { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.3125rem;top:48.375rem;left:30.187501907349rem;overflow:hidden;display:block; }
#DGu3EZJF2rtehNcKENsNoQDnNnPTIWXc { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.3125rem;top:53.375rem;left:30.187501907349rem;overflow:hidden;display:block; }
#FAfUDNmXoGtgXTyOtbJb8JEdgwMVzFzg { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.3125rem;top:58.375rem;left:30.187501907349rem;overflow:hidden;display:block; }
#wOsTpE3vsVKDw3Ay7G33CPsZMVdHuW7K { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.3125rem;top:28.3125rem;left:48.125001907349rem;overflow:hidden;display:block; }
#cTbKHhVUbRDaEIVKE3trSkJvSsHxgSHR { position:absolute;display:block;z-index:15110;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:23.5rem;left:39.687501907349rem;display:block; }
#L8daS3WvUsnnLoAhGRSHeLEDWCuf9vEb { position:absolute;display:block;z-index:15111;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:28.5rem;left:39.687501907349rem;display:block; }
#qFzeFSqMvtMfLyDGHNNKTfM2L2ul8Ns5 { position:absolute;display:block;z-index:15113;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:33.5625rem;left:39.687501907349rem;display:block; }
#xg7TTevdZo9Gz1KvJRS7x9PlDaLdMcHz { position:absolute;display:block;z-index:15114;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:38.5625rem;left:39.687501907349rem;display:block; }
#rT6JIAuNXTc1gsAyaBeTkOIP06Jr0bpI { position:absolute;display:block;z-index:15115;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:43.5625rem;left:39.687501907349rem;display:block; }
#pd1DbCJgDz1CfbvWd7h5ODeMNdP6rZBC { position:absolute;display:block;z-index:15116;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:48.5625rem;left:39.687501907349rem;display:block; }
#LdAxfJPUtO5nIqfEZLdVPBl0vq53PrL0 { position:absolute;display:block;z-index:15117;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:53.5625rem;left:39.687501907349rem;display:block; }
#ZbMHfwAsVxOAcGnvOSdJ3vimHq3ETluM { position:absolute;display:block;z-index:15120;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:28.5rem;left:30.250001907349rem;display:block; }
#mPJ3M13lKvR11xwWwrVvkvVn4MTqpg6W { position:absolute;display:block;z-index:15122;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:33.5625rem;left:48.187501907349rem;display:block; }
#HTVvA421PfJ4DVk5F2NZWmwLSOJ0gqya { position:absolute;display:block;z-index:15123;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:43.5625rem;left:48.187501907349rem;display:block; }
#s3rZnsyet2fo3aP2vTciybnh5etp3pA0 { position:absolute;display:block;z-index:15098;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.0625rem;width:3.0625rem;top:18rem;left:47.750001907349rem;overflow:hidden;display:block; }
#qnXK8bJ7FTH9y6mBkU4AxoyOnClOlcLm { position:absolute;display:block;z-index:15099;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.0625rem;width:3.0625rem;top:23rem;left:47.750001907349rem;overflow:hidden;display:block; }
#AmnAF12foLJyEUx1VspnvMqHIdcV8D29 { position:absolute;display:block;z-index:15100;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.0625rem;width:3.0625rem;top:38.0625rem;left:47.750001907349rem;overflow:hidden;display:block; }
#o13fbJ5z6TPF0rNvX99ZQvJTx0CImAsq { position:absolute;display:block;z-index:15101;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.0625rem;width:3.0625rem;top:48.0625rem;left:47.750001907349rem;overflow:hidden;display:block; }
#n961q1AKeJIhaO1t1IOP1XhEaowVVZvl { position:absolute;display:block;z-index:15102;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.0625rem;width:3.0625rem;top:53.0625rem;left:47.750001907349rem;overflow:hidden;display:block; }
#t1VR1okM4g3soVHqcm1vL4Hom9BnIx2W { position:absolute;display:block;z-index:15105;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.0625rem;width:3.0625rem;top:58.0625rem;left:39.250001907349rem;overflow:hidden;display:block; }
#PsHQlU3cBXeioZgewDV45Z0N8NVBw2gs { position:absolute;display:block;z-index:15106;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.0625rem;width:3.0625rem;top:43.0625rem;left:29.812501907349rem;overflow:hidden;display:block; }
#q3xg5mFI37yUh1hnNTHBHBelFEzUv3kL { color:#333740;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15093;line-height:1.2;letter-spacing:0;top:21.5625rem;left:26.625001907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BlDN1gRDtr5ee41H2ochZTGTbbPbFO9h { color:#333740;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15094;line-height:1.2;letter-spacing:0;top:26.5625rem;left:26.625001907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bsNtbGhaTL1NLkuueHUHvc3sLyFc6J8c { color:#333740;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15095;line-height:1;letter-spacing:0;top:30.75rem;left:26.625001907349rem;height:2.1252875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VaaJU3CxzBGCMHNpID0nTLGQKyiCMtGr { color:#333740;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15094;line-height:1.2;letter-spacing:0;top:36.625rem;left:26.625001907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qe8gEpfTBQWefz2bfI7n7uXwdTrODAAc { color:#333740;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15095;line-height:1.2;letter-spacing:0;top:41.6875rem;left:26.625001907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iH1o5D17EoZWTnIazAzk3SZoNLWM2AeP { color:#333740;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15096;line-height:1.2;letter-spacing:0;top:46.625rem;left:26.625001907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Av2ETcFD7CBb2JgDbE0oWDau7EynmK0F { color:#333740;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15097;line-height:1.2;letter-spacing:0;top:51.625rem;left:26.625001907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z9CypxuO24I7l8f6gU5l2xG7wQT4oo3h { color:#333740;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15098;line-height:1.2;letter-spacing:0;top:56.625rem;left:26.625001907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Na16vPxqTEAeAe7uhFLTILEG4t5nifgv { color:#333740;display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15099;line-height:1.2;letter-spacing:0;top:61.625rem;left:26.625001907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AO8Nfo4M4TtHNcBZtlu3zWr2h06yskSD { color:#333740;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15094;line-height:1.2;letter-spacing:0;top:21.5625rem;left:36.250001907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u815I4TmGN9SlHJElh0rk82KZplCfETl { color:#333740;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15095;line-height:1.2;letter-spacing:0;top:26.5625rem;left:36.250001907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hVtGpBMIghy7NdSSablk4O8UC05qNsFB { color:#333740;display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15096;line-height:1;letter-spacing:0;top:30.75rem;left:36.250001907349rem;height:2.1252875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#haywfLTt8xdk6qSOsvLbTAg4Zfba21bc { color:#333740;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15097;line-height:1.2;letter-spacing:0;top:36.625rem;left:36.250001907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEE2mps0aUzQ2KQnea2ddfwrygE3T3Eo { color:#333740;display:block;width:8.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15098;line-height:1.2;letter-spacing:0;top:41.625rem;left:36.250001907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTd4AIimP7uzmSGeteE0GuMsSVbWw3Vu { color:#333740;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15099;line-height:1;letter-spacing:0;top:45.8125rem;left:36.062501907349rem;height:2.1252875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FBszSvqHrHfeH4rvBuF5Zof84BAcf3el { color:#333740;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15098;line-height:1.2;letter-spacing:0;top:51.625rem;left:36.062501907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LmD89yzbkXau4ExxwRB924yyUADWsrit { color:#333740;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15099;line-height:1.2;letter-spacing:0;top:56.625rem;left:36.062501907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zwNywST5k1beZpTb9eJT2ORcWbyXuX7T { color:#333740;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15100;line-height:1.2;letter-spacing:0;top:61.625rem;left:36.250001907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hWZ78UuZLHZ77xMmRyTJRMtPCDkP8HBg { color:#333740;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15105;line-height:1;letter-spacing:0;top:20.75rem;left:45.312501907349rem;height:2.1252875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kqcQhlKr3BHJ9xXBd6zXWx2Ml2AktiQf { color:#333740;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15106;line-height:1.2;letter-spacing:0;top:26.5625rem;left:45.312501907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tax6fel9buHT4PacwX04UoGAkHgbdk0J { color:#333740;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15107;line-height:1.2;letter-spacing:0;top:31.5625rem;left:45.312501907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hEu6IdRhFfg9PSaRAmGBH9bhoz0oabif { color:#333740;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15109;line-height:1.2;letter-spacing:0;top:36.625rem;left:45.312501907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LBXPcF4OFcbvDV7TbZ6VB958QMZfTx4B { color:#333740;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15110;line-height:1.2;letter-spacing:0;top:41.625rem;left:45.312501907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cgXNt1kJdJzdHKAZ5qytXcWkofcnWHrA { color:#333740;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15111;line-height:1.2;letter-spacing:0;top:46.625rem;left:45.312501907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uEPinBG0zVEPwxGfyH31sScn2ii89fbn { color:#333740;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15112;line-height:1.2;letter-spacing:0;top:51.625rem;left:45.312501907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FdEImScVNwAFUm6lf70iyfxTLin5U9Bp { color:#333740;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15113;line-height:1.2;letter-spacing:0;top:56.625rem;left:45.312501907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#trpMTakbMKPQIkmJ9AlPb0TMEtsonmP8 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:20.375000953674rem;left:8.5rem;height:1.625rem;font-style:normal;display:block; }
#ElXhciazvZSurESKbwhPnrLcqhoZ37gx { color:rgba(var(--color-tertiary-0),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:25.375rem;left:8.75rem;height:1.625rem;font-style:normal;display:block; }
#cWqw5nbTcMX4bPZTC0CcwmI5HBnEdfr2 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15084;line-height:1.1;letter-spacing:0;top:34.6875rem;left:8.75rem;height:2.74884375rem;font-style:normal;display:block; }
#oKmKdocFueqym4ZH5pz2VIdkJ46nfBlq { color:rgba(var(--color-tertiary-0),1);display:block;width:6.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:40.312501907349rem;left:8.78125rem;height:1.625rem;font-style:normal;display:block; }
#ViiKpa7OHfZk2bxmvl1Va4lSlsMfK9s6 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:45.3125rem;left:8.8125rem;height:1.625rem;font-style:normal;display:block; }
#AmhD7psfePffnGnMKoWFFprzdU4W9TzB { color:rgba(var(--color-tertiary-0),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:55.3125rem;left:8.8125019073488rem;height:1.625rem;font-style:normal;display:block; }
#yJ72AUvAKpzteXGANC98nqzJflBdy9LO { position:absolute;display:block;z-index:15104;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.0625rem;width:3.0625rem;top:58.0625rem;left:47.750001907349rem;overflow:hidden;display:block; }
#I44r7EKO5HrSrItpbmv6DtiuOJ12AC3M { color:#333740;display:block;width:8.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15115;line-height:1.2;letter-spacing:0;top:61.625rem;left:45.312501907349rem;height:1.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XNQCGtlBaRLEVoswXSgLbbEzQt2J428u { 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:32.125rem;width:28.0625rem;display:none; }
#lrfSTUDTHmSBFOX19MKTsfZCWXLO7Jrl { position:relative;display:block; }#lrfSTUDTHmSBFOX19MKTsfZCWXLO7Jrl { background-color: transparent; background-image: none; }#lrfSTUDTHmSBFOX19MKTsfZCWXLO7Jrl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrfSTUDTHmSBFOX19MKTsfZCWXLO7Jrl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrfSTUDTHmSBFOX19MKTsfZCWXLO7Jrl > .row .container > .video-iframe-container { display: none; }#lrfSTUDTHmSBFOX19MKTsfZCWXLO7Jrl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrfSTUDTHmSBFOX19MKTsfZCWXLO7Jrl > .row > .video-iframe-container { display: none; }#lrfSTUDTHmSBFOX19MKTsfZCWXLO7Jrl > .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); }#lrfSTUDTHmSBFOX19MKTsfZCWXLO7Jrl { border-width: 0; border-radius: 0; }#lrfSTUDTHmSBFOX19MKTsfZCWXLO7Jrl > .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; }#lrfSTUDTHmSBFOX19MKTsfZCWXLO7Jrl > .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:70.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WLH1bcgEifsGGtqvJar4eNDHp8tIFpoL { color:#333740;display:block;width:31.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15016;line-height:.9;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(var(--color-tertiary-4),0.5);top:1.01171875rem;left:1rem;height:2.86875rem;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; }
#m6X9yRfsag857x29rIW8IIGGBTGTc8Jz { color:rgba(var(--color-tertiary-4),1);display:block;width:52rem;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:5rem;left:2.4375rem;height:5.0607625rem;text-align:left;text-align-last:left;display:block; }
#CBickFINgsS8MrAddikfFwsL42hhSPbG { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.6875rem;width:50.25rem;top:12.184895515442rem;left:4.875rem;overflow:hidden;display:block; }
#zxWQ8qFmGFLiop38FBtTSqpdFOPQaOsc { position:absolute;display:block;z-index:15019;background-color:#ffffff;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:17.3125rem;width:52.5rem;top:49.1875rem;left:3.75rem;display:block; }
#MWvMDUdPhleTikOzVA5Cr08GxF2fIEbA { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:15.9375rem;width:50.875rem;top:49.875rem;left:4.5625rem;display:block; }
#NWDygKdTCvcHvN8t9MAS0cBsmy5Ak19A { color:#333740;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:50.75rem;left:6.1875rem;height:8.773875rem;text-align:center;text-align-last:center;display:block; }
#Tby7P56AgtrNWqrEudspXdqt6caC5XJ4 { color:#333740;display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:61.5rem;left:6.1875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#Q1XmdefgT0mBVH8mwnJNfMbRVkm9Rcck { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333740;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; }#Q1XmdefgT0mBVH8mwnJNfMbRVkm9Rcck > .row .container { background-color: transparent; background-image: none; }#Q1XmdefgT0mBVH8mwnJNfMbRVkm9Rcck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1XmdefgT0mBVH8mwnJNfMbRVkm9Rcck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1XmdefgT0mBVH8mwnJNfMbRVkm9Rcck > .row .container > .video-iframe-container { display: none; }#Q1XmdefgT0mBVH8mwnJNfMbRVkm9Rcck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1XmdefgT0mBVH8mwnJNfMbRVkm9Rcck > .row > .video-iframe-container { display: none; }#Q1XmdefgT0mBVH8mwnJNfMbRVkm9Rcck > .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); }#Q1XmdefgT0mBVH8mwnJNfMbRVkm9Rcck > .row .container { border-width: 0; border-radius: 0; }#Q1XmdefgT0mBVH8mwnJNfMbRVkm9Rcck > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q1XmdefgT0mBVH8mwnJNfMbRVkm9Rcck > .row .container { font-size:0.875rem;font-family:arial;height:59.25rem;width:60rem;position:relative;display:block; }#kqihN1XnQlEKzx1ohbICyi3fWoI8e1hR { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.0625rem;left:0rem;height:8.81293125rem;text-align:left;text-align-last:left;display:block; }
#VH7JkaIe7B0x3Ib1Qmz1AXDCa2cuna07 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5625rem;left:0.0625rem;height:7.93475rem;display:block; }#VH7JkaIe7B0x3Ib1Qmz1AXDCa2cuna07 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VH7JkaIe7B0x3Ib1Qmz1AXDCa2cuna07 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_522d0bd7002e50869b26ba0490eae7f341b89188.svg); }
#bsBMuqLdqvJrg9SWZoU84llSMunHnHkp { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;display:none; }
#hN4cmmT5MPpgOHkbOyPJL8txZ9gB740y { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:3.0625rem;left:32.375001907349rem;height:2.93764375rem;text-align:left;text-align-last:left;display:block; }
#XCrZuIn8XkcxspW2SiteuJ5SowBETqg8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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;display:none; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-form-header {  }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#040404;width:29.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;background-color:transparent;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;text-align:left;text-align-last:left; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .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:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),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:29.3125rem;box-sizing:border-box;height:2.8125rem;vertical-align:top;color:#333740;font-family:"source sans pro";font-size:0.875rem;overflow:hidden; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),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:29.3125rem;box-sizing:border-box;height:3.375rem;vertical-align:top;color:#333740;font-family:"source sans pro";font-size:0.875rem;overflow:hidden; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .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:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),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:29.3125rem;box-sizing:border-box;height:2.75rem;vertical-align:top;color:#333740;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:29.3125rem;height:2.875rem;box-shadow: none;overflow:hidden;font-family:var(--paragraphs-font-family); }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu [class*="-text"]:-moz-placeholder { color:#333740;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu [class*="-text"]::-moz-placeholder { color:#333740;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu [class*="-text"]:-ms-input-placeholder { color:#333740;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu [class*="-text"]::-webkit-input-placeholder { color:#333740;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#2b8be9;vertical-align:top;width:28.3125rem;overflow:hidden;font-style:normal;float:none; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .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:top; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1rem;vertical-align:top;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#2b8be9;overflow:hidden;float:none; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-container:first-of-type{padding-top:0;}#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-container:last-of-type{padding-bottom:0;}#ndsaloC7np4rcg2S88TiILfXWPapnVEu  { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:no-repeat !important;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.3125rem;height:auto;position:absolute;z-index:15002;top:9.6245727539062rem;left:35.625002861023rem; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.3125rem;display:block;vertical-align:top; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#040404;vertical-align:top;overflow:hidden;font-style:normal; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu {display:block;}#ndsaloC7np4rcg2S88TiILfXWPapnVEu { background-color:transparent;background-image:none;background-position:top left !important;background-repeat:no-repeat !important;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.3125rem;height:auto;position:absolute;z-index:15002;top:9.6245727539062rem;left:35.625002861023rem; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #cXrhItGiUHR1QnTNskmmwTP0rfw7a4tF { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #hTpbZpkx57FSVE31vmTrOoSWTA5vqql4 { position:relative;display:block; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #DzobX3oSWtyVXqlKuaHdwR08m9O9T032 { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #dat6FKSiyK4ulvulTXl8Th8gb8VMqw5E { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #UtGIs7D067hnLBlP9kWmqW8DcwgraT2N { position:relative;display:none; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #W9u3L090IUVKGFacg1V1zVOSCnpXlRnd { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #lCUa66SqFukfi3cTLUnaqoHhlWv1zxLN { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #HvarX8KLBEe0DwFRbTCBh8R2GIzpgzFs { position:relative;display:none; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #RbICTJlxhC1zCoftNAE6QC1feWhspRRK { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #tnob8hwT1VTCz5k5knanGGRmsqwp3ffo { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #rGr5DA4mknGKNLEeC9F5V0GWrcbIGiqT { position:relative;display:none; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #pHl1fwXiiaCsnnnTfCsXozltz1lKfGZm { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #w28kdAxUvug8Aog76GlDdOJuHQBlgEQ2 { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #A8B7SF9Lw0GaETXQ3k1QnwVq2puNfEd8 { position:relative;display:none; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #fIbXB9CkgZkN2GP8pOdNNrywtCE7hPpW { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #IpvVpn7iFILzeo7NnuT6RbVWw8OrTgSn { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #JsCnof7p4OBSQR7u9U7bGFaNF6pLxkER { position:relative;display:none; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #l5IuuaNZtHAbIursuTZFfXUQJAHUy8oH { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #KLscllPckt3BT9UZE9RXdsPDsAHAtMeo { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #Aexxi29mnDrPfCbG62v7EBpWITkAyHDZ { position:relative;display:block; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #DCagwqftfS5HMUfUue3fc6nRD4PwMmRk { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #H3a6IXzdCLf68pVmUcPLsCiqm5FZOXR1 { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #grvXHLCCKxy5PmDAr2BqqWUT4mfAtSAg { position:relative;display:none; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #ekHKnW1T5nH9VreUKfT8SBhkoTGM6tSn { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #L3U2Ws6dcqTLQ84Txq6FePxQuK1TGWDZ { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #mPXRptk5fPA0trK6ncOrH1VTLuTGTwr0 { position:relative;display:none; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #ZkAIRhH5VPn6I835TxdWvA3FJnd2rIt6 { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #eWJbswcKqsILaTUATGvxKr52sZwtGwSc { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #LqVNb71igW2ckiXqSmo9tMcOfPo5Qkzp { position:relative;display:none; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #lJWvDH1LpDOH4GFgxqZTVUJpTwIIgDDs { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #t661CdaO3qI4677xHo9vBBSyt9gGMHDo { position:relative; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu #N04rTIdDyIEfeRzeldkSohPrG3EA8e7p { position:relative; }
#FV0EH7sifXxN2oQav5re7fNkgSVb809p { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:54.855882644653rem;left:43.750001907349rem;height:1.137875rem;color:#333740;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1hy5oG4kezD4yLhffwPB3IL8pxnWnGb { display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.8940834999088rem;left:43.406251907349rem;height:1.78746875rem;color:#333740;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJJg04HnviEHv34WS4c4x35PIAc6rWes { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:49.625rem;width:34.125rem;position:absolute;display:block;z-index:14997;top:7rem;left:35.000001907349rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#GTy7DJZLDWVuBnH2mUJ0TL5tM5Kk4c1C { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.25rem;width:0.1875rem;top:0rem;left:29.875001907349rem;display:block; }
#Zbsgm73INaNAopTF2SFG9QDr73QsZT2S { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:59.25rem;width:0.1875rem;top:0rem;left:29.737501144409rem;display:block; }
#Kk25xk3upvX3z8O1fmHnQnaQd7T6XaL8 { 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:6rem;width:13rem;top:23.5625rem;left:0.875rem;overflow:hidden;display:block; }
#LGL5LRnrfDH16iRU6J8Nar24DGdq52v3 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:16.125rem;top:23.8125rem;left:13.0625rem;overflow:hidden;display:block; }
#UCgZXCWcgdZ9cTFLENUQNumekRfJ2eLt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/CLoBtiFK/charles_forerunner_3fPXt37X6UQ_unsplash5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UCgZXCWcgdZ9cTFLENUQNumekRfJ2eLt.adaptive-delivery-prevent-bg, #UCgZXCWcgdZ9cTFLENUQNumekRfJ2eLt.lazyload, #UCgZXCWcgdZ9cTFLENUQNumekRfJ2eLt.lazyloading { background-image: none; }#UCgZXCWcgdZ9cTFLENUQNumekRfJ2eLt > .row .container { border-width: 0; border-radius: 0; }#UCgZXCWcgdZ9cTFLENUQNumekRfJ2eLt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UCgZXCWcgdZ9cTFLENUQNumekRfJ2eLt > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:none; }#Ge61omi4dnNI5IP0vpXKFebekVwxHslI { color:rgba(var(--color-tertiary-0),1);display:block;width:36.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15012;line-height:.7;letter-spacing:0;top:9.28125rem;left:0rem;height:2.23125rem;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; }
#KuoP8rFXUWEbygCHZzXNPoR84FIdA8T3 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.21826171875rem;left:0rem;height:3.4125rem;display:block; }
#pZGq4yyoOLFbeoDyrZvVBiSKWguWvnsc { 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:37.5rem;width:21.4365rem;top:0.9375rem;left:21.52880859375rem;overflow:hidden;display:block; }
#vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333740;background-image:url("https://images.assets-landingi.com/szJwp2J8/head_bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi.adaptive-delivery-prevent-bg, #vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi.lazyload, #vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi.lazyloading { background-image: none; }#vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi > .row .container { background-color: transparent; background-image: none; }#vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi > .row .container > .video-iframe-container { display: none; }#vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi > .row > .video-iframe-container { display: none; }#vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi > .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); }#vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi > .row .container { border-width: 0; border-radius: 0; }#vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#ZCcvaCIbxwT4swFlylTuAtMURrdE9US8 { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:1.137875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#myFHa6wazTZTu4sGzFg2i66l925V9L35 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5625rem;left:0rem;height:2.11154375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mlwJwUK3bP5b1zokX063vofvwaWa1H87 { box-sizing:content-box;color:#dfdfdf;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:1.1875rem;left:47.75rem;display:block; }
#knCaZGHdfT665JXC0ps8bL8LTZTzLxB5 { box-sizing:content-box;color:#dfdfdf;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:1.1875rem;left:51.875rem;display:block; }
#essrnBgzhhW7rWx9ucCeLXNE2ncQISsX { box-sizing:content-box;color:#dfdfdf;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:1.1875rem;left:56.3125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lmdpIWr07mAldTofSIsGFnQ2VuK3CX3y { display:block; }#lmdpIWr07mAldTofSIsGFnQ2VuK3CX3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUmStTm3zNXSXN1UFMy12Dnv1MDOWWlx { top:3.1875rem;left:33.125rem;width:11.8125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbNfu1EBpqFwhTvMZDUKML9TMIQG6ccK { top:10.75rem;left:3.25rem;width:41.25rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ9kJg6gg0TZSGGNU19EN4T9ksg7TMT8 { top:9.75rem;left:4.0625rem;width:39.6875rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0dzn4yvkiWFFxB4eTgyq9FuTMfkkuPM { top:4.0625rem;left:13.75rem;width:4.625rem;height:3.75rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuMGb4bN9tiCSoK7bI3c0Wh5QRuphdLs { top:18.5rem;left:0rem;width:20rem;height:2.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENdENF4XVJL2hZmk9nIrD5UMoV2upoDb { top:4.1875rem;left:2.75rem;width:11.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ0QetgPQLGVL5Ba9WUh86a3IGbyPM26 { top:3.5rem;left:17.625rem;width:14.1875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9t41zi4eM6aLVDnqk88yVd76ASwS6g3 { display:block; }#D9t41zi4eM6aLVDnqk88yVd76ASwS6g3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WPe8f95K8dkyh2NEqpHLPPTDBEloubug { top:1.4375rem;left:0rem;width:8.6875rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSxFS61fhJqKIp43ghewbLW96E27vBir { top:0.8125rem;left:39.4375rem;width:8.3125rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #toFicfu9DnU95a2IqmZWUnFG8nVRdh4m { top:1.3125rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psp2AXnKiu35d4nf13hVrRbBohSumWEA { top:1.4375rem;left:20.875rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPeOmuBa2et0RzOxuiVDRK19kad3kTZy { top:1.4375rem;left:33.125rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTGZKetN7WIZq5pBzve52sHxsk8ToIba { top:12.5rem;left:0rem;width:10.875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlhTVtDLcBwDxftDsfRapzvOfPIceUzX { top:1.5rem;left:8.5rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBP6h32DKqXV7xKkCf35vcB8H2RnodfO { top:10.1875rem;left:8.375rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bpm4J9sT12m8c8qTsPZA19z1EQMJw7 { top:10.125rem;left:20.6875rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xketTS1PahdWbT8AGKteXWDpzg7XnC5Q { top:10.625rem;left:33.5rem;width:6.375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbBQxZF62kcyJXJJ3Fd34p6TQylh8PzX { top:10.1875rem;left:33.125rem;width:7.125rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HywUaWHBUtWwc0lX0uWkKI0nTwE1sf1v { top:12.0625rem;left:38.125rem;width:9.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8ishgFGZomEJbeciV9i98kKsgciCrr6 { top:11.375rem;left:37.1875rem;width:10.5625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze2DIoWIcePfEWw6pAuZrXbx566vbNgH { display:block; }#Ze2DIoWIcePfEWw6pAuZrXbx566vbNgH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxJDXTS7QwgPi0Ihid0UL0UZRNtTabOn { top:1.8125rem;left:0rem;width:38rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqX7zu6ZocudSdzwmva5ysvG0Q2T9Vw5 { top:6.1875rem;left:0rem;width:33.8125rem;height:13.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBnZ2SNah4aFb9bbf2vwwvUuJgEMICg3 { top:1.6875rem;left:32.0625rem;width:15.6875rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0zqwPOZVvFXwJnLkTy44eMg4r6P6TRv { display:block; }#X0zqwPOZVvFXwJnLkTy44eMg4r6P6TRv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4w3fQtCzOT6pc2TwzzVWhSbRHvT2A4n { top:1.25rem;left:0rem;width:38rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QedbwTiDyP0pLbTVkka51rnQDzJPNQV3 { top:6rem;left:0rem;width:47.75rem;height:7.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvWPMoGQT0sPcH08nKNTqzbA3o0aq7R1 { top:0.5rem;left:35.375rem;width:12.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu5cmAd75Dh6qn3iCaZ92LqqsX2zc29k { top:15.9375rem;left:0rem;width:38rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sODHdFXLSzFvyAV0Qk9XnuTZzpJ5s28M { top:15rem;left:38.6875rem;width:9.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRXRvg3yWt07bVCK9cvP4rxzcx0pCkbf { top:20.1875rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NieUSSPWAOuk1SVTxumUaPxTn3kkvqg3 { top:18.75rem;left:0rem;width:27.4375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypCLphWeQuQcWdsBkt7mw0FnJI0PhfW6 { top:4.125rem;left:0rem;width:16.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4KcMPXi3iAr46OVtSHuPRaGTyoNb6B7 { display:block; }#P4KcMPXi3iAr46OVtSHuPRaGTyoNb6B7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6qqeM1DDExzycDP9QeoboGz6eFQ6CaR { top:2.125rem;left:0rem;width:16.3125rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOaeXqiKi0xv0WteaBE2Aqoe6gQGHIoW { top:6.125rem;left:0rem;width:38.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaZGiL67N0BtHS3e5OpeTCpSbJgc9Bm8 { top:9.25rem;left:0rem;width:45.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOAT4GsNWM293bnQmxS8wQF6hA2LbXN3 { top:12.375rem;left:0rem;width:45.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toiiKHwqLVqQc6zO4Rpwms1maFBRw854 { top:5.75rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFToAmglQrxLDCerT3SdTftwfsx7TVqN { top:8.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww8spG4Lw8NAytNf9hWJKCR3o32tnLTl { top:12rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK154xAHn6wrcrKTQaNGvByNxc2lMMtI { display:block; }#TK154xAHn6wrcrKTQaNGvByNxc2lMMtI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJ80NgINO3UlSCWvK5qGvToyDaUn4tBL { width:16.375rem;height:4rem;top:2.375rem;left:15.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB4QsuF9wkog6EVcM6xUZaPA8X8RWK43 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLv24tZhGpvnfRd2cHEnudrEC5vNeUw9 { top:1rem;left:0rem;width:39.125rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbXGapXF7ELREJKlXyMCHrUZmZSWUQse { top:5rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmwA4gRQFlcAPB7panDXthf9Env58NVB { top:13.5rem;left:0rem;width:47.75rem;height:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7mt1U3ft0hHhJp50VJKQQ8yik279rLi { top:26.0625rem;left:0rem;width:15.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v25SCikwb4OA9eJEI4eO8ilOayIG6ypU { top:25.5rem;left:31.75rem;width:16rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTl79G5226l5ucQ54aBrAzX5G1IQSo5T { top:25.75rem;left:16rem;width:15.625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D57TJF1S82N6ViTAMO9vOeNT9WHXsbqI { top:15.25rem;left:30.875rem;width:16.875rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdG6gd5oU9IC2D6dpp2FvfAP4mDOexAm { top:9.4375rem;left:0rem;width:16.0625rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF62FgKV5WfKQf3BNToQUx2yXFbhLKH2 { top:32.375rem;left:0rem;width:9.9375rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWyIhTAmmgim3E7D9PsewdhLK71J6riv { top:13.5rem;left:16.187501907349rem;width:15.375rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awgifDK49bIRWrU7qe1NCKRTuI3rn9c2 { top:32.5rem;left:9.5937519073488rem;width:9.6875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoXgzpdWL9m0skzUP0Bd1fErRAon8zsZ { top:35.75rem;left:20.237501144409rem;width:13.8125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6QRCuT4C6vvK4cG1LFn7lQQ3b3sZ6p { top:36.25rem;left:33.625rem;width:14.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA2JhmXuTcsVbBnBTx2FUEoBSNgziAut { display:block; }#iA2JhmXuTcsVbBnBTx2FUEoBSNgziAut > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aQ1cuVQDay4X7tcc3o7lDCDwqC33z0HR { top:1rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH75VZQwF1MBux78kah2Vg7KeebyboX0 { top:4.875rem;left:0rem;width:47.0625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iimU5nOZX9pxovqtQiHEsF0bypZkwWPG { top:12.1875rem;left:0rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJVp93JMXUNirzK6mnPWL76SuSgILJgX { top:12.4375rem;left:0rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4GWumFgz5SkDaN0dKIRy36NLCW5hcwA { top:16.25rem;left:0rem;width:22.8125rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3yGPQzKIf8xTHiAXsJ75Tnf55oLpWh7 { top:16.25rem;left:24.9375rem;width:22.8125rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULbRGL0Uv00UUMRGW83OkTh8V2p95yNo { top:32.8125rem;left:0rem;width:22.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4QHeTfPXHehn48TAd2wX906isyvfM0P { top:12.1875rem;left:26.5625rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7VOTSTzRvFPizeR7wFWoNS9CpPHpZKy { top:12.4375rem;left:27.3125rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCSdUMbMAszl62cVHOh3oqDWDzs1t1e0 { top:28.5rem;left:0rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD1soJN1ExrXFiX4ceNfl184JzcEaGxD { top:28.75rem;left:0rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5h7t0GumN5daGniTOHicat6K2zVumci { top:32.5625rem;left:24.9375rem;width:22.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAyP1AKP378yGSBQZIn63EUfDZ5cFdsq { top:28.5rem;left:26.5625rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmwMdH9aNnqhN41gNbLgdvIvHDlX76yv { top:28.75rem;left:27.3125rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMkH186XFFLVzp4wIu60vgAqlDyKQ17g { top:42.8125rem;left:0rem;width:22.8125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J39TtEkWD796iXvB9crzrRqyGyoDamzH { top:38.5rem;left:0rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNonFIuKXR5WqRNunkgO3ecpdFH8U31s { top:38.75rem;left:0rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyZMETzSR19epiRNidMB6It7BTNJFhpT { top:38.5rem;left:26.5625rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xghEo9GBTu2u4AGv2RSazG9FUV9o6v2w { top:38.75rem;left:27.3125rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1NBZCdIgGNAueTkkIdxVXzDTAeOPmei { top:42.5625rem;left:24.9375rem;width:22.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhLDV0oaEspyvc4JZEs7TDTIksNsNNc6 { top:55.4375rem;left:0rem;width:22.8125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLJvpZFp3oCRiDQSg3By9r4ahWX1yu5N { top:51.125rem;left:0rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inloaSy9LJIseOs8WQ5y4D9ufAW6nmhS { top:51.375rem;left:0rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSORS0CSn37HLqfFdfATommzBJGU7Dwu { top:51.125rem;left:26.5625rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhRZzz9WXt8TdKxTDMWD7TNnpM4hFyLn { top:51.375rem;left:27.3125rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8anFR8d5TKJzinaSxO2w8ft6dKVAThu { top:55.1875rem;left:24.9375rem;width:22.8125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPNcOyxXDtMIXSzOP2mIIg3Tf78wwKh9 { top:68.75rem;left:0rem;width:22.8125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqkSnmPJlGz6JvcMsTtoxx8zmksDtzGh { top:64.4375rem;left:0rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIdbh1OmCTU7XfJiSvUC7oxb0qTzVbU4 { top:64.6875rem;left:0rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs6gbmkUBSe3Mrx9y7vrtUPHi7vUE7It { top:68.5rem;left:24.9375rem;width:22.8125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHMqCKDVFtwWIZTgxuanpk5eXCvowsyi { top:64.4375rem;left:26.5625rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyMpixaM5pEbx9OAsepO7BVtqMVdIZ5d { top:64.6875rem;left:27.3125rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzyaE3Gymc3m7gMJPamMewElFCuJUA4A { top:82.125rem;left:0rem;width:22.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BibITDk76a3NC31RUN1a5JqVf7KehhAW { top:78.0625rem;left:0rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEvNkRyTy0VRNQb0r7d8TGRKMewFZxTH { top:78.3125rem;left:0rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao9D2OOwG9biDhwvTH22ut4uMX3rcaFP { top:1rem;left:0rem;width:20rem;height:;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KNPHaedzcXrrJ62f8fhTXTzRZtTilBEx { display:block; }#KNPHaedzcXrrJ62f8fhTXTzRZtTilBEx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCsVzTsuTPnaLqMg2rGooJB3fQkWDADR { top:0.9375rem;left:0rem;width:47.75rem;height:;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nezQgx7nHo20G3JoJkiuN6uSVFLNcyUU { top:4.875rem;left:0rem;width:47.0625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzNSCEPftvWeS8SEmKTMwOnwCwpq8S7k { top:12.1875rem;left:0rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMkerI3IEwSXKeZ5cnlKaJdSUbwkIfot { top:12.4375rem;left:0rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXCslugvnoq1m9kggoEEv6ppgo0eogZs { top:16.25rem;left:0rem;width:22.8125rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzBNzRyoA8kUITJ6cgDW3wPtIwgQSAtJ { top:12.1875rem;left:26.5625rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHXhgov7yZ0JvnqmH62zQrQzSLN5oVZ6 { top:12.4375rem;left:27.3125rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9czHS9cOZBldtvvRi1MGTckGwgXcsSL { top:16.5rem;left:24.9375rem;width:22.8125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEhUzhkxzvhx2Cr71eoumleygTf5LVNT { top:30.8125rem;left:0rem;width:22.8125rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIo3xp47HXXdA1cQvts1EbHQ03kL5ISx { top:31.0625rem;left:24.9375rem;width:22.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwr1svJX5tk2p0A3OOOTpXriHAuTizdi { top:26.75rem;left:0rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8vt14oJ57TmXpEqewzrcTTZEy26GDiU { top:27rem;left:0rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIrnPC92X7kHePup6WKJGp4Xu95SuIAE { top:26.75rem;left:26.5625rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af9JqFkOvrWMVVLxbHF4OghiFNkoSQfp { top:27rem;left:27.3125rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyzRVwvLtRWixB4RRvJm3UmhHiT4Gc6n { top:49rem;left:0rem;width:22.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCB5QeBenivrI4DTh7CMvxdtNmoBosTf { top:44.9375rem;left:0rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fphQu71HCtJczdt5Lu2IU7g534QVPfiU { top:45.1875rem;left:0rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5e1oSOtiC1nKU93ffWDMpqCArkfzhpw { top:49.25rem;left:24.9375rem;width:22.8125rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeWEwUquuoo6GSCDl7GVAdzNtO7MkpsB { top:44.9375rem;left:26.5625rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE094sUpt1VzT1OIDnPeRCHclLOWnyVo { top:45.1875rem;left:27.3125rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bakWtk2rCV4hiVh75Cc0EMCxXlaT28xN { top:60.3125rem;left:0rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmxPyxVkWsSD7srXTTlCDSmPN7p9UQZU { top:60.5625rem;left:0rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEgMrWiitP09N2s2XTa6ZSJHLNPhWJhE { top:64.375rem;left:0rem;width:22.8125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN03QBcWfrck1vOH8plQ2qQE2guDUIc6 { top:64.625rem;left:24.9375rem;width:22.8125rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH7kMcXi18bvTu8Cpc3XfD04uzSmlEUK { top:60.3125rem;left:26.5625rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhJ7mVabtD5TCnsu5AOJS545bu9W7u1T { top:60.5625rem;left:27.3125rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaM1L2y36aA14J4MI4ICNmQGdH8Nkx62 { top:75.4375rem;left:0rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av9kaV7dFI81HqzES3fStEDsQXROqrCw { top:75.6875rem;left:0rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvnOpxIp4M3knkRIq9LEWDFG8g9LTmrT { top:79.5rem;left:0rem;width:22.8125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMMJgA2rnVfGQ2T7W0bkBEtAWvTspHGJ { top:79.75rem;left:24.9375rem;width:22.8125rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRyzWZCoARlaaRQXBTddTin1fzSZi8rP { top:75.4375rem;left:26.5625rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgZt6tdOz4xXRnazu8AJTmH9SLFBT5aU { top:75.6875rem;left:27.3125rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbgET4m9KDON14L9iQCXv31Hx1oycoQQ { top:95rem;left:24.9375rem;width:22.8125rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpahPX2Vx4kTinhabmdMinMxapdK4pWc { top:94.75rem;left:0rem;width:22.8125rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA3CtVEDbHmXiXX78e4GNeCT8vXo95wB { top:90.6875rem;left:0rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMAh2ppq2vI0CaVNmZbxU1cw5TTe9bkP { top:90.9375rem;left:0rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQnFhJgZ49f3FETgTUHVFw6yviNmSlK8 { top:90.6875rem;left:26.5625rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpK6IaqEREB3ENTEFiMB7wIS5q3Dd0KB { top:90.9375rem;left:27.3125rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KywKgB7D21SQ4rXefLyhJbgftIU6fSFK { top:109.8125rem;left:0rem;width:22.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSUpBkgc0cqbqsCI5P07BK90c7A5zWpy { top:105.75rem;left:0rem;width:20rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfB2rnfpUlmlsyyH2LBWTgv3beUZZv7g { top:106rem;left:0rem;width:18.625rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZZvLgSnzbg0cwsPIVbTqVmD4qCO3OaV { top:1rem;left:0rem;width:20rem;height:;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PztyLD5nUbUeiiKr6JKl97FbVP9zNBzy { display:block; }#PztyLD5nUbUeiiKr6JKl97FbVP9zNBzy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMJBt1i2XdQm1H1Xr5ESzXXQOLJn5TOx { width:16.375rem;height:4rem;top:2.5rem;left:15.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcTePgL0s56Gb0e3czDAw8quB2TlrkyF { display:block; }
 }@media only screen and (max-width: 763px) { #J1cAiSa0p1xqnpy90c7f6QQPT9B6xDII { display:block; }#J1cAiSa0p1xqnpy90c7f6QQPT9B6xDII > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yE2CBoTSo3X927pEX59EyJm24w9rxEdn { top:1rem;left:0rem;width:31.9375rem;height:2.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbCaUwsocm8bvAvNZ7QU77I4iOAyoB8J { top:5rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2hckIJ7oMN43ryvBLcFys8wZXoMnhI0 { top:11.75rem;left:0rem;width:47.75rem;height:54.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBTpz9s823lo5K9D8r2OG5pSoFCNDLid { top:18.0625rem;left:0.5rem;width:46.75rem;height:48rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQTcORSrIvUscgxo3qdUHU0Um3ShZxyT { top:11.75rem;left:20.3125rem;width:0.1875rem;height:54.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmPWGggAIzrx3dV7A39eTpam2GfySMUZ { top:11.75rem;left:29.9375rem;width:0.1875rem;height:54.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpmbH32yymXBlQSD7f0GTsKenZVTeIrp { top:11.75rem;left:39rem;width:0.1875rem;height:54.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkVfdp79gzny5QkrJP9ixt0MLGWSmwtT { top:13.5rem;left:1.8125rem;width:16.8125rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCBSQPZuPGTEhTzyXQMt4MTFm3Cbq86Q { top:12.1875rem;left:20.750001907349rem;width:9.0625rem;height:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF706Q7dqGIH48rivLpUMKyiLRxdLNko { top:12.1875rem;left:29.9375rem;width:9.4375rem;height:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWnu950C86BlnPEKdP4s36JDfAaLqeeq { top:12.1875rem;left:39rem;width:8.4375rem;height:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKVhywJolI8fxg3kTCg9y3H1cCAhuPaX { top:18.0625rem;left:0.5rem;width:19.8125rem;height:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRpPeChl3vCCwtFNfTh6qeLc7VPVT5BE { top:22.875rem;left:0.5rem;width:46.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kou6TzLeTl1W6MLUeeav6rGRn4LcCtkp { top:27.875rem;left:0.4375rem;width:46.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXyiiU3TyRZQvLd62JRaROxzVpUJf7yy { top:32.875rem;left:0.4375rem;width:46.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLgVRKe8MW6PxrmFKmxbfrvd3LfbnJNU { top:37.875rem;left:0.4375rem;width:46.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSqrAW6RgeAncuKZOhw4WUGAncW8GfHq { top:42.875rem;left:0.4375rem;width:46.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKvOSTTgohriV7Vp9OZJURaFtwc7T1fO { top:47.875rem;left:0.4375rem;width:46.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCEvsJSG7X5wA7LRlsdyzNf8ERXyT73a { top:52.875rem;left:0.4375rem;width:46.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5pfUAuTmlaOEsdehLFyIeiUTqQEBGE6 { top:57.875rem;left:0.4375rem;width:46.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggGfInN6bTsxqoJe2skQcUBs261XC5Of { top:62.875rem;left:0.4375rem;width:46.9375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nkq5l73BBnphueUTM8TRGFWBltRExWeG { top:63.0625rem;left:0.5rem;width:19.8125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxDLM2cyy0p9gI04TG9o8BOzNA2r2Nq3 { top:18.9375rem;left:1.25rem;width:18rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdwTgvqhhoO15RKXTQ0dZU5oT614pRLn { top:23.875rem;left:1.25rem;width:18rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgLctfkL3TUesk9pBChAJiiQPe3CucMg { top:29.6875rem;left:1.25rem;width:18rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3KN14D0X5OMPk40hnK4ELLFxFr3VZkE { top:33.25rem;left:1.1875rem;width:18rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHTeeBG5ecSt8zUuGw03ucGAxUiocZai { top:39rem;left:1.25rem;width:18rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhkSpt5VQpmRqwyxuQgSGXtGtR7J45S9 { top:44rem;left:1.25rem;width:18rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pvt2qv2F135yhtnzUPIfIZeWln0lLT4H { top:49.75rem;left:1.25rem;width:18rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqxgllKXKpJfJohJF21pxIUWsuKfGMt5 { top:54rem;left:1.25rem;width:18rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m69b30XSg2FKCVn0yJDm5beR39Sdqtxt { top:59.8125rem;left:1.25rem;width:18rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTeylzdB3EuyMqeOV9m5xal6qd6Tf9MM { top:63.8125rem;left:1.25rem;width:18rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3clloHw90IpC56CycJW3IGvguLTgu2B { top:63.8125rem;left:20.500001907349rem;width:9.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACp1O2kGJU0ISx1BMPzmR6lIQQWwQEXS { top:63.8125rem;left:30.125001907349rem;width:8.875rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZJdv0ecD5usiK8f8TzMHLfC0L9p3Ugp { top:63.8125rem;left:39.250001907349rem;width:7.9375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8RFX0hBFnQnTnpdOEFxPV65VTg3p761 { top:18.3125rem;left:24.062501907349rem;width:2.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfJgKJRnPi695UGbpmnNkyAm2vInpp7M { top:18.5rem;left:33.562501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzdprw4O5deaf28AyLxsJFXd7km41n9E { top:23.3125rem;left:24.062501907349rem;width:2.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhzL0Q1TGQG6PQGLTSTTlFJXWbXA3gPX { top:33.375rem;left:24.062501907349rem;width:2.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohgR1wnks4slMdp8InsplPCDAtSKScPc { top:38.375rem;left:24.062501907349rem;width:2.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VODLc8t7tRyc5OQJzOtq3MkJwUU1hFu7 { top:48.375rem;left:24.062501907349rem;width:2.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGu3EZJF2rtehNcKENsNoQDnNnPTIWXc { top:53.375rem;left:24.062501907349rem;width:2.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAfUDNmXoGtgXTyOtbJb8JEdgwMVzFzg { top:58.375rem;left:24.062501907349rem;width:2.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOsTpE3vsVKDw3Ay7G33CPsZMVdHuW7K { top:28.3125rem;left:42.000001907349rem;width:2.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTbKHhVUbRDaEIVKE3trSkJvSsHxgSHR { top:23.5rem;left:33.562501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8daS3WvUsnnLoAhGRSHeLEDWCuf9vEb { top:28.5rem;left:33.562501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFzeFSqMvtMfLyDGHNNKTfM2L2ul8Ns5 { top:33.5625rem;left:33.562501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg7TTevdZo9Gz1KvJRS7x9PlDaLdMcHz { top:38.5625rem;left:33.562501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT6JIAuNXTc1gsAyaBeTkOIP06Jr0bpI { top:43.5625rem;left:33.562501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd1DbCJgDz1CfbvWd7h5ODeMNdP6rZBC { top:48.5625rem;left:33.562501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdAxfJPUtO5nIqfEZLdVPBl0vq53PrL0 { top:53.5625rem;left:33.562501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbMHfwAsVxOAcGnvOSdJ3vimHq3ETluM { top:28.5rem;left:24.125001907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPJ3M13lKvR11xwWwrVvkvVn4MTqpg6W { top:33.5625rem;left:42.062501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTVvA421PfJ4DVk5F2NZWmwLSOJ0gqya { top:43.5625rem;left:42.062501907349rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3rZnsyet2fo3aP2vTciybnh5etp3pA0 { top:18rem;left:41.625001907349rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnXK8bJ7FTH9y6mBkU4AxoyOnClOlcLm { top:23rem;left:41.625001907349rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmnAF12foLJyEUx1VspnvMqHIdcV8D29 { top:38.0625rem;left:41.625001907349rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o13fbJ5z6TPF0rNvX99ZQvJTx0CImAsq { top:48.0625rem;left:41.625001907349rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n961q1AKeJIhaO1t1IOP1XhEaowVVZvl { top:53.0625rem;left:41.625001907349rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1VR1okM4g3soVHqcm1vL4Hom9BnIx2W { top:58.0625rem;left:33.125001907349rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsHQlU3cBXeioZgewDV45Z0N8NVBw2gs { top:43.0625rem;left:23.687501907349rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3xg5mFI37yUh1hnNTHBHBelFEzUv3kL { top:21.5625rem;left:20.500001907349rem;width:9.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlDN1gRDtr5ee41H2ochZTGTbbPbFO9h { top:26.5625rem;left:20.500001907349rem;width:9.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsNtbGhaTL1NLkuueHUHvc3sLyFc6J8c { top:30.75rem;left:20.500001907349rem;width:9.5rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaaJU3CxzBGCMHNpID0nTLGQKyiCMtGr { top:36.625rem;left:20.500001907349rem;width:9.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe8gEpfTBQWefz2bfI7n7uXwdTrODAAc { top:41.6875rem;left:20.500001907349rem;width:9.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iH1o5D17EoZWTnIazAzk3SZoNLWM2AeP { top:46.625rem;left:20.500001907349rem;width:9.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av2ETcFD7CBb2JgDbE0oWDau7EynmK0F { top:51.625rem;left:20.500001907349rem;width:9.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9CypxuO24I7l8f6gU5l2xG7wQT4oo3h { top:56.625rem;left:20.500001907349rem;width:9.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na16vPxqTEAeAe7uhFLTILEG4t5nifgv { top:61.625rem;left:20.500001907349rem;width:9.5rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AO8Nfo4M4TtHNcBZtlu3zWr2h06yskSD { top:21.5625rem;left:30.125001907349rem;width:8.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u815I4TmGN9SlHJElh0rk82KZplCfETl { top:26.5625rem;left:30.125001907349rem;width:8.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVtGpBMIghy7NdSSablk4O8UC05qNsFB { top:30.75rem;left:30.125001907349rem;width:9rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #haywfLTt8xdk6qSOsvLbTAg4Zfba21bc { top:36.625rem;left:30.125001907349rem;width:8.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEE2mps0aUzQ2KQnea2ddfwrygE3T3Eo { top:41.625rem;left:30.125001907349rem;width:8.9375rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTd4AIimP7uzmSGeteE0GuMsSVbWw3Vu { top:45.8125rem;left:29.937501907349rem;width:9.0625rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBszSvqHrHfeH4rvBuF5Zof84BAcf3el { top:51.625rem;left:29.937501907349rem;width:9.0625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmD89yzbkXau4ExxwRB924yyUADWsrit { top:56.625rem;left:29.937501907349rem;width:9.0625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwNywST5k1beZpTb9eJT2ORcWbyXuX7T { top:61.625rem;left:30.125001907349rem;width:8.875rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWZ78UuZLHZ77xMmRyTJRMtPCDkP8HBg { top:20.75rem;left:39.187501907349rem;width:8.125rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqcQhlKr3BHJ9xXBd6zXWx2Ml2AktiQf { top:26.5625rem;left:39.187501907349rem;width:8.125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tax6fel9buHT4PacwX04UoGAkHgbdk0J { top:31.5625rem;left:39.187501907349rem;width:8.125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEu6IdRhFfg9PSaRAmGBH9bhoz0oabif { top:36.625rem;left:39.187501907349rem;width:8.125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBXPcF4OFcbvDV7TbZ6VB958QMZfTx4B { top:41.625rem;left:39.187501907349rem;width:8.125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgXNt1kJdJzdHKAZ5qytXcWkofcnWHrA { top:46.625rem;left:39.187501907349rem;width:8.125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEPinBG0zVEPwxGfyH31sScn2ii89fbn { top:51.625rem;left:39.187501907349rem;width:8.125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdEImScVNwAFUm6lf70iyfxTLin5U9Bp { top:56.625rem;left:39.187501907349rem;width:8.125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trpMTakbMKPQIkmJ9AlPb0TMEtsonmP8 { top:20.375rem;left:2.375rem;width:8.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElXhciazvZSurESKbwhPnrLcqhoZ37gx { top:25.375rem;left:2.625rem;width:6.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWqw5nbTcMX4bPZTC0CcwmI5HBnEdfr2 { top:34.6875rem;left:2.625rem;width:16.3125rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKmKdocFueqym4ZH5pz2VIdkJ46nfBlq { top:40.3125rem;left:2.65625rem;width:6.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViiKpa7OHfZk2bxmvl1Va4lSlsMfK9s6 { top:45.3125rem;left:2.6875rem;width:5.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmhD7psfePffnGnMKoWFFprzdU4W9TzB { top:55.3125rem;left:2.6875019073486rem;width:6.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ72AUvAKpzteXGANC98nqzJflBdy9LO { top:58.0625rem;left:41.625001907349rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I44r7EKO5HrSrItpbmv6DtiuOJ12AC3M { top:61.625rem;left:39.187501907349rem;width:8.125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNQCGtlBaRLEVoswXSgLbbEzQt2J428u { width:28.0625rem;height:32.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrfSTUDTHmSBFOX19MKTsfZCWXLO7Jrl { display:block; }#lrfSTUDTHmSBFOX19MKTsfZCWXLO7Jrl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLH1bcgEifsGGtqvJar4eNDHp8tIFpoL { top:1rem;left:0rem;width:31.9375rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6X9yRfsag857x29rIW8IIGGBTGTc8Jz { top:5rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBickFINgsS8MrAddikfFwsL42hhSPbG { top:12.125rem;left:0rem;width:47.75rem;height:32.961753731343rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxWQ8qFmGFLiop38FBtTSqpdFOPQaOsc { top:49.1875rem;left:0rem;width:47.75rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWvMDUdPhleTikOzVA5Cr08GxF2fIEbA { top:49.875rem;left:0rem;width:47.75rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWDygKdTCvcHvN8t9MAS0cBsmy5Ak19A { top:50.75rem;left:0.0625rem;width:47.625rem;height:8.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tby7P56AgtrNWqrEudspXdqt6caC5XJ4 { top:61.5rem;left:0.0625rem;width:47.625rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1XmdefgT0mBVH8mwnJNfMbRVkm9Rcck { display:block; }#Q1XmdefgT0mBVH8mwnJNfMbRVkm9Rcck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqihN1XnQlEKzx1ohbICyi3fWoI8e1hR { top:3.0625rem;left:0rem;width:30rem;height:8.8125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH7JkaIe7B0x3Ib1Qmz1AXDCa2cuna07 { top:13.5625rem;left:0rem;width:24.125rem;height:7.9375rem;font-size:1.875rem;display:block; }#VH7JkaIe7B0x3Ib1Qmz1AXDCa2cuna07 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_522d0bd7002e50869b26ba0490eae7f341b89188.svg); }
 }@media only screen and (max-width: 763px) { #bsBMuqLdqvJrg9SWZoU84llSMunHnHkp { display:none; }
 }@media only screen and (max-width: 763px) { #hN4cmmT5MPpgOHkbOyPJL8txZ9gB740y { top:3.0625rem;left:23.875rem;width:18.6875rem;height:2.9375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCrZuIn8XkcxspW2SiteuJ5SowBETqg8 { display:none; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-regular-label { width:29.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-text { width:29.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-textarea { width:29.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-select { width:29.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-button { width:29.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-checkbox-label { width:28.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu  { width:29.3125rem;height:auto;top:9.5625rem;left:15.9375rem; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .radio-container { width:29.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu {display:block;}#ndsaloC7np4rcg2S88TiILfXWPapnVEu { width:29.3125rem;height:auto;top:9.5625rem;left:15.9375rem; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #cXrhItGiUHR1QnTNskmmwTP0rfw7a4tF {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #hTpbZpkx57FSVE31vmTrOoSWTA5vqql4 { display:none; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #DzobX3oSWtyVXqlKuaHdwR08m9O9T032 {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #dat6FKSiyK4ulvulTXl8Th8gb8VMqw5E {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #UtGIs7D067hnLBlP9kWmqW8DcwgraT2N {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #W9u3L090IUVKGFacg1V1zVOSCnpXlRnd {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #lCUa66SqFukfi3cTLUnaqoHhlWv1zxLN {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #HvarX8KLBEe0DwFRbTCBh8R2GIzpgzFs {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #RbICTJlxhC1zCoftNAE6QC1feWhspRRK {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #tnob8hwT1VTCz5k5knanGGRmsqwp3ffo {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #rGr5DA4mknGKNLEeC9F5V0GWrcbIGiqT {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #pHl1fwXiiaCsnnnTfCsXozltz1lKfGZm {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #w28kdAxUvug8Aog76GlDdOJuHQBlgEQ2 {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #A8B7SF9Lw0GaETXQ3k1QnwVq2puNfEd8 { display:none; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #fIbXB9CkgZkN2GP8pOdNNrywtCE7hPpW {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #IpvVpn7iFILzeo7NnuT6RbVWw8OrTgSn {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #JsCnof7p4OBSQR7u9U7bGFaNF6pLxkER { display:none; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #l5IuuaNZtHAbIursuTZFfXUQJAHUy8oH {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #KLscllPckt3BT9UZE9RXdsPDsAHAtMeo {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #Aexxi29mnDrPfCbG62v7EBpWITkAyHDZ {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #DCagwqftfS5HMUfUue3fc6nRD4PwMmRk {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #H3a6IXzdCLf68pVmUcPLsCiqm5FZOXR1 {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #grvXHLCCKxy5PmDAr2BqqWUT4mfAtSAg {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #ekHKnW1T5nH9VreUKfT8SBhkoTGM6tSn {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #L3U2Ws6dcqTLQ84Txq6FePxQuK1TGWDZ {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #mPXRptk5fPA0trK6ncOrH1VTLuTGTwr0 {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #ZkAIRhH5VPn6I835TxdWvA3FJnd2rIt6 {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #eWJbswcKqsILaTUATGvxKr52sZwtGwSc {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #LqVNb71igW2ckiXqSmo9tMcOfPo5Qkzp {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #lJWvDH1LpDOH4GFgxqZTVUJpTwIIgDDs {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #t661CdaO3qI4677xHo9vBBSyt9gGMHDo {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #N04rTIdDyIEfeRzeldkSohPrG3EA8e7p {  }
 }@media only screen and (max-width: 763px) { #FV0EH7sifXxN2oQav5re7fNkgSVb809p { width:18.6875rem;height:2rem;top:11.3125rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1hy5oG4kezD4yLhffwPB3IL8pxnWnGb { width:18.625rem;height:2.4375rem;top:8.875rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJJg04HnviEHv34WS4c4x35PIAc6rWes { width:18.75rem;height:25.625rem;top:7rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTy7DJZLDWVuBnH2mUJ0TL5tM5Kk4c1C { top:0rem;left:23.6875rem;width:0.1875rem;height:59.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbsgm73INaNAopTF2SFG9QDr73QsZT2S { top:0rem;left:23.6875rem;width:0.1875rem;height:59.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kk25xk3upvX3z8O1fmHnQnaQd7T6XaL8 { top:23.5625rem;left:0rem;width:13rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGL5LRnrfDH16iRU6J8Nar24DGdq52v3 { top:23.8125rem;left:7.75rem;width:16.125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCgZXCWcgdZ9cTFLENUQNumekRfJ2eLt { display:block; }#UCgZXCWcgdZ9cTFLENUQNumekRfJ2eLt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ge61omi4dnNI5IP0vpXKFebekVwxHslI { top:9.25rem;left:0rem;width:36.9375rem;height:2.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuoP8rFXUWEbygCHZzXNPoR84FIdA8T3 { top:12.1875rem;left:0rem;width:18.375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZGq4yyoOLFbeoDyrZvVBiSKWguWvnsc { top:0.9375rem;left:15.40380859375rem;width:21.375rem;height:37.392414806522rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi { display:block; }#vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCcvaCIbxwT4swFlylTuAtMURrdE9US8 { top:0.875rem;left:0rem;width:12.5rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myFHa6wazTZTu4sGzFg2i66l925V9L35 { top:2.5625rem;left:0rem;width:12.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlwJwUK3bP5b1zokX063vofvwaWa1H87 { top:1.1875rem;left:37.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knCaZGHdfT665JXC0ps8bL8LTZTzLxB5 { top:1.1875rem;left:41.5625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #essrnBgzhhW7rWx9ucCeLXNE2ncQISsX { top:1.1875rem;left:44.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lmdpIWr07mAldTofSIsGFnQ2VuK3CX3y { display:block; }#lmdpIWr07mAldTofSIsGFnQ2VuK3CX3y > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RUmStTm3zNXSXN1UFMy12Dnv1MDOWWlx { width:7.5rem;height:3.5625rem;top:8.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbNfu1EBpqFwhTvMZDUKML9TMIQG6ccK { width:20rem;height:0;top:12.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZ9kJg6gg0TZSGGNU19EN4T9ksg7TMT8 { width:18.75rem;height:0.375rem;top:13.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0dzn4yvkiWFFxB4eTgyq9FuTMfkkuPM { width:2.8125rem;height:3.449075rem;top:5.375rem;left:8.5937505364419rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuMGb4bN9tiCSoK7bI3c0Wh5QRuphdLs { width:20rem;height:2.625rem;top:14.6875rem;left:0rem;font-size:2.1875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ENdENF4XVJL2hZmk9nIrD5UMoV2upoDb { width:12.5625rem;height:3.875rem;top:0.8125rem;left:3.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ0QetgPQLGVL5Ba9WUh86a3IGbyPM26 { width:10.125rem;height:3.4375rem;top:8.875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9t41zi4eM6aLVDnqk88yVd76ASwS6g3 { display:none; }#D9t41zi4eM6aLVDnqk88yVd76ASwS6g3 > .row .container { width:20rem;height:39.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WPe8f95K8dkyh2NEqpHLPPTDBEloubug { width:6.75rem;height:5.5rem;top:1.40625rem;left:1.7171875238419rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSxFS61fhJqKIp43ghewbLW96E27vBir { width:6.5rem;height:6.5625rem;top:0.875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #toFicfu9DnU95a2IqmZWUnFG8nVRdh4m { width:5.875rem;height:5.875rem;top:1.1875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psp2AXnKiu35d4nf13hVrRbBohSumWEA { width:6.75rem;height:6.75rem;top:8.625rem;left:1.7171875238419rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPeOmuBa2et0RzOxuiVDRK19kad3kTZy { width:6.75rem;height:6.75rem;top:8.625rem;left:11.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTGZKetN7WIZq5pBzve52sHxsk8ToIba { width:10rem;height:2.5rem;top:34.03125rem;left:0rem;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlhTVtDLcBwDxftDsfRapzvOfPIceUzX { width:6.75rem;height:6.75rem;top:17.375rem;left:1.7171875238419rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBP6h32DKqXV7xKkCf35vcB8H2RnodfO { width:6.75rem;height:6.75rem;top:17.375rem;left:11.625000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8bpm4J9sT12m8c8qTsPZA19z1EQMJw7 { width:6.75rem;height:6.75rem;top:25.5rem;left:1.7171875238419rem;display:block; }
 }@media only screen and (max-width: 763px) { #xketTS1PahdWbT8AGKteXWDpzg7XnC5Q { width:5.8125rem;height:5.9375rem;top:25.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbBQxZF62kcyJXJJ3Fd34p6TQylh8PzX { width:6.75rem;height:6.75rem;top:25.5rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HywUaWHBUtWwc0lX0uWkKI0nTwE1sf1v { width:7.5rem;height:2.6875rem;top:33.9375rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8ishgFGZomEJbeciV9i98kKsgciCrr6 { width:8.875rem;height:3.625rem;top:33.4375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze2DIoWIcePfEWw6pAuZrXbx566vbNgH { display:block; }#Ze2DIoWIcePfEWw6pAuZrXbx566vbNgH > .row .container { width:20rem;height:41.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BxJDXTS7QwgPi0Ihid0UL0UZRNtTabOn { width:20rem;height:2.1375rem;top:1.9375rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #xqX7zu6ZocudSdzwmva5ysvG0Q2T9Vw5 { width:20rem;height:17.99765625rem;top:5.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBnZ2SNah4aFb9bbf2vwwvUuJgEMICg3 { width:12.8125rem;height:15.1875rem;top:24.681423664093rem;left:3.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0zqwPOZVvFXwJnLkTy44eMg4r6P6TRv { display:block; }#X0zqwPOZVvFXwJnLkTy44eMg4r6P6TRv > .row .container { width:20rem;height:54.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c4w3fQtCzOT6pc2TwzzVWhSbRHvT2A4n { width:20rem;height:1.8rem;top:6rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #QedbwTiDyP0pLbTVkka51rnQDzJPNQV3 { width:20rem;height:17.9976875rem;top:9.7375011444094rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvWPMoGQT0sPcH08nKNTqzbA3o0aq7R1 { width:10.9375rem;height:3.875rem;top:0.625rem;left:4.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu5cmAd75Dh6qn3iCaZ92LqqsX2zc29k { width:20rem;height:1.79976875rem;top:34.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #sODHdFXLSzFvyAV0Qk9XnuTZzpJ5s28M { width:9.0625rem;height:3.75rem;top:29.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRXRvg3yWt07bVCK9cvP4rxzcx0pCkbf { width:20rem;height:14.398125rem;top:38.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NieUSSPWAOuk1SVTxumUaPxTn3kkvqg3 { width:20rem;height:0.3125rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypCLphWeQuQcWdsBkt7mw0FnJI0PhfW6 { width:16.1875rem;height:0.3125rem;top:8.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4KcMPXi3iAr46OVtSHuPRaGTyoNb6B7 { display:block; }#P4KcMPXi3iAr46OVtSHuPRaGTyoNb6B7 > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6qqeM1DDExzycDP9QeoboGz6eFQ6CaR { width:14.8125rem;height:2.1375rem;top:2.4375rem;left:2.5937501192093rem;font-size:2.375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #GOaeXqiKi0xv0WteaBE2Aqoe6gQGHIoW { width:17.3125rem;height:2.9239rem;top:6.125rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaZGiL67N0BtHS3e5OpeTCpSbJgc9Bm8 { width:17.5rem;height:2.9239rem;top:11.75rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOAT4GsNWM293bnQmxS8wQF6hA2LbXN3 { width:17.5rem;height:2.9239rem;top:16.6875rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toiiKHwqLVqQc6zO4Rpwms1maFBRw854 { display:flex;width:1.6875rem;height:1.6875rem;top:6.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WFToAmglQrxLDCerT3SdTftwfsx7TVqN { display:flex;width:1.6875rem;height:1.6875rem;top:11.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Ww8spG4Lw8NAytNf9hWJKCR3o32tnLTl { display:flex;width:1.6875rem;height:1.6875rem;top:16.6875rem;left:0rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #TK154xAHn6wrcrKTQaNGvByNxc2lMMtI { display:block; }#TK154xAHn6wrcrKTQaNGvByNxc2lMMtI > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJ80NgINO3UlSCWvK5qGvToyDaUn4tBL { width:16.375rem;height:4rem;top:1.96875rem;left:1.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB4QsuF9wkog6EVcM6xUZaPA8X8RWK43 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:59.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RLv24tZhGpvnfRd2cHEnudrEC5vNeUw9 { width:20rem;height:4.275rem;top:1.25rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #AbXGapXF7ELREJKlXyMCHrUZmZSWUQse { width:20rem;height:10.125rem;top:6.8609380722044rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmwA4gRQFlcAPB7panDXthf9Env58NVB { width:20rem;height:37.9375rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7mt1U3ft0hHhJp50VJKQQ8yik279rLi { width:7.875rem;height:2.5625rem;top:26.6875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v25SCikwb4OA9eJEI4eO8ilOayIG6ypU { width:9rem;height:3.5rem;top:26.25rem;left:0.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aTl79G5226l5ucQ54aBrAzX5G1IQSo5T { width:9.0625rem;height:3.1875rem;top:32.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D57TJF1S82N6ViTAMO9vOeNT9WHXsbqI { width:7.4375rem;height:3.0625rem;top:32.9375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdG6gd5oU9IC2D6dpp2FvfAP4mDOexAm { width:9.5625rem;height:9.5625rem;top:18.125rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF62FgKV5WfKQf3BNToQUx2yXFbhLKH2 { width:8.375rem;height:8.375rem;top:37.3125rem;left:0.625rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWyIhTAmmgim3E7D9PsewdhLK71J6riv { width:9.375rem;height:6.125rem;top:20.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #awgifDK49bIRWrU7qe1NCKRTuI3rn9c2 { width:9.6875rem;height:9.6875rem;top:36.6875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoXgzpdWL9m0skzUP0Bd1fErRAon8zsZ { width:13.8125rem;height:4.375rem;top:46.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx6QRCuT4C6vvK4cG1LFn7lQQ3b3sZ6p { width:14.125rem;height:3.4375rem;top:52.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA2JhmXuTcsVbBnBTx2FUEoBSNgziAut { display:none; }#iA2JhmXuTcsVbBnBTx2FUEoBSNgziAut > .row .container { width:20rem;height:165.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aQ1cuVQDay4X7tcc3o7lDCDwqC33z0HR { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #CH75VZQwF1MBux78kah2Vg7KeebyboX0 { width:20rem;height:8.4375rem;top:7.0492095947262rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iimU5nOZX9pxovqtQiHEsF0bypZkwWPG { width:20rem;height:3.25rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJVp93JMXUNirzK6mnPWL76SuSgILJgX { width:18.625rem;height:3rem;top:20.5625rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4GWumFgz5SkDaN0dKIRy36NLCW5hcwA { width:20rem;height:8.7708125rem;top:24.661458969116rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3yGPQzKIf8xTHiAXsJ75Tnf55oLpWh7 { width:20rem;height:11.6944375rem;top:39rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULbRGL0Uv00UUMRGW83OkTh8V2p95yNo { width:20rem;height:5.847225rem;top:56.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4QHeTfPXHehn48TAd2wX906isyvfM0P { width:20rem;height:3.25rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7VOTSTzRvFPizeR7wFWoNS9CpPHpZKy { width:18.625rem;height:3rem;top:34.9375rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCSdUMbMAszl62cVHOh3oqDWDzs1t1e0 { width:20rem;height:3.25rem;top:52.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD1soJN1ExrXFiX4ceNfl184JzcEaGxD { width:18.625rem;height:3rem;top:52.6875rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5h7t0GumN5daGniTOHicat6K2zVumci { width:20rem;height:4.38541875rem;top:69.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAyP1AKP378yGSBQZIn63EUfDZ5cFdsq { width:20rem;height:3.25rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmwMdH9aNnqhN41gNbLgdvIvHDlX76yv { width:18.625rem;height:3rem;top:65.125rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMkH186XFFLVzp4wIu60vgAqlDyKQ17g { width:20rem;height:7.309rem;top:80.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J39TtEkWD796iXvB9crzrRqyGyoDamzH { width:20rem;height:3.25rem;top:76.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNonFIuKXR5WqRNunkgO3ecpdFH8U31s { width:18.625rem;height:3rem;top:76.3125rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyZMETzSR19epiRNidMB6It7BTNJFhpT { width:20rem;height:3.25rem;top:90.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xghEo9GBTu2u4AGv2RSazG9FUV9o6v2w { width:18.625rem;height:3rem;top:90.5rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1NBZCdIgGNAueTkkIdxVXzDTAeOPmei { width:20rem;height:5.847225rem;top:94.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhLDV0oaEspyvc4JZEs7TDTIksNsNNc6 { width:20rem;height:7.309rem;top:107.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLJvpZFp3oCRiDQSg3By9r4ahWX1yu5N { width:20rem;height:3.25rem;top:102.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #inloaSy9LJIseOs8WQ5y4D9ufAW6nmhS { width:18.625rem;height:3rem;top:103.1875rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSORS0CSn37HLqfFdfATommzBJGU7Dwu { width:20rem;height:3.25rem;top:116.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhRZzz9WXt8TdKxTDMWD7TNnpM4hFyLn { width:18.625rem;height:3rem;top:117.125rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8anFR8d5TKJzinaSxO2w8ft6dKVAThu { width:20rem;height:5.847225rem;top:121.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPNcOyxXDtMIXSzOP2mIIg3Tf78wwKh9 { width:20rem;height:7.309rem;top:134rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqkSnmPJlGz6JvcMsTtoxx8zmksDtzGh { width:20rem;height:3.25rem;top:129.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIdbh1OmCTU7XfJiSvUC7oxb0qTzVbU4 { width:18.625rem;height:3rem;top:129.4375rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs6gbmkUBSe3Mrx9y7vrtUPHi7vUE7It { width:20rem;height:7.309rem;top:148rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHMqCKDVFtwWIZTgxuanpk5eXCvowsyi { width:20rem;height:3.25rem;top:143.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyMpixaM5pEbx9OAsepO7BVtqMVdIZ5d { width:18.625rem;height:3rem;top:143.75rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzyaE3Gymc3m7gMJPamMewElFCuJUA4A { width:20rem;height:2.9236125rem;top:161.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BibITDk76a3NC31RUN1a5JqVf7KehhAW { width:20rem;height:3.25rem;top:157.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEvNkRyTy0VRNQb0r7d8TGRKMewFZxTH { width:18.625rem;height:3rem;top:157.3125rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ao9D2OOwG9biDhwvTH22ut4uMX3rcaFP { width:20rem;height:;top:1.0492191314698rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #KNPHaedzcXrrJ62f8fhTXTzRZtTilBEx { display:none; }#KNPHaedzcXrrJ62f8fhTXTzRZtTilBEx > .row .container { width:20rem;height:195.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XCsVzTsuTPnaLqMg2rGooJB3fQkWDADR { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #nezQgx7nHo20G3JoJkiuN6uSVFLNcyUU { width:20rem;height:11.8125rem;top:5.9869794845581rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzNSCEPftvWeS8SEmKTMwOnwCwpq8S7k { width:20rem;height:3.25rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMkerI3IEwSXKeZ5cnlKaJdSUbwkIfot { width:18.625rem;height:3rem;top:20.5625rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXCslugvnoq1m9kggoEEv6ppgo0eogZs { width:20rem;height:8.7715rem;top:24.661458969116rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzBNzRyoA8kUITJ6cgDW3wPtIwgQSAtJ { width:20rem;height:3.25rem;top:36.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHXhgov7yZ0JvnqmH62zQrQzSLN5oVZ6 { width:18.625rem;height:3rem;top:36.4375rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9czHS9cOZBldtvvRi1MGTckGwgXcsSL { width:20rem;height:5.84765625rem;top:40.562498092651rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEhUzhkxzvhx2Cr71eoumleygTf5LVNT { width:20rem;height:11.6953125rem;top:52.72482585907rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIo3xp47HXXdA1cQvts1EbHQ03kL5ISx { width:20rem;height:5.84765625rem;top:70.674479484556rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwr1svJX5tk2p0A3OOOTpXriHAuTizdi { width:20rem;height:3.25rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8vt14oJ57TmXpEqewzrcTTZEy26GDiU { width:18.625rem;height:3rem;top:48.6875rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIrnPC92X7kHePup6WKJGp4Xu95SuIAE { width:20rem;height:3.25rem;top:66.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Af9JqFkOvrWMVVLxbHF4OghiFNkoSQfp { width:18.625rem;height:3rem;top:66.4375rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyzRVwvLtRWixB4RRvJm3UmhHiT4Gc6n { width:20rem;height:4.38574375rem;top:83.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCB5QeBenivrI4DTh7CMvxdtNmoBosTf { width:20rem;height:3.25rem;top:78.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fphQu71HCtJczdt5Lu2IU7g534QVPfiU { width:18.625rem;height:3rem;top:78.875rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5e1oSOtiC1nKU93ffWDMpqCArkfzhpw { width:20rem;height:7.3095625rem;top:94.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeWEwUquuoo6GSCDl7GVAdzNtO7MkpsB { width:20rem;height:3.25rem;top:89.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE094sUpt1VzT1OIDnPeRCHclLOWnyVo { width:18.625rem;height:3rem;top:90.0625rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bakWtk2rCV4hiVh75Cc0EMCxXlaT28xN { width:20rem;height:3.25rem;top:104rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmxPyxVkWsSD7srXTTlCDSmPN7p9UQZU { width:18.625rem;height:3rem;top:104.25rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEgMrWiitP09N2s2XTa6ZSJHLNPhWJhE { width:20rem;height:5.84765625rem;top:108.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN03QBcWfrck1vOH8plQ2qQE2guDUIc6 { width:20rem;height:7.3095625rem;top:121.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH7kMcXi18bvTu8Cpc3XfD04uzSmlEUK { width:20rem;height:3.25rem;top:116.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhJ7mVabtD5TCnsu5AOJS545bu9W7u1T { width:18.625rem;height:3rem;top:116.9375rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaM1L2y36aA14J4MI4ICNmQGdH8Nkx62 { width:20rem;height:3.25rem;top:130.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Av9kaV7dFI81HqzES3fStEDsQXROqrCw { width:18.625rem;height:3rem;top:130.875rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvnOpxIp4M3knkRIq9LEWDFG8g9LTmrT { width:20rem;height:5.84765625rem;top:135.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMMJgA2rnVfGQ2T7W0bkBEtAWvTspHGJ { width:20rem;height:7.3095625rem;top:147.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRyzWZCoARlaaRQXBTddTin1fzSZi8rP { width:20rem;height:3.25rem;top:142.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgZt6tdOz4xXRnazu8AJTmH9SLFBT5aU { width:18.625rem;height:3rem;top:143.1875rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbgET4m9KDON14L9iQCXv31Hx1oycoQQ { width:20rem;height:8.7715rem;top:176.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpahPX2Vx4kTinhabmdMinMxapdK4pWc { width:20rem;height:7.3095625rem;top:161.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA3CtVEDbHmXiXX78e4GNeCT8vXo95wB { width:20rem;height:3.25rem;top:157.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMAh2ppq2vI0CaVNmZbxU1cw5TTe9bkP { width:18.625rem;height:3rem;top:157.5rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQnFhJgZ49f3FETgTUHVFw6yviNmSlK8 { width:20rem;height:3.25rem;top:171.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpK6IaqEREB3ENTEFiMB7wIS5q3Dd0KB { width:18.625rem;height:3rem;top:171.8125rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KywKgB7D21SQ4rXefLyhJbgftIU6fSFK { width:20rem;height:2.923825rem;top:191.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSUpBkgc0cqbqsCI5P07BK90c7A5zWpy { width:20rem;height:3.25rem;top:186.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfB2rnfpUlmlsyyH2LBWTgv3beUZZv7g { width:18.625rem;height:3rem;top:187.0625rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZZvLgSnzbg0cwsPIVbTqVmD4qCO3OaV { width:20rem;height:4.2734375rem;top:1.0492191314698rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #PztyLD5nUbUeiiKr6JKl97FbVP9zNBzy { display:none; }#PztyLD5nUbUeiiKr6JKl97FbVP9zNBzy > .row .container { width:20rem;height:8.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bMJBt1i2XdQm1H1Xr5ESzXXQOLJn5TOx { width:16.375rem;height:4rem;top:1.1875rem;left:1.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcTePgL0s56Gb0e3czDAw8quB2TlrkyF { display:block; }
 }@media only screen and (max-width: 763px) { #J1cAiSa0p1xqnpy90c7f6QQPT9B6xDII { display:block; }#J1cAiSa0p1xqnpy90c7f6QQPT9B6xDII > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yE2CBoTSo3X927pEX59EyJm24w9rxEdn { width:20rem;height:4.273725rem;top:1.25rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #VbCaUwsocm8bvAvNZ7QU77I4iOAyoB8J { width:20rem;height:10.1215rem;top:6.5500011444094rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2hckIJ7oMN43ryvBLcFys8wZXoMnhI0 { width:20rem;height:79.5625rem;top:15.675048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bBTpz9s823lo5K9D8r2OG5pSoFCNDLid { width:20rem;height:72.875rem;top:22.050048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQTcORSrIvUscgxo3qdUHU0Um3ShZxyT { width:0.1875rem;height:77.9375rem;top:16.987548828125rem;left:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OmPWGggAIzrx3dV7A39eTpam2GfySMUZ { width:0.1875rem;height:77.9375rem;top:16.987548828125rem;left:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpmbH32yymXBlQSD7f0GTsKenZVTeIrp { width:0.1875rem;height:77.9375rem;top:16.987548828125rem;left:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkVfdp79gzny5QkrJP9ixt0MLGWSmwtT { width:16.8125rem;height:0;top:17.425048828125rem;left:2rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCBSQPZuPGTEhTzyXQMt4MTFm3Cbq86Q { width:9.4375rem;height:0;top:16.987500190735rem;left:10.562500357628rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QF706Q7dqGIH48rivLpUMKyiLRxdLNko { width:9.4375rem;height:0;top:16.112548828125rem;left:10.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWnu950C86BlnPEKdP4s36JDfAaLqeeq { width:8.4375rem;height:0;top:16.112548828125rem;left:11.5625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKVhywJolI8fxg3kTCg9y3H1cCAhuPaX { width:19.8125rem;height:72.875rem;top:22.050048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRpPeChl3vCCwtFNfTh6qeLc7VPVT5BE { width:20rem;height:0.1875rem;top:26.800048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kou6TzLeTl1W6MLUeeav6rGRn4LcCtkp { width:20rem;height:0.1875rem;top:31.800048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXyiiU3TyRZQvLd62JRaROxzVpUJf7yy { width:20rem;height:0.1875rem;top:36.800048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLgVRKe8MW6PxrmFKmxbfrvd3LfbnJNU { width:20rem;height:0.1875rem;top:41.800048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gSqrAW6RgeAncuKZOhw4WUGAncW8GfHq { width:20rem;height:0.1875rem;top:46.800048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKvOSTTgohriV7Vp9OZJURaFtwc7T1fO { width:20rem;height:0.1875rem;top:51.800048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCEvsJSG7X5wA7LRlsdyzNf8ERXyT73a { width:20rem;height:0.1875rem;top:56.800048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c5pfUAuTmlaOEsdehLFyIeiUTqQEBGE6 { width:20rem;height:0.1875rem;top:61.800048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ggGfInN6bTsxqoJe2skQcUBs261XC5Of { width:20rem;height:0.1875rem;top:66.800048828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nkq5l73BBnphueUTM8TRGFWBltRExWeG { width:19.8125rem;height:2.9375rem;top:91.987548828125rem;left:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qxDLM2cyy0p9gI04TG9o8BOzNA2r2Nq3 { width:18rem;height:0;top:27.925048828125rem;left:0.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hdwTgvqhhoO15RKXTQ0dZU5oT614pRLn { width:18rem;height:0;top:32.862548828125rem;left:0.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mgLctfkL3TUesk9pBChAJiiQPe3CucMg { width:18rem;height:0;top:38.675048828125rem;left:0.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3KN14D0X5OMPk40hnK4ELLFxFr3VZkE { width:18rem;height:0;top:47.175048828125rem;left:0.6875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHTeeBG5ecSt8zUuGw03ucGAxUiocZai { width:18rem;height:0;top:52.925048828125rem;left:0.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yhkSpt5VQpmRqwyxuQgSGXtGtR7J45S9 { width:18rem;height:0;top:57.925048828125rem;left:0.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pvt2qv2F135yhtnzUPIfIZeWln0lLT4H { width:18rem;height:0;top:63.675048828125rem;left:0.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #CqxgllKXKpJfJohJF21pxIUWsuKfGMt5 { width:18rem;height:0;top:67.925048828125rem;left:0.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #m69b30XSg2FKCVn0yJDm5beR39Sdqtxt { width:18rem;height:0;top:73.737548828125rem;left:0.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTeylzdB3EuyMqeOV9m5xal6qd6Tf9MM { width:18rem;height:0;top:92.737548828125rem;left:0.75rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3clloHw90IpC56CycJW3IGvguLTgu2B { width:9.5rem;height:0;top:92.737548828125rem;left:10.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACp1O2kGJU0ISx1BMPzmR6lIQQWwQEXS { width:8.875rem;height:0;top:92.737548828125rem;left:11.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #hZJdv0ecD5usiK8f8TzMHLfC0L9p3Ugp { width:7.9375rem;height:0;top:92.737548828125rem;left:12.0625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8RFX0hBFnQnTnpdOEFxPV65VTg3p761 { width:2.3125rem;height:2.375rem;top:27.300048828125rem;left:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vfJgKJRnPi695UGbpmnNkyAm2vInpp7M { width:2.1875rem;height:2.1875rem;top:27.487548828125rem;left:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qzdprw4O5deaf28AyLxsJFXd7km41n9E { width:2.3125rem;height:2.375rem;top:32.300048828125rem;left:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hhzL0Q1TGQG6PQGLTSTTlFJXWbXA3gPX { width:2.3125rem;height:2.375rem;top:47.300048828125rem;left:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ohgR1wnks4slMdp8InsplPCDAtSKScPc { width:2.3125rem;height:2.375rem;top:52.300048828125rem;left:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VODLc8t7tRyc5OQJzOtq3MkJwUU1hFu7 { width:2.3125rem;height:2.375rem;top:62.300048828125rem;left:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGu3EZJF2rtehNcKENsNoQDnNnPTIWXc { width:2.3125rem;height:2.375rem;top:67.300048828125rem;left:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FAfUDNmXoGtgXTyOtbJb8JEdgwMVzFzg { width:2.3125rem;height:2.375rem;top:72.300048828125rem;left:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOsTpE3vsVKDw3Ay7G33CPsZMVdHuW7K { width:2.3125rem;height:2.375rem;top:37.300048828125rem;left:17.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTbKHhVUbRDaEIVKE3trSkJvSsHxgSHR { width:2.1875rem;height:2.1875rem;top:32.487548828125rem;left:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8daS3WvUsnnLoAhGRSHeLEDWCuf9vEb { width:2.1875rem;height:2.1875rem;top:37.487548828125rem;left:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFzeFSqMvtMfLyDGHNNKTfM2L2ul8Ns5 { width:2.1875rem;height:2.1875rem;top:47.487548828125rem;left:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xg7TTevdZo9Gz1KvJRS7x9PlDaLdMcHz { width:2.1875rem;height:2.1875rem;top:52.487548828125rem;left:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rT6JIAuNXTc1gsAyaBeTkOIP06Jr0bpI { width:2.1875rem;height:2.1875rem;top:57.487548828125rem;left:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pd1DbCJgDz1CfbvWd7h5ODeMNdP6rZBC { width:2.1875rem;height:2.1875rem;top:62.487548828125rem;left:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LdAxfJPUtO5nIqfEZLdVPBl0vq53PrL0 { width:2.1875rem;height:2.1875rem;top:67.487548828125rem;left:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbMHfwAsVxOAcGnvOSdJ3vimHq3ETluM { width:2.1875rem;height:2.1875rem;top:37.487548828125rem;left:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPJ3M13lKvR11xwWwrVvkvVn4MTqpg6W { width:2.1875rem;height:2.1875rem;top:47.487548828125rem;left:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTVvA421PfJ4DVk5F2NZWmwLSOJ0gqya { width:2.1875rem;height:2.1875rem;top:57.487548828125rem;left:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #s3rZnsyet2fo3aP2vTciybnh5etp3pA0 { width:3.0625rem;height:3.0625rem;top:26.987548828125rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnXK8bJ7FTH9y6mBkU4AxoyOnClOlcLm { width:3.0625rem;height:3.0625rem;top:31.987548828125rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmnAF12foLJyEUx1VspnvMqHIdcV8D29 { width:3.0625rem;height:3.0625rem;top:51.987548828125rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o13fbJ5z6TPF0rNvX99ZQvJTx0CImAsq { width:3.0625rem;height:3.0625rem;top:61.987548828125rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n961q1AKeJIhaO1t1IOP1XhEaowVVZvl { width:3.0625rem;height:3.0625rem;top:66.987548828125rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #t1VR1okM4g3soVHqcm1vL4Hom9BnIx2W { width:3.0625rem;height:3.0625rem;top:71.987548828125rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PsHQlU3cBXeioZgewDV45Z0N8NVBw2gs { width:3.0625rem;height:3.0625rem;top:56.987548828125rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #q3xg5mFI37yUh1hnNTHBHBelFEzUv3kL { width:9.5rem;height:0;top:30.550048828125rem;left:10.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlDN1gRDtr5ee41H2ochZTGTbbPbFO9h { width:9.5rem;height:0;top:35.550048828125rem;left:10.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bsNtbGhaTL1NLkuueHUHvc3sLyFc6J8c { width:9.5rem;height:0;top:39.737548828125rem;left:10.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VaaJU3CxzBGCMHNpID0nTLGQKyiCMtGr { width:9.5rem;height:0;top:50.550048828125rem;left:10.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qe8gEpfTBQWefz2bfI7n7uXwdTrODAAc { width:9.5rem;height:0;top:55.612548828125rem;left:10.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iH1o5D17EoZWTnIazAzk3SZoNLWM2AeP { width:9.5rem;height:0;top:60.550048828125rem;left:10.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Av2ETcFD7CBb2JgDbE0oWDau7EynmK0F { width:9.5rem;height:0;top:65.550048828125rem;left:10.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9CypxuO24I7l8f6gU5l2xG7wQT4oo3h { width:9.5rem;height:0;top:70.550048828125rem;left:10.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Na16vPxqTEAeAe7uhFLTILEG4t5nifgv { width:9.5rem;height:0;top:75.550048828125rem;left:10.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AO8Nfo4M4TtHNcBZtlu3zWr2h06yskSD { width:8.9375rem;height:0;top:30.550048828125rem;left:11.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #u815I4TmGN9SlHJElh0rk82KZplCfETl { width:8.9375rem;height:0;top:35.550048828125rem;left:11.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVtGpBMIghy7NdSSablk4O8UC05qNsFB { width:9rem;height:0;top:39.737548828125rem;left:11rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #haywfLTt8xdk6qSOsvLbTAg4Zfba21bc { width:8.9375rem;height:0;top:50.550048828125rem;left:11.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEE2mps0aUzQ2KQnea2ddfwrygE3T3Eo { width:8.9375rem;height:0;top:55.550048828125rem;left:11.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTd4AIimP7uzmSGeteE0GuMsSVbWw3Vu { width:9.0625rem;height:0;top:59.737548828125rem;left:10.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FBszSvqHrHfeH4rvBuF5Zof84BAcf3el { width:9.0625rem;height:0;top:65.550048828125rem;left:10.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LmD89yzbkXau4ExxwRB924yyUADWsrit { width:9.0625rem;height:0;top:70.550048828125rem;left:10.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwNywST5k1beZpTb9eJT2ORcWbyXuX7T { width:8.875rem;height:0;top:75.550048828125rem;left:11.125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hWZ78UuZLHZ77xMmRyTJRMtPCDkP8HBg { width:8.125rem;height:0;top:29.737548828125rem;left:11.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kqcQhlKr3BHJ9xXBd6zXWx2Ml2AktiQf { width:8.125rem;height:0;top:35.550048828125rem;left:11.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tax6fel9buHT4PacwX04UoGAkHgbdk0J { width:8.125rem;height:0;top:40.550048828125rem;left:11.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hEu6IdRhFfg9PSaRAmGBH9bhoz0oabif { width:8.125rem;height:0;top:50.550048828125rem;left:11.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LBXPcF4OFcbvDV7TbZ6VB958QMZfTx4B { width:8.125rem;height:0;top:55.550048828125rem;left:11.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cgXNt1kJdJzdHKAZ5qytXcWkofcnWHrA { width:8.125rem;height:0;top:60.550048828125rem;left:11.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEPinBG0zVEPwxGfyH31sScn2ii89fbn { width:8.125rem;height:0;top:65.550048828125rem;left:11.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FdEImScVNwAFUm6lf70iyfxTLin5U9Bp { width:8.125rem;height:0;top:70.550048828125rem;left:11.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #trpMTakbMKPQIkmJ9AlPb0TMEtsonmP8 { width:5.75rem;height:0;top:29.362548828125rem;left:2.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ElXhciazvZSurESKbwhPnrLcqhoZ37gx { width:6.8125rem;height:0;top:34.362548828125rem;left:2.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cWqw5nbTcMX4bPZTC0CcwmI5HBnEdfr2 { width:16.3125rem;height:0;top:48.487548828125rem;left:2.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oKmKdocFueqym4ZH5pz2VIdkJ46nfBlq { width:6.1875rem;height:0;top:54.237548828125rem;left:1.90625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ViiKpa7OHfZk2bxmvl1Va4lSlsMfK9s6 { width:5.5625rem;height:0;top:59.237548828125rem;left:2.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmhD7psfePffnGnMKoWFFprzdU4W9TzB { width:6.625rem;height:0;top:69.237548828125rem;left:2.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJ72AUvAKpzteXGANC98nqzJflBdy9LO { width:3.0625rem;height:3.0625rem;top:58.0625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #I44r7EKO5HrSrItpbmv6DtiuOJ12AC3M { width:8.125rem;height:auto;top:61.625rem;left:5.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNQCGtlBaRLEVoswXSgLbbEzQt2J428u { top:18.249952793121rem;left:0rem;width:20rem;height:22.875rem;z-index:15126;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lrfSTUDTHmSBFOX19MKTsfZCWXLO7Jrl { display:block; }#lrfSTUDTHmSBFOX19MKTsfZCWXLO7Jrl > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WLH1bcgEifsGGtqvJar4eNDHp8tIFpoL { width:20rem;height:2.1375rem;top:1.25rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #m6X9yRfsag857x29rIW8IIGGBTGTc8Jz { width:20rem;height:11.8084375rem;top:4.6750001907349rem;left:0rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CBickFINgsS8MrAddikfFwsL42hhSPbG { width:20rem;height:13.75rem;top:17.927951335907rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zxWQ8qFmGFLiop38FBtTSqpdFOPQaOsc { width:19.6875rem;height:16.4375rem;top:33.9375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWvMDUdPhleTikOzVA5Cr08GxF2fIEbA { width:18.9375rem;height:15.625rem;top:34.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWDygKdTCvcHvN8t9MAS0cBsmy5Ak19A { width:17.5625rem;height:10.15625rem;top:35.25rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tby7P56AgtrNWqrEudspXdqt6caC5XJ4 { width:20rem;height:2.27430625rem;top:46.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1XmdefgT0mBVH8mwnJNfMbRVkm9Rcck { display:block; }#Q1XmdefgT0mBVH8mwnJNfMbRVkm9Rcck > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kqihN1XnQlEKzx1ohbICyi3fWoI8e1hR { width:19.9980625rem;height:9.25058125rem;top:3.75rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VH7JkaIe7B0x3Ib1Qmz1AXDCa2cuna07 { width:16.5605625rem;height:6.47425rem;top:14.4375rem;left:1.75rem;font-size:1.5rem;display:block; }#VH7JkaIe7B0x3Ib1Qmz1AXDCa2cuna07 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_522d0bd7002e50869b26ba0490eae7f341b89188.svg); }
 }@media only screen and (max-width: 763px) { #bsBMuqLdqvJrg9SWZoU84llSMunHnHkp { top:1.8125rem;left:1.875rem;width:16.25rem;height:0.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #hN4cmmT5MPpgOHkbOyPJL8txZ9gB740y { width:18.6875rem;height:2.31264375rem;top:25.9375rem;left:0.65625rem;font-size:2.3125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XCrZuIn8XkcxspW2SiteuJ5SowBETqg8 { top:23.8125rem;left:1.8750001192093rem;width:16.25rem;height:0.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-text {padding-top: 0; padding-bottom: 0;}#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-select {padding-top: 0; padding-bottom: 0;}#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .widget-checkbox-label { width:15.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu  { width:16.25rem;height:auto;top:32.874984741211rem;left:0.625rem; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ndsaloC7np4rcg2S88TiILfXWPapnVEu {display:block;}#ndsaloC7np4rcg2S88TiILfXWPapnVEu { width:16.25rem;height:auto;top:32.874984741211rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #cXrhItGiUHR1QnTNskmmwTP0rfw7a4tF {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #hTpbZpkx57FSVE31vmTrOoSWTA5vqql4 { display:none; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #DzobX3oSWtyVXqlKuaHdwR08m9O9T032 {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #dat6FKSiyK4ulvulTXl8Th8gb8VMqw5E {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #UtGIs7D067hnLBlP9kWmqW8DcwgraT2N { display:none; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #W9u3L090IUVKGFacg1V1zVOSCnpXlRnd {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #lCUa66SqFukfi3cTLUnaqoHhlWv1zxLN {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #HvarX8KLBEe0DwFRbTCBh8R2GIzpgzFs { display:none; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #RbICTJlxhC1zCoftNAE6QC1feWhspRRK {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #tnob8hwT1VTCz5k5knanGGRmsqwp3ffo {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #rGr5DA4mknGKNLEeC9F5V0GWrcbIGiqT { display:none; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #pHl1fwXiiaCsnnnTfCsXozltz1lKfGZm {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #w28kdAxUvug8Aog76GlDdOJuHQBlgEQ2 {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #A8B7SF9Lw0GaETXQ3k1QnwVq2puNfEd8 { display:none; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #fIbXB9CkgZkN2GP8pOdNNrywtCE7hPpW {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #IpvVpn7iFILzeo7NnuT6RbVWw8OrTgSn {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #JsCnof7p4OBSQR7u9U7bGFaNF6pLxkER { display:none; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #l5IuuaNZtHAbIursuTZFfXUQJAHUy8oH {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #KLscllPckt3BT9UZE9RXdsPDsAHAtMeo {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #Aexxi29mnDrPfCbG62v7EBpWITkAyHDZ { display:block; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #DCagwqftfS5HMUfUue3fc6nRD4PwMmRk {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #H3a6IXzdCLf68pVmUcPLsCiqm5FZOXR1 {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #grvXHLCCKxy5PmDAr2BqqWUT4mfAtSAg { display:none; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #ekHKnW1T5nH9VreUKfT8SBhkoTGM6tSn {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #L3U2Ws6dcqTLQ84Txq6FePxQuK1TGWDZ {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #mPXRptk5fPA0trK6ncOrH1VTLuTGTwr0 { display:none; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #ZkAIRhH5VPn6I835TxdWvA3FJnd2rIt6 {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #eWJbswcKqsILaTUATGvxKr52sZwtGwSc {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #LqVNb71igW2ckiXqSmo9tMcOfPo5Qkzp { display:none; }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #lJWvDH1LpDOH4GFgxqZTVUJpTwIIgDDs {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #t661CdaO3qI4677xHo9vBBSyt9gGMHDo {  }
 }@media only screen and (max-width: 763px) { #ndsaloC7np4rcg2S88TiILfXWPapnVEu #N04rTIdDyIEfeRzeldkSohPrG3EA8e7p {  }
 }@media only screen and (max-width: 763px) { #FV0EH7sifXxN2oQav5re7fNkgSVb809p { width:20rem;height:1.137875rem;top:77.044271469119rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1hy5oG4kezD4yLhffwPB3IL8pxnWnGb { width:20rem;height:2.11198125rem;top:30.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJJg04HnviEHv34WS4c4x35PIAc6rWes { width:20rem;height:49.1875rem;top:29.499984741211rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTy7DJZLDWVuBnH2mUJ0TL5tM5Kk4c1C { width:0.1875rem;height:25.9375rem;top:92.314818603519rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zbsgm73INaNAopTF2SFG9QDr73QsZT2S { width:0.1875rem;height:25.9375rem;top:65.127318603519rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kk25xk3upvX3z8O1fmHnQnaQd7T6XaL8 { width:13rem;height:6rem;top:64.74826049805rem;left:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LGL5LRnrfDH16iRU6J8Nar24DGdq52v3 { width:16.125rem;height:5.5625rem;top:71.99826049805rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCgZXCWcgdZ9cTFLENUQNumekRfJ2eLt { display:none; }#UCgZXCWcgdZ9cTFLENUQNumekRfJ2eLt > .row .container { width:20rem;height:61.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ge61omi4dnNI5IP0vpXKFebekVwxHslI { width:19.9995rem;height:1.3125rem;top:54.43651171875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KuoP8rFXUWEbygCHZzXNPoR84FIdA8T3 { width:18.375rem;height:3.4rem;top:56.99901171875rem;left:0.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pZGq4yyoOLFbeoDyrZvVBiSKWguWvnsc { width:20rem;height:34.6875rem;top:13.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi { display:block; }#vT2iWbDNmQv1CmcGbnyAyxoiObp9pMEi > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCcvaCIbxwT4swFlylTuAtMURrdE9US8 { width:9.3105625rem;height:1.4625rem;top:1.25rem;left:5.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myFHa6wazTZTu4sGzFg2i66l925V9L35 { width:9.75rem;height:1.70625rem;top:3.0750007629394rem;left:5.1249998807907rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mlwJwUK3bP5b1zokX063vofvwaWa1H87 { width:3.125rem;height:3.125rem;top:5.8125rem;left:2.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #knCaZGHdfT665JXC0ps8bL8LTZTzLxB5 { width:3.125rem;height:3.125rem;top:5.8125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #essrnBgzhhW7rWx9ucCeLXNE2ncQISsX { width:3.125rem;height:3.125rem;top:5.8125rem;left:14.625rem;font-size:2.1875rem;display:block; }
 }