.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:67,210,220;--color-primary-1:44,194,211;--color-primary-2:11,236,178;--color-primary-3:2,237,243;--color-primary-4:0,115,117;--color-secondary-0:255,249,234;--color-secondary-1:255,204,128;--color-secondary-2:153,122,77;--color-secondary-3:92,73,46;--color-secondary-4:31,24,15;--color-tertiary-0:255,255,255;--color-tertiary-1:175,182,184;--color-tertiary-2:121,133,137;--color-tertiary-3:73,80,82;--color-tertiary-4:31,51,59;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#26d439;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:rgba(238,242,241,0.94);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.875rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:14997;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0.65625rem;height:12.675rem;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; }
#dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:18.75rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { background-color:transparent;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(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.25rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.5625rem;left:26.1875rem;display:block; }
#e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { background-color:transparent;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(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.5625rem;left:31.0625rem;display:block; }
#Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { background-color:transparent;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(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.0625rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5625rem;left:37.625rem;display:block; }
#kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { background-color:transparent;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(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4375rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.5625rem;left:44.25rem;display:block; }
#T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ygd1reNioFON6pbNn5FhqbJQxOlDf4C0 { background-color:transparent;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(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.3125rem;height:2.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.5625rem;left:49.25rem;display:block; }
#wKvm4vnHL4liAUNtlzrzI9PNzotQQG9Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);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(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5rem;height:2.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.5625rem;left:54.5rem;display:block; }
#z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { color:rgba(var(--color-tertiary-4),0.8);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:18.487501144409rem;left:0.625rem;height:6rem;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.4375rem;width:30.75rem;top:5.4375rem;left:28.111717224121rem;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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:#cde4e2;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:12.125rem;left:52.5rem;display:block; }
#ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:.9;letter-spacing:0;top:13.875rem;left:53.5625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15039;line-height:.9;letter-spacing:0;top:15.3125rem;left:52.9375rem;height:1.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:25.675001144409rem;left:1.53125rem;height:9.5625rem;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; }
#i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:0.125rem;top:25.675001144409rem;left:0.48671722412109rem;display:block; }
#CZrEha341fwbWA8oAlCdTi63T5zBpz5C { 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:5.75rem;width:7.875rem;top:15rem;left:24.875rem;overflow:hidden;display:block; }
#Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:15.35000038147rem;left:24.4375rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#gXHyl1f8GRa8yPUS7vTlghLWXTxJRQVi { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:3.125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:37.299999237061rem;left:1.53125rem;display:block; }
#sFXq9XKN5qiIXgpwkWylKm0TeKCVEN3m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:21.0625rem;width:60rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:rgba(var(--color-tertiary-4),1);display:block;width:50.5rem;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:4.25rem;left:4.6875rem;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; }
#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:rgba(var(--color-tertiary-4),0.8);display:block;width:43.75rem;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:10.000001907349rem;left:8.125rem;height:5.4rem;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; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { 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; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:60rem;position:relative;display:block; }#HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { position:absolute;display:block;z-index:15000;background-color:#c0e4e1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#hxK4ulus8NxsL0GJSPire2TL81pvWwFM { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:18.75rem;top:17.012500762939rem;left:0rem;overflow:hidden;display:block; }
#ndM6QuUNliKOz1omMSQSiizGothWScfM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:18.75rem;top:0rem;left:20.625rem;overflow:hidden;display:block; }
#ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:20.062498092651rem;left:20.6875rem;height:10.8rem;text-align:left;text-align-last:left;display:block; }
#a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.048439025879rem;left:20.625rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:15.125rem;left:20.625rem;display:block; }
#gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:18.75rem;top:16rem;left:40.624217987061rem;overflow:hidden;display:block; }
#bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:4.375rem;left:40.59375rem;height:10.8rem;text-align:left;text-align-last:left;display:block; }
#DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.875rem;left:40.624221801757rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:0rem;left:41.25rem;display:block; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:5.5625rem;left:0.46875rem;height:10.8rem;text-align:left;text-align-last:left;display:block; }
#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { 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; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { background-color: transparent; background-image: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .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); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#tb33pcPoSvvQOAxvofRuVfDwenGTVv03 { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:5.3125009536743rem;left:23.0625rem;display:block; }
#ZNx6pbrL0N1uMvEiJyygvP0WpwWs14MR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { 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; }#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:17.25rem;width:60rem;position:relative;display:block; }#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { color:rgba(var(--color-tertiary-4),1);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.3;letter-spacing:0;top:2.1250019073486rem;left:9.5rem;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; }
#KuIEzsxriiGpvuZZ5U6ftKLlWcZ9TKb1 { color:rgba(var(--color-tertiary-4),0.8);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:6.6875019073488rem;left:9.5rem;height:5.4rem;text-align:center;text-align-last:center;display:block; }
#MRyNLmhNHoQgCuO7p57CBHneHU5OQ708 { 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; }#MRyNLmhNHoQgCuO7p57CBHneHU5OQ708 > .row .container { background-color: transparent; background-image: none; }#MRyNLmhNHoQgCuO7p57CBHneHU5OQ708::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRyNLmhNHoQgCuO7p57CBHneHU5OQ708 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRyNLmhNHoQgCuO7p57CBHneHU5OQ708 > .row .container > .video-iframe-container { display: none; }#MRyNLmhNHoQgCuO7p57CBHneHU5OQ708 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MRyNLmhNHoQgCuO7p57CBHneHU5OQ708 > .row > .video-iframe-container { display: none; }#MRyNLmhNHoQgCuO7p57CBHneHU5OQ708 > .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); }#MRyNLmhNHoQgCuO7p57CBHneHU5OQ708 > .row .container { border-width: 0; border-radius: 0; }#MRyNLmhNHoQgCuO7p57CBHneHU5OQ708 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MRyNLmhNHoQgCuO7p57CBHneHU5OQ708 > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:60rem;position:relative;display:block; }#s1scZ5esQBPThdyAKh3nl1ruJA9fFFT3 { position:absolute;display:block;z-index:14998;background-color:#866ae3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:4.25rem;left:0rem;display:block; }
#N6S3qfZU5TVB38sNs2BQTRirTCTzCvVm { color:#26265b;display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.125rem;left:1.0625rem;height:2.35625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SoLWBwXzEFXO54twTA1WXeHtRIp1fFdS { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:27.125rem;width:22.625rem;top:2.8125rem;left:31.839065551757rem;overflow:hidden;display:block; }
#N3TkiwnBcpOCXWxm8ltw649sJfeq5eHA { position:absolute;display:block;z-index:14992;background-color:transparent;background-image: -webkit-linear-gradient(201deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(201deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(201deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(201deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(201deg, rgba(var(--color-primary-0),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:20.5rem;width:27.5rem;top:6.125rem;left:29.402238388361rem;display:block; }
#OkxLt0R9URcMVMWb1CGNTz3nnJlmZ1V3 { color:#4e4e80;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:9.7375011444094rem;left:1.28125rem;height:16.5rem;display:block; }
#yL4GJsWZQ9ldmEwtL4JoCiG2fP46kFEt { color:#4e4e80;display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:32rem;left:29rem;height:1.6875rem;text-align:right;text-align-last:right;display:block; }
#nPeWkUoZZ89KJIsSU5fwDVLgOy1pSGun { position:absolute;display:block;z-index:14993;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -moz-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -ms-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-image: -o-linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fffff19', endColorstr='#866ae342' );";background-image: linear-gradient(90deg, rgba(95,255,255,0.1), rgba(134,106,227,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:1.875rem;width:15.625rem;top:31.875rem;left:27.5rem;display:block; }
#KoKbw3Z37e3hSRWVbUlIBuJGfc01hppw { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:31.375rem;left:48.8125rem; }
#KoKbw3Z37e3hSRWVbUlIBuJGfc01hppw > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#F2HUfWcZFv5yxmmQ4LtXZv7POaQNAha6 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:31.25rem;left:52.6875rem; }
#F2HUfWcZFv5yxmmQ4LtXZv7POaQNAha6 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#T9vwT0U8nsXwEBv8vN5QLFcT5Cr7askP { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:31.5625rem;left:56.25rem; }
#T9vwT0U8nsXwEBv8vN5QLFcT5Cr7askP > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#J4X08VXKTk3JwLfMvnu6mc0cU7SAFJbh { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:31.5625rem;left:44.911720275879rem; }
#J4X08VXKTk3JwLfMvnu6mc0cU7SAFJbh > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { 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; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { background-color: transparent; background-image: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .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); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { border-width: 0; border-radius: 0; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:60rem;position:relative;display:block; }#X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:8.0625rem;left:1.46875rem;height:13.6rem;text-align:left;text-align-last:left;display:block; }
#CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.375rem;left:0rem; }
#rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:8.0625rem;left:21.5rem;height:12rem;text-align:left;text-align-last:left;display:block; }
#N78AIP01TatvehqHqqfTw6IfTP46HvAD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:21.5rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.53125rem;left:21.5rem; }
#eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;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.0625rem;left:41.5rem;height:15.3rem;text-align:left;text-align-last:left;display:block; }
#ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:41.5rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#d7C90F8HvsDFztNwLM2BvbtmifghTM3e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.53125rem;left:42.125rem; }
#R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { position:absolute;display:block;z-index:15017;background-color:#c0e4e1;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:4.1875rem;width:1.875rem;top:0rem;left:0rem;display:block; }
#QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { position:absolute;display:block;z-index:15018;background-color:#c0e4e1;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:4.1875rem;width:1.875rem;top:0rem;left:21.5rem;display:block; }
#hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { position:absolute;display:block;z-index:15019;background-color:#c0e4e1;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:4.1875rem;width:1.875rem;top:0rem;left:41.5rem;display:block; }
#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { 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; }#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:13.75rem;width:60rem;position:relative;display:block; }#uqu66RJdByaAG5BvHrPdOkFE84Gsox3T { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:5.3125rem;left:23.0625rem;display:block; }
#pVGbZX9DwJM9gZZPtrWSoDtEexPFZNLJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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:21.3125rem;width:60rem;position:relative;display:block; }#KEsrSkUil3PwuSsscs724ZdxkInmVXWT { color:rgba(var(--color-tertiary-4),1);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:7.0492172241213rem;left:8.125rem;height:3.15rem;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; }
#TDbn1CU8owwK70dz5iFwslozTPvG6phG { color:rgba(var(--color-tertiary-4),0.6);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { color:rgba(var(--color-tertiary-4),0.8);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.8125rem;left:0rem;height:5.4rem;text-align:center;text-align-last:center;display:block; }
#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { 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; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { background-color: transparent; background-image: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .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); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { border-width: 0; border-radius: 0; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:60rem;position:relative;display:block; }#uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:23.8125rem;top:1.8937501907349rem;left:2.28125rem;overflow:hidden;display:block; }
#I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { position:absolute;display:block;z-index:15001;background-color:#c0e4e1;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.875rem;width:12.0625rem;top:0.5625rem;left:1.15625rem;display:block; }
#XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:24.237499237061rem;left:3.03125rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { color:rgba(var(--color-primary-4),0.6);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.137500762939rem;left:3.03125rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:29.25rem;left:3.0625rem;height:10.8rem;text-align:left;text-align-last:left;display:block; }
#sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:29.25rem;left:31.625rem;height:12.6rem;text-align:left;text-align-last:left;display:block; }
#Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:24.1875rem;left:31.625rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { 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:19rem;width:28.5625rem;top:1.15625rem;left:30.71875rem;overflow:hidden;display:block; }
#VS4ecEhVMLpU8yTofaynXD8060ekvniD { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:12.0625rem;top:17.4375rem;left:45.5rem;display:block; }
#GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { color:rgba(var(--color-primary-4),0.6);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.137500762939rem;left:31.625rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#bkce2vDf1Toqd5BcTki63uZAyTZogxq8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:24.506242752075rem;left:17rem; }
#bkce2vDf1Toqd5BcTki63uZAyTZogxq8 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#pizqLcCmLTTF9s9PbaEbAizinKHRXE03 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:24.506242752075rem;left:46.987503051757rem; }
#pizqLcCmLTTF9s9PbaEbAizinKHRXE03 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { 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; }#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:14.25rem;width:60rem;position:relative;display:block; }#me5t1JXPfRBntlMBzh7hcP3l4roy6uoZ { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:5.5617198944092rem;left:23.0625rem;display:block; }
#xqJVhtuur1QuMJL6B7LyVr8If45UkA1g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e47aG4G4sNzUhNisF73K3LBInhJbatNa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { background-color: transparent; background-image: none; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container > .video-iframe-container { display: none; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row > .video-iframe-container { display: none; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .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); }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { border-width: 0; border-radius: 0; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:60rem;position:relative;display:block; }#VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { color:rgba(var(--color-tertiary-0),1);display:block;width:54.875rem;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:4.0367183685303rem;left:2.5625rem;height:3.15rem;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; }
#zUEM62DzMfPJ8mW5A7FcXWE177cKqaGT { color:rgba(var(--color-tertiary-0),0.6);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0625rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#DT6TgSJhXn8ePw8aeT6umznLulT7xy0i { color:rgba(var(--color-tertiary-0),0.8);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:8.374218940735rem;left:9.75rem;height:7.2rem;text-align:center;text-align-last:center;display:block; }
#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { background-color: transparent; background-image: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container > .video-iframe-container { display: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container { display: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .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); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { border-width: 0; border-radius: 0; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:60rem;position:relative;display:block; }#LX8utVN1KpeRtF6fgwf9KCN0BSX9Z6O2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.5625rem;width:52.6875rem;top:2.9375rem;left:3.6875rem;display:block; }
#MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.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:15.0625rem;width:7.1875rem;top:0rem;left:0rem;display:block; }#MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.adaptive-delivery-prevent-bg, #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.lazyload, #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.lazyloading { background-image: none; }
#gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.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:15.0625rem;width:7.1875rem;top:17.4375rem;left:52.8125rem;display:block; }#gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.adaptive-delivery-prevent-bg, #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.lazyload, #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.lazyloading { background-image: none; }
#LoTxcfSG755fdJ7kwlPM1zOi39PUc2QE { 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; }#LoTxcfSG755fdJ7kwlPM1zOi39PUc2QE > .row .container { background-color: transparent; background-image: none; }#LoTxcfSG755fdJ7kwlPM1zOi39PUc2QE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoTxcfSG755fdJ7kwlPM1zOi39PUc2QE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoTxcfSG755fdJ7kwlPM1zOi39PUc2QE > .row .container > .video-iframe-container { display: none; }#LoTxcfSG755fdJ7kwlPM1zOi39PUc2QE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LoTxcfSG755fdJ7kwlPM1zOi39PUc2QE > .row > .video-iframe-container { display: none; }#LoTxcfSG755fdJ7kwlPM1zOi39PUc2QE > .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); }#LoTxcfSG755fdJ7kwlPM1zOi39PUc2QE > .row .container { border-width: 0; border-radius: 0; }#LoTxcfSG755fdJ7kwlPM1zOi39PUc2QE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LoTxcfSG755fdJ7kwlPM1zOi39PUc2QE > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#DWxvzzJt2minxteM1PM7VWCfPJeWxOU5 { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:5.5617198944092rem;left:23.0625rem;display:block; }
#zqAqqhwBQk48x33vCNdHzbpV1T5V2fpp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cde4e2;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; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { background-color: transparent; background-image: none; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container > .video-iframe-container { display: none; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row > .video-iframe-container { display: none; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .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); }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { border-width: 0; border-radius: 0; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { font-size:0.875rem;font-family:arial;height:22.3125rem;width:60rem;position:relative;display:block; }#RKGvSKwrK5sKVTdD2b1qZkThOkE3DETs { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:6rem;left:2.25rem;height:5.1rem;text-align:left;text-align-last:left;display:block; }
#qoDSQEpg5nOMlOUpuLAum1MDSL7IiXCH { position:absolute;display:block;z-index:15010;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:3.9375rem;width:4rem;top:12.8125rem;left:0rem;overflow:hidden;display:block; }
#SlgLrtpSGr9TNEWpNAMNg4L3fCTfv1yE { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:12.8125rem;left:6.0625rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#I6TfN66LSxF2Ng9yqzq2XQB7vbIS4XUg { color:rgba(var(--color-primary-4),0.6);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:15.25rem;left:6.0625rem;height:2.6rem;text-align:left;text-align-last:left;display:block; }
#b6pQHWVfo1HC1fzv34EKZKyyuTBEQT6B { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:13.125rem;left:38.6875rem;height:2.125rem;text-align:left;text-align-last:left;display:block; }
#xBPv8mpLw83OVwqAADZ8adP0IIlovGdx { color:rgba(var(--color-primary-4),0.6);display:block;width:21.25rem;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:15.5625rem;left:38.6875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#GJHpBZbsfDVNzUC8WwtJ7aQpPLPc2OWp { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;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:5.1500000953674rem;left:32.625rem;height:6.8rem;text-align:left;text-align-last:left;display:block; }
#hiXpvbukATz6mDGvtX00WT6r48J25x45 { position:absolute;display:block;z-index:15015;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:4rem;width:4rem;top:13.125rem;left:32.625rem;overflow:hidden;display:block; }
#a53PBSL2e1Icc2zNaEar7fSLV1WvvpFX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.28125rem;left:23.25rem; }
#Ps1zyHKRqghEaXUT3GAb9K9ZJT3S7A11 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.28125rem;left:56.5rem; }
#I19tQDRi5ylQa29UrRZDLzr7wJ7l4TaL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cde4e2;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; }#I19tQDRi5ylQa29UrRZDLzr7wJ7l4TaL > .row .container { background-color: transparent; background-image: none; }#I19tQDRi5ylQa29UrRZDLzr7wJ7l4TaL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I19tQDRi5ylQa29UrRZDLzr7wJ7l4TaL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I19tQDRi5ylQa29UrRZDLzr7wJ7l4TaL > .row .container > .video-iframe-container { display: none; }#I19tQDRi5ylQa29UrRZDLzr7wJ7l4TaL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I19tQDRi5ylQa29UrRZDLzr7wJ7l4TaL > .row > .video-iframe-container { display: none; }#I19tQDRi5ylQa29UrRZDLzr7wJ7l4TaL > .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); }#I19tQDRi5ylQa29UrRZDLzr7wJ7l4TaL > .row .container { border-width: 0; border-radius: 0; }#I19tQDRi5ylQa29UrRZDLzr7wJ7l4TaL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I19tQDRi5ylQa29UrRZDLzr7wJ7l4TaL > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:60rem;position:relative;display:block; }#mlQaE5mkV7UFMW8T1HWb2TXCLEGQWETw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0rem;left:26.5625rem; }
#B1mI7PZ8RK9AmHLM9fJMTlFvpvcICurx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0rem;left:56.5rem; }
#qJJbubI8CwCAcUySyOdkFODf7XH6sNmC { 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:16.8125rem;width:28.125rem;top:2.0625rem;left:0.9375rem;overflow:hidden;display:block; }
#EIsbZ282zZV7a2AAPW154aX30thlrxEz { 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:16.8125rem;width:28.125rem;top:2.0625rem;left:30.9375rem;overflow:hidden;display:block; }
#ptX8KE94K2N5TxrXGTyasXLPphs9vJtC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cde4e2;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; }#ptX8KE94K2N5TxrXGTyasXLPphs9vJtC > .row .container { background-color: transparent; background-image: none; }#ptX8KE94K2N5TxrXGTyasXLPphs9vJtC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptX8KE94K2N5TxrXGTyasXLPphs9vJtC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptX8KE94K2N5TxrXGTyasXLPphs9vJtC > .row .container > .video-iframe-container { display: none; }#ptX8KE94K2N5TxrXGTyasXLPphs9vJtC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptX8KE94K2N5TxrXGTyasXLPphs9vJtC > .row > .video-iframe-container { display: none; }#ptX8KE94K2N5TxrXGTyasXLPphs9vJtC > .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); }#ptX8KE94K2N5TxrXGTyasXLPphs9vJtC > .row .container { border-width: 0; border-radius: 0; }#ptX8KE94K2N5TxrXGTyasXLPphs9vJtC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptX8KE94K2N5TxrXGTyasXLPphs9vJtC > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:60rem;position:relative;display:block; }#bsuzTtu5Tti70EpGcPTurQLJhpt7I3vI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0rem;left:26.5625rem; }
#OKvxeUdDRaCDSbnTgFJHl8O6d6FdR3lL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0rem;left:56.5rem; }
#pOPqZDEETWUl3qsDNMWyOIxiuoT3KZ65 { 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:16.8125rem;width:28.125rem;top:2.0625rem;left:0.9375rem;overflow:hidden;display:block; }
#Cia5vm59ews0px6KN307R3OUdqmnzDUh { 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:16.8125rem;width:28.125rem;top:2.0625rem;left:30.9375rem;overflow:hidden;display:block; }
#pvgx3Od6g1phdxD4Wh8wC9USFMhTZdTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cde4e2;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; }#pvgx3Od6g1phdxD4Wh8wC9USFMhTZdTT > .row .container { background-color: transparent; background-image: none; }#pvgx3Od6g1phdxD4Wh8wC9USFMhTZdTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvgx3Od6g1phdxD4Wh8wC9USFMhTZdTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvgx3Od6g1phdxD4Wh8wC9USFMhTZdTT > .row .container > .video-iframe-container { display: none; }#pvgx3Od6g1phdxD4Wh8wC9USFMhTZdTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvgx3Od6g1phdxD4Wh8wC9USFMhTZdTT > .row > .video-iframe-container { display: none; }#pvgx3Od6g1phdxD4Wh8wC9USFMhTZdTT > .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); }#pvgx3Od6g1phdxD4Wh8wC9USFMhTZdTT > .row .container { border-width: 0; border-radius: 0; }#pvgx3Od6g1phdxD4Wh8wC9USFMhTZdTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pvgx3Od6g1phdxD4Wh8wC9USFMhTZdTT > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:60rem;position:relative;display:block; }#HE5V68LZKM6v7En7gWL9i3V8yu58Pmm1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0rem;left:26.5625rem; }
#HeWghQEN4epIOVDZAg8TpQosoDzZ20qQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0rem;left:56.5rem; }
#AJ89cmJA4h1JhKgoP9mpAnxzl4dIdVUO { 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:16.8125rem;width:28.125rem;top:2.0625rem;left:0.9375rem;overflow:hidden;display:block; }
#RdDgri6grSoechLVuFbtdztFd6a5yF5E { 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:16.8125rem;width:28.125rem;top:2.0625rem;left:30.9375rem;overflow:hidden;display:block; }
#lZqvtTwrFnTzPa2N6iz5pxZs6lV1qa6N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cde4e2;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; }#lZqvtTwrFnTzPa2N6iz5pxZs6lV1qa6N > .row .container { background-color: transparent; background-image: none; }#lZqvtTwrFnTzPa2N6iz5pxZs6lV1qa6N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZqvtTwrFnTzPa2N6iz5pxZs6lV1qa6N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZqvtTwrFnTzPa2N6iz5pxZs6lV1qa6N > .row .container > .video-iframe-container { display: none; }#lZqvtTwrFnTzPa2N6iz5pxZs6lV1qa6N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lZqvtTwrFnTzPa2N6iz5pxZs6lV1qa6N > .row > .video-iframe-container { display: none; }#lZqvtTwrFnTzPa2N6iz5pxZs6lV1qa6N > .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); }#lZqvtTwrFnTzPa2N6iz5pxZs6lV1qa6N > .row .container { border-width: 0; border-radius: 0; }#lZqvtTwrFnTzPa2N6iz5pxZs6lV1qa6N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZqvtTwrFnTzPa2N6iz5pxZs6lV1qa6N > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:60rem;position:relative;display:block; }#UbMLbk5pk3FTRuKomUd1eGrXZc6alOv0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0rem;left:26.5625rem; }
#hwH6rq3dhXbGs2WcubCQeSDo7CI7FzB8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0rem;left:56.5rem; }
#LL6frCAErpZAoLfXbK3M3Rq8wx3kPPtD { 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:16.8125rem;width:28.125rem;top:2.0625rem;left:0.9375rem;overflow:hidden;display:block; }
#thKeg9arR1cPUpGovTqIHX7NFDkPTf0T { 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:16.8125rem;width:27.875rem;top:2.0625rem;left:30.9375rem;overflow:hidden;display:block; }
#wRxLfaT1aBzJCvOKkwtPcCyBbcITHWdT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wRxLfaT1aBzJCvOKkwtPcCyBbcITHWdT > .row .container { background-color: transparent; background-image: none; }#wRxLfaT1aBzJCvOKkwtPcCyBbcITHWdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRxLfaT1aBzJCvOKkwtPcCyBbcITHWdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRxLfaT1aBzJCvOKkwtPcCyBbcITHWdT > .row .container > .video-iframe-container { display: none; }#wRxLfaT1aBzJCvOKkwtPcCyBbcITHWdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRxLfaT1aBzJCvOKkwtPcCyBbcITHWdT > .row > .video-iframe-container { display: none; }#wRxLfaT1aBzJCvOKkwtPcCyBbcITHWdT > .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); }#wRxLfaT1aBzJCvOKkwtPcCyBbcITHWdT > .row .container { border-width: 0; border-radius: 0; }#wRxLfaT1aBzJCvOKkwtPcCyBbcITHWdT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRxLfaT1aBzJCvOKkwtPcCyBbcITHWdT > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:60rem;position:relative;display:block; }#zIp8EAGws8wm4H2SdKKkuw9qQKPfWF0k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.5625rem;width:52.6875rem;top:15.062500715256rem;left:4.4375rem;display:block; }
#qeTixb31qqT7PhtaLG8fCM6Z44rQkNbh { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.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:15.0625rem;width:7.1875rem;top:0rem;left:0rem;display:block; }#qeTixb31qqT7PhtaLG8fCM6Z44rQkNbh.adaptive-delivery-prevent-bg, #qeTixb31qqT7PhtaLG8fCM6Z44rQkNbh.lazyload, #qeTixb31qqT7PhtaLG8fCM6Z44rQkNbh.lazyloading { background-image: none; }
#ogGHTPdKKMqdHkalkowxCOvCwKQtEhTC { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.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:15.0625rem;width:7.1875rem;top:17.4375rem;left:52.8125rem;display:block; }#ogGHTPdKKMqdHkalkowxCOvCwKQtEhTC.adaptive-delivery-prevent-bg, #ogGHTPdKKMqdHkalkowxCOvCwKQtEhTC.lazyload, #ogGHTPdKKMqdHkalkowxCOvCwKQtEhTC.lazyloading { background-image: none; }
#OmHh0S4WnsInRxx6GSBrszRDwLnEBgfm { color:rgba(var(--color-tertiary-0),1);display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:2.1124999523163rem;left:7.3742179870606rem;height:3.15rem;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; }
#OIWxV391R8gOy33pgtW6ioZpRylgX0ID { color:rgba(var(--color-tertiary-0),0.8);display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:6.07421875rem;left:8.3624992370606rem;height:5.4rem;text-align:center;text-align-last:center;display:block; }
#kHEQ0TCerzKd0GqTJtlSNrlIp5B8VKhM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kHEQ0TCerzKd0GqTJtlSNrlIp5B8VKhM > .row .container { background-color: transparent; background-image: none; }#kHEQ0TCerzKd0GqTJtlSNrlIp5B8VKhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHEQ0TCerzKd0GqTJtlSNrlIp5B8VKhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHEQ0TCerzKd0GqTJtlSNrlIp5B8VKhM > .row .container > .video-iframe-container { display: none; }#kHEQ0TCerzKd0GqTJtlSNrlIp5B8VKhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHEQ0TCerzKd0GqTJtlSNrlIp5B8VKhM > .row > .video-iframe-container { display: none; }#kHEQ0TCerzKd0GqTJtlSNrlIp5B8VKhM > .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); }#kHEQ0TCerzKd0GqTJtlSNrlIp5B8VKhM > .row .container { border-width: 0; border-radius: 0; }#kHEQ0TCerzKd0GqTJtlSNrlIp5B8VKhM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHEQ0TCerzKd0GqTJtlSNrlIp5B8VKhM > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#PRWFbMu11Lr8rQGBI3HRIOQTlnKkEwP1 { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:5.5617198944092rem;left:23.0625rem;display:block; }
#uAZs7JFTRy1R9Bs7rxMwHp3LpnTJJdfb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:13.6875rem;width:60rem;position:relative;display:block; }#d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { color:rgba(var(--color-tertiary-4),1);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.3;letter-spacing:0;top:7.3125rem;left:8.125rem;height:2.925rem;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; }
#lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { color:rgba(var(--color-tertiary-4),0.6);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { 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; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { background-color: transparent; background-image: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container > .video-iframe-container { display: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container { display: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .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); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { border-width: 0; border-radius: 0; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#ITGWQ0cNOPFV5E4BaHhGagkb9XQOIVTl { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:50rem;top:0rem;left:5rem;display:block; }
#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { 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; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { background-color: transparent; background-image: none; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container > .video-iframe-container { display: none; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row > .video-iframe-container { display: none; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .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); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { border-width: 0; border-radius: 0; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#BkaqFl4RZq87g6r9Q4V45gRb6woP8xpf { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:5rem;height:3.6rem;text-align:left;text-align-last:left;display:block; }
#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { 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; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { background-color: transparent; background-image: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container > .video-iframe-container { display: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container { display: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .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); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { border-width: 0; border-radius: 0; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#lffezyGDaKTMW3HZohZAFeO08UTMRH1u { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:50rem;top:0rem;left:5rem;display:block; }
#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { 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; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { background-color: transparent; background-image: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container > .video-iframe-container { display: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container { display: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .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); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { border-width: 0; border-radius: 0; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:5rem;height:3.6rem;text-align:left;text-align-last:left;display:block; }
#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { 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; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { background-color: transparent; background-image: none; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container > .video-iframe-container { display: none; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row > .video-iframe-container { display: none; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .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); }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { border-width: 0; border-radius: 0; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#dCgibmR607AusgKNJb3BvTlyaT6e4VkC { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:50rem;top:0rem;left:5rem;display:block; }
#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { 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; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { background-color: transparent; background-image: none; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container > .video-iframe-container { display: none; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row > .video-iframe-container { display: none; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .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); }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { border-width: 0; border-radius: 0; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#UhenRR9oOzg8nZKxLaMe9kf2gThCEgLu { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:5rem;height:5.4rem;text-align:left;text-align-last:left;display:block; }
#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { 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; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { background-color: transparent; background-image: none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container > .video-iframe-container { display: none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row > .video-iframe-container { display: none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .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); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { border-width: 0; border-radius: 0; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:50rem;top:0rem;left:5rem;display:block; }
#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { 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; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { background-color: transparent; background-image: none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container > .video-iframe-container { display: none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row > .video-iframe-container { display: none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .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); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { border-width: 0; border-radius: 0; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#dAzeVUaet2UH22BunvFi78J6pDITLm49 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:5rem;height:5.4rem;text-align:left;text-align-last:left;display:block; }
#i1TJXuvdMPFgNcT5t3y3RDCRaxpEEStR { 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; }#i1TJXuvdMPFgNcT5t3y3RDCRaxpEEStR > .row .container { background-color: transparent; background-image: none; }#i1TJXuvdMPFgNcT5t3y3RDCRaxpEEStR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1TJXuvdMPFgNcT5t3y3RDCRaxpEEStR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1TJXuvdMPFgNcT5t3y3RDCRaxpEEStR > .row .container > .video-iframe-container { display: none; }#i1TJXuvdMPFgNcT5t3y3RDCRaxpEEStR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1TJXuvdMPFgNcT5t3y3RDCRaxpEEStR > .row > .video-iframe-container { display: none; }#i1TJXuvdMPFgNcT5t3y3RDCRaxpEEStR > .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); }#i1TJXuvdMPFgNcT5t3y3RDCRaxpEEStR > .row .container { border-width: 0; border-radius: 0; }#i1TJXuvdMPFgNcT5t3y3RDCRaxpEEStR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i1TJXuvdMPFgNcT5t3y3RDCRaxpEEStR > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#PUUVQnBcAuwqq0LHaSx0EIEzLRBp3zNx { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:5rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#OzyPVh0psR1q7GD3AIeFNJTlV3fpVlTS { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:50rem;top:0rem;left:5rem;display:block; }
#iTA6gqBmU7inrB7q1JFpHiD3rN6GhTPt { 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; }#iTA6gqBmU7inrB7q1JFpHiD3rN6GhTPt > .row .container { background-color: transparent; background-image: none; }#iTA6gqBmU7inrB7q1JFpHiD3rN6GhTPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTA6gqBmU7inrB7q1JFpHiD3rN6GhTPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTA6gqBmU7inrB7q1JFpHiD3rN6GhTPt > .row .container > .video-iframe-container { display: none; }#iTA6gqBmU7inrB7q1JFpHiD3rN6GhTPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTA6gqBmU7inrB7q1JFpHiD3rN6GhTPt > .row > .video-iframe-container { display: none; }#iTA6gqBmU7inrB7q1JFpHiD3rN6GhTPt > .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); }#iTA6gqBmU7inrB7q1JFpHiD3rN6GhTPt > .row .container { border-width: 0; border-radius: 0; }#iTA6gqBmU7inrB7q1JFpHiD3rN6GhTPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTA6gqBmU7inrB7q1JFpHiD3rN6GhTPt > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#muDlDDpXDgwnfgaZSeFHxKTPqBenbdRG { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:5rem;height:3.6rem;text-align:left;text-align-last:left;display:block; }
#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { 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; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { background-color: transparent; background-image: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .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); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { border-width: 0; border-radius: 0; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#f0EX9D3LcBdgT6EzQCC0VTt08UZcoTfT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f0EX9D3LcBdgT6EzQCC0VTt08UZcoTfT > .row .container { background-color: transparent; background-image: none; }#f0EX9D3LcBdgT6EzQCC0VTt08UZcoTfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0EX9D3LcBdgT6EzQCC0VTt08UZcoTfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0EX9D3LcBdgT6EzQCC0VTt08UZcoTfT > .row .container > .video-iframe-container { display: none; }#f0EX9D3LcBdgT6EzQCC0VTt08UZcoTfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0EX9D3LcBdgT6EzQCC0VTt08UZcoTfT > .row > .video-iframe-container { display: none; }#f0EX9D3LcBdgT6EzQCC0VTt08UZcoTfT > .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); }#f0EX9D3LcBdgT6EzQCC0VTt08UZcoTfT > .row .container { border-width: 0; border-radius: 0; }#f0EX9D3LcBdgT6EzQCC0VTt08UZcoTfT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0EX9D3LcBdgT6EzQCC0VTt08UZcoTfT > .row .container { font-size:0.875rem;font-family:arial;height:40.8125rem;width:60rem;position:relative;display:block; }#mopFx1nL61KmeAAuWqnQmTIpiswSIkbz { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.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:15.0625rem;width:7.1875rem;top:0rem;left:0rem;display:block; }#mopFx1nL61KmeAAuWqnQmTIpiswSIkbz.adaptive-delivery-prevent-bg, #mopFx1nL61KmeAAuWqnQmTIpiswSIkbz.lazyload, #mopFx1nL61KmeAAuWqnQmTIpiswSIkbz.lazyloading { background-image: none; }
#lyzup08D51omPllJ6x5lWvNS4uH4khvJ { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.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:15.0625rem;width:7.1875rem;top:17.4375rem;left:52.8125rem;display:block; }#lyzup08D51omPllJ6x5lWvNS4uH4khvJ.adaptive-delivery-prevent-bg, #lyzup08D51omPllJ6x5lWvNS4uH4khvJ.lazyload, #lyzup08D51omPllJ6x5lWvNS4uH4khvJ.lazyloading { background-image: none; }
#TVBWMRbaLvQxTfSbrXHRGRHFLWC3GNrT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.3125rem;width:39.6875rem;top:13.8125rem;left:10.15625rem;overflow:hidden;display:block; }
#glZUleqRI4nfNyqtoyV6feNDMkiLDU0l { color:rgba(var(--color-tertiary-0),0.8);display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:5.73046875rem;left:10.6875rem;height:7.2rem;text-align:center;text-align-last:center;display:block; }
#sy8qpIVhkhnW5ACBo5ZWsPs0f6PQvI5J { color:rgba(var(--color-tertiary-0),1);display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:1.5rem;left:7.3742179870606rem;height:3.15rem;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; }
#kHrklQIiioqCxAZANas6ifqWvAztzrvT { 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; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { background-color: transparent; background-image: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .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); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { border-width: 0; border-radius: 0; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { font-size:0.875rem;font-family:arial;height:86rem;width:60rem;position:relative;display:block; }#pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:8.3750247955325rem;left:6.84375rem;height:3.5rem;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; }
#yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { color:rgba(var(--color-tertiary-4),0.6);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Bhq2UfCwldIL3fv7DZNZTmRbZF11JNlT { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:16.375024795533rem;left:6.84375rem;height:3.5rem;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; }
#Nqsxcx3E1bzLvzSsnquv31R10lgGhCVf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:8.5625rem;left:1.1609382629394rem; }
#x9TGvKmOFkF8f6yrPszAZZMbGCFfC2HG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:16.5625rem;left:1.1609382629394rem; }
#drm5k10R78XwClAi7cZ3fHN53Nn6qLM8 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:23.3125rem;left:7.1875rem;height:5.25rem;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; }
#hBvFerpBinlK5pW4mT5GPv8OqPai0lpn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:24.375rem;left:1.1609382629394rem; }
#JbxXELa8QGbUHOgUhvEcIKTCTt7PbA9k { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:30.25rem;left:7.375rem;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; }
#ayzM0VHyd6JV3Az7UReRMLSu8NeSebFu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:30.4375rem;left:1.1609382629394rem; }
#RC3F993IITqqJHiLW49eSiiCDSu7sDEn { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:36.0625rem;left:6.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; }
#TWGpmFMKJEeKFTx6ZokGRcCdfuSKBx4D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:36.25rem;left:1.1609382629394rem; }
#qOwlmUMTxEO64imeWPyl2qTT30B4TwRM { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:42.5rem;left:6.84375rem;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; }
#NNCEJPFFRiffPWHMrkiuXhaGKXhDeXZ5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:43.5625rem;left:1.1609382629394rem; }
#IOyXtmOkcszae6VlXIGhBndoxqhEvnTR { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:62.875011444094rem;left:6.84375rem;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; }
#xRNIsZ4pe8EixLITMIDRe0lPnaJ8ad2o { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:56.3125rem;left:6.1875rem;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; }
#IyIAhVOVXzwTWZDHUB1DwfDNPJTnTHTK { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:50.362512588501rem;left:6.84375rem;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; }
#HPLuBHDvwGNr8OlCVvwxG6v02DEPXFC3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:50.362512588501rem;left:1.1609382629394rem; }
#FHoDteIIOQPWLrD9waXMlDphfRVmieD7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:57.375013351441rem;left:1.1609382629394rem; }
#ehKVh1atEJJJum4RHQBPlZ3810vKsK88 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:63.062511444094rem;left:1.1609382629394rem; }
#k5ySBsUoTTtqTXk7SDgGdUFbJS8irNUs { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:69.0625rem;left:6.875rem;height:5.25rem;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; }
#xCUKK7o9Rx1F6dd5Vz7xENkz268Bi8cF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:70.125rem;left:0rem; }
#nsgkc5xlbP36lLLNaR4Ex0mCEFbiLHGa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:70.125rem;left:3.0625rem; }
#fm1MIqQirCwz50Ie7eJ3bWTL18gDxGcn { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:78.612525939944rem;left:25.5625rem;display:block; }
#hzfu5l1QxbnEEFoWtISSBGdN9StLGuAa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hT8doC7dpioLqtPxBTOJnPXhAavak1t8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hT8doC7dpioLqtPxBTOJnPXhAavak1t8 > .row .container { background-color: transparent; background-image: none; }#hT8doC7dpioLqtPxBTOJnPXhAavak1t8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT8doC7dpioLqtPxBTOJnPXhAavak1t8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT8doC7dpioLqtPxBTOJnPXhAavak1t8 > .row .container > .video-iframe-container { display: none; }#hT8doC7dpioLqtPxBTOJnPXhAavak1t8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hT8doC7dpioLqtPxBTOJnPXhAavak1t8 > .row > .video-iframe-container { display: none; }#hT8doC7dpioLqtPxBTOJnPXhAavak1t8 > .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); }#hT8doC7dpioLqtPxBTOJnPXhAavak1t8 > .row .container { border-width: 0; border-radius: 0; }#hT8doC7dpioLqtPxBTOJnPXhAavak1t8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hT8doC7dpioLqtPxBTOJnPXhAavak1t8 > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:60rem;position:relative;display:block; }#It6PA4JxOAVVvopHwD1AgT2TKhnQKnR1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.5625rem;width:52.6875rem;top:16.498424530029rem;left:3.65625rem;display:block; }
#xQxC2orZcd55IX2AKtEshQVLEn7QAalA { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.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:15.0625rem;width:7.1875rem;top:0rem;left:0rem;display:block; }#xQxC2orZcd55IX2AKtEshQVLEn7QAalA.adaptive-delivery-prevent-bg, #xQxC2orZcd55IX2AKtEshQVLEn7QAalA.lazyload, #xQxC2orZcd55IX2AKtEshQVLEn7QAalA.lazyloading { background-image: none; }
#hNEnuPcxCgucia82Pz1c6vsr7LaNbcCp { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.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:15.0625rem;width:7.1875rem;top:17.4375rem;left:52.8125rem;display:block; }#hNEnuPcxCgucia82Pz1c6vsr7LaNbcCp.adaptive-delivery-prevent-bg, #hNEnuPcxCgucia82Pz1c6vsr7LaNbcCp.lazyload, #hNEnuPcxCgucia82Pz1c6vsr7LaNbcCp.lazyloading { background-image: none; }
#mCL2giSoET76RhgWJ8JQREIHhVnhrTDE { color:rgba(var(--color-tertiary-0),1);display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:1.5484390258789rem;left:7.3742179870606rem;height:2.7125rem;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; }
#rhZKH9uT2Lm6MEDq6tV9hnMahTzTmlm5 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:5.8843626976013rem;left:9.2781257629394rem;height:5.4rem;text-align:center;text-align-last:center;display:block; }
#ScQ54WJPET8TNDa06c7hcFUqCqzlV8bZ { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:51.086718559265rem;left:23.0625rem;display:block; }
#BBTHdgL2lHEUUXpaiTs25tUD428CHL6x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BDEiJCw5McFN2g3F35t5A7ING5i9kJ42 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BDEiJCw5McFN2g3F35t5A7ING5i9kJ42 > .row .container { background-color: transparent; background-image: none; }#BDEiJCw5McFN2g3F35t5A7ING5i9kJ42::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDEiJCw5McFN2g3F35t5A7ING5i9kJ42 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDEiJCw5McFN2g3F35t5A7ING5i9kJ42 > .row .container > .video-iframe-container { display: none; }#BDEiJCw5McFN2g3F35t5A7ING5i9kJ42 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BDEiJCw5McFN2g3F35t5A7ING5i9kJ42 > .row > .video-iframe-container { display: none; }#BDEiJCw5McFN2g3F35t5A7ING5i9kJ42 > .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); }#BDEiJCw5McFN2g3F35t5A7ING5i9kJ42 > .row .container { border-width: 0; border-radius: 0; }#BDEiJCw5McFN2g3F35t5A7ING5i9kJ42 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BDEiJCw5McFN2g3F35t5A7ING5i9kJ42 > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;position:relative;display:block; }#bnk6HTciMX5vRp2loQVHHMvL8HyaJfsz { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:10.5rem;left:4.375rem;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; }
#nDTL1hVnJPxdvzJMavyqJ5EDHi9wvoMz { color:rgba(var(--color-tertiary-4),0.6);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.625rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#uHTsq5xRx09RxBh4ykPhkZiccbl9xSlK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:4.625rem;left:45.75rem; }
#NLM7t9DNJPssn2ZpSe5ZyIzibGaXxhTa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cde4e2;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; }#NLM7t9DNJPssn2ZpSe5ZyIzibGaXxhTa > .row .container { background-color: transparent; background-image: none; }#NLM7t9DNJPssn2ZpSe5ZyIzibGaXxhTa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLM7t9DNJPssn2ZpSe5ZyIzibGaXxhTa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLM7t9DNJPssn2ZpSe5ZyIzibGaXxhTa > .row .container > .video-iframe-container { display: none; }#NLM7t9DNJPssn2ZpSe5ZyIzibGaXxhTa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NLM7t9DNJPssn2ZpSe5ZyIzibGaXxhTa > .row > .video-iframe-container { display: none; }#NLM7t9DNJPssn2ZpSe5ZyIzibGaXxhTa > .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); }#NLM7t9DNJPssn2ZpSe5ZyIzibGaXxhTa > .row .container { border-width: 0; border-radius: 0; }#NLM7t9DNJPssn2ZpSe5ZyIzibGaXxhTa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NLM7t9DNJPssn2ZpSe5ZyIzibGaXxhTa > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#rkS3Xup969VoCiNJ9zdN2lrMtIpFSmn7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:1.2499889135361rem;left:25.5rem; }
#TiuT2PX6n6BdEPzRUTu2GynhT1mVGKFm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:3.4999889135361rem;left:55.487503051757rem; }
#XXlKe7urlQWm7tdGCxVTenTaJl0XIwzT { 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:16.8125rem;width:26.6875rem;top:6.1249889135361rem;left:1.125rem;overflow:hidden;display:block; }
#LsQlmgOxZzQaIrs200ZTJLs0F078paGQ { 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:14rem;width:27.875rem;top:7.5288947820663rem;left:31.0625rem;overflow:hidden;display:block; }
#ZvMsuHmmdL6Lf8Olnv7KGRW7Zuysy8g2 { 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; }#ZvMsuHmmdL6Lf8Olnv7KGRW7Zuysy8g2 > .row .container { background-color: transparent; background-image: none; }#ZvMsuHmmdL6Lf8Olnv7KGRW7Zuysy8g2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvMsuHmmdL6Lf8Olnv7KGRW7Zuysy8g2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvMsuHmmdL6Lf8Olnv7KGRW7Zuysy8g2 > .row .container > .video-iframe-container { display: none; }#ZvMsuHmmdL6Lf8Olnv7KGRW7Zuysy8g2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvMsuHmmdL6Lf8Olnv7KGRW7Zuysy8g2 > .row > .video-iframe-container { display: none; }#ZvMsuHmmdL6Lf8Olnv7KGRW7Zuysy8g2 > .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); }#ZvMsuHmmdL6Lf8Olnv7KGRW7Zuysy8g2 > .row .container { border-width: 0; border-radius: 0; }#ZvMsuHmmdL6Lf8Olnv7KGRW7Zuysy8g2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZvMsuHmmdL6Lf8Olnv7KGRW7Zuysy8g2 > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:60rem;position:relative;display:block; }#L1yNfF4t3DBtvL7HWMRgLdqgAJAEwyFn { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:4.0617067813873rem;left:4.34375rem;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; }
#DCuxbDUOUxO1CDbOTFgvdJzv6hMDNg0q { color:rgba(var(--color-tertiary-4),1);display:block;width:51.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:9.8742198944094rem;left:5.9109382629394rem;height:3.5rem;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; }
#ZBNhSZthAFVgGE7JDSid770w6VGF5z9L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cde4e2;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; }#ZBNhSZthAFVgGE7JDSid770w6VGF5z9L > .row .container { background-color: transparent; background-image: none; }#ZBNhSZthAFVgGE7JDSid770w6VGF5z9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBNhSZthAFVgGE7JDSid770w6VGF5z9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBNhSZthAFVgGE7JDSid770w6VGF5z9L > .row .container > .video-iframe-container { display: none; }#ZBNhSZthAFVgGE7JDSid770w6VGF5z9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBNhSZthAFVgGE7JDSid770w6VGF5z9L > .row > .video-iframe-container { display: none; }#ZBNhSZthAFVgGE7JDSid770w6VGF5z9L > .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); }#ZBNhSZthAFVgGE7JDSid770w6VGF5z9L > .row .container { border-width: 0; border-radius: 0; }#ZBNhSZthAFVgGE7JDSid770w6VGF5z9L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZBNhSZthAFVgGE7JDSid770w6VGF5z9L > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#hoBWRBkdGwRk9iJHExDvJe93ZEPVUn6T { background-color:transparent;background-image: -webkit-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(84deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.5625rem;border-top-right-radius:4.5625rem;border-bottom-left-radius:4.5625rem;border-bottom-right-radius:4.5625rem;box-shadow: 0.0625rem 0.0625rem 1.3125rem rgba(11,236,129,0.75) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:5.0937509536743rem;left:23.0625rem;display:block; }
#EG9kBS8cE1L1aoa6mv4nQGesGbUhWMlI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vSb7I3mwKKPsGpf37G3eqIlZTvmBnPM5 { 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; }#vSb7I3mwKKPsGpf37G3eqIlZTvmBnPM5 > .row .container { background-color: transparent; background-image: none; }#vSb7I3mwKKPsGpf37G3eqIlZTvmBnPM5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSb7I3mwKKPsGpf37G3eqIlZTvmBnPM5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSb7I3mwKKPsGpf37G3eqIlZTvmBnPM5 > .row .container > .video-iframe-container { display: none; }#vSb7I3mwKKPsGpf37G3eqIlZTvmBnPM5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vSb7I3mwKKPsGpf37G3eqIlZTvmBnPM5 > .row > .video-iframe-container { display: none; }#vSb7I3mwKKPsGpf37G3eqIlZTvmBnPM5 > .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); }#vSb7I3mwKKPsGpf37G3eqIlZTvmBnPM5 > .row .container { border-width: 0; border-radius: 0; }#vSb7I3mwKKPsGpf37G3eqIlZTvmBnPM5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vSb7I3mwKKPsGpf37G3eqIlZTvmBnPM5 > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#W2eNeTLTP46bqc05MyPAR3DrZrZs4bTT { position:absolute;display:block;z-index:15008;background-color:#33be50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.25rem;width:2.5rem;top:2.5rem;left:0rem;display:block; }
#mUyFP0IxSBm1nSQ26q2tRGcVkOoREiAd { color:#1d2d51;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.3742198944092rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLiUlvOrVFwTrECS6rpP4ksCBVoMn9B7 { position:absolute;display:block;z-index:15009;background-color:#33be50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.25rem;width:0.625rem;top:2.5rem;left:2.75rem;display:block; }
#Dn6tQl1D06q62n13JyEfkmX5IrUivIcF { position:absolute;display:block;z-index:15009;background-color:#33be50;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.25rem;width:0.3125rem;top:2.5rem;left:3.625rem;display:block; }
#HfV6cX0vSnplddpGip51sHXwJnvkessJ { color:#6a6969;display:block;width:46.625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:15.981275558472rem;left:6.6875rem;height:7.15rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lVkThZC6bGRfuNM10sIymSXU1LQNTkQF { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:17.625rem;width:60rem;top:11.531250953674rem;left:0rem;display:block; }
#llMs3EbihRMkk37aBsaGgQSbzudAvRTL { 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; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { background-color: transparent; background-image: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .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); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { border-width: 0; border-radius: 0; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:block; }#qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:0.125rem;top:1.7500247955323rem;left:2.0492172241211rem;display:block; }
#f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { 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:5.75rem;width:7.875rem;top:9.5625rem;left:18.9375rem;overflow:hidden;display:block; }
#ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:9.8125rem;left:19.1875rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.6875rem;width:26.1875rem;top:3.5rem;left:28.875rem;display:block; }
#dc6AZLG4t89AGyrTrUsVX46siANKxa6b { position:absolute;display:block;z-index:15027;background-color:#cde4e2;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:6.875rem;width:6.875rem;top:4.5625247955322rem;left:50.811717987061rem;display:block; }
#CTiZuOatXexee7zUOccwgdaDVQZUhTpd { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:.9;letter-spacing:0;top:7rem;left:51.624217987061rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { color:rgba(var(--color-tertiary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15033;line-height:.9;letter-spacing:0;top:8.4874992370606rem;left:51.624217987061rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { position:absolute;display:block;z-index:14998;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:9.8125rem;width:7.1875rem;top:27.312526702881rem;left:50.811717987061rem;display:block; }#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.adaptive-delivery-prevent-bg, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyload, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyloading { background-image: none; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-form-header {  }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:21.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.3125rem;box-sizing:border-box;height:2.625rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-text {padding-top: 0; padding-bottom: 0;}#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.3125rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-select {padding-top: 0; padding-bottom: 0;}#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-button { border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.3125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17rem;height:3.25rem;font-family:var(--paragraphs-font-family);overflow:hidden;text-align:center;text-align-last:center; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.0625rem;overflow:hidden;font-style:normal;float:none; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-container:first-of-type{padding-top:0;}#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-container:last-of-type{padding-bottom:0;}#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14997;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.25rem;left:30.0625rem; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.3125rem;display:block;vertical-align:top; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw {display:block;}#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14997;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:6.25rem;left:30.0625rem; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #GWtMPJBEypEql2fmC12qqlkSHzRKGr0t { position:relative; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #i5mEMRc2ZT9Crl1GO8RvVeznQB1n8aDE { position:relative;display:none; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #zSHu8PFTh0s2RKEDa0h9w2JFHOVBTvp4 { position:relative; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #kP1Tehkke4ZPx8dehsvbZuH1SyGnEPs4 { position:relative; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #FUO9K6TINbFTI2Kwzd6qpir5tsSpOXVo { position:relative;display:none; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #d5ni2yPWPoPMgHEnUayobCaSxLfdaNWl { position:relative; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #HzMPDNUqkxrnaPAAns0BgJ8Ed6GqAzpD { position:relative; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #WFtEUJw0MGKfQu8TA6viiKe9FuLmcLWm { position:relative;display:none; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #SULqBhGcvo3vDGA7GrebHnX7Eqqg22ad { position:relative; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #WlTTkkRFAb8nGuc3zsiBy3MsoarwJ7PP { position:relative; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #CRZ9TTk8rcyzmHKDRamWlTTnJ3GsLNM0 { position:relative;z-index:2; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #EGVMnsrDZF7a90cP3mUwmyvh68fyva5o { position:relative; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #w25k3hSpWFPmbS2WtazNKaEak4eBoNuu { position:relative; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #KOrBUWX2WcSkS4QKJGwmkGsHbH3UqxmN { position:relative; }
#XGr0ZeLq0rVfOLNSNcoG9sTJmTLBMOkg { color:rgba(var(--color-tertiary-4),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:25.767970085144rem;left:31.84375rem;height:6.375rem;text-align:center;text-align-last:center;display:block; }
#LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { position:absolute;display:block;z-index:14994;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:38.8125rem;width:30.75rem;top:5.7375249862671rem;left:0rem;overflow:hidden;display:block; }
#ZvSxATLcCyknQFTMIKwbxNJofkD2RcFM { position:absolute;display:block;z-index:15028;background-color:#cde4e2;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:6.875rem;width:6.875rem;top:5.1875247955322rem;left:51.436717987061rem;display:block; }
#R6zzmdGT6preTikUtRxet9x0m5rlcJkT { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:1.5710935592651rem;left:3.0625rem;height:5.60625rem;display:block; }
#iIduKRkD4bscLIe8b5WggtZ7JTWc0BTc { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:38.812499046326rem;left:29.125rem;height:4.63125rem;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:7rem;width:60rem;position:relative;display:block; }#yRQcSLlUlErU4yLadPIc84bNvkolwynR { color:rgba(var(--color-tertiary-4),0.6);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:3.29296875rem;left:0rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:3.29296875rem;left:20rem;height:3.6rem;text-align:left;text-align-last:left;display:block; }
#uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { color:rgba(var(--color-tertiary-4),0.6);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.4375rem;left:20rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:3.5625rem;left:40rem;height:1.8rem;text-align:left;text-align-last:left;display:block; }
#VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { color:rgba(var(--color-tertiary-4),0.6);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4375rem;left:40rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#pL3ykyd7hL1mzcoiqRZuVSDMGIBTcGTN { 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; }#pL3ykyd7hL1mzcoiqRZuVSDMGIBTcGTN > .row .container { background-color: transparent; background-image: none; }#pL3ykyd7hL1mzcoiqRZuVSDMGIBTcGTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL3ykyd7hL1mzcoiqRZuVSDMGIBTcGTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL3ykyd7hL1mzcoiqRZuVSDMGIBTcGTN > .row .container > .video-iframe-container { display: none; }#pL3ykyd7hL1mzcoiqRZuVSDMGIBTcGTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pL3ykyd7hL1mzcoiqRZuVSDMGIBTcGTN > .row > .video-iframe-container { display: none; }#pL3ykyd7hL1mzcoiqRZuVSDMGIBTcGTN > .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); }#pL3ykyd7hL1mzcoiqRZuVSDMGIBTcGTN > .row .container { border-width: 0; border-radius: 0; }#pL3ykyd7hL1mzcoiqRZuVSDMGIBTcGTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pL3ykyd7hL1mzcoiqRZuVSDMGIBTcGTN > .row .container { font-size:0.875rem;font-family:arial;height:2.875rem;width:60rem;position:relative;display:block; }#SNAu05mTp94eIIR6aqMXqkX6gNNfov5f { color:rgba(var(--color-tertiary-4),0.6);display:block;width:43.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.875rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:24.5625rem;height:12.625rem;top:5.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:18.75rem;height:2.625rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:4.3125rem;height:2.25rem;top:1.5625rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:6rem;height:2.25rem;top:1.5625rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 763px) { #OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { width:6.0625rem;height:2.25rem;top:1.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block; }
 }@media only screen and (max-width: 763px) { #WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { width:4.4375rem;height:2.25rem;top:1.5625rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block; }
 }@media only screen and (max-width: 763px) { #ygd1reNioFON6pbNn5FhqbJQxOlDf4C0 { width:4.3125rem;height:2.25rem;top:1.5625rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKvm4vnHL4liAUNtlzrzI9PNzotQQG9Q { display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:5.5rem;height:2.375rem;top:1.5625rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:24.625rem;height:6rem;top:18.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:30.75rem;height:38.4375rem;top:5.4375rem;left:17rem;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:12.125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.25rem;height:1.125rem;top:13.875rem;left:42.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.625rem;height:1.35rem;top:15.3125rem;left:41.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:25.75rem;height:9.5625rem;top:25.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:9.125rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:7.875rem;height:5.75rem;top:15rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:7.8125rem;height:3.1875rem;top:15.3125rem;left:18.3125rem;font-size:1.875rem;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) { #gXHyl1f8GRa8yPUS7vTlghLWXTxJRQVi { width:25.125rem;height:3.125rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFXq9XKN5qiIXgpwkWylKm0TeKCVEN3m { 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:4.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:43.75rem;height:5.375rem;top:10rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:18.75rem;height:0.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:19.5rem;height:4.0625rem;top:1.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:18.75rem;height:15.125rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:18.75rem;height:15.125rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:19.0625rem;height:10.75rem;top:20rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:17.375rem;height:4.0625rem;top:16rem;left:14.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:18.75rem;height:0.875rem;top:15.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:18.75rem;height:15.125rem;top:16rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:18.8125rem;height:10.75rem;top:4.375rem;left:28.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:16.0625rem;height:4.0625rem;top:0.875rem;left:31.5625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:18.75rem;height:0.875rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:19.0625rem;height:10.75rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tb33pcPoSvvQOAxvofRuVfDwenGTVv03 { width:13.875rem;height:3.125rem;top:5.3125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNx6pbrL0N1uMvEiJyygvP0WpwWs14MR { 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) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:43.75rem;height:;top:2.125rem;left:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuIEzsxriiGpvuZZ5U6ftKLlWcZ9TKb1 { width:43.75rem;height:5.375rem;top:6.6875rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRyNLmhNHoQgCuO7p57CBHneHU5OQ708 { display:block; }#MRyNLmhNHoQgCuO7p57CBHneHU5OQ708 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1scZ5esQBPThdyAKh3nl1ruJA9fFFT3 { top:4.25rem;left:0rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6S3qfZU5TVB38sNs2BQTRirTCTzCvVm { top:6.125rem;left:0rem;width:25.25rem;height:2.35625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoLWBwXzEFXO54twTA1WXeHtRIp1fFdS { width:22.625rem;height:27.125rem;top:2.8125rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3TkiwnBcpOCXWxm8ltw649sJfeq5eHA { top:6.125rem;left:17.6875rem;width:27.5rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkxLt0R9URcMVMWb1CGNTz3nnJlmZ1V3 { top:9.6875rem;left:0rem;width:24.8125rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL4GJsWZQ9ldmEwtL4JoCiG2fP46kFEt { top:32rem;left:22.875rem;width:13.1875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPeWkUoZZ89KJIsSU5fwDVLgOy1pSGun { top:31.875rem;left:21.375rem;width:15.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoKbw3Z37e3hSRWVbUlIBuJGfc01hppw { width:2.8125rem;height:2.8125rem;top:31.375rem;left:42.6875rem;display:block; }
#KoKbw3Z37e3hSRWVbUlIBuJGfc01hppw > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #F2HUfWcZFv5yxmmQ4LtXZv7POaQNAha6 { width:2.8125rem;height:2.8125rem;top:31.25rem;left:44.9375rem;display:block; }
#F2HUfWcZFv5yxmmQ4LtXZv7POaQNAha6 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #T9vwT0U8nsXwEBv8vN5QLFcT5Cr7askP { width:2.8125rem;height:2.8125rem;top:31.5625rem;left:44.9375rem;display:block; }
#T9vwT0U8nsXwEBv8vN5QLFcT5Cr7askP > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #J4X08VXKTk3JwLfMvnu6mc0cU7SAFJbh { width:2.4375rem;height:2.4375rem;top:31.5625rem;left:38.786720275879rem;display:block; }
#J4X08VXKTk3JwLfMvnu6mc0cU7SAFJbh > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:17.0625rem;height:1.95rem;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:17.0625rem;height:13.5625rem;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { width:3.4375rem;height:3.4375rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:12rem;top:8.0625rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:17.0625rem;height:1.95rem;top:5rem;left:14.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { width:3.125rem;height:3.125rem;top:0.5rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17.0625rem;height:15.25rem;top:8.0625rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:17.0625rem;height:1.95rem;top:5rem;left:30.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7C90F8HvsDFztNwLM2BvbtmifghTM3e { width:3.125rem;height:3.125rem;top:0.5rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;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) { #uqu66RJdByaAG5BvHrPdOkFE84Gsox3T { width:13.875rem;height:3.125rem;top:5.3125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGbZX9DwJM9gZZPtrWSoDtEexPFZNLJ { display:block; }
 }@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:3.15rem;top:7rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDbn1CU8owwK70dz5iFwslozTPvG6phG { width:43.75rem;height:1.3rem;top:3.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { width:47.75rem;height:5.375rem;top:11.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { width:23.8125rem;height:18.3125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { width:12.0625rem;height:5.875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:23.9375rem;height:1.95rem;top:24.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { width:23.9375rem;height:2.6rem;top:26.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:26.3125rem;height:10.8rem;top:29.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:23.9375rem;height:12.6rem;top:29.25rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { width:23.9375rem;height:1.95rem;top:24.1875rem;left:23.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { width:28.5625rem;height:19rem;top:1.125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:12.0625rem;height:5.875rem;top:17.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { width:23.9375rem;height:2.6rem;top:26.125rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkce2vDf1Toqd5BcTki63uZAyTZogxq8 { width:1.3125rem;height:1.3125rem;top:24.5rem;left:13.9375rem;display:block; }
#bkce2vDf1Toqd5BcTki63uZAyTZogxq8 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #pizqLcCmLTTF9s9PbaEbAizinKHRXE03 { width:1.3125rem;height:1.3125rem;top:24.5rem;left:37.800003051757rem;display:block; }
#pizqLcCmLTTF9s9PbaEbAizinKHRXE03 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@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) { #me5t1JXPfRBntlMBzh7hcP3l4roy6uoZ { width:13.875rem;height:3.125rem;top:5.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqJVhtuur1QuMJL6B7LyVr8If45UkA1g { display:block; }
 }@media only screen and (max-width: 763px) { #e47aG4G4sNzUhNisF73K3LBInhJbatNa { display:block; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { width:47.75rem;height:3.125rem;top:4rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEM62DzMfPJ8mW5A7FcXWE177cKqaGT { width:43.75rem;height:1.3rem;top:1.0625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6TgSJhXn8ePw8aeT6umznLulT7xy0i { width:43.75rem;height:7.1875rem;top:8.3125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { display:block; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LX8utVN1KpeRtF6fgwf9KCN0BSX9Z6O2 { width:47.75rem;height:26.792111506524rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { width:7.1875rem;height:15.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { width:7.1875rem;height:15.0625rem;top:17.4375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoTxcfSG755fdJ7kwlPM1zOi39PUc2QE { display:block; }#LoTxcfSG755fdJ7kwlPM1zOi39PUc2QE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWxvzzJt2minxteM1PM7VWCfPJeWxOU5 { width:13.875rem;height:3.125rem;top:5.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqAqqhwBQk48x33vCNdHzbpV1T5V2fpp { display:block; }
 }@media only screen and (max-width: 763px) { #U2KHgMX16MrSeJZR3mL8ISINQwhCokgG { display:block; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKGvSKwrK5sKVTdD2b1qZkThOkE3DETs { width:24.9375rem;height:5.1rem;top:6rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoDSQEpg5nOMlOUpuLAum1MDSL7IiXCH { width:4rem;height:3.9375rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlgLrtpSGr9TNEWpNAMNg4L3fCTfv1yE { width:21.25rem;height:2.125rem;top:12.8125rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6TfN66LSxF2Ng9yqzq2XQB7vbIS4XUg { width:21.25rem;height:2.6rem;top:15.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6pQHWVfo1HC1fzv34EKZKyyuTBEQT6B { width:21.25rem;height:2.125rem;top:13.125rem;left:26.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBPv8mpLw83OVwqAADZ8adP0IIlovGdx { width:21.25rem;height:1.3rem;top:15.5625rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJHpBZbsfDVNzUC8WwtJ7aQpPLPc2OWp { width:25.25rem;height:6.8rem;top:5.125rem;left:22.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiXpvbukATz6mDGvtX00WT6r48J25x45 { width:4rem;height:4rem;top:13.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a53PBSL2e1Icc2zNaEar7fSLV1WvvpFX { width:3.5rem;height:3.5rem;top:2.25rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps1zyHKRqghEaXUT3GAb9K9ZJT3S7A11 { width:3.5rem;height:3.5rem;top:2.25rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I19tQDRi5ylQa29UrRZDLzr7wJ7l4TaL { display:block; }#I19tQDRi5ylQa29UrRZDLzr7wJ7l4TaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlQaE5mkV7UFMW8T1HWb2TXCLEGQWETw { width:3.5rem;height:3.5rem;top:0rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1mI7PZ8RK9AmHLM9fJMTlFvpvcICurx { width:3.5rem;height:3.5rem;top:0rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJJbubI8CwCAcUySyOdkFODf7XH6sNmC { width:28.125rem;height:16.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIsbZ282zZV7a2AAPW154aX30thlrxEz { width:28.125rem;height:16.8125rem;top:2.0625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptX8KE94K2N5TxrXGTyasXLPphs9vJtC { display:block; }#ptX8KE94K2N5TxrXGTyasXLPphs9vJtC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsuzTtu5Tti70EpGcPTurQLJhpt7I3vI { width:3.5rem;height:3.5rem;top:0rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKvxeUdDRaCDSbnTgFJHl8O6d6FdR3lL { width:3.5rem;height:3.5rem;top:0rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOPqZDEETWUl3qsDNMWyOIxiuoT3KZ65 { width:28.125rem;height:16.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cia5vm59ews0px6KN307R3OUdqmnzDUh { width:28.125rem;height:16.8125rem;top:2.0625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvgx3Od6g1phdxD4Wh8wC9USFMhTZdTT { display:block; }#pvgx3Od6g1phdxD4Wh8wC9USFMhTZdTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HE5V68LZKM6v7En7gWL9i3V8yu58Pmm1 { width:3.5rem;height:3.5rem;top:0rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeWghQEN4epIOVDZAg8TpQosoDzZ20qQ { width:3.5rem;height:3.5rem;top:0rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ89cmJA4h1JhKgoP9mpAnxzl4dIdVUO { width:28.125rem;height:16.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdDgri6grSoechLVuFbtdztFd6a5yF5E { width:28.125rem;height:16.8125rem;top:2.0625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZqvtTwrFnTzPa2N6iz5pxZs6lV1qa6N { display:block; }#lZqvtTwrFnTzPa2N6iz5pxZs6lV1qa6N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbMLbk5pk3FTRuKomUd1eGrXZc6alOv0 { width:3.5rem;height:3.5rem;top:0rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwH6rq3dhXbGs2WcubCQeSDo7CI7FzB8 { width:3.5rem;height:3.5rem;top:0rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL6frCAErpZAoLfXbK3M3Rq8wx3kPPtD { width:28.125rem;height:16.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thKeg9arR1cPUpGovTqIHX7NFDkPTf0T { width:27.875rem;height:16.8125rem;top:2.0625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRxLfaT1aBzJCvOKkwtPcCyBbcITHWdT { display:block; }#wRxLfaT1aBzJCvOKkwtPcCyBbcITHWdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIp8EAGws8wm4H2SdKKkuw9qQKPfWF0k { width:47.75rem;height:26.792111506524rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeTixb31qqT7PhtaLG8fCM6Z44rQkNbh { width:7.1875rem;height:15.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogGHTPdKKMqdHkalkowxCOvCwKQtEhTC { width:7.1875rem;height:15.0625rem;top:17.4375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmHh0S4WnsInRxx6GSBrszRDwLnEBgfm { width:47.75rem;height:3.125rem;top:2.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIWxV391R8gOy33pgtW6ioZpRylgX0ID { width:47.75rem;height:5.375rem;top:6.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHEQ0TCerzKd0GqTJtlSNrlIp5B8VKhM { display:block; }#kHEQ0TCerzKd0GqTJtlSNrlIp5B8VKhM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRWFbMu11Lr8rQGBI3HRIOQTlnKkEwP1 { width:13.875rem;height:3.125rem;top:5.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAZs7JFTRy1R9Bs7rxMwHp3LpnTJJdfb { 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:;top:7.3125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:43.75rem;height:1.3rem;top:3.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { display:block; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGWQ0cNOPFV5E4BaHhGagkb9XQOIVTl { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { display:block; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkaqFl4RZq87g6r9Q4V45gRb6woP8xpf { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { display:block; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lffezyGDaKTMW3HZohZAFeO08UTMRH1u { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { display:block; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { display:block; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCgibmR607AusgKNJb3BvTlyaT6e4VkC { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { display:block; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhenRR9oOzg8nZKxLaMe9kf2gThCEgLu { width:47.25rem;height:5.375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { display:block; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { display:block; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAzeVUaet2UH22BunvFi78J6pDITLm49 { width:47.25rem;height:5.375rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1TJXuvdMPFgNcT5t3y3RDCRaxpEEStR { display:block; }#i1TJXuvdMPFgNcT5t3y3RDCRaxpEEStR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUUVQnBcAuwqq0LHaSx0EIEzLRBp3zNx { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzyPVh0psR1q7GD3AIeFNJTlV3fpVlTS { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTA6gqBmU7inrB7q1JFpHiD3rN6GhTPt { display:block; }#iTA6gqBmU7inrB7q1JFpHiD3rN6GhTPt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muDlDDpXDgwnfgaZSeFHxKTPqBenbdRG { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0EX9D3LcBdgT6EzQCC0VTt08UZcoTfT { display:block; }#f0EX9D3LcBdgT6EzQCC0VTt08UZcoTfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mopFx1nL61KmeAAuWqnQmTIpiswSIkbz { width:7.1875rem;height:15.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyzup08D51omPllJ6x5lWvNS4uH4khvJ { width:7.1875rem;height:15.0625rem;top:17.4375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVBWMRbaLvQxTfSbrXHRGRHFLWC3GNrT { width:39.6875rem;height:22.3125rem;top:13.8125rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glZUleqRI4nfNyqtoyV6feNDMkiLDU0l { width:47.75rem;height:7.1875rem;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy8qpIVhkhnW5ACBo5ZWsPs0f6PQvI5J { width:47.75rem;height:2.1875rem;top:1.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:47.75rem;height:3.5rem;top:8.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { width:43.75rem;height:1.25rem;top:3.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhq2UfCwldIL3fv7DZNZTmRbZF11JNlT { width:47.75rem;height:3.5rem;top:16.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqsxcx3E1bzLvzSsnquv31R10lgGhCVf { width:3.125rem;height:3.125rem;top:8.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9TGvKmOFkF8f6yrPszAZZMbGCFfC2HG { width:3.125rem;height:3.125rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #drm5k10R78XwClAi7cZ3fHN53Nn6qLM8 { width:47.75rem;height:;top:23.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBvFerpBinlK5pW4mT5GPv8OqPai0lpn { width:3.125rem;height:3.125rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbxXELa8QGbUHOgUhvEcIKTCTt7PbA9k { width:47.75rem;height:;top:30.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayzM0VHyd6JV3Az7UReRMLSu8NeSebFu { width:3.125rem;height:3.125rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC3F993IITqqJHiLW49eSiiCDSu7sDEn { width:47.75rem;height:;top:36.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWGpmFMKJEeKFTx6ZokGRcCdfuSKBx4D { width:3.125rem;height:3.125rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOwlmUMTxEO64imeWPyl2qTT30B4TwRM { width:47.75rem;height:;top:42.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNCEJPFFRiffPWHMrkiuXhaGKXhDeXZ5 { width:3.125rem;height:3.125rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOyXtmOkcszae6VlXIGhBndoxqhEvnTR { width:47.75rem;height:;top:62.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRNIsZ4pe8EixLITMIDRe0lPnaJ8ad2o { width:47.75rem;height:;top:56.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyIAhVOVXzwTWZDHUB1DwfDNPJTnTHTK { width:47.75rem;height:;top:50.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPLuBHDvwGNr8OlCVvwxG6v02DEPXFC3 { width:3.125rem;height:3.125rem;top:50.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHoDteIIOQPWLrD9waXMlDphfRVmieD7 { width:3.125rem;height:3.125rem;top:57.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehKVh1atEJJJum4RHQBPlZ3810vKsK88 { width:3.125rem;height:3.125rem;top:63.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5ySBsUoTTtqTXk7SDgGdUFbJS8irNUs { width:47.75rem;height:5.25rem;top:69.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCUKK7o9Rx1F6dd5Vz7xENkz268Bi8cF { width:3.125rem;height:3.125rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsgkc5xlbP36lLLNaR4Ex0mCEFbiLHGa { width:3.125rem;height:3.125rem;top:70.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fm1MIqQirCwz50Ie7eJ3bWTL18gDxGcn { width:13.875rem;height:3.125rem;top:78.5625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzfu5l1QxbnEEFoWtISSBGdN9StLGuAa { display:block; }
 }@media only screen and (max-width: 763px) { #hT8doC7dpioLqtPxBTOJnPXhAavak1t8 { display:block; }#hT8doC7dpioLqtPxBTOJnPXhAavak1t8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #It6PA4JxOAVVvopHwD1AgT2TKhnQKnR1 { width:47.75rem;height:26.792111506524rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQxC2orZcd55IX2AKtEshQVLEn7QAalA { width:7.1875rem;height:15.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNEnuPcxCgucia82Pz1c6vsr7LaNbcCp { width:7.1875rem;height:15.0625rem;top:17.4375rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCL2giSoET76RhgWJ8JQREIHhVnhrTDE { width:47.75rem;height:2.6875rem;top:1.5rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhZKH9uT2Lm6MEDq6tV9hnMahTzTmlm5 { width:47.75rem;height:5.375rem;top:5.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScQ54WJPET8TNDa06c7hcFUqCqzlV8bZ { width:13.875rem;height:3.125rem;top:51.0625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBTHdgL2lHEUUXpaiTs25tUD428CHL6x { display:block; }
 }@media only screen and (max-width: 763px) { #BDEiJCw5McFN2g3F35t5A7ING5i9kJ42 { display:block; }#BDEiJCw5McFN2g3F35t5A7ING5i9kJ42 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnk6HTciMX5vRp2loQVHHMvL8HyaJfsz { width:47.75rem;height:;top:10.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDTL1hVnJPxdvzJMavyqJ5EDHi9wvoMz { width:43.75rem;height:1.3rem;top:6.625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHTsq5xRx09RxBh4ykPhkZiccbl9xSlK { width:5.25rem;height:5.25rem;top:4.625rem;left:39.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLM7t9DNJPssn2ZpSe5ZyIzibGaXxhTa { display:block; }#NLM7t9DNJPssn2ZpSe5ZyIzibGaXxhTa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkS3Xup969VoCiNJ9zdN2lrMtIpFSmn7 { width:3.5rem;height:3.5rem;top:1.1875rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiuT2PX6n6BdEPzRUTu2GynhT1mVGKFm { width:3.5rem;height:3.5rem;top:3.4375rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXlKe7urlQWm7tdGCxVTenTaJl0XIwzT { width:26.6875rem;height:16.8125rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsQlmgOxZzQaIrs200ZTJLs0F078paGQ { width:27.875rem;height:14rem;top:7.5rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvMsuHmmdL6Lf8Olnv7KGRW7Zuysy8g2 { display:block; }#ZvMsuHmmdL6Lf8Olnv7KGRW7Zuysy8g2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1yNfF4t3DBtvL7HWMRgLdqgAJAEwyFn { width:47.75rem;height:;top:4rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCuxbDUOUxO1CDbOTFgvdJzv6hMDNg0q { width:47.75rem;height:3.5rem;top:9.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBNhSZthAFVgGE7JDSid770w6VGF5z9L { display:block; }#ZBNhSZthAFVgGE7JDSid770w6VGF5z9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hoBWRBkdGwRk9iJHExDvJe93ZEPVUn6T { width:13.875rem;height:3.125rem;top:5.0625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG9kBS8cE1L1aoa6mv4nQGesGbUhWMlI { display:block; }
 }@media only screen and (max-width: 763px) { #vSb7I3mwKKPsGpf37G3eqIlZTvmBnPM5 { display:block; }#vSb7I3mwKKPsGpf37G3eqIlZTvmBnPM5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2eNeTLTP46bqc05MyPAR3DrZrZs4bTT { width:2.5rem;height:0.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUyFP0IxSBm1nSQ26q2tRGcVkOoREiAd { width:47.75rem;height:2.8125rem;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLiUlvOrVFwTrECS6rpP4ksCBVoMn9B7 { width:0.625rem;height:0.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn6tQl1D06q62n13JyEfkmX5IrUivIcF { width:0.3125rem;height:0.25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfV6cX0vSnplddpGip51sHXwJnvkessJ { width:46.625rem;height:7.125rem;top:15.9375rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVkThZC6bGRfuNM10sIymSXU1LQNTkQF { width:47.75rem;height:17.625rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:5.25rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.875rem;height:5.75rem;top:9.5625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:7.75rem;height:3.1875rem;top:9.8125rem;left:13.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:26.1875rem;height:32.6875rem;top:3.5rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6AZLG4t89AGyrTrUsVX46siANKxa6b { width:6.875rem;height:6.875rem;top:4.5625rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTiZuOatXexee7zUOccwgdaDVQZUhTpd { width:5.25rem;height:1.125rem;top:7rem;left:42.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { width:6.625rem;height:1.06875rem;top:8.4375rem;left:41.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:27.3125rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-regular-label { width:21.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-text { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-text {padding-top: 0; padding-bottom: 0;}#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-textarea { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-select { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-select {padding-top: 0; padding-bottom: 0;}#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-checkbox-label { width:20.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw  { width:21.3125rem;height:auto;top:6.25rem;left:23.9375rem; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .radio-container { width:21.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw {display:block;}#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw { width:21.3125rem;height:auto;top:6.25rem;left:23.9375rem; }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #GWtMPJBEypEql2fmC12qqlkSHzRKGr0t {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #i5mEMRc2ZT9Crl1GO8RvVeznQB1n8aDE {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #zSHu8PFTh0s2RKEDa0h9w2JFHOVBTvp4 {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #kP1Tehkke4ZPx8dehsvbZuH1SyGnEPs4 {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #FUO9K6TINbFTI2Kwzd6qpir5tsSpOXVo {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #d5ni2yPWPoPMgHEnUayobCaSxLfdaNWl {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #HzMPDNUqkxrnaPAAns0BgJ8Ed6GqAzpD {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #WFtEUJw0MGKfQu8TA6viiKe9FuLmcLWm {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #SULqBhGcvo3vDGA7GrebHnX7Eqqg22ad {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #WlTTkkRFAb8nGuc3zsiBy3MsoarwJ7PP {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #CRZ9TTk8rcyzmHKDRamWlTTnJ3GsLNM0 {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #EGVMnsrDZF7a90cP3mUwmyvh68fyva5o {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #w25k3hSpWFPmbS2WtazNKaEak4eBoNuu {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #KOrBUWX2WcSkS4QKJGwmkGsHbH3UqxmN {  }
 }@media only screen and (max-width: 763px) { #XGr0ZeLq0rVfOLNSNcoG9sTJmTLBMOkg { width:20.25rem;height:6.375rem;top:25.75rem;left:25.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:30.75rem;height:38.8125rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvSxATLcCyknQFTMIKwbxNJofkD2RcFM { width:6.875rem;height:6.875rem;top:5.1875rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6zzmdGT6preTikUtRxet9x0m5rlcJkT { width:30.25rem;height:5.5625rem;top:1.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIduKRkD4bscLIe8b5WggtZ7JTWc0BTc { width:25.6875rem;height:4.625rem;top:38.75rem;left:22.0625rem;font-size:1.1875rem;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:1.3rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:18.125rem;height:1.8rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:18.125rem;height:3.6rem;top:3.25rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSmkHI8B0nTx7N0lHQiXC7cifO3bJT8M { width:18.125rem;height:1.3rem;top:1.4375rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKpF8sVHORrSX7cCErALvWfDXd3fc3Rb { width:18.125rem;height:1.8rem;top:3.5625rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTGUBpXPNNZazKFsXMsOeHqTrsqwpGHR { width:18.125rem;height:1.3rem;top:1.4375rem;left:29.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL3ykyd7hL1mzcoiqRZuVSDMGIBTcGTN { display:block; }#pL3ykyd7hL1mzcoiqRZuVSDMGIBTcGTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNAu05mTp94eIIR6aqMXqkX6gNNfov5f { width:43.75rem;height:1.3rem;top:0.875rem;left:2rem;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:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:13.125rem;top:6.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dkCAvTuqsQ3BzKyHm7fmC8CeaWJ5U65N { width:9rem;height:1.25rem;top:1.05615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZwHOZpSzMOUtWkV2Dme7FeTZz2T6yT0 { width:3.375rem;height:1.875rem;top:4.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9XR6edtdgZsfGhSyz7OExlK4KLaI6Fr { display:block; }
 }@media only screen and (max-width: 763px) { #MUI78PXCn8IGKZIWZDZ7c0BXUaAUKT7t { width:3.5rem;height:1.875rem;top:4.5625rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0R1t30K0XT0sW5pdSWC9WwTfP8LZ42X { display:block; }
 }@media only screen and (max-width: 763px) { #OCI9pQPo1RX5Gl5XJMRU19AFDx2Gx9Ru { width:3.5625rem;height:1.875rem;top:4.5625rem;left:8.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuvKbwfJVknIxCzguMQGi5EHOCoZga8R { display:block; }
 }@media only screen and (max-width: 763px) { #WG8Bq2AsTN7gLIRtTy0psTkcoUBGzs8E { width:3.5625rem;height:1.875rem;top:4.5625rem;left:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5Sr4yQ1ZaHcbVCGqT6hzBZGkqgwgskS { display:block; }
 }@media only screen and (max-width: 763px) { #ygd1reNioFON6pbNn5FhqbJQxOlDf4C0 { width:3.25rem;height:1.875rem;top:4.5625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKvm4vnHL4liAUNtlzrzI9PNzotQQG9Q { display:block; }
 }@media only screen and (max-width: 763px) { #VNtxRVqfLzNyRehBDkm74OgupkmaF6GE { width:5.4375rem;height:2.1875rem;top:0.99365234375rem;left:14.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73OPa4mQUGmEETCEfiApBSpSOXKaiCV { display:block; }
 }@media only screen and (max-width: 763px) { #A85L5WyDd6euf9QX5U3tioWS4TDQ9FTF { width:19.125rem;height:10.125rem;top:19.5625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:14.6875rem;height:18.375rem;top:53.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:18.75rem;height:18.75rem;top:56.25rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:6.3125rem;height:6.3125rem;top:56.6875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucda7mbgupaBR6wbW1zI1QqJ4eD4tOxO { width:5.25rem;height:1.125rem;top:57.862499237061rem;left:13.924999773503rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.625rem;height:1.35rem;top:59.1875rem;left:13.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:15.9375rem;height:20.625rem;top:31.406249761581rem;left:2.0312500596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:10.4375rem;top:36.499999523163rem;left:1.1117187142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:7.375rem;height:5.375rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:5.5rem;height:2.65625rem;top:54.1875rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:7.1875rem;height:9.875rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:8.75rem;top:67.25rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXHyl1f8GRa8yPUS7vTlghLWXTxJRQVi { width:20rem;height:3.125rem;top:77.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFXq9XKN5qiIXgpwkWylKm0TeKCVEN3m { display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:8.4rem;top:0.74921798706056rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:10.8rem;top:10.149217605591rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:20rem;height:99.199996948242rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:20rem;height:0.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:17.25rem;height:4.0625rem;top:17rem;left:1.3750000596046rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:20rem;height:16.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:20rem;height:16.125rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngNPOQMIBTN7yBF1c3Xhvc2lEI7celnx { width:17.25rem;height:10.8rem;top:53.750001430511rem;left:1.3750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:17.25rem;height:4.0625rem;top:49.687501907349rem;left:1.3750000596046rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:20rem;height:0.875rem;top:48.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9LcvxAceOeTssrwoomQSgJZnJ3EiZ2 { width:20rem;height:16.125rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc0EHVlvLpCtJNLiphH6uBXkhJbkJSCg { width:17.25rem;height:12.6rem;top:86.63750600815rem;left:1.3750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:17.25rem;height:4.0625rem;top:82.249219894406rem;left:1.3750000596046rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:20rem;height:0.875rem;top:81.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:17.25rem;height:12.6rem;top:21.062501907349rem;left:1.3750000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tb33pcPoSvvQOAxvofRuVfDwenGTVv03 { width:13.875rem;height:3.125rem;top:3.8749942779541rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNx6pbrL0N1uMvEiJyygvP0WpwWs14MR { display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:23.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:5.2rem;top:2.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuIEzsxriiGpvuZZ5U6ftKLlWcZ9TKb1 { width:20rem;height:12.6rem;top:9.5000009536744rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRyNLmhNHoQgCuO7p57CBHneHU5OQ708 { display:block; }#MRyNLmhNHoQgCuO7p57CBHneHU5OQ708 > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s1scZ5esQBPThdyAKh3nl1ruJA9fFFT3 { width:6.25rem;height:0.3125rem;top:1.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6S3qfZU5TVB38sNs2BQTRirTCTzCvVm { width:20rem;height:2.4375rem;top:3.3742184638977rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SoLWBwXzEFXO54twTA1WXeHtRIp1fFdS { width:17.25rem;height:20.6875rem;top:23.780468463897rem;left:1.7367187142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3TkiwnBcpOCXWxm8ltw649sJfeq5eHA { width:20rem;height:23.25rem;top:22.374994277954rem;left:0.67500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkxLt0R9URcMVMWb1CGNTz3nnJlmZ1V3 { width:20rem;height:14.4375rem;top:6.4992294311525rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yL4GJsWZQ9ldmEwtL4JoCiG2fP46kFEt { width:13.1875rem;height:1.5rem;top:46.5625rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nPeWkUoZZ89KJIsSU5fwDVLgOy1pSGun { width:15.625rem;height:1.875rem;top:46.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoKbw3Z37e3hSRWVbUlIBuJGfc01hppw { width:2.5rem;height:2.5rem;top:49.1875rem;left:3.1875rem;display:block; }
#KoKbw3Z37e3hSRWVbUlIBuJGfc01hppw > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #F2HUfWcZFv5yxmmQ4LtXZv7POaQNAha6 { width:2.8125rem;height:2.8125rem;top:49rem;left:6.8125rem;display:block; }
#F2HUfWcZFv5yxmmQ4LtXZv7POaQNAha6 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #T9vwT0U8nsXwEBv8vN5QLFcT5Cr7askP { width:2.8125rem;height:2.8125rem;top:49.1875rem;left:10.8125rem;display:block; }
#T9vwT0U8nsXwEBv8vN5QLFcT5Cr7askP > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #J4X08VXKTk3JwLfMvnu6mc0cU7SAFJbh { width:2.4375rem;height:2.4375rem;top:49.1875rem;left:15.0625rem;display:block; }
#J4X08VXKTk3JwLfMvnu6mc0cU7SAFJbh > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:16.5rem;height:1.95rem;top:5rem;left:1.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZA0Qsoc3Cvr6ukzKRpMSkyI40A2AhNg { width:17.0625rem;height:13.6rem;top:8.19921875rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CK6rbc9MyfpPKSm7CL2pI1g7E291doxq { display:flex;width:3.5625rem;height:3.5625rem;top:0.59375rem;left:8.75rem;z-index:15018; }
 }@media only screen and (max-width: 763px) { #rC3Gy3bgx9Zf33ugHfEggMi8r76KOly8 { width:17.0625rem;height:12rem;top:29.562501430511rem;left:1.4687500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:16.5rem;height:1.95rem;top:26.875rem;left:1.7500000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d74E6RHr8ORMIqvQxrGgeNN94oWuVohD { display:flex;width:3.6875rem;height:3.6875rem;top:23.237501144409rem;left:8.1562505364419rem; }
 }@media only screen and (max-width: 763px) { #eEiI5S0T8XrJRqKFQDN8yOwHRfryO8cS { width:17.0625rem;height:15.3rem;top:52.5rem;left:1.4687500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:16.5rem;height:1.95rem;top:49.561700344086rem;left:1.7500000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d7C90F8HvsDFztNwLM2BvbtmifghTM3e { display:flex;width:3.25rem;height:3.25rem;top:44.392968654632rem;left:8.3750005364419rem; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:22.737501144409rem;left:8.1562505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:43.924218654632rem;left:7.5499997735025rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uqu66RJdByaAG5BvHrPdOkFE84Gsox3T { width:13.875rem;height:3.125rem;top:4.5rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGbZX9DwJM9gZZPtrWSoDtEexPFZNLJ { display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:20rem;height:5.6rem;top:5.0750007629394rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDbn1CU8owwK70dz5iFwslozTPvG6phG { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R91hDRLtzxlBzqbTqKWSG6zcUNnE8Ct3 { width:19.6875rem;height:14.4rem;top:11.749988555908rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:20rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { width:17.5rem;height:13.5625rem;top:2.4234256744385rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { width:12.0625rem;height:5.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:17.1875rem;height:1.95rem;top:17.287488460541rem;left:1.4062500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { width:17.1875rem;height:2.275rem;top:19.187499761581rem;left:1.4062500596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:17.1875rem;height:18rem;top:21.500000715256rem;left:1.4062500596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:17.1875rem;height:16.2rem;top:61.8125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { width:17.1875rem;height:1.95rem;top:56.850001335144rem;left:1.4062500596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { width:20rem;height:13.25rem;top:41.54921913147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:12.0625rem;height:5.875rem;top:39.499990463257rem;left:7.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { width:17.1875rem;height:2.6rem;top:58.75rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkce2vDf1Toqd5BcTki63uZAyTZogxq8 { display:flex;width:1.3125rem;height:1.3125rem;top:17.605469703674rem;left:14.687500536442rem; }
#bkce2vDf1Toqd5BcTki63uZAyTZogxq8 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #pizqLcCmLTTF9s9PbaEbAizinKHRXE03 { display:flex;width:1.3125rem;height:1.3125rem;top:57.168749809265rem;left:16.749999582768rem; }
#pizqLcCmLTTF9s9PbaEbAizinKHRXE03 > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL { display:block; }#cugFzVQNJkzV1LTaofiv1iJeOD4ZwUgL > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #me5t1JXPfRBntlMBzh7hcP3l4roy6uoZ { width:13.875rem;height:3.125rem;top:3.9367198944092rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqJVhtuur1QuMJL6B7LyVr8If45UkA1g { display:block; }
 }@media only screen and (max-width: 763px) { #e47aG4G4sNzUhNisF73K3LBInhJbatNa { display:block; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { width:20rem;height:4.375rem;top:3.7992324829101rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEM62DzMfPJ8mW5A7FcXWE177cKqaGT { width:20rem;height:1.3rem;top:0.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6TgSJhXn8ePw8aeT6umznLulT7xy0i { width:20rem;height:14.4rem;top:10.312494277954rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { display:block; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { width:20rem;height:17.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LX8utVN1KpeRtF6fgwf9KCN0BSX9Z6O2 { height:11.25rem;width:20rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { width:5.625rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { width:5.4375rem;height:9.5625rem;top:5.5rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoTxcfSG755fdJ7kwlPM1zOi39PUc2QE { display:block; }#LoTxcfSG755fdJ7kwlPM1zOi39PUc2QE > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWxvzzJt2minxteM1PM7VWCfPJeWxOU5 { width:13.875rem;height:3.125rem;top:3.8749809265137rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqAqqhwBQk48x33vCNdHzbpV1T5V2fpp { display:block; }
 }@media only screen and (max-width: 763px) { #U2KHgMX16MrSeJZR3mL8ISINQwhCokgG { display:block; }#U2KHgMX16MrSeJZR3mL8ISINQwhCokgG > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKGvSKwrK5sKVTdD2b1qZkThOkE3DETs { width:20rem;height:6.8rem;top:6.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qoDSQEpg5nOMlOUpuLAum1MDSL7IiXCH { width:4rem;height:3.9375rem;top:14.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlgLrtpSGr9TNEWpNAMNg4L3fCTfv1yE { width:20rem;height:2.125rem;top:19.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6TfN66LSxF2Ng9yqzq2XQB7vbIS4XUg { width:20rem;height:2.275rem;top:21.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b6pQHWVfo1HC1fzv34EKZKyyuTBEQT6B { width:20rem;height:2.125rem;top:45.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xBPv8mpLw83OVwqAADZ8adP0IIlovGdx { width:20rem;height:1.1375rem;top:47.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJHpBZbsfDVNzUC8WwtJ7aQpPLPc2OWp { width:20rem;height:8.5rem;top:31.260938644409rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hiXpvbukATz6mDGvtX00WT6r48J25x45 { width:4rem;height:4rem;top:40.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a53PBSL2e1Icc2zNaEar7fSLV1WvvpFX { display:flex;width:3.5rem;height:3.5rem;top:2.75rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #Ps1zyHKRqghEaXUT3GAb9K9ZJT3S7A11 { display:flex;width:3.5rem;height:3.5rem;top:26.949195861816rem;left:8.2500005364419rem; }
 }@media only screen and (max-width: 763px) { #I19tQDRi5ylQa29UrRZDLzr7wJ7l4TaL { display:block; }#I19tQDRi5ylQa29UrRZDLzr7wJ7l4TaL > .row .container { width:20rem;height:40.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlQaE5mkV7UFMW8T1HWb2TXCLEGQWETw { display:flex;width:3.5rem;height:3.5rem;top:2.75rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #B1mI7PZ8RK9AmHLM9fJMTlFvpvcICurx { display:flex;width:3.5rem;height:3.5rem;top:21.885915756226rem;left:8.2500005364419rem; }
 }@media only screen and (max-width: 763px) { #qJJbubI8CwCAcUySyOdkFODf7XH6sNmC { width:20rem;height:11.955555555556rem;top:7.3234395980838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIsbZ282zZV7a2AAPW154aX30thlrxEz { width:20rem;height:11.955555555556rem;top:27.404688239097rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptX8KE94K2N5TxrXGTyasXLPphs9vJtC { display:block; }#ptX8KE94K2N5TxrXGTyasXLPphs9vJtC > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsuzTtu5Tti70EpGcPTurQLJhpt7I3vI { display:flex;width:3.5rem;height:3.5rem;top:2.4375247955323rem;left:8.2500005364419rem; }
 }@media only screen and (max-width: 763px) { #OKvxeUdDRaCDSbnTgFJHl8O6d6FdR3lL { display:flex;width:3.5rem;height:3.5rem;top:22.011720657349rem;left:8.2500005364419rem; }
 }@media only screen and (max-width: 763px) { #pOPqZDEETWUl3qsDNMWyOIxiuoT3KZ65 { width:20rem;height:11.955555555556rem;top:7.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cia5vm59ews0px6KN307R3OUdqmnzDUh { width:20rem;height:11.955555555556rem;top:27.967140197754rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvgx3Od6g1phdxD4Wh8wC9USFMhTZdTT { display:block; }#pvgx3Od6g1phdxD4Wh8wC9USFMhTZdTT > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HE5V68LZKM6v7En7gWL9i3V8yu58Pmm1 { display:flex;width:3.5rem;height:3.5rem;top:2.75rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #HeWghQEN4epIOVDZAg8TpQosoDzZ20qQ { display:flex;width:3.5rem;height:3.5rem;top:21.51171875rem;left:8.2500005364419rem; }
 }@media only screen and (max-width: 763px) { #AJ89cmJA4h1JhKgoP9mpAnxzl4dIdVUO { width:20rem;height:11.955555555556rem;top:7.6367301940919rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdDgri6grSoechLVuFbtdztFd6a5yF5E { width:20rem;height:11.955555555556rem;top:26.029699325561rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZqvtTwrFnTzPa2N6iz5pxZs6lV1qa6N { display:block; }#lZqvtTwrFnTzPa2N6iz5pxZs6lV1qa6N > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UbMLbk5pk3FTRuKomUd1eGrXZc6alOv0 { display:flex;width:3.5rem;height:3.5rem;top:2.75rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #hwH6rq3dhXbGs2WcubCQeSDo7CI7FzB8 { display:flex;width:3.5rem;height:3.5rem;top:21.261720657349rem;left:8.2500005364419rem; }
 }@media only screen and (max-width: 763px) { #LL6frCAErpZAoLfXbK3M3Rq8wx3kPPtD { width:20rem;height:11.955555555556rem;top:7.3242321014406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thKeg9arR1cPUpGovTqIHX7NFDkPTf0T { width:20rem;height:12.062780269058rem;top:27.029699325561rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRxLfaT1aBzJCvOKkwtPcCyBbcITHWdT { display:block; }#wRxLfaT1aBzJCvOKkwtPcCyBbcITHWdT > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIp8EAGws8wm4H2SdKKkuw9qQKPfWF0k { height:11.25rem;width:20rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeTixb31qqT7PhtaLG8fCM6Z44rQkNbh { width:5.625rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogGHTPdKKMqdHkalkowxCOvCwKQtEhTC { width:5.4375rem;height:9.5625rem;top:5.5rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmHh0S4WnsInRxx6GSBrszRDwLnEBgfm { width:20rem;height:2.1875rem;top:16.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIWxV391R8gOy33pgtW6ioZpRylgX0ID { width:20rem;height:12.6rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHEQ0TCerzKd0GqTJtlSNrlIp5B8VKhM { display:block; }#kHEQ0TCerzKd0GqTJtlSNrlIp5B8VKhM > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRWFbMu11Lr8rQGBI3HRIOQTlnKkEwP1 { width:13.875rem;height:3.125rem;top:3.875rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAZs7JFTRy1R9Bs7rxMwHp3LpnTJJdfb { display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:20rem;height:5.2rem;top:5.5625267028809rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:20rem;height:1.3rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { display:block; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { width:20rem;height:3.9rem;top:0.62420725822449rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGWQ0cNOPFV5E4BaHhGagkb9XQOIVTl { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { display:block; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkaqFl4RZq87g6r9Q4V45gRb6woP8xpf { width:19.6875rem;height:9rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { display:block; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { width:20rem;height:3.9rem;top:1.5804328918457rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lffezyGDaKTMW3HZohZAFeO08UTMRH1u { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { display:block; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { width:19.6875rem;height:9rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe { display:block; }#gnT9AuDSvwT9ght0mIWgogSBhqmm8xDe > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dCgibmR607AusgKNJb3BvTlyaT6e4VkC { width:20rem;height:1.95rem;top:1.5867347717285rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gThE2JT7JXoOFzuQ7Q5ae3AsGzsvTxEM { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k { display:block; }#b3SeQaaQfhZglJJa4CnSDA6pgouU2B7k > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhenRR9oOzg8nZKxLaMe9kf2gThCEgLu { width:19.6875rem;height:10.8rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { display:block; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { width:20rem;height:5.85rem;top:0.73674201965331rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { display:block; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAzeVUaet2UH22BunvFi78J6pDITLm49 { width:19.6875rem;height:14.4rem;top:2.0980834960938E-5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1TJXuvdMPFgNcT5t3y3RDCRaxpEEStR { display:block; }#i1TJXuvdMPFgNcT5t3y3RDCRaxpEEStR > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUUVQnBcAuwqq0LHaSx0EIEzLRBp3zNx { width:20rem;height:3.9rem;top:0.49294471740723rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzyPVh0psR1q7GD3AIeFNJTlV3fpVlTS { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTA6gqBmU7inrB7q1JFpHiD3rN6GhTPt { display:block; }#iTA6gqBmU7inrB7q1JFpHiD3rN6GhTPt > .row .container { width:20rem;height:12.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #muDlDDpXDgwnfgaZSeFHxKTPqBenbdRG { width:19.6875rem;height:9rem;top:1.5625119209289rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0EX9D3LcBdgT6EzQCC0VTt08UZcoTfT { display:block; }#f0EX9D3LcBdgT6EzQCC0VTt08UZcoTfT > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mopFx1nL61KmeAAuWqnQmTIpiswSIkbz { width:5.625rem;height:7.3125rem;top:21.874220848084rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyzup08D51omPllJ6x5lWvNS4uH4khvJ { width:5.4375rem;height:9.5625rem;top:29.681250572204rem;left:14.562500536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVBWMRbaLvQxTfSbrXHRGRHFLWC3GNrT { width:20rem;height:11.244094488189rem;top:25.311720848084rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glZUleqRI4nfNyqtoyV6feNDMkiLDU0l { width:20rem;height:14.4rem;top:8.4226436614987rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy8qpIVhkhnW5ACBo5ZWsPs0f6PQvI5J { width:20rem;height:4.375rem;top:2.5617189407349rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:20rem;height:163.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:20rem;height:8.75rem;top:7.3742687702181rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { width:20rem;height:1.3rem;top:1.8750109672546rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bhq2UfCwldIL3fv7DZNZTmRbZF11JNlT { width:20rem;height:10.5rem;top:22.748439788818rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqsxcx3E1bzLvzSsnquv31R10lgGhCVf { display:flex;width:3.125rem;height:3.125rem;top:4.249219417572rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #x9TGvKmOFkF8f6yrPszAZZMbGCFfC2HG { display:flex;width:3.125rem;height:3.125rem;top:18.748413085938rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #drm5k10R78XwClAi7cZ3fHN53Nn6qLM8 { width:20rem;height:10.5rem;top:38.121093034744rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBvFerpBinlK5pW4mT5GPv8OqPai0lpn { display:flex;width:3.125rem;height:3.125rem;top:34.997608184814rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #JbxXELa8QGbUHOgUhvEcIKTCTt7PbA9k { width:20rem;height:8.75rem;top:55.245321273804rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayzM0VHyd6JV3Az7UReRMLSu8NeSebFu { display:flex;width:3.125rem;height:3.125rem;top:51.432836912572rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #RC3F993IITqqJHiLW49eSiiCDSu7sDEn { width:20rem;height:8.75rem;top:67.120315551756rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWGpmFMKJEeKFTx6ZokGRcCdfuSKBx4D { display:flex;width:3.125rem;height:3.125rem;top:63.995338439944rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #qOwlmUMTxEO64imeWPyl2qTT30B4TwRM { width:20rem;height:12.25rem;top:80.745315551756rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNCEJPFFRiffPWHMrkiuXhaGKXhDeXZ5 { display:flex;width:3.125rem;height:3.125rem;top:77.620313644406rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #IOyXtmOkcszae6VlXIGhBndoxqhEvnTR { width:20rem;height:12.25rem;top:126.86719226837rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRNIsZ4pe8EixLITMIDRe0lPnaJ8ad2o { width:20rem;height:10.5rem;top:111.49530029297rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyIAhVOVXzwTWZDHUB1DwfDNPJTnTHTK { width:20rem;height:10.5rem;top:97.870311737062rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPLuBHDvwGNr8OlCVvwxG6v02DEPXFC3 { display:flex;width:3.125rem;height:3.125rem;top:94.745311737062rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #FHoDteIIOQPWLrD9waXMlDphfRVmieD7 { display:flex;width:3.125rem;height:3.125rem;top:108.41953277588rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #ehKVh1atEJJJum4RHQBPlZ3810vKsK88 { display:flex;width:3.125rem;height:3.125rem;top:123.79219055176rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #k5ySBsUoTTtqTXk7SDgGdUFbJS8irNUs { width:20rem;height:12.25rem;top:143.37422180176rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCUKK7o9Rx1F6dd5Vz7xENkz268Bi8cF { display:flex;width:3.125rem;height:3.125rem;top:140.29922294617rem;left:6.9250002503394rem; }
 }@media only screen and (max-width: 763px) { #nsgkc5xlbP36lLLNaR4Ex0mCEFbiLHGa { display:flex;width:3.125rem;height:3.125rem;top:140.29922294617rem;left:10.049999773503rem; }
 }@media only screen and (max-width: 763px) { #fm1MIqQirCwz50Ie7eJ3bWTL18gDxGcn { width:13.875rem;height:3.125rem;top:157.81250190735rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzfu5l1QxbnEEFoWtISSBGdN9StLGuAa { display:block; }
 }@media only screen and (max-width: 763px) { #hT8doC7dpioLqtPxBTOJnPXhAavak1t8 { display:block; }#hT8doC7dpioLqtPxBTOJnPXhAavak1t8 > .row .container { width:20rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #It6PA4JxOAVVvopHwD1AgT2TKhnQKnR1 { height:11.25rem;width:20rem;top:2.3125002384186rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQxC2orZcd55IX2AKtEshQVLEn7QAalA { width:5.625rem;height:7.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNEnuPcxCgucia82Pz1c6vsr7LaNbcCp { width:5.4375rem;height:9.5625rem;top:5.5rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCL2giSoET76RhgWJ8JQREIHhVnhrTDE { width:20rem;height:8.1375rem;top:18.750000715256rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhZKH9uT2Lm6MEDq6tV9hnMahTzTmlm5 { width:20rem;height:14.4rem;top:30.250000715256rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScQ54WJPET8TNDa06c7hcFUqCqzlV8bZ { width:13.875rem;height:3.125rem;top:47.687500715256rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBTHdgL2lHEUUXpaiTs25tUD428CHL6x { display:block; }
 }@media only screen and (max-width: 763px) { #BDEiJCw5McFN2g3F35t5A7ING5i9kJ42 { display:block; }#BDEiJCw5McFN2g3F35t5A7ING5i9kJ42 > .row .container { width:20rem;height:36.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnk6HTciMX5vRp2loQVHHMvL8HyaJfsz { width:20rem;height:17.5rem;top:7.9671888351437rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDTL1hVnJPxdvzJMavyqJ5EDHi9wvoMz { width:20rem;height:2.6rem;top:2.9374990463257rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHTsq5xRx09RxBh4ykPhkZiccbl9xSlK { display:flex;width:5.25rem;height:5.25rem;top:27.700001716614rem;left:7.3750005364419rem; }
 }@media only screen and (max-width: 763px) { #NLM7t9DNJPssn2ZpSe5ZyIzibGaXxhTa { display:block; }#NLM7t9DNJPssn2ZpSe5ZyIzibGaXxhTa > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rkS3Xup969VoCiNJ9zdN2lrMtIpFSmn7 { display:flex;width:3.5rem;height:3.5rem;top:2.75rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #TiuT2PX6n6BdEPzRUTu2GynhT1mVGKFm { display:flex;width:3.5rem;height:3.5rem;top:23.01171875rem;left:8.2500005364419rem; }
 }@media only screen and (max-width: 763px) { #XXlKe7urlQWm7tdGCxVTenTaJl0XIwzT { width:20rem;height:12.599531615925rem;top:8.261795043945rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsQlmgOxZzQaIrs200ZTJLs0F078paGQ { width:20rem;height:10.044843049328rem;top:29.297657012939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvMsuHmmdL6Lf8Olnv7KGRW7Zuysy8g2 { display:block; }#ZvMsuHmmdL6Lf8Olnv7KGRW7Zuysy8g2 > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L1yNfF4t3DBtvL7HWMRgLdqgAJAEwyFn { width:20rem;height:8.4rem;top:1.8124465942382rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCuxbDUOUxO1CDbOTFgvdJzv6hMDNg0q { width:20rem;height:10.5rem;top:11.43754863739rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBNhSZthAFVgGE7JDSid770w6VGF5z9L { display:block; }#ZBNhSZthAFVgGE7JDSid770w6VGF5z9L > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hoBWRBkdGwRk9iJHExDvJe93ZEPVUn6T { width:13.875rem;height:3.125rem;top:3.8750228881836rem;left:3.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG9kBS8cE1L1aoa6mv4nQGesGbUhWMlI { display:block; }
 }@media only screen and (max-width: 763px) { #vSb7I3mwKKPsGpf37G3eqIlZTvmBnPM5 { display:block; }#vSb7I3mwKKPsGpf37G3eqIlZTvmBnPM5 > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W2eNeTLTP46bqc05MyPAR3DrZrZs4bTT { width:2.5rem;height:0.25rem;top:3rem;left:8.7500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUyFP0IxSBm1nSQ26q2tRGcVkOoREiAd { width:20rem;height:7.06875rem;top:8.7492179870606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLiUlvOrVFwTrECS6rpP4ksCBVoMn9B7 { width:0.625rem;height:0.25rem;top:2.9996099472046rem;left:11.749999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dn6tQl1D06q62n13JyEfkmX5IrUivIcF { width:0.3125rem;height:0.25rem;top:2.9996099472046rem;left:12.999999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfV6cX0vSnplddpGip51sHXwJnvkessJ { width:20rem;height:8.53125rem;top:16.437475204467rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVkThZC6bGRfuNM10sIymSXU1LQNTkQF { width:20rem;height:22.3125rem;top:5.7492179870606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:7.125rem;top:0.98044433593756rem;left:2.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.3125rem;height:5.3125rem;top:39.624218940735rem;left:6.9374998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:5.5rem;height:2.65625rem;top:39.625000953674rem;left:7.8437503576281rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:20rem;height:30.125rem;top:8.4852294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6AZLG4t89AGyrTrUsVX46siANKxa6b { width:6.375rem;height:6.375rem;top:9.1250002384187rem;left:13.625000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTiZuOatXexee7zUOccwgdaDVQZUhTpd { width:5.25rem;height:1.125rem;top:10.561718702316rem;left:14.250000536442rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvy0dvaJrg1Aw3MwECHTEqDSxvKAB4cD { width:6.625rem;height:1.06875rem;top:12.464843988419rem;left:13.375000536442rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:42.750000953674rem;left:11.911718726158rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-text {padding-top: 0; padding-bottom: 0;}#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-select {padding-top: 0; padding-bottom: 0;}#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw  { width:17.5rem;height:auto;top:12.499219179154rem;left:0rem; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw {display:block;}#ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw { width:17.5rem;height:auto;top:12.499219179154rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #GWtMPJBEypEql2fmC12qqlkSHzRKGr0t {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #i5mEMRc2ZT9Crl1GO8RvVeznQB1n8aDE {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #zSHu8PFTh0s2RKEDa0h9w2JFHOVBTvp4 {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #kP1Tehkke4ZPx8dehsvbZuH1SyGnEPs4 {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #FUO9K6TINbFTI2Kwzd6qpir5tsSpOXVo {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #d5ni2yPWPoPMgHEnUayobCaSxLfdaNWl {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #HzMPDNUqkxrnaPAAns0BgJ8Ed6GqAzpD {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #WFtEUJw0MGKfQu8TA6viiKe9FuLmcLWm {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #SULqBhGcvo3vDGA7GrebHnX7Eqqg22ad {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #WlTTkkRFAb8nGuc3zsiBy3MsoarwJ7PP {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #CRZ9TTk8rcyzmHKDRamWlTTnJ3GsLNM0 {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #EGVMnsrDZF7a90cP3mUwmyvh68fyva5o {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #w25k3hSpWFPmbS2WtazNKaEak4eBoNuu {  }
 }@media only screen and (max-width: 763px) { #ALRvhPSBQCGKfe2ayNJ2g2Gk1yWW0Ciw #KOrBUWX2WcSkS4QKJGwmkGsHbH3UqxmN {  }
 }@media only screen and (max-width: 763px) { #XGr0ZeLq0rVfOLNSNcoG9sTJmTLBMOkg { width:20rem;height:6.375rem;top:31.123437166214rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:12.1875rem;height:15.3125rem;top:41.470314979553rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvSxATLcCyknQFTMIKwbxNJofkD2RcFM { width:6.875rem;height:6.875rem;top:44.218753814698rem;left:10.661718726158rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6zzmdGT6preTikUtRxet9x0m5rlcJkT { width:20rem;height:7.8rem;top:0.64218807220456rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iIduKRkD4bscLIe8b5WggtZ7JTWc0BTc { width:20rem;height:6.175rem;top:59.781958580017rem;left:0rem;font-size:1.1875rem;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:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yRQcSLlUlErU4yLadPIc84bNvkolwynR { width:18.125rem;height:1.3rem;top:0.93671798706056rem;left:0.93671876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #li4cgM7MSRHTDoOzwbD37yKAp5nxMpGL { width:18.125rem;height:1.8rem;top:2.1867198944092rem;left:0.93671876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:16.75rem;height:3.6rem;top:5.2859363555908rem;left:1.6250000596046rem;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.3rem;top:3.9867191314698rem;left:0.93671876192094rem;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.8rem;top:10.18203163147rem;left:0.93671876192094rem;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.3rem;top:8.8835926055906rem;left:0.93671876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pL3ykyd7hL1mzcoiqRZuVSDMGIBTcGTN { display:block; }#pL3ykyd7hL1mzcoiqRZuVSDMGIBTcGTN > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNAu05mTp94eIIR6aqMXqkX6gNNfov5f { width:20rem;height:2.6rem;top:0.33830642700195rem;left:0rem;font-size:1rem;display:block; }
 }