.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,244,205;--color-primary-1:255,221,104;--color-primary-2:255,199,3;--color-primary-3:236,114,17;--color-primary-4:255,199,0;--color-secondary-0:39,153,255;--color-secondary-1:0,95,199;--color-secondary-2:0,39,181;--color-secondary-3:0,25,116;--color-secondary-4:13,25,40;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:76,76,76;--color-tertiary-4:0,0,0;--headlines-font-family:Play;--paragraphs-font-family:Roboto Condensed; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1mBZ1JCEEQkQUqVURdBe21htTpn1Gqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff4040;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; }#e1mBZ1JCEEQkQUqVURdBe21htTpn1Gqg > .row .container { border-width: 0; border-radius: 0; }#e1mBZ1JCEEQkQUqVURdBe21htTpn1Gqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1mBZ1JCEEQkQUqVURdBe21htTpn1Gqg > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:none; }#I3WFStHxh5l1ZCSLE0rxwV6vRhqLU8Zf { background-color:rgba(var(--color-primary-3),0);background-image:none;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: none;box-sizing:border-box;color:#010306;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0029375rem;height:2.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.312255859375rem;left:54.637451171875rem;display:block; }
#PDrVGrAnUpf9Wvb1L3MGsAGfd7SuAHFo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KuwDc8vaSgeBZt9H6wemfvgJKTTtel9z { color:#00051e;display:block;width:24.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15092;line-height:1.6;letter-spacing:0;top:1.5625rem;left:4rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JE96zIxOqDO2KpNHrNHAM8zGdS0vISuB { position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:25.875rem;top:1.25rem;left:3.125rem;display:block; }
#nBalw7mCniX004f1eUOAVoC046VaZQVL { position:absolute;display:block;z-index:15093;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.1875rem;width:21.93725rem;top:1.436767578125rem;left:30.9521484375rem;overflow:hidden;display:block; }
#ad2y70NQe4HIu2TR5MZ6iyfgIhm3v2Tv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ad2y70NQe4HIu2TR5MZ6iyfgIhm3v2Tv > .row .container { border-width: 0; border-radius: 0; }#ad2y70NQe4HIu2TR5MZ6iyfgIhm3v2Tv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ad2y70NQe4HIu2TR5MZ6iyfgIhm3v2Tv > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:none; }#f354pZIV2TM6LqbxbtinwLpt7pDERStD { background-color:rgba(var(--color-primary-3),0);background-image:none;border-top:0.1875rem solid #010306;border-left:0.1875rem solid #010306;border-right:0.1875rem solid #010306;border-bottom:0.1875rem solid #010306;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: none;box-sizing:border-box;color:#010306;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.96095875rem;height:3.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0.625rem;left:39.25rem;display:block; }
#oZHc0AXtIGfmr0l5569BEONREbl6A8pd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vJ2IqKrrMISsPsa0FgIrTnnL8dxkNb0Q { color:#00051e;display:block;width:24rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15092;line-height:1.6;letter-spacing:0;top:1.5rem;left:11.75rem;height:2.10069375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wk9T5Lrg1uXiKJ0LCMomLnKtfDxiRrut { position:absolute;display:block;z-index:15091;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:24rem;top:0.8125rem;left:11.75rem;display:block; }
#v9f3NnBf9T5oxTh7hZpFtIceyqlv0OKo { 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:9.0625rem;width:26rem;display:none; }
#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/zxqzV3Bd/bg.jpg");background-position:bottom right !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;z-index:auto;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { border-width: 0; border-radius: 0; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { color:#e8f7ff;display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:20.4375rem;left:2.1875rem;height:5.735293875rem;font-style:normal;display:block; }
#v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:14.625rem;width:0.3125rem;top:18.875rem;left:0rem;display:block; }
#k6aRh53yNozBbfptPckrWHTWc7AT4vnP { background-color:rgba(var(--color-primary-2),1);background-image:none;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.5rem;left:2.1875rem;display:block; }
#HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TThoWPp3M3Xz3KyDVT8azz2l1OXkUaXm { position:absolute;display:block;z-index:15001;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);box-shadow: 0.125rem 0.125rem 1.0625rem rgba(var(--color-tertiary-4),0.08) ;height:14.75rem;width:24.6875rem;top:8.0625rem;left:44.156253814698rem;display:block; }
#rFEqeBgFB3lDp0Hy1upmxufkGvkG2blE { color:#d8ecff;display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8.0625rem;left:0rem;height:6.911764625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:21rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#prpfzl7DbEwmokyso3MoWgHrCkvaR1tV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:29.48828125rem;left:21rem;height:2.7941174375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UhbsMHHNpTtQxO7RKf8StkBCPHJDdAn4 { position:absolute;display:block;z-index:15023;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:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.1875rem;width:25.375rem;top:15.811767578125rem;left:0rem;display:block; }
#CXW2dVmUDADdnESeUy29a7SNS6GQWgtR { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:16.375rem;left:8rem;height:1.102941125rem;font-style:normal;display:block; }
#zKGU9P2wWw530krQVnnZa3Ahp2PnINVE { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15067;top:16.625rem;left:12.4375rem;display:block; }
#eyQh6PMb0FfRfDNwKqRysKn8lsBrCtEI { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:16.375rem;left:14.3125rem;height:1.102941125rem;font-style:normal;display:block; }
#HzemAcHmWhDAVoJ74eg0iADZFlwQUuXG { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15068;top:16.625rem;left:19.0625rem;display:block; }
#pbHDZWciJPp7sIDf8xHNTzKsxunmplrW { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:16.375rem;left:21.125rem;height:1.102941125rem;font-style:normal;display:block; }
#g6Z0r11q9vwQNHEwT8JJTmwo6qzQrxTT { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:16.5625rem;left:6.125rem;display:block; }
#TF2WITV7nrvO9LoSzgnQi7sbdrXL1deO { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:16.337890625rem;left:1.125rem;height:1.102941125rem;font-style:normal;display:block; }
#EUl2HMlhctIun5QkbGK74zVuNtP7xl3z { background-color:rgba(var(--color-primary-2),1);background-image:none;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;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.5rem;left:67rem;display:block; }
#nSdNQugsDC0ZzPI7lU6U0L7SzB7fq2I9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTRyktHKLzrBqlbZIEyUbTVqO05BD1pi { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9375rem;left:31rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mO3yupGBchtuCbaW1CeakmeevixOR3xN { color:rgba(var(--color-tertiary-4),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.9375rem;left:41.8125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#adbrMRvFZvgRqC9xo9yFVO7bWIUXuuE3 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:1.9375rem;left:54.9375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iZKHqo8hMTMVvpmKuGNq2TuairX09JIk { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.9375rem;left:61.4375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TIoVWqonTfcuCmVHAPZ31kCWFE8dDM3n { color:rgba(var(--color-tertiary-4),1);display:block;width:3.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:1.9375rem;left:48.6875rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#dTmKcPfJIAZNvPfSrh8K74T4QcHGakdq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdfdf;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; }#dTmKcPfJIAZNvPfSrh8K74T4QcHGakdq > .row .container { background-color: transparent; background-image: none; }#dTmKcPfJIAZNvPfSrh8K74T4QcHGakdq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTmKcPfJIAZNvPfSrh8K74T4QcHGakdq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTmKcPfJIAZNvPfSrh8K74T4QcHGakdq > .row .container > .video-iframe-container { display: none; }#dTmKcPfJIAZNvPfSrh8K74T4QcHGakdq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTmKcPfJIAZNvPfSrh8K74T4QcHGakdq > .row > .video-iframe-container { display: none; }#dTmKcPfJIAZNvPfSrh8K74T4QcHGakdq > .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); }#dTmKcPfJIAZNvPfSrh8K74T4QcHGakdq > .row .container { border-width: 0; border-radius: 0; }#dTmKcPfJIAZNvPfSrh8K74T4QcHGakdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTmKcPfJIAZNvPfSrh8K74T4QcHGakdq > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:75rem;position:relative;display:block; }#hZK7A1eLPkPDZ20EOSzNn3XGLDT5weX3 { 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:1.625rem;width:8.5rem;top:4.3125rem;left:0rem;overflow:hidden;display:block; }
#Qz2uMr2bEvt9p5dic383aBUs2eqfqoaO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:6.375rem;top:4.5rem;left:13rem;overflow:hidden;display:block; }
#MWlLgvu3B1AOOLhMyLJU52bW51JSizW2 { 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:2.125rem;width:6.5625rem;top:4.0625rem;left:23.9375rem;overflow:hidden;display:block; }
#TgcgVIWexcqHzalO1aAwIawTGECATNHi { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:8.0625rem;top:4.4375rem;left:34.8125rem;overflow:hidden;display:block; }
#wW3a464QvNWZluUEJ2c9yG4uwhnWkZQ0 { 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:1.5rem;width:8.875rem;top:4.3125rem;left:47.25rem;overflow:hidden;display:block; }
#rs89ru3ZQbJRsGJ4M4NTZ5tJbMsAhiBc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:5rem;top:3.9375rem;left:61.1875rem;overflow:hidden;display:block; }
#lU6pZVQqV68AQ2U4ODDmc6fC2XDM8tTl { 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:2.9375rem;width:4rem;top:3.25rem;left:71rem;overflow:hidden;display:block; }
#QBiSB31V9XhbBv3EnWxkiwFrwSBeW3D8 { position:absolute;display:block;z-index:14999;background-color:#b4b5b9;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:0rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2rem;width:26.3125rem;top:0rem;left:-7.375rem;display:block; }
#kGttx4l78IqTGCdgGhtcTOgTwSLh4GcM { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.375rem;left:0rem;height:1.25rem;font-style:normal;display:block; }
#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#00184e;background-image:url("https://images.assets-landingi.com/zxqzV3Bd/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2.adaptive-delivery-prevent-bg, #Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2.lazyload, #Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2.lazyloading { background-image: none; }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .row .container { background-color: transparent; background-image: none; }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .row .container > .video-iframe-container { display: none; }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .row > .video-iframe-container { display: none; }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .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); }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .row .container { border-width: 0; border-radius: 0; }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#uzDf6FdTbU9cOe9xD4T67ze5DiTluVAp { display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:14998;line-height:1.3;letter-spacing:0;top:14.8125rem;left:4.0625rem;height:13.9705878125rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:block; }
#FP77lLom9c5kAs7W2p5RoevhD24oALkF { display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:9.125rem;left:5rem;height:3.235294125rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#D91T6A47yt0mSTvlg3HVUdIczbWhtwsD { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:9.3125rem;left:28.3125rem;display:block; }
#XODbePRdrq73ndNfeBzGSQQrpRSItCgM { position:absolute;display:block;z-index:14996;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:25rem;width:23.1875rem;top:7.875rem;left:44.625rem;overflow:hidden;display:none; }
#OxG29DoPsqzHO7IAXtQH3TPr1Etv0Si8 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:5.375rem;width:23.375rem;top:7.6875rem;left:4.0625rem;display:block; }
#XdadieUqNR6mNDJwGFQmgQJXM8dDL24M { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:"russo one";font-size:1.3125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:6.375rem;left:5rem;height:1.6911764375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I8Q1cCtkDBqBe4aNZr2enFh0CoeKM3I8 { position:absolute;display:block;z-index:15020;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3rem;width:20.75rem;top:5.6875rem;left:4.0625rem;display:block; }
#nCInCGEE8KnHl9QHGDSaJ4255mJJgfxD { display:block;width:29.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:3.90625rem;left:3.9375rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);display:none; }
#obiwGnTkCL2VeyaUFpBIXm6n2G6Rlk1V { display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:1.5rem;left:4.0625rem;height:2.9411764375rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);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; }
#rAtvl3ZTNZ89TTKDRm28u0SMTHETas0N { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:0.125rem;top:34.75rem;left:33.625rem;display:none; }
#zLrRyCJbKTHPFqcfwiwA5gyhvAAhqFbk { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:8.375rem;left:27.4375rem;display:block; }
#ycD0oxZTzPdfksXX0Adhbpztm4X7eSy0 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.9375rem;width:28rem;top:1.5625rem;left:42.250003814698rem;overflow:hidden;display:block; }
#Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.81);background-image:url("https://images.assets-landingi.com/AXDNGC8i/serverless_background.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q.adaptive-delivery-prevent-bg, #Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q.lazyload, #Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q.lazyloading { background-image: none; }#Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q > .row .container { background-color: transparent; background-image: none; }#Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q > .row .container > .video-iframe-container { display: none; }#Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q > .row > .video-iframe-container { display: none; }#Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q > .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); }#Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q > .row .container { border-width: 0; border-radius: 0; }#Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#WxQ5XyfWkBMTiPGQTfnTmtlaJtOrwkrN { color:rgba(var(--color-tertiary-4),1);display:block;width:61.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.562255859375rem;left:6.905517578125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nO6oowaHRo6AyOwgauekSGrKqORdwrFi { position:absolute;display:block;z-index:15006;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.125rem 0.125rem 1.0625rem rgba(var(--color-tertiary-4),0.5) ;height:21.6875rem;width:37.5rem;top:11.4375rem;left:0rem;overflow:hidden;display:block; }
#LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { color:rgba(var(--color-secondary-2),1);display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:39.5625rem;left:24.875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dcdxtt0hNZKsbNHbP5QH5FNbyfhLiWKw { color:rgba(var(--color-secondary-2),1);display:block;width:7.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:39.625rem;left:14.875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { color:rgba(var(--color-secondary-2),1);display:block;width:7.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:39.5625rem;left:4rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:37rem;left:28.8125rem;overflow:hidden;display:block; }
#NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:36.9375rem;left:6.4375rem;overflow:hidden;display:block; }
#IfDxcr9WW6fZsPQdIhWnkhPfhdiJUnWP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.1875rem;top:37.0625rem;left:17.625rem;overflow:hidden;display:block; }
#g2lZAKq0pfRRLlo0qPlEHWE7EVwhD7IE { background-color:rgba(var(--color-primary-2),1);background-image:none;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:37.6875rem;left:42.1875rem;display:block; }
#vdrTwLZ4t0XKJhrUQ13IlAepu2UAa1q8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#re6uHqtd7TnCCmpGOI0DwkhaAmKWfnXl { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:10.5rem;left:42.1875rem;height:7.3529410625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OSpoVRFslwII4LUHEHXpfJTT5rrRU6QN { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:20.75rem;left:42.1875rem;height:5.8823528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GLxC3XUvCadlKepuArST7T0StgWZlbdD { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:8.1875rem;left:42.1875rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p0Ib0wau55beCrkkIO6TPd7EcmrhEvr9 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:18.46875rem;left:42.25rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ukSsszaDvIuezbyDITquQBOgNha5O8t1 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:29.3125rem;left:42.1875rem;height:5.8823528125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E7JQmaIxAT3ZiiG0weAr9Fl4ufG7ZuhG { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:27.0625rem;left:42.25rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/IZEPQlwM/landing_background.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm.adaptive-delivery-prevent-bg, #F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm.lazyload, #F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm.lazyloading { background-image: none; }#F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm > .row .container { background-color: transparent; background-image: none; }#F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.82); }#F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm > .row .container > .video-iframe-container { display: none; }#F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.82); }#F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm > .row > .video-iframe-container { display: none; }#F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm > .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); }#F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm > .row .container { border-width: 0; border-radius: 0; }#F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm > .row .container { font-size:0.875rem;font-family:arial;height:57.8125rem;width:75rem;position:relative;display:block; }#p9bb17gCbUUnTpLVIWJ6R2dXqWfSEBi8 { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.71875rem;left:0rem;height:2.9411764375rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);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; }
#Tl6XRkgQrwsRoggR7MFkLqNqTI4iJaGb { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:10.1875rem;left:4.1875rem;height:7.3529410625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FMKftvbEzNgNwONR3BFuxyib0uINidRh { position:absolute;display:block;z-index:15004;background-color:#1c1c1c;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:5rem;width:0.125rem;top:47.9375rem;left:33.625rem;display:none; }
#K7naVXe20oLDd5uDTDEys3Dnhe6WwiJd { display:block;width:37.5rem;position:absolute;font-family:oswald;font-size:2.4375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:9.78125rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;color:#0074f3;display:none; }
#szM9ofVSNyb0U8HLyx6wvRLGHrbrGROG { background-color:rgba(var(--color-primary-2),1);background-image:none;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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:50.9375rem;left:28.9375rem;display:block; }
#oF6NUuw7lycMZD3RVeuEMez1s661fpTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x8QqSLWOJMv9fbeKs9glsZn2mvA3zROP { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:17.25rem;left:4.1875rem;height:8.8235291875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xq1J362crNeLvItGvPJCWAs9MexeWo5U { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:31.40625rem;left:41.15625rem;height:14.7058820625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LS1wEVH5XOWg1LiSR6ch1ourrSnPrq90 { position:absolute;display:block;z-index:15008;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.125rem 0.125rem 1.0625rem rgba(var(--color-tertiary-4),0.3) ;height:17.6875rem;width:29.125rem;top:29.75rem;left:4.1875rem;overflow:hidden;display:block; }
#wK8hyIE1ks5Mg1x4WfgUrtJdKXEUN3zQ { position:absolute;display:block;z-index:15009;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.125rem 0.125rem 1.0625rem rgba(var(--color-tertiary-4),0.3) ;height:16.5rem;width:29.125rem;top:9.125rem;left:41.6875rem;overflow:hidden;display:block; }
#DBtTyGhWT9TJvwepsCtc15m2wkz4E31u { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:22.5625rem;left:2rem;display:block; }
#JAKJWS195CQtVDua0P8x3ELxNxFWNGa0 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:43.96875rem;left:38.84375rem;display:block; }
#LmTDiS3Q8arbsnfNWPnBX6PCLkc9trpZ { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:16.625rem;left:4.1875rem;height:8.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#oI1dTAssFa9dJV0sGE80N2T03dF5KNk0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:16.625rem;left:4.1875rem;height:8.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#HF2PHC0wfVRLBs4xolitVzOKaAzUuBP3 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:31.40625rem;left:41.15625rem;height:14.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#oMILJrUKoxMBskteP48I9nOwuFGPmEl9 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:31.40625rem;left:41.15625rem;height:14.375rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ogieZGZnIEZuEN2cMbw8SKeI1onpnzEg { 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; }
#Uf4dkE1oThe9fdqhJCSrirvNmdSr1zRn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eceaea;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; }#Uf4dkE1oThe9fdqhJCSrirvNmdSr1zRn > .row .container { background-color: transparent; background-image: none; }#Uf4dkE1oThe9fdqhJCSrirvNmdSr1zRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf4dkE1oThe9fdqhJCSrirvNmdSr1zRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf4dkE1oThe9fdqhJCSrirvNmdSr1zRn > .row .container > .video-iframe-container { display: none; }#Uf4dkE1oThe9fdqhJCSrirvNmdSr1zRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uf4dkE1oThe9fdqhJCSrirvNmdSr1zRn > .row > .video-iframe-container { display: none; }#Uf4dkE1oThe9fdqhJCSrirvNmdSr1zRn > .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); }#Uf4dkE1oThe9fdqhJCSrirvNmdSr1zRn > .row .container { border-width: 0; border-radius: 0; }#Uf4dkE1oThe9fdqhJCSrirvNmdSr1zRn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uf4dkE1oThe9fdqhJCSrirvNmdSr1zRn > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#lERPx3WaNUF2U2CGtIk8QSLitGZkzJr2 { position:absolute;display:block;z-index:15002;border-top:0.3125rem solid rgba(var(--color-secondary-3),1);border-left:0.3125rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-3),1);box-shadow: 0.125rem 0.125rem 1.0625rem rgba(var(--color-tertiary-4),0.08) ;height:18.625rem;width:30.8125rem;top:13.25rem;left:3.03125rem;display:block; }
#xUJQC9MRLTK67oxzJQ4NAIUqm3eZzAWJ { position:absolute;display:block;z-index:15003;border-top:0.3125rem solid rgba(var(--color-secondary-3),1);border-left:0.3125rem solid rgba(var(--color-secondary-3),1);border-right:0.3125rem solid rgba(var(--color-secondary-3),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-3),1);box-shadow: 0.125rem 0.125rem 1.0625rem rgba(var(--color-tertiary-4),0.08) ;height:18.625rem;width:30.8125rem;top:13.25rem;left:40.53125rem;display:block; }
#rHEGrD0JU6y8RSmDgKQZPvVD19yEJA7X { color:rgba(var(--color-tertiary-4),1);display:block;width:55.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.686767578125rem;left:11.53076171875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bzz15sqXmTcaPnBTAs354VPTcRhcxRc4 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:7.03125rem;left:10.53125rem;height:3.382352875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iEiTxUTPxKKonJGffZxknwffMtITO18p { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.21875rem;left:3.03125rem;height:1.4705881875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gSQp30wA7Cr8gFEO00oLbtnvAPufElSi { color:rgba(var(--color-secondary-3),1);display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:33.21875rem;left:14.90625rem;height:2.9411764375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mNABvfRxm9ZGwHuFVTBWiKSbHCcdMsEw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:33.25rem;left:40.5rem;height:1.4705881875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Gv4Le3wVop6fMivNgBVwilQVOcKNtC8O { color:rgba(var(--color-secondary-3),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:33.25rem;left:53.8125rem;height:1.4705881875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mo8CMFHWqckrUCnoT7AT44LdX56RdD6E { color:rgba(var(--color-tertiary-4),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:7.03125rem;left:10.53125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rdNCoH9J9Z9HwVgtnOkXyqtOsJS9vSk1 { color:rgba(var(--color-tertiary-4),1);display:block;width:53.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:7.03125rem;left:10.53125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#huXiR4sbP3BWqJDn6phfExULxdLtEbaU { 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; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { background-color: transparent; background-image: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { display: none; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .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); }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { border-width: 0; border-radius: 0; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { color:rgba(var(--color-tertiary-4),1);display:block;width:61.43675rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.13037109375rem;left:6.77978515625rem;height:6.911764625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kabzmcDTOvT9QkKPCEC61Dv7wR3hVfJu { 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; }#kabzmcDTOvT9QkKPCEC61Dv7wR3hVfJu > .row .container { background-color: transparent; background-image: none; }#kabzmcDTOvT9QkKPCEC61Dv7wR3hVfJu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kabzmcDTOvT9QkKPCEC61Dv7wR3hVfJu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kabzmcDTOvT9QkKPCEC61Dv7wR3hVfJu > .row .container > .video-iframe-container { display: none; }#kabzmcDTOvT9QkKPCEC61Dv7wR3hVfJu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kabzmcDTOvT9QkKPCEC61Dv7wR3hVfJu > .row > .video-iframe-container { display: none; }#kabzmcDTOvT9QkKPCEC61Dv7wR3hVfJu > .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); }#kabzmcDTOvT9QkKPCEC61Dv7wR3hVfJu > .row .container { border-width: 0; border-radius: 0; }#kabzmcDTOvT9QkKPCEC61Dv7wR3hVfJu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kabzmcDTOvT9QkKPCEC61Dv7wR3hVfJu > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#U3dVOnHLXCZ44KPuXscyqmAfaedPme17 { color:#333232;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.25rem;left:39.6875rem;height:3.9705881875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IIov8AbuGKmatzobwwQ47TMBrtteuO31 { color:#333232;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.25rem;left:59.1875rem;height:3.9705881875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqcnvNeVXpbysDng1JM0yhaN5PwOIMgE { color:#333232;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.25rem;left:2.3125rem;height:3.9705881875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bAGyOuU1PWS0eSsKycJThHD1HF34w7T8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:7.6875rem;left:2.375rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQ48iNCRStr8Ch8vKk3F3F0xCFMTKx0U { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:7.6875rem;left:39.625rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3QZq52qaodTn4To5VAcC1ZR0l61yDx8 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.6875rem;left:58.5rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VcFItAHnr9dHPoglxMTppbPKbfMGxUgU { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:3.4375rem;left:7.75rem;display:block; }
#XZfz9FrJJzi3zlxqzlVwl4SG4eLFw4s4 { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:3.4375rem;left:26.5625rem;display:block; }
#DogczgUNZnIuOeBTHNza1ik1FGgQML7d { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:3.4375rem;left:45.3125rem;display:block; }
#ZJ3Zd32URMSp40tSdRih7pSi8s0KU2nv { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:3.4375rem;left:64.0625rem;display:block; }
#kf2wzpEzaZoQNE9oWMgMdcOWTE0ufG2K { color:#333232;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:12.25rem;left:20.65625rem;height:2.64705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LK6gtNe3lNbRuPz5RKK4cIo3fiuucBPE { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:7.6875rem;left:20.8125rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wscRD4Tm4p13sOUdDwSAmW4XPftHnDfr { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:0rem;left:35.5rem;display:none; }
#pzA08BnuXTxmL02ZWaQyJ1VztcXH419R { 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; }#pzA08BnuXTxmL02ZWaQyJ1VztcXH419R > .row .container { background-color: transparent; background-image: none; }#pzA08BnuXTxmL02ZWaQyJ1VztcXH419R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzA08BnuXTxmL02ZWaQyJ1VztcXH419R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzA08BnuXTxmL02ZWaQyJ1VztcXH419R > .row .container > .video-iframe-container { display: none; }#pzA08BnuXTxmL02ZWaQyJ1VztcXH419R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pzA08BnuXTxmL02ZWaQyJ1VztcXH419R > .row > .video-iframe-container { display: none; }#pzA08BnuXTxmL02ZWaQyJ1VztcXH419R > .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); }#pzA08BnuXTxmL02ZWaQyJ1VztcXH419R > .row .container { border-width: 0; border-radius: 0; }#pzA08BnuXTxmL02ZWaQyJ1VztcXH419R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pzA08BnuXTxmL02ZWaQyJ1VztcXH419R > .row .container { font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:block; }#fTyrpn5SdkbRJPLa9aNtmP7EJr6BOPKi { color:#333232;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.25rem;left:39.6875rem;height:2.64705875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AB1KFtFO7qV6GbBIhRMqBGOxALbhqxQr { color:#333232;display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:12.25rem;left:58.375rem;height:3.9705881875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RiI1DaK4eOr5VAvA3QWxoQLTuUg4khLz { color:#333232;display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.25rem;left:2.3125rem;height:6.6176468125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QM8T1TeXvGtfQ75Ll6o7zPsEKcOkbsVt { color:rgba(var(--color-tertiary-4),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:7.6875rem;left:2.375rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fQlK3038smO0IKCkaMp8uW4vgN66RrWu { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:7.6875rem;left:39.625rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e2yCkThuh6f5KC0FtBA3Qgi4ZwycMg6b { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:7.6875rem;left:58.5rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JdnPEJykeESMdbGJkPioh1hlekWWUb1w { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:3.4375rem;left:7.75rem;display:block; }
#DslZtK2ssB0i80r8RFXJZBdEZT7zGb4e { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:3.4375rem;left:26.5625rem;display:block; }
#u99rdt4fNU3nxOdU5KIiMEUhl8Gxdyve { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15035;top:3.40625rem;left:45.25rem;display:block; }
#cR4PdbiiAZfiNGcUlSD1wcy5dS78liiq { box-sizing:content-box;color:rgba(var(--color-secondary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:3.4375rem;left:64.0625rem;display:block; }
#XnappSldaM4SJPRZFTne5n2nAudTIyAU { color:#333232;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:12.25rem;left:21.3125rem;height:3.9705881875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILHOF49Z93K7wvBaDV8hMLVPvnIg3KUw { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:7.6875rem;left:20.8125rem;height:3.088235125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCmO52OLMuf4cSMiviOHpiy4EAgEHXOV { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.125rem;top:0rem;left:35.5rem;display:none; }
#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc { position:relative;display:block; }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc { background-color: transparent; background-image: none; }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc > .row .container > .video-iframe-container { display: none; }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc > .row > .video-iframe-container { display: none; }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc > .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); }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc { border-width: 0; border-radius: 0; }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eceaea;background-image:none;font-size:0.875rem;font-family:arial;height:87.75rem;width:75rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;position:relative;display:block; }#g8eysNpme6vwGIBd7RdMcE2ONTiVQu1r { 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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.3125rem;height:3.4375rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:75.65625rem;left:27.34375rem;display:block; }
#W7bduRZeCSXlHRs8zEBuSdU3EbkvFNi6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#keCTIkRRmCQPzQ5bBQAGawN9q3FUrzSN { color:rgba(var(--color-tertiary-4),1);display:block;width:44.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:4.1875rem;left:16.375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fA6CwZizZBewKNSPg6PfrTNseV94TneQ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:7.3125rem;left:14.9375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ylJriyx3vNltdHmQeZvM6dstbntbmh4O { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:7.625rem;width:50.875rem;top:3.125rem;left:13.1875rem;display:none; }
#x9BCbDBmR7Mpz9kIKczbKT7TLGixhi4M { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:6.0625rem;left:10.9375rem;display:none; }
#DwImuC7zAP7c9tmOoWRyhkw39sl9BKSW { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.9375rem;width:22.5rem;top:8.375rem;left:1.875rem;display:block; }
#xweEHoMy82kUkNgGT4HOugnnVa5pN7I7 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.061767578125rem;left:1.875rem;height:3.4558823125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xBsWJHk0U3AabD1bFOsvF4UC27kHMEIk { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:9.78125rem;left:18.5625rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QuwzeZXkwXAgcTLXQWzVgizHeMahy4LV { color:#333232;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15051;line-height:1.4;letter-spacing:0;top:12rem;left:3.5rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WXuS8LpcpsSKvqSR57rTWuLKq8obyW6a { position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.9375rem;width:22.5rem;top:8.375rem;left:26.25rem;display:block; }
#nn35lpTkD5uqRcKtD2ikFarOoKP01VQS { color:#333232;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15054;line-height:1.4;letter-spacing:0;top:12rem;left:27.8125rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hoS0fzzdTKDAyctRTUE4tHbBG0aTOfX9 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;top:9.65625rem;left:27.65625rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UGoAD0TmBWX38EkkSKkIyX8EyNclFs7a { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.9375rem;width:22.5rem;top:8.375rem;left:50.625rem;display:block; }
#VWgphTKCnRX0ptAT6M0R9T9MANC0RCaf { color:#333232;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.4;letter-spacing:0;top:12rem;left:51.96875rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qJz4roCVuzRRqTd1op8JIDA34EnKnfOA { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15056;line-height:1.2;letter-spacing:0;top:9.65625rem;left:51.78125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ycagJElC7gLe1CORemJhmFa8e1BLw4SP { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15051;line-height:1.2;letter-spacing:0;top:9.65625rem;left:3.5rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FGOdNsI5DVSeeumhefxvQtDfF6pQhGEp { position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:5.875rem;top:9.34375rem;left:18.5rem;display:block; }
#nMzTxb2Sd5wEBslTZUUEL7Cv6ckCeIbi { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.2;letter-spacing:0;top:9.78125rem;left:42.9375rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XvF50VKQdXyigkaaHvmWOy74VSQxnTT1 { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:5.875rem;top:9.375rem;left:42.875rem;display:block; }
#cVX9AqM7tPJrNONEzvKW7ZEHqUaWEtWt { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.2;letter-spacing:0;top:9.78125rem;left:67.3125rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D8rSlg2ZhZMcPXgAepL7B0kcI3mHT71g { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:5.875rem;top:9.375rem;left:67.25rem;display:block; }
#TckTT5JZiULNgEpgP9HDQBB2aWTk4lAw { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15rem;width:22.5rem;top:20.8125rem;left:26.25rem;display:block; }
#tTLR7ESh5Z8QOFgtB4x1lJWipte3nO5i { color:#333232;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15069;line-height:1.4;letter-spacing:0;top:24.4375rem;left:27.8125rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#INNV8gpHlvBOTkgU9CKsVqvmXwusz8vJ { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15rem;width:22.5rem;top:20.8125rem;left:50.625rem;display:block; }
#TmDbkCletzVVgh5HK2xucHiNfyLrl7CW { color:#333232;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15072;line-height:1.4;letter-spacing:0;top:24.4375rem;left:52rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iGaTrPVIkL28wqDv2TgFlZFJgq3qZswz { position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15rem;width:22.5rem;top:20.8125rem;left:1.875rem;display:block; }
#O8QFvh7qdRZDLKMZdrAuiLmByK3ov8DF { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15074;line-height:1.2;letter-spacing:0;top:22.25rem;left:18.5625rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JmvuV6mic1c9QWurTR7IXudCrgTsbI2J { color:#333232;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15066;line-height:1.4;letter-spacing:0;top:24.4375rem;left:3.5rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UFqkZwhxgZzTdQDqDBnZBS9e6fRn8SIi { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15068;line-height:1.2;letter-spacing:0;top:22.125rem;left:27.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mTqOKs3umfOBIc0E4517QS1dbtUn5IHJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15071;line-height:1.2;letter-spacing:0;top:22.125rem;left:51.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e1wNEots3IVKR6QcSUKQ1TioV2Rgz8TJ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15066;line-height:1.2;letter-spacing:0;top:22.125rem;left:3.5rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Mb0P8ArESgmzeGcS5XcEtAvGvkRQG11a { position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:5.875rem;top:21.8125rem;left:18.5rem;display:block; }
#vFmCA19fQ7cybTTfIDAWoITI8RMcqJ4t { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15076;line-height:1.2;letter-spacing:0;top:22.25rem;left:42.9375rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VlS23edqc9tNOIXxTJCLJS3QhRy8cHDh { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:5.875rem;top:21.8125rem;left:42.875rem;display:block; }
#rbCNygvKqZW7436VHsOSmcWzz5EEIwJR { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15078;line-height:1.2;letter-spacing:0;top:22.25rem;left:67.3125rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KM7xasvzpJEVyJo1zf4lHggQxPKXI0wO { position:absolute;display:block;z-index:15077;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:5.875rem;top:21.8125rem;left:67.25rem;display:block; }
#HAX5Z17SXwBxN1QuSsU9zOQCAB1WLdPi { position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.8125rem;width:22.5rem;top:37.25rem;left:50.625rem;display:block; }
#vJoy4KDxq6U3fywWUAACrHGHrI8QDE0R { color:#333232;display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15087;line-height:1.5;letter-spacing:0;top:40.875rem;left:52rem;height:8.3823525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OD72GCv9BbkG9z8RffrcgLlIPHdiKf5d { position:absolute;display:block;z-index:15072;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.8125rem;width:22.5rem;top:37.25rem;left:26.25rem;display:block; }
#peMJO1Mk8k3LLk6mALmUl6wR2Sespy6I { color:#333232;display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15084;line-height:1.5;letter-spacing:0;top:40.875rem;left:27.8125rem;height:4.19117625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OUUTOuEBa4mcLfKK8l38usWsrkyQpOEZ { position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.8125rem;width:22.5rem;top:37.25rem;left:1.875rem;display:block; }
#FS71c1uhlaLd5qTPcuz6n1oBUiXEnalv { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15089;line-height:1.2;letter-spacing:0;top:38.6875rem;left:18.5625rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F5RGVdqMTpV6yqKaXSEyauwgI7rnVskr { color:#333232;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15081;line-height:1.5;letter-spacing:0;top:40.875rem;left:3.5rem;height:8.3823525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CzMa3ES8PRErRQBg2I8VKc9L3Qp3a302 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15083;line-height:1.2;letter-spacing:0;top:38.5625rem;left:27.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n2CfXWKuB3BgHlhWPbG8lvBGbiorAiWK { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15086;line-height:1.2;letter-spacing:0;top:38.5625rem;left:51.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zxawO3UgvTq059tTyilgzG0O7rzwkUpv { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15081;line-height:1.2;letter-spacing:0;top:38.5625rem;left:3.5rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qSVtA1fTnAoppM0X3zh0T2JNO8aQpcAq { position:absolute;display:block;z-index:15088;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:5.875rem;top:38.25rem;left:18.5rem;display:block; }
#VH7Zuo1C1GxEZ5MGTmSS716l4uoGHy25 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15091;line-height:1.2;letter-spacing:0;top:38.6875rem;left:42.9375rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mZ9sp4Pekq4Zs5pTQfnNCy30T53C1NBp { position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:5.875rem;top:38.25rem;left:42.875rem;display:block; }
#JNWP38xOvADAXzIq35kqe97ciVWkLJok { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15093;line-height:1.2;letter-spacing:0;top:38.6875rem;left:67.3125rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tNT5O2l4sOcEnryQQ3TVmFEWqeMttBNg { position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:5.875rem;top:38.25rem;left:67.25rem;display:block; }
#cRGOWFLx55PkRxuCLVnPzqX5FBwIJDRg { position:absolute;display:block;z-index:15090;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:22.5rem;top:51.5625rem;left:50.625rem;display:block; }
#lmCgAULbmGT00inQ7BbJt9d4zsKncT47 { color:#333232;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15102;line-height:1.4;letter-spacing:0;top:55.1875rem;left:52rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SJiCQpwsrk3MMwRXdeIUCoTMWQMadR0a { position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:22.5rem;top:51.5625rem;left:26.25rem;display:block; }
#rwNlTwqCqqRncLMMcuyVatgFMLWIOJ5M { color:#333232;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15099;line-height:1.4;letter-spacing:0;top:55.1875rem;left:27.8125rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MQlbJ0bFTiaEkDkMiASer8CLPVEKGx9h { position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:22.5rem;top:51.5625rem;left:1.875rem;display:block; }
#eMmvv8aqBFF5lLZTTmG37dDtBdpG9xvb { color:#333232;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15096;line-height:1.4;letter-spacing:0;top:55.1875rem;left:3.5rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c0olivdWGA5i7IHErRRVWKvZDybX6FGT { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15098;line-height:1.2;letter-spacing:0;top:52.875rem;left:27.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JZdyk9g12aQKsFderITwG9GaJbaP7AFn { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15101;line-height:1.2;letter-spacing:0;top:52.875rem;left:51.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AWe2CDh8a254DLKwX0wicd7ZXfZVngo8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15096;line-height:1.2;letter-spacing:0;top:52.875rem;left:3.5rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eFZkssTOPfTUB00yTgsIIwVKTDR5p1CG { position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:5.875rem;top:52.5625rem;left:18.5rem;display:block; }
#gCg47A5lKt8dJF8Ml04gl6f5TEhQKbUE { position:absolute;display:block;z-index:15105;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:5.875rem;top:52.5625rem;left:42.875rem;display:block; }
#nr1CZCypFhGXVy9AK3bK41qBLCPsNv7L { position:absolute;display:block;z-index:15107;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:5.875rem;top:52.5625rem;left:67.25rem;display:block; }
#yFHf6SdnXtL9EqTlUMk64JJSAaeZX1Fq { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15104;line-height:1.2;letter-spacing:0;top:53rem;left:18.5625rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RAguumiT8RqPoFBwwGTeMdSUepsuXvns { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15106;line-height:1.2;letter-spacing:0;top:53rem;left:42.9375rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qLcPubbtxtsrCUBee3ktTn2hHAMHEVM6 { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15108;line-height:1.2;letter-spacing:0;top:53rem;left:67.3125rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#APyx1Z6IkRqEgbpSwSCn30Tr7ozPXw3G { position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:22.5rem;top:69.25rem;left:1.875rem;display:block; }
#iIBOng2RB5eUZNBlLeXWZbLLoGu8WZNM { color:#333232;display:block;width:19.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15101;line-height:1.4;letter-spacing:0;top:72.875rem;left:3.5rem;height:11.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pug8fUTDUgbs6WDmmIyK1sGfrulEhD7S { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15101;line-height:1.2;letter-spacing:0;top:70.5625rem;left:3.5rem;height:1.5441175625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pnEv59pVa7iQRVNl6FrmsEZUCBpwC814 { position:absolute;display:block;z-index:15108;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:5.875rem;top:70.25rem;left:18.5rem;display:block; }
#HvziVDmqP9atwQT2Xqnpuk7rzacI89FI { color:rgba(var(--color-tertiary-0),1);display:block;width:5.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15109;line-height:1.2;letter-spacing:0;top:70.6875rem;left:18.5625rem;height:1.323529375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#anLndtVDDiCFtayNC6T4Qe4ubeuZvNdt { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:18.25rem;top:1.625rem;left:56.75rem;display:block; }
#LWVH1pHPdwTOZLFheqOxt8GARo5gMfDe { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.2;letter-spacing:0;top:2.0625rem;left:58.0625rem;height:1.323529375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#Byw1xqv5O7SN6oN1SFmpDsPJLawGaWu4 { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:16rem;top:4.375rem;left:59rem;display:block; }
#witpf3ruDcZrBA4z5pXAaafVl06hm8rW { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.2;letter-spacing:0;top:4.75rem;left:59.125rem;height:1.323529375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#aUmdOWicoZXuJLQ4ecuP7aJwzbtqDXW7 { position:absolute;display:block;z-index:15060;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:18.25rem;top:1.625rem;left:56.75rem;display:none; }
#F0ieMr7oRT1yzfUklW5VoLnUzipk4C0g { position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.1875rem;width:16rem;top:4.375rem;left:59rem;display:none; }
#ysceignNHD59WkqT5GEnxRE4s9UyGaLA { position:relative;display:block; }#ysceignNHD59WkqT5GEnxRE4s9UyGaLA { background-color: transparent; background-image: none; }#ysceignNHD59WkqT5GEnxRE4s9UyGaLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysceignNHD59WkqT5GEnxRE4s9UyGaLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysceignNHD59WkqT5GEnxRE4s9UyGaLA > .row .container > .video-iframe-container { display: none; }#ysceignNHD59WkqT5GEnxRE4s9UyGaLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ysceignNHD59WkqT5GEnxRE4s9UyGaLA > .row > .video-iframe-container { display: none; }#ysceignNHD59WkqT5GEnxRE4s9UyGaLA > .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); }#ysceignNHD59WkqT5GEnxRE4s9UyGaLA { border-width: 0; border-radius: 0; }#ysceignNHD59WkqT5GEnxRE4s9UyGaLA > .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; }#ysceignNHD59WkqT5GEnxRE4s9UyGaLA > .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:2.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/zxqzV3Bd/bg.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp.adaptive-delivery-prevent-bg, #NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp.lazyload, #NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp.lazyloading { background-image: none; }#NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp > .row .container { background-color: transparent; background-image: none; }#NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp > .row .container > .video-iframe-container { display: none; }#NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp > .row > .video-iframe-container { display: none; }#NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp > .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); }#NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp > .row .container { border-width: 0; border-radius: 0; }#NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp > .row .container { font-size:0.875rem;font-family:arial;height:74.5625rem;width:75rem;position:relative;display:block; }#OVrx1soCvWxdQOLJ8St9c3POupllo0Mf { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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.1875rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.13) ;height:26.5625rem;width:28.875rem;top:41.9375rem;left:7.5rem;display:block; }
#hmraurPa8Xa7sDaGAFv549ANhbh3QVb5 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:42.875rem;left:8.9375rem;height:2.8676469375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W2hnnfKKUm3uUkZrRcJyKyNM3JyLEzSL { background-color:transparent;background-image: -webkit-linear-gradient(202deg, #573cff, #ff556e);background-image: -moz-linear-gradient(202deg, #573cff, #ff556e);background-image: -ms-linear-gradient(202deg, #573cff, #ff556e);background-image: -o-linear-gradient(202deg, #573cff, #ff556e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#573cff', endColorstr='#ff556e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#573cff', endColorstr='#ff556e' );";background-image: linear-gradient(202deg, #573cff, #ff556e);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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"russo one";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:62.8125rem;left:15.375rem;display:block; }
#ICzQQXsvkG8mRQpbTicIvvoOdewtU16M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CBf2LpdQznmoi45n5D41Ckzf5ZC1bwLw { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:59rem;left:26.4375rem;height:2.1323528125rem;font-style:normal;display:block; }
#Cfnq5pJ9qRdxB5FTfsOPO8KxIOtUx1ge { color:#333232;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:63.522153377531rem;left:20.625003814698rem;height:1.6911764375rem;font-style:normal;display:block; }
#lTyH5ALE1wDTTAZgWcWKNydwEC2ClpFQ { color:rgba(var(--color-tertiary-3),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:49.75rem;left:8.9375rem;height:4.7058820625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#HITFTk33PtQxX8BSNWFpPbAhBckacA00 { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:59.875rem;left:31.875rem;height:1.0294118125rem;display:block; }
#UUz31fLVKD2ZT2ZHhbBzVBXGhnAdUSUG { position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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.0625rem;width:30.625rem;top:47.375rem;left:7.5rem;display:none; }
#F0GN3kU7T5vVzGR2Kib8sz9wCT9B9whJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:61.1875rem;left:27.25rem;height:1.0294118125rem;text-align:right;text-align-last:right;display:block; }
#PQp1yoBUv93DHPTCLqh4dpqrvTAaDa9K { color:#2e6bd1;display:block;width:37rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:8.4375rem;left:8.9375rem;height:0.9375rem;font-style:normal;display:none; }
#b9NuKk17uebA8zEfILpWabAF6Ff5f1Bd { color:rgba(var(--color-tertiary-3),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:54.875rem;left:8.9375rem;height:2.3529410625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#w3pX9GWKF6copwnLuSIc58z0FqQi5mLZ { color:rgba(var(--color-tertiary-0),1);display:block;width:46.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.6865234375rem;left:7.625rem;height:3.4558823125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MTLQLDVUfqcRr06CugdEUezCZCnBgeIr { color:rgba(var(--color-tertiary-0),1);display:block;width:41.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:10.5625rem;left:16.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TBfg9dsnFIBNO2SLn0nnIAiPQ4BpL1xc { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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.1875rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.13) ;height:23.875rem;width:60rem;top:8.8125rem;left:7.5rem;display:block; }
#fU3wppDvK2EBdn2Th48qNAgeeZQN3JhF { background-color:transparent;background-image: -webkit-linear-gradient(202deg, #573cff, #ff556e);background-image: -moz-linear-gradient(202deg, #573cff, #ff556e);background-image: -ms-linear-gradient(202deg, #573cff, #ff556e);background-image: -o-linear-gradient(202deg, #573cff, #ff556e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#573cff', endColorstr='#ff556e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#573cff', endColorstr='#ff556e' );";background-image: linear-gradient(202deg, #573cff, #ff556e);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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"russo one";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:26.0625rem;left:46rem;display:block; }
#ApvAnSCTlNethOJpp9J4imsuO6vHMKmF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTR5TAGhbvIphma5AWwZZyLZZx7E5l9M { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:21.25rem;left:57.625rem;height:2.1323528125rem;font-style:normal;display:block; }
#f88Bl1TwBsJDCyPICi0vGLu2eA8g0wwD { color:#333232;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:26.771932125091rem;left:52.694232940674rem;height:1.6911764375rem;font-style:normal;display:block; }
#FP3iTETm5BOMelsI0WU6PRxW1tVdx4I1 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15056;line-height:1.3;letter-spacing:0;top:14.333333969116rem;left:8.90625rem;height:2.352941rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DZZqUSUG7S3KrHVU9N9IcynBU2STaKVa { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:22.125rem;left:62.375rem;height:1.0294118125rem;text-align:right;text-align-last:right;display:block; }
#aI3qwuQg4eTTnXa97VX077zsRanpDFB0 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:23.4375rem;left:58.125rem;height:1.0294118125rem;text-align:right;text-align-last:right;display:block; }
#LR8s7uVbVbbB8y5Nn4oJJNpcillEMSHQ { color:rgba(var(--color-tertiary-3),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:22.375rem;left:8.9375rem;height:3.5294115625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#w1yEZyLKxlKVPxgaxqEbWLy0tkTiSRKu { color:rgba(var(--color-tertiary-4),1);display:block;width:40.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:9.75rem;left:8.9375rem;height:2.8676469375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zb86F0vEHECMnn9vFEEd6nPmgO7wyS4E { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:19.5625rem;left:9rem;height:1.102941125rem;font-style:normal;display:block; }
#zWvaAUDK4xl2fHwBJewUfeRM1MrKQoux { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:19.5625rem;left:15.3125rem;height:1.102941125rem;font-style:normal;display:block; }
#mc2Joye6xFaBe8plHWZ7QJCUrvUlxLeU { position:absolute;display:block;z-index:15017;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:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.1875rem;width:20.5625rem;top:19.0625rem;left:7.5rem;display:block; }
#X5risIoiGlS4BQMTu5fKO1PxfZGkJAQw { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15061;top:19.8125rem;left:13.4375rem;display:block; }
#B6PcBLSpwkiQ6bTIQl8LPKg6Ll8PyoQO { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15062;top:19.8125rem;left:20.0625rem;display:block; }
#NspsUEvRIyQ5ts3klAZHB9SXRDKsXsWT { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:19.5625rem;left:22.125rem;height:1.102941125rem;font-style:normal;display:block; }
#X0omfM6dd9uHgDKPf4RgZ5XTcVAGm3vE { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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.1875rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.13) ;height:26.5625rem;width:28.875rem;top:41.9375rem;left:38.6875rem;display:block; }
#cZzKfNogXqMmmXkxOuKvqESCAm6O2ora { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:42.875rem;left:40.1875rem;height:2.8676469375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GT6TKeeyUHrLEtPTEJEk1kHHJHIi47Qf { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15065;top:47.5625rem;left:13.4375rem;display:block; }
#xId1sabnSvFiERazROHToGzVgTqiR4Eu { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:47.3125rem;left:9rem;height:1.102941125rem;font-style:normal;display:block; }
#ya2QzgpA7ybqFiK52ZDO81NotDZVTNFT { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:47.3125rem;left:15.3125rem;height:1.102941125rem;font-style:normal;display:block; }
#acGS5TZvxEZLWZKKaKHMterNUH1D7iyr { position:absolute;display:block;z-index:15021;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:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.1875rem;width:12.75rem;top:46.75rem;left:7.5rem;display:block; }
#W0l5fFWHWUL4ScdCR0tRwzP0G5xVbczz { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:47.375rem;left:46.5rem;height:1.102941125rem;font-style:normal;display:block; }
#NWukofupVpzFRhWeEy2gycnzsGSnAIpL { position:absolute;display:block;z-index:15025;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:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.1875rem;width:12.6875rem;top:46.8125rem;left:38.6875rem;display:block; }
#SfWagO3NT4hwDL5BIB8T91ebk3BBuMXd { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:0.4375rem;font-weight:400;line-height:1;height:0.625rem;width:0.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:47.625rem;left:44.625rem;display:block; }
#OlCxgxb3RUIhFpdAsPpTLJPyiVN5vM4V { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:47.375rem;left:40.1875rem;height:1.102941125rem;font-style:normal;display:block; }
#wd1Amqb2oJ2N6fJh8DfGTZ8EbSyB1zHq { background-color:transparent;background-image: -webkit-linear-gradient(202deg, #573cff, #ff556e);background-image: -moz-linear-gradient(202deg, #573cff, #ff556e);background-image: -ms-linear-gradient(202deg, #573cff, #ff556e);background-image: -o-linear-gradient(202deg, #573cff, #ff556e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#573cff', endColorstr='#ff556e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#573cff', endColorstr='#ff556e' );";background-image: linear-gradient(202deg, #573cff, #ff556e);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: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"russo one";font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5625rem;height:3.125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:62.8125rem;left:46.4375rem;display:block; }
#TvMfxNQRCgVMSr1wSC4nvzJh7mpVHCHO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXmtuapGxTcJJ1iVgchLqs5rJg7GVrwV { color:rgba(var(--color-tertiary-4),1);display:block;width:7.375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:14999;line-height:1.3;letter-spacing:0;top:61.1875rem;left:58.125rem;height:1.0294118125rem;text-align:right;text-align-last:right;display:block; }
#LXLgyZTpnPomzKVvu8TpQ7B8d60OIhQy { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:59.875rem;left:62.6875rem;height:1.0294118125rem;display:block; }
#oitffiZrakBdbFJZFcLPdXPaaMNMG3tS { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:59rem;left:57.25rem;height:2.1323528125rem;font-style:normal;display:block; }
#bqUn76x0ocd8GkxNe6AwIXoTHD1SpUTy { color:#333232;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:63.522153377531rem;left:51.812068939209rem;height:1.6911764375rem;font-style:normal;display:block; }
#Jq5z1AECnS5ChbA8vVHaJePs3mzCxJhE { color:rgba(var(--color-tertiary-3),1);display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:49.75rem;left:40.25rem;height:2.3529410625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#D2AKALAR2ZQNEfDCmy87J5cyAyTAOw7r { color:rgba(var(--color-tertiary-3),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:52.375rem;left:40.25rem;height:3.5294115625rem;font-style:normal;display:block; }
#bRd54NOO2CVTT5W1m8DmPf13Q69NyyJV { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:35.8125rem;left:0rem;height:4.2647056875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bw15ru9J2ffKJ5Xty7Tug7uvCakktayE { color:rgba(var(--color-tertiary-3),1);display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15058;line-height:1.3;letter-spacing:0;top:26.6875rem;left:8.9375rem;height:3.5294115625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pVbbvtnXQgIzLC3GK4IkQJqEoP8EXPgb { color:rgba(var(--color-tertiary-3),1);display:block;width:24.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:55.0625rem;left:40.25rem;height:3.5294115625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#JmCpFKU0cVvo6XqEvlFas6ya1GbQxFgR { position:absolute;display:block;z-index:15017;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:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.1875rem;width:20.5625rem;top:13.625rem;left:7.5rem;display:none; }
#TfZwE1nXXwKBUmQg4Uf3vVysBRUTJTRy { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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.1875rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.13) ;height:17.75rem;width:60rem;top:8.8125rem;left:7.5rem;display:none; }
#TWDv88Z5mA9be942DV5be7aEFgy7r2tU { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:29.25rem;left:0rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LIt7v3Fxf7qgFk0Rvl4QxdgMnMbl0yGQ { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:29.25rem;left:0rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#aG0AT563RRJooBBSQF3N0KQaGTs8tqx3 { position:absolute;display:block;z-index:15021;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:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.1875rem;width:21.1875rem;top:39.8125rem;left:7.5rem;display:none; }
#pkHNK8PWhOWCPW4K5GFNT8RX1rIfcqaT { position:absolute;display:block;z-index:15025;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:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.1875rem;width:21.9375rem;top:39.875rem;left:38.6875rem;display:none; }
#SS8gbd4VHO4fMufv0n4OuTEWAAkmercm { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:26.45849609375rem;left:70.8203125rem;height:2.8676469375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rA520u9C7lX1yMqZvCaWFAdfflv3ZbJB { 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; }#rA520u9C7lX1yMqZvCaWFAdfflv3ZbJB > .row .container { background-color: transparent; background-image: none; }#rA520u9C7lX1yMqZvCaWFAdfflv3ZbJB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA520u9C7lX1yMqZvCaWFAdfflv3ZbJB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA520u9C7lX1yMqZvCaWFAdfflv3ZbJB > .row .container > .video-iframe-container { display: none; }#rA520u9C7lX1yMqZvCaWFAdfflv3ZbJB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rA520u9C7lX1yMqZvCaWFAdfflv3ZbJB > .row > .video-iframe-container { display: none; }#rA520u9C7lX1yMqZvCaWFAdfflv3ZbJB > .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); }#rA520u9C7lX1yMqZvCaWFAdfflv3ZbJB > .row .container { border-width: 0; border-radius: 0; }#rA520u9C7lX1yMqZvCaWFAdfflv3ZbJB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rA520u9C7lX1yMqZvCaWFAdfflv3ZbJB > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:75rem;position:relative;display:block; }#bn6Wg3UE8sq1mlQ7Ti2fKVTVStHZ0rBN { color:rgba(var(--color-tertiary-4),1);display:block;width:48.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:1.6875rem;left:13.3125rem;height:5.8823528125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZwMeShraDVnC3Dl2JXJIpsg5G9fJ7MsE { color:rgba(var(--color-tertiary-4),1);display:block;width:32.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15025;line-height:1.8;letter-spacing:0;top:8.75rem;left:21.3125rem;height:2.3529410625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hlcHAKSqtBq3GSsCroMoGZAa3cQ3dQqO { color:rgba(var(--color-secondary-4),1);display:block;width:15.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15070;line-height:1.3;letter-spacing:0;top:20.9375rem;left:36rem;height:1.39705875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MwfHdFTs4A7qxEtvXc03uhqxOBTHBVQ9 { color:rgba(var(--color-secondary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:19.6875rem;left:36rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uS3QLpJbNc8lXnpLqmxh3bv311qQ3k1T { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15093;line-height:1.3;letter-spacing:0;top:25.9375rem;left:36rem;height:1.39705875rem;font-style:normal;display:block; }
#utUWDG9ULzcRfGe6iH5oNQS4S9P67KX8 { position:absolute;display:block;z-index:15059;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:1.875rem;width:19.25rem;top:15.75rem;left:36rem;display:block; }
#SnvRBtcRkAMUcxbRkr7ftdkpf0ZM3IU1 { color:rgba(var(--color-secondary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:24.4375rem;left:36rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wx29VvpJiSxh37XqRqqh2OoAqNTuWM3o { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:16.0625rem;left:36.875rem;height:1.1764705rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SkHNIHqd2akupC7dKiE4kTkTqdG7Edbm { position:absolute;display:block;z-index:15058;background-color:rgba(var(--color-secondary-1),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: none;height:3.375rem;width:19.25rem;top:13.3125rem;left:36rem;display:block; }
#ngDLc20EonP7blarwQC8pnKMlTSP6wPk { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15059;line-height:1.2;letter-spacing:0;top:13.625rem;left:36rem;height:1.76470575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hH2wRrA2iIZQRguHHT5tghFmkqMcv60V { position:absolute;display:block;z-index:15094;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:14.3125rem;top:13rem;left:19.75rem;overflow:hidden;display:block; }
#AJAQS5yOMfeFlao91NWtdP42PXwthTNk { border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/rRZPlUj7/bg_typescript_white.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AJAQS5yOMfeFlao91NWtdP42PXwthTNk.adaptive-delivery-prevent-bg, #AJAQS5yOMfeFlao91NWtdP42PXwthTNk.lazyload, #AJAQS5yOMfeFlao91NWtdP42PXwthTNk.lazyloading { background-image: none; }#AJAQS5yOMfeFlao91NWtdP42PXwthTNk > .row .container { background-color: transparent; background-image: none; }#AJAQS5yOMfeFlao91NWtdP42PXwthTNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJAQS5yOMfeFlao91NWtdP42PXwthTNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJAQS5yOMfeFlao91NWtdP42PXwthTNk > .row .container > .video-iframe-container { display: none; }#AJAQS5yOMfeFlao91NWtdP42PXwthTNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJAQS5yOMfeFlao91NWtdP42PXwthTNk > .row > .video-iframe-container { display: none; }#AJAQS5yOMfeFlao91NWtdP42PXwthTNk > .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); }#AJAQS5yOMfeFlao91NWtdP42PXwthTNk > .row .container { border-width: 0; border-radius: 0; }#AJAQS5yOMfeFlao91NWtdP42PXwthTNk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AJAQS5yOMfeFlao91NWtdP42PXwthTNk > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:block; }#gT0zF7gff3slpdDWkhcHf9agQ2LqUg5Q { color:rgba(var(--color-secondary-2),1);display:block;width:23.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:8.28125rem;left:8.125rem;height:4.485293875rem;font-style:normal;display:block; }
#TeWV6iJcbqS4kMIRe8DHKux5nOgndk2L { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:4.28125rem;left:42.5rem;height:12.352940625rem;font-style:normal;display:block; }
#L0R7zgE7u9RtXsQtcyP85x45DtHdeKEK { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:3.125rem;top:10.59375rem;left:3.75rem;display:block; }
#v9Il8SrLwxpfdQDBoeF6C1tbzELhtaxI { color:rgba(var(--color-secondary-2),1);display:block;width:23.875rem;position:absolute;font-family:"russo one";font-size:4rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:8.3125rem;left:8.125rem;height:4.75rem;display:none; }
#Bbe9qycJm5qCJVz0dr4oEXKyGkAXiZ8W { 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; }#Bbe9qycJm5qCJVz0dr4oEXKyGkAXiZ8W > .row .container { background-color: transparent; background-image: none; }#Bbe9qycJm5qCJVz0dr4oEXKyGkAXiZ8W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bbe9qycJm5qCJVz0dr4oEXKyGkAXiZ8W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bbe9qycJm5qCJVz0dr4oEXKyGkAXiZ8W > .row .container > .video-iframe-container { display: none; }#Bbe9qycJm5qCJVz0dr4oEXKyGkAXiZ8W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bbe9qycJm5qCJVz0dr4oEXKyGkAXiZ8W > .row > .video-iframe-container { display: none; }#Bbe9qycJm5qCJVz0dr4oEXKyGkAXiZ8W > .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); }#Bbe9qycJm5qCJVz0dr4oEXKyGkAXiZ8W > .row .container { border-width: 0; border-radius: 0; }#Bbe9qycJm5qCJVz0dr4oEXKyGkAXiZ8W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bbe9qycJm5qCJVz0dr4oEXKyGkAXiZ8W > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#sH21HFRgs7tPqnkWINeS0UzbJCpryyno { color:rgba(var(--color-secondary-4),1);display:block;width:59.7485625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.625rem;height:3.235294125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PknDyrkSZ7xFBcM4tEVhTy1bKtg1pTDt { position:absolute;display:block;z-index:15087;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.8125rem;width:8.9375rem;top:9.75rem;left:7rem;overflow:hidden;display:block; }
#X88EHk93Zio2hqEcxi1mmStgWHSZgx7d { position:absolute;display:block;z-index:15088;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.8125rem;width:8.9375rem;top:9.75rem;left:17.5625rem;overflow:hidden;display:block; }
#IrZkrU3OhPwT4Qi9WyBQFLi0NK4uR5pT { position:absolute;display:block;z-index:15089;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.8125rem;width:8.9375rem;top:9.75rem;left:27.9375rem;overflow:hidden;display:block; }
#HdwzyKHgulwb9uUEbK36Bo8JKbxhprd0 { position:absolute;display:block;z-index:15090;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:8.875rem;top:9.75rem;left:38.4375rem;overflow:hidden;display:block; }
#i9zIE3KsT8S8Ke588DDno1gswhLKOwil { position:absolute;display:block;z-index:15091;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.8125rem;width:8.9375rem;top:9.75rem;left:48.8125rem;overflow:hidden;display:block; }
#Oxc1ywSQvxwpKtGxuTEpMfTDOMHSzVTC { 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:5.81163125rem;width:8.936625rem;top:21.4375rem;left:48.875rem;overflow:hidden;display:block; }
#xEPGExp8FpFOnw9kJowwcikJUndOZXtJ { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:5.75rem;width:8.875rem;top:9.75rem;left:59.0625rem;overflow:hidden;display:block; }
#n3T1esucvZfhWPwDxcpCctmVseXCTyPr { 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:5.74978125rem;width:8.8748125rem;top:21.465929031372rem;left:7.0290794372556rem;overflow:hidden;display:block; }
#Ilp8bccgu8OdhsQMKmT9oqBJyXU8IcSv { 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:5.74978125rem;width:8.8748125rem;top:21.465929031372rem;left:38.4375rem;overflow:hidden;display:block; }
#kdo3nFm37CByathkSZT20gQ7u0xiCqzC { 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:5.7487rem;width:8.8748125rem;top:21.465930700302rem;left:59.091796875rem;overflow:hidden;display:block; }
#vJBhPqfGK3ZchIZkmyhdMJDuF5isTcei { 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:5.74978125rem;width:8.8748125rem;top:21.465929031372rem;left:27.967666625976rem;overflow:hidden;display:block; }
#bh5EUGmo1SaB9VEfHcinxTQQLUzxd8Ob { position:absolute;display:block;z-index:15103;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.6857625rem;width:8.686rem;top:21.498483657837rem;left:17.685546875rem;overflow:hidden;display:block; }
#CSRiksiTuWe41bRGyRm2dVJtmJF8rJtT { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15104;line-height:1.3;letter-spacing:0;top:7.4375rem;left:22rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fipHxhMTZ0M5cXbOcaKtwdq9B3Rr6KqP { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15105;line-height:1.3;letter-spacing:0;top:19rem;left:22.125rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XR6qArQxBHZl4Sf1gPIPCu7bk7Rlu96b { color:rgba(var(--color-tertiary-4),1);display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15105;line-height:1.3;letter-spacing:0;top:19rem;left:22.125rem;height:1.29931875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uF1GVK1J8O4QM8TiBZP6azy848mXy807 { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:5.7490806875rem;width:8.8740806875rem;top:29.118804931641rem;left:7.0599718093875rem;overflow:hidden;display:block; }
#uRatJwTVDTRzJg1RV1u5f3w9qgBvRQNe { 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; }#uRatJwTVDTRzJg1RV1u5f3w9qgBvRQNe > .row .container { background-color: transparent; background-image: none; }#uRatJwTVDTRzJg1RV1u5f3w9qgBvRQNe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRatJwTVDTRzJg1RV1u5f3w9qgBvRQNe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRatJwTVDTRzJg1RV1u5f3w9qgBvRQNe > .row .container > .video-iframe-container { display: none; }#uRatJwTVDTRzJg1RV1u5f3w9qgBvRQNe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uRatJwTVDTRzJg1RV1u5f3w9qgBvRQNe > .row > .video-iframe-container { display: none; }#uRatJwTVDTRzJg1RV1u5f3w9qgBvRQNe > .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); }#uRatJwTVDTRzJg1RV1u5f3w9qgBvRQNe > .row .container { border-width: 0; border-radius: 0; }#uRatJwTVDTRzJg1RV1u5f3w9qgBvRQNe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uRatJwTVDTRzJg1RV1u5f3w9qgBvRQNe > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#lv061iszuitN45wh1QC8i2qA8aTeL6sr { 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:3.625rem;width:10.625rem;top:8.5rem;left:8.4375rem;overflow:hidden;display:block; }
#MLl49aLrO0ECaqiwZfaUr9dKHHvtshHl { color:rgba(var(--color-tertiary-4),1);display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:6.625rem;left:25.9375rem;height:7.7205879375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#wcosGIafBZg8BwXEfPXb4zIhMz2LEFqq { color:rgba(var(--color-secondary-4),1);display:block;width:30.9375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:2.5rem;left:25.9375rem;height:3.235294125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qdP9AaTyi67oXicxWHJ7ggaqC1KG07vm { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.6;letter-spacing:0;top:16.3125rem;left:25.9375rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i1o1BCG9vT0HGHpGdPJqClrwQwpwVdsx { color:#f20b32;display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.6;letter-spacing:0;top:16.3125rem;left:44.625rem;height:1.76470575rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#esRU9POyzwQMoNSMdAtkKOPLQaqifKh3 { border-top:0.0625rem solid rgba(var(--color-tertiary-3),1);border-left:0;border-right:0;border-bottom:0;background-color:#f4f5fa;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; }#esRU9POyzwQMoNSMdAtkKOPLQaqifKh3 > .row .container { background-color: transparent; background-image: none; }#esRU9POyzwQMoNSMdAtkKOPLQaqifKh3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esRU9POyzwQMoNSMdAtkKOPLQaqifKh3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esRU9POyzwQMoNSMdAtkKOPLQaqifKh3 > .row .container > .video-iframe-container { display: none; }#esRU9POyzwQMoNSMdAtkKOPLQaqifKh3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esRU9POyzwQMoNSMdAtkKOPLQaqifKh3 > .row > .video-iframe-container { display: none; }#esRU9POyzwQMoNSMdAtkKOPLQaqifKh3 > .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); }#esRU9POyzwQMoNSMdAtkKOPLQaqifKh3 > .row .container { border-width: 0; border-radius: 0; }#esRU9POyzwQMoNSMdAtkKOPLQaqifKh3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esRU9POyzwQMoNSMdAtkKOPLQaqifKh3 > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:75rem;position:relative;display:block; }#DJdrhB8GVifv4G8D8TVpLCKhH5d40Hcy { box-sizing:content-box;color:#333232;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:5.25rem;left:4.375rem;display:block; }
#VwW6H6oaskZBg9nkCt6xNX7FKbhUyATL { position:absolute;display:block;z-index:14997;background-color:#f4f5fa;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.5rem;width:2.5rem;top:5.0625rem;left:4.375rem;display:block; }
#me2b55gZZkIR10rcpKvoWDp4GWazeftP { position:absolute;display:block;z-index:14999;background-color:#f4f5fa;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.5rem;width:2.5rem;top:5.0625rem;left:4.375rem;display:block; }
#Xr5RC15FpdtQLTBk3MLOryuNCNzR892m { box-sizing:content-box;color:#333232;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:5.3125rem;left:6.9375rem;display:block; }
#etypx77dZfDgkGxnExUGzaL05hnGk10C { position:absolute;display:block;z-index:15001;background-color:#f4f5fa;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.5rem;width:2.5rem;top:5.0625rem;left:6.0625rem;display:block; }
#Xe7mLl21tf2TIx6yzaiWrg8JunvIbeIJ { box-sizing:content-box;color:#333232;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:5.25rem;left:9.5625rem;display:block; }
#enuCFyBDMwV3Xe5a0VRuPBHU9Zhxvm6s { position:absolute;display:block;z-index:15003;background-color:#f4f5fa;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.5rem;width:2.5rem;top:5.0625rem;left:9.8125rem;display:block; }
#okTxZflcNKi1QKTBIWqEyVs4WCfEQIV3 { box-sizing:content-box;color:#333232;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:5.25rem;left:12rem;display:block; }
#W5WENMlhooQ8tcRxbLez1672MPZhVZcL { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-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.0625rem;width:60rem;top:10.9375rem;left:7.5rem;display:block; }
#zO97yWhRdZvo1A9BHOgobc3amtQ61arQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8125rem;left:17.625rem;height:;font-style:normal;display:block; }
#VB4DpTUheFmeuiLcFa8Zv0nKyrmt5iUb { box-sizing:content-box;color:#333232;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:5.09375rem;left:20.5rem;display:none; }
#GN8qzu9zeCRawsKNSEVxWyDpoPRisUcO { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.4375rem;left:23.1875rem;height:1.1875rem;font-style:normal;display:none; }
#MEMTBB4T3zt04VyE2TuqTpSev5sx7JOq { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:5.6875rem;left:20.0625rem;height:1.1764705rem;font-style:normal;display:block; }
#x79TC8Ukit9Tvu7eDEeosbQfigBIvNnw { box-sizing:content-box;color:#333232;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:5.25rem;left:17.4375rem;display:block; }
#vTowr17nnpmdspDBNb8eApDriN8U1pmt { color:rgba(var(--color-tertiary-4),1);display:block;width:12.1230625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8125rem;left:42.875rem;height:1.6176470625rem;font-style:normal;display:block; }
#raHuTexRAD6ZWlmJQ9oEWKXMcu7HrzZd { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:6.0625rem;top:5.5000009536743rem;left:41.375001907349rem;overflow:hidden;display:block; }
#MmMKwQxWLXyiMQphV6M45mxqN5BoRNH0 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.75rem;top:5.4375rem;left:48.875rem;overflow:hidden;display:block; }
#iT5ZCohXF6hR6Zkx1mGJgQXeTiNihaBz { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.0625rem;top:5.6875rem;left:60.3125rem;overflow:hidden;display:block; }
#kz9X4FPU9PZTf2GXXpmlb33LOA3bidOQ { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3.4375rem;top:5rem;left:54.9375rem;overflow:hidden;display:block; }
#zVTnLRzP1DrmfAOWubDbfPbXyT5r43Tb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.1875rem;left:7.5rem;height:0.8088235rem;font-style:normal;display:block; }
#cC2eAWrtHK04PNwVaNiyoeWJ4l5wTVpy { color:rgba(var(--color-tertiary-4),1);display:block;width:7.25rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.1875rem;left:21.0625rem;height:0.8088235rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O3cBrSHUWTSyForZRH7pwIoTOx8AITRE { color:rgba(var(--color-tertiary-4),1);display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.1875rem;left:29.625rem;height:0.8088235rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U9VC02LZPeh0dO3Fh42xZ0w1ThOmvOk6 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.125rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.1875rem;left:35.25rem;height:0.8088235rem;text-align:center;text-align-last:center;display:block; }
#vnozg1lERhNOSK3AfAFHOoAMscpGqk0W { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:4rem;top:5.25rem;left:66.625rem;overflow:hidden;display:block; }
#wX5AKntDl4W9cpVyVoTtFcwVnEmkBxIo { border-top:0.3125rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wX5AKntDl4W9cpVyVoTtFcwVnEmkBxIo > .row .container { background-color: transparent; background-image: none; }#wX5AKntDl4W9cpVyVoTtFcwVnEmkBxIo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wX5AKntDl4W9cpVyVoTtFcwVnEmkBxIo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wX5AKntDl4W9cpVyVoTtFcwVnEmkBxIo > .row .container > .video-iframe-container { display: none; }#wX5AKntDl4W9cpVyVoTtFcwVnEmkBxIo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wX5AKntDl4W9cpVyVoTtFcwVnEmkBxIo > .row > .video-iframe-container { display: none; }#wX5AKntDl4W9cpVyVoTtFcwVnEmkBxIo > .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); }#wX5AKntDl4W9cpVyVoTtFcwVnEmkBxIo > .row .container { border-width: 0; border-radius: 0; }#wX5AKntDl4W9cpVyVoTtFcwVnEmkBxIo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wX5AKntDl4W9cpVyVoTtFcwVnEmkBxIo > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#QKLhi6t2Rhoidt4OV11SrCcK6iFIy9CO { 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:2.125rem;width:16.9375rem;top:2.71875rem;left:29rem;overflow:hidden;display:block; }
#nMN5riBtbopG79bkANV20dAoRtpyUxPl { 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:2.5625rem;width:7.9375rem;top:7.5625rem;left:33.5625rem;overflow:hidden;display:block; }
#XNAO9a2PdL0wDK3LU2EaFAo70H8MhvqF { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:6.375rem;left:35.375rem;height:0.8088235rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e1mBZ1JCEEQkQUqVURdBe21htTpn1Gqg { display:block; }#e1mBZ1JCEEQkQUqVURdBe21htTpn1Gqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I3WFStHxh5l1ZCSLE0rxwV6vRhqLU8Zf { width:17rem;height:2.4375rem;top:1.25rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDrVGrAnUpf9Wvb1L3MGsAGfd7SuAHFo { display:block; }
 }@media only screen and (max-width: 763px) { #KuwDc8vaSgeBZt9H6wemfvgJKTTtel9z { top:1.5625rem;left:0rem;width:24.375rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE96zIxOqDO2KpNHrNHAM8zGdS0vISuB { top:1.25rem;left:0rem;width:25.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBalw7mCniX004f1eUOAVoC046VaZQVL { top:1.375rem;left:17.3271484375rem;width:21.875rem;height:2.1812926643039rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad2y70NQe4HIu2TR5MZ6iyfgIhm3v2Tv { display:block; }#ad2y70NQe4HIu2TR5MZ6iyfgIhm3v2Tv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f354pZIV2TM6LqbxbtinwLpt7pDERStD { width:16.875rem;height:3.5rem;top:0.625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZHc0AXtIGfmr0l5569BEONREbl6A8pd { display:block; }
 }@media only screen and (max-width: 763px) { #vJ2IqKrrMISsPsa0FgIrTnnL8dxkNb0Q { top:1.5rem;left:0rem;width:24rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk9T5Lrg1uXiKJ0LCMomLnKtfDxiRrut { top:0.8125rem;left:0rem;width:24rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9f3NnBf9T5oxTh7hZpFtIceyqlv0OKo { width:26rem;height:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { top:20.375rem;left:0rem;width:38.1875rem;height:5.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { top:18.875rem;left:0rem;width:0.3125rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:17.1875rem;height:3.4375rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #TThoWPp3M3Xz3KyDVT8azz2l1OXkUaXm { top:8.0625rem;left:22.4375rem;width:24.6875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFEqeBgFB3lDp0Hy1upmxufkGvkG2blE { top:8.0625rem;left:0rem;width:39.375rem;height:6.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { top:1.125rem;left:0rem;width:21rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prpfzl7DbEwmokyso3MoWgHrCkvaR1tV { top:29.4375rem;left:7.375rem;width:15.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhbsMHHNpTtQxO7RKf8StkBCPHJDdAn4 { top:15.75rem;left:0rem;width:25.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXW2dVmUDADdnESeUy29a7SNS6GQWgtR { top:16.375rem;left:0rem;width:4.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKGU9P2wWw530krQVnnZa3Ahp2PnINVE { top:16.625rem;left:0rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyQh6PMb0FfRfDNwKqRysKn8lsBrCtEI { top:16.375rem;left:0.6875rem;width:5.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzemAcHmWhDAVoJ74eg0iADZFlwQUuXG { top:16.625rem;left:5.4375rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbHDZWciJPp7sIDf8xHNTzKsxunmplrW { top:16.3125rem;left:7.499267578125rem;width:5.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6Z0r11q9vwQNHEwT8JJTmwo6qzQrxTT { top:16.5625rem;left:0rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF2WITV7nrvO9LoSzgnQi7sbdrXL1deO { top:16.3125rem;left:0rem;width:4.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUl2HMlhctIun5QkbGK74zVuNtP7xl3z { width:7.9375rem;height:2.0625rem;top:1.5rem;left:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSdNQugsDC0ZzPI7lU6U0L7SzB7fq2I9 { display:block; }
 }@media only screen and (max-width: 763px) { #MTRyktHKLzrBqlbZIEyUbTVqO05BD1pi { top:1.9375rem;left:17.375rem;width:7.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO3yupGBchtuCbaW1CeakmeevixOR3xN { top:1.9375rem;left:28.1875rem;width:3.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adbrMRvFZvgRqC9xo9yFVO7bWIUXuuE3 { top:1.9375rem;left:41.3125rem;width:4.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZKHqo8hMTMVvpmKuGNq2TuairX09JIk { top:1.9375rem;left:44.1875rem;width:3.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIoVWqonTfcuCmVHAPZ31kCWFE8dDM3n { top:1.9375rem;left:35.0625rem;width:3.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTmKcPfJIAZNvPfSrh8K74T4QcHGakdq { display:block; }#dTmKcPfJIAZNvPfSrh8K74T4QcHGakdq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZK7A1eLPkPDZ20EOSzNn3XGLDT5weX3 { top:4.3125rem;left:0rem;width:8.5rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz2uMr2bEvt9p5dic383aBUs2eqfqoaO { top:4.5rem;left:6.1875rem;width:6.375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWlLgvu3B1AOOLhMyLJU52bW51JSizW2 { top:4.0625rem;left:17.125rem;width:6.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgcgVIWexcqHzalO1aAwIawTGECATNHi { top:4.4375rem;left:15.8125rem;width:8.0625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW3a464QvNWZluUEJ2c9yG4uwhnWkZQ0 { top:4.3125rem;left:26.8125rem;width:8.875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs89ru3ZQbJRsGJ4M4NTZ5tJbMsAhiBc { top:3.9375rem;left:40.75rem;width:5rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU6pZVQqV68AQ2U4ODDmc6fC2XDM8tTl { top:3.25rem;left:43.75rem;width:4rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBiSB31V9XhbBv3EnWxkiwFrwSBeW3D8 { top:0rem;left:0rem;width:26.3125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGttx4l78IqTGCdgGhtcTOgTwSLh4GcM { top:0.375rem;left:0rem;width:31.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 { display:block; }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzDf6FdTbU9cOe9xD4T67ze5DiTluVAp { width:22.5rem;height:8.75rem;top:10.4375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP77lLom9c5kAs7W2p5RoevhD24oALkF { width:22.5rem;height:1.5625rem;top:7rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D91T6A47yt0mSTvlg3HVUdIczbWhtwsD { width:1.6875rem;height:1.6875rem;top:21.3125rem;left:24.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XODbePRdrq73ndNfeBzGSQQrpRSItCgM { top:7.875rem;left:24.1875rem;width:23.1875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxG29DoPsqzHO7IAXtQH3TPr1Etv0Si8 { top:7.6875rem;left:0rem;width:23.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdadieUqNR6mNDJwGFQmgQJXM8dDL24M { top:6.375rem;left:0rem;width:20.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8Q1cCtkDBqBe4aNZr2enFh0CoeKM3I8 { top:5.6875rem;left:0rem;width:20.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCInCGEE8KnHl9QHGDSaJ4255mJJgfxD { width:22.5rem;height:1.5625rem;top:7rem;left:24.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #obiwGnTkCL2VeyaUFpBIXm6n2G6Rlk1V { width:46.4375rem;height:2.6875rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAtvl3ZTNZ89TTKDRm28u0SMTHETas0N { top:34.75rem;left:23.75rem;width:0.125rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLrRyCJbKTHPFqcfwiwA5gyhvAAhqFbk { top:8.375rem;left:19.8125rem;width:4.0625rem;height:4.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycD0oxZTzPdfksXX0Adhbpztm4X7eSy0 { top:1.5625rem;left:19.75rem;width:28rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q { display:block; }#Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxQ5XyfWkBMTiPGQTfnTmtlaJtOrwkrN { top:2.5rem;left:0rem;width:47.75rem;height:;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nO6oowaHRo6AyOwgauekSGrKqORdwrFi { top:11.4375rem;left:0rem;width:37.5rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { top:39.5625rem;left:11.25rem;width:10.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcdxtt0hNZKsbNHbP5QH5FNbyfhLiWKw { top:39.625rem;left:1.25rem;width:7.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { top:39.5625rem;left:0rem;width:7.125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { top:37rem;left:15.1875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { top:36.9375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfDxcr9WW6fZsPQdIhWnkhPfhdiJUnWP { top:37.0625rem;left:4rem;width:2.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2lZAKq0pfRRLlo0qPlEHWE7EVwhD7IE { width:17.1875rem;height:3.4375rem;top:37.6875rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdrTwLZ4t0XKJhrUQ13IlAepu2UAa1q8 { display:block; }
 }@media only screen and (max-width: 763px) { #re6uHqtd7TnCCmpGOI0DwkhaAmKWfnXl { top:10.5rem;left:14.8125rem;width:32.9375rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSpoVRFslwII4LUHEHXpfJTT5rrRU6QN { top:20.75rem;left:17.5rem;width:30.25rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLxC3XUvCadlKepuArST7T0StgWZlbdD { top:8.1875rem;left:28.5625rem;width:19.1875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Ib0wau55beCrkkIO6TPd7EcmrhEvr9 { top:18.4375rem;left:28.5625rem;width:19.1875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukSsszaDvIuezbyDITquQBOgNha5O8t1 { top:29.3125rem;left:17.5rem;width:28.875rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7JQmaIxAT3ZiiG0weAr9Fl4ufG7ZuhG { top:27.0625rem;left:28.5625rem;width:19.1875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm { display:block; }#F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9bb17gCbUUnTpLVIWJ6R2dXqWfSEBi8 { width:46.4375rem;height:2.6875rem;top:3.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl6XRkgQrwsRoggR7MFkLqNqTI4iJaGb { top:10.1875rem;left:0rem;width:34.5rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMKftvbEzNgNwONR3BFuxyib0uINidRh { top:47.9375rem;left:23.75rem;width:0.125rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7naVXe20oLDd5uDTDEys3Dnhe6WwiJd { width:46.4375rem;height:2.6875rem;top:3.5625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #szM9ofVSNyb0U8HLyx6wvRLGHrbrGROG { width:17.1875rem;height:3.4375rem;top:50.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF6NUuw7lycMZD3RVeuEMez1s661fpTa { display:block; }
 }@media only screen and (max-width: 763px) { #x8QqSLWOJMv9fbeKs9glsZn2mvA3zROP { top:17.25rem;left:0rem;width:32.8125rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq1J362crNeLvItGvPJCWAs9MexeWo5U { top:31.375rem;left:17.5625rem;width:30.1875rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS1wEVH5XOWg1LiSR6ch1ourrSnPrq90 { top:29.75rem;left:0rem;width:29.125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK8hyIE1ks5Mg1x4WfgUrtJdKXEUN3zQ { top:9.125rem;left:18.625rem;width:29.125rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBtTyGhWT9TJvwepsCtc15m2wkz4E31u { top:22.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAKJWS195CQtVDua0P8x3ELxNxFWNGa0 { top:43.9375rem;left:23.875rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmTDiS3Q8arbsnfNWPnBX6PCLkc9trpZ { top:33.375rem;left:0rem;width:16.6875rem;height:10.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oI1dTAssFa9dJV0sGE80N2T03dF5KNk0 { top:46.375rem;left:0rem;width:16.6875rem;height:3rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HF2PHC0wfVRLBs4xolitVzOKaAzUuBP3 { top:76.8125rem;left:0rem;width:20rem;height:16.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oMILJrUKoxMBskteP48I9nOwuFGPmEl9 { top:92.375rem;left:0rem;width:20rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogieZGZnIEZuEN2cMbw8SKeI1onpnzEg { display:none; }
 }@media only screen and (max-width: 763px) { #Uf4dkE1oThe9fdqhJCSrirvNmdSr1zRn { display:block; }#Uf4dkE1oThe9fdqhJCSrirvNmdSr1zRn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lERPx3WaNUF2U2CGtIk8QSLitGZkzJr2 { top:13.25rem;left:0rem;width:30.8125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUJQC9MRLTK67oxzJQ4NAIUqm3eZzAWJ { top:13.25rem;left:16.3125rem;width:30.8125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHEGrD0JU6y8RSmDgKQZPvVD19yEJA7X { top:2.625rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzz15sqXmTcaPnBTAs354VPTcRhcxRc4 { top:7rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEiTxUTPxKKonJGffZxknwffMtITO18p { top:33.1875rem;left:0rem;width:13.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSQp30wA7Cr8gFEO00oLbtnvAPufElSi { top:33.1875rem;left:4.25rem;width:19.625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNABvfRxm9ZGwHuFVTBWiKSbHCcdMsEw { top:33.25rem;left:17.5rem;width:13.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv4Le3wVop6fMivNgBVwilQVOcKNtC8O { top:33.25rem;left:29.5625rem;width:18.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo8CMFHWqckrUCnoT7AT44LdX56RdD6E { top:4.625rem;left:0rem;width:18.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rdNCoH9J9Z9HwVgtnOkXyqtOsJS9vSk1 { top:11.5rem;left:0rem;width:18.6875rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kabzmcDTOvT9QkKPCEC61Dv7wR3hVfJu { display:block; }#kabzmcDTOvT9QkKPCEC61Dv7wR3hVfJu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3dVOnHLXCZ44KPuXscyqmAfaedPme17 { top:12.25rem;left:21.5rem;width:14.3125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIov8AbuGKmatzobwwQ47TMBrtteuO31 { top:12.25rem;left:34.875rem;width:12.875rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqcnvNeVXpbysDng1JM0yhaN5PwOIMgE { top:12.25rem;left:0rem;width:14.0625rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAGyOuU1PWS0eSsKycJThHD1HF34w7T8 { top:7.6875rem;left:0rem;width:14rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ48iNCRStr8Ch8vKk3F3F0xCFMTKx0U { top:7.6875rem;left:21.3125rem;width:14.5rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3QZq52qaodTn4To5VAcC1ZR0l61yDx8 { top:7.6875rem;left:33.5625rem;width:14.1875rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcFItAHnr9dHPoglxMTppbPKbfMGxUgU { top:3.4375rem;left:4.34375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZfz9FrJJzi3zlxqzlVwl4SG4eLFw4s4 { top:3.4375rem;left:16.34375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DogczgUNZnIuOeBTHNza1ik1FGgQML7d { top:3.4375rem;left:28.28125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ3Zd32URMSp40tSdRih7pSi8s0KU2nv { top:3.4375rem;left:40.21875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf2wzpEzaZoQNE9oWMgMdcOWTE0ufG2K { top:12.25rem;left:8.9375rem;width:14.9375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK6gtNe3lNbRuPz5RKK4cIo3fiuucBPE { top:7.6875rem;left:9.3125rem;width:14.5625rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wscRD4Tm4p13sOUdDwSAmW4XPftHnDfr { top:0rem;left:23.75rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pzA08BnuXTxmL02ZWaQyJ1VztcXH419R { display:block; }#pzA08BnuXTxmL02ZWaQyJ1VztcXH419R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTyrpn5SdkbRJPLa9aNtmP7EJr6BOPKi { top:12.25rem;left:21.5rem;width:14.3125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB1KFtFO7qV6GbBIhRMqBGOxALbhqxQr { top:12.25rem;left:33.3125rem;width:14.4375rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiI1DaK4eOr5VAvA3QWxoQLTuUg4khLz { top:12.25rem;left:0rem;width:14.0625rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM8T1TeXvGtfQ75Ll6o7zPsEKcOkbsVt { top:7.6875rem;left:0rem;width:14rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQlK3038smO0IKCkaMp8uW4vgN66RrWu { top:7.6875rem;left:21.3125rem;width:14.5rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2yCkThuh6f5KC0FtBA3Qgi4ZwycMg6b { top:7.6875rem;left:33.5625rem;width:14.1875rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdnPEJykeESMdbGJkPioh1hlekWWUb1w { top:3.4375rem;left:4.34375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DslZtK2ssB0i80r8RFXJZBdEZT7zGb4e { top:3.4375rem;left:16.34375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u99rdt4fNU3nxOdU5KIiMEUhl8Gxdyve { top:3.375rem;left:28.21875rem;width:3.1875rem;height:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR4PdbiiAZfiNGcUlSD1wcy5dS78liiq { top:3.4375rem;left:40.21875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnappSldaM4SJPRZFTne5n2nAudTIyAU { top:12.25rem;left:10.3125rem;width:13.5625rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILHOF49Z93K7wvBaDV8hMLVPvnIg3KUw { top:7.6875rem;left:9.3125rem;width:14.5625rem;height:3.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCmO52OLMuf4cSMiviOHpiy4EAgEHXOV { top:0rem;left:23.75rem;width:0.125rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc { display:block; }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8eysNpme6vwGIBd7RdMcE2ONTiVQu1r { width:20.3125rem;height:3.4375rem;top:75.625rem;left:13.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7bduRZeCSXlHRs8zEBuSdU3EbkvFNi6 { display:block; }
 }@media only screen and (max-width: 763px) { #keCTIkRRmCQPzQ5bBQAGawN9q3FUrzSN { top:4.1875rem;left:2.75rem;width:44.75rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA6CwZizZBewKNSPg6PfrTNseV94TneQ { top:7.3125rem;left:0.0625rem;width:47.6875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylJriyx3vNltdHmQeZvM6dstbntbmh4O { top:3.125rem;left:0rem;width:47.75rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9BCbDBmR7Mpz9kIKczbKT7TLGixhi4M { top:6.0625rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwImuC7zAP7c9tmOoWRyhkw39sl9BKSW { top:8.375rem;left:0rem;width:22.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xweEHoMy82kUkNgGT4HOugnnVa5pN7I7 { top:2rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBsWJHk0U3AabD1bFOsvF4UC27kHMEIk { top:9.75rem;left:4.9375rem;width:5.875rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuwzeZXkwXAgcTLXQWzVgizHeMahy4LV { top:12rem;left:0rem;width:13.5625rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXuS8LpcpsSKvqSR57rTWuLKq8obyW6a { top:8.375rem;left:12.625rem;width:22.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn35lpTkD5uqRcKtD2ikFarOoKP01VQS { top:12rem;left:14.1875rem;width:17.25rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoS0fzzdTKDAyctRTUE4tHbBG0aTOfX9 { top:9.625rem;left:14.03125rem;width:19.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGoAD0TmBWX38EkkSKkIyX8EyNclFs7a { top:8.375rem;left:25.25rem;width:22.5rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWgphTKCnRX0ptAT6M0R9T9MANC0RCaf { top:12rem;left:30.5rem;width:17.25rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJz4roCVuzRRqTd1op8JIDA34EnKnfOA { top:9.625rem;left:27.5625rem;width:20.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycagJElC7gLe1CORemJhmFa8e1BLw4SP { top:9.625rem;left:0rem;width:11.4375rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGOdNsI5DVSeeumhefxvQtDfF6pQhGEp { top:9.3125rem;left:4.875rem;width:5.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMzTxb2Sd5wEBslTZUUEL7Cv6ckCeIbi { top:9.75rem;left:29.3125rem;width:5.875rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvF50VKQdXyigkaaHvmWOy74VSQxnTT1 { top:9.375rem;left:29.25rem;width:5.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVX9AqM7tPJrNONEzvKW7ZEHqUaWEtWt { top:9.75rem;left:41.875rem;width:5.875rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8rSlg2ZhZMcPXgAepL7B0kcI3mHT71g { top:9.375rem;left:41.875rem;width:5.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TckTT5JZiULNgEpgP9HDQBB2aWTk4lAw { top:20.8125rem;left:12.625rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTLR7ESh5Z8QOFgtB4x1lJWipte3nO5i { top:24.4375rem;left:14.1875rem;width:17.25rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INNV8gpHlvBOTkgU9CKsVqvmXwusz8vJ { top:20.8125rem;left:25.25rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmDbkCletzVVgh5HK2xucHiNfyLrl7CW { top:24.4375rem;left:30.5rem;width:17.25rem;height:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGaTrPVIkL28wqDv2TgFlZFJgq3qZswz { top:20.8125rem;left:0rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8QFvh7qdRZDLKMZdrAuiLmByK3ov8DF { top:22.25rem;left:4.9375rem;width:5.875rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmvuV6mic1c9QWurTR7IXudCrgTsbI2J { top:24.4375rem;left:0rem;width:13.5625rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFqkZwhxgZzTdQDqDBnZBS9e6fRn8SIi { top:22.125rem;left:14.0625rem;width:19.6875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTqOKs3umfOBIc0E4517QS1dbtUn5IHJ { top:22.125rem;left:27.5625rem;width:20.1875rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1wNEots3IVKR6QcSUKQ1TioV2Rgz8TJ { top:22.125rem;left:0rem;width:11.4375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mb0P8ArESgmzeGcS5XcEtAvGvkRQG11a { top:21.8125rem;left:4.875rem;width:5.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFmCA19fQ7cybTTfIDAWoITI8RMcqJ4t { top:22.25rem;left:29.3125rem;width:5.875rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlS23edqc9tNOIXxTJCLJS3QhRy8cHDh { top:21.8125rem;left:29.25rem;width:5.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbCNygvKqZW7436VHsOSmcWzz5EEIwJR { top:22.25rem;left:41.875rem;width:5.875rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM7xasvzpJEVyJo1zf4lHggQxPKXI0wO { top:21.8125rem;left:41.875rem;width:5.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAX5Z17SXwBxN1QuSsU9zOQCAB1WLdPi { top:37.25rem;left:25.25rem;width:22.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJoy4KDxq6U3fywWUAACrHGHrI8QDE0R { top:40.875rem;left:28.8125rem;width:18.9375rem;height:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD72GCv9BbkG9z8RffrcgLlIPHdiKf5d { top:37.25rem;left:12.625rem;width:22.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #peMJO1Mk8k3LLk6mALmUl6wR2Sespy6I { top:40.875rem;left:14.1875rem;width:20.0625rem;height:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUUTOuEBa4mcLfKK8l38usWsrkyQpOEZ { top:37.25rem;left:0rem;width:22.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS71c1uhlaLd5qTPcuz6n1oBUiXEnalv { top:38.6875rem;left:4.9375rem;width:5.875rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5RGVdqMTpV6yqKaXSEyauwgI7rnVskr { top:40.875rem;left:0rem;width:19.625rem;height:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzMa3ES8PRErRQBg2I8VKc9L3Qp3a302 { top:38.5625rem;left:14.0625rem;width:19.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2CfXWKuB3BgHlhWPbG8lvBGbiorAiWK { top:38.5625rem;left:27.5625rem;width:20.1875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxawO3UgvTq059tTyilgzG0O7rzwkUpv { top:38.5625rem;left:0rem;width:11.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSVtA1fTnAoppM0X3zh0T2JNO8aQpcAq { top:38.25rem;left:4.875rem;width:5.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH7Zuo1C1GxEZ5MGTmSS716l4uoGHy25 { top:38.6875rem;left:29.3125rem;width:5.875rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ9sp4Pekq4Zs5pTQfnNCy30T53C1NBp { top:38.25rem;left:29.25rem;width:5.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNWP38xOvADAXzIq35kqe97ciVWkLJok { top:38.6875rem;left:41.875rem;width:5.875rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNT5O2l4sOcEnryQQ3TVmFEWqeMttBNg { top:38.25rem;left:41.875rem;width:5.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRGOWFLx55PkRxuCLVnPzqX5FBwIJDRg { top:51.5625rem;left:25.25rem;width:22.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmCgAULbmGT00inQ7BbJt9d4zsKncT47 { top:55.1875rem;left:30.5rem;width:17.25rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJiCQpwsrk3MMwRXdeIUCoTMWQMadR0a { top:51.5625rem;left:12.625rem;width:22.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwNlTwqCqqRncLMMcuyVatgFMLWIOJ5M { top:55.1875rem;left:14.1875rem;width:18.8125rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQlbJ0bFTiaEkDkMiASer8CLPVEKGx9h { top:51.5625rem;left:0rem;width:22.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMmvv8aqBFF5lLZTTmG37dDtBdpG9xvb { top:55.1875rem;left:0rem;width:19.625rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0olivdWGA5i7IHErRRVWKvZDybX6FGT { top:52.875rem;left:14.0625rem;width:19.6875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZdyk9g12aQKsFderITwG9GaJbaP7AFn { top:52.875rem;left:27.5625rem;width:20.1875rem;height:1.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWe2CDh8a254DLKwX0wicd7ZXfZVngo8 { top:52.875rem;left:0rem;width:13.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFZkssTOPfTUB00yTgsIIwVKTDR5p1CG { top:52.5625rem;left:4.875rem;width:5.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCg47A5lKt8dJF8Ml04gl6f5TEhQKbUE { top:52.5625rem;left:29.25rem;width:5.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr1CZCypFhGXVy9AK3bK41qBLCPsNv7L { top:52.5625rem;left:41.875rem;width:5.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFHf6SdnXtL9EqTlUMk64JJSAaeZX1Fq { top:53rem;left:4.9375rem;width:5.875rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAguumiT8RqPoFBwwGTeMdSUepsuXvns { top:53rem;left:29.3125rem;width:5.875rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLcPubbtxtsrCUBee3ktTn2hHAMHEVM6 { top:53rem;left:41.875rem;width:5.875rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APyx1Z6IkRqEgbpSwSCn30Tr7ozPXw3G { top:69.25rem;left:0rem;width:22.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIBOng2RB5eUZNBlLeXWZbLLoGu8WZNM { top:72.875rem;left:0rem;width:19.625rem;height:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pug8fUTDUgbs6WDmmIyK1sGfrulEhD7S { top:70.5625rem;left:0rem;width:13.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnEv59pVa7iQRVNl6FrmsEZUCBpwC814 { top:70.25rem;left:4.875rem;width:5.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvziVDmqP9atwQT2Xqnpuk7rzacI89FI { top:70.6875rem;left:4.9375rem;width:5.875rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #anLndtVDDiCFtayNC6T4Qe4ubeuZvNdt { top:1.625rem;left:28.0625rem;width:18.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWVH1pHPdwTOZLFheqOxt8GARo5gMfDe { top:2.0625rem;left:33.375rem;width:14.375rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byw1xqv5O7SN6oN1SFmpDsPJLawGaWu4 { top:4.375rem;left:25.625rem;width:16rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #witpf3ruDcZrBA4z5pXAaafVl06hm8rW { top:4.75rem;left:34.4375rem;width:13.3125rem;height:1.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUmdOWicoZXuJLQ4ecuP7aJwzbtqDXW7 { top:1.625rem;left:28.0625rem;width:18.25rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0ieMr7oRT1yzfUklW5VoLnUzipk4C0g { top:4.375rem;left:25.625rem;width:16rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysceignNHD59WkqT5GEnxRE4s9UyGaLA { display:block; }#ysceignNHD59WkqT5GEnxRE4s9UyGaLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp { display:block; }#NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVrx1soCvWxdQOLJ8St9c3POupllo0Mf { top:41.9375rem;left:0rem;width:28.875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmraurPa8Xa7sDaGAFv549ANhbh3QVb5 { top:42.875rem;left:0rem;width:26.875rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2hnnfKKUm3uUkZrRcJyKyNM3JyLEzSL { width:19.5625rem;height:3.125rem;top:62.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICzQQXsvkG8mRQpbTicIvvoOdewtU16M { display:block; }
 }@media only screen and (max-width: 763px) { #CBf2LpdQznmoi45n5D41Ckzf5ZC1bwLw { top:59rem;left:12.8125rem;width:5.875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfnq5pJ9qRdxB5FTfsOPO8KxIOtUx1ge { top:63.5rem;left:7.0000038146975rem;width:5rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTyH5ALE1wDTTAZgWcWKNydwEC2ClpFQ { top:49.75rem;left:0rem;width:25.1875rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HITFTk33PtQxX8BSNWFpPbAhBckacA00 { top:59.875rem;left:18.25rem;width:3.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUz31fLVKD2ZT2ZHhbBzVBXGhnAdUSUG { top:47.375rem;left:0rem;width:30.625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F0GN3kU7T5vVzGR2Kib8sz9wCT9B9whJ { top:61.1875rem;left:13.625rem;width:7.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQp1yoBUv93DHPTCLqh4dpqrvTAaDa9K { top:8.4375rem;left:0rem;width:17.3125rem;height:3rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9NuKk17uebA8zEfILpWabAF6Ff5f1Bd { top:54.875rem;left:0rem;width:25.1875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3pX9GWKF6copwnLuSIc58z0FqQi5mLZ { top:2.625rem;left:0rem;width:46.375rem;height:3.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTLQLDVUfqcRr06CugdEUezCZCnBgeIr { top:10.5625rem;left:3.1875rem;width:41.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBfg9dsnFIBNO2SLn0nnIAiPQ4BpL1xc { top:8.8125rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU3wppDvK2EBdn2Th48qNAgeeZQN3JhF { width:19.5625rem;height:3.125rem;top:26.0625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApvAnSCTlNethOJpp9J4imsuO6vHMKmF { display:block; }
 }@media only screen and (max-width: 763px) { #CTR5TAGhbvIphma5AWwZZyLZZx7E5l9M { top:21.25rem;left:42.5rem;width:5.1875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f88Bl1TwBsJDCyPICi0vGLu2eA8g0wwD { top:26.75rem;left:39.069232940674rem;width:5rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP3iTETm5BOMelsI0WU6PRxW1tVdx4I1 { top:14.3125rem;left:0rem;width:26.0625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZZqUSUG7S3KrHVU9N9IcynBU2STaKVa { top:22.0625rem;left:44.625rem;width:3.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI3qwuQg4eTTnXa97VX077zsRanpDFB0 { top:23.4375rem;left:40.375rem;width:7.3125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR8s7uVbVbbB8y5Nn4oJJNpcillEMSHQ { top:22.375rem;left:0rem;width:32.3125rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1yEZyLKxlKVPxgaxqEbWLy0tkTiSRKu { top:9.6875rem;left:0rem;width:40.8125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zb86F0vEHECMnn9vFEEd6nPmgO7wyS4E { top:19.5625rem;left:0rem;width:4.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWvaAUDK4xl2fHwBJewUfeRM1MrKQoux { top:19.5625rem;left:1.6875rem;width:5.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc2Joye6xFaBe8plHWZ7QJCUrvUlxLeU { top:19.0625rem;left:0rem;width:20.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5risIoiGlS4BQMTu5fKO1PxfZGkJAQw { top:19.8125rem;left:0rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6PcBLSpwkiQ6bTIQl8LPKg6Ll8PyoQO { top:19.8125rem;left:6.4375rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NspsUEvRIyQ5ts3klAZHB9SXRDKsXsWT { top:19.5625rem;left:8.5rem;width:5.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0omfM6dd9uHgDKPf4RgZ5XTcVAGm3vE { top:41.9375rem;left:18.875rem;width:28.875rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZzKfNogXqMmmXkxOuKvqESCAm6O2ora { top:42.875rem;left:20.875rem;width:26.875rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT6TKeeyUHrLEtPTEJEk1kHHJHIi47Qf { top:47.5625rem;left:0rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xId1sabnSvFiERazROHToGzVgTqiR4Eu { top:47.3125rem;left:0rem;width:4.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya2QzgpA7ybqFiK52ZDO81NotDZVTNFT { top:47.3125rem;left:1.6875rem;width:5.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #acGS5TZvxEZLWZKKaKHMterNUH1D7iyr { top:46.75rem;left:0rem;width:12.75rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0l5fFWHWUL4ScdCR0tRwzP0G5xVbczz { top:47.375rem;left:32.875rem;width:5.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWukofupVpzFRhWeEy2gycnzsGSnAIpL { top:46.8125rem;left:25.0625rem;width:12.6875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfWagO3NT4hwDL5BIB8T91ebk3BBuMXd { top:47.625rem;left:31rem;width:0.625rem;height:0.625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlCxgxb3RUIhFpdAsPpTLJPyiVN5vM4V { top:47.375rem;left:26.5625rem;width:4.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd1Amqb2oJ2N6fJh8DfGTZ8EbSyB1zHq { width:19.5625rem;height:3.125rem;top:62.8125rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvMfxNQRCgVMSr1wSC4nvzJh7mpVHCHO { display:block; }
 }@media only screen and (max-width: 763px) { #uXmtuapGxTcJJ1iVgchLqs5rJg7GVrwV { top:61.1875rem;left:40.375rem;width:7.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXLgyZTpnPomzKVvu8TpQ7B8d60OIhQy { top:59.875rem;left:44.625rem;width:3.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oitffiZrakBdbFJZFcLPdXPaaMNMG3tS { top:59rem;left:41.875rem;width:5.875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqUn76x0ocd8GkxNe6AwIXoTHD1SpUTy { top:63.5rem;left:38.187068939209rem;width:5rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq5z1AECnS5ChbA8vVHaJePs3mzCxJhE { top:49.75rem;left:23.1875rem;width:24.5625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2AKALAR2ZQNEfDCmy87J5cyAyTAOw7r { top:52.375rem;left:23.125rem;width:24.625rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRd54NOO2CVTT5W1m8DmPf13Q69NyyJV { top:35.8125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw15ru9J2ffKJ5Xty7Tug7uvCakktayE { top:26.6875rem;left:0rem;width:32.6875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVbbvtnXQgIzLC3GK4IkQJqEoP8EXPgb { top:55.0625rem;left:23.3125rem;width:24.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmCpFKU0cVvo6XqEvlFas6ya1GbQxFgR { top:13.625rem;left:0rem;width:20.5625rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TfZwE1nXXwKBUmQg4Uf3vVysBRUTJTRy { top:8.8125rem;left:0rem;width:47.75rem;height:17.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWDv88Z5mA9be942DV5be7aEFgy7r2tU { top:44.625rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIt7v3Fxf7qgFk0Rvl4QxdgMnMbl0yGQ { top:50.25rem;left:0rem;width:20rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aG0AT563RRJooBBSQF3N0KQaGTs8tqx3 { top:39.8125rem;left:0rem;width:21.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkHNK8PWhOWCPW4K5GFNT8RX1rIfcqaT { top:39.875rem;left:25.0625rem;width:21.9375rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SS8gbd4VHO4fMufv0n4OuTEWAAkmercm { top:27.0625rem;left:20.875rem;width:26.875rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA520u9C7lX1yMqZvCaWFAdfflv3ZbJB { display:block; }#rA520u9C7lX1yMqZvCaWFAdfflv3ZbJB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bn6Wg3UE8sq1mlQ7Ti2fKVTVStHZ0rBN { top:1.6875rem;left:0rem;width:47.75rem;height:5.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwMeShraDVnC3Dl2JXJIpsg5G9fJ7MsE { top:8.75rem;left:7.6875rem;width:32.375rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlcHAKSqtBq3GSsCroMoGZAa3cQ3dQqO { width:15.6875rem;height:1.4375rem;top:20.9375rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwfHdFTs4A7qxEtvXc03uhqxOBTHBVQ9 { width:7.9375rem;height:1.25rem;top:19.6875rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS3QLpJbNc8lXnpLqmxh3bv311qQ3k1T { top:25.9375rem;left:22.375rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #utUWDG9ULzcRfGe6iH5oNQS4S9P67KX8 { top:15.75rem;left:22.375rem;width:19.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnvRBtcRkAMUcxbRkr7ftdkpf0ZM3IU1 { width:8.75rem;height:1.25rem;top:24.4375rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx29VvpJiSxh37XqRqqh2OoAqNTuWM3o { top:16.0625rem;left:23.25rem;width:16.75rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkHNIHqd2akupC7dKiE4kTkTqdG7Edbm { top:13.3125rem;left:22.375rem;width:19.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngDLc20EonP7blarwQC8pnKMlTSP6wPk { width:28.125rem;height:1.75rem;top:3.5625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hH2wRrA2iIZQRguHHT5tghFmkqMcv60V { top:13rem;left:6.125rem;width:14.3125rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJAQS5yOMfeFlao91NWtdP42PXwthTNk { display:block; }#AJAQS5yOMfeFlao91NWtdP42PXwthTNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gT0zF7gff3slpdDWkhcHf9agQ2LqUg5Q { top:8.25rem;left:0rem;width:23.875rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeWV6iJcbqS4kMIRe8DHKux5nOgndk2L { top:4.25rem;left:19rem;width:28.75rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0R7zgE7u9RtXsQtcyP85x45DtHdeKEK { top:10.5625rem;left:0rem;width:3.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9Il8SrLwxpfdQDBoeF6C1tbzELhtaxI { top:2.25rem;left:0rem;width:20rem;height:2.375rem;font-size:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bbe9qycJm5qCJVz0dr4oEXKyGkAXiZ8W { display:block; }#Bbe9qycJm5qCJVz0dr4oEXKyGkAXiZ8W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH21HFRgs7tPqnkWINeS0UzbJCpryyno { top:2.5625rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PknDyrkSZ7xFBcM4tEVhTy1bKtg1pTDt { top:9.75rem;left:0rem;width:8.875rem;height:5.7721760657939rem;display:block; }
 }@media only screen and (max-width: 763px) { #X88EHk93Zio2hqEcxi1mmStgWHSZgx7d { top:9.75rem;left:3.9375rem;width:8.875rem;height:5.7721760657939rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrZkrU3OhPwT4Qi9WyBQFLi0NK4uR5pT { top:9.75rem;left:14.3125rem;width:8.875rem;height:5.7721760657939rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdwzyKHgulwb9uUEbK36Bo8JKbxhprd0 { top:9.75rem;left:24.8125rem;width:8.8125rem;height:5.7096663180358rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9zIE3KsT8S8Ke588DDno1gswhLKOwil { top:9.75rem;left:35.1875rem;width:8.875rem;height:5.7721760657939rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxc1ywSQvxwpKtGxuTEpMfTDOMHSzVTC { top:21.4375rem;left:35.25rem;width:8.875rem;height:5.7716520714281rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEPGExp8FpFOnw9kJowwcikJUndOZXtJ { top:9.75rem;left:38.875rem;width:8.875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3T1esucvZfhWPwDxcpCctmVseXCTyPr { top:21.4375rem;left:0rem;width:8.8125rem;height:5.7094104540941rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilp8bccgu8OdhsQMKmT9oqBJyXU8IcSv { top:21.4375rem;left:24.8125rem;width:8.8125rem;height:5.7094104540941rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdo3nFm37CByathkSZT20gQ7u0xiCqzC { top:21.4375rem;left:38.9375rem;width:8.8125rem;height:5.7083367958478rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJBhPqfGK3ZchIZkmyhdMJDuF5isTcei { top:21.4375rem;left:14.342666625976rem;width:8.8125rem;height:5.7094104540941rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh5EUGmo1SaB9VEfHcinxTQQLUzxd8Ob { top:21.4375rem;left:4.060546875rem;width:8.625rem;height:5.6458325538222rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSRiksiTuWe41bRGyRm2dVJtmJF8rJtT { top:7.4375rem;left:8.375rem;width:30.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fipHxhMTZ0M5cXbOcaKtwdq9B3Rr6KqP { top:19rem;left:8.5rem;width:30.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XR6qArQxBHZl4Sf1gPIPCu7bk7Rlu96b { top:28.625rem;left:0rem;width:19.9375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uF1GVK1J8O4QM8TiBZP6azy848mXy807 { top:29.0625rem;left:0rem;width:8.8125rem;height:5.7091855869599rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRatJwTVDTRzJg1RV1u5f3w9qgBvRQNe { display:block; }#uRatJwTVDTRzJg1RV1u5f3w9qgBvRQNe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lv061iszuitN45wh1QC8i2qA8aTeL6sr { top:8.5rem;left:0rem;width:10.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLl49aLrO0ECaqiwZfaUr9dKHHvtshHl { top:6.625rem;left:8.5625rem;width:39.1875rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcosGIafBZg8BwXEfPXb4zIhMz2LEFqq { top:2.5rem;left:12.3125rem;width:30.9375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdP9AaTyi67oXicxWHJ7ggaqC1KG07vm { width:19.6875rem;height:1.75rem;top:16.3125rem;left:12.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1o1BCG9vT0HGHpGdPJqClrwQwpwVdsx { width:19.6875rem;height:1.75rem;top:16.3125rem;left:28.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esRU9POyzwQMoNSMdAtkKOPLQaqifKh3 { display:block; }#esRU9POyzwQMoNSMdAtkKOPLQaqifKh3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJdrhB8GVifv4G8D8TVpLCKhH5d40Hcy { top:5.25rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwW6H6oaskZBg9nkCt6xNX7FKbhUyATL { top:5.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #me2b55gZZkIR10rcpKvoWDp4GWazeftP { top:5.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr5RC15FpdtQLTBk3MLOryuNCNzR892m { top:5.3125rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etypx77dZfDgkGxnExUGzaL05hnGk10C { top:5.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe7mLl21tf2TIx6yzaiWrg8JunvIbeIJ { top:5.25rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enuCFyBDMwV3Xe5a0VRuPBHU9Zhxvm6s { top:5.0625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #okTxZflcNKi1QKTBIWqEyVs4WCfEQIV3 { top:5.25rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5WENMlhooQ8tcRxbLez1672MPZhVZcL { top:10.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO97yWhRdZvo1A9BHOgobc3amtQ61arQ { top:2.8125rem;left:4rem;width:12.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB4DpTUheFmeuiLcFa8Zv0nKyrmt5iUb { top:5.0625rem;left:6.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN8qzu9zeCRawsKNSEVxWyDpoPRisUcO { top:5.4375rem;left:9.5625rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEMTBB4T3zt04VyE2TuqTpSev5sx7JOq { top:5.6875rem;left:6.4375rem;width:19.6875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x79TC8Ukit9Tvu7eDEeosbQfigBIvNnw { top:5.25rem;left:3.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTowr17nnpmdspDBNb8eApDriN8U1pmt { top:2.8125rem;left:29.25rem;width:12.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #raHuTexRAD6ZWlmJQ9oEWKXMcu7HrzZd { top:5.5rem;left:27.750001907349rem;width:6.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmMKwQxWLXyiMQphV6M45mxqN5BoRNH0 { top:5.4375rem;left:35.25rem;width:3.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT5ZCohXF6hR6Zkx1mGJgQXeTiNihaBz { top:5.6875rem;left:43.6875rem;width:4.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz9X4FPU9PZTf2GXXpmlb33LOA3bidOQ { top:5rem;left:41.3125rem;width:3.4375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVTnLRzP1DrmfAOWubDbfPbXyT5r43Tb { top:12.1875rem;left:0rem;width:12.5625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC2eAWrtHK04PNwVaNiyoeWJ4l5wTVpy { top:12.1875rem;left:7.4375rem;width:7.25rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3cBrSHUWTSyForZRH7pwIoTOx8AITRE { top:12.1875rem;left:16rem;width:4.375rem;height:0.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9VC02LZPeh0dO3Fh42xZ0w1ThOmvOk6 { top:12.1875rem;left:21.625rem;width:6.125rem;height:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnozg1lERhNOSK3AfAFHOoAMscpGqk0W { top:5.25rem;left:43.75rem;width:4rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX5AKntDl4W9cpVyVoTtFcwVnEmkBxIo { display:block; }#wX5AKntDl4W9cpVyVoTtFcwVnEmkBxIo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKLhi6t2Rhoidt4OV11SrCcK6iFIy9CO { top:2.6875rem;left:15.375rem;width:16.9375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMN5riBtbopG79bkANV20dAoRtpyUxPl { top:7.5625rem;left:19.9375rem;width:7.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNAO9a2PdL0wDK3LU2EaFAo70H8MhvqF { top:6.375rem;left:21.75rem;width:4.1875rem;height:0.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e1mBZ1JCEEQkQUqVURdBe21htTpn1Gqg { display:none; }#e1mBZ1JCEEQkQUqVURdBe21htTpn1Gqg > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #I3WFStHxh5l1ZCSLE0rxwV6vRhqLU8Zf { width:18.31175rem;height:2.25rem;top:9.17724609375rem;left:0.843505859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDrVGrAnUpf9Wvb1L3MGsAGfd7SuAHFo { display:block; }
 }@media only screen and (max-width: 763px) { #KuwDc8vaSgeBZt9H6wemfvgJKTTtel9z { width:13.8125rem;height:3.1860375rem;top:1.25rem;left:3.09375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JE96zIxOqDO2KpNHrNHAM8zGdS0vISuB { width:18.375rem;height:3.8125rem;top:0.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBalw7mCniX004f1eUOAVoC046VaZQVL { width:20rem;height:1.9943247216492rem;top:5.8740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad2y70NQe4HIu2TR5MZ6iyfgIhm3v2Tv { display:none; }#ad2y70NQe4HIu2TR5MZ6iyfgIhm3v2Tv > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f354pZIV2TM6LqbxbtinwLpt7pDERStD { width:18.1875rem;height:2.3125rem;top:11.25rem;left:0.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZHc0AXtIGfmr0l5569BEONREbl6A8pd { display:block; }
 }@media only screen and (max-width: 763px) { #vJ2IqKrrMISsPsa0FgIrTnnL8dxkNb0Q { width:18rem;height:1.59375rem;top:8.5625rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Wk9T5Lrg1uXiKJ0LCMomLnKtfDxiRrut { width:18.375rem;height:2.5rem;top:8.0625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9f3NnBf9T5oxTh7hZpFtIceyqlv0OKo { top:0.5625rem;left:0rem;width:20rem;height:6.9375rem;z-index:15093;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB { background-color:transparent;background-image:url("https://images.assets-landingi.com/Np9c8ZMN/DL_hero.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.adaptive-delivery-prevent-bg, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyload, #gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB.lazyloading { background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { background-color: transparent; background-image: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.68); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,14,56,0.68); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row > .video-iframe-container { display: none; }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .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); }#gtRyPHadX5Mhu46XE5LsTZXmlqpTqHNB > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WR8kpMlaEO45UeL8NOT3ORp5qA4et76s { width:20rem;height:6.4705881875rem;top:30rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9uU92NQMvo4cZhxo4tsHQwo8bePCo8e { width:6.25rem;height:0.375rem;top:10.8125rem;left:6.8749998211863rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6aRh53yNozBbfptPckrWHTWc7AT4vnP { width:17.5rem;height:3.4375rem;top:38.1875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNmutvnDtICpJqVXbIiRnTJrCWtO8KBl { display:block; }
 }@media only screen and (max-width: 763px) { #TThoWPp3M3Xz3KyDVT8azz2l1OXkUaXm { height:11.1123046875rem;width:20rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFEqeBgFB3lDp0Hy1upmxufkGvkG2blE { width:17.9375rem;height:5.9558820625rem;top:5.8623046875rem;left:1.03125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bfpi3DSZpXMl2WVDT2JRQSFKEtNKgaeP { width:15.125rem;height:2.0625rem;top:1.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #prpfzl7DbEwmokyso3MoWgHrCkvaR1tV { width:15.875rem;height:1.25rem;top:42.875rem;left:2.0625rem;font-size:1rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #UhbsMHHNpTtQxO7RKf8StkBCPHJDdAn4 { width:19.125rem;height:2.1875rem;top:12.686767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXW2dVmUDADdnESeUy29a7SNS6GQWgtR { width:4.75rem;height:1.102941125rem;top:13.275390625rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKGU9P2wWw530krQVnnZa3Ahp2PnINVE { width:0.625rem;height:0.625rem;top:13.34375rem;left:9.4375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyQh6PMb0FfRfDNwKqRysKn8lsBrCtEI { width:4.1875rem;height:1.102941125rem;top:13.212890625rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzemAcHmWhDAVoJ74eg0iADZFlwQUuXG { width:0.625rem;height:0.625rem;top:13.34375rem;left:14.375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbHDZWciJPp7sIDf8xHNTzKsxunmplrW { width:4.625rem;height:1.102941125rem;top:13.212890625rem;left:15.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6Z0r11q9vwQNHEwT8JJTmwo6qzQrxTT { width:0.625rem;height:0.625rem;top:13.4375rem;left:4.75rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF2WITV7nrvO9LoSzgnQi7sbdrXL1deO { width:4.75rem;height:1.102941125rem;top:13.275390625rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUl2HMlhctIun5QkbGK74zVuNtP7xl3z { width:7.9375rem;height:2.0625rem;top:1.5rem;left:6rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nSdNQugsDC0ZzPI7lU6U0L7SzB7fq2I9 { display:block; }
 }@media only screen and (max-width: 763px) { #MTRyktHKLzrBqlbZIEyUbTVqO05BD1pi { width:7.6875rem;height:auto;top:1.9375rem;left:6.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mO3yupGBchtuCbaW1CeakmeevixOR3xN { width:3.75rem;height:auto;top:1.9375rem;left:8.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #adbrMRvFZvgRqC9xo9yFVO7bWIUXuuE3 { width:4.5625rem;height:auto;top:1.9375rem;left:7.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iZKHqo8hMTMVvpmKuGNq2TuairX09JIk { width:3.5625rem;height:auto;top:1.9375rem;left:8.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIoVWqonTfcuCmVHAPZ31kCWFE8dDM3n { width:3.8125rem;height:auto;top:1.9375rem;left:8.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dTmKcPfJIAZNvPfSrh8K74T4QcHGakdq { display:block; }#dTmKcPfJIAZNvPfSrh8K74T4QcHGakdq > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZK7A1eLPkPDZ20EOSzNn3XGLDT5weX3 { width:8.5rem;height:1.625rem;top:4.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz2uMr2bEvt9p5dic383aBUs2eqfqoaO { width:6.375rem;height:1.8125rem;top:14.4375rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWlLgvu3B1AOOLhMyLJU52bW51JSizW2 { width:6.5625rem;height:2.125rem;top:4.25rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgcgVIWexcqHzalO1aAwIawTGECATNHi { width:8.0625rem;height:1.3125rem;top:14.5rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW3a464QvNWZluUEJ2c9yG4uwhnWkZQ0 { width:8.875rem;height:1.5rem;top:9.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs89ru3ZQbJRsGJ4M4NTZ5tJbMsAhiBc { width:5rem;height:1.8125rem;top:9.09375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lU6pZVQqV68AQ2U4ODDmc6fC2XDM8tTl { width:4rem;height:2.9375rem;top:22.1875rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBiSB31V9XhbBv3EnWxkiwFrwSBeW3D8 { width:20rem;height:2rem;top:0rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGttx4l78IqTGCdgGhtcTOgTwSLh4GcM { width:20rem;height:1.25rem;top:0.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 { background-color:#00184e;background-image:none;display:block; }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .row .container { background-color: transparent; background-image: none; }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .row .container > .video-iframe-container { display: none; }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .row > .video-iframe-container { display: none; }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .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); }#Bh55mswO6nJpUAufHVnEVGMfDCmr1Vc2 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uzDf6FdTbU9cOe9xD4T67ze5DiTluVAp { width:18.25rem;height:17.6470584375rem;top:27.875rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FP77lLom9c5kAs7W2p5RoevhD24oALkF { width:20rem;height:2.941176375rem;top:22.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D91T6A47yt0mSTvlg3HVUdIczbWhtwsD { width:1.75rem;height:1.6875rem;top:53.1875rem;left:9.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XODbePRdrq73ndNfeBzGSQQrpRSItCgM { width:13.0625rem;height:14.125rem;top:12.75rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxG29DoPsqzHO7IAXtQH3TPr1Etv0Si8 { width:20rem;height:5.1875rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdadieUqNR6mNDJwGFQmgQJXM8dDL24M { width:20rem;height:1.39705875rem;top:20.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:play;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #I8Q1cCtkDBqBe4aNZr2enFh0CoeKM3I8 { width:15.1875rem;height:2.25rem;top:19.6875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCInCGEE8KnHl9QHGDSaJ4255mJJgfxD { width:20rem;height:0;top:28.625rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15008;line-height:1.6;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #obiwGnTkCL2VeyaUFpBIXm6n2G6Rlk1V { width:16.875rem;height:1.911764625rem;top:1.875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAtvl3ZTNZ89TTKDRm28u0SMTHETas0N { width:0.125rem;height:1.5625rem;top:0rem;left:9.9375rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #zLrRyCJbKTHPFqcfwiwA5gyhvAAhqFbk { width:4.0625rem;height:4.0625rem;top:52rem;left:8rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ycD0oxZTzPdfksXX0Adhbpztm4X7eSy0 { width:14.375rem;height:15.875rem;top:5.4375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q { display:block; }#Ef2a9p3ohmMvDs0GGxS9N6Rmw8T0Lg7Q > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxQ5XyfWkBMTiPGQTfnTmtlaJtOrwkrN { width:20rem;height:5.735293875rem;top:1.1865234375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nO6oowaHRo6AyOwgauekSGrKqORdwrFi { width:20rem;height:11.56640625rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbGCWV4RBTaeBEgrmQsyogzQ9p19yiCo { width:6.25rem;height:1.102941125rem;top:63.8125rem;left:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dcdxtt0hNZKsbNHbP5QH5FNbyfhLiWKw { width:5.0625rem;height:1.102941125rem;top:63.8125rem;left:14.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2zQIkAoC2DnCe3gFHi56AgqmrIRkver { width:4.5625rem;height:1.102941125rem;top:63.8125rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud7LGIfcJL0kSQzRXPaD3aJxErleTBWs { width:2.625rem;height:2.625rem;top:60.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB8Qx4oMtzqeuGiXTJuN1O2ZrUkxvCs3 { width:2.5rem;height:2.5rem;top:60.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfDxcr9WW6fZsPQdIhWnkhPfhdiJUnWP { width:2.5rem;height:2.5rem;top:60.6875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2lZAKq0pfRRLlo0qPlEHWE7EVwhD7IE { width:17.1875rem;height:3.4375rem;top:66.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdrTwLZ4t0XKJhrUQ13IlAepu2UAa1q8 { display:block; }
 }@media only screen and (max-width: 763px) { #re6uHqtd7TnCCmpGOI0DwkhaAmKWfnXl { width:20rem;height:10.294117rem;top:23.75rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OSpoVRFslwII4LUHEHXpfJTT5rrRU6QN { width:19.4375rem;height:7.3529410625rem;top:38.125rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GLxC3XUvCadlKepuArST7T0StgWZlbdD { width:19.1875rem;height:1.4705881875rem;top:21.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Ib0wau55beCrkkIO6TPd7EcmrhEvr9 { width:19.1875rem;height:1.4705881875rem;top:36.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukSsszaDvIuezbyDITquQBOgNha5O8t1 { width:19.5rem;height:7.3529410625rem;top:49.5rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #E7JQmaIxAT3ZiiG0weAr9Fl4ufG7ZuhG { width:19.1875rem;height:1.4705881875rem;top:47.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm { display:block; }#F2vCzSTsdKDLs9uby0sV7zqfMuAMV5Wm > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9bb17gCbUUnTpLVIWJ6R2dXqWfSEBi8 { width:20rem;height:6.6176466875rem;top:1.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Tl6XRkgQrwsRoggR7MFkLqNqTI4iJaGb { width:20rem;height:10.294117rem;top:9.5rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FMKftvbEzNgNwONR3BFuxyib0uINidRh { width:0.0625rem;height:3.125rem;top:0rem;left:9.96875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #K7naVXe20oLDd5uDTDEys3Dnhe6WwiJd { width:20rem;height:0;top:5.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #szM9ofVSNyb0U8HLyx6wvRLGHrbrGROG { width:17.5rem;height:3.8125rem;top:86.4755859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF6NUuw7lycMZD3RVeuEMez1s661fpTa { display:block; }
 }@media only screen and (max-width: 763px) { #x8QqSLWOJMv9fbeKs9glsZn2mvA3zROP { width:16.6875rem;height:0;top:32.8125rem;left:2.5625rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xq1J362crNeLvItGvPJCWAs9MexeWo5U { width:20rem;height:0;top:100.4130859375rem;left:0rem;font-size:1rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #LS1wEVH5XOWg1LiSR6ch1ourrSnPrq90 { width:20rem;height:12.1455078125rem;top:51.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK8hyIE1ks5Mg1x4WfgUrtJdKXEUN3zQ { width:20rem;height:11.330078125rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBtTyGhWT9TJvwepsCtc15m2wkz4E31u { width:1.6875rem;height:1.6875rem;top:45.28125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAKJWS195CQtVDua0P8x3ELxNxFWNGa0 { width:1.6875rem;height:1.6875rem;top:82.5693359375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmTDiS3Q8arbsnfNWPnBX6PCLkc9trpZ { width:20rem;height:8.82352925rem;top:34.5625rem;left:0rem;font-size:1rem;line-height:1.5;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #oI1dTAssFa9dJV0sGE80N2T03dF5KNk0 { width:15.25rem;height:2.9411764375rem;top:44.625rem;left:2.375rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #HF2PHC0wfVRLBs4xolitVzOKaAzUuBP3 { width:20rem;height:16.1764698125rem;top:65.4130859375rem;left:0rem;font-size:1rem;line-height:1.5;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #oMILJrUKoxMBskteP48I9nOwuFGPmEl9 { width:18.5rem;height:1.4705881875rem;top:82.6630859375rem;left:1.5rem;font-size:1rem;line-height:1.5;z-index:15007;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogieZGZnIEZuEN2cMbw8SKeI1onpnzEg { top:49.5rem;left:8.125rem;width:3.75rem;height:0.1875rem;z-index:15012;background-color:#ffc703;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Uf4dkE1oThe9fdqhJCSrirvNmdSr1zRn { display:block; }#Uf4dkE1oThe9fdqhJCSrirvNmdSr1zRn > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lERPx3WaNUF2U2CGtIk8QSLitGZkzJr2 { height:11.711460446248rem;width:19.375rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUJQC9MRLTK67oxzJQ4NAIUqm3eZzAWJ { height:11.711460446248rem;width:19.375rem;top:30.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHEGrD0JU6y8RSmDgKQZPvVD19yEJA7X { width:20rem;height:3.82352925rem;top:0.475830078125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bzz15sqXmTcaPnBTAs354VPTcRhcxRc4 { width:15.4375rem;height:0;top:4.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEiTxUTPxKKonJGffZxknwffMtITO18p { width:13.5rem;height:1.4705881875rem;top:25.1484375rem;left:3.25rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gSQp30wA7Cr8gFEO00oLbtnvAPufElSi { width:19.625rem;height:1.4705881875rem;top:26.6484375rem;left:0.1875rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mNABvfRxm9ZGwHuFVTBWiKSbHCcdMsEw { width:13.1875rem;height:1.4705881875rem;top:43.046875rem;left:3.40625rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gv4Le3wVop6fMivNgBVwilQVOcKNtC8O { width:18.1875rem;height:1.4705881875rem;top:44.546875rem;left:0.90625rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mo8CMFHWqckrUCnoT7AT44LdX56RdD6E { width:18.6875rem;height:2.7941174375rem;top:4.625rem;left:0.65625rem;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #rdNCoH9J9Z9HwVgtnOkXyqtOsJS9vSk1 { width:18.6875rem;height:2.7941174375rem;top:7.9375rem;left:0.65625rem;font-size:1rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #huXiR4sbP3BWqJDn6phfExULxdLtEbaU { display:block; }#huXiR4sbP3BWqJDn6phfExULxdLtEbaU > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VLHfoexNnVn0lhSPPOP4HLLI8qpNbi18 { width:20rem;height:8.82352925rem;top:1.19921875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kabzmcDTOvT9QkKPCEC61Dv7wR3hVfJu { display:block; }#kabzmcDTOvT9QkKPCEC61Dv7wR3hVfJu > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U3dVOnHLXCZ44KPuXscyqmAfaedPme17 { width:15.0625rem;height:2.9411764375rem;top:30.5rem;left:2.46875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IIov8AbuGKmatzobwwQ47TMBrtteuO31 { width:14.9375rem;height:4.411764625rem;top:41.0625rem;left:2.53125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xqcnvNeVXpbysDng1JM0yhaN5PwOIMgE { width:20rem;height:4.411764625rem;top:7.25rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bAGyOuU1PWS0eSsKycJThHD1HF34w7T8 { width:15.4375rem;height:2.941176375rem;top:3.75rem;left:2.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ48iNCRStr8Ch8vKk3F3F0xCFMTKx0U { width:15.75rem;height:2.941176375rem;top:27.3125rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3QZq52qaodTn4To5VAcC1ZR0l61yDx8 { width:15.8125rem;height:2.941176375rem;top:37.875rem;left:2.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcFItAHnr9dHPoglxMTppbPKbfMGxUgU { width:3.125rem;height:3.125rem;top:0.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZfz9FrJJzi3zlxqzlVwl4SG4eLFw4s4 { width:3.125rem;height:3.125rem;top:13.0625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DogczgUNZnIuOeBTHNza1ik1FGgQML7d { width:3.125rem;height:3.125rem;top:24.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ3Zd32URMSp40tSdRih7pSi8s0KU2nv { width:3.125rem;height:3.125rem;top:34.875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf2wzpEzaZoQNE9oWMgMdcOWTE0ufG2K { width:14.375rem;height:2.9411764375rem;top:19.5625rem;left:2.8125rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LK6gtNe3lNbRuPz5RKK4cIo3fiuucBPE { width:15.625rem;height:2.941176375rem;top:16.1875rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wscRD4Tm4p13sOUdDwSAmW4XPftHnDfr { width:0.125rem;height:1.875rem;top:60.625rem;left:9.9375rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #pzA08BnuXTxmL02ZWaQyJ1VztcXH419R { display:block; }#pzA08BnuXTxmL02ZWaQyJ1VztcXH419R > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTyrpn5SdkbRJPLa9aNtmP7EJr6BOPKi { width:15.5625rem;height:2.9411764375rem;top:29.3125rem;left:2.21875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AB1KFtFO7qV6GbBIhRMqBGOxALbhqxQr { width:15.125rem;height:4.411764625rem;top:39.875rem;left:2.4375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #RiI1DaK4eOr5VAvA3QWxoQLTuUg4khLz { width:20rem;height:4.411764625rem;top:6.6875rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QM8T1TeXvGtfQ75Ll6o7zPsEKcOkbsVt { width:15.4375rem;height:2.941176375rem;top:3.375rem;left:2.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQlK3038smO0IKCkaMp8uW4vgN66RrWu { width:15.75rem;height:2.941176375rem;top:25.6875rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2yCkThuh6f5KC0FtBA3Qgi4ZwycMg6b { width:15.8125rem;height:2.941176375rem;top:36.5625rem;left:2.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdnPEJykeESMdbGJkPioh1hlekWWUb1w { width:3.125rem;height:3.125rem;top:0.25rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DslZtK2ssB0i80r8RFXJZBdEZT7zGb4e { width:3.125rem;height:3.125rem;top:12.375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u99rdt4fNU3nxOdU5KIiMEUhl8Gxdyve { width:3.125rem;height:3.125rem;top:22.75rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR4PdbiiAZfiNGcUlSD1wcy5dS78liiq { width:3.125rem;height:3.125rem;top:33.4375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnappSldaM4SJPRZFTne5n2nAudTIyAU { width:18rem;height:2.9411764375rem;top:18.5625rem;left:1rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ILHOF49Z93K7wvBaDV8hMLVPvnIg3KUw { width:15.625rem;height:2.941176375rem;top:15.3125rem;left:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCmO52OLMuf4cSMiviOHpiy4EAgEHXOV { width:0.125rem;height:1.875rem;top:60.625rem;left:9.9375rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc { display:block; }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc { background-color: transparent; background-image: none; }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc > .row .container > .video-iframe-container { display: none; }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc > .row > .video-iframe-container { display: none; }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc > .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); }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc { border-width: 0; border-radius: 0; }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc > .row .container > .video-iframe-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }#To5RdnDqpepNS7Hz23JdMZua5yKpn6Rc > .row .container { width:20rem;height:203.75rem;background-color:#eceaea;background-image:none;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8eysNpme6vwGIBd7RdMcE2ONTiVQu1r { width:18.75rem;height:3.4375rem;top:197.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7bduRZeCSXlHRs8zEBuSdU3EbkvFNi6 { display:block; }
 }@media only screen and (max-width: 763px) { #keCTIkRRmCQPzQ5bBQAGawN9q3FUrzSN { width:18.75rem;height:6.25rem;top:5.5rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #fA6CwZizZBewKNSPg6PfrTNseV94TneQ { width:18.75rem;height:6.25rem;top:13.25rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ylJriyx3vNltdHmQeZvM6dstbntbmh4O { width:20rem;height:17.3125rem;top:3.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x9BCbDBmR7Mpz9kIKczbKT7TLGixhi4M { width:1.9375rem;height:1.9375rem;top:1.75rem;left:9rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwImuC7zAP7c9tmOoWRyhkw39sl9BKSW { width:18.75rem;height:8.5rem;top:15.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xweEHoMy82kUkNgGT4HOugnnVa5pN7I7 { width:20rem;height:6.3970585rem;top:0.85693359375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xBsWJHk0U3AabD1bFOsvF4UC27kHMEIk { width:5.875rem;height:1.323529375rem;top:16.375rem;left:14.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QuwzeZXkwXAgcTLXQWzVgizHeMahy4LV { width:13.5625rem;height:3.75rem;top:18.8125rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXuS8LpcpsSKvqSR57rTWuLKq8obyW6a { width:18.75rem;height:10.125rem;top:24.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn35lpTkD5uqRcKtD2ikFarOoKP01VQS { width:17.25rem;height:5rem;top:28.4375rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoS0fzzdTKDAyctRTUE4tHbBG0aTOfX9 { width:6.0625rem;height:1.323529375rem;top:26.0625rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #UGoAD0TmBWX38EkkSKkIyX8EyNclFs7a { width:18.75rem;height:12.1875rem;top:35.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWgphTKCnRX0ptAT6M0R9T9MANC0RCaf { width:17.25rem;height:6.25rem;top:40rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJz4roCVuzRRqTd1op8JIDA34EnKnfOA { width:11.6875rem;height:2.64705875rem;top:36.25rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ycagJElC7gLe1CORemJhmFa8e1BLw4SP { width:11.4375rem;height:1.39705875rem;top:16.375rem;left:1.5625rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FGOdNsI5DVSeeumhefxvQtDfF6pQhGEp { width:5.875rem;height:2.1875rem;top:16rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMzTxb2Sd5wEBslTZUUEL7Cv6ckCeIbi { width:5.875rem;height:1.323529375rem;top:26.0625rem;left:14.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XvF50VKQdXyigkaaHvmWOy74VSQxnTT1 { width:5.875rem;height:2.1875rem;top:25.625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVX9AqM7tPJrNONEzvKW7ZEHqUaWEtWt { width:5.875rem;height:1.323529375rem;top:36.9375rem;left:14.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D8rSlg2ZhZMcPXgAepL7B0kcI3mHT71g { width:5.875rem;height:2.1875rem;top:36.5rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TckTT5JZiULNgEpgP9HDQBB2aWTk4lAw { width:18.75rem;height:15rem;top:59.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTLR7ESh5Z8QOFgtB4x1lJWipte3nO5i { width:17.25rem;height:10rem;top:63rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INNV8gpHlvBOTkgU9CKsVqvmXwusz8vJ { width:18.75rem;height:15.9375rem;top:75.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmDbkCletzVVgh5HK2xucHiNfyLrl7CW { width:17.25rem;height:10rem;top:79.6875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGaTrPVIkL28wqDv2TgFlZFJgq3qZswz { width:18.75rem;height:10rem;top:48.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8QFvh7qdRZDLKMZdrAuiLmByK3ov8DF { width:5.875rem;height:1.323529375rem;top:49.9375rem;left:14.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JmvuV6mic1c9QWurTR7IXudCrgTsbI2J { width:13.5625rem;height:5rem;top:52.25rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFqkZwhxgZzTdQDqDBnZBS9e6fRn8SIi { width:10.1875rem;height:1.323529375rem;top:60.75rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mTqOKs3umfOBIc0E4517QS1dbtUn5IHJ { width:11.625rem;height:2.64705875rem;top:75.9375rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #e1wNEots3IVKR6QcSUKQ1TioV2Rgz8TJ { width:11.4375rem;height:1.323529375rem;top:49.9375rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Mb0P8ArESgmzeGcS5XcEtAvGvkRQG11a { width:5.875rem;height:2.1875rem;top:49.5rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFmCA19fQ7cybTTfIDAWoITI8RMcqJ4t { width:5.875rem;height:1.323529375rem;top:60.75rem;left:14.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VlS23edqc9tNOIXxTJCLJS3QhRy8cHDh { width:5.875rem;height:2.1875rem;top:60.3125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbCNygvKqZW7436VHsOSmcWzz5EEIwJR { width:5.875rem;height:1.323529375rem;top:76.625rem;left:14.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #KM7xasvzpJEVyJo1zf4lHggQxPKXI0wO { width:5.875rem;height:2.1875rem;top:76.1875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAX5Z17SXwBxN1QuSsU9zOQCAB1WLdPi { width:18.75rem;height:13.125rem;top:115.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJoy4KDxq6U3fywWUAACrHGHrI8QDE0R { width:17.375rem;height:8.3823525rem;top:119.75rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD72GCv9BbkG9z8RffrcgLlIPHdiKf5d { width:18.75rem;height:9.0625rem;top:106.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #peMJO1Mk8k3LLk6mALmUl6wR2Sespy6I { width:18.125rem;height:4.19117625rem;top:109.875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUUTOuEBa4mcLfKK8l38usWsrkyQpOEZ { width:18.75rem;height:13.125rem;top:92.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS71c1uhlaLd5qTPcuz6n1oBUiXEnalv { width:5.875rem;height:1.323529375rem;top:93.5rem;left:14.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #F5RGVdqMTpV6yqKaXSEyauwgI7rnVskr { width:16.875rem;height:8.3823525rem;top:95.875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzMa3ES8PRErRQBg2I8VKc9L3Qp3a302 { width:9.5625rem;height:1.323529375rem;top:107.5rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #n2CfXWKuB3BgHlhWPbG8lvBGbiorAiWK { width:12.875rem;height:1.323529375rem;top:117.375rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zxawO3UgvTq059tTyilgzG0O7rzwkUpv { width:11.4375rem;height:1.323529375rem;top:93.5rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qSVtA1fTnAoppM0X3zh0T2JNO8aQpcAq { width:5.875rem;height:2.1875rem;top:93.0625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH7Zuo1C1GxEZ5MGTmSS716l4uoGHy25 { width:5.875rem;height:1.323529375rem;top:107.5rem;left:14.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mZ9sp4Pekq4Zs5pTQfnNCy30T53C1NBp { width:5.875rem;height:2.1875rem;top:107.0625rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNWP38xOvADAXzIq35kqe97ciVWkLJok { width:5.875rem;height:1.323529375rem;top:117.375rem;left:14.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #tNT5O2l4sOcEnryQQ3TVmFEWqeMttBNg { width:5.875rem;height:2.1875rem;top:116.9375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRGOWFLx55PkRxuCLVnPzqX5FBwIJDRg { width:18.75rem;height:12.8125rem;top:164.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmCgAULbmGT00inQ7BbJt9d4zsKncT47 { width:17.25rem;height:7.5rem;top:168.5625rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJiCQpwsrk3MMwRXdeIUCoTMWQMadR0a { width:18.75rem;height:16.5625rem;top:147.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwNlTwqCqqRncLMMcuyVatgFMLWIOJ5M { width:17.375rem;height:11.25rem;top:151.1875rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQlbJ0bFTiaEkDkMiASer8CLPVEKGx9h { width:18.75rem;height:16.5625rem;top:129.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMmvv8aqBFF5lLZTTmG37dDtBdpG9xvb { width:17.9375rem;height:11.25rem;top:133.75rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0olivdWGA5i7IHErRRVWKvZDybX6FGT { width:11.1875rem;height:1.323529375rem;top:148.875rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JZdyk9g12aQKsFderITwG9GaJbaP7AFn { width:11.6875rem;height:1.39705875rem;top:166.1875rem;left:1.5625rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AWe2CDh8a254DLKwX0wicd7ZXfZVngo8 { width:13.3125rem;height:1.323529375rem;top:131.375rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eFZkssTOPfTUB00yTgsIIwVKTDR5p1CG { width:5.875rem;height:2.1875rem;top:130.9375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCg47A5lKt8dJF8Ml04gl6f5TEhQKbUE { width:5.875rem;height:2.1875rem;top:148.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr1CZCypFhGXVy9AK3bK41qBLCPsNv7L { width:5.875rem;height:2.1875rem;top:165.8125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFHf6SdnXtL9EqTlUMk64JJSAaeZX1Fq { width:5.875rem;height:1.323529375rem;top:131.375rem;left:14.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RAguumiT8RqPoFBwwGTeMdSUepsuXvns { width:5.875rem;height:1.323529375rem;top:148.875rem;left:14.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qLcPubbtxtsrCUBee3ktTn2hHAMHEVM6 { width:5.875rem;height:1.323529375rem;top:166.25rem;left:14.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #APyx1Z6IkRqEgbpSwSCn30Tr7ozPXw3G { width:18.75rem;height:16.5625rem;top:178.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIBOng2RB5eUZNBlLeXWZbLLoGu8WZNM { width:14.875rem;height:11.25rem;top:182.25rem;left:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pug8fUTDUgbs6WDmmIyK1sGfrulEhD7S { width:13.3125rem;height:1.323529375rem;top:179.875rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pnEv59pVa7iQRVNl6FrmsEZUCBpwC814 { width:5.875rem;height:2.1875rem;top:179.5rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvziVDmqP9atwQT2Xqnpuk7rzacI89FI { width:5.875rem;height:1.323529375rem;top:179.9375rem;left:14.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #anLndtVDDiCFtayNC6T4Qe4ubeuZvNdt { width:17.5625rem;height:2.1875rem;top:5.09375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWVH1pHPdwTOZLFheqOxt8GARo5gMfDe { width:17.875rem;height:1.323529375rem;top:9.312255859375rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Byw1xqv5O7SN6oN1SFmpDsPJLawGaWu4 { width:13.4375rem;height:2.1875rem;top:7.875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #witpf3ruDcZrBA4z5pXAaafVl06hm8rW { width:16.5rem;height:1.323529375rem;top:11.5rem;left:1.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #aUmdOWicoZXuJLQ4ecuP7aJwzbtqDXW7 { width:17.5625rem;height:2.1875rem;top:8.90576171875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #F0ieMr7oRT1yzfUklW5VoLnUzipk4C0g { width:15rem;height:2.1875rem;top:11.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ysceignNHD59WkqT5GEnxRE4s9UyGaLA { display:block; }#ysceignNHD59WkqT5GEnxRE4s9UyGaLA > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp { display:block; }#NhkvBJofLgDhs7rEu1WkW5LVysBO1Rnp > .row .container { width:20rem;height:110.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVrx1soCvWxdQOLJ8St9c3POupllo0Mf { width:20rem;height:27.625rem;top:48.6875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmraurPa8Xa7sDaGAFv549ANhbh3QVb5 { width:14.9365rem;height:3.82352925rem;top:49.875rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #W2hnnfKKUm3uUkZrRcJyKyNM3JyLEzSL { width:18.75rem;height:3.125rem;top:71.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICzQQXsvkG8mRQpbTicIvvoOdewtU16M { display:block; }
 }@media only screen and (max-width: 763px) { #CBf2LpdQznmoi45n5D41Ckzf5ZC1bwLw { width:6rem;height:2.1323528125rem;top:67.625rem;left:11.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfnq5pJ9qRdxB5FTfsOPO8KxIOtUx1ge { width:5.25rem;height:1.54296875rem;top:68.75rem;left:7.4375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTyH5ALE1wDTTAZgWcWKNydwEC2ClpFQ { width:17.25rem;height:5.8823528125rem;top:58rem;left:1.375rem;font-size:0.875rem;line-height:1.4;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #HITFTk33PtQxX8BSNWFpPbAhBckacA00 { width:2.625rem;height:1.0294118125rem;top:68.5625rem;left:16.8125rem;font-size:0.8125rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #UUz31fLVKD2ZT2ZHhbBzVBXGhnAdUSUG { width:17.1875rem;height:0.0625rem;top:69.65625rem;left:1.40625rem;z-index:15058;display:none; }
 }@media only screen and (max-width: 763px) { #F0GN3kU7T5vVzGR2Kib8sz9wCT9B9whJ { width:7.5625rem;height:1.0294118125rem;top:69.5rem;left:11.1875rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-family:"roboto condensed";z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #PQp1yoBUv93DHPTCLqh4dpqrvTAaDa9K { width:17.3125rem;height:0;top:8.125rem;left:1.40625rem;font-size:0.75rem;z-index:15017;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #b9NuKk17uebA8zEfILpWabAF6Ff5f1Bd { width:17.5rem;height:2.3529410625rem;top:64.625rem;left:1.375rem;font-size:0.875rem;line-height:1.4;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #w3pX9GWKF6copwnLuSIc58z0FqQi5mLZ { width:20rem;height:3.82352925rem;top:1.9375rem;left:0rem;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MTLQLDVUfqcRr06CugdEUezCZCnBgeIr { width:20rem;height:4.3125rem;top:18.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBfg9dsnFIBNO2SLn0nnIAiPQ4BpL1xc { width:20rem;height:29.8125rem;top:6.6875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fU3wppDvK2EBdn2Th48qNAgeeZQN3JhF { width:18.75rem;height:3.125rem;top:37.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApvAnSCTlNethOJpp9J4imsuO6vHMKmF { display:block; }
 }@media only screen and (max-width: 763px) { #CTR5TAGhbvIphma5AWwZZyLZZx7E5l9M { width:5.875rem;height:2.1323528125rem;top:33.4375rem;left:11.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f88Bl1TwBsJDCyPICi0vGLu2eA8g0wwD { width:5rem;height:1.54296875rem;top:34.875rem;left:6.75rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FP3iTETm5BOMelsI0WU6PRxW1tVdx4I1 { width:18.75rem;height:2.5rem;top:15.6875rem;left:1.25rem;font-size:0.875rem;line-height:1.5;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #DZZqUSUG7S3KrHVU9N9IcynBU2STaKVa { width:2.4375rem;height:1.0294118125rem;top:34.375rem;left:17rem;font-size:0.8125rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #aI3qwuQg4eTTnXa97VX077zsRanpDFB0 { width:7.375rem;height:1.0294118125rem;top:35.625rem;left:11.6875rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-family:"roboto condensed";z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #LR8s7uVbVbbB8y5Nn4oJJNpcillEMSHQ { width:17.5rem;height:7.058823125rem;top:19rem;left:1.25rem;font-size:0.875rem;line-height:1.4;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #w1yEZyLKxlKVPxgaxqEbWLy0tkTiSRKu { width:16.062rem;height:3.82352925rem;top:7.93701171875rem;left:1.9677734375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #zb86F0vEHECMnn9vFEEd6nPmgO7wyS4E { width:4.75rem;height:1.102941125rem;top:13.375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWvaAUDK4xl2fHwBJewUfeRM1MrKQoux { width:5.3125rem;height:1.102941125rem;top:13.375rem;left:7.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc2Joye6xFaBe8plHWZ7QJCUrvUlxLeU { width:20rem;height:2.1875rem;top:11.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X5risIoiGlS4BQMTu5fKO1PxfZGkJAQw { width:0.625rem;height:0.625rem;top:13.625rem;left:5.6875rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6PcBLSpwkiQ6bTIQl8LPKg6Ll8PyoQO { width:0.625rem;height:0.625rem;top:13.625rem;left:12.3125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NspsUEvRIyQ5ts3klAZHB9SXRDKsXsWT { width:5.3125rem;height:1.102941125rem;top:13.375rem;left:14.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0omfM6dd9uHgDKPf4RgZ5XTcVAGm3vE { width:20rem;height:30.125rem;top:77.75rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZzKfNogXqMmmXkxOuKvqESCAm6O2ora { width:16.062rem;height:3.82352925rem;top:78.875rem;left:1.9375rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GT6TKeeyUHrLEtPTEJEk1kHHJHIi47Qf { width:0.625rem;height:0.625rem;top:55.6875rem;left:5.5625rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xId1sabnSvFiERazROHToGzVgTqiR4Eu { width:4.75rem;height:1.102941125rem;top:55.4375rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya2QzgpA7ybqFiK52ZDO81NotDZVTNFT { width:5.3125rem;height:1.102941125rem;top:55.4375rem;left:6.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #acGS5TZvxEZLWZKKaKHMterNUH1D7iyr { width:20rem;height:2.1875rem;top:96.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #W0l5fFWHWUL4ScdCR0tRwzP0G5xVbczz { width:5.3125rem;height:1.102941125rem;top:84.1875rem;left:5.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWukofupVpzFRhWeEy2gycnzsGSnAIpL { width:20rem;height:2.1875rem;top:84.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SfWagO3NT4hwDL5BIB8T91ebk3BBuMXd { width:0.625rem;height:0.625rem;top:84.4375rem;left:5.3125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlCxgxb3RUIhFpdAsPpTLJPyiVN5vM4V { width:4.75rem;height:1.102941125rem;top:84.1875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd1Amqb2oJ2N6fJh8DfGTZ8EbSyB1zHq { width:18.75rem;height:3.125rem;top:102.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvMfxNQRCgVMSr1wSC4nvzJh7mpVHCHO { display:block; }
 }@media only screen and (max-width: 763px) { #uXmtuapGxTcJJ1iVgchLqs5rJg7GVrwV { width:7.375rem;height:1.0294118125rem;top:101.125rem;left:11.625rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-family:"roboto condensed";z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #LXLgyZTpnPomzKVvu8TpQ7B8d60OIhQy { width:2.4375rem;height:1.0294118125rem;top:100.1875rem;left:17rem;font-size:0.8125rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #oitffiZrakBdbFJZFcLPdXPaaMNMG3tS { width:5.875rem;height:2.1323528125rem;top:99.25rem;left:11.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqUn76x0ocd8GkxNe6AwIXoTHD1SpUTy { width:5rem;height:1.54296875rem;top:100.375rem;left:7.375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jq5z1AECnS5ChbA8vVHaJePs3mzCxJhE { width:17.5rem;height:2.3529410625rem;top:86.625rem;left:1.375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #D2AKALAR2ZQNEfDCmy87J5cyAyTAOw7r { width:17.5rem;height:3.5294115625rem;top:89.6875rem;left:1.375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bRd54NOO2CVTT5W1m8DmPf13Q69NyyJV { width:20rem;height:0;top:44.75rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bw15ru9J2ffKJ5Xty7Tug7uvCakktayE { width:17.5rem;height:5.8823528125rem;top:26.9375rem;left:1.25rem;font-size:0.875rem;line-height:1.4;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pVbbvtnXQgIzLC3GK4IkQJqEoP8EXPgb { width:17.5rem;height:4.7058820625rem;top:94.0625rem;left:1.375rem;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JmCpFKU0cVvo6XqEvlFas6ya1GbQxFgR { width:20rem;height:2.1875rem;top:12.84375rem;left:0rem;z-index:15018;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #TfZwE1nXXwKBUmQg4Uf3vVysBRUTJTRy { width:20rem;height:36.375rem;top:6.6243591308594rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #TWDv88Z5mA9be942DV5be7aEFgy7r2tU { width:20rem;height:1.911764625rem;top:43.8125rem;left:0rem;font-size:1.75rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #LIt7v3Fxf7qgFk0Rvl4QxdgMnMbl0yGQ { width:20rem;height:1.6176470625rem;top:45.9375rem;left:0rem;font-size:1.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #aG0AT563RRJooBBSQF3N0KQaGTs8tqx3 { width:20rem;height:2.1875rem;top:54.875rem;left:0rem;z-index:15022;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #pkHNK8PWhOWCPW4K5GFNT8RX1rIfcqaT { width:20rem;height:2.1875rem;top:83.625rem;left:0rem;z-index:15026;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #SS8gbd4VHO4fMufv0n4OuTEWAAkmercm { width:16.0608125rem;height:0;top:112.93579101562rem;left:0.625rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #rA520u9C7lX1yMqZvCaWFAdfflv3ZbJB { display:block; }#rA520u9C7lX1yMqZvCaWFAdfflv3ZbJB > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bn6Wg3UE8sq1mlQ7Ti2fKVTVStHZ0rBN { width:20rem;height:5.735293875rem;top:1.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwMeShraDVnC3Dl2JXJIpsg5G9fJ7MsE { width:20rem;height:1.76470575rem;top:7.7109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hlcHAKSqtBq3GSsCroMoGZAa3cQ3dQqO { width:13.3125rem;height:1.25rem;top:18.6865234375rem;left:6rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwfHdFTs4A7qxEtvXc03uhqxOBTHBVQ9 { width:4.5rem;height:1.6176470625rem;top:18.5244140625rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS3QLpJbNc8lXnpLqmxh3bv311qQ3k1T { width:9.5625rem;height:1.25rem;top:16.1240234375rem;left:6.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #utUWDG9ULzcRfGe6iH5oNQS4S9P67KX8 { width:17.3125rem;height:1.875rem;top:12.8232421875rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnvRBtcRkAMUcxbRkr7ftdkpf0ZM3IU1 { width:5.5625rem;height:1.6176470625rem;top:15.9609375rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx29VvpJiSxh37XqRqqh2OoAqNTuWM3o { width:16.625rem;height:1.25rem;top:13.111328125rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SkHNIHqd2akupC7dKiE4kTkTqdG7Edbm { width:17.3125rem;height:2.124025rem;top:10.75rem;left:1.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngDLc20EonP7blarwQC8pnKMlTSP6wPk { width:14.4365rem;height:1.6176470625rem;top:10.9873046875rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hH2wRrA2iIZQRguHHT5tghFmkqMcv60V { width:14.3125rem;height:14.3125rem;top:21.3994140625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJAQS5yOMfeFlao91NWtdP42PXwthTNk { display:block; }#AJAQS5yOMfeFlao91NWtdP42PXwthTNk { border-width: 0; border-radius: 0; }#AJAQS5yOMfeFlao91NWtdP42PXwthTNk > .row .container { width:20rem;height:20.625rem;border-top:0.0625rem solid #4c4c4c;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0rem solid #ee3162;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gT0zF7gff3slpdDWkhcHf9agQ2LqUg5Q { width:20rem;height:0;top:3.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TeWV6iJcbqS4kMIRe8DHKux5nOgndk2L { width:20rem;height:11.764705625rem;top:6.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #L0R7zgE7u9RtXsQtcyP85x45DtHdeKEK { width:13.125rem;height:0.1875rem;top:3.125rem;left:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9Il8SrLwxpfdQDBoeF6C1tbzELhtaxI { width:20rem;height:2.3529410625rem;top:2.25rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15032;font-family:play;display:block; }
 }@media only screen and (max-width: 763px) { #Bbe9qycJm5qCJVz0dr4oEXKyGkAXiZ8W { display:block; }#Bbe9qycJm5qCJVz0dr4oEXKyGkAXiZ8W > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sH21HFRgs7tPqnkWINeS0UzbJCpryyno { width:20rem;height:1.5441175625rem;top:1.923828125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #PknDyrkSZ7xFBcM4tEVhTy1bKtg1pTDt { width:8.93675rem;height:5.81176875rem;top:7.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X88EHk93Zio2hqEcxi1mmStgWHSZgx7d { width:8.9375rem;height:5.8125rem;top:7rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrZkrU3OhPwT4Qi9WyBQFLi0NK4uR5pT { width:8.9375rem;height:5.8125rem;top:13.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdwzyKHgulwb9uUEbK36Bo8JKbxhprd0 { width:8.875rem;height:5.75rem;top:13.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9zIE3KsT8S8Ke588DDno1gswhLKOwil { width:8.9375rem;height:5.8125rem;top:20.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oxc1ywSQvxwpKtGxuTEpMfTDOMHSzVTC { width:8.9375rem;height:5.8125rem;top:46.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEPGExp8FpFOnw9kJowwcikJUndOZXtJ { width:8.8125rem;height:5.75rem;top:20.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3T1esucvZfhWPwDxcpCctmVseXCTyPr { width:8.875rem;height:5.75rem;top:46.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilp8bccgu8OdhsQMKmT9oqBJyXU8IcSv { width:8.8748125rem;height:5.74978125rem;top:39.592014789581rem;left:10.467665731907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdo3nFm37CByathkSZT20gQ7u0xiCqzC { width:8.875rem;height:5.75rem;top:39.59375rem;left:0.6549479961395rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJBhPqfGK3ZchIZkmyhdMJDuF5isTcei { width:8.8748125rem;height:5.74978125rem;top:32.90474319458rem;left:0.65538197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh5EUGmo1SaB9VEfHcinxTQQLUzxd8Ob { width:8.6875rem;height:5.6875rem;top:32.937500953674rem;left:10.562500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSRiksiTuWe41bRGyRm2dVJtmJF8rJtT { width:14.874rem;height:1.25rem;top:4.75rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fipHxhMTZ0M5cXbOcaKtwdq9B3Rr6KqP { width:19.9980625rem;height:0;top:31.171875rem;left:0.00146484375rem;font-size:1rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #XR6qArQxBHZl4Sf1gPIPCu7bk7Rlu96b { width:16.5rem;height:2.5rem;top:29.3125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #uF1GVK1J8O4QM8TiBZP6azy848mXy807 { width:8.8125rem;height:5.7091855869599rem;top:53.078979492188rem;left:0.7180606126785rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRatJwTVDTRzJg1RV1u5f3w9qgBvRQNe { display:block; }#uRatJwTVDTRzJg1RV1u5f3w9qgBvRQNe > .row .container { width:20rem;height:32.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lv061iszuitN45wh1QC8i2qA8aTeL6sr { width:7.0625rem;height:2.375rem;top:2.6875001192093rem;left:6.4687498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLl49aLrO0ECaqiwZfaUr9dKHHvtshHl { width:18.5623125rem;height:16.764705625rem;top:9.7580299377444rem;left:0.71831601858137rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #wcosGIafBZg8BwXEfPXb4zIhMz2LEFqq { width:20rem;height:1.5441175625rem;top:6.3624999523163rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qdP9AaTyi67oXicxWHJ7ggaqC1KG07vm { width:20rem;height:1.5441175625rem;top:28.229164123535rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1o1BCG9vT0HGHpGdPJqClrwQwpwVdsx { width:19.6875rem;height:1.5441175625rem;top:29.761283874512rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #esRU9POyzwQMoNSMdAtkKOPLQaqifKh3 { display:block; }#esRU9POyzwQMoNSMdAtkKOPLQaqifKh3 > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DJdrhB8GVifv4G8D8TVpLCKhH5d40Hcy { width:1.875rem;height:1.875rem;top:7.375rem;left:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwW6H6oaskZBg9nkCt6xNX7FKbhUyATL { width:2.5rem;height:2.5rem;top:7.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #me2b55gZZkIR10rcpKvoWDp4GWazeftP { width:2.5rem;height:2.5rem;top:7.0625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xr5RC15FpdtQLTBk3MLOryuNCNzR892m { width:1.875rem;height:1.875rem;top:7.375rem;left:6.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etypx77dZfDgkGxnExUGzaL05hnGk10C { width:2.5rem;height:2.5rem;top:7.0625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xe7mLl21tf2TIx6yzaiWrg8JunvIbeIJ { width:1.875rem;height:1.875rem;top:7.375rem;left:10.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #enuCFyBDMwV3Xe5a0VRuPBHU9Zhxvm6s { width:2.5rem;height:2.5rem;top:7.0625rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okTxZflcNKi1QKTBIWqEyVs4WCfEQIV3 { width:1.875rem;height:1.875rem;top:7.375rem;left:15.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5WENMlhooQ8tcRxbLez1672MPZhVZcL { width:20rem;height:0.125rem;top:27.4375rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zO97yWhRdZvo1A9BHOgobc3amtQ61arQ { width:12.24975rem;height:1.6176470625rem;top:3.138427734375rem;left:3.873291015625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VB4DpTUheFmeuiLcFa8Zv0nKyrmt5iUb { width:1.875rem;height:1.875rem;top:12.10546875rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GN8qzu9zeCRawsKNSEVxWyDpoPRisUcO { width:19.9375rem;height:0;top:14.23046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MEMTBB4T3zt04VyE2TuqTpSev5sx7JOq { width:19.3115rem;height:1.1764705rem;top:4.686279296875rem;left:0.343017578125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x79TC8Ukit9Tvu7eDEeosbQfigBIvNnw { width:1.875rem;height:1.875rem;top:8.875rem;left:9.0625rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTowr17nnpmdspDBNb8eApDriN8U1pmt { width:19.3125rem;height:1.6176470625rem;top:12.062500357628rem;left:0.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #raHuTexRAD6ZWlmJQ9oEWKXMcu7HrzZd { width:3.9375rem;height:1.25rem;top:15.343774795533rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmMKwQxWLXyiMQphV6M45mxqN5BoRNH0 { width:3.125rem;height:1.4375rem;top:15.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT5ZCohXF6hR6Zkx1mGJgQXeTiNihaBz { width:3.125rem;height:0.9375rem;top:15.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz9X4FPU9PZTf2GXXpmlb33LOA3bidOQ { width:2.8125rem;height:2.125rem;top:14.90625rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVTnLRzP1DrmfAOWubDbfPbXyT5r43Tb { width:20rem;height:0.8088235rem;top:27.4375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cC2eAWrtHK04PNwVaNiyoeWJ4l5wTVpy { width:20rem;height:1.1764705rem;top:22.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#1c1c1c;display:block; }
 }@media only screen and (max-width: 763px) { #O3cBrSHUWTSyForZRH7pwIoTOx8AITRE { width:20rem;height:1.1764705rem;top:19.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#1c1c1c;display:block; }
 }@media only screen and (max-width: 763px) { #U9VC02LZPeh0dO3Fh42xZ0w1ThOmvOk6 { width:9.5625rem;height:1.25rem;top:24.4375rem;left:5.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnozg1lERhNOSK3AfAFHOoAMscpGqk0W { width:3.125rem;height:1.5625rem;top:15.1875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX5AKntDl4W9cpVyVoTtFcwVnEmkBxIo { display:block; }#wX5AKntDl4W9cpVyVoTtFcwVnEmkBxIo > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKLhi6t2Rhoidt4OV11SrCcK6iFIy9CO { width:14.375rem;height:1.9375rem;top:1.84375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMN5riBtbopG79bkANV20dAoRtpyUxPl { width:4.875rem;height:1.75rem;top:6rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNAO9a2PdL0wDK3LU2EaFAo70H8MhvqF { width:4.875rem;height:0.8088235rem;top:5rem;left:7.5625rem;font-size:0.5625rem;display:block; }
 }