.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:17,49,120;--color-primary-1:0,38,123;--color-primary-2:3,40,97;--color-primary-3:0,25,64;--color-primary-4:1,14,43;--color-secondary-0:210,248,251;--color-secondary-1:169,241,255;--color-secondary-2:31,220,237;--color-secondary-3:0,168,212;--color-secondary-4:6,44,47;--color-tertiary-0:255,255,255;--color-tertiary-1:202,202,202;--color-tertiary-2:166,166,166;--color-tertiary-3:100,100,100;--color-tertiary-4:0,0,0;--headlines-font-family:"Kanit";--paragraphs-font-family:"IBM Plex Sans Thai"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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;z-index:auto;display:block; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { background-color: transparent; background-image: none; }#TB0OttgZBha0OFbZumKLe9TworskqdBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container > .video-iframe-container { display: none; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row > .video-iframe-container { display: none; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .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); }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { border-width: 0; border-radius: 0; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#L0p5umyIgWd73nN8Jg5dWc93oL7Tmmqz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:7.125rem;top:1.15625rem;left:0rem;overflow:hidden;display:block; }
#D5TQpCWMwuvDqDGM9DuAa72rNe5uD21S { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura pt";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.1875rem;left:56.25rem;display:none; }
#CaCoWInyVAQh1b2zeKJVQD2AXP7qQsJM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QNAUl3f6S83aMvdioIzXyAnvcO48G80v { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:43.75rem;display:none; }
#OxqALUcnLJ5d4wMxH5OZqrlNTn6s922D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fWxsxREKbkeTrAcXvKMKtJIsnMHtEUoN { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.25rem;left:50rem;display:none; }
#Da0H0a2O4fF96ltR9Ohi6qyUdS6rwI0k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oxFhvAhwDo3Q2RFAxcMVhgqfEO1nxk29 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:56.25rem;display:none; }
#G5GOSVmDE70n8eSuW9u7PEAT2PpplKmT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DMhEOQFqavcaU7VhITQM42mSgrsrThAv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.25rem;left:62.5rem;display:none; }
#zWhBoo7bqQ0T6RS9Ci2Rblokm6yRvCIi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OmhqDT1O9uzw1LL44GZz6B45A05FbJSK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.24989375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:68.75rem;display:none; }
#ZHFI5xlH0z6cfhdqdEmTR9xqmx0XiJz3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub { background-color:#f9ed41;background-image:url("https://images.assets-landingi.com/uc/9a500192-3580-450b-9f01-58ef227262c0/BG12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.adaptive-delivery-prevent-bg, #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.lazyload, #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.lazyloading { background-image: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { background-color: transparent; background-image: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container > .video-iframe-container { display: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row > .video-iframe-container { display: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .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); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { border-width: 0; border-radius: 0; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { font-size:0.875rem;font-family:arial;height:57.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#nuwyqbgN6HJiLuSc2d0BQBoqJKVKSvzf { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:34.641473632812rem;left:28.125rem;display:block; }
#StOQ42cL63Tvpfk15n7af00tPXfQkdCe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H8iRRT9oLupWqZhue2Pt6qrnT2icAA89 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:14999;line-height:1.4;letter-spacing:0;top:22.953655719757rem;left:28.812143325806rem;height:5.248575rem;font-style:normal;display:block; }
#kdTgUxvuCmsnTf7zw5BSqdGKU40W7VhE { color:rgba(var(--color-tertiary-4),1);display:block;width:27.124625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:39.953973632812rem;left:23.937377929688rem;height:1.57404375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTcyfMvKZ7IHmLT4NLdP4rwaKJSSJH9m { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.437375rem;width:23.312375rem;top:9.390619140625rem;left:25.84228515625rem;overflow:hidden;display:block; }
#BTJP3kD4peNDw5N6NVeoCUiVLGAi8VJP { color:rgba(var(--color-tertiary-4),1);display:block;width:30.874625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:41.902215820312rem;left:22.061157226562rem;height:1.92471875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTZ8XB03V9RMnuTcSGo1C4wllTZ5S7n7 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.687375rem;width:57.312rem;top:18.63988671875rem;left:8.8427734375rem;overflow:hidden;display:block; }
#qyCAuPmKaZBKRcQD7NpCHf19Oq3TT4ke { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5.375rem;top:22.95361328125rem;left:22.374877929688rem;overflow:hidden;display:block; }
#T6rT6R8XW4ZEsswbMrEdfgUCetvuV3C0 { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:34.375rem;top:29.702508789062rem;left:20.3125rem;overflow:hidden;display:block; }
#yRTV2f333uTPyGc3LGsOWzb2lITKibwi { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:28.625rem;top:37.18725rem;left:2.1514892578125rem;overflow:hidden;display:block; }
#i9JZuA9JUhTsqDZ6Opt66owmGSwy70og { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:33.125rem;display:none; }
#L95BeT9gsHIHTtxopdLauHnN7IvVgRKu { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:14.375rem;display:none; }
#LQI60pJidA82JSav4TBvzuVqJ6t1Cl4Z { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:26.5rem;display:none; }
#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9305f836-55df-4276-b736-9ccb49f7feed/BG2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1.adaptive-delivery-prevent-bg, #kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1.lazyload, #kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1.lazyloading { background-image: none; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container { background-color: transparent; background-image: none; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container > .video-iframe-container { display: none; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row > .video-iframe-container { display: none; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .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); }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container { border-width: 0; border-radius: 0; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container { font-size:0.875rem;font-family:arial;height:186.8125rem;width:75rem;position:relative;display:block; }#iNE9Tyw07mBv6KgyW6CTM4RqWkQqaANH { color:rgba(var(--color-tertiary-0),1);display:block;width:53.999625rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.124755859375rem;left:10.465698242188rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#OfqImXqX13IFNqAbFw6sD19erbSnTBfk { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:2;letter-spacing:0;top:16.515502929688rem;left:17.1533203125rem;height:35.75463125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFg2XiGt7yvFXVoIesx6PrMSn5STkDrL { box-sizing:content-box;height:122.5rem;width:62.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.998657226562rem;left:6.214599609375rem;display:block; }
#fmoo7iBMiI8AN81lGlO8dPTiFhiduVhv { color:rgba(var(--color-tertiary-4),1);display:block;width:53.999rem;position:absolute;font-family:kanit;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:63.517456054688rem;left:10.465698242188rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#SucS3JfiQsHKIAKZiWLIlnRJKBpe9af7 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:69.454956054688rem;left:16.246337890625rem;height:4.12465rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vdRgLCsyoiPmyHddr3DIL443nvNJIMqW { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.8125rem;width:46.8125rem;top:29.841671875rem;left:50.262666015625rem;overflow:hidden;display:block; }
#Lb2hN25sNwCZTqAxX3PC6MF8TtT3NZ4W { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:17.25rem;top:94.499267578125rem;left:61.611006914063rem;overflow:hidden;display:block; }
#XoQMWeGNBtnWKZk0Z6JQRPdCJZslKhm6 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:48.25rem;top:79.609985351562rem;left:13.308715820312rem;overflow:hidden;display:block; }
#zJ5cLIEysSTcw3gofB3Gi7n0iOaxsIxf { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:44.875rem;top:112.109375rem;left:15.027465820312rem;overflow:hidden;display:block; }
#DxO913UJ0LWRAAXSfpcqBuCSlTTvaUie { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.187125rem;width:47.749625rem;top:145.95031738281rem;left:12.965087890625rem;overflow:hidden;display:block; }
#XuVTRU7ITD91DZzPv755KcvdrTdlD1c6 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:20.875rem;top:135.02852050781rem;left:-4.3730184646039rem;overflow:hidden;display:block; }
#FwbEaQnL6Ulu1Gg2mITsIQtQB6srB4k7 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.0625rem;width:17.625rem;top:123.62264257812rem;left:-4.8499973735742rem;overflow:hidden;display:block; }
#hyEdGvFn0DHzTOzlLHTfTX7bUyF90Glx { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15001;line-height:2;letter-spacing:0;top:16.515502929688rem;left:17.1533203125rem;height:35.75316875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#gcTG0KVxJerdXmq0HfPnWWguDVLzGDa8 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.625rem;width:37.5rem;display:none; }
#TNz4hcZufnA0eyxGfg8Wy90oq0DEotoN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28rem;width:36.125rem;display:none; }
#lXOntm8KIIlMBL0L1nLlZSyQFz0Ch4Ci { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:37.4375rem;display:none; }
#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/9a32c957-cde8-458b-aa69-a6ef58f82e64/BG3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN.adaptive-delivery-prevent-bg, #pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN.lazyload, #pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN.lazyloading { background-image: none; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container { background-color: transparent; background-image: none; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container > .video-iframe-container { display: none; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row > .video-iframe-container { display: none; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .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); }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container { border-width: 0; border-radius: 0; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container { font-size:0.875rem;font-family:arial;height:62.75rem;width:75rem;position:relative;display:block; }#MrzvJxBbJ4HEyx5Zcklbvu0FgF7wLRTF { color:rgba(var(--color-tertiary-4),1);display:block;width:53.999625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.499755859375rem;left:10.499877929688rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#FbNAT4TrRQnRSogTzTGeqSTaRF6v9n10 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:13.75rem;top:13.3740234375rem;left:8.565673828125rem;overflow:hidden;display:block; }
#hIDuBaVhhzLebKi88WTSs3uPDuPTCrPh { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:52.8125rem;top:38.380653381347rem;left:11.09375rem;overflow:hidden;display:block; }
#hrU55q7ils21x4FEWVnxldu0fbDfUa09 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:13.75rem;top:13.372802734375rem;left:30.625rem;overflow:hidden;display:block; }
#cZXnSaVANoExXADnx6lHdn6PvdmVeNa5 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.875rem;width:14.375rem;top:12.811279296875rem;left:51.753540039062rem;overflow:hidden;display:block; }
#wIBUHUPriFTN1nEf5tsvZpGaNIGimsMU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.187125rem;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:29.742431640625rem;left:7.3468017578125rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#A2TWSFfdvgqsmhJKNMJ8mGvmsG4hUbs4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.804443359375rem;left:9.190673828125rem;height:1.9504625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wcnRqcERF1rpp9Tq8wFbDToHiFLorrVA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.804443359375rem;left:31.25rem;height:1.9504625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wvbIZxnIWSyk4BiTgAnaBaNeVn0EDiNz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:25.804443359375rem;left:52.691040039062rem;height:1.9504625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bDIb9Erpzm2RyvEVRqiQteyAXexxzedt { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:29.741821289062rem;left:29.406127929688rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#KkVSF3Tmr3GsKbp0CA3euexDSwbzHM3T { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1859375rem;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:29.741821289062rem;left:50.847778320312rem;height:6.494125rem;text-align:center;text-align-last:center;display:block; }
#oJLJ9S0ImLDkqf9TIzR6otrwxMiiV9kr { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5rem;width:37.4375rem;display:none; }
#sTZLKsAxCQ077O31A6nr3B0hPNP4uwmk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:77.6875rem;left:2.3125rem;display:none; }
#oIrl4ZasxZtOXkfo1sNiz2FOUTt6XbvB { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.375rem;top:74.875rem;left:2.3125rem;display:none; }
#pTTugDNN46myvOB2rEkNDGVL0CI1ubi9 { background-color:#f9ed41;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;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:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:54.461112976074rem;left:26.561613082886rem;display:block; }
#kReNbZ4X18JgPeX8Vuas5pyJlxmsthBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ed41;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr > .row .container { border-width: 0; border-radius: 0; }#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr > .row .container { font-size:0.875rem;font-family:arial;height:126.3125rem;width:75rem;position:relative;display:none; }#PvKMqL2nk9LVm76UWsa7U9hUPLFh840b { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.09326171875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ysdD6mnDPslea31z6Ie4PINGhtAQB574 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.6875rem;width:21.25rem;top:26.75rem;left:3.75rem;overflow:hidden;display:block; }
#Tt5AGo8o5I8E5HUWINn1FVrxoaUXcuVc { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.6875rem;width:21.25rem;top:26.75rem;left:26.875rem;overflow:hidden;display:block; }
#zDPCzId46SmsukGs1rldbtk3BnSwTrdO { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.8125rem;width:21.25rem;top:26.6875rem;left:50rem;overflow:hidden;display:block; }
#huMbGlMruUMOu2wOy0nIf5q5Oun4U10b { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:21.875rem;top:15.375rem;left:3.875rem;overflow:hidden;display:block; }
#V983W4ZRI5UaPmIO1TpMxeXAHmROxDak { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:22.5rem;top:15.625rem;left:26.375rem;overflow:hidden;display:block; }
#RNnIlBaQ23Fi9cVx9sVvVxS3JxFT9s8M { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:20.625rem;top:15.75rem;left:50.3125rem;overflow:hidden;display:block; }
#HdtukwnUrE3n2vMRgaw18GJ1a9AKoQ8X { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:11.6875rem;top:29.5625rem;left:8.4375rem;overflow:hidden;display:block; }
#d7B88oEOluRDgXLpq6BTq54okCOqFfom { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:10.8125rem;top:29.5625rem;left:32.0625rem;overflow:hidden;display:block; }
#E5BUNfoGQv5y2syBu3HH2ackaLkMK0xD { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:13.8125rem;top:29.5625rem;left:53.75rem;overflow:hidden;display:block; }
#u4bR4O1IO2vW8a1Z59VTJWyK9RM5kR1M { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:34.5625rem;left:8.4375rem;height:3.41264375rem;text-align:center;text-align-last:center;display:block; }
#XhLtE1KaHcDX7Ls8s3QxX9XhSqatnVS2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:34.5625rem;left:31.5625rem;height:3.41264375rem;text-align:center;text-align-last:center;display:block; }
#bLwSEQ3SKhJRN8sfllc2VIPX1tsDcECQ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:34.5625rem;left:54.6875rem;height:3.41264375rem;text-align:center;text-align-last:center;display:block; }
#UXX5w36TsAb3B8wnRDKWMcullGAiwHJR { box-sizing:content-box;height:0.3125rem;width:30.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:86.9775390625rem;left:3.75rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#qm5N2RVI2mcfG0VRrA7CBOhJzGlK07Ng { box-sizing:content-box;height:0.3125rem;width:30.625rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:86.9775390625rem;left:40.6640625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ZyNN70lArH3cehViJDfMpikuIissXMrJ { box-sizing:content-box;height:0.3125rem;width:2.8125rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:86.9775390625rem;left:36.09375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#brID5NPl053Pgrv2EOtRvnEbNncE3ODC { box-sizing:content-box;height:2.8125rem;width:0.3125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:85.7275390625rem;left:37.374755859375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#O6N1R7rltBMmRp0qVOTh3XubRnLbgv3M { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:68.125rem;top:91.2265625rem;left:3.4375rem;overflow:hidden;display:block; }
#zeQ0r2kUrMqg6c3hAxoCulOTNcCLveky { color:rgba(var(--color-tertiary-4),1);display:block;width:42.87475rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:110.43090820312rem;left:16.061401367188rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#wqcLcRVIMtDgLZUiMBvezApok5hWUGOS { color:rgba(var(--color-tertiary-4),1);display:block;width:42.874125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:114.30541992188rem;left:16.062622070312rem;height:1.9504625rem;text-align:center;text-align-last:center;display:block; }
#EZnXJ0vtUBU0we2pRx6Ql5zOfeGtX6nT { color:rgba(var(--color-tertiary-4),1);display:block;width:42.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:117.00549316406rem;left:16.062622070312rem;height:1.9504625rem;text-align:center;text-align-last:center;display:block; }
#ePKSOtCOElTeV4NpSRRouTD8WwQqv9WE { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:14.6875rem;top:97.508178710938rem;left:7.03125rem;overflow:hidden;display:block; }
#fW0WlNuloM0HLTDBJhUkC6uSqDpKtJoX { color:rgba(var(--color-tertiary-0),1);display:block;width:11.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:93.936645507812rem;left:8.87451171875rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#BNLlZuxf18lg42v0p3bBzvTZAL19Mi8q { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:72.805786132812rem;left:5.625rem;display:block; }
#ovvqQkQ0fLE4C2MhR3Kf50mWKCoSWRLQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O2vo6QfvayGM6AvV88RevKE5aLpeLMIJ { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.40625rem;height:3.34375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:76.992797851562rem;left:5.625rem;display:block; }
#FcMiWJycxIMMsfsWT9tDAIzSqtRxS6Sy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aX5TsTUelvNX47GsqpMKgO7U0uhHSpH4 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.40625rem;height:3.34375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:72.805786132812rem;left:28.75rem;display:block; }
#Pd3BUbOp33HaMoIBJO7CdDcsNCz2v5Sc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kiMhKu1JiLFxsv8hoMnGkTh3tobxbrQ4 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.31225rem;height:3.24975625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:77.039794921875rem;left:28.8427734375rem;display:block; }
#HaSqLegrDuhsB7RItUcZTVPgk60Skcwp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hACCKI8hnKi1cWKOK61btnwtPGLq7aAi { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-4),1);border-left:0.25rem solid rgba(var(--color-tertiary-4),1);border-right:0.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.21825rem;height:3.1557625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:77.086791992188rem;left:52.015380859375rem;display:block; }
#smqQOJfhdsOwAVTpa1QXDFAsnuKtJeQ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fdzd4VbD3l5BKpAyCs0c2De2x0WRDFXi { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:16.875rem;top:55.4921875rem;left:52.1875rem;overflow:hidden;display:block; }
#n9LNAdxtpWtvGebyle6Wlmnt75rLPzvP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:43.850708007812rem;left:9.8828125rem;height:4.38654375rem;display:block; }
#X5l79KtyE3dl7nED3PD3dX6oLTs3TofT { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:43.851928710938rem;left:32.249877929688rem;height:4.38671875rem;display:block; }
#J07UpDvXxVnCXSbre2tnTAABgVX82HTt { color:rgba(var(--color-tertiary-4),1);display:block;width:13.873875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:43.85009765625rem;left:55.787841796875rem;height:4.38654375rem;display:block; }
#ID1fv746fQKqIlU9AeJchP8IMfHbFrq8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:49.849853515625rem;left:55.787353515625rem;height:4.38671875rem;display:block; }
#NRNJt5tQdhc3vvWb3gmTybJZkWyV6PAJ { color:rgba(var(--color-tertiary-4),0.5);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:61.66259765625rem;left:8.125rem;height:3.896475rem;text-align:center;text-align-last:center;display:block; }
#QuvMGlWlrp13no57qcJrAQKqKksB2UmT { color:rgba(var(--color-tertiary-4),0.5);display:block;width:16.437375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:61.66259765625rem;left:29.27978515625rem;height:3.896475rem;text-align:center;text-align-last:center;display:block; }
#e6p7pCII5FwKImgyruKlsT70ziSAs6H6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:62.62451171875rem;left:54.375rem;height:2.59765625rem;text-align:center;text-align-last:center;display:block; }
#yrERzZ8BngwPFAZV3z9ZlHroSDMCyBre { color:rgba(var(--color-tertiary-4),1);display:block;width:16.437375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:66.435302734375rem;left:6.156005859375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#a7tkddMD7c7OUADyeGc4MDTgIq1I2nnI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.43675rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:66.434936523438rem;left:29.281005859375rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#wfuX37T1CyB08Dupe5KygyW8FcNEwmnX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4361875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:66.434936523438rem;left:52.406616210938rem;height:;text-align:center;text-align-last:center;display:block; }
#BTyWDhas6hK6Q4E2E1ItdkpxKJ295gJ1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:73.22509765625rem;left:54.375rem;height:2.59765rem;text-align:center;text-align-last:center;display:block; }
#qUTvfrSO7HekUVVKGPBlDcXqouoDk5yT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:43.242797851562rem;left:6.21875rem; }
#rqnXZWvR8yLbGH6zXHx4PfN1NoWJabF5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:43.242797851562rem;left:29.1015625rem; }
#DDdo08CarMdbtaffF3kUtpy6973os5pG { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:43.242797851562rem;left:52.2265625rem; }
#uxWaZX7fFhEDP0uyA290ZZPlPMImNW8Z { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:49.180297851562rem;left:52.2265625rem; }
#n8eIBUSyDCz1n3ZPTcAuUVQPMhFwEgVl { color:rgba(var(--color-tertiary-0),1);display:block;width:30.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15035;line-height:1.6;letter-spacing:0;top:100.37353515625rem;left:34.375rem;height:2.4005625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HaoqOCoCOPsKGEKAGeuxCvUMc0Wy8VnA { color:rgba(var(--color-tertiary-0),1);display:block;width:30.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:97.0078125rem;left:34.375rem;height:2.25053125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHiZCeucATB3RCMTUn3FTMLsXEhHUp8T { color:rgba(var(--color-tertiary-0),1);display:block;width:16.43675rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:92.547607421875rem;left:41.1865234375rem;height:;text-align:center;text-align-last:center;display:block; }
#qQg4S9lMJoqtxofXIa2UKgLweP2sHwmv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.09326171875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:none; }
#cVirSETpa3ccN30BVuSoGsvQiONnXQiy { position:relative;display:none; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy { border-width: 0; border-radius: 0; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:50rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QV9GtwRRE8zuKGP65bQPa8eJnfbOiT0G { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.806640625rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c { color:rgba(var(--color-tertiary-4),1);display:block;width:57.437125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:13.1640625rem;left:9.4049072265625rem;height:20.4948125rem;display:block; }#TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c li:before{  }
#c9CE2TgxzWWLlJnWUdb3x4EkJmp15nJk { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39.5166015625rem;left:28.74755859375rem;display:block; }
#QKUBwtyUdOSkCQLPl6kA7KTKe7h0OPn4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3okup7P36mbgHADRxTSMeMyTcWHgEAW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5db4ff;background-image:url("https://images.assets-landingi.com/uc/cfc41e2e-58e8-4696-950c-2c333708c76f/BG9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW.adaptive-delivery-prevent-bg, #T3okup7P36mbgHADRxTSMeMyTcWHgEAW.lazyload, #T3okup7P36mbgHADRxTSMeMyTcWHgEAW.lazyloading { background-image: none; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container { border-width: 0; border-radius: 0; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:none; }#Mxfk6RafNith3NbpOE5pxSobizWVrhPT { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:21.5625rem;top:13.170508789063rem;left:-4.892147827823rem;overflow:hidden;display:none; }
#kTCboixuSDsHiH3V7g7HrVLWBoTE13a7 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.499125rem;width:18.248875rem;top:27.125854492188rem;left:56.751098632812rem;overflow:hidden;display:none; }
#a850tB4PhKuMoFiEE441gVfwf39dk38c { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.875rem;left:0rem;height:8.125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#nS1mPf2AHPFZfGOLlIZdFl0401gy0VGv { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:22.5625rem;left:0rem;height:5.248575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b7rR8sv0pkFgrEMeisTfHUlETTLXK3eu { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.624125rem;width:17.124rem;top:46.37451171875rem;left:46.341552734375rem;overflow:hidden;display:none; }
#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/41ae5aa8-c0a8-4958-81bd-0932c0bad62a/BG72.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ.adaptive-delivery-prevent-bg, #tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ.lazyload, #tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ.lazyloading { background-image: none; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container { border-width: 0; border-radius: 0; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container { font-size:0.875rem;font-family:arial;height:64.8125rem;width:75rem;position:relative;display:none; }#KHqqIoItILykNbFt7lnaTGlEdWaFires { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9989013671875rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#THHzDLTnAC6vwLNGG0yyFQKes49ck1BL { color:rgba(var(--color-tertiary-4),1);display:block;width:43.374rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:12.0166015625rem;left:15.812377929688rem;height:4.5010625rem;text-align:center;text-align-last:center;display:block; }
#eEtq6QUJRLRlJI9U1vo9oWyAaeBolBBV { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.0625rem;width:62.5rem;top:17.781372070312rem;left:6.25rem;overflow:hidden;display:block; }
#IlkTso0qGkUqcf2FgQRBUhdKFFNTz9dq { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:51.764526367188rem;left:25.9375rem;display:block; }
#JgRrWkKiK1GQceiX2prNtm0DT2DTsJFl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5db4ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 > .row .container { border-width: 0; border-radius: 0; }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 > .row .container { font-size:0.875rem;font-family:arial;height:196.75rem;width:75rem;position:relative;display:none; }#oEk0tRX1uQ99BKmsicxbygRqRt07ZgZ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.810180664062rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ZcRCPAff9wFJUwKzzsgU9tz0Rls7vpDN { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3745rem;width:21.62475rem;top:8.287353515625rem;left:26.68701171875rem;overflow:hidden;display:block; }
#pmyIxtD4ZVKxf8OVJoswiKIiw5QoTRIT { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.125rem;width:40.375rem;top:0rem;left:51.594848632812rem;overflow:hidden;display:block; }
#M41r9HNde979S8CkMSTWJZmZsQL0hGSP { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.437125rem;width:20.625rem;top:22.06787109375rem;left:4.437255859375rem;overflow:hidden;display:block; }
#zXXh5WQ2dnsQmaI2gq6I4yRrhVnrUuWQ { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.037963867188rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#HcTsIWZbcXoUOIgnnCATeoV8sczdkSng { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.6875rem;left:29.125rem;height:1.4624rem;display:block; }
#oyRskzUkFCMKkiM0oGi0RhygHlV6ynK9 { box-sizing:content-box;height:2.0625rem;width:9.375rem;position:absolute;display:block;z-index:15013;background-color:#fa4238;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.375rem;left:37.125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#LPf4UbpzSoJC18rTPCWkspQm9LmM4kNb { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:23.75rem;left:39.75rem;height:1.29948125rem;display:block; }
#nT5XJ5dITdq0lHPlhFetwsvJBM8w9kMH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15014;opacity:1;top:23.6875rem;left:38.0625rem; }
#aAORSRTmsoKk2VQ6ZCf7Xf9vW6ChzsB8 { color:#a37c1b;display:block;width:17.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:26.1875rem;left:29.0625rem;height:3.84943125rem;font-style:normal;display:block; }
#DRO4mU5RhOnIhyQivF2Oa8abMJvT7uAr { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:30.6875rem;left:29.125rem;height:2.2753875rem;display:block; }
#q0S0Q1ZD9WHUo5B1gUohP9kx6HcN8i46 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:33.75rem;left:29.125rem;overflow:hidden;display:block; }
#ozfBmFU56Ro3WLUO8h9n5NGbmQLLCbrk { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:34.375rem;left:33.125rem;height:1.13769375rem;display:block; }
#WgAUdT13g1BJ4d9L1MBssfgS3udpCE4N { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:35.8125rem;left:33.1875rem;height:0.89323125rem;display:block; }
#n7gz1vJ42BtMSvCtvuMEhccbrvJwmVTl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:38rem;left:30.9375rem;height:1.4624rem;display:block; }
#l1fdF5hQ0mb7ZgC5xbQZ2svzOLUFMssz { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:38rem;left:29.125rem; }
#cGp0P9qe5p4S3WSrW1bK0Pgd99lPDTMT { background-color:#f9ce0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:40.530395507812rem;left:28.75rem;display:block; }
#ffkTFec6Lkl2VN24EcBQ8cVRTDJbQNq2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N5gx8FoNF3ZrHzf5yyIaPzqxqRl6ehNJ { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.0625rem;left:50rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#LhFsWUimECXvluTFO7ePSM71RA0htacs { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:23.6875rem;left:51.9375rem;height:1.4624rem;display:block; }
#SuovFJeXPT3Q87TIIxCQaDoguzL2JJ97 { color:#a37c1b;display:block;width:17.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:26.1875rem;left:51.875rem;height:1.92471875rem;font-style:normal;display:block; }
#umpEOxAemebOZoSSWoNeLPcIINiROFyl { box-sizing:content-box;height:2.0625rem;width:9.375rem;position:absolute;display:block;z-index:15026;background-color:#fa4238;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.375rem;left:59.9375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#TuCANd2AISVpNP5TRPqeavMDtzE5SW7L { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15027;opacity:1;top:23.6875rem;left:60.875rem; }
#z4GCASVcZhZCOHpSx2K74DaczFK4RvMR { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:28.8125rem;left:51.9375rem;height:2.2753875rem;display:block; }
#aECJXMstikXEcr1zpGsXieKlpv4Vt1P7 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:23.75rem;left:62.5625rem;height:1.29948125rem;display:block; }
#ovg0CGoFCXkpzQPvfJ4MtAPkd8b5VaJT { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:33.75rem;left:51.9375rem;overflow:hidden;display:block; }
#g8EyeqVaaUvrXMSaiJ77HgTyDTvCVGGu { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:34.375rem;left:55.9375rem;height:1.13769375rem;display:block; }
#G8MTb26c9a4UpMcMl8D9c9o2abQgwtI3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:35.8125rem;left:56rem;height:0.89323125rem;display:block; }
#R6RGxmf3mlOZadJt37avyBkMWgn6uA6T { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:38rem;left:53.75rem;height:1.4624rem;display:block; }
#eiR6DA0f1rnPHZReNDvO4XdtBhof5ziv { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:38rem;left:51.9375rem; }
#T8lzfgTKvSiOsoiDeTi94nAor2RhF7Do { background-color:#f9ce0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:40.5rem;left:51.5625rem;display:block; }
#tm5Ar7Tc8tK6QzPvqfwP4pnFqP8lRH4q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AbCXaTTDVNuD6TiFCJcLZO2lTtMVAK2x { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.375rem;left:4.4375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#Xku67xboi7t0QdmT8T95PVGePLWPQKHC { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:48rem;left:6.375rem;height:1.4624rem;display:block; }
#cVOU3hsCmIukkUlXIntTQ047SbQwyTyM { box-sizing:content-box;height:2.0625rem;width:9.375rem;position:absolute;display:block;z-index:15026;background-color:#fa4238;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.6875rem;left:14.375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#EaObT1GrssXklMrDtR4mhp4yiSR7RGgS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15027;opacity:1;top:48rem;left:15.3125rem; }
#VAUwHwbBznpUHfRUT01LsewB73ycW6fx { color:#a37c1b;display:block;width:17.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:50.5rem;left:6.3125rem;height:1.92471875rem;font-style:normal;display:block; }
#GdTQINFQ9wMUdK44ZPFUWHyRE0cIXnT2 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:53.125rem;left:6.375rem;height:2.2753875rem;display:block; }
#TCzSMAdcaI5F2ivWCOcpOQHJkeTIU275 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:48.0625rem;left:17rem;height:1.29948125rem;display:block; }
#u7VXVUFWmQRRfxVeW096K5qDWBgXGLm6 { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:58.0625rem;left:6.375rem;overflow:hidden;display:block; }
#zT6esz0LeNmaIVKT2SmUrTtrx8QO1q7b { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:58.6875rem;left:10.375rem;height:1.13769375rem;display:block; }
#QkdxNCysxU8WRoLl4AXTlITsl1lcroNO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:60.125rem;left:10.4375rem;height:0.89323125rem;display:block; }
#RdHcvUQS4wQ2xxE2EV7wVeMOsIQwLQiM { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:62.3125rem;left:8.1875rem;height:1.4624rem;display:block; }
#OGBIltZG8kcdUWK20Qn14vgeg6lmbz5i { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:62.3125rem;left:6.375rem; }
#C6mGQwaUgegyaF5k4J904NKSFNlK0zDx { background-color:#f9ce0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:64.875rem;left:6rem;display:block; }
#ONiKgq4MQlVK9wDsXoFRy5JIGDHVwUwk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hNR8F3VOoiwJAW0fsZqVZq2PfOaS7Lol { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.375rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#sRpWU9FzWOt7fWAlDuxvSoZGM6VMTNm5 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:48rem;left:29.125rem;height:1.4624rem;display:block; }
#gXvg3mQNCVuNBvzE82DWklp7ZNTN7aiw { box-sizing:content-box;height:2.0625rem;width:9.375rem;position:absolute;display:block;z-index:15039;background-color:#fa4238;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.6875rem;left:37.125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#B7vn7elVdZXc5e6g9grU6hECtT3fegXJ { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15040;opacity:1;top:48rem;left:38.0625rem; }
#BQtLATMcbrRxMST2LsBboqgvesO1PURl { color:#a37c1b;display:block;width:17.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:400;z-index:15041;line-height:1.1;letter-spacing:0;top:50.5rem;left:29.0625rem;height:1.92471875rem;font-style:normal;display:block; }
#wLWCwnQ3TDoRfNpADPvDRI5UWJoqfLR9 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:53.125rem;left:29.125rem;height:2.2753875rem;display:block; }
#IGTqZ4IeAmMeZnN5TRInd3441hIXVisg { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:48.0625rem;left:39.75rem;height:1.29948125rem;display:block; }
#h2L8QPi3yuTWKOnyGbLuXVxevOkfDwkL { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:58.0625rem;left:29.125rem;overflow:hidden;display:block; }
#DES9EQm1Pe2hWzN4Jp87PaTLXobLJU5v { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:58.6875rem;left:33.125rem;height:1.13769375rem;display:block; }
#JzeKTMpQH8d3NDV0BTpXnUrgzv9WiRvH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:60.125rem;left:33.1875rem;height:0.89323125rem;display:block; }
#J2wIf3aR6rQVCz4EaniA8oAtkev6EL8w { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:62.3125rem;left:30.9375rem;height:1.4624rem;display:block; }
#WwDD4QWDQWHZ1ETzkFqly6PB47ZJaX14 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:62.3125rem;left:29.125rem; }
#dWf25nlJ35slDNGWWAB4J3xJrUTxfSt5 { background-color:#f9ce0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:64.875rem;left:28.75rem;display:block; }
#lT1mm1aSOhkgB0uLH3kQX9Wp6Ia1RVTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mt675yay2UH2atQrB4sTcrmT8T9cgHH5 { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:81.375rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#ebKUvVovwnO5iDhcJ7H7RVodPPBxwXze { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:83rem;left:29.125rem;height:1.4624rem;display:block; }
#qnNmAZEwpR5FGB66BDdOVfnVeBHSHHe5 { box-sizing:content-box;height:2.0625rem;width:9.375rem;position:absolute;display:block;z-index:15052;background-color:#fa4238;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:82.6875rem;left:37.125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#fH1P8RZePpLW5lqguGsVgrkxzcQV3VU2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15053;opacity:1;top:83rem;left:38.0625rem; }
#M8b1pqCkxlxnM2sEokZFe7GC9CZ7ZWb8 { color:#3c81bd;display:block;width:17.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:85.5rem;left:29.0625rem;height:1.92471875rem;font-style:normal;display:block; }
#bBWZK5s2pcL4A6IdNHkxeTmel2U42BsB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:88.125rem;left:29.125rem;height:2.2753875rem;display:block; }
#XFukr8ODkJBCaNsNT4u0GvcxsuTrOSTo { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:83.0625rem;left:39.75rem;height:1.29948125rem;display:block; }
#VQ7Lv2QXaDPlQen40QLziTJxsq9g1iJf { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:93.0625rem;left:29.125rem;overflow:hidden;display:block; }
#uCgw3lQUyUTwsSHihWqLgbhSxVogSRwA { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:93.6875rem;left:33.125rem;height:1.13769375rem;display:block; }
#CgXBOT6d0zPdIHdp7KmaBZxWZunTvieH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:95.125rem;left:33.1875rem;height:0.89323125rem;display:block; }
#yuc4F9MocLJdBdJu7K4ldrC5VgexcEMu { color:rgba(var(--color-tertiary-4),1);display:block;width:15.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:97.3125rem;left:30.9375rem;height:1.4624rem;display:block; }
#M7apcD0EDXrZiWbuiH7InLTAJw1rRzqo { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:97.3125rem;left:29.125rem; }
#uoPSnuLRVBuyQlMl8ta3MEaI8s5wESEF { background-color:#5db4ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:99.875rem;left:28.75rem;display:block; }
#J9PVTKvGkMhSbX5A8rQQf0BBJmoUoeK4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VeSbffpaEoisibdA4Md9TJ6G6ZF1OWrT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:39.842895507812rem;left:8.499755859375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#lGOeehomST9U5062VCFb5JVAleRx51OT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:41.895629882812rem;left:6.468505859375rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#So0PSGsDpXioM9EBsRFsFa7IrkfeaaeA { position:absolute;display:block;z-index:15060;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:20.625rem;top:82.66357421875rem;left:4.437255859375rem;overflow:hidden;display:block; }
#FNuK2hfTS3BHWqzQDD46h0ve2xDmIw6S { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:99.273803710938rem;left:8.499755859375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#OlfI2XvDTpTySE5mmgAoKAXKkWeKoT3T { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:101.42761230469rem;left:6.468505859375rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#LsSDhI85iyK56B2QMtwFKPiwL3gH4ysb { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:81.375rem;left:50rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#hskWRhXrzTbabBSyTwTEUlBoyePiPIQm { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:83rem;left:51.9375rem;height:1.4624rem;display:block; }
#RgAB5SufmK56oc70ne8T8HITArM10iO5 { color:#3c81bd;display:block;width:18.3125rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:85.5rem;left:51.875rem;height:3.84943125rem;font-style:normal;display:block; }
#L8WTrbd0iUxUg8LzfAvoECo8uT2N5VHE { box-sizing:content-box;height:2.0625rem;width:9.375rem;position:absolute;display:block;z-index:15065;background-color:#fa4238;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:82.6875rem;left:59.9375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#oHH9d15G4uHmcHLM5Sxmw8VTNi2UbSm6 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15066;opacity:1;top:83rem;left:60.875rem; }
#q1XSz1KdKTa3BErai9T8D7BClomkOrl9 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:90rem;left:51.9375rem;height:2.2753875rem;display:block; }
#OwclGi2r17PQbFCuqLCKMdbwIeg7Ndsw { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:83.0625rem;left:62.5625rem;height:1.29948125rem;display:block; }
#G92FV6oRSOV5IVppgAPEbM0yp0Kpzvhy { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:93.0625rem;left:51.9375rem;overflow:hidden;display:block; }
#miVDNCTILtMVoqKMZDDRrlof3B0U72l5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:93.6875rem;left:55.9375rem;height:1.13769375rem;display:block; }
#Mai8zRRkcyygGCLTw3ogqpi1a2TtLug4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:95.125rem;left:56rem;height:0.89323125rem;display:block; }
#tMwizTrunQn8tBuzc7HGlRBOsfPIZ63S { color:rgba(var(--color-tertiary-4),1);display:block;width:15.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:97.3125rem;left:53.75rem;height:1.4624rem;display:block; }
#FxsMBfFPL1Tc6b1nT1cHVPg24ZnKz28R { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:97.3125rem;left:51.9375rem; }
#hPv1IJM5fc037lgmMBimF0ulvHUNw1oq { background-color:#5db4ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:99.875rem;left:51.5625rem;display:block; }
#mVapFlNwFGkCI12xTGwKX6kQGx6gytOv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z69KV9PzSENtKxSA3E21SkUJxPP9Emts { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15061;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:105.75rem;left:4.4375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#N3EgkTS3TvcQXJq9qzhdKTHkiVauQWVf { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:107.375rem;left:6.375rem;height:1.4624rem;display:block; }
#KMBlyrrooVa3kpR1gnIOHFd7gmc0HXRN { color:#3c81bd;display:block;width:17.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:400;z-index:15067;line-height:1.1;letter-spacing:0;top:109.875rem;left:6.3125rem;height:1.92471875rem;font-style:normal;display:block; }
#UKN8bMDP9BXgoP9T3rW6nTxs8zTnaUN8 { box-sizing:content-box;height:2.0625rem;width:9.375rem;position:absolute;display:block;z-index:15065;background-color:#fa4238;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:107.0625rem;left:14.375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#hv2Jiqla06hhgQCtRCCNrfr7v74T43yi { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15066;opacity:1;top:107.375rem;left:15.3125rem; }
#I5I1LP98LdGgODZzmloG6QaDUI0oCWOJ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:112.5rem;left:6.375rem;height:2.2753875rem;display:block; }
#FkEHkUZZQxNywnD0P3CaENNyyKTb9FnD { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:107.4375rem;left:17rem;height:1.29948125rem;display:block; }
#NqezQJR70FWdmktwgcJtvB0ud3ypTbfQ { position:absolute;display:block;z-index:15068;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:117.4375rem;left:6.375rem;overflow:hidden;display:block; }
#LKF2b0f0wUQRwDxCXsy2y1foudJopfm7 { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:118.0625rem;left:10.375rem;height:1.13769375rem;display:block; }
#i5c1dHM9lfzyr2U7QRP5Qye92SvWrUCL { color:rgba(var(--color-tertiary-4),1);display:block;width:12.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:119.5rem;left:10.4375rem;height:0.89323125rem;display:block; }
#AVS1vc0hOrJ7SZOCXQzwCU74uTFJtw9V { color:rgba(var(--color-tertiary-4),1);display:block;width:15.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:121.6875rem;left:8.1875rem;height:1.4624rem;display:block; }
#IC0PsNbELaUpRF31MBFg3MBxt6V6s0mP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:121.6875rem;left:6.375rem; }
#F2PybeUGxd1q5p39f97TvEcDIE9G8HRR { background-color:#5db4ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15070;text-align:center;text-align-last:center;top:124.25rem;left:6rem;display:block; }
#s966EDQv7AVxfhJ9UWw2wriZr0hPmcTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#luNazl59JW4xugrgUnpy1FtGi4NqhP8e { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15074;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:105.75rem;left:27.1875rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#NZaTCril0At0FwJMZe20lT0icEMTbeIx { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15077;line-height:1.3;letter-spacing:0;top:107.375rem;left:29.125rem;height:1.4624rem;display:block; }
#I8CzhcbTgeBHc5yPLuxt5WVuz2EFyRRu { color:#3c81bd;display:block;width:17.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:400;z-index:15080;line-height:1.1;letter-spacing:0;top:109.875rem;left:29.0625rem;height:1.92471875rem;font-style:normal;display:block; }
#ewQhIeut4VpoTMF4bAzpagLTgtvQgd4U { box-sizing:content-box;height:2.0625rem;width:9.375rem;position:absolute;display:block;z-index:15078;background-color:#fa4238;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:107.0625rem;left:37.125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#ddQI2XKByrLsRtSTBTWwbHpiwCwvK1sK { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15079;opacity:1;top:107.375rem;left:38.0625rem; }
#St1ynPw1KsbNVsU6thG8ImunxMcalizF { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:107.4375rem;left:39.75rem;height:1.29948125rem;display:block; }
#Tg7cf0t9nClAFPHufym52e3pz5e12TVk { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:112.5rem;left:29.125rem;height:2.2753875rem;display:block; }
#i2Vob4yyvaB4SiNynwBfhWkMmsB2yKQK { position:absolute;display:block;z-index:15081;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:117.4375rem;left:29.125rem;overflow:hidden;display:block; }
#TyNyB6u4xBJ5flICwlMtTOMsnph90oPS { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:118.0625rem;left:33.125rem;height:1.13769375rem;display:block; }
#IPX8MHw1GPFFXMFBdrn2ZtJQ6hlosPCu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:119.5rem;left:33.1875rem;height:0.89323125rem;display:block; }
#O9KG8Lf4uT2FHwzLCS3ClNRZ2FgmaeOo { color:rgba(var(--color-tertiary-4),1);display:block;width:15.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15079;line-height:1.3;letter-spacing:0;top:121.6875rem;left:30.9375rem;height:1.4624rem;display:block; }
#QXBSIFyG9tKO6DPK4yCLVoZH7y21wrVm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15082;opacity:1;top:121.6875rem;left:29.125rem; }
#n8Cf13b5Qwz93xIl4moan8LytpK1JzpJ { background-color:#5db4ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:124.25rem;left:28.75rem;display:block; }
#flwqnFaP7g66odhvf0QqBvEoUSrNHfy7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SbzRg0DVdHsTCWz7Oil3Dhh3ZET0I0pM { box-sizing:content-box;height:0.1875rem;width:75rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:75.16552734375rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gSciLUgPuetk2oDnk4ZGzSIdgtskUTUW { box-sizing:content-box;height:0.187378125rem;width:75rem;position:absolute;display:block;z-index:15085;background-color:rgba(var(--color-tertiary-0),0.4);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:134.28894042969rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#ydR5UtfT4LQpFfW8C9FRl66yCsq3XxP9 { position:absolute;display:block;z-index:15115;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:20.625rem;top:141.66381835938rem;left:4.437255859375rem;overflow:hidden;display:block; }
#Zin1plpNByDIcGQMp14qhFrXeTB3ze2r { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15103;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:140.375rem;left:27.125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#N2zUXEMOclCV0NPDm84ET5MicsuLHT1i { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15106;line-height:1.3;letter-spacing:0;top:142rem;left:29.0625rem;height:1.4624rem;display:block; }
#MofnfZXkqpo0uWMTJBbIM69rwTlGM0CU { box-sizing:content-box;height:2.0625rem;width:9.375rem;position:absolute;display:block;z-index:15107;background-color:#fa4238;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:141.6875rem;left:37.125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#a6khKToV7yVvRtTR1Kf6UVHsmyxakQ5K { color:#d15177;display:block;width:17.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:400;z-index:15109;line-height:1.1;letter-spacing:0;top:144.5rem;left:29rem;height:1.92471875rem;font-style:normal;display:block; }
#r7AtU76gJysSsi2IycWmwMfazGuGFOxd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:147.125rem;left:29.0625rem;height:2.2753875rem;display:block; }
#VP43ubRS7V21JgHmwlgIOxS0xGwufshm { position:absolute;display:block;z-index:15110;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:152.0625rem;left:29.0625rem;overflow:hidden;display:block; }
#KqqaTloxLM7iHR2mauUiUzsguNZE6XIk { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:152.6875rem;left:33.0625rem;height:1.13769375rem;display:block; }
#gbTP9XnP1wC3neUEh3ivFfT2azIxq84p { color:rgba(var(--color-tertiary-4),1);display:block;width:12.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:154.125rem;left:33.125rem;height:0.89323125rem;display:block; }
#dLQkndVyJ5PCnpONCG4UZJy4NbuTlBTE { color:rgba(var(--color-tertiary-4),1);display:block;width:15.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15108;line-height:1.3;letter-spacing:0;top:156.3125rem;left:30.875rem;height:1.4624rem;display:block; }
#yhnaZWJoKGOyHtti2Hes82AgihV27zt7 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:156.3125rem;left:29.0625rem; }
#pkvVvH1zqsaRidhCNaPsmCZw6PoTbrNQ { background-color:#f482a4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15112;text-align:center;text-align-last:center;top:158.875rem;left:28.6875rem;display:block; }
#kKJbR08hTO4eupN7yDrKQ9zaTg2wIWwZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nf0pQO06Vz4eCVr33kTUkruw6ustyWJO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:158.25rem;left:8.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#LPPlUGTJV4xDoNkrtVPnsetn2aF3Z0Ex { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15108;opacity:1;top:142rem;left:38.0625rem; }
#taRPxywsZC8F7qIEhz1c0mtT4kzEW3EC { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15107;line-height:1.3;letter-spacing:0;top:142.0625rem;left:39.6875rem;height:1.29948125rem;display:block; }
#yatSgtoShNkUS4GsxcZXLhOyAwwDHSIw { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:160.4375rem;left:6.375rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#b7g38V6fKBwDSVy6b9Z3iKtbmKBXCNDZ { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15116;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:140.4375rem;left:50rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#PyzlXK4iSEcXBZpduRGk2wnIrLFi5rZP { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:142.0625rem;left:51.9375rem;height:1.4624rem;display:block; }
#PLM0UQLZHRSegGg61lw7RkLiBkkJSmUp { color:#d15177;display:block;width:18.3125rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:400;z-index:15122;line-height:1.1;letter-spacing:0;top:144.5625rem;left:51.875rem;height:1.92471875rem;font-style:normal;display:block; }
#FbFnPGg6fJt4kxWss01iAfkaX2AuyJZ8 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:147.1875rem;left:51.9375rem;height:2.2753875rem;display:block; }
#VsgNERnmsCpTTyNEPwJsnfUEblfK2yCT { position:absolute;display:block;z-index:15123;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:152.125rem;left:51.9375rem;overflow:hidden;display:block; }
#Xyy268qaJFuVvUESdVozcZWdy6b9dVkh { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:152.75rem;left:55.9375rem;height:1.13769375rem;display:block; }
#dsQLWaNeaQf7zHSxvnehcfC675sfyyn0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:154.1875rem;left:56rem;height:0.89323125rem;display:block; }
#XeWuGmvBGosRehrDyikmliRcKRkMS2rg { color:rgba(var(--color-tertiary-4),1);display:block;width:15.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:156.375rem;left:53.75rem;height:1.4624rem;display:block; }
#uXWgGLegMV0u2zUc9PKx1P2yPC1nfvnD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:156.375rem;left:51.9375rem; }
#AhnxTkVnpTbXhrsPdlgHOFggT2hfZJpV { background-color:#f482a4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:158.9375rem;left:51.5625rem;display:block; }
#NNzApxz7fKde7BDWETnwE25mqWBnWTzb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uM3P53eCtdXb5786SgkEMHods0uerUyQ { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15116;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:164.75rem;left:4.375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#zpLeB6nTLbrnzBXItgMomn22dAy8Hfyk { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:166.375rem;left:6.375rem;height:1.4624rem;display:block; }
#I5Th2iVsn1nQAW35CbroaW0l91GTWTTH { color:#d15177;display:block;width:17.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:400;z-index:15122;line-height:1.1;letter-spacing:0;top:168.875rem;left:6.25rem;height:1.92471875rem;font-style:normal;display:block; }
#zoUHUGpZHZTSng48mOGLt3CTpdm8vsPS { box-sizing:content-box;height:2.0625rem;width:9.375rem;position:absolute;display:block;z-index:15120;background-color:#fa4238;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:166.0625rem;left:14.3125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#lDAG8Eo3SaLJI9XQ4u1EpyniGyiJogao { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15121;opacity:1;top:166.375rem;left:15.25rem; }
#Vw2nRfse3MO3BwMvUxSqfO4Ar1MDfQO1 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:171.5rem;left:6.375rem;height:2.2753875rem;display:block; }
#P8hkbxTVFCyxbpO8KsXMfe7TDEGupDGh { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:166.4375rem;left:17rem;height:1.29948125rem;display:block; }
#AdyWcHkTAJ9tCgT3nyf1LyDvCSWERZ9e { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15129;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:164.75rem;left:27.125rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#bKZiSMtxGqpbxT1THJdbMHpU6kIlJ5gw { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:166.375rem;left:29.0625rem;height:1.4624rem;display:block; }
#tegwmL7dgzZZMrfq3q77rbmSfNUxrd9d { color:#d15177;display:block;width:17.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:400;z-index:15135;line-height:1.1;letter-spacing:0;top:168.875rem;left:29rem;height:1.92471875rem;font-style:normal;display:block; }
#NgA7c7IQrCuqRopZcXgf4y4nwKwlsUPA { box-sizing:content-box;height:2.0625rem;width:9.375rem;position:absolute;display:block;z-index:15133;background-color:#fa4238;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:166.0625rem;left:37.125rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#T5ZlhCSTDk9bbXrkeMt7tfwELMKMMQx8 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15134;opacity:1;top:166.375rem;left:38.0625rem; }
#bS4uATWkfPO8CEh0wXxr239mXV1nmA0R { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:166.4375rem;left:39.6875rem;height:1.29948125rem;display:block; }
#mfe1J0tZAWv4TTXDuNspqUIbJFpycP4X { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:171.5rem;left:29.0625rem;height:2.2753875rem;display:block; }
#GRSVqWab7gXhsApPLLtgPpxB3Ve0ibMe { box-sizing:content-box;height:2.0625rem;width:9.375rem;position:absolute;display:block;z-index:15120;background-color:#fa4238;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:141.75rem;left:60rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#q4H6zy5r2cFsC4zN38SFUazAH0JJLZD0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15121;opacity:1;top:142.0625rem;left:60.9375rem; }
#GPGIWEl541eCWugB7FdrnldCb4qLisrL { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:142.125rem;left:62.5625rem;height:1.29948125rem;display:block; }
#xmD0Jqt0MpifKdFlKV3NwlVH9DkvtwA1 { position:absolute;display:block;z-index:15123;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:176.4375rem;left:6.375rem;overflow:hidden;display:block; }
#SpOyOzrcsqrVmUBicH5pQXQShxxPQ7uJ { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:177.0625rem;left:10.3125rem;height:1.13769375rem;display:block; }
#IKemCFU9wduVoW4PedyWJxdGEzb2mPQR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:178.5rem;left:10.4375rem;height:0.89323125rem;display:block; }
#Ld3fKMMWEa2aQTuT4oh38RS3OJpqoW16 { position:absolute;display:block;z-index:15136;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:176.4375rem;left:29.0625rem;overflow:hidden;display:block; }
#rCefclkTbTVVfh6kF2iQoMI8sMGzlfzx { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:177.0625rem;left:33.0625rem;height:1.13769375rem;display:block; }
#WeaUbwUqrmCb0JhNoRzCkeUp9Rk2XDct { color:rgba(var(--color-tertiary-4),1);display:block;width:12.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15135;line-height:1.3;letter-spacing:0;top:178.5rem;left:33.125rem;height:0.89323125rem;display:block; }
#K63mO9g2vVZSgMJBx9IVnVvZnOQZmgZB { color:rgba(var(--color-tertiary-4),1);display:block;width:15.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:180.6875rem;left:8.125rem;height:1.4624rem;display:block; }
#uR90yt2e3BcXPPMTy8Nu80Qf4Wp9aWDH { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;top:180.6875rem;left:6.375rem; }
#q4JEXSTkn5C7Tk315JgfM2HJWdTf6ebq { color:rgba(var(--color-tertiary-4),1);display:block;width:15.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:180.6875rem;left:30.875rem;height:1.4624rem;display:block; }
#XyP8OUv5EnvkT7kCEKUyQ1DuFbDf319f { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15137;opacity:1;top:180.6875rem;left:29.0625rem; }
#iDPmb5L4XoFHTfIAeu2AJQSuQdmPC10C { background-color:#f482a4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15125;text-align:center;text-align-last:center;top:183.25rem;left:5.9375rem;display:block; }
#HiQrdiBG8SNXTsgKVKiRFsW44zfrIXhN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RER7NITZacAs6W6b5bhcnW7MWdnwFrAm { background-color:#f482a4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:183.25rem;left:28.6875rem;display:block; }
#lPkDg7T4NFVRiQqyRoMsHcsm5gv3Cind { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JRP6BzLT3RsEGN1KylN3ckIMfRihgasd { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15129;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:164.75rem;left:50rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#mbTGRGyI12vO3xb2yskQUeMXCShuRDDg { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:166.375rem;left:51.9375rem;height:1.4624rem;display:block; }
#nmQMy7Ev2a9fvVh94y9zapCrGgEkyo1c { color:#d15177;display:block;width:18.3125rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:400;z-index:15135;line-height:1.1;letter-spacing:0;top:168.875rem;left:51.875rem;height:;font-style:normal;display:block; }
#CpDPacCDIhL14eDRgPVrm3gQIHXOBWCv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:171.49963378906rem;left:51.937255859375rem;height:2.2753875rem;display:block; }
#bNZxpOTI7obUprMwrmxOG8qyunhaLM0d { box-sizing:content-box;height:2.0625rem;width:9.375rem;position:absolute;display:block;z-index:15133;background-color:#fa4238;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:166.0625rem;left:60rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#GwGPP1iHqcu3fQXoqONIk29xTQkLQ7ir { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15134;opacity:1;top:166.375rem;left:60.9375rem; }
#QQTJCxl3fMiL6kupFzp3Cq4bquKU0TeJ { position:absolute;display:block;z-index:15136;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:176.4375rem;left:51.9375rem;overflow:hidden;display:block; }
#UAWQlHOQBBvGWrUGrJfAQwuU5VQtdWMy { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:177.0625rem;left:55.9375rem;height:1.13769375rem;display:block; }
#twwZaSpsTnnfh59tcGw1LVTai6FGkAHZ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:166.4375rem;left:62.5625rem;height:1.29948125rem;display:block; }
#lhdlpFohsCXspeS9rXqU1QI6mmKelxEk { color:rgba(var(--color-tertiary-4),1);display:block;width:12.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15135;line-height:1.3;letter-spacing:0;top:178.5rem;left:56rem;height:0.89323125rem;display:block; }
#qtCNzvnz81dOouTBiiqr7ucIVxubI5Ti { color:rgba(var(--color-tertiary-4),1);display:block;width:15.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:180.6875rem;left:53.75rem;height:1.4624rem;display:block; }
#RCSNwJNE243DMpByw3TltivwTl7RtW2D { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15137;opacity:1;top:180.6875rem;left:51.9375rem; }
#RE2Hv883oqTEld5V5srbON9B8fCu4IF6 { background-color:#f482a4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15138;text-align:center;text-align-last:center;top:183.25rem;left:51.5625rem;display:block; }
#UaseUPbnREWPNTb4LCs1O4O39V4kPyd2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rm8oc6ibLkI9fdN1hveaOVIrreLsNdSa { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5625rem;width:45.25rem;top:196.74987792969rem;left:47.838398709184rem;overflow:hidden;display:block; }
#cMWkRNuyT8rl9nh8PTXryCamnmu8C9xs { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.375rem;left:50rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#RceItWBrJ6SuW3yKTm5mvudH5iJuzWSt { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:48rem;left:51.9375rem;height:1.4624rem;display:block; }
#At4p5PsdT5QgqrgB1OTfrHhPt6iUsSHd { box-sizing:content-box;height:2.0625rem;width:9.375rem;position:absolute;display:block;z-index:15052;background-color:#fa4238;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:47.6875rem;left:59.9375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#PVT3WVXi5pPTAazO2AV58TIw0dmyrUGm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15053;opacity:1;top:48rem;left:60.875rem; }
#ZdJCAiROP7IuEOWkqmq1DhbCGMBDfgAa { color:#a37c1b;display:block;width:17.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:50.5rem;left:51.875rem;height:;font-style:normal;display:block; }
#X99TOhy70Ack7g1NAGtcdk2m0HNqHk8d { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:53.125rem;left:51.9375rem;height:2.2753875rem;display:block; }
#htbHpQXTuP3RlMkTNc1m0vt0m5HcZkPg { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:48.0625rem;left:62.5625rem;height:1.29948125rem;display:block; }
#uTPIMuLI3z4X3uazgGwBavSCVylzTL1p { position:absolute;display:block;z-index:15055;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:58.0625rem;left:51.9375rem;overflow:hidden;display:block; }
#h8XiR3uGGEAypTKqPkbfn0MUNmrRPI0O { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:58.6875rem;left:55.9375rem;height:1.13769375rem;display:block; }
#nKJn214FXfw8RpmEPTQqTJPvJ4JmwTZR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:60.125rem;left:56rem;height:0.89323125rem;display:block; }
#pTTRioXhD5VshDEEpJK4SNstzitg80BC { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:62.3125rem;left:53.75rem;height:1.4624rem;display:block; }
#XflVedhsRPohPym1XWPskDh6RckgWtuD { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:62.3125rem;left:51.9375rem; }
#UgTv4hqLwlDeetvQOIL2WMd0D4Kb1Nb5 { background-color:#f9ce0f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:64.875rem;left:51.5625rem;display:block; }
#yvbKITI9gSKuVLkUMKJ2ToO5Z1AKa9py { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ndkfJZCeaeLAw1GC1GD1QKyJXe7Fz5WL { box-sizing:content-box;height:22.5rem;width:20.625rem;position:absolute;display:block;z-index:15087;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5rem rgba(var(--color-tertiary-4),0.14) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:105.75rem;left:50rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#KrJ7BN86rm1mtnkks9WJLHKTXC32XEXV { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8120125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:107.375rem;left:51.9375rem;height:1.4624rem;display:block; }
#PgUKqshVi000bN9iHnDSZVDT0v1A4XAp { color:#3c81bd;display:block;width:17.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:400;z-index:15093;line-height:1.1;letter-spacing:0;top:109.875rem;left:51.875rem;height:;font-style:normal;display:block; }
#gZTPVpO9ryyK8w9zweNelCwzkJMEFMVa { box-sizing:content-box;height:2.0625rem;width:9.375rem;position:absolute;display:block;z-index:15091;background-color:#fa4238;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:107.0625rem;left:59.9375rem;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;display:block; }
#cAd41rvc1l4IHr6UB84c6gSvUZfyo6cA { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;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:15092;opacity:1;top:107.375rem;left:60.875rem; }
#RrDCVBrVs3Tq0VOKM2qBHTRL24Nr7UdI { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:112.5rem;left:51.9375rem;height:2.2753875rem;display:block; }
#nhrqa74CldrmdbgPq8AaZZZUzC28tCFf { color:rgba(var(--color-tertiary-0),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15091;line-height:1.3;letter-spacing:0;top:107.4375rem;left:62.5625rem;height:1.29948125rem;display:block; }
#QUcwAOTHRI4CXvKnSAM3K520o7nCl7re { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:117.4375rem;left:51.9375rem;overflow:hidden;display:block; }
#TuzAiRCuf3pqwCna4QbmxZWOl8xwpals { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:118.0625rem;left:55.9375rem;height:1.13769375rem;display:block; }
#w6Qumhty7CDZlsdWfvteTTa69eZeTCOD { color:rgba(var(--color-tertiary-4),1);display:block;width:12.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15093;line-height:1.3;letter-spacing:0;top:119.5rem;left:56rem;height:0.89323125rem;display:block; }
#l51uLpTVZW66pSfKgcDNM4CnayWvZcFL { color:rgba(var(--color-tertiary-4),1);display:block;width:15.249625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15092;line-height:1.3;letter-spacing:0;top:121.6875rem;left:53.75rem;height:1.4624rem;display:block; }
#G0Ul853XNcRwWLvDeTGKPPfz8s3eXMAT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:121.6875rem;left:51.9375rem; }
#JF7JeLQhTF0wTU8W6mX9xZ3gTCTdkHSZ { background-color:#5db4ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.8125rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:124.25rem;left:51.5625rem;display:block; }
#hGo7vSvhtxNPr28f7d67zV2zxbKmsxxX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ed41;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row .container { border-width: 0; border-radius: 0; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row .container { font-size:0.875rem;font-family:arial;height:70.8125rem;width:75rem;position:relative;display:none; }#F0CRS1OyOc5kA1zwSKcqXh8p9trZHWcI { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.411376953125rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#AG4kGOEokDxoGz8W5WTmqmvu8MxxdOqv { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:22.9375rem;top:16.68701171875rem;left:4.1632080078125rem;overflow:hidden;display:block; }
#gpbMn5hB76vOwFwRafWNTsZUIrHkwTBz { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:23.375rem;top:15.530395507812rem;left:26.123657226562rem;overflow:hidden;display:block; }
#IV0gi2Nmv65WehJwcQW0EXaUyqT6sVGm { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:24.8125rem;top:16.68701171875rem;left:47.310180664062rem;overflow:hidden;display:block; }
#CQAhI8HweZBieKXJxyME2Ew9lIWZtmca { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:22.9375rem;top:38.967895507812rem;left:4.1619873046875rem;overflow:hidden;display:block; }
#OZwEpK2zRTPH6GXy6ubcMTA3sZhxcvmZ { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.75rem;width:22.6875rem;top:38.092895507812rem;left:26.27978515625rem;overflow:hidden;display:block; }
#RB3MMXeUgsfsFKMIJ4PWg24XIpCmuzhb { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:23.25rem;top:39.655395507812rem;left:47.935180664062rem;overflow:hidden;display:block; }
#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/633d89d7-a2d9-4271-8f2e-d372d3a0fb9f/freepik__enhance__65103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.adaptive-delivery-prevent-bg, #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.lazyload, #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.lazyloading { background-image: none; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container { border-width: 0; border-radius: 0; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container { font-size:0.875rem;font-family:arial;height:134.875rem;width:75rem;position:relative;display:none; }#USwlrblABTFpToCxCkve9UiUTvpWBtgy { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:39.75rem;top:10.220947265625rem;left:17.623901367188rem;overflow:hidden;display:block; }
#X1wKIC3gm1rXqu2rJLz2KxDVTORmcCv2 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:100.6875rem;width:68.6875rem;top:20.867919921875rem;left:3.154296875rem;overflow:hidden;display:block; }
#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2ea638c6-161f-40f9-a911-0c4c33bf9d28/2keyhighlightopen.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90.adaptive-delivery-prevent-bg, #ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90.lazyload, #ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90.lazyloading { background-image: none; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container { border-width: 0; border-radius: 0; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container { font-size:0.875rem;font-family:arial;height:86.4375rem;width:75rem;position:relative;display:none; }#XdPvNqhkOGwJuh6l4vLVG0MFSkx7Rrsg { color:rgba(var(--color-tertiary-0),1);display:block;width:40.249625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.1429443359375rem;left:17.374877929688rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#xufipML0gHuym8TH9uQ6feZJzM7OTw2T { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:20.375rem;top:15.562133789062rem;left:6.125rem;overflow:hidden;display:block; }
#IWWES9kLVnB48HDQlNUPE2oUXz9SMZfZ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:15.8125rem;top:13.5625rem;left:24.1875rem;overflow:hidden;display:block; }
#nX1tKDFQowFdDUDEkTgrHGLCEcmKHrUJ { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:17.8125rem;top:16rem;left:37.4375rem;overflow:hidden;display:block; }
#GUOL8duXSxlzy2V1afo2bHWT6sJzGzoe { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:18.125rem;top:15.9375rem;left:51.9375rem;overflow:hidden;display:block; }
#OtWcX89gg9ndAhHZdX7GkBacyzsQcPyK { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.936625rem;width:64.75rem;top:50.889892578125rem;left:5.12451171875rem;overflow:hidden;display:block; }
#IhTBtXeZTL8BmpssXuLQTBdIdSSSFTuz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.999877929688rem;left:8.6871337890625rem;height:2.2753875rem;display:block; }
#ovTBR9VK3w5EVFa6zJa7TubVgyAyepMQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:35.625rem;left:8.75rem;height:1.4624rem;display:block; }
#yFLefURlqQEv6VGwFI9dcu56UGJyKn51 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:38.374633789062rem;left:10.74951171875rem;height:1.29948125rem;display:block; }
#E8sWhaPwHddZKhSws0CBXLRMl15lLqtv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:40.374755859375rem;left:10.74951171875rem;height:1.29948125rem;display:block; }
#rBWCrZ04Nv2EXeywF3HnGWz6b78aaIq6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:42.5rem;left:10.74951171875rem;height:1.29948125rem;display:block; }
#QI5HObMzykZz2J6lXT0F05V4lecC70MA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;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:44.562377929688rem;left:10.74951171875rem;height:1.29948125rem;display:block; }
#kfQgZIeD62wdwqzEwO9v94T585TlW81I { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:38.374633789062rem;left:8.75rem; }
#uMB11tl8IBgdnRTmd89agVEJXnFTTLuC { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:40.3125rem;left:8.75rem; }
#NVAUeMkp9MBNLrCptGiT5WA8xBTeQe0A { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:42.562255859375rem;left:8.75rem; }
#P0SFOtXFKWlDI0u3dlvl43JXr5nLyDRy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:44.624633789062rem;left:8.75rem; }
#TKyLb1w6nPWeuZZASFPix3OXQ3dqJOyz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:42.62451171875rem;left:27.499389648438rem;height:1.29948125rem;display:block; }
#qvJrhZA1vKxnrsPp2ZAW2hMiyBR1w8mc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:42.62451171875rem;left:24.874267578125rem; }
#lklS9xdLcKL7TC2ZlChD27MPbHgeu33h { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:40.5615234375rem;left:27.499389648438rem;height:1.29948125rem;display:block; }
#qAO8dvWQ6WnZOPcGbawab5bUHFRyU5nl { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:40.5615234375rem;left:24.874267578125rem; }
#ATxnHxaoKXyCX5J9ZhNtxnyAnAyK8Lu8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:38.3740234375rem;left:27.499389648438rem;height:1.29948125rem;display:block; }
#CLZz6B3GseWx1pC73RQBzvpTwgbVckyX { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:38.3740234375rem;left:24.874267578125rem; }
#J6NrCoecJLLJgqRy7TJbauM8Srs9LIq8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:36.37451171875rem;left:27.499389648438rem;height:1.29948125rem;display:block; }
#FKgbkqOGVE3aFMBTPNH4PQGSAbxgrOEn { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:36.436767578125rem;left:24.874267578125rem; }
#b33lrrBPMxtk4HctTiWnJJE68dRaZcAH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.624267578125rem;left:24.874267578125rem;height:1.4624rem;display:block; }
#MowoyquDxNQR5Ou8saACdS0whEb85V5O { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31.06201171875rem;left:24.874267578125rem;height:2.2753875rem;display:block; }
#meV3HHXdvRnFbtTF3QU57tHetDo2CtpW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:44.561767578125rem;left:40.249633789062rem; }
#C5WZds0KQqFF4ARm5Hr2UzZFmbqwHwyk { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:42.499389648438rem;left:40.249633789062rem; }
#WeG7oXq4vHwCTGkEpfGLgA73rc7JyLEq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:44.561767578125rem;left:42.249755859375rem;height:1.29948125rem;display:block; }
#gAvyf8MMhgTIa0N8fZkLGaQd566MvOoe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:42.499389648438rem;left:42.249755859375rem;height:1.29948125rem;display:block; }
#bUpItaeVLT5CgiTBuEv2ai14FEu7c9Ka { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:40.311889648438rem;left:42.249755859375rem;height:1.29948125rem;display:block; }
#a2qCUqGPuPxXc7MUyLOmH9ekNDSUByLA { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:40.311889648438rem;left:40.249633789062rem; }
#Od5y2MDeMX661QdGVZ9lwT1fSAbI0rP2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:38.311767578125rem;left:42.249755859375rem;height:1.29948125rem;display:block; }
#TWLsDRzISwL6oRwxzmiuWCkLS2CNHDzL { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:38.3740234375rem;left:40.249633789062rem; }
#qi0Srz4OAptBKltFpO1H1BphGdfcvffG { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:35.5615234375rem;left:40.249633789062rem;height:1.4624rem;display:block; }
#TSJwvTXHmLW8rClAqyxWm7nJxUwOgach { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:32.999267578125rem;left:40.249633789062rem;height:2.2753875rem;display:block; }
#qRGMo5458zHzluQLlCJ38uo1CHGEssrR { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:42.687377929688rem;left:55.74951171875rem; }
#fga1R1BgMd1Oq6Lvp6EHMb1mluefeq7f { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:42.687377929688rem;left:57.749633789062rem;height:1.29948125rem;display:block; }
#nCESKbP670WJunT00Pt7MCgeUT2VKf5s { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:40.625rem;left:55.74951171875rem; }
#i7rBE2oUwzyBTVaImqFo7aDp0aCKTIqQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:40.625rem;left:57.749633789062rem;height:1.29948125rem;display:block; }
#Z0pw5NIXSJpgpUSm5Ghn2cgElsfHt4B1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:38.4375rem;left:57.749633789062rem;height:1.29948125rem;display:block; }
#xV4NF196oPKkFsmDMTlmdzPNvtesRetP { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:38.4375rem;left:55.74951171875rem; }
#noAMeeIXL0oq0g99CBBX1US9lt9wfhp4 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:36.437377929688rem;left:57.749633789062rem;height:1.29948125rem;display:block; }
#hqbagrBJctWBkEeWI2TpPitXFP3tPDti { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:36.499633789062rem;left:55.74951171875rem; }
#eP5q1tq0TurSxqeTUonqfJFh1U3lgEHt { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:33.687133789062rem;left:55.74951171875rem;height:1.4624rem;display:block; }
#cUlrE22oFfzNXlxbaRy23foSbVGrgTpv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:"darumadrop one";font-size:1.75rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:31.124877929688rem;left:55.74951171875rem;height:2.2753875rem;display:block; }
#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5db4ff;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; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row .container { background-color: transparent; background-image: none; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row .container > .video-iframe-container { display: none; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row > .video-iframe-container { display: none; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .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); }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row .container { border-width: 0; border-radius: 0; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#bdKTTHeHtLwnBMeFb33NlLsAcocOLbXM { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:8.0610799789431rem;left:10.3125rem;height:7.874625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sk6eO9l4hN1PkTS9uwkQ5HH2d5bgcmZn { background-color:#f9ed41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:22.498779296875rem;left:26.5625rem;display:block; }
#K7TQIoU468SAKTazff87hlU6MQnOXwkA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xSvM5KA97Tn4ukAo2XssWqkJdudydzHi { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:9.3125rem;left:10.3125rem;height:7.87475rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5db4ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container { border-width: 0; border-radius: 0; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:none; }#utViHIfU1hHXRnXTLGOFoA5RZPcKg5i4 { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:8.0610799789431rem;left:10.3125rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kzDd1EHC7yXNbFe1SmT8Bkn6Lp2bMK3R { background-color:#f9ed41;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;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:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:22.498779296875rem;left:26.5625rem;display:block; }
#E0dxs2Zont5mWdo7zH0K2QLxkp1Pkkan { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kw6dFwTaWbn2sfO0xTKmUtFQMJvUxLqs { color:rgba(var(--color-tertiary-4),1);display:block;width:54.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:9.3125rem;left:10.3125rem;height:7.87475rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row .container { border-width: 0; border-radius: 0; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:75rem;position:relative;display:none; }#A5Ts5VBPORxz0ATZ4KQZ4SCTN7qrDi10 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:5.96875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QGkaBo8ofhr3ET50CkKoml1CtcNuhTSA { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.375rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Mxbd9EbFU4pAAfnJ3OKNvfBMZdTyh50N { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.900390625rem;left:6.875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rRHRhXKPKbTgNb9TEpcrJfXUn2ReEhnR { 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:15035;opacity:1;top:12.3125rem;left:65.0625rem; }
#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row .container { border-width: 0; border-radius: 0; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#h06mcLhElMtzqeaWtecWibp2e7nSaOd2 { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.3125rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#uqNkNKnDlwSZMstGken72JV6PQbFQfwb { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:1.91796875rem;left:6.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row .container { border-width: 0; border-radius: 0; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#lHrP4KBzw7kOgWAryq3CGTgsdBeX7Hul { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.1875rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#sHPHEywEtL47nSTg5cHpfTccOlq4MI2V { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.6875rem;left:6.875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i6XgvoaDTbdTQQeJZ2PuN51DbJ6FoJsf { 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:15038;opacity:1;top:1.125rem;left:65.0625rem; }
#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row .container { border-width: 0; border-radius: 0; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#QeQw0lV7CoUka0xxRrryOoErT5H2qTGT { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#u4oCJTpg9Fm0TCgNfeFZ76Qxz8UTeqph { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row .container { border-width: 0; border-radius: 0; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#i5GuFau0oIQWWxH1Xk6v2aMHn6HR2PqU { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#oI7B6CgIXWv4kwZCTRBbLFNR2BdrhXcy { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hmhTFRGD51yVeutX9DwxyTX31R88aTWh { 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:15041;opacity:1;top:1.1875rem;left:65.0625rem; }
#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row .container { border-width: 0; border-radius: 0; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:none; }#Nu34M3ZZNc1JVyGQRwFuuOFxpNTZDkhQ { box-sizing:content-box;height:6.25rem;width:66.25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#lX2gtTwff3TILJ69TP2dvtnduL2OTDk6 { color:rgba(var(--color-tertiary-0),1);display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row .container { border-width: 0; border-radius: 0; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#w5avKIskw42ro7LTzwATyL8mpcqpVRhm { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#m982BTXflIs7wmqshkvqMxMUq1z6sI30 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IOtOtRhtr7CAnAWrliVJ0KusTlTArgrA { 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:15044;opacity:1;top:1.1875rem;left:65.0625rem; }
#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row .container { border-width: 0; border-radius: 0; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:none; }#DKsSyxnbZynEPT9glKMGOnEQxy75rUDg { box-sizing:content-box;height:6.25rem;width:66.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#dU1AAQU1R8JwkgrQSy3XqBVuaWlDd3IP { color:rgba(var(--color-tertiary-0),1);display:block;width:56rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row .container { border-width: 0; border-radius: 0; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#qcAoTbDENPtDmhA2LsdAHWTm8obqSbJ6 { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#hnFvPHwPcZLXtv4VKhXGpPxSKAiw5QaI { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TLJXTNLTyrDbMiHTcklVcpP061NbmFzD { 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:15047;opacity:1;top:1.1875rem;left:65.0625rem; }
#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row .container { border-width: 0; border-radius: 0; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#lIxLFLUevTFn6L9PATSLwp8oqlywSlu6 { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#MMgw2UspASGAHmPPhNbTTAb0JoL2Uf98 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row .container { border-width: 0; border-radius: 0; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#NRLn0JhiVv6f3MDHrAdlccSAtyprWUtE { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#dnT8wZcEdXLxdAmxth4Cx92kr8GiJJEq { color:rgba(var(--color-tertiary-4),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:1.75rem;left:6.875rem;height:1.950075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FFn6MvLOKqwcaav5TLTK7JApHUoSKRK7 { 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:15050;opacity:1;top:1.1875rem;left:65.0625rem; }
#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row .container { border-width: 0; border-radius: 0; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:none; }#us2pITACLnC3J4bvhrqIHe70waAc5oJ7 { box-sizing:content-box;height:5rem;width:66.25rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-1),1));background-size:auto !important;top:0.25rem;left:4.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#HIslvFaWMU9nCiZTcvSiAbS6vrgCWH2M { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:1.875rem;left:6.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebf1ff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr > .row .container { border-width: 0; border-radius: 0; }#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:none; }#OWeb2yCbEC12anmFkxgrqETZuXbko0Zh { background-color:rgba(255,144,26,0.2);background-image:none;border-top:0.125rem solid #ff901a;border-left:0.125rem solid #ff901a;border-right:0.125rem solid #ff901a;border-bottom:0.125rem solid #ff901a;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;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:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.875rem;left:29.6875rem;display:block; }
#UV6G94V65IOCsty5ibn0XBxXfJlevAku { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl > .row .container { border-width: 0; border-radius: 0; }#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl > .row .container { font-size:0.875rem;font-family:arial;height:74rem;width:75rem;position:relative;display:none; }#dpczee4i8KauyPP6GLP6OnRVg4uXoDS6 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4375rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CBCuJIx6Tz2gcxInW5GC8VhdAvmZGXHT { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:13.4375rem;left:5.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tIW3hzqonx1d65Ge4F02iIkukywNQMId { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.1875rem;left:5.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZbWfbNeLXpLWbeH4M91kJCBTX9PA0Is0 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13rem;left:1.875rem;display:block; }
#NzKTKq0ISQ4PMpb7TtAodWD9BPMz8uqh { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:18.5625rem;left:1.875rem;display:block; }
#iceaNfZQiWTCoVcbHVTi1DRH5WrgKUbM { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:19.125rem;left:2.4375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FAcJcuyKoRbXSZF9gZ71WbO6GJU6NRos { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.556640625rem;left:2.40625rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RpKEuekGXF6TrB5EmNAtvwZ4rL6r6DN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:37.875rem;left:5.625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dMr5EgWthRCqzfsn2S4krnrL19AHUua8 { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:37.25rem;left:1.875rem;display:block; }
#iC6T8rhKJ8G2BpZFvHysxDbLewNmwmCb { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:37.8125rem;left:2.4375rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nrOJ5I2tazycSCAdU0OO2wJpQUuqNPwR { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid rgba(238,238,238,0.93);border-left:0.0625rem solid rgba(238,238,238,0.93);border-right:0.0625rem solid rgba(238,238,238,0.93);border-bottom:0.0625rem solid rgba(238,238,238,0.93);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.25rem;width:14.6875rem;top:22rem;left:5.625rem;overflow:hidden;display:block; }
#XyRfpw5db0AyZOsmmtVwOEgxrgBtokei { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:41.9375rem;left:1.9375rem;display:block; }
#Fk8izLhq20vxVdIGhNyO1ek7cLsuLG5J { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:42.5rem;left:2.5rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#it0Tz3UCDpVQd1hyT177WzHHPE1mCTpc { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:42.5625rem;left:5.6875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#puEqqwbIEpb3DeEn5aGyqgIAssFqkwfy { position:absolute;display:block;z-index:15018;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:11rem;width:28.6875rem;top:45.375rem;left:5.625rem;overflow:hidden;display:block; }
#Ue64ILqzI0nT6JJdXnFithzaW5d2qAmP { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:13.4375rem;left:44.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iccnr7Ar5nGi0AJr2qPCr922a6LHgxGG { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13rem;left:40.625rem;display:block; }
#WvNKg61ACkwimqwJagFLObQAQi1wDeC9 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.5rem;left:41.1875rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NlQqaT1BNicoeyxu8ia8hCJxyQIwq3TR { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:33.375rem;left:44.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yRp5TvfSObhR7mdsCx4KxdR19uUkHnDn { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:32.9375rem;left:40.625rem;display:block; }
#BbNtgKHtuRU7ksi2pDwQ34K0suzIUR8P { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:33.4375rem;left:41.1875rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LwTBcUua1Mac715URlK8DsMhBEyrDRfU { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:51.1875rem;left:44.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ut5f8sXPklPSFTbWGTTeLvkE4ZzKBUci { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:50.75rem;left:40.625rem;display:block; }
#tbIPI3wfPZCEFaebsm4ibh4uKC1sRL0V { color:rgba(var(--color-tertiary-0),1);display:block;width:1.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:51.25rem;left:41.1875rem;height:1.950075rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eBBuSDKneiqeDCsrUsu17z7ONTTns7BL { position:absolute;display:block;z-index:15022;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.375rem;width:14.6875rem;top:16.4375rem;left:44.375rem;overflow:hidden;display:block; }
#nrCehk786v5ToZQMgBPtGZLZrMBRgLbn { position:absolute;display:block;z-index:15023;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:12.5rem;width:28.6875rem;top:36.375rem;left:44.375rem;overflow:hidden;display:block; }
#Lzh5M1O3FJ4uBSRIuHDLfccyb1CmvAKC { position:absolute;display:block;z-index:15024;border-top:0.0625rem solid #eeeeee;border-left:0.0625rem solid #eeeeee;border-right:0.0625rem solid #eeeeee;border-bottom:0.0625rem solid #eeeeee;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.375rem;width:28.6875rem;top:54.1875rem;left:44.375rem;overflow:hidden;display:block; }
#ipagdm2VNvWpgJPDTOLuTRyZebR0E4vP { box-sizing:content-box;height:55.5rem;width:0.0625rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:13rem;left:37.5rem;display:block; }
#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { background-color: transparent; background-image: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container > .video-iframe-container { display: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row > .video-iframe-container { display: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .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); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { border-width: 0; border-radius: 0; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:75rem;position:relative;display:block; }#bFbyQGtsXziDnp2fIT1t73eBWsM1h0sO { color:#ffffff;display:block;width:53.999625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.0616455078125rem;left:10.498657226562rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #ff901a, #e92f01);background-image: -moz-linear-gradient(top, #ff901a, #e92f01);background-image: -ms-linear-gradient(top, #ff901a, #e92f01);background-image: -o-linear-gradient(top, #ff901a, #e92f01);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff901a', endColorstr='#e92f01' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff901a', endColorstr='#e92f01' );";background-image: linear-gradient(to bottom, #ff901a, #e92f01);background-size:contain !important;color:rgba(var(--color-tertiary-0),1);padding-top:0.796875rem;padding-right:0.706875rem;padding-bottom:0.796875rem;padding-left:0.706875rem;display:block;align-items:center;width:4.24125rem;min-width:4.24125rem;height:4.28375rem;position:relative;font-family:montserrat;font-size:3.188125rem;font-weight:700;line-height:68.54px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;font-style:normal; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.498125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.655rem;height:1.69375rem;position:relative;font-family:montserrat;font-size:1.195625rem;font-weight:300;line-height:27.1px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:26.625rem;height:8.069375rem;padding-top:0.99625rem;padding-right:1.01rem;padding-bottom:0.99625rem;padding-left:1.01rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:9.8748779296875rem;left:23.17626953125rem;z-index:15009; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #mSOPt1NvdwqfM0Wcv8hJwAQ82nIID5b8 { display:flex;position:relative;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #TER7yXidc033eseTomsSwd2R9VFgyucE { width:auto; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #CFI7G7zV1yBDbS3vclSJHTedr2Xb0IgR {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #FVl45qNqBHEWW2q7pmzvWlq6znVN2FP6 { display:flex;position:relative;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #qZa6B9GSkuHioWTR2iGQDNWbiozohO12 {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #EbBTT0FVtvJXcFrMZFT2nNzqfukyzXnr {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #f0pSxoX1yLVXKc8MMk1uLdPg8plTdcPK { display:flex;position:relative;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #zfT22Flfyd70CDt09wadqqhofUgLQNUb {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #tkoRpF2QCH0FDONb2Eh8VdczJ14KOCf0 {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #XTfb7KtCA7lhRZB41TfJPi0wcuQPh6Wk { display:flex;position:relative;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #O3Unp93aJmk2PHIcxuPE7n0GQtZf45vp {  }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #STN5cUJoFuPTrK7q7lxP2ymSKHxfmen7 {  }
#r9zOl5ROw6mK8KbZmZsxdxq2h1dSQnDk { color:#ffffff;display:block;width:46.749875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.187255859375rem;left:14.124755859375rem;height:1.9504625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SelTbU0TBlbHmIOCeTp8UWd9S3ItI47P { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:26.25rem;left:19.46875rem;height:1.46218125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FVcAXlLmNzXUTOZL6vFRUR6ByaHT3Oi5 { background-color:#f9ed41;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;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:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.4375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:30.249633789062rem;left:26.5625rem;display:block; }
#uP9GihSx3o5tawrR3gDtZEvGnGOJOF5V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container { background-color: transparent; background-image: none; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container > .video-iframe-container { display: none; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row > .video-iframe-container { display: none; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .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); }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container { border-width: 0; border-radius: 0; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#TpxCo54Pc6LVbTBuhLb6kDlWyMcVlZdl { color:rgba(var(--color-tertiary-2),1);display:block;width:8.625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:7.875rem;left:18.25rem;height:;font-style:normal;display:block; }
#RFeNTSgS5UixJDpVZyiCDggMOWUDBvU9 { color:rgba(var(--color-tertiary-2),1);display:block;width:5.5625rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:7.875rem;left:11.5625rem;height:;font-style:normal;display:block; }
#iL1k3oUOTNsAPAEBePqTeE2kguTxzTC3 { position:absolute;display:block;z-index:15058;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.8125rem;width:8.8125rem;top:2.5rem;left:3.75rem;overflow:hidden;display:block; }
#xUDyOOog6dGSh8y5XKDnx4bI5AlT8R25 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.875rem;position:absolute;font-family:anuphan;font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:7.875rem;left:3.75rem;height:;font-style:normal;display:block; }
#PgrKNkFC9Th4s63AFFeDID6zs7oHg2Bx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.75rem;position:absolute;font-family:anuphan;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:2.5rem;left:54.125rem;height:;font-style:normal;display:block; }
#xpvo8oIFdov78v8XncWecgToEhN0htNq { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:4.4375rem;left:54.125rem;display:block; }
#olEddyRbNdCcVtTyBN8UZrKMNcAPSyfU { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15051;top:4.4375rem;left:56.75rem;display:block; }
#tJrMyE1SSGlILyrAzESfMR27K0uPA0e0 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15057;top:4.4375rem;left:62rem;display:block; }
#oMwu6PELINVzuNk7u5WKEpZMWRmeVoJm { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.5rem;top:4.6875rem;left:59.75rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TB0OttgZBha0OFbZumKLe9TworskqdBc { display:block; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L0p5umyIgWd73nN8Jg5dWc93oL7Tmmqz { width:7.125rem;height:2.3125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5TQpCWMwuvDqDGM9DuAa72rNe5uD21S { width:6.25rem;height:2.1875rem;top:1.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaCoWInyVAQh1b2zeKJVQD2AXP7qQsJM { display:block; }
 }@media only screen and (max-width: 763px) { #QNAUl3f6S83aMvdioIzXyAnvcO48G80v { width:6.25rem;height:2.1875rem;top:1.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxqALUcnLJ5d4wMxH5OZqrlNTn6s922D { display:block; }
 }@media only screen and (max-width: 763px) { #fWxsxREKbkeTrAcXvKMKtJIsnMHtEUoN { width:6.25rem;height:2.1875rem;top:1.25rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Da0H0a2O4fF96ltR9Ohi6qyUdS6rwI0k { display:block; }
 }@media only screen and (max-width: 763px) { #oxFhvAhwDo3Q2RFAxcMVhgqfEO1nxk29 { width:6.25rem;height:2.1875rem;top:1.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5GOSVmDE70n8eSuW9u7PEAT2PpplKmT { display:block; }
 }@media only screen and (max-width: 763px) { #DMhEOQFqavcaU7VhITQM42mSgrsrThAv { width:6.25rem;height:2.1875rem;top:1.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWhBoo7bqQ0T6RS9Ci2Rblokm6yRvCIi { display:block; }
 }@media only screen and (max-width: 763px) { #OmhqDT1O9uzw1LL44GZz6B45A05FbJSK { width:6.25rem;height:2.1875rem;top:1.25rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHFI5xlH0z6cfhdqdEmTR9xqmx0XiJz3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub { display:block; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuwyqbgN6HJiLuSc2d0BQBoqJKVKSvzf { width:18.75rem;height:3.5625rem;top:34.625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #StOQ42cL63Tvpfk15n7af00tPXfQkdCe { display:block; }
 }@media only screen and (max-width: 763px) { #H8iRRT9oLupWqZhue2Pt6qrnT2icAA89 { top:22.9375rem;left:15.187143325806rem;width:29.6875rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdTgUxvuCmsnTf7zw5BSqdGKU40W7VhE { top:39.9375rem;left:10.312377929688rem;width:27.0625rem;height:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTcyfMvKZ7IHmLT4NLdP4rwaKJSSJH9m { top:9.375rem;left:12.21728515625rem;width:23.25rem;height:6.4196998294851rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTJP3kD4peNDw5N6NVeoCUiVLGAi8VJP { top:41.875rem;left:8.4361572265625rem;width:30.8125rem;height:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTZ8XB03V9RMnuTcSGo1C4wllTZ5S7n7 { top:18.625rem;left:0rem;width:47.75rem;height:2.2385295730996rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyCAuPmKaZBKRcQD7NpCHf19Oq3TT4ke { top:22.9375rem;left:8.7498779296875rem;width:5.375rem;height:5.0002267544691rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6rT6R8XW4ZEsswbMrEdfgUCetvuV3C0 { top:29.6875rem;left:6.6875rem;width:34.375rem;height:1.9995125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRTV2f333uTPyGc3LGsOWzb2lITKibwi { top:37.125rem;left:0rem;width:28.625rem;height:20.437089244931rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9JZuA9JUhTsqDZ6Opt66owmGSwy70og { width:33.125rem;height:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L95BeT9gsHIHTtxopdLauHnN7IvVgRKu { width:14.375rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQI60pJidA82JSav4TBvzuVqJ6t1Cl4Z { width:26.5rem;height:11.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 { display:block; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNE9Tyw07mBv6KgyW6CTM4RqWkQqaANH { top:9.0625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfqImXqX13IFNqAbFw6sD19erbSnTBfk { top:16.5rem;left:0rem;width:40.625rem;height:35.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFg2XiGt7yvFXVoIesx6PrMSn5STkDrL { top:57.9375rem;left:0rem;width:47.75rem;height:122.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmoo7iBMiI8AN81lGlO8dPTiFhiduVhv { top:63.5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SucS3JfiQsHKIAKZiWLIlnRJKBpe9af7 { top:69.4375rem;left:0rem;width:42.375rem;height:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdRgLCsyoiPmyHddr3DIL443nvNJIMqW { top:29.8125rem;left:0rem;width:46.8125rem;height:46.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb2hN25sNwCZTqAxX3PC6MF8TtT3NZ4W { top:94.4375rem;left:30.5rem;width:17.25rem;height:13.812450180437rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoQMWeGNBtnWKZk0Z6JQRPdCJZslKhm6 { top:79.5625rem;left:0rem;width:47.75rem;height:21.648316062176rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJ5cLIEysSTcw3gofB3Gi7n0iOaxsIxf { top:112.0625rem;left:0rem;width:44.875rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxO913UJ0LWRAAXSfpcqBuCSlTTvaUie { top:145.9375rem;left:0rem;width:47.6875rem;height:21.159559335545rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuVTRU7ITD91DZzPv755KcvdrTdlD1c6 { top:135rem;left:0rem;width:20.875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwbEaQnL6Ulu1Gg2mITsIQtQB6srB4k7 { top:123.5625rem;left:0rem;width:17.625rem;height:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyEdGvFn0DHzTOzlLHTfTX7bUyF90Glx { top:5.875rem;left:0rem;width:20rem;height:28rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gcTG0KVxJerdXmq0HfPnWWguDVLzGDa8 { width:37.5rem;height:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNz4hcZufnA0eyxGfg8Wy90oq0DEotoN { width:36.125rem;height:28rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXOntm8KIIlMBL0L1nLlZSyQFz0Ch4Ci { width:37.4375rem;height:28.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN { display:block; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrzvJxBbJ4HEyx5Zcklbvu0FgF7wLRTF { top:3.4375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbNAT4TrRQnRSogTzTGeqSTaRF6v9n10 { top:13.3125rem;left:0rem;width:13.75rem;height:10.06225rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIDuBaVhhzLebKi88WTSs3uPDuPTCrPh { top:38.375rem;left:0rem;width:47.75rem;height:11.640828402367rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrU55q7ils21x4FEWVnxldu0fbDfUa09 { top:13.3125rem;left:17rem;width:13.75rem;height:10.06225rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZXnSaVANoExXADnx6lHdn6PvdmVeNa5 { top:12.75rem;left:33.375rem;width:14.375rem;height:10.874625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIBUHUPriFTN1nEf5tsvZpGaNIGimsMU { top:29.6875rem;left:0rem;width:16.125rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2TWSFfdvgqsmhJKNMJ8mGvmsG4hUbs4 { top:25.75rem;left:0rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcnRqcERF1rpp9Tq8wFbDToHiFLorrVA { top:25.75rem;left:17.625rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvbIZxnIWSyk4BiTgAnaBaNeVn0EDiNz { top:25.75rem;left:35.25rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDIb9Erpzm2RyvEVRqiQteyAXexxzedt { top:29.6875rem;left:15.781127929688rem;width:16.125rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkVSF3Tmr3GsKbp0CA3euexDSwbzHM3T { top:29.6875rem;left:31.625rem;width:16.125rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJLJ9S0ImLDkqf9TIzR6otrwxMiiV9kr { width:33.9375rem;height:23.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTZLKsAxCQ077O31A6nr3B0hPNP4uwmk { top:77.6875rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIrl4ZasxZtOXkfo1sNiz2FOUTt6XbvB { top:74.875rem;left:0rem;width:15.3125rem;height:4.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pTTugDNN46myvOB2rEkNDGVL0CI1ubi9 { width:21.875rem;height:3.4375rem;top:54.4375rem;left:12.936613082886rem;display:block; }
 }@media only screen and (max-width: 763px) { #kReNbZ4X18JgPeX8Vuas5pyJlxmsthBZ { display:block; }
 }@media only screen and (max-width: 763px) { #d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr { display:block; }#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PvKMqL2nk9LVm76UWsa7U9hUPLFh840b { top:8.0625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysdD6mnDPslea31z6Ie4PINGhtAQB574 { top:26.75rem;left:0rem;width:21.25rem;height:55.68725rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt5AGo8o5I8E5HUWINn1FVrxoaUXcuVc { top:26.75rem;left:2.625rem;width:21.25rem;height:55.68725rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDPCzId46SmsukGs1rldbtk3BnSwTrdO { top:26.6875rem;left:26.5rem;width:21.25rem;height:55.812375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huMbGlMruUMOu2wOy0nIf5q5Oun4U10b { top:15.375rem;left:0rem;width:21.875rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V983W4ZRI5UaPmIO1TpMxeXAHmROxDak { top:15.625rem;left:1.375rem;width:22.5rem;height:13.374625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNnIlBaQ23Fi9cVx9sVvVxS3JxFT9s8M { top:15.75rem;left:27.125rem;width:20.625rem;height:11.124875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdtukwnUrE3n2vMRgaw18GJ1a9AKoQ8X { top:29.5625rem;left:1.625rem;width:11.625rem;height:4.4756424071618rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7B88oEOluRDgXLpq6BTq54okCOqFfom { top:29.5625rem;left:13.125rem;width:10.75rem;height:4.4735554746298rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5BUNfoGQv5y2syBu3HH2ackaLkMK0xD { top:29.5625rem;left:33.3125rem;width:13.75rem;height:4.4792337870369rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4bR4O1IO2vW8a1Z59VTJWyK9RM5kR1M { top:34.5625rem;left:1.625rem;width:11.875rem;height:3.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhLtE1KaHcDX7Ls8s3QxX9XhSqatnVS2 { top:34.5625rem;left:12rem;width:11.875rem;height:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLwSEQ3SKhJRN8sfllc2VIPX1tsDcECQ { top:34.5625rem;left:34.25rem;width:11.875rem;height:3.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXX5w36TsAb3B8wnRDKWMcullGAiwHJR { top:86.9375rem;left:0rem;width:30.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm5N2RVI2mcfG0VRrA7CBOhJzGlK07Ng { top:86.9375rem;left:17.125rem;width:30.625rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyNN70lArH3cehViJDfMpikuIissXMrJ { top:86.9375rem;left:21.0625rem;width:2.8125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brID5NPl053Pgrv2EOtRvnEbNncE3ODC { top:85.6875rem;left:23.5625rem;width:0.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6N1R7rltBMmRp0qVOTh3XubRnLbgv3M { top:91.1875rem;left:0rem;width:47.75rem;height:9.2871559633028rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeQ0r2kUrMqg6c3hAxoCulOTNcCLveky { top:110.375rem;left:0rem;width:42.8125rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqcLcRVIMtDgLZUiMBvezApok5hWUGOS { top:114.25rem;left:0rem;width:42.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZnXJ0vtUBU0we2pRx6Ql5zOfeGtX6nT { top:117rem;left:0rem;width:42.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePKSOtCOElTeV4NpSRRouTD8WwQqv9WE { top:97.5rem;left:0.21875rem;width:14.6875rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW0WlNuloM0HLTDBJhUkC6uSqDpKtJoX { top:93.875rem;left:2.06201171875rem;width:11.875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNLlZuxf18lg42v0p3bBzvTZAL19Mi8q { width:17.5rem;height:3.4375rem;top:72.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovvqQkQ0fLE4C2MhR3Kf50mWKCoSWRLQ { display:block; }
 }@media only screen and (max-width: 763px) { #O2vo6QfvayGM6AvV88RevKE5aLpeLMIJ { width:17.375rem;height:3.3125rem;top:76.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcMiWJycxIMMsfsWT9tDAIzSqtRxS6Sy { display:block; }
 }@media only screen and (max-width: 763px) { #aX5TsTUelvNX47GsqpMKgO7U0uhHSpH4 { width:17.375rem;height:3.3125rem;top:72.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd3BUbOp33HaMoIBJO7CdDcsNCz2v5Sc { display:block; }
 }@media only screen and (max-width: 763px) { #kiMhKu1JiLFxsv8hoMnGkTh3tobxbrQ4 { width:17.25rem;height:3.1875rem;top:77rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaSqLegrDuhsB7RItUcZTVPgk60Skcwp { display:block; }
 }@media only screen and (max-width: 763px) { #hACCKI8hnKi1cWKOK61btnwtPGLq7aAi { width:17.1875rem;height:3.125rem;top:77.0625rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smqQOJfhdsOwAVTpa1QXDFAsnuKtJeQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #Fdzd4VbD3l5BKpAyCs0c2De2x0WRDFXi { top:55.4375rem;left:30.875rem;width:16.875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9LNAdxtpWtvGebyle6Wlmnt75rLPzvP { top:43.8125rem;left:3.0703125rem;width:12.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5l79KtyE3dl7nED3PD3dX6oLTs3TofT { top:43.8125rem;left:10.0625rem;width:13.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J07UpDvXxVnCXSbre2tnTAABgVX82HTt { top:43.8125rem;left:33.9375rem;width:13.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID1fv746fQKqIlU9AeJchP8IMfHbFrq8 { top:49.8125rem;left:33.9375rem;width:13.8125rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRNJt5tQdhc3vvWb3gmTybJZkWyV6PAJ { top:61.625rem;left:1.3125rem;width:12.5rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuvMGlWlrp13no57qcJrAQKqKksB2UmT { top:61.625rem;left:7.5rem;width:16.375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6p7pCII5FwKImgyruKlsT70ziSAs6H6 { top:62.5625rem;left:33.9375rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrERzZ8BngwPFAZV3z9ZlHroSDMCyBre { top:66.375rem;left:0rem;width:16.375rem;height:4.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7tkddMD7c7OUADyeGc4MDTgIq1I2nnI { top:66.375rem;left:7.5rem;width:16.375rem;height:4.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfuX37T1CyB08Dupe5KygyW8FcNEwmnX { top:66.375rem;left:31.375rem;width:16.375rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTyWDhas6hK6Q4E2E1ItdkpxKJ295gJ1 { top:73.1875rem;left:33.9375rem;width:12.5rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUTvfrSO7HekUVVKGPBlDcXqouoDk5yT { top:43.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqnXZWvR8yLbGH6zXHx4PfN1NoWJabF5 { top:43.1875rem;left:21.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDdo08CarMdbtaffF3kUtpy6973os5pG { top:43.1875rem;left:31.7890625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxWaZX7fFhEDP0uyA290ZZPlPMImNW8Z { top:49.125rem;left:31.7890625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8eIBUSyDCz1n3ZPTcAuUVQPMhFwEgVl { top:100.3125rem;left:0rem;width:30rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaoqOCoCOPsKGEKAGeuxCvUMc0Wy8VnA { top:97rem;left:0rem;width:30rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHiZCeucATB3RCMTUn3FTMLsXEhHUp8T { top:92.5rem;left:23.875rem;width:16.375rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQg4S9lMJoqtxofXIa2UKgLweP2sHwmv { top:2.5rem;left:1.1251220703125rem;width:12rem;height:5.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVirSETpa3ccN30BVuSoGsvQiONnXQiy { display:block; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QV9GtwRRE8zuKGP65bQPa8eJnfbOiT0G { top:6.75rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c { top:13.125rem;left:0rem;width:47.75rem;height:20.4375rem;font-size:0.75rem;display:block; }#TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c li:before{  }
 }@media only screen and (max-width: 763px) { #c9CE2TgxzWWLlJnWUdb3x4EkJmp15nJk { width:18.75rem;height:3.4375rem;top:39.5rem;left:15.12255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKUBwtyUdOSkCQLPl6kA7KTKe7h0OPn4 { display:block; }
 }@media only screen and (max-width: 763px) { #T3okup7P36mbgHADRxTSMeMyTcWHgEAW { display:block; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mxfk6RafNith3NbpOE5pxSobizWVrhPT { top:13.125rem;left:0rem;width:21.5625rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTCboixuSDsHiH3V7g7HrVLWBoTE13a7 { top:27.125rem;left:29.5625rem;width:18.1875rem;height:13.453724459042rem;display:block; }
 }@media only screen and (max-width: 763px) { #a850tB4PhKuMoFiEE441gVfwf39dk38c { top:12.875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS1mPf2AHPFZfGOLlIZdFl0401gy0VGv { top:22.5625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7rR8sv0pkFgrEMeisTfHUlETTLXK3eu { top:46.3125rem;left:30.6875rem;width:17.0625rem;height:16.564420276367rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ { display:block; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHqqIoItILykNbFt7lnaTGlEdWaFires { top:6.9375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THHzDLTnAC6vwLNGG0yyFQKes49ck1BL { top:12rem;left:2.1873779296875rem;width:43.3125rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEtq6QUJRLRlJI9U1vo9oWyAaeBolBBV { top:17.75rem;left:0rem;width:47.75rem;height:23.73175rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlkTso0qGkUqcf2FgQRBUhdKFFNTz9dq { width:23.125rem;height:3.4375rem;top:51.75rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgRrWkKiK1GQceiX2prNtm0DT2DTsJFl { display:block; }
 }@media only screen and (max-width: 763px) { #vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 { display:block; }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oEk0tRX1uQ99BKmsicxbygRqRt07ZgZ5 { top:14.75rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcRCPAff9wFJUwKzzsgU9tz0Rls7vpDN { top:8.25rem;left:10.1875rem;width:21.5625rem;height:6.3561500710991rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmyIxtD4ZVKxf8OVJoswiKIiw5QoTRIT { top:0rem;left:7.25rem;width:40.375rem;height:30.124686530567rem;display:block; }
 }@media only screen and (max-width: 763px) { #M41r9HNde979S8CkMSTWJZmZsQL0hGSP { top:22.0625rem;left:0rem;width:20.625rem;height:22.437125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXXh5WQ2dnsQmaI2gq6I4yRrhVnrUuWQ { top:22rem;left:11.125rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcTsIWZbcXoUOIgnnCATeoV8sczdkSng { top:23.6875rem;left:15.875rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyRskzUkFCMKkiM0oGi0RhygHlV6ynK9 { top:23.375rem;left:22.375rem;width:9.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPf4UbpzSoJC18rTPCWkspQm9LmM4kNb { top:23.75rem;left:25.3125rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT5XJ5dITdq0lHPlhFetwsvJBM8w9kMH { top:23.6875rem;left:24.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAORSRTmsoKk2VQ6ZCf7Xf9vW6ChzsB8 { top:26.1875rem;left:14.25rem;width:17.5rem;height:3.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRO4mU5RhOnIhyQivF2Oa8abMJvT7uAr { top:30.6875rem;left:14.5625rem;width:17.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0S0Q1ZD9WHUo5B1gUohP9kx6HcN8i46 { top:33.75rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozfBmFU56Ro3WLUO8h9n5NGbmQLLCbrk { top:34.375rem;left:18.8125rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgAUdT13g1BJ4d9L1MBssfgS3udpCE4N { top:35.8125rem;left:18.8125rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7gz1vJ42BtMSvCtvuMEhccbrvJwmVTl { top:38rem;left:16.5rem;width:15.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1fdF5hQ0mb7ZgC5xbQZ2svzOLUFMssz { top:38rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGp0P9qe5p4S3WSrW1bK0Pgd99lPDTMT { width:17.5rem;height:2.8125rem;top:40.5rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffkTFec6Lkl2VN24EcBQ8cVRTDJbQNq2 { display:block; }
 }@media only screen and (max-width: 763px) { #N5gx8FoNF3ZrHzf5yyIaPzqxqRl6ehNJ { top:22.0625rem;left:27rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhFsWUimECXvluTFO7ePSM71RA0htacs { top:23.6875rem;left:31.75rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuovFJeXPT3Q87TIIxCQaDoguzL2JJ97 { top:26.1875rem;left:30.125rem;width:17.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #umpEOxAemebOZoSSWoNeLPcIINiROFyl { top:23.375rem;left:37.125rem;width:9.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuCANd2AISVpNP5TRPqeavMDtzE5SW7L { top:23.6875rem;left:38.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4GCASVcZhZCOHpSx2K74DaczFK4RvMR { top:28.8125rem;left:30.4375rem;width:17.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aECJXMstikXEcr1zpGsXieKlpv4Vt1P7 { top:23.75rem;left:39.75rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovg0CGoFCXkpzQPvfJ4MtAPkd8b5VaJT { top:33.75rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8EyeqVaaUvrXMSaiJ77HgTyDTvCVGGu { top:34.375rem;left:33.125rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8MTb26c9a4UpMcMl8D9c9o2abQgwtI3 { top:35.8125rem;left:33.1875rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6RGxmf3mlOZadJt37avyBkMWgn6uA6T { top:38rem;left:31.75rem;width:14.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiR6DA0f1rnPHZReNDvO4XdtBhof5ziv { top:38rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8lzfgTKvSiOsoiDeTi94nAor2RhF7Do { width:17.5rem;height:2.8125rem;top:40.5rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm5Ar7Tc8tK6QzPvqfwP4pnFqP8lRH4q { display:block; }
 }@media only screen and (max-width: 763px) { #AbCXaTTDVNuD6TiFCJcLZO2lTtMVAK2x { top:46.375rem;left:0rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xku67xboi7t0QdmT8T95PVGePLWPQKHC { top:48rem;left:1.8125rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVOU3hsCmIukkUlXIntTQ047SbQwyTyM { top:47.6875rem;left:6.5rem;width:9.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaObT1GrssXklMrDtR4mhp4yiSR7RGgS { top:48rem;left:10.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAUwHwbBznpUHfRUT01LsewB73ycW6fx { top:50.5rem;left:0rem;width:17.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdTQINFQ9wMUdK44ZPFUWHyRE0cIXnT2 { top:53.125rem;left:0rem;width:17.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCzSMAdcaI5F2ivWCOcpOQHJkeTIU275 { top:48.0625rem;left:9.4375rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7VXVUFWmQRRfxVeW096K5qDWBgXGLm6 { top:58.0625rem;left:1.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT6esz0LeNmaIVKT2SmUrTtrx8QO1q7b { top:58.6875rem;left:2.9375rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkdxNCysxU8WRoLl4AXTlITsl1lcroNO { top:60.125rem;left:2.9375rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdHcvUQS4wQ2xxE2EV7wVeMOsIQwLQiM { top:62.3125rem;left:0.6875rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGBIltZG8kcdUWK20Qn14vgeg6lmbz5i { top:62.3125rem;left:1.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6mGQwaUgegyaF5k4J904NKSFNlK0zDx { width:17.5rem;height:2.8125rem;top:64.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONiKgq4MQlVK9wDsXoFRy5JIGDHVwUwk { display:block; }
 }@media only screen and (max-width: 763px) { #hNR8F3VOoiwJAW0fsZqVZq2PfOaS7Lol { top:46.375rem;left:11.125rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRpWU9FzWOt7fWAlDuxvSoZGM6VMTNm5 { top:48rem;left:15.875rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXvg3mQNCVuNBvzE82DWklp7ZNTN7aiw { top:47.6875rem;left:22.375rem;width:9.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7vn7elVdZXc5e6g9grU6hECtT3fegXJ { top:48rem;left:24.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQtLATMcbrRxMST2LsBboqgvesO1PURl { top:50.5rem;left:14.25rem;width:17.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLWCwnQ3TDoRfNpADPvDRI5UWJoqfLR9 { top:53.125rem;left:14.5625rem;width:17.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGTqZ4IeAmMeZnN5TRInd3441hIXVisg { top:48.0625rem;left:25.3125rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2L8QPi3yuTWKOnyGbLuXVxevOkfDwkL { top:58.0625rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DES9EQm1Pe2hWzN4Jp87PaTLXobLJU5v { top:58.6875rem;left:18.8125rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzeKTMpQH8d3NDV0BTpXnUrgzv9WiRvH { top:60.125rem;left:18.8125rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2wIf3aR6rQVCz4EaniA8oAtkev6EL8w { top:62.3125rem;left:16.5625rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwDD4QWDQWHZ1ETzkFqly6PB47ZJaX14 { top:62.3125rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWf25nlJ35slDNGWWAB4J3xJrUTxfSt5 { width:17.5rem;height:2.8125rem;top:64.875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT1mm1aSOhkgB0uLH3kQX9Wp6Ia1RVTR { display:block; }
 }@media only screen and (max-width: 763px) { #Mt675yay2UH2atQrB4sTcrmT8T9cgHH5 { top:81.375rem;left:11.125rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebKUvVovwnO5iDhcJ7H7RVodPPBxwXze { top:83rem;left:15.875rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnNmAZEwpR5FGB66BDdOVfnVeBHSHHe5 { top:82.6875rem;left:22.375rem;width:9.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH1P8RZePpLW5lqguGsVgrkxzcQV3VU2 { top:83rem;left:24.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8b1pqCkxlxnM2sEokZFe7GC9CZ7ZWb8 { top:85.5rem;left:14.25rem;width:17.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBWZK5s2pcL4A6IdNHkxeTmel2U42BsB { top:88.125rem;left:14.5625rem;width:17.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFukr8ODkJBCaNsNT4u0GvcxsuTrOSTo { top:83.0625rem;left:25.3125rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ7Lv2QXaDPlQen40QLziTJxsq9g1iJf { top:93.0625rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCgw3lQUyUTwsSHihWqLgbhSxVogSRwA { top:93.6875rem;left:18.8125rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgXBOT6d0zPdIHdp7KmaBZxWZunTvieH { top:95.125rem;left:18.8125rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuc4F9MocLJdBdJu7K4ldrC5VgexcEMu { top:97.3125rem;left:16.5625rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7apcD0EDXrZiWbuiH7InLTAJw1rRzqo { top:97.3125rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoPSnuLRVBuyQlMl8ta3MEaI8s5wESEF { width:17.5rem;height:2.8125rem;top:99.875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9PVTKvGkMhSbX5A8rQQf0BBJmoUoeK4 { display:block; }
 }@media only screen and (max-width: 763px) { #VeSbffpaEoisibdA4Md9TJ6G6ZF1OWrT { top:39.8125rem;left:3.375rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGOeehomST9U5062VCFb5JVAleRx51OT { top:41.875rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #So0PSGsDpXioM9EBsRFsFa7IrkfeaaeA { top:82.625rem;left:0rem;width:20.625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNuK2hfTS3BHWqzQDD46h0ve2xDmIw6S { top:99.25rem;left:3.375rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlfI2XvDTpTySE5mmgAoKAXKkWeKoT3T { top:101.375rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsSDhI85iyK56B2QMtwFKPiwL3gH4ysb { top:81.375rem;left:27rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hskWRhXrzTbabBSyTwTEUlBoyePiPIQm { top:83rem;left:31.75rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgAB5SufmK56oc70ne8T8HITArM10iO5 { top:85.5rem;left:29.375rem;width:18.25rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8WTrbd0iUxUg8LzfAvoECo8uT2N5VHE { top:82.6875rem;left:37.125rem;width:9.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHH9d15G4uHmcHLM5Sxmw8VTNi2UbSm6 { top:83rem;left:38.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1XSz1KdKTa3BErai9T8D7BClomkOrl9 { top:90rem;left:30.4375rem;width:17.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwclGi2r17PQbFCuqLCKMdbwIeg7Ndsw { top:83.0625rem;left:39.75rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G92FV6oRSOV5IVppgAPEbM0yp0Kpzvhy { top:93.0625rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miVDNCTILtMVoqKMZDDRrlof3B0U72l5 { top:93.6875rem;left:33.125rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mai8zRRkcyygGCLTw3ogqpi1a2TtLug4 { top:95.125rem;left:33.1875rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMwizTrunQn8tBuzc7HGlRBOsfPIZ63S { top:97.3125rem;left:31.75rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxsMBfFPL1Tc6b1nT1cHVPg24ZnKz28R { top:97.3125rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPv1IJM5fc037lgmMBimF0ulvHUNw1oq { width:17.5rem;height:2.8125rem;top:99.875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVapFlNwFGkCI12xTGwKX6kQGx6gytOv { display:block; }
 }@media only screen and (max-width: 763px) { #Z69KV9PzSENtKxSA3E21SkUJxPP9Emts { top:105.75rem;left:0rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3EgkTS3TvcQXJq9qzhdKTHkiVauQWVf { top:107.375rem;left:1.8125rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMBlyrrooVa3kpR1gnIOHFd7gmc0HXRN { top:109.875rem;left:0rem;width:17.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKN8bMDP9BXgoP9T3rW6nTxs8zTnaUN8 { top:107.0625rem;left:6.5rem;width:9.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv2Jiqla06hhgQCtRCCNrfr7v74T43yi { top:107.375rem;left:10.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5I1LP98LdGgODZzmloG6QaDUI0oCWOJ { top:112.5rem;left:0rem;width:17.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkEHkUZZQxNywnD0P3CaENNyyKTb9FnD { top:107.4375rem;left:9.4375rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqezQJR70FWdmktwgcJtvB0ud3ypTbfQ { top:117.4375rem;left:1.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKF2b0f0wUQRwDxCXsy2y1foudJopfm7 { top:118.0625rem;left:2.9375rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5c1dHM9lfzyr2U7QRP5Qye92SvWrUCL { top:119.5rem;left:2.9375rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVS1vc0hOrJ7SZOCXQzwCU74uTFJtw9V { top:121.6875rem;left:0.6875rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC0PsNbELaUpRF31MBFg3MBxt6V6s0mP { top:121.6875rem;left:1.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2PybeUGxd1q5p39f97TvEcDIE9G8HRR { width:17.5rem;height:2.8125rem;top:124.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s966EDQv7AVxfhJ9UWw2wriZr0hPmcTq { display:block; }
 }@media only screen and (max-width: 763px) { #luNazl59JW4xugrgUnpy1FtGi4NqhP8e { top:105.75rem;left:11.125rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZaTCril0At0FwJMZe20lT0icEMTbeIx { top:107.375rem;left:15.875rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8CzhcbTgeBHc5yPLuxt5WVuz2EFyRRu { top:109.875rem;left:14.25rem;width:17.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewQhIeut4VpoTMF4bAzpagLTgtvQgd4U { top:107.0625rem;left:22.375rem;width:9.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddQI2XKByrLsRtSTBTWwbHpiwCwvK1sK { top:107.375rem;left:24.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #St1ynPw1KsbNVsU6thG8ImunxMcalizF { top:107.4375rem;left:25.3125rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg7cf0t9nClAFPHufym52e3pz5e12TVk { top:112.5rem;left:14.5625rem;width:17.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2Vob4yyvaB4SiNynwBfhWkMmsB2yKQK { top:117.4375rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyNyB6u4xBJ5flICwlMtTOMsnph90oPS { top:118.0625rem;left:18.8125rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPX8MHw1GPFFXMFBdrn2ZtJQ6hlosPCu { top:119.5rem;left:18.8125rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9KG8Lf4uT2FHwzLCS3ClNRZ2FgmaeOo { top:121.6875rem;left:16.5625rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXBSIFyG9tKO6DPK4yCLVoZH7y21wrVm { top:121.6875rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8Cf13b5Qwz93xIl4moan8LytpK1JzpJ { width:17.5rem;height:2.8125rem;top:124.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #flwqnFaP7g66odhvf0QqBvEoUSrNHfy7 { display:block; }
 }@media only screen and (max-width: 763px) { #SbzRg0DVdHsTCWz7Oil3Dhh3ZET0I0pM { top:75.125rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSciLUgPuetk2oDnk4ZGzSIdgtskUTUW { top:134.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydR5UtfT4LQpFfW8C9FRl66yCsq3XxP9 { top:141.625rem;left:0rem;width:20.625rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zin1plpNByDIcGQMp14qhFrXeTB3ze2r { top:140.375rem;left:11.125rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2zUXEMOclCV0NPDm84ET5MicsuLHT1i { top:142rem;left:15.875rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MofnfZXkqpo0uWMTJBbIM69rwTlGM0CU { top:141.6875rem;left:22.375rem;width:9.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6khKToV7yVvRtTR1Kf6UVHsmyxakQ5K { top:144.5rem;left:14.25rem;width:17.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7AtU76gJysSsi2IycWmwMfazGuGFOxd { top:147.125rem;left:14.5625rem;width:17.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP43ubRS7V21JgHmwlgIOxS0xGwufshm { top:152.0625rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqqaTloxLM7iHR2mauUiUzsguNZE6XIk { top:152.6875rem;left:18.8125rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbTP9XnP1wC3neUEh3ivFfT2azIxq84p { top:154.125rem;left:18.8125rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLQkndVyJ5PCnpONCG4UZJy4NbuTlBTE { top:156.3125rem;left:16.5625rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhnaZWJoKGOyHtti2Hes82AgihV27zt7 { top:156.3125rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkvVvH1zqsaRidhCNaPsmCZw6PoTbrNQ { width:17.5rem;height:2.8125rem;top:158.875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKJbR08hTO4eupN7yDrKQ9zaTg2wIWwZ { display:block; }
 }@media only screen and (max-width: 763px) { #Nf0pQO06Vz4eCVr33kTUkruw6ustyWJO { top:158.25rem;left:3.375rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPPlUGTJV4xDoNkrtVPnsetn2aF3Z0Ex { top:142rem;left:24.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taRPxywsZC8F7qIEhz1c0mtT4kzEW3EC { top:142.0625rem;left:25.3125rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yatSgtoShNkUS4GsxcZXLhOyAwwDHSIw { top:160.4375rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7g38V6fKBwDSVy6b9Z3iKtbmKBXCNDZ { top:140.4375rem;left:27rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyzlXK4iSEcXBZpduRGk2wnIrLFi5rZP { top:142.0625rem;left:31.75rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLM0UQLZHRSegGg61lw7RkLiBkkJSmUp { top:144.5625rem;left:29.375rem;width:18.25rem;height:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbFnPGg6fJt4kxWss01iAfkaX2AuyJZ8 { top:147.1875rem;left:30.4375rem;width:17.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsgNERnmsCpTTyNEPwJsnfUEblfK2yCT { top:152.125rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyy268qaJFuVvUESdVozcZWdy6b9dVkh { top:152.75rem;left:33.125rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsQLWaNeaQf7zHSxvnehcfC675sfyyn0 { top:154.1875rem;left:33.1875rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeWuGmvBGosRehrDyikmliRcKRkMS2rg { top:156.375rem;left:31.75rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXWgGLegMV0u2zUc9PKx1P2yPC1nfvnD { top:156.375rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhnxTkVnpTbXhrsPdlgHOFggT2hfZJpV { width:17.5rem;height:2.8125rem;top:158.9375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNzApxz7fKde7BDWETnwE25mqWBnWTzb { display:block; }
 }@media only screen and (max-width: 763px) { #uM3P53eCtdXb5786SgkEMHods0uerUyQ { top:164.75rem;left:0rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpLeB6nTLbrnzBXItgMomn22dAy8Hfyk { top:166.375rem;left:1.8125rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Th2iVsn1nQAW35CbroaW0l91GTWTTH { top:168.875rem;left:0rem;width:17.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoUHUGpZHZTSng48mOGLt3CTpdm8vsPS { top:166.0625rem;left:6.5rem;width:9.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDAG8Eo3SaLJI9XQ4u1EpyniGyiJogao { top:166.375rem;left:10.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vw2nRfse3MO3BwMvUxSqfO4Ar1MDfQO1 { top:171.5rem;left:0rem;width:17.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8hkbxTVFCyxbpO8KsXMfe7TDEGupDGh { top:166.4375rem;left:9.4375rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdyWcHkTAJ9tCgT3nyf1LyDvCSWERZ9e { top:164.75rem;left:11.125rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKZiSMtxGqpbxT1THJdbMHpU6kIlJ5gw { top:166.375rem;left:15.875rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tegwmL7dgzZZMrfq3q77rbmSfNUxrd9d { top:168.875rem;left:14.25rem;width:17.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgA7c7IQrCuqRopZcXgf4y4nwKwlsUPA { top:166.0625rem;left:22.375rem;width:9.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ZlhCSTDk9bbXrkeMt7tfwELMKMMQx8 { top:166.375rem;left:24.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS4uATWkfPO8CEh0wXxr239mXV1nmA0R { top:166.4375rem;left:25.3125rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfe1J0tZAWv4TTXDuNspqUIbJFpycP4X { top:171.5rem;left:14.5625rem;width:17.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRSVqWab7gXhsApPLLtgPpxB3Ve0ibMe { top:141.75rem;left:37.1875rem;width:9.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4H6zy5r2cFsC4zN38SFUazAH0JJLZD0 { top:142.0625rem;left:38.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPGIWEl541eCWugB7FdrnldCb4qLisrL { top:142.125rem;left:39.75rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmD0Jqt0MpifKdFlKV3NwlVH9DkvtwA1 { top:176.4375rem;left:1.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpOyOzrcsqrVmUBicH5pQXQShxxPQ7uJ { top:177.0625rem;left:2.9375rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKemCFU9wduVoW4PedyWJxdGEzb2mPQR { top:178.5rem;left:2.9375rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld3fKMMWEa2aQTuT4oh38RS3OJpqoW16 { top:176.4375rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCefclkTbTVVfh6kF2iQoMI8sMGzlfzx { top:177.0625rem;left:18.8125rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeaUbwUqrmCb0JhNoRzCkeUp9Rk2XDct { top:178.5rem;left:18.8125rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K63mO9g2vVZSgMJBx9IVnVvZnOQZmgZB { top:180.6875rem;left:0.6875rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR90yt2e3BcXPPMTy8Nu80Qf4Wp9aWDH { top:180.6875rem;left:1.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4JEXSTkn5C7Tk315JgfM2HJWdTf6ebq { top:180.6875rem;left:16.5625rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyP8OUv5EnvkT7kCEKUyQ1DuFbDf319f { top:180.6875rem;left:15.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDPmb5L4XoFHTfIAeu2AJQSuQdmPC10C { width:17.5rem;height:2.8125rem;top:183.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiQrdiBG8SNXTsgKVKiRFsW44zfrIXhN { display:block; }
 }@media only screen and (max-width: 763px) { #RER7NITZacAs6W6b5bhcnW7MWdnwFrAm { width:17.5rem;height:2.8125rem;top:183.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPkDg7T4NFVRiQqyRoMsHcsm5gv3Cind { display:block; }
 }@media only screen and (max-width: 763px) { #JRP6BzLT3RsEGN1KylN3ckIMfRihgasd { top:164.75rem;left:27rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbTGRGyI12vO3xb2yskQUeMXCShuRDDg { top:166.375rem;left:31.75rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmQMy7Ev2a9fvVh94y9zapCrGgEkyo1c { top:168.8125rem;left:29.375rem;width:18.25rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpDPacCDIhL14eDRgPVrm3gQIHXOBWCv { top:171.4375rem;left:30.4375rem;width:17.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNZxpOTI7obUprMwrmxOG8qyunhaLM0d { top:166.0625rem;left:37.1875rem;width:9.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwGPP1iHqcu3fQXoqONIk29xTQkLQ7ir { top:166.375rem;left:38.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQTJCxl3fMiL6kupFzp3Cq4bquKU0TeJ { top:176.4375rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAWQlHOQBBvGWrUGrJfAQwuU5VQtdWMy { top:177.0625rem;left:33.125rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twwZaSpsTnnfh59tcGw1LVTai6FGkAHZ { top:166.4375rem;left:39.75rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhdlpFohsCXspeS9rXqU1QI6mmKelxEk { top:178.5rem;left:33.1875rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtCNzvnz81dOouTBiiqr7ucIVxubI5Ti { top:180.6875rem;left:31.75rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCSNwJNE243DMpByw3TltivwTl7RtW2D { top:180.6875rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE2Hv883oqTEld5V5srbON9B8fCu4IF6 { width:17.5rem;height:2.8125rem;top:183.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaseUPbnREWPNTb4LCs1O4O39V4kPyd2 { display:block; }
 }@media only screen and (max-width: 763px) { #rm8oc6ibLkI9fdN1hveaOVIrreLsNdSa { top:196.6875rem;left:0rem;width:45.25rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMWkRNuyT8rl9nh8PTXryCamnmu8C9xs { top:46.375rem;left:27rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RceItWBrJ6SuW3yKTm5mvudH5iJuzWSt { top:48rem;left:31.75rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #At4p5PsdT5QgqrgB1OTfrHhPt6iUsSHd { top:47.6875rem;left:37.125rem;width:9.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVT3WVXi5pPTAazO2AV58TIw0dmyrUGm { top:48rem;left:38.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJCAiROP7IuEOWkqmq1DhbCGMBDfgAa { top:50.5rem;left:30.125rem;width:17.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X99TOhy70Ack7g1NAGtcdk2m0HNqHk8d { top:53.125rem;left:30.4375rem;width:17.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htbHpQXTuP3RlMkTNc1m0vt0m5HcZkPg { top:48.0625rem;left:39.75rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTPIMuLI3z4X3uazgGwBavSCVylzTL1p { top:58.0625rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8XiR3uGGEAypTKqPkbfn0MUNmrRPI0O { top:58.6875rem;left:33.125rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKJn214FXfw8RpmEPTQqTJPvJ4JmwTZR { top:60.125rem;left:33.1875rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTRioXhD5VshDEEpJK4SNstzitg80BC { top:62.3125rem;left:31.75rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XflVedhsRPohPym1XWPskDh6RckgWtuD { top:62.3125rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgTv4hqLwlDeetvQOIL2WMd0D4Kb1Nb5 { width:17.5rem;height:2.8125rem;top:64.875rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvbKITI9gSKuVLkUMKJ2ToO5Z1AKa9py { display:block; }
 }@media only screen and (max-width: 763px) { #ndkfJZCeaeLAw1GC1GD1QKyJXe7Fz5WL { top:105.75rem;left:27rem;width:20.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrJ7BN86rm1mtnkks9WJLHKTXC32XEXV { top:107.375rem;left:31.75rem;width:4.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgUKqshVi000bN9iHnDSZVDT0v1A4XAp { top:109.875rem;left:30.125rem;width:17.5rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZTPVpO9ryyK8w9zweNelCwzkJMEFMVa { top:107.0625rem;left:37.125rem;width:9.375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAd41rvc1l4IHr6UB84c6gSvUZfyo6cA { top:107.375rem;left:38.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrDCVBrVs3Tq0VOKM2qBHTRL24Nr7UdI { top:112.5rem;left:30.4375rem;width:17.1875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhrqa74CldrmdbgPq8AaZZZUzC28tCFf { top:107.4375rem;left:39.75rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUcwAOTHRI4CXvKnSAM3K520o7nCl7re { top:117.4375rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuzAiRCuf3pqwCna4QbmxZWOl8xwpals { top:118.0625rem;left:33.125rem;width:12.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Qumhty7CDZlsdWfvteTTa69eZeTCOD { top:119.5rem;left:33.1875rem;width:12.9375rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l51uLpTVZW66pSfKgcDNM4CnayWvZcFL { top:121.6875rem;left:31.75rem;width:15.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Ul853XNcRwWLvDeTGKPPfz8s3eXMAT { top:121.6875rem;left:31.75rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JF7JeLQhTF0wTU8W6mX9xZ3gTCTdkHSZ { width:17.5rem;height:2.8125rem;top:124.25rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGo7vSvhtxNPr28f7d67zV2zxbKmsxxX { display:block; }
 }@media only screen and (max-width: 763px) { #D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT { display:block; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0CRS1OyOc5kA1zwSKcqXh8p9trZHWcI { top:8.375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG4kGOEokDxoGz8W5WTmqmvu8MxxdOqv { top:16.625rem;left:0rem;width:22.9375rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpbMn5hB76vOwFwRafWNTsZUIrHkwTBz { top:15.5rem;left:12.498657226562rem;width:23.375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV0gi2Nmv65WehJwcQW0EXaUyqT6sVGm { top:16.625rem;left:22.9375rem;width:24.8125rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQAhI8HweZBieKXJxyME2Ew9lIWZtmca { top:38.9375rem;left:0rem;width:22.9375rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZwEpK2zRTPH6GXy6ubcMTA3sZhxcvmZ { top:38.0625rem;left:12.65478515625rem;width:22.6875rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB3MMXeUgsfsFKMIJ4PWg24XIpCmuzhb { top:39.625rem;left:24.5rem;width:23.25rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ { display:block; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USwlrblABTFpToCxCkve9UiUTvpWBtgy { top:10.1875rem;left:3.9989013671875rem;width:39.75rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1wKIC3gm1rXqu2rJLz2KxDVTORmcCv2 { top:20.8125rem;left:0rem;width:47.75rem;height:69.99567788899rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 { display:block; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XdPvNqhkOGwJuh6l4vLVG0MFSkx7Rrsg { top:7.125rem;left:3.7498779296875rem;width:40.1875rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xufipML0gHuym8TH9uQ6feZJzM7OTw2T { top:15.5rem;left:0rem;width:20.375rem;height:15.687442483957rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWWES9kLVnB48HDQlNUPE2oUXz9SMZfZ { top:13.5625rem;left:10.5625rem;width:15.8125rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX1tKDFQowFdDUDEkTgrHGLCEcmKHrUJ { top:16rem;left:23.8125rem;width:17.8125rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUOL8duXSxlzy2V1afo2bHWT6sJzGzoe { top:15.9375rem;left:29.625rem;width:18.125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtWcX89gg9ndAhHZdX7GkBacyzsQcPyK { top:50.875rem;left:0rem;width:47.75rem;height:19.864460907336rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhTBtXeZTL8BmpssXuLQTBdIdSSSFTuz { top:32.9375rem;left:0rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovTBR9VK3w5EVFa6zJa7TubVgyAyepMQ { top:35.625rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFLefURlqQEv6VGwFI9dcu56UGJyKn51 { top:38.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8sWhaPwHddZKhSws0CBXLRMl15lLqtv { top:40.3125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBWCrZ04Nv2EXeywF3HnGWz6b78aaIq6 { top:42.5rem;left:0rem;width:12.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5HObMzykZz2J6lXT0F05V4lecC70MA { top:44.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfQgZIeD62wdwqzEwO9v94T585TlW81I { top:38.3125rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMB11tl8IBgdnRTmd89agVEJXnFTTLuC { top:40.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVAUeMkp9MBNLrCptGiT5WA8xBTeQe0A { top:42.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0SFOtXFKWlDI0u3dlvl43JXr5nLyDRy { top:44.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKyLb1w6nPWeuZZASFPix3OXQ3dqJOyz { top:42.5625rem;left:13.874389648438rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvJrhZA1vKxnrsPp2ZAW2hMiyBR1w8mc { top:42.5625rem;left:11.249267578125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lklS9xdLcKL7TC2ZlChD27MPbHgeu33h { top:40.5rem;left:13.874389648438rem;width:12.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAO8dvWQ6WnZOPcGbawab5bUHFRyU5nl { top:40.5rem;left:11.249267578125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATxnHxaoKXyCX5J9ZhNtxnyAnAyK8Lu8 { top:38.3125rem;left:13.874389648438rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLZz6B3GseWx1pC73RQBzvpTwgbVckyX { top:38.3125rem;left:11.249267578125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6NrCoecJLLJgqRy7TJbauM8Srs9LIq8 { top:36.3125rem;left:13.874389648438rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKgbkqOGVE3aFMBTPNH4PQGSAbxgrOEn { top:36.375rem;left:11.249267578125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b33lrrBPMxtk4HctTiWnJJE68dRaZcAH { top:33.5625rem;left:11.249267578125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MowoyquDxNQR5Ou8saACdS0whEb85V5O { top:31rem;left:11.249267578125rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #meV3HHXdvRnFbtTF3QU57tHetDo2CtpW { top:44.5rem;left:26.624633789062rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5WZds0KQqFF4ARm5Hr2UzZFmbqwHwyk { top:42.4375rem;left:26.624633789062rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeG7oXq4vHwCTGkEpfGLgA73rc7JyLEq { top:44.5rem;left:28.624755859375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAvyf8MMhgTIa0N8fZkLGaQd566MvOoe { top:42.4375rem;left:28.624755859375rem;width:12.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUpItaeVLT5CgiTBuEv2ai14FEu7c9Ka { top:40.25rem;left:28.624755859375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2qCUqGPuPxXc7MUyLOmH9ekNDSUByLA { top:40.25rem;left:26.624633789062rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od5y2MDeMX661QdGVZ9lwT1fSAbI0rP2 { top:38.25rem;left:28.624755859375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWLsDRzISwL6oRwxzmiuWCkLS2CNHDzL { top:38.3125rem;left:26.624633789062rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi0Srz4OAptBKltFpO1H1BphGdfcvffG { top:35.5rem;left:26.624633789062rem;width:12.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSJwvTXHmLW8rClAqyxWm7nJxUwOgach { top:32.9375rem;left:26.624633789062rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRGMo5458zHzluQLlCJ38uo1CHGEssrR { top:42.625rem;left:42.12451171875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fga1R1BgMd1Oq6Lvp6EHMb1mluefeq7f { top:42.625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCESKbP670WJunT00Pt7MCgeUT2VKf5s { top:40.625rem;left:42.12451171875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7rBE2oUwzyBTVaImqFo7aDp0aCKTIqQ { top:40.625rem;left:35.4375rem;width:12.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0pw5NIXSJpgpUSm5Ghn2cgElsfHt4B1 { top:38.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV4NF196oPKkFsmDMTlmdzPNvtesRetP { top:38.4375rem;left:42.12451171875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #noAMeeIXL0oq0g99CBBX1US9lt9wfhp4 { top:36.375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqbagrBJctWBkEeWI2TpPitXFP3tPDti { top:36.4375rem;left:42.12451171875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eP5q1tq0TurSxqeTUonqfJFh1U3lgEHt { top:33.625rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUlrE22oFfzNXlxbaRy23foSbVGrgTpv { top:31.0625rem;left:35.25rem;width:12.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw { display:block; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdKTTHeHtLwnBMeFb33NlLsAcocOLbXM { top:8rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk6eO9l4hN1PkTS9uwkQ5HH2d5bgcmZn { width:21.875rem;height:3.4375rem;top:22.4375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7TQIoU468SAKTazff87hlU6MQnOXwkA { display:block; }
 }@media only screen and (max-width: 763px) { #xSvM5KA97Tn4ukAo2XssWqkJdudydzHi { top:9.625rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT { display:block; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utViHIfU1hHXRnXTLGOFoA5RZPcKg5i4 { top:8rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzDd1EHC7yXNbFe1SmT8Bkn6Lp2bMK3R { width:21.875rem;height:3.4375rem;top:22.4375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dxs2Zont5mWdo7zH0K2QLxkp1Pkkan { display:block; }
 }@media only screen and (max-width: 763px) { #Kw6dFwTaWbn2sfO0xTKmUtFQMJvUxLqs { top:13.125rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr { display:block; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A5Ts5VBPORxz0ATZ4KQZ4SCTN7qrDi10 { top:4.8125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGkaBo8ofhr3ET50CkKoml1CtcNuhTSA { top:11.375rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxbd9EbFU4pAAfnJ3OKNvfBMZdTyh50N { top:12.875rem;left:0rem;width:30rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRHRhXKPKbTgNb9TEpcrJfXUn2ReEhnR { top:12.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw { display:block; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h06mcLhElMtzqeaWtecWibp2e7nSaOd2 { top:0.3125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqNkNKnDlwSZMstGken72JV6PQbFQfwb { top:1.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 { display:block; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lHrP4KBzw7kOgWAryq3CGTgsdBeX7Hul { top:0.1875rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHPHEywEtL47nSTg5cHpfTccOlq4MI2V { top:1.6875rem;left:0rem;width:30rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6XgvoaDTbdTQQeJZ2PuN51DbJ6FoJsf { top:1.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 { display:block; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QeQw0lV7CoUka0xxRrryOoErT5H2qTGT { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4oCJTpg9Fm0TCgNfeFZ76Qxz8UTeqph { top:1.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy { display:block; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5GuFau0oIQWWxH1Xk6v2aMHn6HR2PqU { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI7B6CgIXWv4kwZCTRBbLFNR2BdrhXcy { top:1.75rem;left:0rem;width:30rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmhTFRGD51yVeutX9DwxyTX31R88aTWh { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 { display:block; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nu34M3ZZNc1JVyGQRwFuuOFxpNTZDkhQ { top:0.25rem;left:0rem;width:47.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2gtTwff3TILJ69TP2dvtnduL2OTDk6 { top:1.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl { display:block; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5avKIskw42ro7LTzwATyL8mpcqpVRhm { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m982BTXflIs7wmqshkvqMxMUq1z6sI30 { top:1.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOtOtRhtr7CAnAWrliVJ0KusTlTArgrA { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG { display:block; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DKsSyxnbZynEPT9glKMGOnEQxy75rUDg { top:0.25rem;left:0rem;width:47.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU1AAQU1R8JwkgrQSy3XqBVuaWlDd3IP { top:1.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL { display:block; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qcAoTbDENPtDmhA2LsdAHWTm8obqSbJ6 { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnFvPHwPcZLXtv4VKhXGpPxSKAiw5QaI { top:1.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLJXTNLTyrDbMiHTcklVcpP061NbmFzD { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD { display:block; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIxLFLUevTFn6L9PATSLwp8oqlywSlu6 { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMgw2UspASGAHmPPhNbTTAb0JoL2Uf98 { top:1.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h { display:block; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRLn0JhiVv6f3MDHrAdlccSAtyprWUtE { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnT8wZcEdXLxdAmxth4Cx92kr8GiJJEq { top:1.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFn6MvLOKqwcaav5TLTK7JApHUoSKRK7 { top:1.1875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO { display:block; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #us2pITACLnC3J4bvhrqIHe70waAc5oJ7 { top:0.25rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIslvFaWMU9nCiZTcvSiAbS6vrgCWH2M { top:1.875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHfEkvg66Rt6htHiu949Ja5GnEvDZesr { display:block; }#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWeb2yCbEC12anmFkxgrqETZuXbko0Zh { width:15.625rem;height:3.4375rem;top:1.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV6G94V65IOCsty5ibn0XBxXfJlevAku { display:block; }
 }@media only screen and (max-width: 763px) { #lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl { display:block; }#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dpczee4i8KauyPP6GLP6OnRVg4uXoDS6 { top:5.4375rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBCuJIx6Tz2gcxInW5GC8VhdAvmZGXHT { top:13.4375rem;left:0rem;width:28.0625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIW3hzqonx1d65Ge4F02iIkukywNQMId { top:19.1875rem;left:0rem;width:25.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbWfbNeLXpLWbeH4M91kJCBTX9PA0Is0 { top:13rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzKTKq0ISQ4PMpb7TtAodWD9BPMz8uqh { top:18.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iceaNfZQiWTCoVcbHVTi1DRH5WrgKUbM { top:19.125rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAcJcuyKoRbXSZF9gZ71WbO6GJU6NRos { top:13.5rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpKEuekGXF6TrB5EmNAtvwZ4rL6r6DN5 { top:37.875rem;left:0rem;width:25.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMr5EgWthRCqzfsn2S4krnrL19AHUua8 { top:37.25rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC6T8rhKJ8G2BpZFvHysxDbLewNmwmCb { top:37.8125rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrOJ5I2tazycSCAdU0OO2wJpQUuqNPwR { top:22rem;left:0rem;width:14.6875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyRfpw5db0AyZOsmmtVwOEgxrgBtokei { top:41.9375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk8izLhq20vxVdIGhNyO1ek7cLsuLG5J { top:42.5rem;left:0rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #it0Tz3UCDpVQd1hyT177WzHHPE1mCTpc { top:42.5625rem;left:0rem;width:25.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puEqqwbIEpb3DeEn5aGyqgIAssFqkwfy { top:45.375rem;left:0rem;width:28.6875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue64ILqzI0nT6JJdXnFithzaW5d2qAmP { top:13.4375rem;left:19.6875rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iccnr7Ar5nGi0AJr2qPCr922a6LHgxGG { top:13rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvNKg61ACkwimqwJagFLObQAQi1wDeC9 { top:13.5rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlQqaT1BNicoeyxu8ia8hCJxyQIwq3TR { top:33.375rem;left:19.6875rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRp5TvfSObhR7mdsCx4KxdR19uUkHnDn { top:32.9375rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbNtgKHtuRU7ksi2pDwQ34K0suzIUR8P { top:33.4375rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwTBcUua1Mac715URlK8DsMhBEyrDRfU { top:51.1875rem;left:19.6875rem;width:28.0625rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut5f8sXPklPSFTbWGTTeLvkE4ZzKBUci { top:50.75rem;left:23.875rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbIPI3wfPZCEFaebsm4ibh4uKC1sRL0V { top:51.25rem;left:23.875rem;width:1.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBBuSDKneiqeDCsrUsu17z7ONTTns7BL { top:16.4375rem;left:23.9375rem;width:14.6875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrCehk786v5ToZQMgBPtGZLZrMBRgLbn { top:36.375rem;left:18.9375rem;width:28.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzh5M1O3FJ4uBSRIuHDLfccyb1CmvAKC { top:54.1875rem;left:18.9375rem;width:28.6875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipagdm2VNvWpgJPDTOLuTRyZebR0E4vP { top:13rem;left:23.875rem;width:0.0625rem;height:55.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 { display:block; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFbyQGtsXziDnp2fIT1t73eBWsM1h0sO { top:5rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk { display:flex;width:18rem;height:5.0625rem;top:9.25rem;left:9.55126953125rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #mSOPt1NvdwqfM0Wcv8hJwAQ82nIID5b8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #TER7yXidc033eseTomsSwd2R9VFgyucE {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #CFI7G7zV1yBDbS3vclSJHTedr2Xb0IgR {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #FVl45qNqBHEWW2q7pmzvWlq6znVN2FP6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #qZa6B9GSkuHioWTR2iGQDNWbiozohO12 {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #EbBTT0FVtvJXcFrMZFT2nNzqfukyzXnr {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #f0pSxoX1yLVXKc8MMk1uLdPg8plTdcPK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #zfT22Flfyd70CDt09wadqqhofUgLQNUb {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #tkoRpF2QCH0FDONb2Eh8VdczJ14KOCf0 {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #XTfb7KtCA7lhRZB41TfJPi0wcuQPh6Wk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #O3Unp93aJmk2PHIcxuPE7n0GQtZf45vp {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #STN5cUJoFuPTrK7q7lxP2ymSKHxfmen7 {  }
 }@media only screen and (max-width: 763px) { #r9zOl5ROw6mK8KbZmZsxdxq2h1dSQnDk { top:23.125rem;left:0.4996452331543rem;width:46.6875rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SelTbU0TBlbHmIOCeTp8UWd9S3ItI47P { top:26.25rem;left:5.8432178497314rem;width:36rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVcAXlLmNzXUTOZL6vFRUR6ByaHT3Oi5 { width:21.875rem;height:3.4375rem;top:30.1875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP9GihSx3o5tawrR3gDtZEvGnGOJOF5V { display:block; }
 }@media only screen and (max-width: 763px) { #p2xOoQaBE9E6cMRVokoMy61IE7lvADSP { display:block; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpxCo54Pc6LVbTBuhLb6kDlWyMcVlZdl { top:7.875rem;left:11.4375rem;width:8.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFeNTSgS5UixJDpVZyiCDggMOWUDBvU9 { top:7.875rem;left:4.75rem;width:5.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL1k3oUOTNsAPAEBePqTeE2kguTxzTC3 { top:2.5rem;left:0rem;width:8.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUDyOOog6dGSh8y5XKDnx4bI5AlT8R25 { top:7.875rem;left:0rem;width:6.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgrKNkFC9Th4s63AFFeDID6zs7oHg2Bx { top:2.5rem;left:33.6875rem;width:12.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvo8oIFdov78v8XncWecgToEhN0htNq { top:4.4375rem;left:33.6875rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olEddyRbNdCcVtTyBN8UZrKMNcAPSyfU { top:4.4375rem;left:36.3125rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJrMyE1SSGlILyrAzESfMR27K0uPA0e0 { top:4.4375rem;left:41.5625rem;width:2rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMwu6PELINVzuNk7u5WKEpZMWRmeVoJm { top:4.6875rem;left:39.3125rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TB0OttgZBha0OFbZumKLe9TworskqdBc { position:relative;z-index:auto;background-color:#000000;background-image:none;display:none; }#TB0OttgZBha0OFbZumKLe9TworskqdBc > .row .container { width:20rem;height:27.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L0p5umyIgWd73nN8Jg5dWc93oL7Tmmqz { width:4.9375rem;height:1.625rem;top:0.96875rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5TQpCWMwuvDqDGM9DuAa72rNe5uD21S { width:6.25rem;height:2.1875rem;top:6.875rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CaCoWInyVAQh1b2zeKJVQD2AXP7qQsJM { display:block; }
 }@media only screen and (max-width: 763px) { #QNAUl3f6S83aMvdioIzXyAnvcO48G80v { width:6.25rem;height:2.25rem;top:3.5rem;left:0.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OxqALUcnLJ5d4wMxH5OZqrlNTn6s922D { display:block; }
 }@media only screen and (max-width: 763px) { #fWxsxREKbkeTrAcXvKMKtJIsnMHtEUoN { width:6.25rem;height:2.1875rem;top:3.5rem;left:6.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Da0H0a2O4fF96ltR9Ohi6qyUdS6rwI0k { display:block; }
 }@media only screen and (max-width: 763px) { #oxFhvAhwDo3Q2RFAxcMVhgqfEO1nxk29 { width:6.25rem;height:2.25rem;top:3.5rem;left:13.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5GOSVmDE70n8eSuW9u7PEAT2PpplKmT { display:block; }
 }@media only screen and (max-width: 763px) { #DMhEOQFqavcaU7VhITQM42mSgrsrThAv { width:6.25rem;height:2.1875rem;top:5.6875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWhBoo7bqQ0T6RS9Ci2Rblokm6yRvCIi { display:block; }
 }@media only screen and (max-width: 763px) { #OmhqDT1O9uzw1LL44GZz6B45A05FbJSK { width:6.25rem;height:2.1875rem;top:5.6875rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHFI5xlH0z6cfhdqdEmTR9xqmx0XiJz3 { display:block; }
 }@media only screen and (max-width: 763px) { #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub { background-color:#010e2b;background-image:url("https://images.assets-landingi.com/uc/3595e54f-d1c2-4c69-8a38-999d8718b28f/Frame483186.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.adaptive-delivery-prevent-bg, #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.lazyload, #ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub.lazyloading { background-image: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { background-color: transparent; background-image: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container > .video-iframe-container { display: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row > .video-iframe-container { display: none; }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .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); }#ZWL5bZ97r18iX6Rs0gl2tPytDTotxlub > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuwyqbgN6HJiLuSc2d0BQBoqJKVKSvzf { width:20rem;height:3.125rem;top:36.873779296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StOQ42cL63Tvpfk15n7af00tPXfQkdCe { display:block; }
 }@media only screen and (max-width: 763px) { #H8iRRT9oLupWqZhue2Pt6qrnT2icAA89 { width:15rem;height:2.59765rem;top:30.3125rem;left:4.125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kdTgUxvuCmsnTf7zw5BSqdGKU40W7VhE { width:20rem;height:1.05025rem;top:41.749877929688rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CTcyfMvKZ7IHmLT4NLdP4rwaKJSSJH9m { width:20rem;height:5.5223224339657rem;top:45.562127929687rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTJP3kD4peNDw5N6NVeoCUiVLGAi8VJP { width:20rem;height:1.22514375rem;top:43.236694335938rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hTZ8XB03V9RMnuTcSGo1C4wllTZ5S7n7 { width:20rem;height:0.93760400967522rem;top:52.333977929687rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyCAuPmKaZBKRcQD7NpCHf19Oq3TT4ke { width:2.5625rem;height:2.375rem;top:30.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6rT6R8XW4ZEsswbMrEdfgUCetvuV3C0 { width:18.125rem;height:0.9375rem;top:33.624267578125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRTV2f333uTPyGc3LGsOWzb2lITKibwi { width:20rem;height:14.279188992092rem;top:63.184809179687rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9JZuA9JUhTsqDZ6Opt66owmGSwy70og { top:13.3740234375rem;left:1.531005859375rem;width:16.437375rem;height:3.99963125rem;z-index:15021;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #L95BeT9gsHIHTtxopdLauHnN7IvVgRKu { top:4.5145263671875rem;left:7.061767578125rem;width:5.87463125rem;height:5.4370125rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LQI60pJidA82JSav4TBvzuVqJ6t1Cl4Z { top:11.543481445312rem;left:1.7699746110386rem;width:15.5rem;height:6.625rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 { display:block; }#kAk7GDrmC9seTHHRW0kw1Jfz9aD0g0z1 > .row .container { width:20rem;height:131.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNE9Tyw07mBv6KgyW6CTM4RqWkQqaANH { width:14.874875rem;height:3.900925rem;top:5.4998779296875rem;left:2.56103515625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfqImXqX13IFNqAbFw6sD19erbSnTBfk { width:20rem;height:43.989275rem;top:12.2900390625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TFg2XiGt7yvFXVoIesx6PrMSn5STkDrL { width:20rem;height:83.3125rem;top:45.296020507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmoo7iBMiI8AN81lGlO8dPTiFhiduVhv { width:14.937125rem;height:3.900925rem;top:50.38818359375rem;left:2.5299072265625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SucS3JfiQsHKIAKZiWLIlnRJKBpe9af7 { width:15.187375rem;height:5.997875rem;top:56.126708984375rem;left:2.40478515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdRgLCsyoiPmyHddr3DIL443nvNJIMqW { width:15.6875rem;height:15.6875rem;top:37.957501953125rem;left:10.388532226562rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb2hN25sNwCZTqAxX3PC6MF8TtT3NZ4W { width:6.8125rem;height:5.4375rem;top:79.608032226562rem;left:16.091605389186rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoQMWeGNBtnWKZk0Z6JQRPdCJZslKhm6 { width:20rem;height:9.0625rem;top:61.599731445312rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJ5cLIEysSTcw3gofB3Gi7n0iOaxsIxf { width:20rem;height:9.7213084159009rem;top:171.90723945312rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxO913UJ0LWRAAXSfpcqBuCSlTTvaUie { width:20rem;height:8.8741125468596rem;top:205.74818183594rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XuVTRU7ITD91DZzPv755KcvdrTdlD1c6 { width:6.6875rem;height:6.375rem;top:104.18383789062rem;left:-3.0011726672614rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwbEaQnL6Ulu1Gg2mITsIQtQB6srB4k7 { width:6.5625rem;height:6.6875rem;top:99.713727539063rem;left:-2.6988329299171rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyEdGvFn0DHzTOzlLHTfTX7bUyF90Glx { width:20rem;height:28.00075rem;top:12.164306640625rem;left:0rem;font-size:0.875rem;z-index:15002;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #gcTG0KVxJerdXmq0HfPnWWguDVLzGDa8 { top:67.077026367188rem;left:1.8426513671875rem;width:16.25rem;height:12.75rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TNz4hcZufnA0eyxGfg8Wy90oq0DEotoN { top:86.939697265625rem;left:1.875rem;width:16.25rem;height:12.56225rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lXOntm8KIIlMBL0L1nLlZSyQFz0Ch4Ci { top:106.5673828125rem;left:1.468505859375rem;width:17.062375rem;height:13.125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6253dd81-18f9-479b-83fb-5a1ab9e0329d/conditionc.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN.adaptive-delivery-prevent-bg, #pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN.lazyload, #pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN.lazyloading { background-image: none; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container { background-color: transparent; background-image: none; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container > .video-iframe-container { display: none; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row > .video-iframe-container { display: none; }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .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); }#pJG7M4TxsUmBOb3m3F9y7ItsitJu5gFN > .row .container { width:20rem;height:90.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MrzvJxBbJ4HEyx5Zcklbvu0FgF7wLRTF { width:15.875rem;height:3.900925rem;top:1.99951171875rem;left:1.7498779296875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbNAT4TrRQnRSogTzTGeqSTaRF6v9n10 { width:10rem;height:7.1875rem;top:8.8720703125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIDuBaVhhzLebKi88WTSs3uPDuPTCrPh { width:20rem;height:4.875rem;top:78.14748671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrU55q7ils21x4FEWVnxldu0fbDfUa09 { width:10rem;height:7.25rem;top:29.186401367188rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZXnSaVANoExXADnx6lHdn6PvdmVeNa5 { width:10.625rem;height:8rem;top:50.311767578125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIBUHUPriFTN1nEf5tsvZpGaNIGimsMU { width:16.12425rem;height:5.68625rem;top:19.5068359375rem;left:1.9378662109375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2TWSFfdvgqsmhJKNMJ8mGvmsG4hUbs4 { width:12.5rem;height:1.9504625rem;top:16.931762695312rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcnRqcERF1rpp9Tq8wFbDToHiFLorrVA { width:12.5rem;height:1.9504625rem;top:37.562255859375rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvbIZxnIWSyk4BiTgAnaBaNeVn0EDiNz { width:12.5rem;height:1.9504625rem;top:59.498779296875rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDIb9Erpzm2RyvEVRqiQteyAXexxzedt { width:16.12425rem;height:5.68625rem;top:40.12451171875rem;left:1.9378662109375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkVSF3Tmr3GsKbp0CA3euexDSwbzHM3T { width:16.12425rem;height:5.68625rem;top:62.073852539062rem;left:1.9378662109375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJLJ9S0ImLDkqf9TIzR6otrwxMiiV9kr { top:69.5rem;left:0.625rem;width:18.75rem;height:12.75rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sTZLKsAxCQ077O31A6nr3B0hPNP4uwmk { top:77.5625rem;left:2.3125rem;width:15.3125rem;height:2.59765rem;z-index:15012;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oIrl4ZasxZtOXkfo1sNiz2FOUTt6XbvB { top:72.0625rem;left:2.3125rem;width:15.3125rem;height:4.38654375rem;z-index:15013;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTugDNN46myvOB2rEkNDGVL0CI1ubi9 { width:18.9994375rem;height:3.4375rem;top:84.874828338625rem;left:0.49982237815857rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ed41;background-image:none;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #kReNbZ4X18JgPeX8Vuas5pyJlxmsthBZ { display:block; }
 }@media only screen and (max-width: 763px) { #d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr { display:none; }#d9UAPXgHLgsyLbyVoQcMQJSheCOyfTkr > .row .container { width:20rem;height:234.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PvKMqL2nk9LVm76UWsa7U9hUPLFh840b { width:12.0625rem;height:3.90014375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ysdD6mnDPslea31z6Ie4PINGhtAQB574 { width:18.75rem;height:49.125rem;top:18.186645507812rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt5AGo8o5I8E5HUWINn1FVrxoaUXcuVc { width:18.75rem;height:49.125rem;top:75.81787109375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDPCzId46SmsukGs1rldbtk3BnSwTrdO { width:18.75rem;height:49.1875rem;top:134.48803710938rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #huMbGlMruUMOu2wOy0nIf5q5Oun4U10b { width:16.93725rem;height:10.06225rem;top:10.350952148438rem;left:1.5301513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V983W4ZRI5UaPmIO1TpMxeXAHmROxDak { width:17.937rem;height:10.625rem;top:68.122924804688rem;left:1.0308837890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNnIlBaQ23Fi9cVx9sVvVxS3JxFT9s8M { width:15.562125rem;height:8.374625rem;top:126.23962402344rem;left:2.2186279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdtukwnUrE3n2vMRgaw18GJ1a9AKoQ8X { width:11.62475rem;height:4.4751rem;top:21.061401367188rem;left:4.1864013671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7B88oEOluRDgXLpq6BTq54okCOqFfom { width:10.7495rem;height:4.47326875rem;top:78.497924804688rem;left:4.6240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5BUNfoGQv5y2syBu3HH2ackaLkMK0xD { width:13.125rem;height:4.1875rem;top:136.85107421875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4bR4O1IO2vW8a1Z59VTJWyK9RM5kR1M { width:11.875rem;height:2.19360625rem;top:26.436767578125rem;left:4.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhLtE1KaHcDX7Ls8s3QxX9XhSqatnVS2 { width:11.875rem;height:3.2495125rem;top:82.97119140625rem;left:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLwSEQ3SKhJRN8sfllc2VIPX1tsDcECQ { width:11.875rem;height:3.2495125rem;top:141.18701171875rem;left:4.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXX5w36TsAb3B8wnRDKWMcullGAiwHJR { width:7.8125rem;height:0.1875rem;top:186.43676757812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm5N2RVI2mcfG0VRrA7CBOhJzGlK07Ng { width:7.8125rem;height:0.1875rem;top:186.43676757812rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyNN70lArH3cehViJDfMpikuIissXMrJ { width:1.875rem;height:0.1875rem;top:186.43676757812rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brID5NPl053Pgrv2EOtRvnEbNncE3ODC { width:0.25rem;height:1.875rem;top:185.59265136719rem;left:9.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6N1R7rltBMmRp0qVOTh3XubRnLbgv3M { width:20rem;height:3.8891625rem;top:191.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeQ0r2kUrMqg6c3hAxoCulOTNcCLveky { width:20rem;height:5.20019375rem;top:210.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqcLcRVIMtDgLZUiMBvezApok5hWUGOS { width:20rem;height:3.90014375rem;top:217.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZnXJ0vtUBU0we2pRx6Ql5zOfeGtX6nT { width:20rem;height:3.90014375rem;top:222.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePKSOtCOElTeV4NpSRRouTD8WwQqv9WE { width:14.6875rem;height:4.31213125rem;top:204.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW0WlNuloM0HLTDBJhUkC6uSqDpKtJoX { width:11.875rem;height:2.6001rem;top:200.8125rem;left:5.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNLlZuxf18lg42v0p3bBzvTZAL19Mi8q { width:16.25rem;height:3.34375rem;top:57.374755859375rem;left:1.875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #ovvqQkQ0fLE4C2MhR3Kf50mWKCoSWRLQ { display:block; }
 }@media only screen and (max-width: 763px) { #O2vo6QfvayGM6AvV88RevKE5aLpeLMIJ { width:16.25rem;height:3.218625rem;top:61.4990234375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcMiWJycxIMMsfsWT9tDAIzSqtRxS6Sy { display:block; }
 }@media only screen and (max-width: 763px) { #aX5TsTUelvNX47GsqpMKgO7U0uhHSpH4 { width:16.25rem;height:3.218625rem;top:115.31237792969rem;left:1.875rem;border-top:0.1875rem solid rgba(var(--color-tertiary-4),1);border-left:0.1875rem solid rgba(var(--color-tertiary-4),1);border-right:0.1875rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Pd3BUbOp33HaMoIBJO7CdDcsNCz2v5Sc { display:block; }
 }@media only screen and (max-width: 763px) { #kiMhKu1JiLFxsv8hoMnGkTh3tobxbrQ4 { width:16.25rem;height:3.1875rem;top:119.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaSqLegrDuhsB7RItUcZTVPgk60Skcwp { display:block; }
 }@media only screen and (max-width: 763px) { #hACCKI8hnKi1cWKOK61btnwtPGLq7aAi { width:16.25rem;height:3.125rem;top:174.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smqQOJfhdsOwAVTpa1QXDFAsnuKtJeQ3 { display:block; }
 }@media only screen and (max-width: 763px) { #Fdzd4VbD3l5BKpAyCs0c2De2x0WRDFXi { width:16.875rem;height:5.68725625rem;top:158.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9LNAdxtpWtvGebyle6Wlmnt75rLPzvP { width:12.5rem;height:3.8983125rem;top:33.85009765625rem;left:6.1328125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5l79KtyE3dl7nED3PD3dX6oLTs3TofT { width:11.93725rem;height:3.8983125rem;top:91.482666015625rem;left:6.5054931640625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J07UpDvXxVnCXSbre2tnTAABgVX82HTt { width:11.1875rem;height:3.8983125rem;top:148.25rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID1fv746fQKqIlU9AeJchP8IMfHbFrq8 { width:11.8125rem;height:3.8983125rem;top:153.4375rem;left:7.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRNJt5tQdhc3vvWb3gmTybJZkWyV6PAJ { width:12.5rem;height:3.41308125rem;top:46.312255859375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuvMGlWlrp13no57qcJrAQKqKksB2UmT { width:16.373875rem;height:3.41308125rem;top:105.10498046875rem;left:1.812744140625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6p7pCII5FwKImgyruKlsT70ziSAs6H6 { width:10.99975rem;height:2.2753875rem;top:165.68664550781rem;left:4.4989013671875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrERzZ8BngwPFAZV3z9ZlHroSDMCyBre { width:16.373875rem;height:3.2495125rem;top:51.4990234375rem;left:1.812744140625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7tkddMD7c7OUADyeGc4MDTgIq1I2nnI { width:16.373875rem;height:3.2495125rem;top:110.19006347656rem;left:1.937744140625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfuX37T1CyB08Dupe5KygyW8FcNEwmnX { width:16.373875rem;height:3.65600625rem;top:169.56140136719rem;left:1.812744140625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTyWDhas6hK6Q4E2E1ItdkpxKJ295gJ1 { width:12.5rem;height:2.2753875rem;top:179.37438964844rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUTvfrSO7HekUVVKGPBlDcXqouoDk5yT { display:flex;width:2.5rem;height:2.5rem;top:33.4921875rem;left:2.46826171875rem; }
 }@media only screen and (max-width: 763px) { #rqnXZWvR8yLbGH6zXHx4PfN1NoWJabF5 { display:flex;width:2.5rem;height:2.5rem;top:90.982666015625rem;left:2.8505859375rem; }
 }@media only screen and (max-width: 763px) { #DDdo08CarMdbtaffF3kUtpy6973os5pG { display:flex;width:2.5rem;height:2.5rem;top:147.9375rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #uxWaZX7fFhEDP0uyA290ZZPlPMImNW8Z { display:flex;width:2.5rem;height:2.5rem;top:153.125rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #n8eIBUSyDCz1n3ZPTcAuUVQPMhFwEgVl { width:20rem;height:2.3999rem;top:207.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaoqOCoCOPsKGEKAGeuxCvUMc0Wy8VnA { width:20rem;height:2.25036875rem;top:203.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHiZCeucATB3RCMTUn3FTMLsXEhHUp8T { width:16.3745rem;height:2.6001rem;top:199.4375rem;left:3.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQg4S9lMJoqtxofXIa2UKgLweP2sHwmv { width:15.7495rem;height:3.90015rem;top:5.6866455078125rem;left:2.1246337890625rem;font-size:1.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #cVirSETpa3ccN30BVuSoGsvQiONnXQiy { display:none; }#cVirSETpa3ccN30BVuSoGsvQiONnXQiy > .row .container { width:20rem;height:41.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QV9GtwRRE8zuKGP65bQPa8eJnfbOiT0G { width:20rem;height:2.43713125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c { width:20rem;height:22.8991875rem;top:4.936525rem;left:0rem;font-size:0.75rem;display:block; }#TxPzZXK5hoxfseQzEHA2oRaTRALhvv2c li:before{  }
 }@media only screen and (max-width: 763px) { #c9CE2TgxzWWLlJnWUdb3x4EkJmp15nJk { width:18.75rem;height:3.4375rem;top:31.231689453125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKUBwtyUdOSkCQLPl6kA7KTKe7h0OPn4 { display:block; }
 }@media only screen and (max-width: 763px) { #T3okup7P36mbgHADRxTSMeMyTcWHgEAW { display:none; }#T3okup7P36mbgHADRxTSMeMyTcWHgEAW > .row .container { width:20rem;height:32.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mxfk6RafNith3NbpOE5pxSobizWVrhPT { width:9.25rem;height:8.875rem;top:20.5625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTCboixuSDsHiH3V7g7HrVLWBoTE13a7 { width:7.4375rem;height:5.4375rem;top:20.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a850tB4PhKuMoFiEE441gVfwf39dk38c { width:20rem;height:3.90015rem;top:8.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS1mPf2AHPFZfGOLlIZdFl0401gy0VGv { width:20rem;height:2.9992625rem;top:14.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7rR8sv0pkFgrEMeisTfHUlETTLXK3eu { width:7.3125rem;height:7.0625rem;top:19.625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ { display:none; }#tWZU4PSskgPLUexm7ac5wsT3XLA4GJKJ > .row .container { width:20rem;height:50.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KHqqIoItILykNbFt7lnaTGlEdWaFires { width:20rem;height:4.87426875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THHzDLTnAC6vwLNGG0yyFQKes49ck1BL { width:20rem;height:9.0014625rem;top:7.37426875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEtq6QUJRLRlJI9U1vo9oWyAaeBolBBV { width:20rem;height:9.93984rem;top:17.62514375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlkTso0qGkUqcf2FgQRBUhdKFFNTz9dq { width:19rem;height:3.4375rem;top:28.81470625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgRrWkKiK1GQceiX2prNtm0DT2DTsJFl { display:block; }
 }@media only screen and (max-width: 763px) { #vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 { display:none; }#vzpSRCH0lTtnh2sPEMBnMMiPtALL5gn1 > .row .container { width:20rem;height:491.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oEk0tRX1uQ99BKmsicxbygRqRt07ZgZ5 { width:20rem;height:2.43713125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcRCPAff9wFJUwKzzsgU9tz0Rls7vpDN { width:20rem;height:5.8951518269525rem;top:145.7165875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmyIxtD4ZVKxf8OVJoswiKIiw5QoTRIT { width:20rem;height:14.922445340219rem;top:332.5433625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M41r9HNde979S8CkMSTWJZmZsQL0hGSP { width:20rem;height:21.756606060606rem;top:4.936525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXXh5WQ2dnsQmaI2gq6I4yRrhVnrUuWQ { width:20rem;height:22.5rem;top:152.8613625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcTsIWZbcXoUOIgnnCATeoV8sczdkSng { width:4.74975625rem;height:1.46179375rem;top:154.51053242188rem;left:1.937255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyRskzUkFCMKkiM0oGi0RhygHlV6ynK9 { width:9.375rem;height:2rem;top:154.19803242188rem;left:9.9371337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPf4UbpzSoJC18rTPCWkspQm9LmM4kNb { width:6.437375rem;height:1.2994375rem;top:154.57339863281rem;left:12.562255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT5XJ5dITdq0lHPlhFetwsvJBM8w9kMH { display:flex;width:1.25rem;height:1.25rem;top:154.51053242188rem;left:10.874633789062rem; }
 }@media only screen and (max-width: 763px) { #aAORSRTmsoKk2VQ6ZCf7Xf9vW6ChzsB8 { width:17.5rem;height:3.848875rem;top:157.01053242188rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRO4mU5RhOnIhyQivF2Oa8abMJvT7uAr { width:17.1875rem;height:2.2753875rem;top:161.51065449219rem;left:1.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0S0Q1ZD9WHUo5B1gUohP9kx6HcN8i46 { width:3.125rem;height:3.125rem;top:164.57339863281rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozfBmFU56Ro3WLUO8h9n5NGbmQLLCbrk { width:12.937rem;height:1.13769375rem;top:165.19839863281rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgAUdT13g1BJ4d9L1MBssfgS3udpCE4N { width:12.937rem;height:0.89294375rem;top:166.6357765625rem;left:5.999755859375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7gz1vJ42BtMSvCtvuMEhccbrvJwmVTl { width:15.249625rem;height:1.46179375rem;top:168.8232765625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1fdF5hQ0mb7ZgC5xbQZ2svzOLUFMssz { display:flex;width:1.25rem;height:1.25rem;top:168.8232765625rem;left:1.937255859375rem; }
 }@media only screen and (max-width: 763px) { #cGp0P9qe5p4S3WSrW1bK0Pgd99lPDTMT { width:17.5rem;height:2.8125rem;top:171.35379414063rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffkTFec6Lkl2VN24EcBQ8cVRTDJbQNq2 { display:block; }
 }@media only screen and (max-width: 763px) { #N5gx8FoNF3ZrHzf5yyIaPzqxqRl6ehNJ { width:20rem;height:22.5rem;top:308.7933625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhFsWUimECXvluTFO7ePSM71RA0htacs { width:4.74975625rem;height:1.46179375rem;top:356.23049628906rem;left:0.3424072265625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuovFJeXPT3Q87TIIxCQaDoguzL2JJ97 { width:17.5rem;height:1.9244375rem;top:358.73049628906rem;left:0.2801513671875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #umpEOxAemebOZoSSWoNeLPcIINiROFyl { width:9.375rem;height:2rem;top:355.91799628906rem;left:8.34228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuCANd2AISVpNP5TRPqeavMDtzE5SW7L { display:flex;width:1.25rem;height:1.25rem;top:356.23049628906rem;left:9.27978515625rem; }
 }@media only screen and (max-width: 763px) { #z4GCASVcZhZCOHpSx2K74DaczFK4RvMR { width:17.1875rem;height:2.2753875rem;top:361.35561835938rem;left:0.3424072265625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aECJXMstikXEcr1zpGsXieKlpv4Vt1P7 { width:6.437375rem;height:1.2994375rem;top:356.2933625rem;left:10.967407226562rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovg0CGoFCXkpzQPvfJ4MtAPkd8b5VaJT { width:3.125rem;height:3.125rem;top:320.48098457031rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8EyeqVaaUvrXMSaiJ77HgTyDTvCVGGu { width:12.937rem;height:1.13769375rem;top:321.10598457031rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8MTb26c9a4UpMcMl8D9c9o2abQgwtI3 { width:12.937rem;height:0.89294375rem;top:322.5433625rem;left:5.999755859375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6RGxmf3mlOZadJt37avyBkMWgn6uA6T { width:14.74975rem;height:1.46179375rem;top:324.7308625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiR6DA0f1rnPHZReNDvO4XdtBhof5ziv { display:flex;width:1.25rem;height:1.25rem;top:324.7308625rem;left:1.937255859375rem; }
 }@media only screen and (max-width: 763px) { #T8lzfgTKvSiOsoiDeTi94nAor2RhF7Do { width:17.5rem;height:2.8125rem;top:327.2308625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm5Ar7Tc8tK6QzPvqfwP4pnFqP8lRH4q { display:block; }
 }@media only screen and (max-width: 763px) { #AbCXaTTDVNuD6TiFCJcLZO2lTtMVAK2x { width:20rem;height:22.5rem;top:27.9430875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xku67xboi7t0QdmT8T95PVGePLWPQKHC { width:4.74975625rem;height:1.46179375rem;top:29.568453710938rem;left:1.937255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVOU3hsCmIukkUlXIntTQ047SbQwyTyM { width:9.375rem;height:2rem;top:29.255953710938rem;left:9.937744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaObT1GrssXklMrDtR4mhp4yiSR7RGgS { display:flex;width:1.25rem;height:1.25rem;top:29.568453710938rem;left:10.875244140625rem; }
 }@media only screen and (max-width: 763px) { #VAUwHwbBznpUHfRUT01LsewB73ycW6fx { width:17.5rem;height:1.9244375rem;top:32.068453710937rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdTQINFQ9wMUdK44ZPFUWHyRE0cIXnT2 { width:17.1875rem;height:2.2753875rem;top:34.69357578125rem;left:1.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCzSMAdcaI5F2ivWCOcpOQHJkeTIU275 { width:6.437375rem;height:1.2994375rem;top:29.630709570313rem;left:12.562255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7VXVUFWmQRRfxVeW096K5qDWBgXGLm6 { width:3.125rem;height:3.125rem;top:39.630709570312rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT6esz0LeNmaIVKT2SmUrTtrx8QO1q7b { width:12.937rem;height:1.13769375rem;top:40.255709570312rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkdxNCysxU8WRoLl4AXTlITsl1lcroNO { width:12.937rem;height:0.89294375rem;top:41.6930875rem;left:5.999755859375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdHcvUQS4wQ2xxE2EV7wVeMOsIQwLQiM { width:15.187375rem;height:1.46179375rem;top:43.8805875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGBIltZG8kcdUWK20Qn14vgeg6lmbz5i { display:flex;width:1.25rem;height:1.25rem;top:43.8805875rem;left:1.937255859375rem; }
 }@media only screen and (max-width: 763px) { #C6mGQwaUgegyaF5k4J904NKSFNlK0zDx { width:17.5rem;height:2.8125rem;top:46.443453710937rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONiKgq4MQlVK9wDsXoFRy5JIGDHVwUwk { display:block; }
 }@media only screen and (max-width: 763px) { #hNR8F3VOoiwJAW0fsZqVZq2PfOaS7Lol { width:20rem;height:22.5rem;top:176.6113625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRpWU9FzWOt7fWAlDuxvSoZGM6VMTNm5 { width:4.74975625rem;height:1.46179375rem;top:178.23672871094rem;left:1.937255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXvg3mQNCVuNBvzE82DWklp7ZNTN7aiw { width:9.375rem;height:2rem;top:177.92422871094rem;left:9.9371337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7vn7elVdZXc5e6g9grU6hECtT3fegXJ { display:flex;width:1.25rem;height:1.25rem;top:178.23672871094rem;left:10.874633789062rem; }
 }@media only screen and (max-width: 763px) { #BQtLATMcbrRxMST2LsBboqgvesO1PURl { width:17.5rem;height:1.9244375rem;top:180.73672871094rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLWCwnQ3TDoRfNpADPvDRI5UWJoqfLR9 { width:17.1875rem;height:2.2753875rem;top:183.36185078125rem;left:1.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGTqZ4IeAmMeZnN5TRInd3441hIXVisg { width:6.437375rem;height:1.2994375rem;top:178.29898457031rem;left:12.562255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2L8QPi3yuTWKOnyGbLuXVxevOkfDwkL { width:3.125rem;height:3.125rem;top:188.29898457031rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DES9EQm1Pe2hWzN4Jp87PaTLXobLJU5v { width:12.937rem;height:1.13769375rem;top:188.92398457031rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzeKTMpQH8d3NDV0BTpXnUrgzv9WiRvH { width:12.937rem;height:0.89294375rem;top:190.3613625rem;left:5.999755859375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2wIf3aR6rQVCz4EaniA8oAtkev6EL8w { width:15.187375rem;height:1.46179375rem;top:192.5488625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwDD4QWDQWHZ1ETzkFqly6PB47ZJaX14 { display:flex;width:1.25rem;height:1.25rem;top:192.5488625rem;left:1.937255859375rem; }
 }@media only screen and (max-width: 763px) { #dWf25nlJ35slDNGWWAB4J3xJrUTxfSt5 { width:17.5rem;height:2.8125rem;top:195.11172871094rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT1mm1aSOhkgB0uLH3kQX9Wp6Ia1RVTR { display:block; }
 }@media only screen and (max-width: 763px) { #Mt675yay2UH2atQrB4sTcrmT8T9cgHH5 { width:20rem;height:22.5rem;top:200.3613625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebKUvVovwnO5iDhcJ7H7RVodPPBxwXze { width:4.74975625rem;height:1.46179375rem;top:201.98672871094rem;left:1.937255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnNmAZEwpR5FGB66BDdOVfnVeBHSHHe5 { width:9.375rem;height:2rem;top:201.67422871094rem;left:9.9371337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fH1P8RZePpLW5lqguGsVgrkxzcQV3VU2 { display:flex;width:1.25rem;height:1.25rem;top:201.98672871094rem;left:10.874633789062rem; }
 }@media only screen and (max-width: 763px) { #M8b1pqCkxlxnM2sEokZFe7GC9CZ7ZWb8 { width:17.5rem;height:1.9244375rem;top:204.48672871094rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBWZK5s2pcL4A6IdNHkxeTmel2U42BsB { width:17.1875rem;height:2.2753875rem;top:207.11185078125rem;left:1.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFukr8ODkJBCaNsNT4u0GvcxsuTrOSTo { width:6.437375rem;height:1.2994375rem;top:202.04898457031rem;left:12.562255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ7Lv2QXaDPlQen40QLziTJxsq9g1iJf { width:3.125rem;height:3.125rem;top:212.04898457031rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCgw3lQUyUTwsSHihWqLgbhSxVogSRwA { width:12.937rem;height:1.13769375rem;top:212.67398457031rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgXBOT6d0zPdIHdp7KmaBZxWZunTvieH { width:12.937rem;height:0.89294375rem;top:214.1113625rem;left:5.999755859375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuc4F9MocLJdBdJu7K4ldrC5VgexcEMu { width:15.187375rem;height:1.46179375rem;top:216.2988625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7apcD0EDXrZiWbuiH7InLTAJw1rRzqo { display:flex;width:1.25rem;height:1.25rem;top:216.2988625rem;left:1.937255859375rem; }
 }@media only screen and (max-width: 763px) { #uoPSnuLRVBuyQlMl8ta3MEaI8s5wESEF { width:17.5rem;height:2.8125rem;top:218.86172871094rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9PVTKvGkMhSbX5A8rQQf0BBJmoUoeK4 { display:block; }
 }@media only screen and (max-width: 763px) { #VeSbffpaEoisibdA4Md9TJ6G6ZF1OWrT { width:12.5rem;height:1.62475625rem;top:22.711183203125rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGOeehomST9U5062VCFb5JVAleRx51OT { width:16.5625rem;height:1.2994375rem;top:24.763795507812rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #So0PSGsDpXioM9EBsRFsFa7IrkfeaaeA { width:20rem;height:20.606060606061rem;top:53.1305875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNuK2hfTS3BHWqzQDD46h0ve2xDmIw6S { width:12.5rem;height:1.62475625rem;top:69.740694921875rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlfI2XvDTpTySE5mmgAoKAXKkWeKoT3T { width:16.5625rem;height:1.2994375rem;top:71.894625585938rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsSDhI85iyK56B2QMtwFKPiwL3gH4ysb { width:20rem;height:22.5rem;top:388.63039960937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hskWRhXrzTbabBSyTwTEUlBoyePiPIQm { width:4.74975625rem;height:1.46179375rem;top:390.25576582031rem;left:1.937255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgAB5SufmK56oc70ne8T8HITArM10iO5 { width:18.2495rem;height:3.848875rem;top:392.75576582031rem;left:1.7505rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8WTrbd0iUxUg8LzfAvoECo8uT2N5VHE { width:9.375rem;height:2rem;top:389.94326582031rem;left:9.9371337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHH9d15G4uHmcHLM5Sxmw8VTNi2UbSm6 { display:flex;width:1.25rem;height:1.25rem;top:390.25576582031rem;left:10.874633789062rem; }
 }@media only screen and (max-width: 763px) { #q1XSz1KdKTa3BErai9T8D7BClomkOrl9 { width:17.1875rem;height:2.2753875rem;top:397.25588789062rem;left:1.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwclGi2r17PQbFCuqLCKMdbwIeg7Ndsw { width:6.437375rem;height:1.2994375rem;top:390.31802167969rem;left:12.562255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G92FV6oRSOV5IVppgAPEbM0yp0Kpzvhy { width:3.125rem;height:3.125rem;top:400.31802167969rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miVDNCTILtMVoqKMZDDRrlof3B0U72l5 { width:12.937rem;height:1.13769375rem;top:400.94302167969rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mai8zRRkcyygGCLTw3ogqpi1a2TtLug4 { width:12.937rem;height:0.89294375rem;top:402.38039960937rem;left:5.999755859375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMwizTrunQn8tBuzc7HGlRBOsfPIZ63S { width:15.187375rem;height:1.46179375rem;top:404.56789960937rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxsMBfFPL1Tc6b1nT1cHVPg24ZnKz28R { display:flex;width:1.25rem;height:1.25rem;top:404.56789960937rem;left:1.937255859375rem; }
 }@media only screen and (max-width: 763px) { #hPv1IJM5fc037lgmMBimF0ulvHUNw1oq { width:17.5rem;height:2.8125rem;top:407.13076582031rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVapFlNwFGkCI12xTGwKX6kQGx6gytOv { display:block; }
 }@media only screen and (max-width: 763px) { #Z69KV9PzSENtKxSA3E21SkUJxPP9Emts { width:20rem;height:22.5rem;top:74.9860875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3EgkTS3TvcQXJq9qzhdKTHkiVauQWVf { width:4.74975625rem;height:1.46179375rem;top:76.611453710937rem;left:1.937255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMBlyrrooVa3kpR1gnIOHFd7gmc0HXRN { width:17.5rem;height:1.9244375rem;top:79.111453710937rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKN8bMDP9BXgoP9T3rW6nTxs8zTnaUN8 { width:9.375rem;height:2rem;top:76.298953710937rem;left:9.937744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv2Jiqla06hhgQCtRCCNrfr7v74T43yi { display:flex;width:1.25rem;height:1.25rem;top:76.611453710937rem;left:10.875244140625rem; }
 }@media only screen and (max-width: 763px) { #I5I1LP98LdGgODZzmloG6QaDUI0oCWOJ { width:17.1875rem;height:2.2753875rem;top:81.73657578125rem;left:1.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkEHkUZZQxNywnD0P3CaENNyyKTb9FnD { width:6.437375rem;height:1.2994375rem;top:76.673709570312rem;left:12.562255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqezQJR70FWdmktwgcJtvB0ud3ypTbfQ { width:3.125rem;height:3.125rem;top:86.673709570312rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKF2b0f0wUQRwDxCXsy2y1foudJopfm7 { width:12.937rem;height:1.13769375rem;top:87.298709570312rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5c1dHM9lfzyr2U7QRP5Qye92SvWrUCL { width:12.937rem;height:0.89294375rem;top:88.7360875rem;left:5.999755859375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVS1vc0hOrJ7SZOCXQzwCU74uTFJtw9V { width:15.187375rem;height:1.46179375rem;top:90.9235875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IC0PsNbELaUpRF31MBFg3MBxt6V6s0mP { display:flex;width:1.25rem;height:1.25rem;top:90.9235875rem;left:1.937255859375rem; }
 }@media only screen and (max-width: 763px) { #F2PybeUGxd1q5p39f97TvEcDIE9G8HRR { width:17.5rem;height:2.8125rem;top:93.486453710937rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s966EDQv7AVxfhJ9UWw2wriZr0hPmcTq { display:block; }
 }@media only screen and (max-width: 763px) { #luNazl59JW4xugrgUnpy1FtGi4NqhP8e { width:20rem;height:22.5rem;top:224.1113625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZaTCril0At0FwJMZe20lT0icEMTbeIx { width:4.74975625rem;height:1.46179375rem;top:225.73672871094rem;left:1.937255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8CzhcbTgeBHc5yPLuxt5WVuz2EFyRRu { width:17.5rem;height:1.9244375rem;top:228.23672871094rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewQhIeut4VpoTMF4bAzpagLTgtvQgd4U { width:9.375rem;height:2rem;top:225.42422871094rem;left:9.9371337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddQI2XKByrLsRtSTBTWwbHpiwCwvK1sK { display:flex;width:1.25rem;height:1.25rem;top:225.73672871094rem;left:10.874633789062rem; }
 }@media only screen and (max-width: 763px) { #St1ynPw1KsbNVsU6thG8ImunxMcalizF { width:6.437375rem;height:1.2994375rem;top:225.79898457031rem;left:12.562255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg7cf0t9nClAFPHufym52e3pz5e12TVk { width:17.1875rem;height:2.2753875rem;top:230.86185078125rem;left:1.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2Vob4yyvaB4SiNynwBfhWkMmsB2yKQK { width:3.125rem;height:3.125rem;top:235.79898457031rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyNyB6u4xBJ5flICwlMtTOMsnph90oPS { width:12.937rem;height:1.13769375rem;top:236.42398457031rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPX8MHw1GPFFXMFBdrn2ZtJQ6hlosPCu { width:12.937rem;height:0.89294375rem;top:237.8613625rem;left:5.999755859375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9KG8Lf4uT2FHwzLCS3ClNRZ2FgmaeOo { width:15.187375rem;height:1.46179375rem;top:240.0488625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXBSIFyG9tKO6DPK4yCLVoZH7y21wrVm { display:flex;width:1.25rem;height:1.25rem;top:240.0488625rem;left:1.937255859375rem; }
 }@media only screen and (max-width: 763px) { #n8Cf13b5Qwz93xIl4moan8LytpK1JzpJ { width:17.5rem;height:2.8125rem;top:242.61172871094rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flwqnFaP7g66odhvf0QqBvEoUSrNHfy7 { display:block; }
 }@media only screen and (max-width: 763px) { #SbzRg0DVdHsTCWz7Oil3Dhh3ZET0I0pM { width:20rem;height:0.1875rem;top:51.6930875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSciLUgPuetk2oDnk4ZGzSIdgtskUTUW { width:20rem;height:0.125rem;top:98.7360875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydR5UtfT4LQpFfW8C9FRl66yCsq3XxP9 { width:20rem;height:20.606060606061rem;top:100.1110875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zin1plpNByDIcGQMp14qhFrXeTB3ze2r { width:20rem;height:22.5rem;top:247.8613625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2zUXEMOclCV0NPDm84ET5MicsuLHT1i { width:4.74975625rem;height:1.46179375rem;top:249.48611835938rem;left:1.9378662109375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MofnfZXkqpo0uWMTJBbIM69rwTlGM0CU { width:9.375rem;height:2rem;top:249.17361835938rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6khKToV7yVvRtTR1Kf6UVHsmyxakQ5K { width:17.5rem;height:1.9244375rem;top:251.98611835938rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7AtU76gJysSsi2IycWmwMfazGuGFOxd { width:17.1875rem;height:2.2753875rem;top:254.61124042969rem;left:1.9378662109375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP43ubRS7V21JgHmwlgIOxS0xGwufshm { width:3.125rem;height:3.125rem;top:259.54898457031rem;left:1.9378662109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqqaTloxLM7iHR2mauUiUzsguNZE6XIk { width:12.937rem;height:1.13769375rem;top:260.17398457031rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbTP9XnP1wC3neUEh3ivFfT2azIxq84p { width:12.937rem;height:0.89294375rem;top:261.6113625rem;left:6.0003662109375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLQkndVyJ5PCnpONCG4UZJy4NbuTlBTE { width:15.187375rem;height:1.46179375rem;top:263.7988625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhnaZWJoKGOyHtti2Hes82AgihV27zt7 { display:flex;width:1.25rem;height:1.25rem;top:263.7988625rem;left:1.9378662109375rem; }
 }@media only screen and (max-width: 763px) { #pkvVvH1zqsaRidhCNaPsmCZw6PoTbrNQ { width:17.5rem;height:2.8125rem;top:266.36111835937rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKJbR08hTO4eupN7yDrKQ9zaTg2wIWwZ { display:block; }
 }@media only screen and (max-width: 763px) { #Nf0pQO06Vz4eCVr33kTUkruw6ustyWJO { width:12.5rem;height:1.62475625rem;top:116.69678085937rem;left:4.000244140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPPlUGTJV4xDoNkrtVPnsetn2aF3Z0Ex { display:flex;width:1.25rem;height:1.25rem;top:249.48611835938rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #taRPxywsZC8F7qIEhz1c0mtT4kzEW3EC { width:6.437375rem;height:1.2994375rem;top:249.54898457031rem;left:12.562866210938rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yatSgtoShNkUS4GsxcZXLhOyAwwDHSIw { width:16.5625rem;height:1.2994375rem;top:118.88428085937rem;left:1.937255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7g38V6fKBwDSVy6b9Z3iKtbmKBXCNDZ { width:20rem;height:22.5rem;top:436.13039960937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyzlXK4iSEcXBZpduRGk2wnIrLFi5rZP { width:4.74975625rem;height:1.46179375rem;top:437.75576582031rem;left:1.937255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLM0UQLZHRSegGg61lw7RkLiBkkJSmUp { width:18.2495rem;height:1.9244375rem;top:440.25576582031rem;left:1.7505rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbFnPGg6fJt4kxWss01iAfkaX2AuyJZ8 { width:17.1875rem;height:2.2753875rem;top:442.88088789062rem;left:1.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsgNERnmsCpTTyNEPwJsnfUEblfK2yCT { width:3.125rem;height:3.125rem;top:447.81802167969rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xyy268qaJFuVvUESdVozcZWdy6b9dVkh { width:12.937rem;height:1.13769375rem;top:448.44302167969rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsQLWaNeaQf7zHSxvnehcfC675sfyyn0 { width:12.937rem;height:0.89294375rem;top:449.88039960937rem;left:5.999755859375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeWuGmvBGosRehrDyikmliRcKRkMS2rg { width:15.187375rem;height:1.46179375rem;top:452.06789960937rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXWgGLegMV0u2zUc9PKx1P2yPC1nfvnD { display:flex;width:1.25rem;height:1.25rem;top:452.06789960937rem;left:1.937255859375rem; }
 }@media only screen and (max-width: 763px) { #AhnxTkVnpTbXhrsPdlgHOFggT2hfZJpV { width:17.5rem;height:2.8125rem;top:454.63076582031rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNzApxz7fKde7BDWETnwE25mqWBnWTzb { display:block; }
 }@media only screen and (max-width: 763px) { #uM3P53eCtdXb5786SgkEMHods0uerUyQ { width:20rem;height:22.5rem;top:121.9665875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpLeB6nTLbrnzBXItgMomn22dAy8Hfyk { width:4.74975625rem;height:1.46179375rem;top:123.59134335938rem;left:1.99951171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Th2iVsn1nQAW35CbroaW0l91GTWTTH { width:17.5rem;height:1.9244375rem;top:126.09134335938rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoUHUGpZHZTSng48mOGLt3CTpdm8vsPS { width:9.375rem;height:2rem;top:123.27884335938rem;left:9.9371337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDAG8Eo3SaLJI9XQ4u1EpyniGyiJogao { display:flex;width:1.25rem;height:1.25rem;top:123.59134335938rem;left:10.874633789062rem; }
 }@media only screen and (max-width: 763px) { #Vw2nRfse3MO3BwMvUxSqfO4Ar1MDfQO1 { width:17.1875rem;height:2.2753875rem;top:128.71646542969rem;left:1.99951171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8hkbxTVFCyxbpO8KsXMfe7TDEGupDGh { width:6.437375rem;height:1.2994375rem;top:123.65420957031rem;left:12.62451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdyWcHkTAJ9tCgT3nyf1LyDvCSWERZ9e { width:20rem;height:22.5rem;top:271.6113625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKZiSMtxGqpbxT1THJdbMHpU6kIlJ5gw { width:4.74975625rem;height:1.46179375rem;top:273.23611835937rem;left:1.9378662109375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tegwmL7dgzZZMrfq3q77rbmSfNUxrd9d { width:17.5rem;height:1.9244375rem;top:275.73611835937rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgA7c7IQrCuqRopZcXgf4y4nwKwlsUPA { width:9.375rem;height:2rem;top:272.92361835937rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ZlhCSTDk9bbXrkeMt7tfwELMKMMQx8 { display:flex;width:1.25rem;height:1.25rem;top:273.23611835937rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #bS4uATWkfPO8CEh0wXxr239mXV1nmA0R { width:6.437375rem;height:1.2994375rem;top:273.29898457031rem;left:12.562866210938rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfe1J0tZAWv4TTXDuNspqUIbJFpycP4X { width:17.1875rem;height:2.2753875rem;top:278.36124042969rem;left:1.9378662109375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRSVqWab7gXhsApPLLtgPpxB3Ve0ibMe { width:9.375rem;height:2rem;top:437.44326582031rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4H6zy5r2cFsC4zN38SFUazAH0JJLZD0 { display:flex;width:1.25rem;height:1.25rem;top:437.75576582031rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #GPGIWEl541eCWugB7FdrnldCb4qLisrL { width:6.437375rem;height:1.2994375rem;top:437.81802167969rem;left:12.562255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmD0Jqt0MpifKdFlKV3NwlVH9DkvtwA1 { width:3.125rem;height:3.125rem;top:133.65420957031rem;left:1.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SpOyOzrcsqrVmUBicH5pQXQShxxPQ7uJ { width:12.937rem;height:1.13769375rem;top:134.27920957031rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKemCFU9wduVoW4PedyWJxdGEzb2mPQR { width:12.937rem;height:0.89294375rem;top:135.7165875rem;left:6.06201171875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld3fKMMWEa2aQTuT4oh38RS3OJpqoW16 { width:3.125rem;height:3.125rem;top:283.29898457031rem;left:1.9378662109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCefclkTbTVVfh6kF2iQoMI8sMGzlfzx { width:12.937rem;height:1.13769375rem;top:283.92398457031rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeaUbwUqrmCb0JhNoRzCkeUp9Rk2XDct { width:12.937rem;height:0.89294375rem;top:285.3613625rem;left:6.0003662109375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K63mO9g2vVZSgMJBx9IVnVvZnOQZmgZB { width:15.187375rem;height:1.46179375rem;top:137.9040875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR90yt2e3BcXPPMTy8Nu80Qf4Wp9aWDH { display:flex;width:1.25rem;height:1.25rem;top:137.9040875rem;left:1.99951171875rem; }
 }@media only screen and (max-width: 763px) { #q4JEXSTkn5C7Tk315JgfM2HJWdTf6ebq { width:15.187375rem;height:1.46179375rem;top:287.5488625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyP8OUv5EnvkT7kCEKUyQ1DuFbDf319f { display:flex;width:1.25rem;height:1.25rem;top:287.5488625rem;left:1.9378662109375rem; }
 }@media only screen and (max-width: 763px) { #iDPmb5L4XoFHTfIAeu2AJQSuQdmPC10C { width:17.5rem;height:2.8125rem;top:140.46634335938rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiQrdiBG8SNXTsgKVKiRFsW44zfrIXhN { display:block; }
 }@media only screen and (max-width: 763px) { #RER7NITZacAs6W6b5bhcnW7MWdnwFrAm { width:17.5rem;height:2.8125rem;top:290.11111835937rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPkDg7T4NFVRiQqyRoMsHcsm5gv3Cind { display:block; }
 }@media only screen and (max-width: 763px) { #JRP6BzLT3RsEGN1KylN3ckIMfRihgasd { width:20rem;height:22.5rem;top:459.88039960937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbTGRGyI12vO3xb2yskQUeMXCShuRDDg { width:4.74975625rem;height:1.46179375rem;top:461.50515546875rem;left:1.937255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmQMy7Ev2a9fvVh94y9zapCrGgEkyo1c { width:18.2495rem;height:3.848875rem;top:464.00515546875rem;left:1.7505rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpDPacCDIhL14eDRgPVrm3gQIHXOBWCv { width:17.1875rem;height:2.2753875rem;top:468.50527753906rem;left:1.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNZxpOTI7obUprMwrmxOG8qyunhaLM0d { width:9.375rem;height:2rem;top:461.19265546875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwGPP1iHqcu3fQXoqONIk29xTQkLQ7ir { display:flex;width:1.25rem;height:1.25rem;top:461.50515546875rem;left:10.9375rem; }
 }@media only screen and (max-width: 763px) { #QQTJCxl3fMiL6kupFzp3Cq4bquKU0TeJ { width:3.125rem;height:3.125rem;top:471.56802167969rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAWQlHOQBBvGWrUGrJfAQwuU5VQtdWMy { width:12.937rem;height:1.13769375rem;top:472.19302167969rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twwZaSpsTnnfh59tcGw1LVTai6FGkAHZ { width:6.437375rem;height:1.2994375rem;top:461.56802167969rem;left:12.562255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhdlpFohsCXspeS9rXqU1QI6mmKelxEk { width:12.937rem;height:0.89294375rem;top:473.63039960937rem;left:5.999755859375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtCNzvnz81dOouTBiiqr7ucIVxubI5Ti { width:15.187375rem;height:1.46179375rem;top:475.81789960937rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCSNwJNE243DMpByw3TltivwTl7RtW2D { display:flex;width:1.25rem;height:1.25rem;top:475.81789960937rem;left:1.937255859375rem; }
 }@media only screen and (max-width: 763px) { #RE2Hv883oqTEld5V5srbON9B8fCu4IF6 { width:17.5rem;height:2.8125rem;top:478.38015546875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaseUPbnREWPNTb4LCs1O4O39V4kPyd2 { display:block; }
 }@media only screen and (max-width: 763px) { #rm8oc6ibLkI9fdN1hveaOVIrreLsNdSa { width:20rem;height:12.182310903129rem;top:295.3613625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMWkRNuyT8rl9nh8PTXryCamnmu8C9xs { width:20rem;height:22.5rem;top:364.88039960937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RceItWBrJ6SuW3yKTm5mvudH5iJuzWSt { width:4.74975625rem;height:1.46179375rem;top:366.50576582031rem;left:1.937255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #At4p5PsdT5QgqrgB1OTfrHhPt6iUsSHd { width:9.375rem;height:2rem;top:366.19326582031rem;left:9.9371337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVT3WVXi5pPTAazO2AV58TIw0dmyrUGm { display:flex;width:1.25rem;height:1.25rem;top:366.50576582031rem;left:10.874633789062rem; }
 }@media only screen and (max-width: 763px) { #ZdJCAiROP7IuEOWkqmq1DhbCGMBDfgAa { width:17.5rem;height:1.9244375rem;top:369.00576582031rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X99TOhy70Ack7g1NAGtcdk2m0HNqHk8d { width:17.1875rem;height:2.2753875rem;top:371.63088789062rem;left:1.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htbHpQXTuP3RlMkTNc1m0vt0m5HcZkPg { width:6.437375rem;height:1.2994375rem;top:366.56802167969rem;left:12.562255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTPIMuLI3z4X3uazgGwBavSCVylzTL1p { width:3.125rem;height:3.125rem;top:376.56802167969rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8XiR3uGGEAypTKqPkbfn0MUNmrRPI0O { width:12.937rem;height:1.13769375rem;top:377.19302167969rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKJn214FXfw8RpmEPTQqTJPvJ4JmwTZR { width:12.937rem;height:0.89294375rem;top:378.63039960937rem;left:5.999755859375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTTRioXhD5VshDEEpJK4SNstzitg80BC { width:15.187375rem;height:1.46179375rem;top:380.81789960937rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XflVedhsRPohPym1XWPskDh6RckgWtuD { display:flex;width:1.25rem;height:1.25rem;top:380.81789960937rem;left:1.937255859375rem; }
 }@media only screen and (max-width: 763px) { #UgTv4hqLwlDeetvQOIL2WMd0D4Kb1Nb5 { width:17.5rem;height:2.8125rem;top:383.38076582031rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvbKITI9gSKuVLkUMKJ2ToO5Z1AKa9py { display:block; }
 }@media only screen and (max-width: 763px) { #ndkfJZCeaeLAw1GC1GD1QKyJXe7Fz5WL { width:20rem;height:22.5rem;top:412.38039960937rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrJ7BN86rm1mtnkks9WJLHKTXC32XEXV { width:4.74975625rem;height:1.46179375rem;top:414.00576582031rem;left:1.937255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgUKqshVi000bN9iHnDSZVDT0v1A4XAp { width:17.5rem;height:1.9244375rem;top:416.50576582031rem;left:1.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZTPVpO9ryyK8w9zweNelCwzkJMEFMVa { width:9.375rem;height:2rem;top:413.69326582031rem;left:9.9371337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAd41rvc1l4IHr6UB84c6gSvUZfyo6cA { display:flex;width:1.25rem;height:1.25rem;top:414.00576582031rem;left:10.874633789062rem; }
 }@media only screen and (max-width: 763px) { #RrDCVBrVs3Tq0VOKM2qBHTRL24Nr7UdI { width:17.1875rem;height:2.2753875rem;top:419.13088789062rem;left:1.937255859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhrqa74CldrmdbgPq8AaZZZUzC28tCFf { width:6.437375rem;height:1.2994375rem;top:414.06802167969rem;left:12.562255859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUcwAOTHRI4CXvKnSAM3K520o7nCl7re { width:3.125rem;height:3.125rem;top:424.06802167969rem;left:1.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuzAiRCuf3pqwCna4QbmxZWOl8xwpals { width:12.937rem;height:1.13769375rem;top:424.69302167969rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6Qumhty7CDZlsdWfvteTTa69eZeTCOD { width:12.937rem;height:0.89294375rem;top:426.13039960937rem;left:5.999755859375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l51uLpTVZW66pSfKgcDNM4CnayWvZcFL { width:15.187375rem;height:1.46179375rem;top:428.31789960937rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0Ul853XNcRwWLvDeTGKPPfz8s3eXMAT { display:flex;width:1.25rem;height:1.25rem;top:428.31789960937rem;left:1.937255859375rem; }
 }@media only screen and (max-width: 763px) { #JF7JeLQhTF0wTU8W6mX9xZ3gTCTdkHSZ { width:17.5rem;height:2.8125rem;top:430.88076582031rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGo7vSvhtxNPr28f7d67zV2zxbKmsxxX { display:block; }
 }@media only screen and (max-width: 763px) { #D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT { display:none; }#D6aBVtzSqzuanhi6WJQtpggNhe7O7MuT > .row .container { width:20rem;height:134.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F0CRS1OyOc5kA1zwSKcqXh8p9trZHWcI { width:20rem;height:2.43713125rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG4kGOEokDxoGz8W5WTmqmvu8MxxdOqv { width:20rem;height:20.054824083359rem;top:4.936525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpbMn5hB76vOwFwRafWNTsZUIrHkwTBz { width:20rem;height:20.053797654508rem;top:26.2408375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IV0gi2Nmv65WehJwcQW0EXaUyqT6sVGm { width:20rem;height:20.050681122038rem;top:90.15315rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQAhI8HweZBieKXJxyME2Ew9lIWZtmca { width:20rem;height:20.054824083359rem;top:47.544525rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZwEpK2zRTPH6GXy6ubcMTA3sZhxcvmZ { width:20rem;height:20.054876335407rem;top:68.8488375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB3MMXeUgsfsFKMIJ4PWg24XIpCmuzhb { width:20rem;height:20.054087184671rem;top:111.4538375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/633d89d7-a2d9-4271-8f2e-d372d3a0fb9f/freepik__enhance__65103.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.adaptive-delivery-prevent-bg, #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.lazyload, #G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ.lazyloading { background-image: none; }#G9UK8AQB8LsVTqXOh4TI0WNPHZ5WhWGJ > .row .container { width:20rem;height:45.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #USwlrblABTFpToCxCkve9UiUTvpWBtgy { width:20rem;height:2.6098625rem;top:5.1873779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1wKIC3gm1rXqu2rJLz2KxDVTORmcCv2 { width:20rem;height:29.375rem;top:9.796142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 { display:none; }#ndht9HvpxTzDmhsEy4kcnbAbJn8SsC90 > .row .container { width:20rem;height:187.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XdPvNqhkOGwJuh6l4vLVG0MFSkx7Rrsg { width:20rem;height:2.6001rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xufipML0gHuym8TH9uQ6feZJzM7OTw2T { width:20rem;height:15.398716548669rem;top:5.1001rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWWES9kLVnB48HDQlNUPE2oUXz9SMZfZ { width:15.8125rem;height:16.499755432849rem;top:21.7486625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX1tKDFQowFdDUDEkTgrHGLCEcmKHrUJ { width:17.8125rem;height:15.625rem;top:43.02306875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUOL8duXSxlzy2V1afo2bHWT6sJzGzoe { width:18.125rem;height:14.74975rem;top:59.89806875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtWcX89gg9ndAhHZdX7GkBacyzsQcPyK { width:20rem;height:8.320193050193rem;top:176.78816542969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhTBtXeZTL8BmpssXuLQTBdIdSSSFTuz { width:12.5rem;height:2.27478125rem;top:78.610227929687rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovTBR9VK3w5EVFa6zJa7TubVgyAyepMQ { width:12.5rem;height:1.46179375rem;top:91.083377929688rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFLefURlqQEv6VGwFI9dcu56UGJyKn51 { width:12.5rem;height:1.2994375rem;top:108.72961542969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8sWhaPwHddZKhSws0CBXLRMl15lLqtv { width:12.5rem;height:1.2994375rem;top:128.79991542969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBWCrZ04Nv2EXeywF3HnGWz6b78aaIq6 { width:12.312rem;height:1.2994375rem;top:148.99521542969rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI5HObMzykZz2J6lXT0F05V4lecC70MA { width:12.5rem;height:1.2994375rem;top:169.19051542969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfQgZIeD62wdwqzEwO9v94T585TlW81I { display:flex;width:1.125rem;height:1.125rem;top:106.35461542969rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #uMB11tl8IBgdnRTmd89agVEJXnFTTLuC { display:flex;width:1.25rem;height:1.25rem;top:126.29991542969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #NVAUeMkp9MBNLrCptGiT5WA8xBTeQe0A { display:flex;width:1.25rem;height:1.25rem;top:146.49521542969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #P0SFOtXFKWlDI0u3dlvl43JXr5nLyDRy { display:flex;width:1.25rem;height:1.25rem;top:166.69051542969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #TKyLb1w6nPWeuZZASFPix3OXQ3dqJOyz { width:12.5rem;height:1.2994375rem;top:154.04404042969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvJrhZA1vKxnrsPp2ZAW2hMiyBR1w8mc { display:flex;width:1.25rem;height:1.25rem;top:151.54404042969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #lklS9xdLcKL7TC2ZlChD27MPbHgeu33h { width:12.312rem;height:1.2994375rem;top:133.84874042969rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAO8dvWQ6WnZOPcGbawab5bUHFRyU5nl { display:flex;width:1.25rem;height:1.25rem;top:131.34874042969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #ATxnHxaoKXyCX5J9ZhNtxnyAnAyK8Lu8 { width:12.5rem;height:1.2994375rem;top:113.77844042969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLZz6B3GseWx1pC73RQBzvpTwgbVckyX { display:flex;width:1.25rem;height:1.25rem;top:111.27844042969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #J6NrCoecJLLJgqRy7TJbauM8Srs9LIq8 { width:12.5rem;height:1.2994375rem;top:96.170171679687rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKgbkqOGVE3aFMBTPNH4PQGSAbxgrOEn { display:flex;width:1.125rem;height:1.125rem;top:93.795171679687rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #b33lrrBPMxtk4HctTiWnJJE68dRaZcAH { width:12.5rem;height:1.46179375rem;top:82.135009179688rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MowoyquDxNQR5Ou8saACdS0whEb85V5O { width:12.5rem;height:2.27478125rem;top:39.4982875rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #meV3HHXdvRnFbtTF3QU57tHetDo2CtpW { display:flex;width:1.25rem;height:1.25rem;top:171.73934042969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #C5WZds0KQqFF4ARm5Hr2UzZFmbqwHwyk { display:flex;width:1.25rem;height:1.25rem;top:156.59286542969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #WeG7oXq4vHwCTGkEpfGLgA73rc7JyLEq { width:12.5rem;height:1.2994375rem;top:174.23934042969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAvyf8MMhgTIa0N8fZkLGaQd566MvOoe { width:12.312rem;height:1.2994375rem;top:159.09286542969rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUpItaeVLT5CgiTBuEv2ai14FEu7c9Ka { width:12.5rem;height:1.2994375rem;top:138.89756542969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2qCUqGPuPxXc7MUyLOmH9ekNDSUByLA { display:flex;width:1.25rem;height:1.25rem;top:136.39756542969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #Od5y2MDeMX661QdGVZ9lwT1fSAbI0rP2 { width:12.5rem;height:1.2994375rem;top:118.70226542969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWLsDRzISwL6oRwxzmiuWCkLS2CNHDzL { display:flex;width:1.125rem;height:1.125rem;top:116.32726542969rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #qi0Srz4OAptBKltFpO1H1BphGdfcvffG { width:12.5rem;height:1.46179375rem;top:98.718996679688rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSJwvTXHmLW8rClAqyxWm7nJxUwOgach { width:12.5rem;height:2.27478125rem;top:84.846802929687rem;left:3.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRGMo5458zHzluQLlCJ38uo1CHGEssrR { display:flex;width:1.25rem;height:1.25rem;top:161.64169042969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #fga1R1BgMd1Oq6Lvp6EHMb1mluefeq7f { width:12.5rem;height:1.2994375rem;top:164.14169042969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCESKbP670WJunT00Pt7MCgeUT2VKf5s { display:flex;width:1.25rem;height:1.25rem;top:141.44639042969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #i7rBE2oUwzyBTVaImqFo7aDp0aCKTIqQ { width:12.312rem;height:1.2994375rem;top:143.94639042969rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0pw5NIXSJpgpUSm5Ghn2cgElsfHt4B1 { width:12.5rem;height:1.2994375rem;top:123.75109042969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV4NF196oPKkFsmDMTlmdzPNvtesRetP { display:flex;width:1.25rem;height:1.25rem;top:121.25109042969rem;left:9.375rem; }
 }@media only screen and (max-width: 763px) { #noAMeeIXL0oq0g99CBBX1US9lt9wfhp4 { width:12.5rem;height:1.2994375rem;top:103.80579042969rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqbagrBJctWBkEeWI2TpPitXFP3tPDti { display:flex;width:1.125rem;height:1.125rem;top:101.43079042969rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #eP5q1tq0TurSxqeTUonqfJFh1U3lgEHt { width:12.5rem;height:1.46179375rem;top:88.371584179688rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUlrE22oFfzNXlxbaRy23foSbVGrgTpv { width:12.5rem;height:2.27478125rem;top:75.085446679687rem;left:5.999755859375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw { display:block; }#GKSH6T74zg7BFbcmuC3ph2TObdcQ9RSw > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdKTTHeHtLwnBMeFb33NlLsAcocOLbXM { width:20rem;height:2.99926875rem;top:1.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sk6eO9l4hN1PkTS9uwkQ5HH2d5bgcmZn { width:16.25rem;height:2.8125rem;top:21.998291015625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7TQIoU468SAKTazff87hlU6MQnOXwkA { display:block; }
 }@media only screen and (max-width: 763px) { #xSvM5KA97Tn4ukAo2XssWqkJdudydzHi { width:20rem;height:6.18696875rem;top:9.686279296875rem;left:0rem;font-size:1.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT { display:none; }#w8Hc1CM0Ip1IVhUNPkkk3hC35go2ykNT > .row .container { width:20rem;height:35.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #utViHIfU1hHXRnXTLGOFoA5RZPcKg5i4 { width:20rem;height:2.99926875rem;top:1.25rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzDd1EHC7yXNbFe1SmT8Bkn6Lp2bMK3R { width:16.25rem;height:2.8125rem;top:21.998291015625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0dxs2Zont5mWdo7zH0K2QLxkp1Pkkan { display:block; }
 }@media only screen and (max-width: 763px) { #Kw6dFwTaWbn2sfO0xTKmUtFQMJvUxLqs { width:20rem;height:8.2493125rem;top:9.686279296875rem;left:0rem;font-size:1.375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr { display:none; }#uiUVdr4D7qUvGTbBnD02N0ZLqXNTb6qr > .row .container { width:20rem;height:12.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A5Ts5VBPORxz0ATZ4KQZ4SCTN7qrDi10 { width:20rem;height:4.87426875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGkaBo8ofhr3ET50CkKoml1CtcNuhTSA { width:20rem;height:3.75rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxbd9EbFU4pAAfnJ3OKNvfBMZdTyh50N { width:11.25rem;height:1.29980625rem;top:9.724609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRHRhXKPKbTgNb9TEpcrJfXUn2ReEhnR { display:flex;width:2.5rem;height:2.5rem;top:9.125rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw { display:none; }#M8xhPTbGQHLqpOElidWHOQ9lhK9Uborw > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h06mcLhElMtzqeaWtecWibp2e7nSaOd2 { width:20rem;height:5rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqNkNKnDlwSZMstGken72JV6PQbFQfwb { width:18.25rem;height:2.598875rem;top:1.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 { display:none; }#Hux2xOGT1czwb2oQQZSbvb7aM2Ry2Fp0 > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lHrP4KBzw7kOgWAryq3CGTgsdBeX7Hul { width:20rem;height:3.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHPHEywEtL47nSTg5cHpfTccOlq4MI2V { width:11.1875rem;height:1.29980625rem;top:1.474609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6XgvoaDTbdTQQeJZ2PuN51DbJ6FoJsf { display:flex;width:2.5rem;height:2.5rem;top:0.875rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 { display:none; }#NUWTOd5xyIEDSwAW61XmLqtm0ovR1kE1 > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QeQw0lV7CoUka0xxRrryOoErT5H2qTGT { width:20rem;height:5.625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4oCJTpg9Fm0TCgNfeFZ76Qxz8UTeqph { width:17.8125rem;height:3.8983125rem;top:1.30078125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy { display:none; }#WyPgeXIbiKhHDkdzCp7t4qDWPhdKAGmy > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i5GuFau0oIQWWxH1Xk6v2aMHn6HR2PqU { width:20rem;height:3.75rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI7B6CgIXWv4kwZCTRBbLFNR2BdrhXcy { width:10.0625rem;height:1.29980625rem;top:1.412109375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmhTFRGD51yVeutX9DwxyTX31R88aTWh { display:flex;width:2.5rem;height:2.5rem;top:0.8125rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 { display:none; }#TLDooZBQTmeoEhFMxksN2KEEqQgxu3W9 > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nu34M3ZZNc1JVyGQRwFuuOFxpNTZDkhQ { width:20rem;height:7.1875rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lX2gtTwff3TILJ69TP2dvtnduL2OTDk6 { width:16.5625rem;height:5.19775625rem;top:1.400390625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl { display:none; }#AGU10eR4CTh40t3xdGFNiiUX8lRwrgRl > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w5avKIskw42ro7LTzwATyL8mpcqpVRhm { width:20rem;height:5.4375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m982BTXflIs7wmqshkvqMxMUq1z6sI30 { width:15rem;height:3.8983125rem;top:1.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOtOtRhtr7CAnAWrliVJ0KusTlTArgrA { display:flex;width:2.5rem;height:2.5rem;top:1.1875rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG { display:none; }#BWCzgmS5kzXw4QbEpbsoqWrzKXuFVymG > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DKsSyxnbZynEPT9glKMGOnEQxy75rUDg { width:20rem;height:8.375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU1AAQU1R8JwkgrQSy3XqBVuaWlDd3IP { width:16rem;height:6.4971875rem;top:1.25rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL { display:none; }#py3z6gDvFV3TUy8h2kdkwO34mTJkuNyL > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qcAoTbDENPtDmhA2LsdAHWTm8obqSbJ6 { width:20rem;height:3.75rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnFvPHwPcZLXtv4VKhXGpPxSKAiw5QaI { width:12.375rem;height:1.29980625rem;top:1.474609375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLJXTNLTyrDbMiHTcklVcpP061NbmFzD { display:flex;width:2.5rem;height:2.5rem;top:0.875rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD { display:none; }#WqIcnMRr3surdXKUuB9nxbwsZn6Xa5wD > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lIxLFLUevTFn6L9PATSLwp8oqlywSlu6 { width:20rem;height:5rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMgw2UspASGAHmPPhNbTTAb0JoL2Uf98 { width:17.4375rem;height:2.598875rem;top:1.38671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h { display:none; }#wCKEFU0lJT8HT0L1oQSNePmDc8sWNT8h > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NRLn0JhiVv6f3MDHrAdlccSAtyprWUtE { width:20rem;height:4.375rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnT8wZcEdXLxdAmxth4Cx92kr8GiJJEq { width:13.25rem;height:2.598875rem;top:1.13671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFn6MvLOKqwcaav5TLTK7JApHUoSKRK7 { display:flex;width:2.5rem;height:2.5rem;top:1.1875rem;left:16.875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO { display:none; }#QE1LXMmxfDIzxPTUt7k9KlPFT0brbZfO > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #us2pITACLnC3J4bvhrqIHe70waAc5oJ7 { width:20rem;height:5.625rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIslvFaWMU9nCiZTcvSiAbS6vrgCWH2M { width:17.5625rem;height:3.8983125rem;top:1.38671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHfEkvg66Rt6htHiu949Ja5GnEvDZesr { display:none; }#oHfEkvg66Rt6htHiu949Ja5GnEvDZesr > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OWeb2yCbEC12anmFkxgrqETZuXbko0Zh { width:20rem;height:3.125rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV6G94V65IOCsty5ibn0XBxXfJlevAku { display:block; }
 }@media only screen and (max-width: 763px) { #lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl { display:none; }#lkyC5z4yaThsoCXgbXT7PlQuX8By5Szl > .row .container { width:20rem;height:80.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dpczee4i8KauyPP6GLP6OnRVg4uXoDS6 { width:20rem;height:4.87426875rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBCuJIx6Tz2gcxInW5GC8VhdAvmZGXHT { width:16.375rem;height:2.598875rem;top:9.5rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIW3hzqonx1d65Ge4F02iIkukywNQMId { width:17.4375rem;height:1.29980625rem;top:13.6875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbWfbNeLXpLWbeH4M91kJCBTX9PA0Is0 { width:1.875rem;height:1.875rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzKTKq0ISQ4PMpb7TtAodWD9BPMz8uqh { width:1.875rem;height:1.875rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iceaNfZQiWTCoVcbHVTi1DRH5WrgKUbM { width:1.75rem;height:1.29980625rem;top:13.6875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAcJcuyKoRbXSZF9gZ71WbO6GJU6NRos { width:1.75rem;height:1.29980625rem;top:9.5869140625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpKEuekGXF6TrB5EmNAtvwZ4rL6r6DN5 { width:14.125rem;height:1.29980625rem;top:28.162109375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMr5EgWthRCqzfsn2S4krnrL19AHUua8 { width:1.875rem;height:1.875rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iC6T8rhKJ8G2BpZFvHysxDbLewNmwmCb { width:1.75rem;height:1.29980625rem;top:28.224609375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrOJ5I2tazycSCAdU0OO2wJpQUuqNPwR { width:11.875rem;height:10.6875rem;top:15.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyRfpw5db0AyZOsmmtVwOEgxrgBtokei { width:1.875rem;height:1.875rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk8izLhq20vxVdIGhNyO1ek7cLsuLG5J { width:1.75rem;height:1.29980625rem;top:31.4375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #it0Tz3UCDpVQd1hyT177WzHHPE1mCTpc { width:12.4375rem;height:2.598875rem;top:31.4375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puEqqwbIEpb3DeEn5aGyqgIAssFqkwfy { width:15.625rem;height:5.8125rem;top:34.662109375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue64ILqzI0nT6JJdXnFithzaW5d2qAmP { width:11.0625rem;height:1.29980625rem;top:42.162109375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iccnr7Ar5nGi0AJr2qPCr922a6LHgxGG { width:1.875rem;height:1.875rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvNKg61ACkwimqwJagFLObQAQi1wDeC9 { width:1.75rem;height:1.29980625rem;top:42.3125rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlQqaT1BNicoeyxu8ia8hCJxyQIwq3TR { width:16.5rem;height:1.29980625rem;top:57.599609375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRp5TvfSObhR7mdsCx4KxdR19uUkHnDn { width:1.875rem;height:1.875rem;top:57.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbNtgKHtuRU7ksi2pDwQ34K0suzIUR8P { width:1.75rem;height:1.29980625rem;top:57.6875rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwTBcUua1Mac715URlK8DsMhBEyrDRfU { width:11.8125rem;height:1.29980625rem;top:68.224609375rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ut5f8sXPklPSFTbWGTTeLvkE4ZzKBUci { width:1.875rem;height:1.875rem;top:67.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbIPI3wfPZCEFaebsm4ibh4uKC1sRL0V { width:1.75rem;height:1.29980625rem;top:68.375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBBuSDKneiqeDCsrUsu17z7ONTTns7BL { width:11.875rem;height:11.5625rem;top:44.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrCehk786v5ToZQMgBPtGZLZrMBRgLbn { width:15.625rem;height:6.75rem;top:59.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzh5M1O3FJ4uBSRIuHDLfccyb1CmvAKC { width:15.625rem;height:7.8125rem;top:70.4375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipagdm2VNvWpgJPDTOLuTRyZebR0E4vP { width:0.0625rem;height:55.5rem;top:60.745125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 { background-color:#000000;background-image:none;display:block; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { background-color: transparent; background-image: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container > .video-iframe-container { display: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row > .video-iframe-container { display: none; }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .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); }#VQXFVdLMS3qtFRHRbTKaIU3i8nlmUKM4 > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFbyQGtsXziDnp2fIT1t73eBWsM1h0sO { width:19.8118125rem;height:3.900925rem;top:4.0598363876342rem;left:0.092329502105713rem;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-number { padding-top:0.433125rem;padding-right:0.380625rem;padding-bottom:0.433125rem;padding-left:0.380625rem;width:2.284375rem;min-width:2.284375rem;height:2.3275rem;font-size:1.731875rem;line-height:37.24px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.270625rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.045625rem;height:0.92rem;font-size:0.649375rem;line-height:14.72px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk { display:flex;width:16.1875rem;height:4.384375rem;top:8.4368896484375rem;left:1.1553955078125rem;padding-top:0.75rem;padding-right:0.75rem;padding-bottom:0.75rem;padding-left:0.75rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #mSOPt1NvdwqfM0Wcv8hJwAQ82nIID5b8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #TER7yXidc033eseTomsSwd2R9VFgyucE {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #CFI7G7zV1yBDbS3vclSJHTedr2Xb0IgR {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #FVl45qNqBHEWW2q7pmzvWlq6znVN2FP6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #qZa6B9GSkuHioWTR2iGQDNWbiozohO12 {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #EbBTT0FVtvJXcFrMZFT2nNzqfukyzXnr {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #f0pSxoX1yLVXKc8MMk1uLdPg8plTdcPK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #zfT22Flfyd70CDt09wadqqhofUgLQNUb {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #tkoRpF2QCH0FDONb2Eh8VdczJ14KOCf0 {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #XTfb7KtCA7lhRZB41TfJPi0wcuQPh6Wk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #O3Unp93aJmk2PHIcxuPE7n0GQtZf45vp {  }
 }@media only screen and (max-width: 763px) { #iPIib2qzWVK6WmlKKq2y5GzQuwbyGcTk #STN5cUJoFuPTrK7q7lxP2ymSKHxfmen7 {  }
 }@media only screen and (max-width: 763px) { #r9zOl5ROw6mK8KbZmZsxdxq2h1dSQnDk { width:15.625rem;height:2.59765625rem;top:15.931396484375rem;left:2.1875rem;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SelTbU0TBlbHmIOCeTp8UWd9S3ItI47P { width:15.1245rem;height:2.2745rem;top:19.993286132812rem;left:2.4371337890625rem;font-size:0.875rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FVcAXlLmNzXUTOZL6vFRUR6ByaHT3Oi5 { width:16.25rem;height:2.8125rem;top:24.817504882812rem;left:1.875rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9ed41;background-image:none;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #uP9GihSx3o5tawrR3gDtZEvGnGOJOF5V { display:block; }
 }@media only screen and (max-width: 763px) { #p2xOoQaBE9E6cMRVokoMy61IE7lvADSP { display:block; }#p2xOoQaBE9E6cMRVokoMy61IE7lvADSP > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpxCo54Pc6LVbTBuhLb6kDlWyMcVlZdl { width:10rem;height:0.97485625rem;top:13.5rem;left:8.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RFeNTSgS5UixJDpVZyiCDggMOWUDBvU9 { width:6.375rem;height:0.97485625rem;top:13.5rem;left:2.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iL1k3oUOTNsAPAEBePqTeE2kguTxzTC3 { width:8.8125rem;height:2.8125rem;top:1.875rem;left:5.59375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xUDyOOog6dGSh8y5XKDnx4bI5AlT8R25 { width:6.5rem;height:0.97485625rem;top:12rem;left:6.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PgrKNkFC9Th4s63AFFeDID6zs7oHg2Bx { width:12.75rem;height:1.298825rem;top:5.9375rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xpvo8oIFdov78v8XncWecgToEhN0htNq { width:2rem;height:2rem;top:8.125rem;left:4.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #olEddyRbNdCcVtTyBN8UZrKMNcAPSyfU { width:2rem;height:2rem;top:8.125rem;left:7.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJrMyE1SSGlILyrAzESfMR27K0uPA0e0 { width:2rem;height:2rem;top:8.125rem;left:13.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMwu6PELINVzuNk7u5WKEpZMWRmeVoJm { width:1.5rem;height:1.5rem;top:8.4375rem;left:10.875rem;overflow:hidden;display:block; }
 }