.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:249,221,221;--color-primary-1:236,142,140;--color-primary-2:216,29,25;--color-primary-3:108,15,13;--color-primary-4:32,4,4;--color-secondary-0:236,240,244;--color-secondary-1:191,204,218;--color-secondary-2:126,153,181;--color-secondary-3:63,77,91;--color-secondary-4:19,23,27;--color-tertiary-0:255,255,255;--color-tertiary-1:249,247,248;--color-tertiary-2:245,245,245;--color-tertiary-3:42,42,42;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@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:#0047a0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:segoe;height:4.375rem;width:75rem;position:relative;display:block; }#k12s5wgVFVxWOpbzhzr1F3NobkOx2J0V { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:5.875rem;top:0.84375rem;left:3.0625rem;overflow:hidden;display:block; }
#TBTTUerK5WUyULvROmSRh7OPX0hOd3up { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.625rem;left:39.3125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#XWQ8Ob13xgpa5hufX1ruNNzHEFbAwx83 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.625rem;left:48.375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#nRprAOhNGfFTqgcBP4l2SU0ouqNVcKWH { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:56.9375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#i5dkTPc0VW4Tnz0GPNzB5iKb6FLvBdOb { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.625rem;left:65.25rem;height:1.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GUl8JbTcb7zCf2wTrSMwkTTOfKCsruC2 { z-index:15018;top:0rem;left:38.0625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);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.2;overflow:hidden;position:absolute;width:9.1875rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mOvhJp3Tc9s6OcRA2G2KLKs47G1llyWz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vm5rNRaOcZx6TSttSCRqwlcIkes0cKPl { z-index:15019;top:0rem;left:47.1875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);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.2;overflow:hidden;position:absolute;width:9.1875rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#W5ptxx4G3vpSy2Tf9KWqmQaS0Q2PORTI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A9Ml9Ca8Pvv3UMTLTphR4uyI4yGWZwhG { z-index:15020;top:0rem;left:56.3125rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);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.2;overflow:hidden;position:absolute;width:7.9375rem;height:4.375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UMRRcqbhU2us16rzWIMWBgQm0euUkkgV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#phTy98TXhznnwA8igSqyQcJuuLbuTet5 { z-index:15021;top:-0.0625rem;left:64.25rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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.2;overflow:hidden;position:absolute;width:8.875rem;height:4.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MTyMSSfH2yQwEo7FmpxDWiXDXxIk4Cg5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pkpNc4O1HhiqTq6qTLXok8tCXHkq0RdL { box-sizing:content-box;height:4.375rem;width:8.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:64.25rem;display:block; }
#q725TraodTP5otRmq6pGAbVsvsvzKH1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edf3f7;background-image:url("https://images.assets-landingi.com/uc/2474afd4-0e80-4b3e-9477-cc96b2d5fdba/bg.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k.adaptive-delivery-prevent-bg, #q725TraodTP5otRmq6pGAbVsvsvzKH1k.lazyload, #q725TraodTP5otRmq6pGAbVsvsvzKH1k.lazyloading { background-image: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { background-color: transparent; background-image: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container > .video-iframe-container { display: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row > .video-iframe-container { display: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .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); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { border-width: 0; border-radius: 0; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#EDfKvEiwM0hE7KxHxDzM9zBPirglPha2 { color:rgba(var(--color-tertiary-0),1);display:block;width:38.0625rem;position:absolute;font-family:oswald;font-size:5.625rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:9.3095703125rem;left:37.623046875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#F8DfP0e9MFDkTlhWchu1mlRxFehX5PzP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:oswald;font-size:5rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:4.8125rem;left:37.625rem;height:5rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#dzbrFFVQymnULfzDOluGT3Vq6vunOeri { color:rgba(var(--color-tertiary-0),1);display:block;width:28.8125rem;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;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:9.0390625rem;left:3.4375rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kzzT31ZyFR76IaKC9GZLZXIdcysX8Owm { box-sizing:content-box;height:22.375rem;width:36.875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #8e0a0b);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #8e0a0b);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #8e0a0b);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #8e0a0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#8e0a0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#8e0a0b' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #8e0a0b);background-size:auto !important;top:5.25rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#adW45TFGxbptvrbKFDKtr2Ka9EeaSMi9 { color:rgba(var(--color-tertiary-2),1);display:block;width:31.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(var(--color-tertiary-4),0.5);top:11.6875rem;left:3.4375rem;height:3.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#adW45TFGxbptvrbKFDKtr2Ka9EeaSMi9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#adW45TFGxbptvrbKFDKtr2Ka9EeaSMi9 li:before{  }
#JI2Rbehk1M0HTgiCCBt6KvBrWmA32w67 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.796875rem;left:6.875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TJGrFyFh2cMeGRc7eKBshfk6x5HbdEio { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.796875rem;left:18.03125rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VpBPPD9nIJ2Sb5JO9HP2bAFFTztq9HiX { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:22.109375rem;left:3.4375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#ccQmiMsqZoTlCsgUkw9TLIK5OoRUME6S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.875rem;width:3.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:22.140625rem;left:14.34375rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#RJrpRtuRfNbKZHk4mxoMmJ5EfQCDbdvH { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:10.1875rem;top:5.4375rem;left:26.1484375rem;overflow:hidden;display:block; }
#HmTeWgaBrnR9K8aNS5rwywzBz8yhy9qb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HmTeWgaBrnR9K8aNS5rwywzBz8yhy9qb > .row .container { background-color: transparent; background-image: none; }#HmTeWgaBrnR9K8aNS5rwywzBz8yhy9qb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmTeWgaBrnR9K8aNS5rwywzBz8yhy9qb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmTeWgaBrnR9K8aNS5rwywzBz8yhy9qb > .row .container > .video-iframe-container { display: none; }#HmTeWgaBrnR9K8aNS5rwywzBz8yhy9qb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmTeWgaBrnR9K8aNS5rwywzBz8yhy9qb > .row > .video-iframe-container { display: none; }#HmTeWgaBrnR9K8aNS5rwywzBz8yhy9qb > .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); }#HmTeWgaBrnR9K8aNS5rwywzBz8yhy9qb > .row .container { border-width: 0; border-radius: 0; }#HmTeWgaBrnR9K8aNS5rwywzBz8yhy9qb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmTeWgaBrnR9K8aNS5rwywzBz8yhy9qb > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#coulaLF5VP4EC6aqGWsBDWX2SVNxNcXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#coulaLF5VP4EC6aqGWsBDWX2SVNxNcXT > .row .container { background-color: transparent; background-image: none; }#coulaLF5VP4EC6aqGWsBDWX2SVNxNcXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coulaLF5VP4EC6aqGWsBDWX2SVNxNcXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coulaLF5VP4EC6aqGWsBDWX2SVNxNcXT > .row .container > .video-iframe-container { display: none; }#coulaLF5VP4EC6aqGWsBDWX2SVNxNcXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coulaLF5VP4EC6aqGWsBDWX2SVNxNcXT > .row > .video-iframe-container { display: none; }#coulaLF5VP4EC6aqGWsBDWX2SVNxNcXT > .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); }#coulaLF5VP4EC6aqGWsBDWX2SVNxNcXT > .row .container { border-width: 0; border-radius: 0; }#coulaLF5VP4EC6aqGWsBDWX2SVNxNcXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#coulaLF5VP4EC6aqGWsBDWX2SVNxNcXT > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#IqH2k9rHa1x43uT2VERKOQXXLDEHPfIA { box-sizing:content-box;height:4.375rem;width:51.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:0.8125rem;left:13.3125rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#JxPoNVu6rukSJsim2fLITwztssiZs8bs { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KUq00zM1aKLox15hJKO8MTbrT54EPLMk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row .container { background-color: transparent; background-image: none; }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row .container > .video-iframe-container { display: none; }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row > .video-iframe-container { display: none; }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .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); }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row .container { border-width: 0; border-radius: 0; }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#vH4J4bk80QNolUWyLXC71BrRC8RDPoV6 { color:rgba(var(--color-tertiary-3),1);display:block;width:67.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:1.6845703125rem;left:3.53125rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#gMpAoglJPFrfNMrnFhKesPXE62TNsw5I { color:rgba(var(--color-tertiary-3),1);display:block;width:68.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:10.34375rem;left:3.53125rem;height:10.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#TDaHfGN0bRt0pPseIWhThuLtT41tLXTs { z-index:15017;top:22.6875rem;left:30.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.2;overflow:hidden;position:absolute;width:13.125rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J473BTN5Cd7r53WaQv72HfhJ6TlETHfS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ks0dGzwo4dUIdtBHDXzx6Dxu0iUkoPTo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ks0dGzwo4dUIdtBHDXzx6Dxu0iUkoPTo > .row .container { background-color: transparent; background-image: none; }#ks0dGzwo4dUIdtBHDXzx6Dxu0iUkoPTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ks0dGzwo4dUIdtBHDXzx6Dxu0iUkoPTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ks0dGzwo4dUIdtBHDXzx6Dxu0iUkoPTo > .row .container > .video-iframe-container { display: none; }#ks0dGzwo4dUIdtBHDXzx6Dxu0iUkoPTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ks0dGzwo4dUIdtBHDXzx6Dxu0iUkoPTo > .row > .video-iframe-container { display: none; }#ks0dGzwo4dUIdtBHDXzx6Dxu0iUkoPTo > .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); }#ks0dGzwo4dUIdtBHDXzx6Dxu0iUkoPTo > .row .container { border-width: 0; border-radius: 0; }#ks0dGzwo4dUIdtBHDXzx6Dxu0iUkoPTo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ks0dGzwo4dUIdtBHDXzx6Dxu0iUkoPTo > .row .container { font-size:0.875rem;font-family:arial;height:2.75rem;width:75rem;position:relative;display:block; }#y5D2gW4QzIOwO5XNEfe9yO5wKiDa001c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#y5D2gW4QzIOwO5XNEfe9yO5wKiDa001c > .row .container { background-color: transparent; background-image: none; }#y5D2gW4QzIOwO5XNEfe9yO5wKiDa001c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5D2gW4QzIOwO5XNEfe9yO5wKiDa001c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5D2gW4QzIOwO5XNEfe9yO5wKiDa001c > .row .container > .video-iframe-container { display: none; }#y5D2gW4QzIOwO5XNEfe9yO5wKiDa001c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5D2gW4QzIOwO5XNEfe9yO5wKiDa001c > .row > .video-iframe-container { display: none; }#y5D2gW4QzIOwO5XNEfe9yO5wKiDa001c > .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); }#y5D2gW4QzIOwO5XNEfe9yO5wKiDa001c > .row .container { border-width: 0; border-radius: 0; }#y5D2gW4QzIOwO5XNEfe9yO5wKiDa001c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y5D2gW4QzIOwO5XNEfe9yO5wKiDa001c > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#rgLWnEyhJctn3OJ64ksW5Mm91bJpHJWV { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yRZm4lKtUUtcXiCBEnSVamKPURzw9ke2 { box-sizing:content-box;height:4.375rem;width:51.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:0.8125rem;left:11.625rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#hpztH33AQGGKBeOeIim03DIJBFM5UD47 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row .container { background-color: transparent; background-image: none; }#hpztH33AQGGKBeOeIim03DIJBFM5UD47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row .container > .video-iframe-container { display: none; }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row > .video-iframe-container { display: none; }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .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); }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row .container { border-width: 0; border-radius: 0; }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:75rem;position:relative;display:block; }#tC5aAfX38DqEA9Ds6CKFgxbuSwR3WdnF { color:rgba(var(--color-tertiary-3),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:1.0625rem;left:23.8125rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XCCi2VNH9pfTCALWtT5qLu8co1rDqigV { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.03125rem;height:2.11198125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#paEf6UofQSFmcRdKwnWTVfvZOoMWR3CA { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.3125rem;left:17.34375rem;height:2.11198125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eZtquiLsPmzTq2M2ygCp592nD0VVxO8m { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.3125rem;left:31.78125rem;height:3.16796875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EQxDSE1uT8c0OVi2VT4NrWxAwm8gV5vI { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.3125rem;left:45.46875rem;height:3.16796875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DQup0sB23u29rwuXmaO4QvIE1sQvGaKN { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.3125rem;left:60.09375rem;height:3.16796875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EbNK1vDVaRRag2fTwsMAvq9MISd6u6rx { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d4cf255a-07d6-49ae-9ca9-0f3aa102dae1/obrazek1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:3.8125rem;left:5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#EbNK1vDVaRRag2fTwsMAvq9MISd6u6rx.adaptive-delivery-prevent-bg, #EbNK1vDVaRRag2fTwsMAvq9MISd6u6rx.lazyload, #EbNK1vDVaRRag2fTwsMAvq9MISd6u6rx.lazyloading { background-image: none; }
#E7kk7Qwn9zKqXNUnSNF9M8egIyoyZW5n { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0b470a33-c2d7-46cb-85ea-63ba42670e68/obrazek2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:3.8125rem;left:19.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#E7kk7Qwn9zKqXNUnSNF9M8egIyoyZW5n.adaptive-delivery-prevent-bg, #E7kk7Qwn9zKqXNUnSNF9M8egIyoyZW5n.lazyload, #E7kk7Qwn9zKqXNUnSNF9M8egIyoyZW5n.lazyloading { background-image: none; }
#hhagFKF5FkkGRftCaO8TNXsUyHJFRzqs { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0c17cbf5-afc7-40fd-ac1f-c8f2dddae57a/obrazek3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:3.8125rem;left:33.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hhagFKF5FkkGRftCaO8TNXsUyHJFRzqs.adaptive-delivery-prevent-bg, #hhagFKF5FkkGRftCaO8TNXsUyHJFRzqs.lazyload, #hhagFKF5FkkGRftCaO8TNXsUyHJFRzqs.lazyloading { background-image: none; }
#BPlkn1fH9QGGelLkA3Lq3qNXlKn82qJl { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2d07f719-5b32-4c89-a043-4bc4181f1897/obrazek4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:3.8125rem;left:47.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BPlkn1fH9QGGelLkA3Lq3qNXlKn82qJl.adaptive-delivery-prevent-bg, #BPlkn1fH9QGGelLkA3Lq3qNXlKn82qJl.lazyload, #BPlkn1fH9QGGelLkA3Lq3qNXlKn82qJl.lazyloading { background-image: none; }
#LZXP7RRUqbzyeXT8K2SQorL2bTVF8rzP { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bff56e87-25f6-41c7-a8e0-95c7472b8e68/obrazek5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:3.875rem;left:62.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#LZXP7RRUqbzyeXT8K2SQorL2bTVF8rzP.adaptive-delivery-prevent-bg, #LZXP7RRUqbzyeXT8K2SQorL2bTVF8rzP.lazyload, #LZXP7RRUqbzyeXT8K2SQorL2bTVF8rzP.lazyloading { background-image: none; }
#QRv2aEnOifzKqp7h3WBrzTbyPCceDvgK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#QRv2aEnOifzKqp7h3WBrzTbyPCceDvgK > .row .container { background-color: transparent; background-image: none; }#QRv2aEnOifzKqp7h3WBrzTbyPCceDvgK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRv2aEnOifzKqp7h3WBrzTbyPCceDvgK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRv2aEnOifzKqp7h3WBrzTbyPCceDvgK > .row .container > .video-iframe-container { display: none; }#QRv2aEnOifzKqp7h3WBrzTbyPCceDvgK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QRv2aEnOifzKqp7h3WBrzTbyPCceDvgK > .row > .video-iframe-container { display: none; }#QRv2aEnOifzKqp7h3WBrzTbyPCceDvgK > .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); }#QRv2aEnOifzKqp7h3WBrzTbyPCceDvgK > .row .container { border-width: 0; border-radius: 0; }#QRv2aEnOifzKqp7h3WBrzTbyPCceDvgK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QRv2aEnOifzKqp7h3WBrzTbyPCceDvgK > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#M1qlShfcBioOBq4v1VEg8y8cS1zuwBkn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#M1qlShfcBioOBq4v1VEg8y8cS1zuwBkn > .row .container { background-color: transparent; background-image: none; }#M1qlShfcBioOBq4v1VEg8y8cS1zuwBkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1qlShfcBioOBq4v1VEg8y8cS1zuwBkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1qlShfcBioOBq4v1VEg8y8cS1zuwBkn > .row .container > .video-iframe-container { display: none; }#M1qlShfcBioOBq4v1VEg8y8cS1zuwBkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M1qlShfcBioOBq4v1VEg8y8cS1zuwBkn > .row > .video-iframe-container { display: none; }#M1qlShfcBioOBq4v1VEg8y8cS1zuwBkn > .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); }#M1qlShfcBioOBq4v1VEg8y8cS1zuwBkn > .row .container { border-width: 0; border-radius: 0; }#M1qlShfcBioOBq4v1VEg8y8cS1zuwBkn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M1qlShfcBioOBq4v1VEg8y8cS1zuwBkn > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#KO97UTWPkS67VIqKL8gBTpPBSLXZoilJ { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PgIT8tbu520EGTAx1iTtOzhyAMN0Qtz3 { box-sizing:content-box;height:4.375rem;width:51.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:0.8125rem;left:12.25rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#hHH0zsIxB2HrVixUSlA2QaVzl9gw5kNz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#hHH0zsIxB2HrVixUSlA2QaVzl9gw5kNz > .row .container { background-color: transparent; background-image: none; }#hHH0zsIxB2HrVixUSlA2QaVzl9gw5kNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHH0zsIxB2HrVixUSlA2QaVzl9gw5kNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHH0zsIxB2HrVixUSlA2QaVzl9gw5kNz > .row .container > .video-iframe-container { display: none; }#hHH0zsIxB2HrVixUSlA2QaVzl9gw5kNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHH0zsIxB2HrVixUSlA2QaVzl9gw5kNz > .row > .video-iframe-container { display: none; }#hHH0zsIxB2HrVixUSlA2QaVzl9gw5kNz > .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); }#hHH0zsIxB2HrVixUSlA2QaVzl9gw5kNz > .row .container { border-width: 0; border-radius: 0; }#hHH0zsIxB2HrVixUSlA2QaVzl9gw5kNz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hHH0zsIxB2HrVixUSlA2QaVzl9gw5kNz > .row .container { font-size:0.875rem;font-family:arial;height:12.375rem;width:75rem;position:relative;display:block; }#VwJy9tOszwIIJnJmDPKk834Jgg7g2mpT { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.625rem;left:3.03125rem;height:3.16796875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TA4trZQ2ZRSPuKDt46wJoxHwNFofZTtC { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:6.625rem;left:17.34375rem;height:3.16796875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zFxknkSruqMKCaIMPoGWa8ZnCle3Uwli { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.625rem;left:31.78125rem;height:4.22395625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mydEfrn3LMvARww0GKfkGdp0ngFSuCcf { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.625rem;left:45.46875rem;height:4.22395625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JN1vkikqAc9gTeXdtcoLanXLez2GJiTH { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.625rem;left:60.09375rem;height:4.22395625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RgeLhatwCqGbLE6GtRmNRAGTMxOuQmMw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.75rem;width:5.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.21875rem;left:6.8125rem; }
#fz7mTQPm6zwGBGALrAgqhzx8raxxFmKf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:0.625rem;left:21.34375rem; }
#EELk9By41yGAgE10UuUn5mdcuTaw0R2Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:6rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0rem;left:35.4375rem; }
#O041OumeqTBwoUxhQtH5VZi9uoT7cC0i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.625rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0.34375rem;left:49.625rem; }
#neT4OuVu6EVLD9vuK7nDw8UZ7UCC5zUL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.28125rem;left:64.78125rem; }
#fAtgRxN3oK2qlGxdTCtlpvdSZhV6DE5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#fAtgRxN3oK2qlGxdTCtlpvdSZhV6DE5p > .row .container { background-color: transparent; background-image: none; }#fAtgRxN3oK2qlGxdTCtlpvdSZhV6DE5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAtgRxN3oK2qlGxdTCtlpvdSZhV6DE5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAtgRxN3oK2qlGxdTCtlpvdSZhV6DE5p > .row .container > .video-iframe-container { display: none; }#fAtgRxN3oK2qlGxdTCtlpvdSZhV6DE5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAtgRxN3oK2qlGxdTCtlpvdSZhV6DE5p > .row > .video-iframe-container { display: none; }#fAtgRxN3oK2qlGxdTCtlpvdSZhV6DE5p > .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); }#fAtgRxN3oK2qlGxdTCtlpvdSZhV6DE5p > .row .container { border-width: 0; border-radius: 0; }#fAtgRxN3oK2qlGxdTCtlpvdSZhV6DE5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fAtgRxN3oK2qlGxdTCtlpvdSZhV6DE5p > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#shSyUWCQe4ryCcqTwW4rgMZ8rHtCQZFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#shSyUWCQe4ryCcqTwW4rgMZ8rHtCQZFw > .row .container { background-color: transparent; background-image: none; }#shSyUWCQe4ryCcqTwW4rgMZ8rHtCQZFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shSyUWCQe4ryCcqTwW4rgMZ8rHtCQZFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shSyUWCQe4ryCcqTwW4rgMZ8rHtCQZFw > .row .container > .video-iframe-container { display: none; }#shSyUWCQe4ryCcqTwW4rgMZ8rHtCQZFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#shSyUWCQe4ryCcqTwW4rgMZ8rHtCQZFw > .row > .video-iframe-container { display: none; }#shSyUWCQe4ryCcqTwW4rgMZ8rHtCQZFw > .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); }#shSyUWCQe4ryCcqTwW4rgMZ8rHtCQZFw > .row .container { border-width: 0; border-radius: 0; }#shSyUWCQe4ryCcqTwW4rgMZ8rHtCQZFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#shSyUWCQe4ryCcqTwW4rgMZ8rHtCQZFw > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#USwyokupbhT7FM4UDw0Gr6msPSVvPciV { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EiqH7aAodthNXUES1JQAkyXX8OORt0GO { box-sizing:content-box;height:4.375rem;width:51.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:0.8125rem;left:11.6875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#TCFVTUfWGKN09Vom4rPWTUmtxQhiIVcw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#TCFVTUfWGKN09Vom4rPWTUmtxQhiIVcw > .row .container { background-color: transparent; background-image: none; }#TCFVTUfWGKN09Vom4rPWTUmtxQhiIVcw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCFVTUfWGKN09Vom4rPWTUmtxQhiIVcw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCFVTUfWGKN09Vom4rPWTUmtxQhiIVcw > .row .container > .video-iframe-container { display: none; }#TCFVTUfWGKN09Vom4rPWTUmtxQhiIVcw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCFVTUfWGKN09Vom4rPWTUmtxQhiIVcw > .row > .video-iframe-container { display: none; }#TCFVTUfWGKN09Vom4rPWTUmtxQhiIVcw > .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); }#TCFVTUfWGKN09Vom4rPWTUmtxQhiIVcw > .row .container { border-width: 0; border-radius: 0; }#TCFVTUfWGKN09Vom4rPWTUmtxQhiIVcw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCFVTUfWGKN09Vom4rPWTUmtxQhiIVcw > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#IT3hKdTvakSpAPH7hR8SruMuuvZAPDmO { box-sizing:content-box;height:7.1875rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;top:1.0625rem;left:4.6875rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#VB4riWOuO4DqzJd7deecxunACFoN0Uag { box-sizing:content-box;height:5.375rem;width:5.375rem;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:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:2.125rem;left:1.5rem;display:block; }
#PJPxlR65xuTWJumsRiXdISpl3Rcb3lBb { color:rgba(var(--color-tertiary-0),1);display:block;width:2rem;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:2.6875rem;left:3.0625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kCuVwQG91BhnD3y2EzpNSNnZQPlux4zK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.34375rem;left:6.8125rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#a56lxzZHcMv875RZ57D5mC4ykICSxbmB { box-sizing:content-box;height:7.1875rem;width:18.75rem;position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;top:1.0625rem;left:29.5rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#F4780QuoW36dApcl2RKzDT868Gf7eX9m { color:rgba(var(--color-tertiary-0),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:3.34375rem;left:33.375rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zPEc0uEF30X5nl23ZPAOav3ZKSLcsOSf { box-sizing:content-box;height:5.375rem;width:5.375rem;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-secondary-2),1);background-image:none;top:2rem;left:26.3125rem;display:block; }
#ZJkQKm3vrRG3IiktTkfqU7IqHiS2DoPk { color:rgba(var(--color-tertiary-0),1);display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5625rem;left:28rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z5HsxXll1eGhBTXRfCrx3gzTgcCNuSW9 { box-sizing:content-box;height:7.1875rem;width:18.75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:1.0625rem;left:54.25rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Km76svts1QvsylrRx4Th1w1wZoXoAmvA { color:rgba(var(--color-tertiary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.96875rem;left:56.375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UXTbVaZTHlsK8zWgodCvlbuTBv9zCkWz { box-sizing:content-box;height:5.375rem;width:5.375rem;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-secondary-2),1);background-image:none;top:2rem;left:51.0625rem;display:block; }
#W9ZMadWknNvFkFOhsiELNdPryaJxyThZ { color:rgba(var(--color-tertiary-0),1);display:block;width:2rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.5625rem;left:52.75rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TN93vRRkPAs92UNCSzKEstsILdSM4eTN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#TN93vRRkPAs92UNCSzKEstsILdSM4eTN > .row .container { background-color: transparent; background-image: none; }#TN93vRRkPAs92UNCSzKEstsILdSM4eTN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN93vRRkPAs92UNCSzKEstsILdSM4eTN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN93vRRkPAs92UNCSzKEstsILdSM4eTN > .row .container > .video-iframe-container { display: none; }#TN93vRRkPAs92UNCSzKEstsILdSM4eTN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TN93vRRkPAs92UNCSzKEstsILdSM4eTN > .row > .video-iframe-container { display: none; }#TN93vRRkPAs92UNCSzKEstsILdSM4eTN > .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); }#TN93vRRkPAs92UNCSzKEstsILdSM4eTN > .row .container { border-width: 0; border-radius: 0; }#TN93vRRkPAs92UNCSzKEstsILdSM4eTN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TN93vRRkPAs92UNCSzKEstsILdSM4eTN > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#Jp9IUgHDJQS4Xqdd9rUdOlTurqH1Vl2b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#Jp9IUgHDJQS4Xqdd9rUdOlTurqH1Vl2b > .row .container { background-color: transparent; background-image: none; }#Jp9IUgHDJQS4Xqdd9rUdOlTurqH1Vl2b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jp9IUgHDJQS4Xqdd9rUdOlTurqH1Vl2b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jp9IUgHDJQS4Xqdd9rUdOlTurqH1Vl2b > .row .container > .video-iframe-container { display: none; }#Jp9IUgHDJQS4Xqdd9rUdOlTurqH1Vl2b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jp9IUgHDJQS4Xqdd9rUdOlTurqH1Vl2b > .row > .video-iframe-container { display: none; }#Jp9IUgHDJQS4Xqdd9rUdOlTurqH1Vl2b > .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); }#Jp9IUgHDJQS4Xqdd9rUdOlTurqH1Vl2b > .row .container { border-width: 0; border-radius: 0; }#Jp9IUgHDJQS4Xqdd9rUdOlTurqH1Vl2b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jp9IUgHDJQS4Xqdd9rUdOlTurqH1Vl2b > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#bsc6gT8cHycTFI6hSDgy9Lnqhzg001hD { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oRd0HgBOhQur1MzIK9ZAFa7LnUN737EQ { box-sizing:content-box;height:4.375rem;width:51.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:0.8125rem;left:11.6875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#tLOkbyl2kCzbKyWm4xkDrxGT8uDsRusF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#tLOkbyl2kCzbKyWm4xkDrxGT8uDsRusF > .row .container { background-color: transparent; background-image: none; }#tLOkbyl2kCzbKyWm4xkDrxGT8uDsRusF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLOkbyl2kCzbKyWm4xkDrxGT8uDsRusF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLOkbyl2kCzbKyWm4xkDrxGT8uDsRusF > .row .container > .video-iframe-container { display: none; }#tLOkbyl2kCzbKyWm4xkDrxGT8uDsRusF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tLOkbyl2kCzbKyWm4xkDrxGT8uDsRusF > .row > .video-iframe-container { display: none; }#tLOkbyl2kCzbKyWm4xkDrxGT8uDsRusF > .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); }#tLOkbyl2kCzbKyWm4xkDrxGT8uDsRusF > .row .container { border-width: 0; border-radius: 0; }#tLOkbyl2kCzbKyWm4xkDrxGT8uDsRusF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tLOkbyl2kCzbKyWm4xkDrxGT8uDsRusF > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:block; }#TsvErQigpitV6vT7JZ4lAqE4WywErTkI { box-sizing:content-box;height:16.875rem;width:21.875rem;position:absolute;display:block;z-index:15002;background-color:#f8f6f6;background-image:none;top:0rem;left:26.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#y8wDqM5b7w64heVTJwakCXISvoNTvfu4 { box-sizing:content-box;height:16.875rem;width:21.875rem;position:absolute;display:block;z-index:15003;background-color:#f8f8f8;background-image:none;top:0rem;left:51.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#LXbscqOpNiUvc8XdTFv22Zt4DDk2cia2 { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.1875rem;left:4.25rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qdbouFlysQWrfq2yusV0uC1uOhScAT6z { color:rgba(var(--color-tertiary-3),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.25rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FaGufgImNBzKDtliQ0zk31wlK7I0nB9z { color:rgba(var(--color-primary-2),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.625rem;left:-0.0625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wfoSMxsAwMnA5KP9szMkv0EeLGKfTRSQ { color:rgba(var(--color-tertiary-3),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:9.125rem;left:28.5rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QfO79qVyDIUtJiJT82EpaqvpAZihTe05 { color:rgba(var(--color-tertiary-3),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.5rem;left:28.375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VLMBg5H6Ed9Z6FTgUE8RV7pv7wT3fMep { color:rgba(var(--color-primary-2),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.6875rem;left:25rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LI2Td7byomZpsKyPMzBWlDv7Dn1OhRIy { color:rgba(var(--color-tertiary-3),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.125rem;left:53.5rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#UUbGUOTbz5WFkzNgZhCZemo96tEtLcSd { color:rgba(var(--color-tertiary-3),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.5rem;left:53.375rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BDucvZtI3ywVUveWGgIHtFScVaSQSuWo { color:rgba(var(--color-primary-2),1);display:block;width:25.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:2.6875rem;left:50rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DqlckwZGE1QDOs0OvrPv9R7sQIPthOsc { box-sizing:content-box;height:16.875rem;width:21.875rem;position:absolute;display:block;z-index:15001;background-color:#f4f4f4;background-image:none;top:0rem;left:1.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#B0Vfqwl08TMqipBAJTdUtIduTXicvWL8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#B0Vfqwl08TMqipBAJTdUtIduTXicvWL8 > .row .container { background-color: transparent; background-image: none; }#B0Vfqwl08TMqipBAJTdUtIduTXicvWL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0Vfqwl08TMqipBAJTdUtIduTXicvWL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0Vfqwl08TMqipBAJTdUtIduTXicvWL8 > .row .container > .video-iframe-container { display: none; }#B0Vfqwl08TMqipBAJTdUtIduTXicvWL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B0Vfqwl08TMqipBAJTdUtIduTXicvWL8 > .row > .video-iframe-container { display: none; }#B0Vfqwl08TMqipBAJTdUtIduTXicvWL8 > .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); }#B0Vfqwl08TMqipBAJTdUtIduTXicvWL8 > .row .container { border-width: 0; border-radius: 0; }#B0Vfqwl08TMqipBAJTdUtIduTXicvWL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B0Vfqwl08TMqipBAJTdUtIduTXicvWL8 > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#awbZcBm8mH5drDV9JuX7L52Dkfq0LAm0 { z-index:15018;top:1.8125rem;left:30.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.2;overflow:hidden;position:absolute;width:13.125rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ILuilEmgAxbh9MuqTlE3DLXaLZG0S9yg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q6EAULpyai8wXTBDBV6acXTKpUANDkSc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q6EAULpyai8wXTBDBV6acXTKpUANDkSc > .row .container { background-color: transparent; background-image: none; }#Q6EAULpyai8wXTBDBV6acXTKpUANDkSc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6EAULpyai8wXTBDBV6acXTKpUANDkSc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6EAULpyai8wXTBDBV6acXTKpUANDkSc > .row .container > .video-iframe-container { display: none; }#Q6EAULpyai8wXTBDBV6acXTKpUANDkSc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q6EAULpyai8wXTBDBV6acXTKpUANDkSc > .row > .video-iframe-container { display: none; }#Q6EAULpyai8wXTBDBV6acXTKpUANDkSc > .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); }#Q6EAULpyai8wXTBDBV6acXTKpUANDkSc > .row .container { border-width: 0; border-radius: 0; }#Q6EAULpyai8wXTBDBV6acXTKpUANDkSc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q6EAULpyai8wXTBDBV6acXTKpUANDkSc > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#aKLX7c3VAeIvUE0cfPtQXCvQBCPzTTTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#aKLX7c3VAeIvUE0cfPtQXCvQBCPzTTTT > .row .container { background-color: transparent; background-image: none; }#aKLX7c3VAeIvUE0cfPtQXCvQBCPzTTTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKLX7c3VAeIvUE0cfPtQXCvQBCPzTTTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKLX7c3VAeIvUE0cfPtQXCvQBCPzTTTT > .row .container > .video-iframe-container { display: none; }#aKLX7c3VAeIvUE0cfPtQXCvQBCPzTTTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKLX7c3VAeIvUE0cfPtQXCvQBCPzTTTT > .row > .video-iframe-container { display: none; }#aKLX7c3VAeIvUE0cfPtQXCvQBCPzTTTT > .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); }#aKLX7c3VAeIvUE0cfPtQXCvQBCPzTTTT > .row .container { border-width: 0; border-radius: 0; }#aKLX7c3VAeIvUE0cfPtQXCvQBCPzTTTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKLX7c3VAeIvUE0cfPtQXCvQBCPzTTTT > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#Ap8ecBgRLWHH7AWTCmiAZzAiMb96NPl3 { color:rgba(var(--color-tertiary-1),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:1.84375rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g7TS3rZFOdLup5GukTWttS7FB03hO6U5 { box-sizing:content-box;height:4.375rem;width:51.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:0.8125rem;left:11.6875rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#azTIa967cPuI6TqvFAT3ggA4WxBPvuIE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#azTIa967cPuI6TqvFAT3ggA4WxBPvuIE > .row .container { background-color: transparent; background-image: none; }#azTIa967cPuI6TqvFAT3ggA4WxBPvuIE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azTIa967cPuI6TqvFAT3ggA4WxBPvuIE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azTIa967cPuI6TqvFAT3ggA4WxBPvuIE > .row .container > .video-iframe-container { display: none; }#azTIa967cPuI6TqvFAT3ggA4WxBPvuIE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azTIa967cPuI6TqvFAT3ggA4WxBPvuIE > .row > .video-iframe-container { display: none; }#azTIa967cPuI6TqvFAT3ggA4WxBPvuIE > .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); }#azTIa967cPuI6TqvFAT3ggA4WxBPvuIE > .row .container { border-width: 0; border-radius: 0; }#azTIa967cPuI6TqvFAT3ggA4WxBPvuIE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#azTIa967cPuI6TqvFAT3ggA4WxBPvuIE > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#IB6LJpy6si05W5CP2NFDBCftyTLvSN8m { box-sizing:content-box;height:10.75rem;width:21.875rem;position:absolute;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:1.40625rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#w9QXmIGgqnwGKZoUqwryoDQag0kq5VDy { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.3187561035156rem;left:3.875rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mPftJDw1ugOHdagE8S417XqMVqfPo5kO { color:rgba(var(--color-tertiary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.068756103516rem;left:3.875rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bFUZ0xqcWyOwCb6h0R3LPJbNnG69tiSc { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.2562484741211rem;left:3.875rem; }
#FLGp6qQJBT16sRUETPvJs7X8RQdFtUsp { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.2562484741211rem;left:5.1875rem; }
#wrWCGk5PKl9b6mGktyDkRDNX75ZAnorE { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.2562484741211rem;left:6.625rem; }
#uVTDMiUANKKaRA7J46bURhtkFVpySNs8 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.2562484741211rem;left:8rem; }
#M9980SwcLgFn9veA9N9nNowsnoll3T2p { box-sizing:content-box;height:10.75rem;width:21.875rem;position:absolute;display:block;z-index:15007;background-color:#fafafa;background-image:none;top:1.25rem;left:26.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Nqh2eBZgmRGeJqBZSK5rcgWUpQhnxbU8 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:10.0625rem;left:27.8125rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tK4pneMEeih6ThAJydLvuFlm37KJnJTf { color:rgba(var(--color-tertiary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:4.3125rem;left:27.8125rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hzCxeWGbwztM5CwECqy5KME6PuGzqXIF { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.25rem;left:31.9375rem; }
#ZPALpsNGB8y4BgyqJXUJ496CPt5MWSmI { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.25rem;left:30.5625rem; }
#gUoPx8OMTXJikch9l632xW6fLPHhH6pG { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.25rem;left:29.125rem; }
#okGwRs3nqRf2WcqpJ2TzsyxTdTkoGEhq { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.25rem;left:27.8125rem; }
#nAHnPTvJAPB2u8Z0370d3V6ACZ0fW8vT { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:2.25rem;left:33.25rem; }
#qJXk1VKH3XI8qxKwPHioL9uFm7lUE036 { box-sizing:content-box;height:10.75rem;width:21.875rem;position:absolute;display:block;z-index:15015;background-color:#fafafa;background-image:none;top:1.25rem;left:50.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JkpbvNEbiaTIFRa268v62ebCWzBUo7Oi { color:rgba(var(--color-tertiary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:10.068756103516rem;left:51.6875rem;height:1.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ixOmaJNOP6ZQZNsxOSwvrLfDopIiTOcx { color:rgba(var(--color-tertiary-3),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:4.3187561035156rem;left:51.6875rem;height:3.65625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#M71qrWgzEoONmnmTTvC6apAeBHmFTbk9 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:2.2562484741211rem;left:55.8125rem; }
#qPrXbmTcgDSLyw21gdvTJLnsGXK2LD91 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:2.2562484741211rem;left:54.4375rem; }
#cMeZJeMsvAWlLG8xOEC2JDiUfu7IkTAF { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:2.2562484741211rem;left:53rem; }
#suoW11XGg5qNqT1W0MrSiPFmAuf0b3cC { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:2.2562484741211rem;left:57.125rem; }
#OiBdQs9Odh4SuELP5pFGzn50vDoBnwOf { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:2.2562484741211rem;left:51.6875rem; }
#u1vRk6VwusOLc4fBTaG6T5rtrXv5gyXE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u1vRk6VwusOLc4fBTaG6T5rtrXv5gyXE > .row .container { background-color: transparent; background-image: none; }#u1vRk6VwusOLc4fBTaG6T5rtrXv5gyXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1vRk6VwusOLc4fBTaG6T5rtrXv5gyXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1vRk6VwusOLc4fBTaG6T5rtrXv5gyXE > .row .container > .video-iframe-container { display: none; }#u1vRk6VwusOLc4fBTaG6T5rtrXv5gyXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u1vRk6VwusOLc4fBTaG6T5rtrXv5gyXE > .row > .video-iframe-container { display: none; }#u1vRk6VwusOLc4fBTaG6T5rtrXv5gyXE > .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); }#u1vRk6VwusOLc4fBTaG6T5rtrXv5gyXE > .row .container { border-width: 0; border-radius: 0; }#u1vRk6VwusOLc4fBTaG6T5rtrXv5gyXE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u1vRk6VwusOLc4fBTaG6T5rtrXv5gyXE > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#Do5otGgRNxOEmT1dWwAazKX7o9oJyt4H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Do5otGgRNxOEmT1dWwAazKX7o9oJyt4H > .row .container { background-color: transparent; background-image: none; }#Do5otGgRNxOEmT1dWwAazKX7o9oJyt4H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do5otGgRNxOEmT1dWwAazKX7o9oJyt4H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do5otGgRNxOEmT1dWwAazKX7o9oJyt4H > .row .container > .video-iframe-container { display: none; }#Do5otGgRNxOEmT1dWwAazKX7o9oJyt4H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Do5otGgRNxOEmT1dWwAazKX7o9oJyt4H > .row > .video-iframe-container { display: none; }#Do5otGgRNxOEmT1dWwAazKX7o9oJyt4H > .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); }#Do5otGgRNxOEmT1dWwAazKX7o9oJyt4H > .row .container { border-width: 0; border-radius: 0; }#Do5otGgRNxOEmT1dWwAazKX7o9oJyt4H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Do5otGgRNxOEmT1dWwAazKX7o9oJyt4H > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#ikzqs8s6iSTTtmAoW8XogqwZUXGg0un5 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AMiNOngNmyMxbyStpCwNKFmJXKXw6nTk { box-sizing:content-box;height:4.375rem;width:51.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:0.8125rem;left:11.625rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#ynpVBbdLr7nhtSlvyfmHNm8VSWRb0hyI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ynpVBbdLr7nhtSlvyfmHNm8VSWRb0hyI > .row .container { background-color: transparent; background-image: none; }#ynpVBbdLr7nhtSlvyfmHNm8VSWRb0hyI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynpVBbdLr7nhtSlvyfmHNm8VSWRb0hyI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynpVBbdLr7nhtSlvyfmHNm8VSWRb0hyI > .row .container > .video-iframe-container { display: none; }#ynpVBbdLr7nhtSlvyfmHNm8VSWRb0hyI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynpVBbdLr7nhtSlvyfmHNm8VSWRb0hyI > .row > .video-iframe-container { display: none; }#ynpVBbdLr7nhtSlvyfmHNm8VSWRb0hyI > .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); }#ynpVBbdLr7nhtSlvyfmHNm8VSWRb0hyI > .row .container { border-width: 0; border-radius: 0; }#ynpVBbdLr7nhtSlvyfmHNm8VSWRb0hyI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ynpVBbdLr7nhtSlvyfmHNm8VSWRb0hyI > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#Ru3M7irGJ1o4EIfBDnRsgXW9HhintXsG { 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:15019;opacity:1;top:1.375rem;left:26.3125rem; }
#iwWcKGbWvFL4wlWu6Pg23Kb05HfmXosz { color:rgba(var(--color-tertiary-3),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:1.9375rem;left:29.5625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qi1A5EHK13vncA4lii4NzmM3MnPFB60W { 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:15020;opacity:1;top:1.375rem;left:38.3125rem; }
#JkWqvu1tgcxMl01iJ7m8rnMXoLhxtmTF { color:rgba(var(--color-tertiary-3),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:1.9375rem;left:41.375rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pknq11gWWN0T5L5TdthcTAVJOILtREe8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pknq11gWWN0T5L5TdthcTAVJOILtREe8 > .row .container { background-color: transparent; background-image: none; }#pknq11gWWN0T5L5TdthcTAVJOILtREe8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pknq11gWWN0T5L5TdthcTAVJOILtREe8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pknq11gWWN0T5L5TdthcTAVJOILtREe8 > .row .container > .video-iframe-container { display: none; }#pknq11gWWN0T5L5TdthcTAVJOILtREe8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pknq11gWWN0T5L5TdthcTAVJOILtREe8 > .row > .video-iframe-container { display: none; }#pknq11gWWN0T5L5TdthcTAVJOILtREe8 > .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); }#pknq11gWWN0T5L5TdthcTAVJOILtREe8 > .row .container { border-width: 0; border-radius: 0; }#pknq11gWWN0T5L5TdthcTAVJOILtREe8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pknq11gWWN0T5L5TdthcTAVJOILtREe8 > .row .container { font-size:0.875rem;font-family:arial;height:66.4375rem;width:75rem;position:relative;display:block; }#B928b0U2OWQ0TeEDlknAS5uidewclwbr { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.0595703125rem;left:3.125rem;height:6.4739375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#B928b0U2OWQ0TeEDlknAS5uidewclwbr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B928b0U2OWQ0TeEDlknAS5uidewclwbr li:before{  }
#h3hQ30OZwPVXhscZ6VIf3hfmTkV7Ulfn { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.75rem;left:3.125rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#CcGteetGyQgXTSfbb15LPmtyEPrB2xr8 { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.5rem;left:0rem;display:block; }
#z0NrtfhTfZmcEo09aMvRCApKmz3eAztr { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:0.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bR67sabM9WrikJQwVJEOlPml8a8aJWG9 { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.2255859375rem;left:0rem;display:block; }
#xpt0K02cd53XbhTCgZqy1lXT5kc9nIwo { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.4755859375rem;left:0.28125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmKaQCnRBIwlUF4m0kHSTFNzu6lVofhn { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.5576171875rem;left:3.125rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zavB92QlAgQLZaHciz5JN2aT5rFox620 { box-sizing:content-box;height:2.125rem;width:2.125rem;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-primary-2),1);background-image:none;top:19.25rem;left:0rem;display:block; }
#HleUcGwU9SGn8wTkb8fTRsRTT4VovcoQ { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.5rem;left:0.28125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TeoZhaZfZlHuJGmITEMbdG6hmeqisF5E { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:40.9375rem;left:3.125rem;height:5.01171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TeoZhaZfZlHuJGmITEMbdG6hmeqisF5E li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TeoZhaZfZlHuJGmITEMbdG6hmeqisF5E li:before{  }
#mv7CBStqs0bOQCizSf545cSNI8BTFgBn { box-sizing:content-box;height:2.125rem;width:2.125rem;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-primary-2),1);background-image:none;top:21.5625rem;left:0rem;display:block; }
#Xqz07vLO6UUA4ULtiXLqG1GFiWViGCaA { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.8125rem;left:0.28125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QMUEHqdVbTcppwAB2vKseh23n58Xqckd { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:39.2060546875rem;left:3.125rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GyhLp29xagQ7Tx4K1TARR66si7o63OsB { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:46.96875rem;left:3.125rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lUr15MEERn4J98tiUUn9FeUhOGOCRuUg { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.9375rem;left:0rem;display:block; }
#etHr3HMKhQQ51OD3JEm8MNELRX6z2JGu { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.1875rem;left:0.28125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BzewJ7BcmFo37ltnb9rsGhKSZi6vRh89 { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;top:26.3125rem;left:0rem;display:block; }
#Thnep6XxyEh8dN2HGACUCboCGwLCLEKn { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.28125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n4xqbuW4mBS3PzZWtf4gB8uPBVT4VebW { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:38.8125rem;left:0rem;display:block; }
#yso9TGhL8U3vsAHmNW09RsTgQRgRkelu { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:39.0625rem;left:0.28125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uIXlEHd2vDxi6oGePcuTJA9zEw7OAclb { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:52.5625rem;left:3.125rem;height:9.7109375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#uIXlEHd2vDxi6oGePcuTJA9zEw7OAclb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uIXlEHd2vDxi6oGePcuTJA9zEw7OAclb li:before{  }
#OwhRTZw8PARKLMfN6s9eeXRFJUfubPC0 { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;top:46.63671875rem;left:0rem;display:block; }
#cS2Jecvogp3brZJz5Cyp6bT0ZSt1lEfh { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:46.88671875rem;left:0.28125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W9DOAgrp78s3tZT2XFQCIg7E2TbcOKDw { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:50.22265625rem;left:3.125rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rDLKori8n0KTNBeWlMoHHHPelprnxzKa { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:5.9462890625rem;left:43rem;height:4.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#rDLKori8n0KTNBeWlMoHHHPelprnxzKa li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rDLKori8n0KTNBeWlMoHHHPelprnxzKa li:before{  }
#Sa0oe0XcmIP2BLupozGwQEso9IHhDQJa { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;top:49.890625rem;left:0rem;display:block; }
#zPm2cn34vk57S9tCf6WqtIfkxEcSv2nn { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:50.140625rem;left:0.28125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EFLCU8s2CzZnTxiMA5ufB4I0gRG92RWI { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:2.75rem;left:43rem;height:2.92448125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kI2fZGnaPwMOnLiH19VTZsMFCcG0SbAl { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:26.3125rem;left:43rem;height:11.1731875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#kI2fZGnaPwMOnLiH19VTZsMFCcG0SbAl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kI2fZGnaPwMOnLiH19VTZsMFCcG0SbAl li:before{  }
#y8gidToo3zPHWPgpt1Eno2qreXk86xaU { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:12.5576171875rem;left:43rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#goZoTycrX20xEUlT6fcyqPoK7uRcak6R { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15040;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.75rem;left:39.3125rem;display:block; }
#Bl26n6RWsScVL4SHBAdLzq1rLJ8wVDwT { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:3.0625rem;left:39.59375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G5X8ItUwyM7z37NqMXaAgfroVbmi8vT6 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:14.8271484375rem;left:43rem;height:7.9361875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#G5X8ItUwyM7z37NqMXaAgfroVbmi8vT6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G5X8ItUwyM7z37NqMXaAgfroVbmi8vT6 li:before{  }
#SZXR89mIoE91wg5eJEG4aQZNa3W3GodN { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15044;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.2255859375rem;left:39.3125rem;display:block; }
#cfh8yTGz2qB1PMkFcylvXme0PHmdWeBq { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:24.26953125rem;left:43rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#zIw6sA4EkIG9OT4uK6TBgPIZBVoLrI3f { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:12.4755859375rem;left:39.59375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tfu7FlgrGuTLOO0WSwNWTOqKiUrNaGTo { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:38.706253051757rem;left:43rem;height:2.92448125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#WSAL1caViE4SNiq2lMnhtfs5zVZCovWQ { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15048;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.9375rem;left:39.3125rem;display:block; }
#UTRCyohEUoD91TP0NbTqmGTPbJB77eOR { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:24.1875rem;left:39.59375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RLMT2rchoXVAoOWHOvgaceSNsCy5E2X0 { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15052;background-color:rgba(var(--color-primary-2),1);background-image:none;top:38.375rem;left:39.3125rem;display:block; }
#wGOotENSOowOqaE6FZe7H7IKHQ6IFmeI { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:42.862503051757rem;left:43rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JVWG7LO0wi1fvFGq3psnrIMXQf6mPio6 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:38.623962402344rem;left:39.59375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xJVkp1fzvQr2ErEkGmPAmRIEDTAAqQ2R { box-sizing:content-box;height:2.125rem;width:2.125rem;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:15056;background-color:rgba(var(--color-primary-2),1);background-image:none;top:42.38542175293rem;left:39.3125rem;display:block; }
#cK3dG4uSwIhZbbH0AyVvzReX2X5yhTW5 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:42.63542175293rem;left:39.59375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#roqpHCw3Uznt5tca8J2fDFDnv3FHrD2c { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.8271484375rem;left:3.125rem;height:3.23698125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#roqpHCw3Uznt5tca8J2fDFDnv3FHrD2c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#roqpHCw3Uznt5tca8J2fDFDnv3FHrD2c li:before{  }
#qB9KOHkkVXLuir8397TDrIBkyE12n4D5 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19.58203125rem;left:3.125rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OHeLxlZrtsnyW8qIM27N8nheEi2u8iMR { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:21.89453125rem;left:3.125rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BzbSzttTx5RU5MdZ4LhJc1X10gUnTyB4 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:24.26953125rem;left:3.125rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#MEHFsHuNWRkQapCtlQ4pdoCe9D9pK8iz { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:26.64453125rem;left:3.125rem;height:1.4625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZnqSp9nr5Tb4xFRXxr3BMud4TtsgZsN9 { color:rgba(var(--color-tertiary-3),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:28.4375rem;left:3.125rem;height:9.7109375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZnqSp9nr5Tb4xFRXxr3BMud4TtsgZsN9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZnqSp9nr5Tb4xFRXxr3BMud4TtsgZsN9 li:before{  }
#fRLgXIpIimIXf355vm4MlDSIvFqN9VVu { box-sizing:content-box;height:65.5rem;width:0.125rem;position:absolute;display:block;z-index:15058;background-color:#e3e3e3;background-image:none;top:-0.0625rem;left:37.4375rem;display:block; }
#PIoHi3TdLZpEFMJ9BO7M1Cy8Giyk23J3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PIoHi3TdLZpEFMJ9BO7M1Cy8Giyk23J3 > .row .container { background-color: transparent; background-image: none; }#PIoHi3TdLZpEFMJ9BO7M1Cy8Giyk23J3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIoHi3TdLZpEFMJ9BO7M1Cy8Giyk23J3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIoHi3TdLZpEFMJ9BO7M1Cy8Giyk23J3 > .row .container > .video-iframe-container { display: none; }#PIoHi3TdLZpEFMJ9BO7M1Cy8Giyk23J3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PIoHi3TdLZpEFMJ9BO7M1Cy8Giyk23J3 > .row > .video-iframe-container { display: none; }#PIoHi3TdLZpEFMJ9BO7M1Cy8Giyk23J3 > .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); }#PIoHi3TdLZpEFMJ9BO7M1Cy8Giyk23J3 > .row .container { border-width: 0; border-radius: 0; }#PIoHi3TdLZpEFMJ9BO7M1Cy8Giyk23J3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PIoHi3TdLZpEFMJ9BO7M1Cy8Giyk23J3 > .row .container { font-size:0.875rem;font-family:arial;height:3rem;width:75rem;position:relative;display:block; }#e0GzHM6oJHhckzSRzFzTpNDAS12OifXf { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:0.9375rem;left:-0.09375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eW2HFHHDbFwR4XCrmB5fm3aJaAkqL7i2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eW2HFHHDbFwR4XCrmB5fm3aJaAkqL7i2 > .row .container { background-color: transparent; background-image: none; }#eW2HFHHDbFwR4XCrmB5fm3aJaAkqL7i2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW2HFHHDbFwR4XCrmB5fm3aJaAkqL7i2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW2HFHHDbFwR4XCrmB5fm3aJaAkqL7i2 > .row .container > .video-iframe-container { display: none; }#eW2HFHHDbFwR4XCrmB5fm3aJaAkqL7i2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eW2HFHHDbFwR4XCrmB5fm3aJaAkqL7i2 > .row > .video-iframe-container { display: none; }#eW2HFHHDbFwR4XCrmB5fm3aJaAkqL7i2 > .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); }#eW2HFHHDbFwR4XCrmB5fm3aJaAkqL7i2 > .row .container { border-width: 0; border-radius: 0; }#eW2HFHHDbFwR4XCrmB5fm3aJaAkqL7i2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eW2HFHHDbFwR4XCrmB5fm3aJaAkqL7i2 > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#lco3sQwzLqzel6OQUhUO7MnRl4EeROSN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#lco3sQwzLqzel6OQUhUO7MnRl4EeROSN > .row .container { background-color: transparent; background-image: none; }#lco3sQwzLqzel6OQUhUO7MnRl4EeROSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lco3sQwzLqzel6OQUhUO7MnRl4EeROSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lco3sQwzLqzel6OQUhUO7MnRl4EeROSN > .row .container > .video-iframe-container { display: none; }#lco3sQwzLqzel6OQUhUO7MnRl4EeROSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lco3sQwzLqzel6OQUhUO7MnRl4EeROSN > .row > .video-iframe-container { display: none; }#lco3sQwzLqzel6OQUhUO7MnRl4EeROSN > .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); }#lco3sQwzLqzel6OQUhUO7MnRl4EeROSN > .row .container { border-width: 0; border-radius: 0; }#lco3sQwzLqzel6OQUhUO7MnRl4EeROSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lco3sQwzLqzel6OQUhUO7MnRl4EeROSN > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#BAZKhK1gsuieppD2NU5JUwp3WT3gLxhl { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wSTT5wq4G5c9dpWT2RbpGZtoFh5az3mX { box-sizing:content-box;height:4.375rem;width:51.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:0.8125rem;left:11.625rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#I4b2749JHuGzTpuDo7dvC8gMxAPQbZbi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#I4b2749JHuGzTpuDo7dvC8gMxAPQbZbi > .row .container { background-color: transparent; background-image: none; }#I4b2749JHuGzTpuDo7dvC8gMxAPQbZbi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4b2749JHuGzTpuDo7dvC8gMxAPQbZbi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4b2749JHuGzTpuDo7dvC8gMxAPQbZbi > .row .container > .video-iframe-container { display: none; }#I4b2749JHuGzTpuDo7dvC8gMxAPQbZbi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4b2749JHuGzTpuDo7dvC8gMxAPQbZbi > .row > .video-iframe-container { display: none; }#I4b2749JHuGzTpuDo7dvC8gMxAPQbZbi > .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); }#I4b2749JHuGzTpuDo7dvC8gMxAPQbZbi > .row .container { border-width: 0; border-radius: 0; }#I4b2749JHuGzTpuDo7dvC8gMxAPQbZbi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4b2749JHuGzTpuDo7dvC8gMxAPQbZbi > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:75rem;position:relative;display:block; }#lR3q59QkAWdVoMAHG7adX6DBsAHZoSJJ { box-sizing:content-box;height:16.375rem;width:74.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:6.1875rem;left:0.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#SX4qbe3Cs88KMyR9PWHKkvQoUhIGUbPF { color:rgba(var(--color-tertiary-0),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.75rem;left:4.21875rem;height:1.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yTpKJoqAAb31PLpNNOKhrTzBIXaAC524 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:8.7374992370606rem;left:24.4375rem;height:10.2356875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#L2nNaJP3koNxq6tUxTMnvxm2yescIuU1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:0rem;left:3.46875rem;overflow:hidden;display:block; }
#GiI29WzG2G4P4ZrzPF7GeZIZCwG4ovNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#GiI29WzG2G4P4ZrzPF7GeZIZCwG4ovNr > .row .container { background-color: transparent; background-image: none; }#GiI29WzG2G4P4ZrzPF7GeZIZCwG4ovNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiI29WzG2G4P4ZrzPF7GeZIZCwG4ovNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiI29WzG2G4P4ZrzPF7GeZIZCwG4ovNr > .row .container > .video-iframe-container { display: none; }#GiI29WzG2G4P4ZrzPF7GeZIZCwG4ovNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiI29WzG2G4P4ZrzPF7GeZIZCwG4ovNr > .row > .video-iframe-container { display: none; }#GiI29WzG2G4P4ZrzPF7GeZIZCwG4ovNr > .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); }#GiI29WzG2G4P4ZrzPF7GeZIZCwG4ovNr > .row .container { border-width: 0; border-radius: 0; }#GiI29WzG2G4P4ZrzPF7GeZIZCwG4ovNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GiI29WzG2G4P4ZrzPF7GeZIZCwG4ovNr > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#ldgtD1SLyMOqUDT0gaWgTNPx7XiKvpxN { z-index:15018;top:1.125rem;left:30.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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.2;overflow:hidden;position:absolute;width:13.125rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#F2T2gXGRwDiXUXMkc3qn3bpGwWqXskFD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UZptczsldSzLSBBuQq582iMeTS4TrwTx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UZptczsldSzLSBBuQq582iMeTS4TrwTx > .row .container { background-color: transparent; background-image: none; }#UZptczsldSzLSBBuQq582iMeTS4TrwTx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZptczsldSzLSBBuQq582iMeTS4TrwTx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZptczsldSzLSBBuQq582iMeTS4TrwTx > .row .container > .video-iframe-container { display: none; }#UZptczsldSzLSBBuQq582iMeTS4TrwTx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZptczsldSzLSBBuQq582iMeTS4TrwTx > .row > .video-iframe-container { display: none; }#UZptczsldSzLSBBuQq582iMeTS4TrwTx > .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); }#UZptczsldSzLSBBuQq582iMeTS4TrwTx > .row .container { border-width: 0; border-radius: 0; }#UZptczsldSzLSBBuQq582iMeTS4TrwTx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZptczsldSzLSBBuQq582iMeTS4TrwTx > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#sd3v0sBZs94eA9L4zcz6C8dcGXT8cX5N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sd3v0sBZs94eA9L4zcz6C8dcGXT8cX5N > .row .container { background-color: transparent; background-image: none; }#sd3v0sBZs94eA9L4zcz6C8dcGXT8cX5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sd3v0sBZs94eA9L4zcz6C8dcGXT8cX5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sd3v0sBZs94eA9L4zcz6C8dcGXT8cX5N > .row .container > .video-iframe-container { display: none; }#sd3v0sBZs94eA9L4zcz6C8dcGXT8cX5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sd3v0sBZs94eA9L4zcz6C8dcGXT8cX5N > .row > .video-iframe-container { display: none; }#sd3v0sBZs94eA9L4zcz6C8dcGXT8cX5N > .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); }#sd3v0sBZs94eA9L4zcz6C8dcGXT8cX5N > .row .container { border-width: 0; border-radius: 0; }#sd3v0sBZs94eA9L4zcz6C8dcGXT8cX5N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sd3v0sBZs94eA9L4zcz6C8dcGXT8cX5N > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#o5i8NQQtxppLMBl9z1xp2wrsdLVBmv9w { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.1875rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JcGwBi3a1o1ylfe1eZsFPOTMmakDhM3J { box-sizing:content-box;height:4.375rem;width:51.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:0.8125rem;left:11.625rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);display:block; }
#Cr7AteFHNSCEOVIDnF63XgyHV1xShBw0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cr7AteFHNSCEOVIDnF63XgyHV1xShBw0 > .row .container { background-color: transparent; background-image: none; }#Cr7AteFHNSCEOVIDnF63XgyHV1xShBw0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cr7AteFHNSCEOVIDnF63XgyHV1xShBw0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cr7AteFHNSCEOVIDnF63XgyHV1xShBw0 > .row .container > .video-iframe-container { display: none; }#Cr7AteFHNSCEOVIDnF63XgyHV1xShBw0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cr7AteFHNSCEOVIDnF63XgyHV1xShBw0 > .row > .video-iframe-container { display: none; }#Cr7AteFHNSCEOVIDnF63XgyHV1xShBw0 > .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); }#Cr7AteFHNSCEOVIDnF63XgyHV1xShBw0 > .row .container { border-width: 0; border-radius: 0; }#Cr7AteFHNSCEOVIDnF63XgyHV1xShBw0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cr7AteFHNSCEOVIDnF63XgyHV1xShBw0 > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-3),1); }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family);line-height:1.4;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-3),1); }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q .accordion-trigger.adaptive-delivery-prevent-bg, #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q .accordion-trigger.lazyload, #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q .accordion-trigger.lazyloading { background-image: none; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q { box-sizing:content-box;height:auto;width:72.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0.77499961853025rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #W1uVQCngr2fq52ahGZDzXtDftrRaa4RE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #J6J3UbplWrUM3DDirRUclFi71Uk0DH3p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #tNzGlwF49OJTVTV9cn50OyPBIgi6K91y { display:block;position:relative; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #vcTUEA8cpquGiTvc3eemQRl6QMlATJzP {  }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #v8SFLxR38kHCxd41IawV97iUAaWX9cbT {  }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #Ta9LyCdVfxTrWnmEgz3FRa4PJ5wUAAUM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #wy2xl4hbTCTFcuy1gmdaOasR3wvSxTJV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #rwfWuk2Xhzu3Emwp0eJ5uDDAvxHc8cNT { display:block;position:relative; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #QTyRv4GTyHnDOLSuy2cRXphNHRBZbnpU {  }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #KnCOXoDOKTKomfLsXLWKsSd7bcE3xmMU { display:none; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #PI0y13X98h9DS6anJ16yhRZQmPCT3DKf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #FGHyIK951b3yzcuRn2KPe21MlPMGmKi1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #G0bDD4TF3GstvKuMRWyfTzoUdRAZbl4Z { display:block;position:relative; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #TiohEXtFRhDsLPBrAKGHoVGhJfkkUp3O {  }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #JiyOfAn4zTVy3WCgMNOPect9lhubG1sp { display:none; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #iZ194ZDTQgHebGXKf2zr7QcwV5zTbg0T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #NANC8yw77cLgETzIWmVPcWsEuZyFKvyr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #EsZRn6RKXkqK6yTDBpox25yJ3fKexnBv { display:block;position:relative; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #yBxd6eyNCgaiJyq9r7pm4rQPfr4SMJQs {  }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #I35nzKWzddmNVw5XNueS2qcMIDy9arwX { display:none; }
#tbk0yI7nFz6ZtEeOuaccG9Gfh7zVNw2l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tbk0yI7nFz6ZtEeOuaccG9Gfh7zVNw2l > .row .container { background-color: transparent; background-image: none; }#tbk0yI7nFz6ZtEeOuaccG9Gfh7zVNw2l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbk0yI7nFz6ZtEeOuaccG9Gfh7zVNw2l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbk0yI7nFz6ZtEeOuaccG9Gfh7zVNw2l > .row .container > .video-iframe-container { display: none; }#tbk0yI7nFz6ZtEeOuaccG9Gfh7zVNw2l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tbk0yI7nFz6ZtEeOuaccG9Gfh7zVNw2l > .row > .video-iframe-container { display: none; }#tbk0yI7nFz6ZtEeOuaccG9Gfh7zVNw2l > .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); }#tbk0yI7nFz6ZtEeOuaccG9Gfh7zVNw2l > .row .container { border-width: 0; border-radius: 0; }#tbk0yI7nFz6ZtEeOuaccG9Gfh7zVNw2l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tbk0yI7nFz6ZtEeOuaccG9Gfh7zVNw2l > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#J4llxUK6vZmquE6xEvuf1xJA2D4cPmtJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#J4llxUK6vZmquE6xEvuf1xJA2D4cPmtJ > .row .container { background-color: transparent; background-image: none; }#J4llxUK6vZmquE6xEvuf1xJA2D4cPmtJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4llxUK6vZmquE6xEvuf1xJA2D4cPmtJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4llxUK6vZmquE6xEvuf1xJA2D4cPmtJ > .row .container > .video-iframe-container { display: none; }#J4llxUK6vZmquE6xEvuf1xJA2D4cPmtJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4llxUK6vZmquE6xEvuf1xJA2D4cPmtJ > .row > .video-iframe-container { display: none; }#J4llxUK6vZmquE6xEvuf1xJA2D4cPmtJ > .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); }#J4llxUK6vZmquE6xEvuf1xJA2D4cPmtJ > .row .container { border-width: 0; border-radius: 0; }#J4llxUK6vZmquE6xEvuf1xJA2D4cPmtJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4llxUK6vZmquE6xEvuf1xJA2D4cPmtJ > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#lprTaWZ2NNDToyqWqR2FHA2OqUIk1l1K { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:2.1875rem;left:-0.0625rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dByTapgR1cAwrNhpUsJ9kZoqVkqOe1bn { box-sizing:content-box;height:4.375rem;width:51.625rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:0.8125rem;left:10.9375rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }
#Qpe5Zwt38333Ob4MBXOnDiXxsGRM3RCy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),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; }#Qpe5Zwt38333Ob4MBXOnDiXxsGRM3RCy > .row .container { background-color: transparent; background-image: none; }#Qpe5Zwt38333Ob4MBXOnDiXxsGRM3RCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qpe5Zwt38333Ob4MBXOnDiXxsGRM3RCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qpe5Zwt38333Ob4MBXOnDiXxsGRM3RCy > .row .container > .video-iframe-container { display: none; }#Qpe5Zwt38333Ob4MBXOnDiXxsGRM3RCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qpe5Zwt38333Ob4MBXOnDiXxsGRM3RCy > .row > .video-iframe-container { display: none; }#Qpe5Zwt38333Ob4MBXOnDiXxsGRM3RCy > .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); }#Qpe5Zwt38333Ob4MBXOnDiXxsGRM3RCy > .row .container { border-width: 0; border-radius: 0; }#Qpe5Zwt38333Ob4MBXOnDiXxsGRM3RCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qpe5Zwt38333Ob4MBXOnDiXxsGRM3RCy > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#EXZMdM88gA4veBZcueD6mgkegmsTUOsT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:11.199871063233rem;left:49.437502503395rem;height:2.5371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#shNxc7stodNcow5vKtoXwmIE73ntvnwO { box-sizing:content-box;height:3.0625rem;width:12.0625rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:10.936849594116rem;left:49.468752503395rem;display:block; }
#RU1rga91Pwf4StkTQHrxBFOTCSMCmmZp { color:rgba(var(--color-tertiary-0),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:11.66796875rem;left:39.125002503395rem;height:1.57486875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hM9ieilaVoCE6DKmpTDeJOLQA2LpigdF { color:#235b72;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:11.1875rem;left:23.062500596046rem;height:2.5371125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O9Itctzwqv47I4SSWDVRa0auQKh4X6Nc { color:rgba(var(--color-tertiary-0),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:13.75rem;left:12.875rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wTNSIlWfyqeDug1mP1tHHfDzACenE6ad { box-sizing:content-box;height:0.0625rem;width:35.5rem;position:absolute;display:block;z-index:15021;background-color:#b3b3b3;background-image:none;top:9.375rem;left:19.8125rem;display:block; }
#PD3xWLLO4wZglqbq0JVDfFENQ99oo2O8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:11.668621063233rem;left:11.29166662693rem;height:1.57486875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vt9Oc2RfdsEVNyEXy9J8PvTumZ5vETu3 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:6.3125rem;left:47.8125rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xzkvhs8kvnqpn74b1Tzk4TTTzv5Tf4gJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:6.3125rem;left:34.3125rem; }
#pufXelpKMwJhEGhu4KWDOdXLOd6FkVnw { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:6.1875rem;left:23.0625rem; }
#czggH3mcsBy08Tq7iQAhaJRzUdPae3dV { color:rgba(var(--color-tertiary-0),1);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:6.3125rem;left:25.5625rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dgQDchcPuqCHlBMhTciLGtR7BpGcRXmA { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:6.375rem;left:36.6875rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OdBm7dqRrTTiE7R7GapdnR1K1cu7PqPO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:6.1875rem;left:45.75rem; }
#J0PRlBS1ZmPqdFA9DIPXvDTrQA2X5yN0 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:1.4375rem;left:0rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gPKMicnm9pwmvJ1z5JB0JurRipAHrwlu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#gPKMicnm9pwmvJ1z5JB0JurRipAHrwlu > .row .container { background-color: transparent; background-image: none; }#gPKMicnm9pwmvJ1z5JB0JurRipAHrwlu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPKMicnm9pwmvJ1z5JB0JurRipAHrwlu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPKMicnm9pwmvJ1z5JB0JurRipAHrwlu > .row .container > .video-iframe-container { display: none; }#gPKMicnm9pwmvJ1z5JB0JurRipAHrwlu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gPKMicnm9pwmvJ1z5JB0JurRipAHrwlu > .row > .video-iframe-container { display: none; }#gPKMicnm9pwmvJ1z5JB0JurRipAHrwlu > .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); }#gPKMicnm9pwmvJ1z5JB0JurRipAHrwlu > .row .container { border-width: 0; border-radius: 0; }#gPKMicnm9pwmvJ1z5JB0JurRipAHrwlu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gPKMicnm9pwmvJ1z5JB0JurRipAHrwlu > .row .container { font-size:0.875rem;font-family:arial;height:115.0625rem;width:75rem;position:relative;display:block; }#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-form-header {  }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-3),1);width:72.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:72.375rem;box-sizing:border-box;height:2.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;line-height:1.3; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-text {padding-top: 0; padding-bottom: 0;}#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:72.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;line-height:1.3; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:72.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;line-height:1.5; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-select {padding-top: 0; padding-bottom: 0;}#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:25.3125rem;margin-bottom:0.25rem;margin-left:25.3125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);width:21.6875rem;height:4rem;font-family:var(--paragraphs-font-family);overflow:hidden;line-height:1.3;font-style:normal;text-align:center;text-align-last:center; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.4;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-3),1);vertical-align:top;width:70.9375rem;overflow:hidden;font-style:normal;text-align:left;text-align-last:left; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-container:first-of-type{padding-top:0;}#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-container:last-of-type{padding-bottom:0;}#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:72.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15022;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:2.625rem;left:0rem; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:72.375rem; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.4;font-weight:300;color:rgba(var(--color-tertiary-3),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN {display:block;}#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:72.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15022;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:2.625rem;left:0rem; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #TM86zL7WE1KKqxRuLta5K3MLtFprAT3q { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #nDanw9LEHWemJVW5vKa0QcxmTBBiCrRF { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #al1SOdQwiIRcF2tXywt0GbC5scIcV5l8 { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #ZwQLv1Rx8L0c5w3l5xxNW9WuisVQKToc { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #nihcn0qggQZrV9fXJXU0X2lZyaJeT0fC { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #TowxMnSqdNczdcxa5i64tgW3BLrzLEkP { position:relative;display:block; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #kSiuBMg4tBVb2OkfDVO3UUbw2t1sOfvN { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #XepZ1PNmNwWydEltFwi3lHBUoHxcLymU { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #tOTJfSBk6N3gCrywN2MCPw0etCGJWyVv { position:relative;display:block; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #pgCC7vmk9ToBuVO4Txc7ZrScTxTLTHVE { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #yOE8t9Bf08xkHwxk7eCAaepA8RchBB9t { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #gDCtqlxgPdQqgEtdexesqeM8GaZZZyBT { position:relative;display:block; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #hpgxl1I77RdTPTRkNThUA6cRDVaNIh8a { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #qBWIVp0PG6qH25ovOOpxz54iMy1O476F { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #gJVmxaRUOOci0lwPWVJWt38yC3P8qtIF { position:relative;display:block; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #vMP7fb8CkrnXNKCgzAyRzaxDOTT21c4O { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #OawxZttNdblmLCpAkx5V9LuaSFopCxtN { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #XTeKe3eT1V79BA3A2A7Fxtqw4fPR48Sz { position:relative;display:block; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #n7aaIopznH45hqX0edUoJev2zOgDDRB3 { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #lvnEpEGAAO1SvEzM9R5f41n723h4sa5b { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #UnU3aL6s8VRplLG3yWWxKAL9zJnEhJiK { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #xG08CD30iKed63feTwWLsrLTqAfetN3C { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #e2o89Cs69sVgbgwzyCKaNUPnvAORDGz7 { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #MIEz60KEqNEQwPiJT5wReuFxGZapXToK { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #VvhWDhoHaIQ6Jt5pWJMOXAUJMJRymV5k { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #rp7HGUzhb0Vt91qScu3xkW4w4Ob8Bpng { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #FORJ3FQLZpMN7KaavrQm7uKoTyvNxcxi { position:relative;display:block; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #tMC3h2mXXD3hunRTM6fWo5T72s07eiGt { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #HdEW0oEXs0ViussUpMGRlRfvlztvysRL { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #k8qMOUCLokoEaanIiTJRrqMGVcG1Wkgz { position:relative;display:block; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #mAwG7cIw76Ec8g6WVqz0en9PBI4CI6qu { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #m2gWzrxmPbnfF1g4TvAP2GSMuXxCehg9 { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #adQMy0DSuoVSZAgxP2WVIXxOu3P6p8Tn { position:relative;display:block; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #lPXyd2uk3lx7p9O27GSmC1zmtkczn3sD { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #KgDn1ZH9d2fibbeK2fERDpG7q95iBgto { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #nn1CLm9VEP89TeMfZAcd1WiOdT1VP4Ie { position:relative;display:block; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #N4NKwK2LHT6OxFKs5qgqMES2Qr5mINCQ { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #nC7eGprNreACtMxnN1HA6VGWWaB38TSg { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #eCEVaMN4zuoItZMcyfOzM4fA3nQ9Vpcq { position:relative;display:block; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #vIG15ctGZUA1g580d2J1Z0ubKQ0Wr5Tp { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #SWoPPazcRrarK6UtPMiwwfoZIZGflQ6H { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #u8oKuFTvzr1WHpPkGOU3tl2uxf3iWvmI { position:relative;z-index:2; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #eIQErirJvwmsBlf7oLwanRGvhyJvZ1TD { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #uKNK5hnnlTkb5sPNhyIViD5REJihDgAv { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #di6I4TH7yVFVE2vmJm1Cs9WLJa4JcZ7o { position:relative;z-index:2; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #bsquqipC8nqWVTM2dk2xhSHyCnLJgPHT { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #Q8hW8zDbQnt3KTKH7TzITzJ0pcaMT233 { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #aGFIKtOKOFQdQ7FlC7f6KItzE9NICPnO { position:relative;z-index:2; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #OBhUrNAMQfOXlpqzDpkoJ58oCqsgceew { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #ZJAggSwCA5qqnLtf1sOE18uofwKwb7Oq { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #Ksp33xsepMMA5ClmAopDE8VH1Mhoyr4J { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #a2TTsOksETmu1VDV233LNnMWt4D4gPL4 { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #guqW4exKodnHf5Tb6qav04X1RF6kDwD6 { position:relative;z-index:2; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #ugs1dbNtJQsTSaITuaX7TcNg3PThElg2 { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #uegwR4URRUPTz45L0plURKQgusoNWuqD { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #d0irvDHsFE5vkKXxnqExVZlzD4yElZFN { position:relative;z-index:2; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #IUG5dyPgepeJBeNyZEZIIycFoFO31W13 { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #BpPiL37eaePnZb2gUmrMyM9oephtOieN { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #PSfhBL6l2Hu385szIuM10lkD5m5fAfCc { position:relative;display:block;z-index:15000; }
#fEAtZQAOlxk8gVy92sVFfCE2S3fSoXTq { position:relative;display:block; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #MDxDEKLuKprD96ErTUtEC5lyspQFPPmd { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #y3lAoHhNKHQmTiLAVUsmK0m4V6xAkGs3 { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #HTKLCyflTbUHa6QiPimhyRDfhEcGgLgl { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #l8rvTU6Rlmw12rCd8SEhuKLqM10ie5eF { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #sbfH0qnKTK2dIFkTAbMss3Kf2KnWv9GC { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #TbRNGhENHJQfXV4TNlxauJ9iSDFzCuoM { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #s7cdOJSRIkMCZHIoqRnz9avJH0Wt0OTQ { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #q37eFgzrvLnD8TggF8gKL7aRxq0OuMC7 { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #nnZmIteqhS7fBK5XsMrWe9Os5lGdDzsm { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #tdvf5XzReouxycG12pCyxGKBWNwEspDU { position:relative;z-index:2; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #kDJkUHH9FM2QZepAAXQJaiGhv6ANpyHW { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #URt7EKm2C2AgnAeoGTk2A1HOiXE26RAc { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #vpJVZEDZyATZbytMCwM1qbam2U73EZa7 { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #x3HpzSwmGcCAfu3IsJ7fGMVofhmVxVDP { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #Kdqb96IG58qtIsQaDx0cCK8Zw7Q3uapK { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #rVWdnbZPtTsN48CX4mydyIMuKzNQUdcR { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #Ne4r5lBPKI0QUeltI0QLDOWdKrLsfXyE { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #B0B9qe3i3RPhuyg2QQK2XVX8ZoOnEm2x { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #AsiUT8Au3zZATQTwaCx9XXtb3Vm8I9sl { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #SZXwnJL0tT0dlniHSs8UqC7Tv6tTKUiU { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #kIiZk6rTdqd9DIzmTTXI7NbSRoV0Nbcb { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #S88aeN5xpJ52CHVsqnS6i89DBeKicqXT { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #CrmT7S6cGT6yTXfq1RqrBTNr4hxIGA3T { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #SzsDnG0UMGOBh3gEp4ZNCMXEycggUKiN { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #TAJxOogkhX5orFIq1GTGKDbEru8FTJlv { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #vQOTn1tz7BeAX2dIRU7RbZTS0KTf1W2t { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #dM7MsPd2bVDkcqsB4fkDETiGc8FsZnVo { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #V9AksbRhNDA3mSA6mF4o9yTnu9wil8Cy { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #xmIBT98Tnt0wGkiFUIKc8xTAwrzOCQTu { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #oA17mhPGZL2BeV4MU33wtf1F7JwlTTmQ { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #dpaaddI7HBkxsMwJ5ELGMGlb0FkqvTvz { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #CVquUIXzfUilNUJd3xEC0DTKSUb0B28D { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #VQ51QoIa1N0dPruISNG7ME1Vzb0n3MhV { position:relative;display:block;z-index:15000; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #cNNNJCHeNH8rSiDorVwqnUyaPpfQ6HN3 { position:relative; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #la0iydnPRL4gQiy8AcDUH3UMBMGvqUnZ { position:relative; }
#KhNnFqu8UyoLQ4qLMrrRULkBG5uvtRVK { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.875rem;left:1.28125rem;height:1.4625rem;font-style:normal;display:block; }
#seIzzIZy2vpZN8cJ1leuCOSMIyy0rLbr { color:rgba(var(--color-secondary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:28.8125rem;left:1.28125rem;height:1.4625rem;font-style:normal;display:block; }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:300;font-size:0.8125rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;height:auto; }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.75rem;font-family:var(--paragraphs-font-family);line-height:1.3;overflow:hidden;height:auto;color:rgba(var(--color-tertiary-3),1);font-weight:300;font-style:normal; }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx .accordion-trigger.adaptive-delivery-prevent-bg, #RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx .accordion-trigger.lazyload, #RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx .accordion-trigger.lazyloading { background-image: none; }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx { box-sizing:content-box;height:auto;width:44.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15022;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:67.612487792969rem;left:27.78125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx #TX27QXKpIsU6Tcwio7LemnXmtzigxDCW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx #yV8qG2mJRJ3697nUzFFArl8JlNWLU5au { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx #MTPUChTSBFiCKZesOlG1TnAiNKSCm8Xu { display:block;position:relative; }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx #PLUsB0BHQw77I1LqAQ7PTbQ4Ok2LQt9L {  }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx #Vynyw31ibTVvgX5k68uDsNpJFw3yqRG5 {  }
#yCITSi0RKF3y7aDonG28xTQyxq8st41O { color:rgba(var(--color-tertiary-3),1);display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:68.299987792969rem;left:29.96875rem;height:1.3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ItBXNSLChSAWpp9vyG2tmvtzUPE5FH6Q { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:6.0625rem;top:66.619792938231rem;left:20.682292938233rem;overflow:hidden;display:block; }
#Lipz8Xqkkg8gb1pOdQlWOtAdnMKg4TCn { box-sizing:content-box;height:3.375rem;width:3.375rem;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:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:71.6875rem;left:24.1875rem;display:block; }
#kTzptnJ9S1SLKKwhdehShUBG5Cdz0ML9 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.875rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:normal;z-index:15029;line-height:1.2;letter-spacing:0;top:72.5rem;left:23.5rem;height:1.6497375rem;text-align:center;text-align-last:center;display:block; }
#rJJOQTIOXAlOhNiZxUICkdtRiuBsTDGq { box-sizing:content-box;height:83.0625rem;width:75rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:1.25rem;left:-0.125rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#qhsEH1J13qxa1M4CugJ9B4k0WoBWzKf8 { color:rgba(var(--color-tertiary-3),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:72.412506103512rem;left:2.59375rem;height:1.94921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#HRya8AVnqTUTJByTzf0tKiAaiTIvT1Ar { box-sizing:content-box;height:20.8125rem;width:74.875rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image:none;top:89.1875rem;left:0.09375rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#GmKPtvOvJdQGRmzTy31kVuM3SOaU3Vhz { color:rgba(var(--color-tertiary-3),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:93.25rem;left:28.78125rem;height:1.625rem;font-style:normal;display:block; }
#GzBDMEcbaDt9okLbraM7k00u2QyKpbGq { color:rgba(var(--color-tertiary-3),1);display:block;width:53.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:97.3125rem;left:10.6875rem;height:3.1497375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuuxzu3SqwrNrUVpwWiEJhZBHdaN6Ln3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.9375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:103.375rem;left:26.6875rem;display:block; }
#FOGDtFpU6AkbcEWIdgZOSSnQQX0klqaV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EDOBLOw0SCl43nhg6M0eH0yl3Mg1nw7X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#EDOBLOw0SCl43nhg6M0eH0yl3Mg1nw7X > .row .container { background-color: transparent; background-image: none; }#EDOBLOw0SCl43nhg6M0eH0yl3Mg1nw7X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDOBLOw0SCl43nhg6M0eH0yl3Mg1nw7X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDOBLOw0SCl43nhg6M0eH0yl3Mg1nw7X > .row .container > .video-iframe-container { display: none; }#EDOBLOw0SCl43nhg6M0eH0yl3Mg1nw7X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EDOBLOw0SCl43nhg6M0eH0yl3Mg1nw7X > .row > .video-iframe-container { display: none; }#EDOBLOw0SCl43nhg6M0eH0yl3Mg1nw7X > .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); }#EDOBLOw0SCl43nhg6M0eH0yl3Mg1nw7X > .row .container { border-width: 0; border-radius: 0; }#EDOBLOw0SCl43nhg6M0eH0yl3Mg1nw7X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EDOBLOw0SCl43nhg6M0eH0yl3Mg1nw7X > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#EuZmgGSrElLLOFVW6E7SGZeabTBuSvgB { color:rgba(var(--color-tertiary-3),1);display:block;width:32rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:8.6875rem;left:32.875rem;height:6.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mzXk5DDapiv0SVNMdRq2AZkmtNnTizIt { color:rgba(var(--color-tertiary-3),1);display:block;width:15.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:3.3125rem;left:32.875rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#L5voOLlmDThxCa6cqPZmi5sNzC0DTU1v { color:rgba(var(--color-tertiary-3),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:5rem;left:32.875rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ltvzG1QgpdJacOf6WBtNRx5qISrZHuN7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:9.125rem;top:4.3125rem;left:18.6875rem;overflow:hidden;display:block; }
#OfE5K7kKA9HBMvz5tIkWDQrOTFbThD5x { box-sizing:content-box;height:13.9375rem;width:13.9375rem;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:15003;background-color:transparent;background-image:none;top:1.90625rem;left:16.09375rem;border-top:0.1875rem solid #919191;border-left:0.1875rem solid #919191;border-right:0.1875rem solid #919191;border-bottom:0.1875rem solid #919191;display:block; }
#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { background-color: transparent; background-image: none; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container > .video-iframe-container { display: none; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row > .video-iframe-container { display: none; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .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); }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { border-width: 0; border-radius: 0; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#IcmuNhGAcmC7DCCgH4MynnXQ98OoMNoW { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:1.13769375rem;font-style:normal;display:block; }
#hbQ7IfGuJvOO7lB0ialfmMN87POmKFXq { color:rgba(var(--color-tertiary-4),1);display:block;width:29.6875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:45.3125rem;height:1.1375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k12s5wgVFVxWOpbzhzr1F3NobkOx2J0V { top:0.8125rem;left:0rem;width:5.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBTTUerK5WUyULvROmSRh7OPX0hOd3up { top:1.625rem;left:25.6875rem;width:6.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWQ8Ob13xgpa5hufX1ruNNzHEFbAwx83 { top:1.625rem;left:34.75rem;width:6.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRprAOhNGfFTqgcBP4l2SU0ouqNVcKWH { top:1.625rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5dkTPc0VW4Tnz0GPNzB5iKb6FLvBdOb { top:1.625rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUl8JbTcb7zCf2wTrSMwkTTOfKCsruC2 { top:0rem;left:24.4375rem;width:9.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOvhJp3Tc9s6OcRA2G2KLKs47G1llyWz { display:block; }
 }@media only screen and (max-width: 763px) { #vm5rNRaOcZx6TSttSCRqwlcIkes0cKPl { top:0rem;left:33.5625rem;width:9.1875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5ptxx4G3vpSy2Tf9KWqmQaS0Q2PORTI { display:block; }
 }@media only screen and (max-width: 763px) { #A9Ml9Ca8Pvv3UMTLTphR4uyI4yGWZwhG { top:0rem;left:39.8125rem;width:7.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMRRcqbhU2us16rzWIMWBgQm0euUkkgV { display:block; }
 }@media only screen and (max-width: 763px) { #phTy98TXhznnwA8igSqyQcJuuLbuTet5 { top:-0.0625rem;left:38.875rem;width:8.875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTyMSSfH2yQwEo7FmpxDWiXDXxIk4Cg5 { display:block; }
 }@media only screen and (max-width: 763px) { #pkpNc4O1HhiqTq6qTLXok8tCXHkq0RdL { top:0rem;left:38.875rem;width:8.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q725TraodTP5otRmq6pGAbVsvsvzKH1k { display:block; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDfKvEiwM0hE7KxHxDzM9zBPirglPha2 { top:9.25rem;left:9.6875rem;width:38.0625rem;height:5.625rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8DfP0e9MFDkTlhWchu1mlRxFehX5PzP { top:4.8125rem;left:24rem;width:16.75rem;height:5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzbrFFVQymnULfzDOluGT3Vq6vunOeri { top:9rem;left:0rem;width:28.8125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzzT31ZyFR76IaKC9GZLZXIdcysX8Owm { top:5.25rem;left:0rem;width:36.875rem;height:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #adW45TFGxbptvrbKFDKtr2Ka9EeaSMi9 { top:11.6875rem;left:0rem;width:31.75rem;height:3.0625rem;font-size:1.6875rem;display:block; }#adW45TFGxbptvrbKFDKtr2Ka9EeaSMi9 li:before{  }
 }@media only screen and (max-width: 763px) { #JI2Rbehk1M0HTgiCCBt6KvBrWmA32w67 { top:22.75rem;left:0rem;width:8.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJGrFyFh2cMeGRc7eKBshfk6x5HbdEio { top:22.75rem;left:4.40625rem;width:8.75rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpBPPD9nIJ2Sb5JO9HP2bAFFTztq9HiX { top:22.125rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccQmiMsqZoTlCsgUkw9TLIK5OoRUME6S { top:22.125rem;left:0.71875rem;width:3.0625rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJrpRtuRfNbKZHk4mxoMmJ5EfQCDbdvH { top:5.4375rem;left:12.5234375rem;width:10.1875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmTeWgaBrnR9K8aNS5rwywzBz8yhy9qb { display:block; }#HmTeWgaBrnR9K8aNS5rwywzBz8yhy9qb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coulaLF5VP4EC6aqGWsBDWX2SVNxNcXT { display:block; }#coulaLF5VP4EC6aqGWsBDWX2SVNxNcXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqH2k9rHa1x43uT2VERKOQXXLDEHPfIA { top:0.8125rem;left:0rem;width:47.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxPoNVu6rukSJsim2fLITwztssiZs8bs { top:2.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUq00zM1aKLox15hJKO8MTbrT54EPLMk { display:block; }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vH4J4bk80QNolUWyLXC71BrRC8RDPoV6 { top:1.625rem;left:0rem;width:47.75rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMpAoglJPFrfNMrnFhKesPXE62TNsw5I { top:10.3125rem;left:0rem;width:47.75rem;height:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDaHfGN0bRt0pPseIWhThuLtT41tLXTs { top:22.6875rem;left:17.3125rem;width:13.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #J473BTN5Cd7r53WaQv72HfhJ6TlETHfS { display:block; }
 }@media only screen and (max-width: 763px) { #ks0dGzwo4dUIdtBHDXzx6Dxu0iUkoPTo { display:block; }#ks0dGzwo4dUIdtBHDXzx6Dxu0iUkoPTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5D2gW4QzIOwO5XNEfe9yO5wKiDa001c { display:block; }#y5D2gW4QzIOwO5XNEfe9yO5wKiDa001c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgLWnEyhJctn3OJ64ksW5Mm91bJpHJWV { top:2.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRZm4lKtUUtcXiCBEnSVamKPURzw9ke2 { top:0.8125rem;left:0rem;width:47.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpztH33AQGGKBeOeIim03DIJBFM5UD47 { display:block; }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tC5aAfX38DqEA9Ds6CKFgxbuSwR3WdnF { top:1.0625rem;left:10.1875rem;width:27.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCCi2VNH9pfTCALWtT5qLu8co1rDqigV { top:14.3125rem;left:0rem;width:13.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #paEf6UofQSFmcRdKwnWTVfvZOoMWR3CA { top:14.3125rem;left:3.71875rem;width:13.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZtquiLsPmzTq2M2ygCp592nD0VVxO8m { top:14.3125rem;left:18.15625rem;width:13.3125rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQxDSE1uT8c0OVi2VT4NrWxAwm8gV5vI { top:14.3125rem;left:31.84375rem;width:13.3125rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQup0sB23u29rwuXmaO4QvIE1sQvGaKN { top:14.3125rem;left:34.4375rem;width:13.3125rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbNK1vDVaRRag2fTwsMAvq9MISd6u6rx { top:3.8125rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7kk7Qwn9zKqXNUnSNF9M8egIyoyZW5n { top:3.8125rem;left:5.6875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhagFKF5FkkGRftCaO8TNXsUyHJFRzqs { top:3.8125rem;left:20.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPlkn1fH9QGGelLkA3Lq3qNXlKn82qJl { top:3.8125rem;left:33.8125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZXP7RRUqbzyeXT8K2SQorL2bTVF8rzP { top:3.875rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRv2aEnOifzKqp7h3WBrzTbyPCceDvgK { display:block; }#QRv2aEnOifzKqp7h3WBrzTbyPCceDvgK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1qlShfcBioOBq4v1VEg8y8cS1zuwBkn { display:block; }#M1qlShfcBioOBq4v1VEg8y8cS1zuwBkn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KO97UTWPkS67VIqKL8gBTpPBSLXZoilJ { top:2.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgIT8tbu520EGTAx1iTtOzhyAMN0Qtz3 { top:0.8125rem;left:0rem;width:47.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHH0zsIxB2HrVixUSlA2QaVzl9gw5kNz { display:block; }#hHH0zsIxB2HrVixUSlA2QaVzl9gw5kNz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwJy9tOszwIIJnJmDPKk834Jgg7g2mpT { top:6.625rem;left:0rem;width:13.3125rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA4trZQ2ZRSPuKDt46wJoxHwNFofZTtC { top:6.625rem;left:3.71875rem;width:13.3125rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFxknkSruqMKCaIMPoGWa8ZnCle3Uwli { top:6.625rem;left:18.15625rem;width:13.3125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mydEfrn3LMvARww0GKfkGdp0ngFSuCcf { top:6.625rem;left:31.84375rem;width:13.3125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN1vkikqAc9gTeXdtcoLanXLez2GJiTH { top:6.625rem;left:34.4375rem;width:13.3125rem;height:4.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgeLhatwCqGbLE6GtRmNRAGTMxOuQmMw { top:0.1875rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fz7mTQPm6zwGBGALrAgqhzx8raxxFmKf { top:0.625rem;left:7.71875rem;width:5.3125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EELk9By41yGAgE10UuUn5mdcuTaw0R2Q { top:0rem;left:21.8125rem;width:6rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O041OumeqTBwoUxhQtH5VZi9uoT7cC0i { top:0.3125rem;left:36rem;width:5rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #neT4OuVu6EVLD9vuK7nDw8UZ7UCC5zUL { top:1.25rem;left:43.8125rem;width:3.9375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAtgRxN3oK2qlGxdTCtlpvdSZhV6DE5p { display:block; }#fAtgRxN3oK2qlGxdTCtlpvdSZhV6DE5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shSyUWCQe4ryCcqTwW4rgMZ8rHtCQZFw { display:block; }#shSyUWCQe4ryCcqTwW4rgMZ8rHtCQZFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USwyokupbhT7FM4UDw0Gr6msPSVvPciV { top:2.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiqH7aAodthNXUES1JQAkyXX8OORt0GO { top:0.8125rem;left:0rem;width:47.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCFVTUfWGKN09Vom4rPWTUmtxQhiIVcw { display:block; }#TCFVTUfWGKN09Vom4rPWTUmtxQhiIVcw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT3hKdTvakSpAPH7hR8SruMuuvZAPDmO { top:1.0625rem;left:0rem;width:18.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB4riWOuO4DqzJd7deecxunACFoN0Uag { top:2.125rem;left:0rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJPxlR65xuTWJumsRiXdISpl3Rcb3lBb { top:2.6875rem;left:0rem;width:2rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCuVwQG91BhnD3y2EzpNSNnZQPlux4zK { top:3.3125rem;left:0rem;width:14.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a56lxzZHcMv875RZ57D5mC4ykICSxbmB { top:1.0625rem;left:15.875rem;width:18.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4780QuoW36dApcl2RKzDT868Gf7eX9m { top:3.3125rem;left:19.750002503395rem;width:11.375rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPEc0uEF30X5nl23ZPAOav3ZKSLcsOSf { top:2rem;left:12.6875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJkQKm3vrRG3IiktTkfqU7IqHiS2DoPk { top:2.5625rem;left:14.375rem;width:2rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5HsxXll1eGhBTXRfCrx3gzTgcCNuSW9 { top:1.0625rem;left:28.875rem;width:18.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km76svts1QvsylrRx4Th1w1wZoXoAmvA { top:3.9375rem;left:33.125rem;width:14.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXTbVaZTHlsK8zWgodCvlbuTBv9zCkWz { top:2rem;left:37.4375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9ZMadWknNvFkFOhsiELNdPryaJxyThZ { top:2.5625rem;left:39.125rem;width:2rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN93vRRkPAs92UNCSzKEstsILdSM4eTN { display:block; }#TN93vRRkPAs92UNCSzKEstsILdSM4eTN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jp9IUgHDJQS4Xqdd9rUdOlTurqH1Vl2b { display:block; }#Jp9IUgHDJQS4Xqdd9rUdOlTurqH1Vl2b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsc6gT8cHycTFI6hSDgy9Lnqhzg001hD { top:2.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRd0HgBOhQur1MzIK9ZAFa7LnUN737EQ { top:0.8125rem;left:0rem;width:47.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLOkbyl2kCzbKyWm4xkDrxGT8uDsRusF { display:block; }#tLOkbyl2kCzbKyWm4xkDrxGT8uDsRusF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsvErQigpitV6vT7JZ4lAqE4WywErTkI { top:0rem;left:9.875rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8wDqM5b7w64heVTJwakCXISvoNTvfu4 { top:0rem;left:25.75rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXbscqOpNiUvc8XdTFv22Zt4DDk2cia2 { top:9.1875rem;left:0rem;width:16.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdbouFlysQWrfq2yusV0uC1uOhScAT6z { top:7.5rem;left:0rem;width:16.5rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaGufgImNBzKDtliQ0zk31wlK7I0nB9z { top:2.625rem;left:0rem;width:25.0625rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfoSMxsAwMnA5KP9szMkv0EeLGKfTRSQ { top:9.125rem;left:13.75rem;width:18rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfO79qVyDIUtJiJT82EpaqvpAZihTe05 { top:7.5rem;left:13.5rem;width:18.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLMBg5H6Ed9Z6FTgUE8RV7pv7wT3fMep { top:2.6875rem;left:6.75rem;width:25rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI2Td7byomZpsKyPMzBWlDv7Dn1OhRIy { top:9.125rem;left:29.625rem;width:18rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUbGUOTbz5WFkzNgZhCZemo96tEtLcSd { top:7.5rem;left:29.375rem;width:18.25rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDucvZtI3ywVUveWGgIHtFScVaSQSuWo { top:2.6875rem;left:22.5625rem;width:25.0625rem;height:4.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqlckwZGE1QDOs0OvrPv9R7sQIPthOsc { top:0rem;left:0rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Vfqwl08TMqipBAJTdUtIduTXicvWL8 { display:block; }#B0Vfqwl08TMqipBAJTdUtIduTXicvWL8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awbZcBm8mH5drDV9JuX7L52Dkfq0LAm0 { top:1.8125rem;left:17.3125rem;width:13.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILuilEmgAxbh9MuqTlE3DLXaLZG0S9yg { display:block; }
 }@media only screen and (max-width: 763px) { #Q6EAULpyai8wXTBDBV6acXTKpUANDkSc { display:block; }#Q6EAULpyai8wXTBDBV6acXTKpUANDkSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKLX7c3VAeIvUE0cfPtQXCvQBCPzTTTT { display:block; }#aKLX7c3VAeIvUE0cfPtQXCvQBCPzTTTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ap8ecBgRLWHH7AWTCmiAZzAiMb96NPl3 { top:1.8125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7TS3rZFOdLup5GukTWttS7FB03hO6U5 { top:0.8125rem;left:0rem;width:47.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azTIa967cPuI6TqvFAT3ggA4WxBPvuIE { display:block; }#azTIa967cPuI6TqvFAT3ggA4WxBPvuIE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IB6LJpy6si05W5CP2NFDBCftyTLvSN8m { top:1.375rem;left:0rem;width:21.875rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9QXmIGgqnwGKZoUqwryoDQag0kq5VDy { top:4.3125rem;left:0rem;width:18.75rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPftJDw1ugOHdagE8S417XqMVqfPo5kO { top:10.0625rem;left:0rem;width:17.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFUZ0xqcWyOwCb6h0R3LPJbNnG69tiSc { top:2.25rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLGp6qQJBT16sRUETPvJs7X8RQdFtUsp { top:2.25rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrWCGk5PKl9b6mGktyDkRDNX75ZAnorE { top:2.25rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVTDMiUANKKaRA7J46bURhtkFVpySNs8 { top:2.25rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9980SwcLgFn9veA9N9nNowsnoll3T2p { top:1.25rem;left:12.9375rem;width:21.875rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqh2eBZgmRGeJqBZSK5rcgWUpQhnxbU8 { top:10.0625rem;left:14.1875rem;width:17.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK4pneMEeih6ThAJydLvuFlm37KJnJTf { top:4.3125rem;left:14.1875rem;width:18.75rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzCxeWGbwztM5CwECqy5KME6PuGzqXIF { top:2.25rem;left:18.3125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPALpsNGB8y4BgyqJXUJ496CPt5MWSmI { top:2.25rem;left:16.9375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUoPx8OMTXJikch9l632xW6fLPHhH6pG { top:2.25rem;left:15.5rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okGwRs3nqRf2WcqpJ2TzsyxTdTkoGEhq { top:2.25rem;left:14.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAHnPTvJAPB2u8Z0370d3V6ACZ0fW8vT { top:2.25rem;left:19.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJXk1VKH3XI8qxKwPHioL9uFm7lUE036 { top:1.25rem;left:25.875rem;width:21.875rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkpbvNEbiaTIFRa268v62ebCWzBUo7Oi { top:10.0625rem;left:30.4375rem;width:17.3125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixOmaJNOP6ZQZNsxOSwvrLfDopIiTOcx { top:4.3125rem;left:29rem;width:17.25rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M71qrWgzEoONmnmTTvC6apAeBHmFTbk9 { top:2.25rem;left:42.1875rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPrXbmTcgDSLyw21gdvTJLnsGXK2LD91 { top:2.25rem;left:40.8125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMeZJeMsvAWlLG8xOEC2JDiUfu7IkTAF { top:2.25rem;left:39.375rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suoW11XGg5qNqT1W0MrSiPFmAuf0b3cC { top:2.25rem;left:43.5rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiBdQs9Odh4SuELP5pFGzn50vDoBnwOf { top:2.25rem;left:38.0625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1vRk6VwusOLc4fBTaG6T5rtrXv5gyXE { display:block; }#u1vRk6VwusOLc4fBTaG6T5rtrXv5gyXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Do5otGgRNxOEmT1dWwAazKX7o9oJyt4H { display:block; }#Do5otGgRNxOEmT1dWwAazKX7o9oJyt4H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikzqs8s6iSTTtmAoW8XogqwZUXGg0un5 { top:2.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMiNOngNmyMxbyStpCwNKFmJXKXw6nTk { top:0.8125rem;left:0rem;width:47.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynpVBbdLr7nhtSlvyfmHNm8VSWRb0hyI { display:block; }#ynpVBbdLr7nhtSlvyfmHNm8VSWRb0hyI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ru3M7irGJ1o4EIfBDnRsgXW9HhintXsG { top:1.375rem;left:12.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwWcKGbWvFL4wlWu6Pg23Kb05HfmXosz { top:1.9375rem;left:15.9375rem;width:8.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi1A5EHK13vncA4lii4NzmM3MnPFB60W { top:1.375rem;left:24.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkWqvu1tgcxMl01iJ7m8rnMXoLhxtmTF { top:1.9375rem;left:27.75rem;width:8.75rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pknq11gWWN0T5L5TdthcTAVJOILtREe8 { display:block; }#pknq11gWWN0T5L5TdthcTAVJOILtREe8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B928b0U2OWQ0TeEDlknAS5uidewclwbr { top:5rem;left:0rem;width:31.25rem;height:6.4375rem;font-size:0.9375rem;display:block; }#B928b0U2OWQ0TeEDlknAS5uidewclwbr li:before{  }
 }@media only screen and (max-width: 763px) { #h3hQ30OZwPVXhscZ6VIf3hfmTkV7Ulfn { top:2.75rem;left:0rem;width:31.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcGteetGyQgXTSfbb15LPmtyEPrB2xr8 { top:2.5rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0NrtfhTfZmcEo09aMvRCApKmz3eAztr { top:2.75rem;left:0rem;width:1.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR67sabM9WrikJQwVJEOlPml8a8aJWG9 { top:12.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpt0K02cd53XbhTCgZqy1lXT5kc9nIwo { top:12.4375rem;left:0rem;width:1.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKaQCnRBIwlUF4m0kHSTFNzu6lVofhn { top:12.5rem;left:0rem;width:31.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zavB92QlAgQLZaHciz5JN2aT5rFox620 { top:19.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HleUcGwU9SGn8wTkb8fTRsRTT4VovcoQ { top:19.5rem;left:0rem;width:1.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeoZhaZfZlHuJGmITEMbdG6hmeqisF5E { top:40.9375rem;left:0rem;width:31.25rem;height:5rem;font-size:0.9375rem;display:block; }#TeoZhaZfZlHuJGmITEMbdG6hmeqisF5E li:before{  }
 }@media only screen and (max-width: 763px) { #mv7CBStqs0bOQCizSf545cSNI8BTFgBn { top:21.5625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqz07vLO6UUA4ULtiXLqG1GFiWViGCaA { top:21.8125rem;left:0rem;width:1.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMUEHqdVbTcppwAB2vKseh23n58Xqckd { top:39.1875rem;left:0rem;width:31.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyhLp29xagQ7Tx4K1TARR66si7o63OsB { top:46.9375rem;left:0rem;width:31.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUr15MEERn4J98tiUUn9FeUhOGOCRuUg { top:23.9375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #etHr3HMKhQQ51OD3JEm8MNELRX6z2JGu { top:24.1875rem;left:0rem;width:1.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzewJ7BcmFo37ltnb9rsGhKSZi6vRh89 { top:26.3125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thnep6XxyEh8dN2HGACUCboCGwLCLEKn { top:26.5625rem;left:0rem;width:1.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4xqbuW4mBS3PzZWtf4gB8uPBVT4VebW { top:38.8125rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yso9TGhL8U3vsAHmNW09RsTgQRgRkelu { top:39.0625rem;left:0rem;width:1.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIXlEHd2vDxi6oGePcuTJA9zEw7OAclb { top:52.5625rem;left:0rem;width:31.25rem;height:9.6875rem;font-size:0.9375rem;display:block; }#uIXlEHd2vDxi6oGePcuTJA9zEw7OAclb li:before{  }
 }@media only screen and (max-width: 763px) { #OwhRTZw8PARKLMfN6s9eeXRFJUfubPC0 { top:46.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS2Jecvogp3brZJz5Cyp6bT0ZSt1lEfh { top:46.875rem;left:0rem;width:1.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9DOAgrp78s3tZT2XFQCIg7E2TbcOKDw { top:50.1875rem;left:0rem;width:31.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDLKori8n0KTNBeWlMoHHHPelprnxzKa { top:5.9375rem;left:16.5rem;width:31.25rem;height:4.6875rem;font-size:0.9375rem;display:block; }#rDLKori8n0KTNBeWlMoHHHPelprnxzKa li:before{  }
 }@media only screen and (max-width: 763px) { #Sa0oe0XcmIP2BLupozGwQEso9IHhDQJa { top:49.875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPm2cn34vk57S9tCf6WqtIfkxEcSv2nn { top:50.125rem;left:0rem;width:1.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFLCU8s2CzZnTxiMA5ufB4I0gRG92RWI { top:2.75rem;left:16.5rem;width:31.25rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kI2fZGnaPwMOnLiH19VTZsMFCcG0SbAl { top:26.3125rem;left:16.5rem;width:31.25rem;height:11.125rem;font-size:0.9375rem;display:block; }#kI2fZGnaPwMOnLiH19VTZsMFCcG0SbAl li:before{  }
 }@media only screen and (max-width: 763px) { #y8gidToo3zPHWPgpt1Eno2qreXk86xaU { top:12.5rem;left:16.5rem;width:31.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #goZoTycrX20xEUlT6fcyqPoK7uRcak6R { top:2.75rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl26n6RWsScVL4SHBAdLzq1rLJ8wVDwT { top:3.0625rem;left:23.875rem;width:1.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5X8ItUwyM7z37NqMXaAgfroVbmi8vT6 { top:14.8125rem;left:16.5rem;width:31.25rem;height:7.875rem;font-size:0.9375rem;display:block; }#G5X8ItUwyM7z37NqMXaAgfroVbmi8vT6 li:before{  }
 }@media only screen and (max-width: 763px) { #SZXR89mIoE91wg5eJEG4aQZNa3W3GodN { top:12.1875rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfh8yTGz2qB1PMkFcylvXme0PHmdWeBq { top:24.25rem;left:16.5rem;width:31.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIw6sA4EkIG9OT4uK6TBgPIZBVoLrI3f { top:12.4375rem;left:23.875rem;width:1.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfu7FlgrGuTLOO0WSwNWTOqKiUrNaGTo { top:38.6875rem;left:16.5rem;width:31.25rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSAL1caViE4SNiq2lMnhtfs5zVZCovWQ { top:23.9375rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTRCyohEUoD91TP0NbTqmGTPbJB77eOR { top:24.1875rem;left:23.875rem;width:1.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLMT2rchoXVAoOWHOvgaceSNsCy5E2X0 { top:38.375rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGOotENSOowOqaE6FZe7H7IKHQ6IFmeI { top:42.8125rem;left:16.5rem;width:31.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVWG7LO0wi1fvFGq3psnrIMXQf6mPio6 { top:38.5625rem;left:23.875rem;width:1.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJVkp1fzvQr2ErEkGmPAmRIEDTAAqQ2R { top:42.375rem;left:23.875rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK3dG4uSwIhZbbH0AyVvzReX2X5yhTW5 { top:42.625rem;left:23.875rem;width:1.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #roqpHCw3Uznt5tca8J2fDFDnv3FHrD2c { top:14.8125rem;left:0rem;width:31.25rem;height:3.1875rem;font-size:0.9375rem;display:block; }#roqpHCw3Uznt5tca8J2fDFDnv3FHrD2c li:before{  }
 }@media only screen and (max-width: 763px) { #qB9KOHkkVXLuir8397TDrIBkyE12n4D5 { top:19.5625rem;left:0rem;width:31.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHeLxlZrtsnyW8qIM27N8nheEi2u8iMR { top:21.875rem;left:0rem;width:31.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzbSzttTx5RU5MdZ4LhJc1X10gUnTyB4 { top:24.25rem;left:0rem;width:31.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEHFsHuNWRkQapCtlQ4pdoCe9D9pK8iz { top:26.625rem;left:0rem;width:31.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnqSp9nr5Tb4xFRXxr3BMud4TtsgZsN9 { top:28.4375rem;left:0rem;width:31.25rem;height:;font-size:0.9375rem;display:block; }#ZnqSp9nr5Tb4xFRXxr3BMud4TtsgZsN9 li:before{  }
 }@media only screen and (max-width: 763px) { #fRLgXIpIimIXf355vm4MlDSIvFqN9VVu { top:-0.0625rem;left:0rem;width:0.125rem;height:65.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIoHi3TdLZpEFMJ9BO7M1Cy8Giyk23J3 { display:block; }#PIoHi3TdLZpEFMJ9BO7M1Cy8Giyk23J3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0GzHM6oJHhckzSRzFzTpNDAS12OifXf { top:0.9375rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW2HFHHDbFwR4XCrmB5fm3aJaAkqL7i2 { display:block; }#eW2HFHHDbFwR4XCrmB5fm3aJaAkqL7i2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lco3sQwzLqzel6OQUhUO7MnRl4EeROSN { display:block; }#lco3sQwzLqzel6OQUhUO7MnRl4EeROSN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAZKhK1gsuieppD2NU5JUwp3WT3gLxhl { top:2.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSTT5wq4G5c9dpWT2RbpGZtoFh5az3mX { top:0.8125rem;left:0rem;width:47.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4b2749JHuGzTpuDo7dvC8gMxAPQbZbi { display:block; }#I4b2749JHuGzTpuDo7dvC8gMxAPQbZbi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lR3q59QkAWdVoMAHG7adX6DBsAHZoSJJ { top:6.1875rem;left:0rem;width:47.75rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX4qbe3Cs88KMyR9PWHKkvQoUhIGUbPF { top:18.75rem;left:0rem;width:17.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTpKJoqAAb31PLpNNOKhrTzBIXaAC524 { top:8.6875rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2nNaJP3koNxq6tUxTMnvxm2yescIuU1 { top:0rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiI29WzG2G4P4ZrzPF7GeZIZCwG4ovNr { display:block; }#GiI29WzG2G4P4ZrzPF7GeZIZCwG4ovNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldgtD1SLyMOqUDT0gaWgTNPx7XiKvpxN { top:1.125rem;left:17.3125rem;width:13.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2T2gXGRwDiXUXMkc3qn3bpGwWqXskFD { display:block; }
 }@media only screen and (max-width: 763px) { #UZptczsldSzLSBBuQq582iMeTS4TrwTx { display:block; }#UZptczsldSzLSBBuQq582iMeTS4TrwTx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sd3v0sBZs94eA9L4zcz6C8dcGXT8cX5N { display:block; }#sd3v0sBZs94eA9L4zcz6C8dcGXT8cX5N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5i8NQQtxppLMBl9z1xp2wrsdLVBmv9w { top:2.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcGwBi3a1o1ylfe1eZsFPOTMmakDhM3J { top:0.8125rem;left:0rem;width:47.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr7AteFHNSCEOVIDnF63XgyHV1xShBw0 { display:block; }#Cr7AteFHNSCEOVIDnF63XgyHV1xShBw0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q { display:flex;height:auto;width:45.25rem;top:5.125rem;left:0rem; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #W1uVQCngr2fq52ahGZDzXtDftrRaa4RE {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #J6J3UbplWrUM3DDirRUclFi71Uk0DH3p {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #tNzGlwF49OJTVTV9cn50OyPBIgi6K91y {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #vcTUEA8cpquGiTvc3eemQRl6QMlATJzP {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #v8SFLxR38kHCxd41IawV97iUAaWX9cbT {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #Ta9LyCdVfxTrWnmEgz3FRa4PJ5wUAAUM {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #wy2xl4hbTCTFcuy1gmdaOasR3wvSxTJV {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #rwfWuk2Xhzu3Emwp0eJ5uDDAvxHc8cNT {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #QTyRv4GTyHnDOLSuy2cRXphNHRBZbnpU {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #KnCOXoDOKTKomfLsXLWKsSd7bcE3xmMU {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #PI0y13X98h9DS6anJ16yhRZQmPCT3DKf {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #FGHyIK951b3yzcuRn2KPe21MlPMGmKi1 {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #G0bDD4TF3GstvKuMRWyfTzoUdRAZbl4Z {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #TiohEXtFRhDsLPBrAKGHoVGhJfkkUp3O {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #JiyOfAn4zTVy3WCgMNOPect9lhubG1sp {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #iZ194ZDTQgHebGXKf2zr7QcwV5zTbg0T {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #NANC8yw77cLgETzIWmVPcWsEuZyFKvyr {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #EsZRn6RKXkqK6yTDBpox25yJ3fKexnBv {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #yBxd6eyNCgaiJyq9r7pm4rQPfr4SMJQs {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #I35nzKWzddmNVw5XNueS2qcMIDy9arwX {  }
 }@media only screen and (max-width: 763px) { #tbk0yI7nFz6ZtEeOuaccG9Gfh7zVNw2l { display:block; }#tbk0yI7nFz6ZtEeOuaccG9Gfh7zVNw2l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4llxUK6vZmquE6xEvuf1xJA2D4cPmtJ { display:block; }#J4llxUK6vZmquE6xEvuf1xJA2D4cPmtJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lprTaWZ2NNDToyqWqR2FHA2OqUIk1l1K { top:2.1875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dByTapgR1cAwrNhpUsJ9kZoqVkqOe1bn { top:0.8125rem;left:0rem;width:47.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpe5Zwt38333Ob4MBXOnDiXxsGRM3RCy { display:block; }#Qpe5Zwt38333Ob4MBXOnDiXxsGRM3RCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXZMdM88gA4veBZcueD6mgkegmsTUOsT { top:11.1875rem;left:35.625rem;width:12.125rem;height:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #shNxc7stodNcow5vKtoXwmIE73ntvnwO { top:10.875rem;left:35.6875rem;width:12.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU1rga91Pwf4StkTQHrxBFOTCSMCmmZp { top:11.625rem;left:25.500002503395rem;width:10.3125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM9ieilaVoCE6DKmpTDeJOLQA2LpigdF { top:11.1875rem;left:9.4375005960463rem;width:21rem;height:2.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9Itctzwqv47I4SSWDVRa0auQKh4X6Nc { top:13.75rem;left:0rem;width:20.9375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTNSIlWfyqeDug1mP1tHHfDzACenE6ad { top:9.375rem;left:6.1875rem;width:35.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD3xWLLO4wZglqbq0JVDfFENQ99oo2O8 { top:11.625rem;left:0rem;width:11.8125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt9Oc2RfdsEVNyEXy9J8PvTumZ5vETu3 { top:6.3125rem;left:34.1875rem;width:4.5rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzkvhs8kvnqpn74b1Tzk4TTTzv5Tf4gJ { top:6.3125rem;left:20.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pufXelpKMwJhEGhu4KWDOdXLOd6FkVnw { top:6.1875rem;left:9.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czggH3mcsBy08Tq7iQAhaJRzUdPae3dV { top:6.3125rem;left:11.9375rem;width:7.8125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgQDchcPuqCHlBMhTciLGtR7BpGcRXmA { top:6.375rem;left:23.0625rem;width:7.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdBm7dqRrTTiE7R7GapdnR1K1cu7PqPO { top:6.1875rem;left:32.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0PRlBS1ZmPqdFA9DIPXvDTrQA2X5yN0 { top:1.4375rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPKMicnm9pwmvJ1z5JB0JurRipAHrwlu { display:block; }#gPKMicnm9pwmvJ1z5JB0JurRipAHrwlu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-text {padding-top: 0; padding-bottom: 0;}#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-select {padding-top: 0; padding-bottom: 0;}#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-button { width:36.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.5rem; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-checkbox-label { width:43.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN  { width:45.25rem;height:auto;top:2.625rem;left:0rem; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN {display:block;}#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN { width:45.25rem;height:auto;top:2.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #TM86zL7WE1KKqxRuLta5K3MLtFprAT3q {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #nDanw9LEHWemJVW5vKa0QcxmTBBiCrRF {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #al1SOdQwiIRcF2tXywt0GbC5scIcV5l8 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #ZwQLv1Rx8L0c5w3l5xxNW9WuisVQKToc {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #nihcn0qggQZrV9fXJXU0X2lZyaJeT0fC {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #TowxMnSqdNczdcxa5i64tgW3BLrzLEkP {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #kSiuBMg4tBVb2OkfDVO3UUbw2t1sOfvN {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #XepZ1PNmNwWydEltFwi3lHBUoHxcLymU {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #tOTJfSBk6N3gCrywN2MCPw0etCGJWyVv {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #pgCC7vmk9ToBuVO4Txc7ZrScTxTLTHVE {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #yOE8t9Bf08xkHwxk7eCAaepA8RchBB9t {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #gDCtqlxgPdQqgEtdexesqeM8GaZZZyBT {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #hpgxl1I77RdTPTRkNThUA6cRDVaNIh8a {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #qBWIVp0PG6qH25ovOOpxz54iMy1O476F {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #gJVmxaRUOOci0lwPWVJWt38yC3P8qtIF {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #vMP7fb8CkrnXNKCgzAyRzaxDOTT21c4O {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #OawxZttNdblmLCpAkx5V9LuaSFopCxtN {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #XTeKe3eT1V79BA3A2A7Fxtqw4fPR48Sz {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #n7aaIopznH45hqX0edUoJev2zOgDDRB3 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #lvnEpEGAAO1SvEzM9R5f41n723h4sa5b {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #UnU3aL6s8VRplLG3yWWxKAL9zJnEhJiK {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #xG08CD30iKed63feTwWLsrLTqAfetN3C {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #e2o89Cs69sVgbgwzyCKaNUPnvAORDGz7 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #MIEz60KEqNEQwPiJT5wReuFxGZapXToK {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #VvhWDhoHaIQ6Jt5pWJMOXAUJMJRymV5k {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #rp7HGUzhb0Vt91qScu3xkW4w4Ob8Bpng {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #FORJ3FQLZpMN7KaavrQm7uKoTyvNxcxi {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #tMC3h2mXXD3hunRTM6fWo5T72s07eiGt {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #HdEW0oEXs0ViussUpMGRlRfvlztvysRL {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #k8qMOUCLokoEaanIiTJRrqMGVcG1Wkgz {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #mAwG7cIw76Ec8g6WVqz0en9PBI4CI6qu {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #m2gWzrxmPbnfF1g4TvAP2GSMuXxCehg9 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #adQMy0DSuoVSZAgxP2WVIXxOu3P6p8Tn {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #lPXyd2uk3lx7p9O27GSmC1zmtkczn3sD {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #KgDn1ZH9d2fibbeK2fERDpG7q95iBgto {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #nn1CLm9VEP89TeMfZAcd1WiOdT1VP4Ie {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #N4NKwK2LHT6OxFKs5qgqMES2Qr5mINCQ {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #nC7eGprNreACtMxnN1HA6VGWWaB38TSg {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #eCEVaMN4zuoItZMcyfOzM4fA3nQ9Vpcq {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #vIG15ctGZUA1g580d2J1Z0ubKQ0Wr5Tp {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #SWoPPazcRrarK6UtPMiwwfoZIZGflQ6H {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #u8oKuFTvzr1WHpPkGOU3tl2uxf3iWvmI {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #eIQErirJvwmsBlf7oLwanRGvhyJvZ1TD {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #uKNK5hnnlTkb5sPNhyIViD5REJihDgAv {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #di6I4TH7yVFVE2vmJm1Cs9WLJa4JcZ7o {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #bsquqipC8nqWVTM2dk2xhSHyCnLJgPHT {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #Q8hW8zDbQnt3KTKH7TzITzJ0pcaMT233 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #aGFIKtOKOFQdQ7FlC7f6KItzE9NICPnO {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #OBhUrNAMQfOXlpqzDpkoJ58oCqsgceew {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #ZJAggSwCA5qqnLtf1sOE18uofwKwb7Oq {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #Ksp33xsepMMA5ClmAopDE8VH1Mhoyr4J {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #a2TTsOksETmu1VDV233LNnMWt4D4gPL4 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #guqW4exKodnHf5Tb6qav04X1RF6kDwD6 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #ugs1dbNtJQsTSaITuaX7TcNg3PThElg2 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #uegwR4URRUPTz45L0plURKQgusoNWuqD {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #d0irvDHsFE5vkKXxnqExVZlzD4yElZFN {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #IUG5dyPgepeJBeNyZEZIIycFoFO31W13 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #BpPiL37eaePnZb2gUmrMyM9oephtOieN {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #PSfhBL6l2Hu385szIuM10lkD5m5fAfCc {  }
 }@media only screen and (max-width: 763px) { #fEAtZQAOlxk8gVy92sVFfCE2S3fSoXTq { display:block; }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #MDxDEKLuKprD96ErTUtEC5lyspQFPPmd {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #y3lAoHhNKHQmTiLAVUsmK0m4V6xAkGs3 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #HTKLCyflTbUHa6QiPimhyRDfhEcGgLgl {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #l8rvTU6Rlmw12rCd8SEhuKLqM10ie5eF {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #sbfH0qnKTK2dIFkTAbMss3Kf2KnWv9GC {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #TbRNGhENHJQfXV4TNlxauJ9iSDFzCuoM {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #s7cdOJSRIkMCZHIoqRnz9avJH0Wt0OTQ {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #q37eFgzrvLnD8TggF8gKL7aRxq0OuMC7 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #nnZmIteqhS7fBK5XsMrWe9Os5lGdDzsm {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #tdvf5XzReouxycG12pCyxGKBWNwEspDU {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #kDJkUHH9FM2QZepAAXQJaiGhv6ANpyHW {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #URt7EKm2C2AgnAeoGTk2A1HOiXE26RAc {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #vpJVZEDZyATZbytMCwM1qbam2U73EZa7 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #x3HpzSwmGcCAfu3IsJ7fGMVofhmVxVDP {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #Kdqb96IG58qtIsQaDx0cCK8Zw7Q3uapK {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #rVWdnbZPtTsN48CX4mydyIMuKzNQUdcR {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #Ne4r5lBPKI0QUeltI0QLDOWdKrLsfXyE {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #B0B9qe3i3RPhuyg2QQK2XVX8ZoOnEm2x {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #AsiUT8Au3zZATQTwaCx9XXtb3Vm8I9sl {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #SZXwnJL0tT0dlniHSs8UqC7Tv6tTKUiU {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #kIiZk6rTdqd9DIzmTTXI7NbSRoV0Nbcb {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #S88aeN5xpJ52CHVsqnS6i89DBeKicqXT {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #CrmT7S6cGT6yTXfq1RqrBTNr4hxIGA3T {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #SzsDnG0UMGOBh3gEp4ZNCMXEycggUKiN {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #TAJxOogkhX5orFIq1GTGKDbEru8FTJlv {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #vQOTn1tz7BeAX2dIRU7RbZTS0KTf1W2t {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #dM7MsPd2bVDkcqsB4fkDETiGc8FsZnVo {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #V9AksbRhNDA3mSA6mF4o9yTnu9wil8Cy {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #xmIBT98Tnt0wGkiFUIKc8xTAwrzOCQTu {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #oA17mhPGZL2BeV4MU33wtf1F7JwlTTmQ {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #dpaaddI7HBkxsMwJ5ELGMGlb0FkqvTvz {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #CVquUIXzfUilNUJd3xEC0DTKSUb0B28D {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #VQ51QoIa1N0dPruISNG7ME1Vzb0n3MhV {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #cNNNJCHeNH8rSiDorVwqnUyaPpfQ6HN3 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #la0iydnPRL4gQiy8AcDUH3UMBMGvqUnZ {  }
 }@media only screen and (max-width: 763px) { #KhNnFqu8UyoLQ4qLMrrRULkBG5uvtRVK { top:3.875rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seIzzIZy2vpZN8cJ1leuCOSMIyy0rLbr { top:28.8125rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx { display:flex;height:auto;width:45.25rem;top:5.125rem;left:0rem; }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx #TX27QXKpIsU6Tcwio7LemnXmtzigxDCW {  }
 }@media only screen and (max-width: 763px) { #RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx #yV8qG2mJRJ3697nUzFFArl8JlNWLU5au {  }
 }@media only screen and (max-width: 763px) { #RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx #MTPUChTSBFiCKZesOlG1TnAiNKSCm8Xu {  }
 }@media only screen and (max-width: 763px) { #RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx #PLUsB0BHQw77I1LqAQ7PTbQ4Ok2LQt9L {  }
 }@media only screen and (max-width: 763px) { #RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx #Vynyw31ibTVvgX5k68uDsNpJFw3yqRG5 {  }
 }@media only screen and (max-width: 763px) { #yCITSi0RKF3y7aDonG28xTQyxq8st41O { top:68.25rem;left:2.6875rem;width:45.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItBXNSLChSAWpp9vyG2tmvtzUPE5FH6Q { top:66.5625rem;left:7.0572929382325rem;width:6.0625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lipz8Xqkkg8gb1pOdQlWOtAdnMKg4TCn { top:71.6875rem;left:10.5625rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTzptnJ9S1SLKKwhdehShUBG5Cdz0ML9 { top:72.5rem;left:9.875rem;width:4.875rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJJOQTIOXAlOhNiZxUICkdtRiuBsTDGq { top:1.25rem;left:0rem;width:47.625rem;height:83.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhsEH1J13qxa1M4CugJ9B4k0WoBWzKf8 { top:72.375rem;left:0rem;width:14.75rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRya8AVnqTUTJByTzf0tKiAaiTIvT1Ar { top:89.1875rem;left:0rem;width:47.625rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmKPtvOvJdQGRmzTy31kVuM3SOaU3Vhz { top:93.25rem;left:15.15625rem;width:17.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBDMEcbaDt9okLbraM7k00u2QyKpbGq { top:97.3125rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuuxzu3SqwrNrUVpwWiEJhZBHdaN6Ln3 { width:21.625rem;height:3.9375rem;top:103.375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOGDtFpU6AkbcEWIdgZOSSnQQX0klqaV { display:block; }
 }@media only screen and (max-width: 763px) { #EDOBLOw0SCl43nhg6M0eH0yl3Mg1nw7X { display:block; }#EDOBLOw0SCl43nhg6M0eH0yl3Mg1nw7X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuZmgGSrElLLOFVW6E7SGZeabTBuSvgB { top:8.6875rem;left:15.75rem;width:32rem;height:6.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzXk5DDapiv0SVNMdRq2AZkmtNnTizIt { top:3.3125rem;left:19.25rem;width:15.4375rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5voOLlmDThxCa6cqPZmi5sNzC0DTU1v { top:5rem;left:11.875rem;width:35.875rem;height:1.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltvzG1QgpdJacOf6WBtNRx5qISrZHuN7 { top:4.3125rem;left:5.0625rem;width:9.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfE5K7kKA9HBMvz5tIkWDQrOTFbThD5x { top:1.875rem;left:2.46875rem;width:13.9375rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx { display:block; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcmuNhGAcmC7DCCgH4MynnXQ98OoMNoW { top:2.5rem;left:0rem;width:22.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbQ7IfGuJvOO7lB0ialfmMN87POmKFXq { top:2.5rem;left:0rem;width:29.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k12s5wgVFVxWOpbzhzr1F3NobkOx2J0V { width:8.1875rem;height:3.8125rem;top:1.25rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBTTUerK5WUyULvROmSRh7OPX0hOd3up { width:6.875rem;height:1.3rem;top:6.875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWQ8Ob13xgpa5hufX1ruNNzHEFbAwx83 { width:6.875rem;height:1.3rem;top:9.050000190735rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRprAOhNGfFTqgcBP4l2SU0ouqNVcKWH { width:6.875rem;height:1.3rem;top:11.28750038147rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5dkTPc0VW4Tnz0GPNzB5iKb6FLvBdOb { width:6.875rem;height:1.3rem;top:13.39999961853rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUl8JbTcb7zCf2wTrSMwkTTOfKCsruC2 { top:6.38749961853rem;left:0.0625rem;width:20rem;height:2.25rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mOvhJp3Tc9s6OcRA2G2KLKs47G1llyWz { display:block; }
 }@media only screen and (max-width: 763px) { #vm5rNRaOcZx6TSttSCRqwlcIkes0cKPl { top:8.57499961853rem;left:0.125rem;width:20rem;height:2.25rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #W5ptxx4G3vpSy2Tf9KWqmQaS0Q2PORTI { display:block; }
 }@media only screen and (max-width: 763px) { #A9Ml9Ca8Pvv3UMTLTphR4uyI4yGWZwhG { top:10.762499809265rem;left:0rem;width:20rem;height:2.25rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UMRRcqbhU2us16rzWIMWBgQm0euUkkgV { display:block; }
 }@media only screen and (max-width: 763px) { #phTy98TXhznnwA8igSqyQcJuuLbuTet5 { top:12.949999809265rem;left:0rem;width:20rem;height:2.25rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MTyMSSfH2yQwEo7FmpxDWiXDXxIk4Cg5 { display:block; }
 }@media only screen and (max-width: 763px) { #pkpNc4O1HhiqTq6qTLXok8tCXHkq0RdL { width:20rem;height:2.25rem;top:12.949999809265rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #q725TraodTP5otRmq6pGAbVsvsvzKH1k { background-color:#f9f9f7;background-image:url("https://images.assets-landingi.com/uc/9ee7944c-5e61-4509-9093-99e3c5c9c6cc/baner_top_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k.adaptive-delivery-prevent-bg, #q725TraodTP5otRmq6pGAbVsvsvzKH1k.lazyload, #q725TraodTP5otRmq6pGAbVsvsvzKH1k.lazyloading { background-image: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { background-color: transparent; background-image: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container > .video-iframe-container { display: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row > .video-iframe-container { display: none; }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .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); }#q725TraodTP5otRmq6pGAbVsvsvzKH1k > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDfKvEiwM0hE7KxHxDzM9zBPirglPha2 { width:19.875rem;height:3.875rem;top:16.7412109375rem;left:0.1845703125rem;font-size:3.25rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F8DfP0e9MFDkTlhWchu1mlRxFehX5PzP { width:9.875rem;height:3.25rem;top:14.2685546875rem;left:5.0625rem;font-size:2.75rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dzbrFFVQymnULfzDOluGT3Vq6vunOeri { width:17.3125rem;height:1.21875rem;top:4.5546875rem;left:1.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzzT31ZyFR76IaKC9GZLZXIdcysX8Owm { width:20rem;height:19.3125rem;top:2.125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d81d19, #8e0a0b);background-image: -moz-linear-gradient(180deg, #d81d19, #8e0a0b);background-image: -ms-linear-gradient(180deg, #d81d19, #8e0a0b);background-image: -o-linear-gradient(180deg, #d81d19, #8e0a0b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d81d19', endColorstr='#8e0a0b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d81d19', endColorstr='#8e0a0b' );";background-image: linear-gradient(180deg, #d81d19, #8e0a0b);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #adW45TFGxbptvrbKFDKtr2Ka9EeaSMi9 { width:18.9375rem;height:4.7246125rem;top:7.2705078125rem;left:1.0625rem;font-size:1.6875rem;text-shadow:0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5);display:block; }#adW45TFGxbptvrbKFDKtr2Ka9EeaSMi9 li:before{  }
 }@media only screen and (max-width: 763px) { #JI2Rbehk1M0HTgiCCBt6KvBrWmA32w67 { width:8.75rem;height:1.3808625rem;top:18.5048828125rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJGrFyFh2cMeGRc7eKBshfk6x5HbdEio { width:8.75rem;height:1.3808625rem;top:18.5048828125rem;left:11.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpBPPD9nIJ2Sb5JO9HP2bAFFTztq9HiX { display:flex;width:1.6875rem;height:1.6875rem;top:18.3515625rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ccQmiMsqZoTlCsgUkw9TLIK5OoRUME6S { display:flex;width:1.6875rem;height:1.6875rem;top:18.2705078125rem;left:9.15625rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #RJrpRtuRfNbKZHk4mxoMmJ5EfQCDbdvH { width:6.5625rem;height:2.75rem;top:1.8046875rem;left:13.308515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmTeWgaBrnR9K8aNS5rwywzBz8yhy9qb { display:block; }#HmTeWgaBrnR9K8aNS5rwywzBz8yhy9qb > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coulaLF5VP4EC6aqGWsBDWX2SVNxNcXT { display:block; }#coulaLF5VP4EC6aqGWsBDWX2SVNxNcXT > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IqH2k9rHa1x43uT2VERKOQXXLDEHPfIA { width:19.875rem;height:3.4375rem;top:0.8125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #JxPoNVu6rukSJsim2fLITwztssiZs8bs { width:20rem;height:1.4625rem;top:1.875rem;left:-0.0625rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KUq00zM1aKLox15hJKO8MTbrT54EPLMk { display:block; }#KUq00zM1aKLox15hJKO8MTbrT54EPLMk > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vH4J4bk80QNolUWyLXC71BrRC8RDPoV6 { width:19.9375rem;height:15.75rem;top:1.310546875rem;left:0.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gMpAoglJPFrfNMrnFhKesPXE62TNsw5I { width:20rem;height:23.625rem;top:18.1669921875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TDaHfGN0bRt0pPseIWhThuLtT41tLXTs { top:42.375rem;left:5.625rem;width:8.75rem;height:2.24805rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #J473BTN5Cd7r53WaQv72HfhJ6TlETHfS { display:block; }
 }@media only screen and (max-width: 763px) { #ks0dGzwo4dUIdtBHDXzx6Dxu0iUkoPTo { display:block; }#ks0dGzwo4dUIdtBHDXzx6Dxu0iUkoPTo > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5D2gW4QzIOwO5XNEfe9yO5wKiDa001c { display:block; }#y5D2gW4QzIOwO5XNEfe9yO5wKiDa001c > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rgLWnEyhJctn3OJ64ksW5Mm91bJpHJWV { width:20rem;height:1.4625rem;top:1.875rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yRZm4lKtUUtcXiCBEnSVamKPURzw9ke2 { width:19.875rem;height:3.4375rem;top:0.8125rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #hpztH33AQGGKBeOeIim03DIJBFM5UD47 { display:block; }#hpztH33AQGGKBeOeIim03DIJBFM5UD47 > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tC5aAfX38DqEA9Ds6CKFgxbuSwR3WdnF { width:20rem;height:1.1375rem;top:1.375rem;left:-0.0625rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XCCi2VNH9pfTCALWtT5qLu8co1rDqigV { width:20rem;height:0.975rem;top:14.393749237061rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #paEf6UofQSFmcRdKwnWTVfvZOoMWR3CA { width:20rem;height:1.95rem;top:26.905208587646rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eZtquiLsPmzTq2M2ygCp592nD0VVxO8m { width:20rem;height:1.95rem;top:40.217708587646rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EQxDSE1uT8c0OVi2VT4NrWxAwm8gV5vI { width:20rem;height:1.95rem;top:53.469787597656rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DQup0sB23u29rwuXmaO4QvIE1sQvGaKN { width:20rem;height:1.95rem;top:66.789581298825rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #EbNK1vDVaRRag2fTwsMAvq9MISd6u6rx { width:9.375rem;height:9.375rem;top:4.33125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7kk7Qwn9zKqXNUnSNF9M8egIyoyZW5n { width:9.375rem;height:9.375rem;top:16.768753051757rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhagFKF5FkkGRftCaO8TNXsUyHJFRzqs { width:9.375rem;height:9.375rem;top:30.092712402344rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPlkn1fH9QGGelLkA3Lq3qNXlKn82qJl { width:9.375rem;height:9.375rem;top:43.229164123535rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZXP7RRUqbzyeXT8K2SQorL2bTVF8rzP { width:9.375rem;height:9.375rem;top:56.680206298828rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRv2aEnOifzKqp7h3WBrzTbyPCceDvgK { display:block; }#QRv2aEnOifzKqp7h3WBrzTbyPCceDvgK > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1qlShfcBioOBq4v1VEg8y8cS1zuwBkn { display:block; }#M1qlShfcBioOBq4v1VEg8y8cS1zuwBkn > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KO97UTWPkS67VIqKL8gBTpPBSLXZoilJ { width:20rem;height:1.4625rem;top:1.875rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PgIT8tbu520EGTAx1iTtOzhyAMN0Qtz3 { width:19.875rem;height:3.4375rem;top:0.8125rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #hHH0zsIxB2HrVixUSlA2QaVzl9gw5kNz { display:block; }#hHH0zsIxB2HrVixUSlA2QaVzl9gw5kNz > .row .container { width:20rem;height:43.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwJy9tOszwIIJnJmDPKk834Jgg7g2mpT { width:20rem;height:1.95rem;top:5.8312492370606rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TA4trZQ2ZRSPuKDt46wJoxHwNFofZTtC { width:20rem;height:1.95rem;top:14.28125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zFxknkSruqMKCaIMPoGWa8ZnCle3Uwli { width:20rem;height:1.95rem;top:21.556251525879rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mydEfrn3LMvARww0GKfkGdp0ngFSuCcf { width:20rem;height:2.925rem;top:29.743751525879rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JN1vkikqAc9gTeXdtcoLanXLez2GJiTH { width:20rem;height:2.925rem;top:38.90625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #RgeLhatwCqGbLE6GtRmNRAGTMxOuQmMw { display:flex;width:4.6875rem;height:4.6875rem;top:0.89374923706056rem;left:7.65625rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #fz7mTQPm6zwGBGALrAgqhzx8raxxFmKf { display:flex;width:4.6875rem;height:4.6875rem;top:9.03125rem;left:7.65625rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #EELk9By41yGAgE10UuUn5mdcuTaw0R2Q { display:flex;width:4.6875rem;height:4.6875rem;top:16.868751525879rem;left:7.65625rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #O041OumeqTBwoUxhQtH5VZi9uoT7cC0i { display:flex;width:4.6875rem;height:4.6875rem;top:24.868751525879rem;left:7.65625rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #neT4OuVu6EVLD9vuK7nDw8UZ7UCC5zUL { display:flex;width:4.6875rem;height:4.6875rem;top:33.46875rem;left:7.65625rem;font-size:3.25rem; }
 }@media only screen and (max-width: 763px) { #fAtgRxN3oK2qlGxdTCtlpvdSZhV6DE5p { display:block; }#fAtgRxN3oK2qlGxdTCtlpvdSZhV6DE5p > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #shSyUWCQe4ryCcqTwW4rgMZ8rHtCQZFw { display:block; }#shSyUWCQe4ryCcqTwW4rgMZ8rHtCQZFw > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #USwyokupbhT7FM4UDw0Gr6msPSVvPciV { width:20rem;height:1.4625rem;top:1.875rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EiqH7aAodthNXUES1JQAkyXX8OORt0GO { width:19.875rem;height:3.4375rem;top:0.8125rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #TCFVTUfWGKN09Vom4rPWTUmtxQhiIVcw { display:block; }#TCFVTUfWGKN09Vom4rPWTUmtxQhiIVcw > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IT3hKdTvakSpAPH7hR8SruMuuvZAPDmO { width:17.75rem;height:5.5rem;top:1.1000061035156rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB4riWOuO4DqzJd7deecxunACFoN0Uag { width:3.625rem;height:3.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJPxlR65xuTWJumsRiXdISpl3Rcb3lBb { width:2rem;height:2.6rem;top:0.51249694824219rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCuVwQG91BhnD3y2EzpNSNnZQPlux4zK { width:14.625rem;height:3rem;top:2.5687561035156rem;left:2.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #a56lxzZHcMv875RZ57D5mC4ykICSxbmB { width:17.75rem;height:5.5rem;top:7.6625061035156rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4780QuoW36dApcl2RKzDT868Gf7eX9m { width:11.9375rem;height:3rem;top:9.0062561035156rem;left:4.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zPEc0uEF30X5nl23ZPAOav3ZKSLcsOSf { width:3.625rem;height:3.625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJkQKm3vrRG3IiktTkfqU7IqHiS2DoPk { width:2rem;height:2.6rem;top:7.3874969482425rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5HsxXll1eGhBTXRfCrx3gzTgcCNuSW9 { width:17.75rem;height:5.5rem;top:14.412506103516rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km76svts1QvsylrRx4Th1w1wZoXoAmvA { width:14.625rem;height:1.5rem;top:16.568756103516rem;left:2.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UXTbVaZTHlsK8zWgodCvlbuTBv9zCkWz { width:3.625rem;height:3.625rem;top:13.443756103516rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9ZMadWknNvFkFOhsiELNdPryaJxyThZ { width:2rem;height:2.6rem;top:13.956253051757rem;left:0.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN93vRRkPAs92UNCSzKEstsILdSM4eTN { display:block; }#TN93vRRkPAs92UNCSzKEstsILdSM4eTN > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jp9IUgHDJQS4Xqdd9rUdOlTurqH1Vl2b { display:block; }#Jp9IUgHDJQS4Xqdd9rUdOlTurqH1Vl2b > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsc6gT8cHycTFI6hSDgy9Lnqhzg001hD { width:20rem;height:1.4625rem;top:1.875rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oRd0HgBOhQur1MzIK9ZAFa7LnUN737EQ { width:19.875rem;height:3.4375rem;top:0.8125rem;left:0.0625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #tLOkbyl2kCzbKyWm4xkDrxGT8uDsRusF { display:block; }#tLOkbyl2kCzbKyWm4xkDrxGT8uDsRusF > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TsvErQigpitV6vT7JZ4lAqE4WywErTkI { width:20rem;height:10.625rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8wDqM5b7w64heVTJwakCXISvoNTvfu4 { width:20rem;height:10.625rem;top:23.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXbscqOpNiUvc8XdTFv22Zt4DDk2cia2 { width:15.75rem;height:2.4rem;top:6.125rem;left:2.125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qdbouFlysQWrfq2yusV0uC1uOhScAT6z { width:20rem;height:1.2rem;top:4.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FaGufgImNBzKDtliQ0zk31wlK7I0nB9z { width:20rem;height:3rem;top:1.5rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wfoSMxsAwMnA5KP9szMkv0EeLGKfTRSQ { width:16.125rem;height:2.4rem;top:17.793746948243rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QfO79qVyDIUtJiJT82EpaqvpAZihTe05 { width:20rem;height:1.2rem;top:16.106246948243rem;left:0.0625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VLMBg5H6Ed9Z6FTgUE8RV7pv7wT3fMep { width:20rem;height:3rem;top:13.043746948243rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LI2Td7byomZpsKyPMzBWlDv7Dn1OhRIy { width:16.125rem;height:3.6rem;top:28.731246948243rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UUbGUOTbz5WFkzNgZhCZemo96tEtLcSd { width:20rem;height:1.2rem;top:27.106246948243rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BDucvZtI3ywVUveWGgIHtFScVaSQSuWo { width:19.9375rem;height:3rem;top:23.981246948243rem;left:0.0625rem;font-size:2.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DqlckwZGE1QDOs0OvrPv9R7sQIPthOsc { width:20rem;height:10.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0Vfqwl08TMqipBAJTdUtIduTXicvWL8 { display:block; }#B0Vfqwl08TMqipBAJTdUtIduTXicvWL8 > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #awbZcBm8mH5drDV9JuX7L52Dkfq0LAm0 { top:1.125rem;left:3.4375rem;width:13.125rem;height:3rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ILuilEmgAxbh9MuqTlE3DLXaLZG0S9yg { display:block; }
 }@media only screen and (max-width: 763px) { #Q6EAULpyai8wXTBDBV6acXTKpUANDkSc { display:block; }#Q6EAULpyai8wXTBDBV6acXTKpUANDkSc > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aKLX7c3VAeIvUE0cfPtQXCvQBCPzTTTT { display:block; }#aKLX7c3VAeIvUE0cfPtQXCvQBCPzTTTT > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ap8ecBgRLWHH7AWTCmiAZzAiMb96NPl3 { width:20rem;height:1.4625rem;top:1.875rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7TS3rZFOdLup5GukTWttS7FB03hO6U5 { width:19.875rem;height:3.4375rem;top:0.8125rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #azTIa967cPuI6TqvFAT3ggA4WxBPvuIE { display:block; }#azTIa967cPuI6TqvFAT3ggA4WxBPvuIE > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IB6LJpy6si05W5CP2NFDBCftyTLvSN8m { width:20rem;height:9.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9QXmIGgqnwGKZoUqwryoDQag0kq5VDy { width:17.8125rem;height:4.5rem;top:2.4437561035156rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mPftJDw1ugOHdagE8S417XqMVqfPo5kO { width:17.3125rem;height:1.125rem;top:7.4375rem;left:1.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bFUZ0xqcWyOwCb6h0R3LPJbNnG69tiSc { display:flex;width:0.9375rem;height:0.9375rem;top:0.6875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #FLGp6qQJBT16sRUETPvJs7X8RQdFtUsp { display:flex;width:0.9375rem;height:0.9375rem;top:0.6875rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #wrWCGk5PKl9b6mGktyDkRDNX75ZAnorE { display:flex;width:0.9375rem;height:0.9375rem;top:0.6875rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #uVTDMiUANKKaRA7J46bURhtkFVpySNs8 { display:flex;width:0.9375rem;height:0.9375rem;top:0.6875rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #M9980SwcLgFn9veA9N9nNowsnoll3T2p { width:20rem;height:8.5rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqh2eBZgmRGeJqBZSK5rcgWUpQhnxbU8 { width:17.3125rem;height:1.125rem;top:16.818756103516rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tK4pneMEeih6ThAJydLvuFlm37KJnJTf { width:17.8125rem;height:3.375rem;top:12.443756103516rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hzCxeWGbwztM5CwECqy5KME6PuGzqXIF { display:flex;width:0.9375rem;height:0.9375rem;top:10.693756103516rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #ZPALpsNGB8y4BgyqJXUJ496CPt5MWSmI { display:flex;width:0.9375rem;height:0.9375rem;top:10.693756103516rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #gUoPx8OMTXJikch9l632xW6fLPHhH6pG { display:flex;width:0.9375rem;height:0.9375rem;top:10.693756103516rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #okGwRs3nqRf2WcqpJ2TzsyxTdTkoGEhq { display:flex;width:0.9375rem;height:0.9375rem;top:10.693756103516rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #nAHnPTvJAPB2u8Z0370d3V6ACZ0fW8vT { display:flex;width:0.9375rem;height:0.9375rem;top:10.693756103516rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #qJXk1VKH3XI8qxKwPHioL9uFm7lUE036 { width:20rem;height:9rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkpbvNEbiaTIFRa268v62ebCWzBUo7Oi { width:17.3125rem;height:1.125rem;top:26.443756103516rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ixOmaJNOP6ZQZNsxOSwvrLfDopIiTOcx { width:17.1875rem;height:3.375rem;top:22.568756103516rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #M71qrWgzEoONmnmTTvC6apAeBHmFTbk9 { display:flex;width:0.9375rem;height:0.9375rem;top:20.506256103516rem;left:5.5rem; }
 }@media only screen and (max-width: 763px) { #qPrXbmTcgDSLyw21gdvTJLnsGXK2LD91 { display:flex;width:0.9375rem;height:0.9375rem;top:20.506256103516rem;left:4.125rem; }
 }@media only screen and (max-width: 763px) { #cMeZJeMsvAWlLG8xOEC2JDiUfu7IkTAF { display:flex;width:0.9375rem;height:0.9375rem;top:20.506256103516rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #suoW11XGg5qNqT1W0MrSiPFmAuf0b3cC { display:flex;width:0.9375rem;height:0.9375rem;top:20.506256103516rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #OiBdQs9Odh4SuELP5pFGzn50vDoBnwOf { display:flex;width:0.9375rem;height:0.9375rem;top:20.506256103516rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #u1vRk6VwusOLc4fBTaG6T5rtrXv5gyXE { display:block; }#u1vRk6VwusOLc4fBTaG6T5rtrXv5gyXE > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Do5otGgRNxOEmT1dWwAazKX7o9oJyt4H { display:block; }#Do5otGgRNxOEmT1dWwAazKX7o9oJyt4H > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikzqs8s6iSTTtmAoW8XogqwZUXGg0un5 { width:20rem;height:1.4625rem;top:1.875rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AMiNOngNmyMxbyStpCwNKFmJXKXw6nTk { width:19.875rem;height:3.4375rem;top:0.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynpVBbdLr7nhtSlvyfmHNm8VSWRb0hyI { display:block; }#ynpVBbdLr7nhtSlvyfmHNm8VSWRb0hyI > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ru3M7irGJ1o4EIfBDnRsgXW9HhintXsG { display:flex;width:1.875rem;height:1.875rem;top:1.25rem;left:1.5625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #iwWcKGbWvFL4wlWu6Pg23Kb05HfmXosz { width:6.125rem;height:1.3rem;top:1.6000061035156rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi1A5EHK13vncA4lii4NzmM3MnPFB60W { display:flex;width:1.875rem;height:1.875rem;top:1.25rem;left:10.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #JkWqvu1tgcxMl01iJ7m8rnMXoLhxtmTF { width:6.4375rem;height:1.3rem;top:1.6000003814698rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pknq11gWWN0T5L5TdthcTAVJOILtREe8 { display:block; }#pknq11gWWN0T5L5TdthcTAVJOILtREe8 > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B928b0U2OWQ0TeEDlknAS5uidewclwbr { width:17.25rem;height:5.125rem;top:3rem;left:2.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#B928b0U2OWQ0TeEDlknAS5uidewclwbr li:before{  }
 }@media only screen and (max-width: 763px) { #h3hQ30OZwPVXhscZ6VIf3hfmTkV7Ulfn { width:17.25rem;height:1.125rem;top:1.375rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CcGteetGyQgXTSfbb15LPmtyEPrB2xr8 { width:2.125rem;height:2.125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0NrtfhTfZmcEo09aMvRCApKmz3eAztr { width:1.5625rem;height:1.625rem;top:1.125rem;left:0.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR67sabM9WrikJQwVJEOlPml8a8aJWG9 { width:2.125rem;height:2.125rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpt0K02cd53XbhTCgZqy1lXT5kc9nIwo { width:1.5625rem;height:1.625rem;top:9.4375rem;left:0.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmKaQCnRBIwlUF4m0kHSTFNzu6lVofhn { width:17.25rem;height:2.25rem;top:9.125rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zavB92QlAgQLZaHciz5JN2aT5rFox620 { width:2.125rem;height:2.125rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HleUcGwU9SGn8wTkb8fTRsRTT4VovcoQ { width:2.1875rem;height:1.625rem;top:16.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeoZhaZfZlHuJGmITEMbdG6hmeqisF5E { width:17.25rem;height:4rem;top:40.125rem;left:2.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#TeoZhaZfZlHuJGmITEMbdG6hmeqisF5E li:before{  }
 }@media only screen and (max-width: 763px) { #mv7CBStqs0bOQCizSf545cSNI8BTFgBn { width:2.125rem;height:2.125rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqz07vLO6UUA4ULtiXLqG1GFiWViGCaA { width:2.0625rem;height:1.625rem;top:19rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMUEHqdVbTcppwAB2vKseh23n58Xqckd { width:17.25rem;height:1.125rem;top:37.75rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GyhLp29xagQ7Tx4K1TARR66si7o63OsB { width:17.25rem;height:1.125rem;top:45.1875rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lUr15MEERn4J98tiUUn9FeUhOGOCRuUg { width:2.125rem;height:2.125rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #etHr3HMKhQQ51OD3JEm8MNELRX6z2JGu { width:2.1875rem;height:1.625rem;top:22rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzewJ7BcmFo37ltnb9rsGhKSZi6vRh89 { width:2.125rem;height:2.125rem;top:24.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thnep6XxyEh8dN2HGACUCboCGwLCLEKn { width:2.1875rem;height:1.625rem;top:24.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4xqbuW4mBS3PzZWtf4gB8uPBVT4VebW { width:2.125rem;height:2.125rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yso9TGhL8U3vsAHmNW09RsTgQRgRkelu { width:2.125rem;height:1.625rem;top:37.5rem;left:0.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIXlEHd2vDxi6oGePcuTJA9zEw7OAclb { width:17.25rem;height:12.1875rem;top:50.9375rem;left:2.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#uIXlEHd2vDxi6oGePcuTJA9zEw7OAclb li:before{  }
 }@media only screen and (max-width: 763px) { #OwhRTZw8PARKLMfN6s9eeXRFJUfubPC0 { width:2.125rem;height:2.125rem;top:44.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cS2Jecvogp3brZJz5Cyp6bT0ZSt1lEfh { width:2.1875rem;height:1.625rem;top:44.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9DOAgrp78s3tZT2XFQCIg7E2TbcOKDw { width:17.25rem;height:2.25rem;top:48rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rDLKori8n0KTNBeWlMoHHHPelprnxzKa { width:17.25rem;height:4.8125rem;top:67.125rem;left:2.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#rDLKori8n0KTNBeWlMoHHHPelprnxzKa li:before{  }
 }@media only screen and (max-width: 763px) { #Sa0oe0XcmIP2BLupozGwQEso9IHhDQJa { width:2.125rem;height:2.125rem;top:48rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPm2cn34vk57S9tCf6WqtIfkxEcSv2nn { width:2.125rem;height:1.625rem;top:48.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFLCU8s2CzZnTxiMA5ufB4I0gRG92RWI { width:17.25rem;height:2.25rem;top:63.8125rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kI2fZGnaPwMOnLiH19VTZsMFCcG0SbAl { width:17.25rem;height:13.3125rem;top:75.5625rem;left:2.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#kI2fZGnaPwMOnLiH19VTZsMFCcG0SbAl li:before{  }
 }@media only screen and (max-width: 763px) { #y8gidToo3zPHWPgpt1Eno2qreXk86xaU { width:17.25rem;height:1.125rem;top:72.875rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #goZoTycrX20xEUlT6fcyqPoK7uRcak6R { width:2.125rem;height:2.125rem;top:63.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl26n6RWsScVL4SHBAdLzq1rLJ8wVDwT { width:2.125rem;height:1.625rem;top:64.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5X8ItUwyM7z37NqMXaAgfroVbmi8vT6 { width:17.25rem;height:7.375rem;top:94.25rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#G5X8ItUwyM7z37NqMXaAgfroVbmi8vT6 li:before{  }
 }@media only screen and (max-width: 763px) { #SZXR89mIoE91wg5eJEG4aQZNa3W3GodN { width:2.125rem;height:2.125rem;top:72.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfh8yTGz2qB1PMkFcylvXme0PHmdWeBq { width:17.25rem;height:2.25rem;top:90.375rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zIw6sA4EkIG9OT4uK6TBgPIZBVoLrI3f { width:2.0625rem;height:1.625rem;top:72.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfu7FlgrGuTLOO0WSwNWTOqKiUrNaGTo { width:17.25rem;height:2.25rem;top:102.375rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WSAL1caViE4SNiq2lMnhtfs5zVZCovWQ { width:2.125rem;height:2.125rem;top:90.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTRCyohEUoD91TP0NbTqmGTPbJB77eOR { width:2.1875rem;height:1.625rem;top:90.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLMT2rchoXVAoOWHOvgaceSNsCy5E2X0 { width:2.125rem;height:2.125rem;top:102.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGOotENSOowOqaE6FZe7H7IKHQ6IFmeI { width:17.25rem;height:1.125rem;top:106.375rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JVWG7LO0wi1fvFGq3psnrIMXQf6mPio6 { width:2.125rem;height:1.625rem;top:102.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJVkp1fzvQr2ErEkGmPAmRIEDTAAqQ2R { width:2.125rem;height:2.125rem;top:105.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cK3dG4uSwIhZbbH0AyVvzReX2X5yhTW5 { width:2.0625rem;height:1.625rem;top:106.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #roqpHCw3Uznt5tca8J2fDFDnv3FHrD2c { width:17.625rem;height:3.6875rem;top:12rem;left:2.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#roqpHCw3Uznt5tca8J2fDFDnv3FHrD2c li:before{  }
 }@media only screen and (max-width: 763px) { #qB9KOHkkVXLuir8397TDrIBkyE12n4D5 { width:13rem;height:1.125rem;top:16.375rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OHeLxlZrtsnyW8qIM27N8nheEi2u8iMR { width:12.8125rem;height:1.125rem;top:19.25rem;left:2.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BzbSzttTx5RU5MdZ4LhJc1X10gUnTyB4 { width:17.375rem;height:1.125rem;top:22.25rem;left:2.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MEHFsHuNWRkQapCtlQ4pdoCe9D9pK8iz { width:16.5625rem;height:1.125rem;top:24.875rem;left:2.46875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZnqSp9nr5Tb4xFRXxr3BMud4TtsgZsN9 { width:16.9375rem;height:9.9375rem;top:26.875rem;left:2.28125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#ZnqSp9nr5Tb4xFRXxr3BMud4TtsgZsN9 li:before{  }
 }@media only screen and (max-width: 763px) { #fRLgXIpIimIXf355vm4MlDSIvFqN9VVu { width:0.125rem;height:65.5rem;top:0.0625rem;left:19.875rem;background-color:#e9f6fe;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PIoHi3TdLZpEFMJ9BO7M1Cy8Giyk23J3 { display:block; }#PIoHi3TdLZpEFMJ9BO7M1Cy8Giyk23J3 > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e0GzHM6oJHhckzSRzFzTpNDAS12OifXf { width:20rem;height:2.1125rem;top:0.91249847412112rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eW2HFHHDbFwR4XCrmB5fm3aJaAkqL7i2 { display:block; }#eW2HFHHDbFwR4XCrmB5fm3aJaAkqL7i2 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lco3sQwzLqzel6OQUhUO7MnRl4EeROSN { display:block; }#lco3sQwzLqzel6OQUhUO7MnRl4EeROSN > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BAZKhK1gsuieppD2NU5JUwp3WT3gLxhl { width:20rem;height:1.4625rem;top:1.875rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSTT5wq4G5c9dpWT2RbpGZtoFh5az3mX { width:19.875rem;height:3.4375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4b2749JHuGzTpuDo7dvC8gMxAPQbZbi { display:block; }#I4b2749JHuGzTpuDo7dvC8gMxAPQbZbi > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lR3q59QkAWdVoMAHG7adX6DBsAHZoSJJ { width:20rem;height:32.125rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX4qbe3Cs88KMyR9PWHKkvQoUhIGUbPF { width:20rem;height:1.5rem;top:15.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yTpKJoqAAb31PLpNNOKhrTzBIXaAC524 { width:17.8125rem;height:19.125rem;top:17.5rem;left:1.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #L2nNaJP3koNxq6tUxTMnvxm2yescIuU1 { width:14.6875rem;height:14.6875rem;top:0.1875rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiI29WzG2G4P4ZrzPF7GeZIZCwG4ovNr { display:block; }#GiI29WzG2G4P4ZrzPF7GeZIZCwG4ovNr > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldgtD1SLyMOqUDT0gaWgTNPx7XiKvpxN { top:1.25rem;left:3.4375rem;width:13.125rem;height:3rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #F2T2gXGRwDiXUXMkc3qn3bpGwWqXskFD { display:block; }
 }@media only screen and (max-width: 763px) { #UZptczsldSzLSBBuQq582iMeTS4TrwTx { display:block; }#UZptczsldSzLSBBuQq582iMeTS4TrwTx > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sd3v0sBZs94eA9L4zcz6C8dcGXT8cX5N { display:block; }#sd3v0sBZs94eA9L4zcz6C8dcGXT8cX5N > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5i8NQQtxppLMBl9z1xp2wrsdLVBmv9w { width:20rem;height:1.4625rem;top:1.875rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JcGwBi3a1o1ylfe1eZsFPOTMmakDhM3J { width:19.875rem;height:3.4375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr7AteFHNSCEOVIDnF63XgyHV1xShBw0 { display:block; }#Cr7AteFHNSCEOVIDnF63XgyHV1xShBw0 > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q .accordion-heading-text { font-size:0.9375rem;height:auto; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q .accordion-desc-text { font-size:0.9375rem;height:auto; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q { display:flex;height:auto;width:17.5rem;top:0rem;left:0rem; }
#uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #W1uVQCngr2fq52ahGZDzXtDftrRaa4RE {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #J6J3UbplWrUM3DDirRUclFi71Uk0DH3p {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #tNzGlwF49OJTVTV9cn50OyPBIgi6K91y {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #vcTUEA8cpquGiTvc3eemQRl6QMlATJzP {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #v8SFLxR38kHCxd41IawV97iUAaWX9cbT {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #Ta9LyCdVfxTrWnmEgz3FRa4PJ5wUAAUM {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #wy2xl4hbTCTFcuy1gmdaOasR3wvSxTJV {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #rwfWuk2Xhzu3Emwp0eJ5uDDAvxHc8cNT {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #QTyRv4GTyHnDOLSuy2cRXphNHRBZbnpU {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #KnCOXoDOKTKomfLsXLWKsSd7bcE3xmMU {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #PI0y13X98h9DS6anJ16yhRZQmPCT3DKf {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #FGHyIK951b3yzcuRn2KPe21MlPMGmKi1 {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #G0bDD4TF3GstvKuMRWyfTzoUdRAZbl4Z {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #TiohEXtFRhDsLPBrAKGHoVGhJfkkUp3O {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #JiyOfAn4zTVy3WCgMNOPect9lhubG1sp {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #iZ194ZDTQgHebGXKf2zr7QcwV5zTbg0T {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #NANC8yw77cLgETzIWmVPcWsEuZyFKvyr {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #EsZRn6RKXkqK6yTDBpox25yJ3fKexnBv {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #yBxd6eyNCgaiJyq9r7pm4rQPfr4SMJQs {  }
 }@media only screen and (max-width: 763px) { #uSEiw63ueT24e7FxH0JcWnHR6uMaDh7q #I35nzKWzddmNVw5XNueS2qcMIDy9arwX {  }
 }@media only screen and (max-width: 763px) { #tbk0yI7nFz6ZtEeOuaccG9Gfh7zVNw2l { display:block; }#tbk0yI7nFz6ZtEeOuaccG9Gfh7zVNw2l > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J4llxUK6vZmquE6xEvuf1xJA2D4cPmtJ { display:block; }#J4llxUK6vZmquE6xEvuf1xJA2D4cPmtJ > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lprTaWZ2NNDToyqWqR2FHA2OqUIk1l1K { width:20rem;height:1.4625rem;top:1.875rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dByTapgR1cAwrNhpUsJ9kZoqVkqOe1bn { width:19.875rem;height:3.4375rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpe5Zwt38333Ob4MBXOnDiXxsGRM3RCy { display:block; }#Qpe5Zwt38333Ob4MBXOnDiXxsGRM3RCy > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXZMdM88gA4veBZcueD6mgkegmsTUOsT { width:10.5rem;height:1.70625rem;top:14.625rem;left:4.75rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #shNxc7stodNcow5vKtoXwmIE73ntvnwO { width:10.4375rem;height:2.5625rem;top:14.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU1rga91Pwf4StkTQHrxBFOTCSMCmmZp { width:10.3125rem;height:1.21875rem;top:12.806243896484rem;left:4.8125rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hM9ieilaVoCE6DKmpTDeJOLQA2LpigdF { width:15.25rem;height:1.86875rem;top:10.774993896484rem;left:2.375rem;font-size:1.4375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O9Itctzwqv47I4SSWDVRa0auQKh4X6Nc { width:20rem;height:0.975rem;top:17.331237792969rem;left:0rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wTNSIlWfyqeDug1mP1tHHfDzACenE6ad { width:15.625rem;height:0.0625rem;top:7.78750038147rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD3xWLLO4wZglqbq0JVDfFENQ99oo2O8 { width:11.8125rem;height:2.4375rem;top:9.0375061035156rem;left:4.0625rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vt9Oc2RfdsEVNyEXy9J8PvTumZ5vETu3 { width:3.0625rem;height:1.1375rem;top:5.46875rem;left:16.5625rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xzkvhs8kvnqpn74b1Tzk4TTTzv5Tf4gJ { display:flex;width:1.25rem;height:1.25rem;top:5.3500003814697rem;left:7.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #pufXelpKMwJhEGhu4KWDOdXLOd6FkVnw { display:flex;width:1.25rem;height:1.25rem;top:5.3500003814697rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #czggH3mcsBy08Tq7iQAhaJRzUdPae3dV { width:4.5625rem;height:1.1375rem;top:5.46875rem;left:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgQDchcPuqCHlBMhTciLGtR7BpGcRXmA { width:5.4375rem;height:1.1375rem;top:5.46875rem;left:9.28125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdBm7dqRrTTiE7R7GapdnR1K1cu7PqPO { display:flex;width:1.25rem;height:1.25rem;top:5.3500003814697rem;left:15.1875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #J0PRlBS1ZmPqdFA9DIPXvDTrQA2X5yN0 { width:20rem;height:3.9rem;top:0.75rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPKMicnm9pwmvJ1z5JB0JurRipAHrwlu { display:block; }#gPKMicnm9pwmvJ1z5JB0JurRipAHrwlu > .row .container { width:20rem;height:138.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-text {padding-top: 0; padding-bottom: 0;}#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-select {padding-top: 0; padding-bottom: 0;}#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-input-button { width:13.875rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem;height:3.3125rem; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .widget-checkbox-label { width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN  { width:17.375rem;height:auto;top:1.2687377929688rem;left:0rem;z-index:15015; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN {display:block;}#e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN { width:17.375rem;height:auto;top:1.2687377929688rem;left:0rem;z-index:15015; }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #TM86zL7WE1KKqxRuLta5K3MLtFprAT3q {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #nDanw9LEHWemJVW5vKa0QcxmTBBiCrRF {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #al1SOdQwiIRcF2tXywt0GbC5scIcV5l8 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #ZwQLv1Rx8L0c5w3l5xxNW9WuisVQKToc {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #nihcn0qggQZrV9fXJXU0X2lZyaJeT0fC {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #TowxMnSqdNczdcxa5i64tgW3BLrzLEkP { display:block; }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #kSiuBMg4tBVb2OkfDVO3UUbw2t1sOfvN {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #XepZ1PNmNwWydEltFwi3lHBUoHxcLymU {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #tOTJfSBk6N3gCrywN2MCPw0etCGJWyVv { display:block; }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #pgCC7vmk9ToBuVO4Txc7ZrScTxTLTHVE {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #yOE8t9Bf08xkHwxk7eCAaepA8RchBB9t {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #gDCtqlxgPdQqgEtdexesqeM8GaZZZyBT { display:block; }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #hpgxl1I77RdTPTRkNThUA6cRDVaNIh8a {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #qBWIVp0PG6qH25ovOOpxz54iMy1O476F {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #gJVmxaRUOOci0lwPWVJWt38yC3P8qtIF { display:block; }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #vMP7fb8CkrnXNKCgzAyRzaxDOTT21c4O {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #OawxZttNdblmLCpAkx5V9LuaSFopCxtN {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #XTeKe3eT1V79BA3A2A7Fxtqw4fPR48Sz {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #n7aaIopznH45hqX0edUoJev2zOgDDRB3 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #lvnEpEGAAO1SvEzM9R5f41n723h4sa5b {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #UnU3aL6s8VRplLG3yWWxKAL9zJnEhJiK {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #xG08CD30iKed63feTwWLsrLTqAfetN3C {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #e2o89Cs69sVgbgwzyCKaNUPnvAORDGz7 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #MIEz60KEqNEQwPiJT5wReuFxGZapXToK {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #VvhWDhoHaIQ6Jt5pWJMOXAUJMJRymV5k {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #rp7HGUzhb0Vt91qScu3xkW4w4Ob8Bpng {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #FORJ3FQLZpMN7KaavrQm7uKoTyvNxcxi {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #tMC3h2mXXD3hunRTM6fWo5T72s07eiGt {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #HdEW0oEXs0ViussUpMGRlRfvlztvysRL {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #k8qMOUCLokoEaanIiTJRrqMGVcG1Wkgz {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #mAwG7cIw76Ec8g6WVqz0en9PBI4CI6qu {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #m2gWzrxmPbnfF1g4TvAP2GSMuXxCehg9 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #adQMy0DSuoVSZAgxP2WVIXxOu3P6p8Tn {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #lPXyd2uk3lx7p9O27GSmC1zmtkczn3sD {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #KgDn1ZH9d2fibbeK2fERDpG7q95iBgto {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #nn1CLm9VEP89TeMfZAcd1WiOdT1VP4Ie {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #N4NKwK2LHT6OxFKs5qgqMES2Qr5mINCQ {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #nC7eGprNreACtMxnN1HA6VGWWaB38TSg {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #eCEVaMN4zuoItZMcyfOzM4fA3nQ9Vpcq {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #vIG15ctGZUA1g580d2J1Z0ubKQ0Wr5Tp {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #SWoPPazcRrarK6UtPMiwwfoZIZGflQ6H {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #u8oKuFTvzr1WHpPkGOU3tl2uxf3iWvmI {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #eIQErirJvwmsBlf7oLwanRGvhyJvZ1TD {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #uKNK5hnnlTkb5sPNhyIViD5REJihDgAv {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #di6I4TH7yVFVE2vmJm1Cs9WLJa4JcZ7o {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #bsquqipC8nqWVTM2dk2xhSHyCnLJgPHT {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #Q8hW8zDbQnt3KTKH7TzITzJ0pcaMT233 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #aGFIKtOKOFQdQ7FlC7f6KItzE9NICPnO {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #OBhUrNAMQfOXlpqzDpkoJ58oCqsgceew {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #ZJAggSwCA5qqnLtf1sOE18uofwKwb7Oq {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #Ksp33xsepMMA5ClmAopDE8VH1Mhoyr4J {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #a2TTsOksETmu1VDV233LNnMWt4D4gPL4 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #guqW4exKodnHf5Tb6qav04X1RF6kDwD6 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #ugs1dbNtJQsTSaITuaX7TcNg3PThElg2 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #uegwR4URRUPTz45L0plURKQgusoNWuqD {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #d0irvDHsFE5vkKXxnqExVZlzD4yElZFN {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #IUG5dyPgepeJBeNyZEZIIycFoFO31W13 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #BpPiL37eaePnZb2gUmrMyM9oephtOieN {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #PSfhBL6l2Hu385szIuM10lkD5m5fAfCc {  }
 }@media only screen and (max-width: 763px) { #fEAtZQAOlxk8gVy92sVFfCE2S3fSoXTq { display:block; }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #MDxDEKLuKprD96ErTUtEC5lyspQFPPmd {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #y3lAoHhNKHQmTiLAVUsmK0m4V6xAkGs3 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #HTKLCyflTbUHa6QiPimhyRDfhEcGgLgl {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #l8rvTU6Rlmw12rCd8SEhuKLqM10ie5eF {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #sbfH0qnKTK2dIFkTAbMss3Kf2KnWv9GC {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #TbRNGhENHJQfXV4TNlxauJ9iSDFzCuoM {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #s7cdOJSRIkMCZHIoqRnz9avJH0Wt0OTQ {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #q37eFgzrvLnD8TggF8gKL7aRxq0OuMC7 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #nnZmIteqhS7fBK5XsMrWe9Os5lGdDzsm {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #tdvf5XzReouxycG12pCyxGKBWNwEspDU {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #kDJkUHH9FM2QZepAAXQJaiGhv6ANpyHW {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #URt7EKm2C2AgnAeoGTk2A1HOiXE26RAc {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #vpJVZEDZyATZbytMCwM1qbam2U73EZa7 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #x3HpzSwmGcCAfu3IsJ7fGMVofhmVxVDP {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #Kdqb96IG58qtIsQaDx0cCK8Zw7Q3uapK {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #rVWdnbZPtTsN48CX4mydyIMuKzNQUdcR {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #Ne4r5lBPKI0QUeltI0QLDOWdKrLsfXyE {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #B0B9qe3i3RPhuyg2QQK2XVX8ZoOnEm2x {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #AsiUT8Au3zZATQTwaCx9XXtb3Vm8I9sl {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #SZXwnJL0tT0dlniHSs8UqC7Tv6tTKUiU {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #kIiZk6rTdqd9DIzmTTXI7NbSRoV0Nbcb {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #S88aeN5xpJ52CHVsqnS6i89DBeKicqXT {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #CrmT7S6cGT6yTXfq1RqrBTNr4hxIGA3T {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #SzsDnG0UMGOBh3gEp4ZNCMXEycggUKiN {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #TAJxOogkhX5orFIq1GTGKDbEru8FTJlv {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #vQOTn1tz7BeAX2dIRU7RbZTS0KTf1W2t {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #dM7MsPd2bVDkcqsB4fkDETiGc8FsZnVo {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #V9AksbRhNDA3mSA6mF4o9yTnu9wil8Cy {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #xmIBT98Tnt0wGkiFUIKc8xTAwrzOCQTu {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #oA17mhPGZL2BeV4MU33wtf1F7JwlTTmQ {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #dpaaddI7HBkxsMwJ5ELGMGlb0FkqvTvz {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #CVquUIXzfUilNUJd3xEC0DTKSUb0B28D {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #VQ51QoIa1N0dPruISNG7ME1Vzb0n3MhV {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #cNNNJCHeNH8rSiDorVwqnUyaPpfQ6HN3 {  }
 }@media only screen and (max-width: 763px) { #e8sfUUqF8hb2mhDHPBD6tneaFh8rz9SN #la0iydnPRL4gQiy8AcDUH3UMBMGvqUnZ {  }
 }@media only screen and (max-width: 763px) { #KhNnFqu8UyoLQ4qLMrrRULkBG5uvtRVK { width:12.5rem;height:1.3rem;top:2.5062561035156rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seIzzIZy2vpZN8cJ1leuCOSMIyy0rLbr { width:12.5rem;height:1.3rem;top:27.78125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx .accordion-heading-text { font-size:0.6875rem;height:auto;text-align:center;text-align-last:center; }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx .accordion-desc-text { font-size:0.6875rem;height:auto;text-align:left;text-align-last:left; }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx { display:flex;height:auto;width:16.75rem;top:111.0625rem;left:0.3125rem; }
#RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx #TX27QXKpIsU6Tcwio7LemnXmtzigxDCW {  }
 }@media only screen and (max-width: 763px) { #RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx #yV8qG2mJRJ3697nUzFFArl8JlNWLU5au {  }
 }@media only screen and (max-width: 763px) { #RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx #MTPUChTSBFiCKZesOlG1TnAiNKSCm8Xu {  }
 }@media only screen and (max-width: 763px) { #RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx #PLUsB0BHQw77I1LqAQ7PTbQ4Ok2LQt9L {  }
 }@media only screen and (max-width: 763px) { #RAtnaLIlViJxMc0vWHdiyTO8ApWTC4Rx #Vynyw31ibTVvgX5k68uDsNpJFw3yqRG5 {  }
 }@media only screen and (max-width: 763px) { #yCITSi0RKF3y7aDonG28xTQyxq8st41O { width:20rem;height:0.9rem;top:111.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ItBXNSLChSAWpp9vyG2tmvtzUPE5FH6Q { width:6rem;height:8.375rem;top:103.24479198456rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lipz8Xqkkg8gb1pOdQlWOtAdnMKg4TCn { width:3.125rem;height:3.125rem;top:108.18229293823rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTzptnJ9S1SLKKwhdehShUBG5Cdz0ML9 { width:2.875rem;height:1.5rem;top:109rem;left:10.0625rem;font-size:0.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rJJOQTIOXAlOhNiZxUICkdtRiuBsTDGq { width:19.9375rem;height:115.6875rem;top:1.1875rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #qhsEH1J13qxa1M4CugJ9B4k0WoBWzKf8 { width:14.75rem;height:1.8rem;top:94.5625rem;left:2.625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HRya8AVnqTUTJByTzf0tKiAaiTIvT1Ar { width:19.9375rem;height:17.6875rem;top:118.5625rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #GmKPtvOvJdQGRmzTy31kVuM3SOaU3Vhz { width:17.3125rem;height:1.625rem;top:120.75rem;left:1.34375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzBDMEcbaDt9okLbraM7k00u2QyKpbGq { width:17.875rem;height:5.6rem;top:123.53854370118rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuuxzu3SqwrNrUVpwWiEJhZBHdaN6Ln3 { width:17rem;height:3.4375rem;top:130.4375rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOGDtFpU6AkbcEWIdgZOSSnQQX0klqaV { display:block; }
 }@media only screen and (max-width: 763px) { #EDOBLOw0SCl43nhg6M0eH0yl3Mg1nw7X { display:block; }#EDOBLOw0SCl43nhg6M0eH0yl3Mg1nw7X > .row .container { width:20rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuZmgGSrElLLOFVW6E7SGZeabTBuSvgB { width:20rem;height:6.5625rem;top:15.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #mzXk5DDapiv0SVNMdRq2AZkmtNnTizIt { width:20rem;height:1.3125rem;top:10.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #L5voOLlmDThxCa6cqPZmi5sNzC0DTU1v { width:20rem;height:1.3125rem;top:12.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ltvzG1QgpdJacOf6WBtNRx5qISrZHuN7 { width:5.5625rem;height:5.5625rem;top:2.1875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfE5K7kKA9HBMvz5tIkWDQrOTFbThD5x { width:7.75rem;height:7.75rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx { display:block; }#EBDL5kbGq2LUIk3CWd5NzLW4UyVhqXMx > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcmuNhGAcmC7DCCgH4MynnXQ98OoMNoW { width:20rem;height:1.13769375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbQ7IfGuJvOO7lB0ialfmMN87POmKFXq { width:20rem;height:2.275rem;top:3rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }