.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:240,236,233;--color-primary-1:241,223,124;--color-primary-2:180,160,145;--color-primary-3:158,127,74;--color-primary-4:36,32,29;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:19,20,21;--color-tertiary-2:5,9,11;--color-tertiary-3:2,2,2;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:4.42626953125rem;left:1.25rem;height:19.0104375rem;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; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1248125rem;height:3.99956875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.530925512314rem;left:3.1868495941162rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(var(--color-tertiary-3),0.8);display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:25.8125rem;left:1.375rem;height:;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; }
#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:44.1875rem;width:24.8125rem;top:-1.0630424022674rem;left:30.499675750733rem;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;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:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:31.375rem;width:31.375rem;top:10.1875rem;left:28.625rem;display:block; }
#V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-1),0.83);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:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:7.5rem;width:7.5rem;top:11.625rem;left:51.375rem;display:block; }
#ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { color:rgba(var(--color-tertiary-2),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:.9;letter-spacing:0;top:13.9375rem;left:52.5rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { color:#010202;display:block;width:6.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15039;line-height:.9;letter-spacing:0;top:15.0625rem;left:51.8125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.125rem;top:24.625rem;left:0.625rem;display:block; }
#GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:10.5rem;width:7.1875rem;top:10.9375rem;left:30.5rem;display:block; }#GMVHrLMxfLdMc20owE9B573spZ1uAwO2.adaptive-delivery-prevent-bg, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyload, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyloading { background-image: none; }
#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:7.1875rem;top:27.4375rem;left:52.8125rem;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
#qUSAAoQLvUgbvHJ2paKneROTXMedxgbQ { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:23.0615rem;top:30.755208730698rem;left:24.436851501465rem;overflow:hidden;display:block; }
#PnwEPNeJb3qWU846fw1iWmqe8QscQ6ra { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.68706875rem;width:22.9373125rem;top:37.909616231918rem;left:24.498157501221rem;overflow:hidden;display:block; }
#Quh3y3vbso0wyuGSIIlUWcGvImbpPcRT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.7496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15026;line-height:.8;letter-spacing:0;top:38.296984672546rem;left:2.4370670318604rem;height:3.29915625rem;display:block; }
#hQVXX2bigRJCq6prwmh0Ka2NihBC22WL { color:rgba(var(--color-tertiary-4),1);display:block;width:46.1870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:.8;letter-spacing:0;top:40.812175750733rem;left:0rem;height:2.8499375rem;display:block; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { 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; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { background-color: transparent; background-image: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .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); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { border-width: 0; border-radius: 0; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;position:relative;display:block; }#RZsJklLOx1RQ2kcBisH3wHZIanEX6RLL { 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:33.5rem;width:60rem;top:2.28955078125rem;left:0rem;overflow:hidden;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { 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; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#1f333b;display:block;width:51.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.625rem;left:4.375rem;height:12.597625rem;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; }
#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:rgba(var(--color-tertiary-1),0.8);display:block;width:47.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:16.125rem;left:6.46875rem;height:14.3966875rem;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; }
#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { 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; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { background-color: transparent; background-image: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container > .video-iframe-container { display: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container { display: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .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); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { border-width: 0; border-radius: 0; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { font-size:0.875rem;font-family:arial;height:223.25rem;width:60rem;position:relative;display:block; }#cgSZSHCzFmNkGwKLc1ikdOmMt5ITRSMN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.14306640625rem;left:4.15625rem; }
#UrfclKpCh5IUL6TvVdDt2VRAX1a508Ax { color:rgba(var(--color-primary-3),1);display:block;width:44.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:10.6875rem;height:2.843425rem;display:block; }
#JfroWFBstJQZ3WhStzpzSMws0WFbqTMn { color:rgba(var(--color-tertiary-4),1);display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.90625rem;left:5.25rem;height:1.29936875rem;display:block; }
#mnoiudOmIuQTk50em8pNb0eayyKL8pNg { color:rgba(var(--color-tertiary-4),1);display:block;width:45.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:16.01708984375rem;left:7.25rem;height:2.59874375rem;display:block; }
#Viotnm25dRTwL0PTKOdab3p3XZkwGAAR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.60400390625rem;left:4.125rem; }
#ExDRvQ1RVRJE1o9ShmTvP5HeqpaubpNf { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:19.939781188965rem;left:7.2498931884762rem;height:1.29936875rem;display:block; }
#cPuLITvI2eHb8Fd8dFl9AFiGkynPTsN2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:16.56005859375rem;left:4.15625rem; }
#l5FQVMzbItAGniyCtvF7QiXvw7uy9l58 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:19.495986938476rem;left:4.0928821563721rem; }
#wyQBchUucxFRe7llvOSi1LLi05C84SGo { color:rgba(var(--color-tertiary-4),1);display:block;width:45.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:8.87451171875rem;left:7.25rem;height:2.59874375rem;display:block; }
#peURNXOiqUTEBuQ2WStcTK0k3S13BRKf { color:rgba(var(--color-tertiary-4),1);display:block;width:45.4996875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:23.206924438476rem;left:7.2498931884762rem;height:2.59874375rem;display:block; }
#KUUQbkxT1kckPo2MKOJUunhiUAwcXP4X { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:4.3125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:132rem;left:21.40625rem;display:block; }
#SUhXJAW1dHhRMDVMfTo9UcDOGdOZoFDK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qunFtuVU58XIplxx5EKw1rvTo7HIXPQ0 { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:37.28125rem;left:16rem;height:2.843425rem;display:block; }
#KdE2T158LFLHPtLN1lVe5SZpV62BfrfT { 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:10.3125rem;width:18.5625rem;top:43.82421875rem;left:2.3125rem;overflow:hidden;display:block; }
#XtG1T5001KdJbKvsdDgTdbHdsPqOsMWu { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:45.6875rem;left:22.28125rem;height:1.29936875rem;display:block; }
#MG78IxoaILptwqe4zQlKwtGVl2UVDwVg { color:rgba(var(--color-primary-3),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:43.15625rem;left:22.28125rem;height:2.03125rem;display:block; }
#hL66xt1SG1tq1uDVKFFTmTRRdTUQS3T2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:48.91796875rem;left:22.28125rem; }
#QEcB4eoetegdHD5ANy4CGk4zZ74LVHoc { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:47.5927734375rem;left:24.3125rem;height:3.8981125rem;display:block; }
#FPTEGhlpMtisuB34TOTRxl4ylzr37rhd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:53.517578125rem;left:22.28125rem; }
#TZvCZ7sZQv3T9vXUL2uNCWDnwQbQd2T0 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:52.06884765625rem;left:24.3125rem;height:5.19748125rem;display:block; }
#oGqKbEsC3PAO5Qzylpu92dPEcsTOs6V1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:57.818359375rem;left:22.28125rem; }
#yrP0iA6kcFCWDXsIvVaIIZQkw98OK8Th { color:rgba(var(--color-tertiary-4),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:57.818359375rem;left:24.3125rem;height:2.59874375rem;display:block; }
#mugHn2pWIi0lQlTBDV9bxExyJnzoPRmF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:49.25rem;left:22.28125rem;display:none; }
#TaED1hdkqBmf9GU3skIacPi9PMu16lUh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:49.25rem;left:22.28125rem;display:none; }
#lbP1wBkGavWq1dspQ5s1gQPTUns64L5w { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:18.5625rem;top:63.54296875rem;left:39.46875rem;overflow:hidden;display:block; }
#AKBggNADJoWC9xdS9ayKhTcN6r2gLR0w { color:rgba(var(--color-primary-3),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:62.23046875rem;left:2.3125rem;height:2.03125rem;display:block; }
#ttfMV98iKT8vno3ClBHhVd29rMq9XZL5 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:64.962890625rem;left:2.3125rem;height:2.59874375rem;display:block; }
#xIcyp77IB8Ot4LiB5SrquDXDMm6iZTTX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:70.8740234375rem;left:2.3125rem; }
#VLrK8FIHn3ZNEFBWeeDH4XUnXqgVbTOf { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:68.25rem;left:4.15625rem;height:6.496875rem;display:block; }
#DC7AWXdcuOmPPliMXzis0b6eqBqiwh2T { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:18.4375rem;top:78.15625rem;left:2.375rem;overflow:hidden;display:block; }
#fhRZgUT0UgHX6ALdTou5h3iFI5PZBsUC { color:rgba(var(--color-primary-3),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:78.15625rem;left:22.28125rem;height:2.03125rem;display:block; }
#gU82OL21hvTIsWKgaqTzXe2DrdUoa6Ho { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:81.375rem;left:22.28125rem;height:2.59874375rem;display:block; }
#MM74tWimsc5D2ZEDT1bDJm88LCO5VchO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:85.7373046875rem;left:22.28125rem; }
#hvqgeQ0f7Cpr0dwE2DUlB09QA2a5ZKEt { color:rgba(var(--color-tertiary-4),1);display:block;width:32.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:85.0625rem;left:24.25rem;height:2.59874375rem;display:block; }
#OxKXqqzwoEi3LfukHzEW0OWscdyHNaKi { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:18.75rem;top:91.03125rem;left:39.28125rem;overflow:hidden;display:block; }
#RlNIdXzUvUpngVvfMfb46dqmd81mlstz { color:rgba(var(--color-primary-3),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:91.03125rem;left:2.3125rem;height:2.03125rem;display:block; }
#tfaqcbAgQyTXlqrF7kbyQAPuaRpy1gME { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;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:94.15625rem;left:2.3125rem;height:2.59874375rem;display:block; }
#QhcfMWLuMPzFI3yTIat00TJPK4KIk76g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:98.931640625rem;left:2.3125rem; }
#yM7uLRLciLevZr7X89OqAqOPD1hNZ2NL { color:rgba(var(--color-tertiary-4),1);display:block;width:27.5625rem;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:98.556640625rem;left:4.21875rem;height:2.59874375rem;display:block; }
#ZkHppEpFLI5Bp4TKaLBDlK4OPnG6wVwu { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.4375rem;width:18.75rem;top:105.2685546875rem;left:2.21875rem;overflow:hidden;display:block; }
#kMilocevUAmlwf4bV9PTwchqE6pRTTI5 { color:rgba(var(--color-primary-3),1);display:block;width:9.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:105.2685546875rem;left:22.28125rem;height:2.03125rem;display:block; }
#gcg12hNoSOGos7oy9r4nVEUzuMg0kuhn { color:rgba(var(--color-tertiary-4),1);display:block;width:32.9375rem;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:107.7373046875rem;left:22.28125rem;height:1.29936875rem;display:block; }
#Qc2GV8XmDIFH7rMgRH4somaKEV5iVfzb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:110.2998046875rem;left:22.28125rem; }
#C73CRs2dlKvheWn9gMnyf5vBbhGnF8gt { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:109.83740234375rem;left:24.3125rem;height:2.59874375rem;display:block; }
#AN4HGVabwUzm61cyv3M3wm8OTIfwZ7Kg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:113.255859375rem;left:22.28125rem; }
#AT46y0iakTCOHI7cbVilgag7wQXZ88zQ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:113.23095703125rem;left:24.3125rem;height:1.29936875rem;display:block; }
#AS3ts1Pi0M3HZm9JSfTBZHDRn7tFbJC5 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.6875rem;width:47.5rem;top:153.900390625rem;left:6.25rem;overflow:hidden;display:block; }
#E5gGZgEBTQ939MAqzPLDg5n8SgWHPyah { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:139.84375rem;left:12.96875rem;height:2.843425rem;display:block; }
#THZyek0JDbDTHiP730ZawpDCpuXfkEq2 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:144.587890625rem;left:8.46875rem;height:6.49685rem;display:block; }
#wzghBwfRvOWut5sKeN72u8MygXZIRdAp { color:rgba(var(--color-tertiary-4),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15023;line-height:.8;letter-spacing:0;top:121.400390625rem;left:16.40625rem;height:4.4987rem;display:block; }
#iQLwlsPNC1ftpztJS3J5Q03Igl0fsi0X { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:183.68701171875rem;left:16.9375rem;height:4.3869375rem;display:block; }
#m3DCVmFWaX9nCichGhdkzoom7Sos3l98 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:197.5625rem;left:9.375rem;display:block; }
#dmftL1eGRhIIoBfyhdd1MverZAhw3NFc { color:rgba(var(--color-tertiary-4),1);display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15024;line-height:.8;letter-spacing:0;top:125.837890625rem;left:8.4375rem;height:4.4987rem;display:block; }
#VpT4viE6NKQNtpgDpvydJ9wXauQiWecm { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:186.70458984375rem;left:16.9375rem;height:4.3869375rem;display:block; }
#XIaTWvm74ToaUnR9Xhi1ehpSX6H0pRQT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:193.49951171875rem;left:21.3125rem;height:1.29936875rem;display:block; }
#niJsH9H7WGlmUHkuTcahKdbX2LqgKZuP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#PkpvOH0cye3miRnh4kCqK8NRdb8ETrVZ { color:rgba(var(--color-tertiary-4),1);display:block;width:45.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.36669921875rem;left:7.25rem;height:2.59874375rem;display:block; }
#L0NhkeNwPJxSs9MyBOev8H5qPOqaqyEe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.412544250488rem;left:4.0928821563721rem; }
#rkb4JpXy3il2OFyeKW6Kdeo8Q6mL8828 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:29.155822753906rem;left:4.5621757507324rem;height:4.71245625rem;display:block; }
#PVIVAnPz00Ctyf3cGvUEA4Tt7RsBEEDL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:20.87255859375rem;left:4.09375rem;display:none; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { 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; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:60rem;position:relative;display:block; }#KEsrSkUil3PwuSsscs724ZdxkInmVXWT { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.13720703125rem;left:8.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DPOHqhET8W1slkbdEFq6SdDGhbg853eI { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3745625rem;width:24.375rem;top:18.775499820709rem;left:34.771595001221rem;overflow:hidden;display:block; }
#u0n53tvJXkJ5GHgwLHoENDGRx9mn8gM3 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:30.9375rem;top:15.303277492523rem;left:2.8569889068604rem;overflow:hidden;display:block; }
#h0N6XfuQVN498CfLFdqDOxD7irpQF1bL { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8123125rem;width:34.9370625rem;top:34.669597148895rem;left:12.530384063721rem;overflow:hidden;display:block; }
#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { background-color: transparent; background-image: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container > .video-iframe-container { display: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container { display: none; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .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); }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { border-width: 0; border-radius: 0; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { font-size:0.875rem;font-family:arial;height:215.1875rem;width:60rem;position:relative;display:block; }#VS4ecEhVMLpU8yTofaynXD8060ekvniD { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:29.5625rem;top:23.03125rem;left:8.4375rem;display:block; }
#pagxxokb7LuUBmXIkHszSRbwm7tUDcfx { 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:26.0625rem;width:39.25rem;top:1.40625rem;left:9.5625rem;overflow:hidden;display:block; }
#v1c8nSd5cu9UTpRlLlghTAu6ObDpnU86 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:31.607421875rem;left:12.78125rem;height:1.29936875rem;display:block; }
#PpSsaJR8pOznESpcvU2ztSpQAJpdkyU1 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.9072265625rem;left:12.78125rem;height:1.94986875rem;display:block; }
#U9pPNh8J3tJ2aRVq3xPS3RP65CfUikdC { color:rgba(var(--color-tertiary-4),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:36.716796875rem;left:12.78125rem;height:25.9874375rem;display:block; }
#O1T0rLsib29xcdITL5u4ecqryo1vGzEl { color:rgba(var(--color-primary-3),1);display:block;width:38.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:68.54833984375rem;left:12.78125rem;height:2.843425rem;display:block; }
#sXPT38ltgcgaGh0xzhqk3y452rPBUrAX { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.9375rem;width:18.1875rem;top:74.875rem;left:1.09375rem;overflow:hidden;display:block; }
#hFQSm9i97vf46Xhp0P3FR108EAHCH1bX { 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:32.9375rem;width:18.0625rem;top:74.875rem;left:20.96875rem;overflow:hidden;display:block; }
#wMEdwVCb4fHGoZyTGN1Uur1FEGuJR97L { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.9375rem;width:18.375rem;top:74.875rem;left:40.64013671875rem;overflow:hidden;display:block; }
#axmWncu6vqAhoSE9vdA90pSwmuSn3N4H { position:absolute;display:block;z-index:15026;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:20.4375rem;width:13.375rem;top:109.9375rem;left:2.59375rem;overflow:hidden;display:block; }
#zFH6BAS6Ii9gLnFF3w2GNJcfz4gz5Tig { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:18rem;top:132.1875rem;left:1.28125rem;overflow:hidden;display:block; }
#QclTIiXmHL6wycZBNWOnK0OwTi0OXD1p { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:17.9375rem;top:132.21875rem;left:21.03125rem;overflow:hidden;display:block; }
#Z5UiezDTiMcJskDauNCcWF7IIGV8v6Nl { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:15.6875rem;top:160.65625rem;left:3.59375rem;overflow:hidden;display:block; }
#W86EdQBOLaIV8Cmfb8q0kn0I74FnRlzf { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:17.25rem;top:132.625rem;left:40.64013671875rem;overflow:hidden;display:block; }
#nUWeJAunP2fulcQSJ43gy24JdORpTxZl { 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:9.125rem;width:17.375rem;top:148.5rem;left:21.3125rem;overflow:hidden;display:block; }
#LNTTbKUQ1RRpXhQBB50t71sPoatsnF9o { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.812375rem;width:16.8120625rem;top:159.99892044067rem;left:21.592884063721rem;overflow:hidden;display:block; }
#Ps0OEkcsvyRJTtrQUW5NFhMibL2Bde3x { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:17.3125rem;top:111.0625rem;left:21.34375rem;overflow:hidden;display:block; }
#wKlF3DZV0S8NypMzC7FKUPAWccClCqTa { position:absolute;display:block;z-index:15034;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:20.1875rem;width:13.1875rem;top:110.0625rem;left:44.17138671875rem;overflow:hidden;display:block; }
#c4ISHDSKtScOsmIMoXOr16u3KFydK0zt { position:absolute;display:block;z-index:15035;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.25rem;width:17.9375rem;top:146.3125rem;left:40.85888671875rem;overflow:hidden;display:block; }
#H5w1KIlh6ZROmeA5RE5ohvaoRGTEAsOb { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:14.8125rem;top:145.6875rem;left:3.59375rem;overflow:hidden;display:block; }
#qZx9zbDXWp3mGwsXbWAvrUQD2RHaMltm { position:absolute;display:block;z-index:15037;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.625rem;width:10.1875rem;top:159.59375rem;left:44.17138671875rem;overflow:hidden;display:block; }
#fiBUFHQeQLPuI7J3VvB66Ca2iu8Evq9n { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:4.31206875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:180.705286026rem;left:21.406253814698rem;display:block; }
#yIk2rEBIbMQu66zOtxRw2NNM5zSMGJfm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEtl8i8XWhlyvPZnH6bdVvsFOfTm6Rrw { color:rgba(var(--color-primary-3),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:186.75rem;left:15.34375rem;height:2.843425rem;display:block; }
#AxdPeKLH78TBKkaTSXFEmrag55OeZKw4 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.7;letter-spacing:0;top:191.2607421875rem;left:7.03125rem;height:20.39715rem;display:block; }
#slsnmfEAtgzlbaxgoIvnhBQNpdACVZg8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:191.396484375rem;left:4.75rem; }
#ENVdyZLscK8nsSZHATndwwviTxnGrHqA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:192.896484375rem;left:4.75rem; }
#T89rD9UAZtOHL24AOpb7mO1huDBtCWaq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:194.646484375rem;left:4.71875rem; }
#uszV7BQOb44Pi4To87JkSaPhkFuw2TdO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:196.458984375rem;left:4.75rem; }
#mbbFMPP3gHPkEU34cMisWUK3VRMrUqsM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:198.146484375rem;left:4.6875rem; }
#Vd8FW7rdlPFUTxT2k8BH7holsM6AJ0my { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:201.458984375rem;left:4.6875rem; }
#BCdFJnMqnl6QdIl1W26AxMoepiTyuIAa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:203.50634765625rem;left:4.6875rem; }
#VqeSykeOkDLSQETXa5ThE6kGafklbD1G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:206.521484375rem;left:4.6875rem; }
#MM80vEOqlVTNm4mLPWvPoHH2o8OJVvOC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:208.583984375rem;left:4.6875rem; }
#CD0uErSXBBas2Q01pvfBIOzmiChtnzQz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:201.208984375rem;left:4.6875rem;display:none; }
#VkX5xJqPLLTIn8J5o8zWCyOQIXGmfR1d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:193.896484375rem;left:4.75rem;display:none; }
#luLu80smVCtXhVL5qfFtKT3O7ai3RlWI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:199.708984375rem;left:4.6875rem; }
#FsJFstidOmGCeAikz5hVhp9DT0yXdaJk { color:rgba(var(--color-tertiary-4),1);display:block;width:31.7496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15024;line-height:.8;letter-spacing:0;top:176.95637130738rem;left:6.2841815948488rem;height:3.75rem;display:block; }
#vvvh5wwMAswbsrDTSANwpfKKqJLI3fcM { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15025;line-height:.8;letter-spacing:0;top:176.95745658874rem;left:25.517581939698rem;height:3.450525rem;display:block; }
#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { 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; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { background-color: transparent; background-image: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .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); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { border-width: 0; border-radius: 0; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:60rem;position:relative;display:block; }#d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:.8;letter-spacing:0;top:2.4375rem;left:8.125rem;height:1.7995875rem;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; }
#b2Db02cfcuR1y3cJVp4p3NhLlXy2QyGd { color:rgba(var(--color-primary-3),1);display:block;width:21rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3125rem;left:2.65625rem;height:2.1120875rem;display:block; }
#mbFkKLUUu2uDhHLPQkpMCPmvxg4b1Jxm { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:8.1875rem;left:2.65625rem;height:13.5981rem;display:block; }
#q6RhKzuKmJpu3L10J0d76Bsm1KI8d9EM { color:rgba(var(--color-primary-3),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.3125rem;left:31.34375rem;height:2.1120875rem;display:block; }
#fabJ3WfaMH4HTFuv5pS6satWd5rAW8I5 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:8.1875rem;left:31.59375rem;height:11.8983375rem;display:block; }
#DSKMiCdx8yoE7LyWZXle4qBpJBtrZMkc { background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:4.31206875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:40.128038406372rem;left:19.342990875244rem;display:block; }
#CzZldpgguhBknNNZyAsmWhTiFsM7FVXZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n3Th098nl85uUzAwGzprTfsAXEAqNnMe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:8.875rem;left:0.875rem; }
#PcBToZDLngI5orX6DZyumt4md3Xsbf8w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:12.333984375rem;left:0.875rem; }
#KpyF3fJW0Qz6OsDDAqt4x0KmxrBzVtLc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:15.94775390625rem;left:0.875rem; }
#n7T1hTTdMW5DN61ZLsF7ykJMGHUWQPQg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:8.875rem;left:29.375rem; }
#oI1U0vQxnM20gEFXrBcVymtJvF7pZ7ff { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:11.6875rem;left:29.375rem; }
#pJlfTJdlNUE7OvT6PQcMA0f72U9vuznF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:15.09814453125rem;left:29.375rem; }
#Q0hIIfBEco7GgWvFzpUaP9HNtThXVMSK { color:rgba(var(--color-tertiary-4),1);display:block;width:31.7496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:.8;letter-spacing:0;top:34.033205032349rem;left:19.342990875244rem;height:3.75rem;display:block; }
#kS20Q03L59sXKs8mTUSo00cKoVMJvytn { color:rgba(var(--color-tertiary-4),1);display:block;width:28.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15026;line-height:.8;letter-spacing:0;top:36.712242126465rem;left:13.498809814453rem;height:3.450525rem;display:block; }
#dal47pi2OkzAIk4efPy2hgUXHLTT3MJB { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:22.968208312988rem;left:6.3774967193606rem;height:7.1484375rem;display:block; }
#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { 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; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { background-color: transparent; background-image: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .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); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { border-width: 0; border-radius: 0; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;position:relative;display:block; }#yRQcSLlUlErU4yLadPIc84bNvkolwynR { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.375rem;left:0rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:20rem;height:1.29936875rem;text-align:left;text-align-last:left;display:block; }
#vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:6.5rem;left:40rem;height:1.7995875rem;text-align:left;text-align-last:left;display:block; }
#VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { color:rgba(31,51,59,0.6);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.375rem;left:40rem;height:1.29936875rem;text-align:left;text-align-last:left;display:block; }
#SSfwTG7tskN4q4VsMnNwuso8yfwnRlx2 { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.8;letter-spacing:0;top:6.5rem;left:20rem;height:1.7995875rem;text-align:left;text-align-last:left;display:block; }
#LASrbEahZoqOT3nI2MbtkRTuvCBaqf47 { color:#1f333b;display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:6.5rem;left:0rem;height:1.7995875rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:25.0625rem;height:;top:4.375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:15.0625rem;height:3.9375rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:24.875rem;height:;top:25.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:24.8125rem;height:44.1875rem;top:-1.0625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:31.375rem;height:31.375rem;top:10.1875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:7.5rem;height:7.5rem;top:11.625rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.25rem;height:1.125rem;top:13.9375rem;left:42.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.625rem;height:2.25rem;top:15.0625rem;left:41.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:7.25rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:10.5rem;top:10.9375rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:14.1875rem;top:27.4375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUSAAoQLvUgbvHJ2paKneROTXMedxgbQ { top:30.75rem;left:18.311851501465rem;width:23rem;height:5.9216659800967rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnwEPNeJb3qWU846fw1iWmqe8QscQ6ra { top:37.875rem;left:18.373157501221rem;width:22.875rem;height:3.6770522987926rem;display:block; }
 }@media only screen and (max-width: 763px) { #Quh3y3vbso0wyuGSIIlUWcGvImbpPcRT { top:38.25rem;left:0rem;width:31.6875rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQVXX2bigRJCq6prwmh0Ka2NihBC22WL { top:40.75rem;left:0rem;width:46.125rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZsJklLOx1RQ2kcBisH3wHZIanEX6RLL { top:2.25rem;left:0rem;width:47.75rem;height:26.660416666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:47.0625rem;height:;top:16.125rem;left:0.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgSZSHCzFmNkGwKLc1ikdOmMt5ITRSMN { top:9.125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrfclKpCh5IUL6TvVdDt2VRAX1a508Ax { top:1.9375rem;left:2.875rem;width:44.875rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfroWFBstJQZ3WhStzpzSMws0WFbqTMn { top:5.875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnoiudOmIuQTk50em8pNb0eayyKL8pNg { top:16rem;left:1.1248931884766rem;width:45.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Viotnm25dRTwL0PTKOdab3p3XZkwGAAR { top:12.5625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExDRvQ1RVRJE1o9ShmTvP5HeqpaubpNf { top:19.9375rem;left:1.1248931884766rem;width:45.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPuLITvI2eHb8Fd8dFl9AFiGkynPTsN2 { top:16.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5FQVMzbItAGniyCtvF7QiXvw7uy9l58 { top:19.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyQBchUucxFRe7llvOSi1LLi05C84SGo { top:8.8125rem;left:1.1248931884766rem;width:45.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #peURNXOiqUTEBuQ2WStcTK0k3S13BRKf { top:23.1875rem;left:1.1248931884766rem;width:45.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUUQbkxT1kckPo2MKOJUunhiUAwcXP4X { width:17.1875rem;height:4.3125rem;top:132rem;left:15.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUhXJAW1dHhRMDVMfTo9UcDOGdOZoFDK { display:block; }
 }@media only screen and (max-width: 763px) { #qunFtuVU58XIplxx5EKw1rvTo7HIXPQ0 { top:37.25rem;left:9.125rem;width:38.625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdE2T158LFLHPtLN1lVe5SZpV62BfrfT { top:43.8125rem;left:0rem;width:18.5625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtG1T5001KdJbKvsdDgTdbHdsPqOsMWu { top:45.6875rem;left:12.0625rem;width:35.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG78IxoaILptwqe4zQlKwtGVl2UVDwVg { top:43.125rem;left:16.15625rem;width:9.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL66xt1SG1tq1uDVKFFTmTRRdTUQS3T2 { top:48.875rem;left:16.15625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEcB4eoetegdHD5ANy4CGk4zZ74LVHoc { top:47.5625rem;left:14.9375rem;width:32.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPTEGhlpMtisuB34TOTRxl4ylzr37rhd { top:53.5rem;left:16.15625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZvCZ7sZQv3T9vXUL2uNCWDnwQbQd2T0 { top:52.0625rem;left:14.9375rem;width:32.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGqKbEsC3PAO5Qzylpu92dPEcsTOs6V1 { top:57.8125rem;left:16.15625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrP0iA6kcFCWDXsIvVaIIZQkw98OK8Th { top:57.8125rem;left:14.9375rem;width:32.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mugHn2pWIi0lQlTBDV9bxExyJnzoPRmF { top:49.25rem;left:16.15625rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaED1hdkqBmf9GU3skIacPi9PMu16lUh { top:49.25rem;left:16.15625rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbP1wBkGavWq1dspQ5s1gQPTUns64L5w { top:63.5rem;left:29.1875rem;width:18.5625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKBggNADJoWC9xdS9ayKhTcN6r2gLR0w { top:62.1875rem;left:0rem;width:9.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttfMV98iKT8vno3ClBHhVd29rMq9XZL5 { top:64.9375rem;left:0rem;width:33.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIcyp77IB8Ot4LiB5SrquDXDMm6iZTTX { top:70.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLrK8FIHn3ZNEFBWeeDH4XUnXqgVbTOf { top:68.25rem;left:0rem;width:32.875rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC7AWXdcuOmPPliMXzis0b6eqBqiwh2T { top:78.125rem;left:0rem;width:18.4375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhRZgUT0UgHX6ALdTou5h3iFI5PZBsUC { top:78.125rem;left:16.15625rem;width:9.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU82OL21hvTIsWKgaqTzXe2DrdUoa6Ho { top:81.375rem;left:16.15625rem;width:31.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM74tWimsc5D2ZEDT1bDJm88LCO5VchO { top:85.6875rem;left:16.15625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvqgeQ0f7Cpr0dwE2DUlB09QA2a5ZKEt { top:85.0625rem;left:15.125rem;width:32.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxKXqqzwoEi3LfukHzEW0OWscdyHNaKi { top:91rem;left:29rem;width:18.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlNIdXzUvUpngVvfMfb46dqmd81mlstz { top:91rem;left:0rem;width:9.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfaqcbAgQyTXlqrF7kbyQAPuaRpy1gME { top:94.125rem;left:0rem;width:27.4375rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhcfMWLuMPzFI3yTIat00TJPK4KIk76g { top:98.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM7uLRLciLevZr7X89OqAqOPD1hNZ2NL { top:98.5rem;left:0rem;width:27.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkHppEpFLI5Bp4TKaLBDlK4OPnG6wVwu { top:105.25rem;left:0rem;width:18.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMilocevUAmlwf4bV9PTwchqE6pRTTI5 { top:105.25rem;left:16.15625rem;width:9.6875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcg12hNoSOGos7oy9r4nVEUzuMg0kuhn { top:107.6875rem;left:14.8125rem;width:32.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qc2GV8XmDIFH7rMgRH4somaKEV5iVfzb { top:110.25rem;left:16.15625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C73CRs2dlKvheWn9gMnyf5vBbhGnF8gt { top:109.8125rem;left:18.1875rem;width:29.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN4HGVabwUzm61cyv3M3wm8OTIfwZ7Kg { top:113.25rem;left:16.15625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT46y0iakTCOHI7cbVilgag7wQXZ88zQ { top:113.1875rem;left:13.1875rem;width:34.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS3ts1Pi0M3HZm9JSfTBZHDRn7tFbJC5 { top:153.875rem;left:0.125rem;width:47.5rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5gGZgEBTQ939MAqzPLDg5n8SgWHPyah { top:139.8125rem;left:6.84375rem;width:38.625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THZyek0JDbDTHiP730ZawpDCpuXfkEq2 { top:144.5625rem;left:2.34375rem;width:43.0625rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzghBwfRvOWut5sKeN72u8MygXZIRdAp { top:121.375rem;left:10.28125rem;width:31.75rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQLwlsPNC1ftpztJS3J5Q03Igl0fsi0X { top:183.625rem;left:10.8125rem;width:30.6875rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3DCVmFWaX9nCichGhdkzoom7Sos3l98 { top:197.5625rem;left:3.25rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmftL1eGRhIIoBfyhdd1MverZAhw3NFc { top:125.8125rem;left:1.5625rem;width:46.1875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpT4viE6NKQNtpgDpvydJ9wXauQiWecm { top:186.6875rem;left:10.8125rem;width:30.6875rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIaTWvm74ToaUnR9Xhi1ehpSX6H0pRQT { top:193.4375rem;left:15.1875rem;width:13.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #niJsH9H7WGlmUHkuTcahKdbX2LqgKZuP { display:none; }
 }@media only screen and (max-width: 763px) { #PkpvOH0cye3miRnh4kCqK8NRdb8ETrVZ { top:12.3125rem;left:1.1248931884766rem;width:45.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0NhkeNwPJxSs9MyBOev8H5qPOqaqyEe { top:23.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkb4JpXy3il2OFyeKW6Kdeo8Q6mL8828 { top:29.125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVIVAnPz00Ctyf3cGvUEA4Tt7RsBEEDL { top:20.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:43.75rem;height:;top:1.125rem;left:2.0000019073486rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPOHqhET8W1slkbdEFq6SdDGhbg853eI { top:18.75rem;left:23.375rem;width:24.375rem;height:13.3745625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0n53tvJXkJ5GHgwLHoENDGRx9mn8gM3 { top:15.25rem;left:0rem;width:30.9375rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0N6XfuQVN498CfLFdqDOxD7irpQF1bL { top:34.625rem;left:6.4053840637206rem;width:34.875rem;height:19.777117736716rem;display:block; }
 }@media only screen and (max-width: 763px) { #cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:29.5625rem;height:5.625rem;top:23rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pagxxokb7LuUBmXIkHszSRbwm7tUDcfx { top:1.375rem;left:3.4375rem;width:39.25rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1c8nSd5cu9UTpRlLlghTAu6ObDpnU86 { top:31.5625rem;left:6.65625rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpSsaJR8pOznESpcvU2ztSpQAJpdkyU1 { top:32.875rem;left:6.65625rem;width:34.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9pPNh8J3tJ2aRVq3xPS3RP65CfUikdC { top:36.6875rem;left:6.6560363769531rem;width:37.1875rem;height:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1T0rLsib29xcdITL5u4ecqryo1vGzEl { top:68.5rem;left:6.65625rem;width:38.625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXPT38ltgcgaGh0xzhqk3y452rPBUrAX { top:74.875rem;left:0rem;width:18.1875rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFQSm9i97vf46Xhp0P3FR108EAHCH1bX { top:74.875rem;left:14.84375rem;width:18.0625rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMEdwVCb4fHGoZyTGN1Uur1FEGuJR97L { top:74.875rem;left:29.375rem;width:18.375rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axmWncu6vqAhoSE9vdA90pSwmuSn3N4H { top:109.9375rem;left:0rem;width:13.375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFH6BAS6Ii9gLnFF3w2GNJcfz4gz5Tig { top:132.1875rem;left:0rem;width:18rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QclTIiXmHL6wycZBNWOnK0OwTi0OXD1p { top:132.1875rem;left:14.90625rem;width:17.9375rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5UiezDTiMcJskDauNCcWF7IIGV8v6Nl { top:160.625rem;left:0rem;width:15.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W86EdQBOLaIV8Cmfb8q0kn0I74FnRlzf { top:132.625rem;left:30.5rem;width:17.25rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUWeJAunP2fulcQSJ43gy24JdORpTxZl { top:148.5rem;left:15.1875rem;width:17.375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNTTbKUQ1RRpXhQBB50t71sPoatsnF9o { top:159.9375rem;left:15.467884063721rem;width:16.75rem;height:13.761385984022rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps0OEkcsvyRJTtrQUW5NFhMibL2Bde3x { top:111.0625rem;left:15.21875rem;width:17.3125rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKlF3DZV0S8NypMzC7FKUPAWccClCqTa { top:110.0625rem;left:34.5625rem;width:13.1875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ISHDSKtScOsmIMoXOr16u3KFydK0zt { top:146.3125rem;left:29.8125rem;width:17.9375rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5w1KIlh6ZROmeA5RE5ohvaoRGTEAsOb { top:145.6875rem;left:0rem;width:14.8125rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZx9zbDXWp3mGwsXbWAvrUQD2RHaMltm { top:159.5625rem;left:37.5625rem;width:10.1875rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiBUFHQeQLPuI7J3VvB66Ca2iu8Evq9n { width:17.1875rem;height:4.25rem;top:180.6875rem;left:15.281253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIk2rEBIbMQu66zOtxRw2NNM5zSMGJfm { display:block; }
 }@media only screen and (max-width: 763px) { #TEtl8i8XWhlyvPZnH6bdVvsFOfTm6Rrw { top:186.75rem;left:9.21875rem;width:29.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxdPeKLH78TBKkaTSXFEmrag55OeZKw4 { top:191.25rem;left:0rem;width:47.75rem;height:20.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slsnmfEAtgzlbaxgoIvnhBQNpdACVZg8 { top:191.375rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENVdyZLscK8nsSZHATndwwviTxnGrHqA { top:192.875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T89rD9UAZtOHL24AOpb7mO1huDBtCWaq { top:194.625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uszV7BQOb44Pi4To87JkSaPhkFuw2TdO { top:196.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbbFMPP3gHPkEU34cMisWUK3VRMrUqsM { top:198.125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd8FW7rdlPFUTxT2k8BH7holsM6AJ0my { top:201.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCdFJnMqnl6QdIl1W26AxMoepiTyuIAa { top:203.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqeSykeOkDLSQETXa5ThE6kGafklbD1G { top:206.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM80vEOqlVTNm4mLPWvPoHH2o8OJVvOC { top:208.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD0uErSXBBas2Q01pvfBIOzmiChtnzQz { top:201.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkX5xJqPLLTIn8J5o8zWCyOQIXGmfR1d { top:193.875rem;left:0rem;width:1.125rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #luLu80smVCtXhVL5qfFtKT3O7ai3RlWI { top:199.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsJFstidOmGCeAikz5hVhp9DT0yXdaJk { top:176.9375rem;left:0.15918159484863rem;width:31.6875rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvvh5wwMAswbsrDTSANwpfKKqJLI3fcM { top:176.9375rem;left:18.9375rem;width:28.8125rem;height:3.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:43.75rem;height:1.75rem;top:2.4375rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2Db02cfcuR1y3cJVp4p3NhLlXy2QyGd { top:3.3125rem;left:0rem;width:21rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbFkKLUUu2uDhHLPQkpMCPmvxg4b1Jxm { top:8.1875rem;left:0rem;width:23.125rem;height:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6RhKzuKmJpu3L10J0d76Bsm1KI8d9EM { top:3.3125rem;left:24.125rem;width:23.625rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fabJ3WfaMH4HTFuv5pS6satWd5rAW8I5 { top:8.1875rem;left:24.625rem;width:23.125rem;height:11.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSKMiCdx8yoE7LyWZXle4qBpJBtrZMkc { width:17.1875rem;height:4.25rem;top:40.125rem;left:13.217990875244rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzZldpgguhBknNNZyAsmWhTiFsM7FVXZ { display:block; }
 }@media only screen and (max-width: 763px) { #n3Th098nl85uUzAwGzprTfsAXEAqNnMe { top:8.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcBToZDLngI5orX6DZyumt4md3Xsbf8w { top:12.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpyF3fJW0Qz6OsDDAqt4x0KmxrBzVtLc { top:15.9375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7T1hTTdMW5DN61ZLsF7ykJMGHUWQPQg { top:8.875rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI1U0vQxnM20gEFXrBcVymtJvF7pZ7ff { top:11.6875rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJlfTJdlNUE7OvT6PQcMA0f72U9vuznF { top:15.0625rem;left:23.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0hIIfBEco7GgWvFzpUaP9HNtThXVMSK { top:34rem;left:13.217990875244rem;width:31.6875rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS20Q03L59sXKs8mTUSo00cKoVMJvytn { top:36.6875rem;left:7.3738098144531rem;width:28.8125rem;height:3.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dal47pi2OkzAIk4efPy2hgUXHLTT3MJB { top:22.9375rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRQcSLlUlErU4yLadPIc84bNvkolwynR { width:18.125rem;height:;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:18.125rem;height:1.25rem;top:3.375rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:18.125rem;height:1.75rem;top:6.5rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:18.125rem;height:1.25rem;top:3.375rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSfwTG7tskN4q4VsMnNwuso8yfwnRlx2 { width:18.125rem;height:1.75rem;top:6.5rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LASrbEahZoqOT3nI2MbtkRTuvCBaqf47 { width:18.125rem;height:1.75rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:66.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:14.3978125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;color:#191a1a;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.25rem;top:45.25rem;left:3.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:17.874875rem;height:3.37565rem;top:17.131076812744rem;left:1.0617406368256rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:13.812375rem;height:24.8123125rem;top:20.471464157104rem;left:1.062283039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:18.75rem;height:18.75rem;top:59.0869375rem;left:1.25rem;z-index:14985;display:none; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:6.875rem;height:6.875rem;top:34.27490234375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.25rem;height:1.125rem;top:36.42529296875rem;left:12.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.625rem;height:1.79980625rem;top:37.48779296875rem;left:12.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:5.875rem;top:16.8369140625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:9.875rem;top:30.3681640625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:8.75rem;top:25.4931640625rem;left:10.46875rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qUSAAoQLvUgbvHJ2paKneROTXMedxgbQ { width:15.9375rem;height:4.0625rem;top:55.11882019043rem;left:2.0312502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnwEPNeJb3qWU846fw1iWmqe8QscQ6ra { width:15.874rem;height:2.43706875rem;top:61.083988189698rem;left:2.0627171993256rem;display:block; }
 }@media only screen and (max-width: 763px) { #Quh3y3vbso0wyuGSIIlUWcGvImbpPcRT { width:20rem;height:3.29915625rem;top:49.320747375488rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hQVXX2bigRJCq6prwmh0Ka2NihBC22WL { width:20rem;height:2.3990875rem;top:51.392688751221rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZsJklLOx1RQ2kcBisH3wHZIanEX6RLL { width:20rem;height:11.125rem;top:1.8994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:22.3958125rem;top:1.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:30.593rem;top:25.359375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:20rem;height:349.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgSZSHCzFmNkGwKLc1ikdOmMt5ITRSMN { display:flex;width:2.0625rem;height:2.0625rem;top:14.1484375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #UrfclKpCh5IUL6TvVdDt2VRAX1a508Ax { width:20rem;height:5.19856875rem;top:0.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JfroWFBstJQZ3WhStzpzSMws0WFbqTMn { width:15.3125rem;height:5.19748125rem;top:7.69921875rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnoiudOmIuQTk50em8pNb0eayyKL8pNg { width:20rem;height:6.496875rem;top:17.4609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Viotnm25dRTwL0PTKOdab3p3XZkwGAAR { display:flex;width:2.125rem;height:2.125rem;top:26.5087890625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #ExDRvQ1RVRJE1o9ShmTvP5HeqpaubpNf { width:20rem;height:3.8981125rem;top:29.80908203125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPuLITvI2eHb8Fd8dFl9AFiGkynPTsN2 { display:flex;width:2.1875rem;height:2.1875rem;top:35.00830078125rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #l5FQVMzbItAGniyCtvF7QiXvw7uy9l58 { display:flex;width:2.1875rem;height:2.1875rem;top:45.7197265625rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #wyQBchUucxFRe7llvOSi1LLi05C84SGo { width:20rem;height:6.496875rem;top:38.6572265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #peURNXOiqUTEBuQ2WStcTK0k3S13BRKf { width:20rem;height:5.19748125rem;top:49.4189453125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KUUQbkxT1kckPo2MKOJUunhiUAwcXP4X { width:12.1875rem;height:3.3125rem;top:284.01220703125rem;left:3.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUhXJAW1dHhRMDVMfTo9UcDOGdOZoFDK { display:block; }
 }@media only screen and (max-width: 763px) { #qunFtuVU58XIplxx5EKw1rvTo7HIXPQ0 { width:20rem;height:5.19856875rem;top:82.8916015625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KdE2T158LFLHPtLN1lVe5SZpV62BfrfT { width:18.5625rem;height:10.3125rem;top:89.8408203125rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtG1T5001KdJbKvsdDgTdbHdsPqOsMWu { width:20rem;height:2.59874375rem;top:103.3837890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MG78IxoaILptwqe4zQlKwtGVl2UVDwVg { width:9.6875rem;height:2.03125rem;top:101.4150390625rem;left:5.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hL66xt1SG1tq1uDVKFFTmTRRdTUQS3T2 { display:flex;width:1.25rem;height:1.25rem;top:120.1591796875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #QEcB4eoetegdHD5ANy4CGk4zZ74LVHoc { width:20rem;height:6.496875rem;top:111.5966796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FPTEGhlpMtisuB34TOTRxl4ylzr37rhd { display:flex;width:1.25rem;height:1.25rem;top:108.1708984375rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #TZvCZ7sZQv3T9vXUL2uNCWDnwQbQd2T0 { width:20rem;height:7.79625rem;top:123.9716796875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGqKbEsC3PAO5Qzylpu92dPEcsTOs6V1 { display:flex;width:1.25rem;height:1.25rem;top:242.0283203125rem;left:9.375rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #yrP0iA6kcFCWDXsIvVaIIZQkw98OK8Th { width:20rem;height:3.8981125rem;top:136.38232421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mugHn2pWIi0lQlTBDV9bxExyJnzoPRmF { display:flex;width:1.25rem;height:1.25rem;top:162.6875rem;left:9.8125rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #TaED1hdkqBmf9GU3skIacPi9PMu16lUh { display:flex;width:1.25rem;height:1.25rem;top:133.2216796875rem;left:9.375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #lbP1wBkGavWq1dspQ5s1gQPTUns64L5w { width:18.5625rem;height:10.3125rem;top:142.724609375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKBggNADJoWC9xdS9ayKhTcN6r2gLR0w { width:9.6875rem;height:2.03125rem;top:154.21875rem;left:5.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ttfMV98iKT8vno3ClBHhVd29rMq9XZL5 { width:20rem;height:3.8981125rem;top:156.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xIcyp77IB8Ot4LiB5SrquDXDMm6iZTTX { display:flex;width:1.25rem;height:1.25rem;top:198.53564453125rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #VLrK8FIHn3ZNEFBWeeDH4XUnXqgVbTOf { width:20rem;height:10.3949375rem;top:166.287109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DC7AWXdcuOmPPliMXzis0b6eqBqiwh2T { width:18.4375rem;height:10.25rem;top:178.685546875rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhRZgUT0UgHX6ALdTou5h3iFI5PZBsUC { width:9.6875rem;height:2.03125rem;top:189.880859375rem;left:5.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gU82OL21hvTIsWKgaqTzXe2DrdUoa6Ho { width:20rem;height:3.8981125rem;top:192.662109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MM74tWimsc5D2ZEDT1bDJm88LCO5VchO { display:flex;width:1.25rem;height:1.25rem;top:259.2783203125rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #hvqgeQ0f7Cpr0dwE2DUlB09QA2a5ZKEt { width:20rem;height:5.19748125rem;top:201.78564453125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxKXqqzwoEi3LfukHzEW0OWscdyHNaKi { width:18.75rem;height:10.4375rem;top:209.138671875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlNIdXzUvUpngVvfMfb46dqmd81mlstz { width:9.6875rem;height:2.03125rem;top:221.091796875rem;left:5.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tfaqcbAgQyTXlqrF7kbyQAPuaRpy1gME { width:20rem;height:3.8981125rem;top:224.123046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhcfMWLuMPzFI3yTIat00TJPK4KIk76g { display:flex;width:1.25rem;height:1.25rem;top:229.794921875rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #yM7uLRLciLevZr7X89OqAqOPD1hNZ2NL { width:20rem;height:3.8981125rem;top:233.357421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZkHppEpFLI5Bp4TKaLBDlK4OPnG6wVwu { width:18.75rem;height:10.4375rem;top:240.07470703125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMilocevUAmlwf4bV9PTwchqE6pRTTI5 { width:9.6875rem;height:2.03125rem;top:252.23095703125rem;left:5.15625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcg12hNoSOGos7oy9r4nVEUzuMg0kuhn { width:20rem;height:2.59874375rem;top:254.82470703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qc2GV8XmDIFH7rMgRH4somaKEV5iVfzb { display:flex;width:1.25rem;height:1.25rem;top:257.36181640625rem;left:9.375rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #C73CRs2dlKvheWn9gMnyf5vBbhGnF8gt { width:20rem;height:2.59874375rem;top:262.3486328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AN4HGVabwUzm61cyv3M3wm8OTIfwZ7Kg { display:flex;width:1.25rem;height:1.25rem;top:266.79931640625rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #AT46y0iakTCOHI7cbVilgag7wQXZ88zQ { width:20rem;height:2.59874375rem;top:269.9912109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AS3ts1Pi0M3HZm9JSfTBZHDRn7tFbJC5 { width:19.25rem;height:10.75rem;top:312.69921875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5gGZgEBTQ939MAqzPLDg5n8SgWHPyah { width:20rem;height:5.19856875rem;top:290.76174736023rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THZyek0JDbDTHiP730ZawpDCpuXfkEq2 { width:20rem;height:11.69435625rem;top:298.87646484375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wzghBwfRvOWut5sKeN72u8MygXZIRdAp { width:16.4375rem;height:2.39941875rem;top:277.18798828125rem;left:2.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQLwlsPNC1ftpztJS3J5Q03Igl0fsi0X { width:17.75rem;height:2.4370625rem;top:326.810546875rem;left:1.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m3DCVmFWaX9nCichGhdkzoom7Sos3l98 { height:11.25rem;width:20rem;top:317.341796875rem;left:0rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #dmftL1eGRhIIoBfyhdd1MverZAhw3NFc { width:20rem;height:2.39941875rem;top:279.52490234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VpT4viE6NKQNtpgDpvydJ9wXauQiWecm { width:20rem;height:2.4370625rem;top:328.498046875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XIaTWvm74ToaUnR9Xhi1ehpSX6H0pRQT { width:13.5rem;height:1.29980625rem;top:332.279296875rem;left:3.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #niJsH9H7WGlmUHkuTcahKdbX2LqgKZuP { height:11.25rem;width:20rem;top:336.375rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #PkpvOH0cye3miRnh4kCqK8NRdb8ETrVZ { width:20rem;height:5.19748125rem;top:60.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #L0NhkeNwPJxSs9MyBOev8H5qPOqaqyEe { display:flex;width:2.1875rem;height:2.1875rem;top:310.51171875rem;left:17.8125rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #rkb4JpXy3il2OFyeKW6Kdeo8Q6mL8828 { width:20rem;height:11.781125rem;top:66.94287109375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVIVAnPz00Ctyf3cGvUEA4Tt7RsBEEDL { display:flex;width:2.1875rem;height:2.1875rem;top:56.0947265625rem;left:8.90625rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:20rem;height:22.3958125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DPOHqhET8W1slkbdEFq6SdDGhbg853eI { width:20rem;height:10.974rem;top:36.854375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0n53tvJXkJ5GHgwLHoENDGRx9mn8gM3 { width:20rem;height:11.959515151515rem;top:23.6453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0N6XfuQVN498CfLFdqDOxD7irpQF1bL { width:20rem;height:11.341716264783rem;top:49.07825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { width:20rem;height:402.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:12.3125rem;height:5.875rem;top:9.85986328125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pagxxokb7LuUBmXIkHszSRbwm7tUDcfx { width:20rem;height:13.28025477707rem;top:1.04736328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1c8nSd5cu9UTpRlLlghTAu6ObDpnU86 { width:6.4375rem;height:1.29980625rem;top:17.0771484375rem;left:6.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PpSsaJR8pOznESpcvU2ztSpQAJpdkyU1 { width:20rem;height:1.94986875rem;top:19.064453125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U9pPNh8J3tJ2aRVq3xPS3RP65CfUikdC { width:20rem;height:42.87918125rem;top:22.576171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1T0rLsib29xcdITL5u4ecqryo1vGzEl { width:20rem;height:5.19856875rem;top:67.14208984375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXPT38ltgcgaGh0xzhqk3y452rPBUrAX { width:18.1875rem;height:32.9375rem;top:74.15380859375rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFQSm9i97vf46Xhp0P3FR108EAHCH1bX { width:18.0625rem;height:32.9375rem;top:108.27880859375rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMEdwVCb4fHGoZyTGN1Uur1FEGuJR97L { width:18.375rem;height:32.9375rem;top:142.15380859375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axmWncu6vqAhoSE9vdA90pSwmuSn3N4H { width:11.5rem;height:17.6875rem;top:176.15380859375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFH6BAS6Ii9gLnFF3w2GNJcfz4gz5Tig { width:13.875rem;height:9.0625rem;top:226.81005859375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QclTIiXmHL6wycZBNWOnK0OwTi0OXD1p { width:16.6875rem;height:10.9375rem;top:236.52880859375rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5UiezDTiMcJskDauNCcWF7IIGV8v6Nl { width:15.687375rem;height:12.5rem;top:296.84087133408rem;left:2.1554906368256rem;display:block; }
 }@media only screen and (max-width: 763px) { #W86EdQBOLaIV8Cmfb8q0kn0I74FnRlzf { width:16.125rem;height:10.25rem;top:248.27880859375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUWeJAunP2fulcQSJ43gy24JdORpTxZl { width:17.375rem;height:9.125rem;top:274.27880859375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNTTbKUQ1RRpXhQBB50t71sPoatsnF9o { width:12.9996875rem;height:10.7498125rem;top:310.59084129334rem;left:3.4998917579651rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps0OEkcsvyRJTtrQUW5NFhMibL2Bde3x { width:13rem;height:12.4375rem;top:213.59130859375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKlF3DZV0S8NypMzC7FKUPAWccClCqTa { width:11.75rem;height:18.25rem;top:194.59130859375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ISHDSKtScOsmIMoXOr16u3KFydK0zt { width:16.8125rem;height:11.4375rem;top:284.59130859375rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5w1KIlh6ZROmeA5RE5ohvaoRGTEAsOb { width:14.8125rem;height:13.5rem;top:259.90380859375rem;left:2.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZx9zbDXWp3mGwsXbWAvrUQD2RHaMltm { width:8.8748125rem;height:12.8125rem;top:322.59062576294rem;left:5.5620660781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiBUFHQeQLPuI7J3VvB66Ca2iu8Evq9n { width:17.1875rem;height:4.31206875rem;top:341.77789497376rem;left:1.4062502384186rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yIk2rEBIbMQu66zOtxRw2NNM5zSMGJfm { display:block; }
 }@media only screen and (max-width: 763px) { #TEtl8i8XWhlyvPZnH6bdVvsFOfTm6Rrw { width:20rem;height:5.19856875rem;top:347.937292099rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AxdPeKLH78TBKkaTSXFEmrag55OeZKw4 { width:17.8125rem;height:44.1938125rem;top:354.56884765625rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #slsnmfEAtgzlbaxgoIvnhBQNpdACVZg8 { display:flex;width:1.125rem;height:1.125rem;top:359.19384765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ENVdyZLscK8nsSZHATndwwviTxnGrHqA { display:flex;width:1.1875rem;height:1.1875rem;top:361.63134765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T89rD9UAZtOHL24AOpb7mO1huDBtCWaq { display:flex;width:1.125rem;height:1.125rem;top:370.16552734375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uszV7BQOb44Pi4To87JkSaPhkFuw2TdO { display:flex;width:1.25rem;height:1.25rem;top:366.60302734375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mbbFMPP3gHPkEU34cMisWUK3VRMrUqsM { display:flex;width:1.25rem;height:1.25rem;top:373.41552734375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Vd8FW7rdlPFUTxT2k8BH7holsM6AJ0my { display:flex;width:1.25rem;height:1.25rem;top:378.41552734375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BCdFJnMqnl6QdIl1W26AxMoepiTyuIAa { display:flex;width:1.25rem;height:1.25rem;top:385.35302734375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VqeSykeOkDLSQETXa5ThE6kGafklbD1G { display:flex;width:0.625rem;height:0.625rem;top:401.54052734375rem;left:0.625rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #MM80vEOqlVTNm4mLPWvPoHH2o8OJVvOC { display:flex;width:1.25rem;height:1.25rem;top:388.66552734375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CD0uErSXBBas2Q01pvfBIOzmiChtnzQz { display:flex;width:1.25rem;height:1.25rem;top:376.66552734375rem;left:0rem;z-index:15026; }
 }@media only screen and (max-width: 763px) { #VkX5xJqPLLTIn8J5o8zWCyOQIXGmfR1d { display:flex;width:1.125rem;height:1.125rem;top:354.56884765625rem;left:0rem;z-index:15019; }
 }@media only screen and (max-width: 763px) { #luLu80smVCtXhVL5qfFtKT3O7ai3RlWI { display:flex;width:1.25rem;height:1.25rem;top:397.03996658325rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FsJFstidOmGCeAikz5hVhp9DT0yXdaJk { width:20rem;height:2.8499375rem;top:337.50597572327rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vvvh5wwMAswbsrDTSANwpfKKqJLI3fcM { width:20rem;height:2.24935rem;top:339.56326675415rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:20rem;height:1.5996125rem;top:3.79980625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2Db02cfcuR1y3cJVp4p3NhLlXy2QyGd { width:20rem;height:4.2246125rem;top:1.23681640625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mbFkKLUUu2uDhHLPQkpMCPmvxg4b1Jxm { width:18.375rem;height:16.9976125rem;top:6.0654296875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6RhKzuKmJpu3L10J0d76Bsm1KI8d9EM { width:20rem;height:4.2246125rem;top:21.81103515625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fabJ3WfaMH4HTFuv5pS6satWd5rAW8I5 { width:17rem;height:16.99760625rem;top:28.1572265625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSKMiCdx8yoE7LyWZXle4qBpJBtrZMkc { width:17.1875rem;height:4.31206875rem;top:64.474283218381rem;left:1.4062502384186rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CzZldpgguhBknNNZyAsmWhTiFsM7FVXZ { display:block; }
 }@media only screen and (max-width: 763px) { #n3Th098nl85uUzAwGzprTfsAXEAqNnMe { display:flex;width:1.25rem;height:1.25rem;top:28.1572265625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PcBToZDLngI5orX6DZyumt4md3Xsbf8w { display:flex;width:1.25rem;height:1.25rem;top:33.3486328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KpyF3fJW0Qz6OsDDAqt4x0KmxrBzVtLc { display:flex;width:1.25rem;height:1.25rem;top:6.0654296875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n7T1hTTdMW5DN61ZLsF7ykJMGHUWQPQg { display:flex;width:1.25rem;height:1.25rem;top:24.7236328125rem;left:0rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #oI1U0vQxnM20gEFXrBcVymtJvF7pZ7ff { display:flex;width:1.25rem;height:1.25rem;top:11.3486328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pJlfTJdlNUE7OvT6PQcMA0f72U9vuznF { display:flex;width:0.625rem;height:0.625rem;top:55.63134765625rem;left:0.625rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #Q0hIIfBEco7GgWvFzpUaP9HNtThXVMSK { width:20rem;height:3.75rem;top:56.849502563476rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kS20Q03L59sXKs8mTUSo00cKoVMJvytn { width:20rem;height:4.6007rem;top:59.022895812988rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dal47pi2OkzAIk4efPy2hgUXHLTT3MJB { width:20rem;height:9.095625rem;top:45.153537750244rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRQcSLlUlErU4yLadPIc84bNvkolwynR { width:18.125rem;height:1.29980625rem;top:1.25rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:18.125rem;height:1.29980625rem;top:5.4619140625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:18.125rem;height:1.79980625rem;top:11.0361328125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:18.125rem;height:1.29980625rem;top:9.736328125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SSfwTG7tskN4q4VsMnNwuso8yfwnRlx2 { width:18.125rem;height:1.79980625rem;top:6.76171875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LASrbEahZoqOT3nI2MbtkRTuvCBaqf47 { width:18.125rem;height:1.79980625rem;top:2.5498046875rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }